@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes appearing{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.background{align-items:center;display:flex;justify-content:center;position:relative;position:absolute}.background,.background img{height:100%;left:0;top:0;width:100%}.background img{background-color:var(--agri-white);object-fit:contain;object-fit:cover;position:relative}.background.macro-category img{filter:brightness(50%)}.default{align-items:center;display:flex;justify-content:center}.default,.default img{height:100%;position:relative;width:100%}.default img{background-color:var(--agri-white);left:0;object-fit:contain;top:0}.macrocategory{box-sizing:border-box;margin:0 auto;max-width:1700px;padding-bottom:clamp(var(--spacing-s),3.5vw,var(--spacing-G))}.macrocategory .macrocategory-name{font-weight:700;letter-spacing:-.7px;margin-bottom:6px}.macrocategory .macrocategory-name:active{transform:scale(.97)}.macrocategory .category-list{background-color:var(--agri-sgrey);background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(100px,100%,clamp(100px,18vw,190px)),1fr));padding:clamp(var(--spacing-xxs),1vw,var(--spacing-s));position:relative;z-index:5}.macrocategory .category-list .empty{margin:0 3px}.macrocategory .category-list .category{align-items:center;background-color:var(--agri-white);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:auto;justify-content:center;margin:clamp(var(--spacing-xxs),1vw,13px);overflow:hidden;padding:clamp(var(--spacing-xxs),1vw,13px)}@media screen and (min-width:1200px){.macrocategory .category-list .category:hover{opacity:.8}}.macrocategory .category-list .category:active{transform:scale(.97)}.macrocategory .category-list .macro-category{background-size:cover;padding:0}.macrocategory .category-list .category-image{height:calc(65px + 2.5vw);max-height:140px;max-width:140px;min-height:80px;min-width:80px;width:calc(65px + 2.5vw)}.macrocategory .category-list .category-name{display:flex;flex-direction:column;height:52px;justify-content:center;line-height:16px;margin-top:clamp(var(--spacing-xxs),1vw,var(--spacing-s));overflow:hidden;position:relative;text-align:center;text-overflow:ellipsis;width:100%}.macrocategory .category-list .category-name.macro-category-name{font-weight:700;height:100%;margin:0;width:100%}.macrocategory .category-list .category-name h3{display:-webkit-box;font-size:clamp(var(--fontsize-s),1.2rem,(var(--fontsize-m)) + .1em);-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.macrocategory .category-list .category-name h2{color:var(--agri-white);font-weight:700;margin-inline:clamp(4px,1vw,var(--spacing-s));position:absolute;text-align:left;word-break:break-word;z-index:5}.macrocategory .category-list .category-name h2,.macrocategory .category-list .category-name span{font-size:clamp(var(--fontsize-s),1.2rem,(var(--fontsize-m)) + .1em)}