/* V32 — stable storefront UX fixes */
.home-categories-v32{padding-top:34px;padding-bottom:38px}.home-category-grid-v32{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.home-category-card-v32{display:flex;flex-direction:column;text-decoration:none;color:#18362f;background:#fff;border:1px solid #e2ebe8;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px rgba(5,66,54,.04);transition:.18s}.home-category-card-v32:hover{transform:translateY(-3px);border-color:#a5cbc0;box-shadow:0 12px 28px rgba(5,66,54,.09)}.home-category-media-v32{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1/1;background:#f6f9f8;overflow:hidden}.home-category-media-v32>img{width:100%;height:100%;display:block;object-fit:contain}.home-category-icon-v32{display:grid;place-items:center;width:100%;height:100%;color:#087260}.home-category-icon-v32 svg{width:56px;height:56px}.home-category-card-v32>b{padding:12px 9px 14px;text-align:center;font-size:13px;line-height:1.6}.home-category-count-v32{position:absolute;top:9px;right:9px;z-index:3;background:rgba(255,255,255,.95);border:1px solid #dce9e5;box-shadow:0 4px 12px rgba(7,95,80,.08);border-radius:999px;padding:5px 9px;color:#075f50;font-weight:800;font-size:10px;white-space:nowrap}
.desktop-cart-link{position:relative}.desktop-cart-svg{width:25px;height:25px;display:grid;place-items:center}.desktop-cart-svg svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.desktop-cart-link>i{position:absolute;top:-4px;right:4px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;display:grid;place-items:center;background:#ef554f;color:#fff;font-style:normal;font-size:9px;font-weight:800}
/* best sellers visually aligned with main home panels */
.products-section.auto-carousel{background:#fff;border:1px solid #e7efec;border-radius:17px;padding:20px;margin-top:24px;margin-bottom:24px}.products-section.auto-carousel .section-title{margin-bottom:14px}.products-section.auto-carousel .auto-carousel-track{padding-bottom:10px}
/* make dropdown stable above the page */
.main-category-nav{overflow:visible!important}.main-category-nav>.container{overflow:visible!important}.nav-category-dropdown{max-height:70vh;overflow:auto}
/* live search readable on large catalog */
.search-suggestions{max-height:500px}.search-suggestions>a{min-height:72px}.search-suggestions .search-copy b{font-size:13px}.search-suggestions .search-copy small{font-size:10px}
@media(max-width:1100px){.home-category-grid-v32{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:800px){.home-category-grid-v32{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.main-category-nav>.container{overflow-x:auto!important}.nav-category-dropdown{display:none}}
@media(max-width:560px){.home-category-grid-v32{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-category-card-v32>b{font-size:12px;padding:9px 7px 11px}.home-category-count-v32{top:7px;right:7px;padding:4px 7px;font-size:9px}.products-section.auto-carousel{padding:14px;border-radius:14px}}
