/* 2026-09-23: hero cards share exactly the slider's height, no overlap */
@media(min-width:901px){
.hero-layout{display:grid!important;grid-template-columns:minmax(0,1.9fr) minmax(220px,.83fr)!important;gap:14px!important;align-items:stretch!important;min-height:0!important}
.hero-layout .premium-banner{width:100%!important;height:auto!important;aspect-ratio:2/1!important;min-height:0!important;overflow:hidden!important}
.hero-layout .hero-picks{height:100%!important;min-height:0!important;max-height:100%!important;display:grid!important;grid-template-rows:minmax(0,1fr) minmax(0,1fr)!important;align-self:stretch!important;gap:14px!important;overflow:hidden!important}
.hero-layout .hero-picks .pick{min-height:0!important;height:100%!important;overflow:hidden!important;padding:13px!important}
.hero-layout .hero-picks .pick strong{font-size:12px!important;line-height:1.3!important;max-height:3.9em!important;overflow:hidden!important}
.hero-layout .hero-picks .pick img{max-height:48%!important;top:25%!important;object-fit:contain!important}
.hero-layout .hero-picks .pick-bottom{font-size:15px!important}
}
@media(min-width:901px) and (max-width:1200px){.hero-layout .hero-picks .pick{padding:9px!important}.hero-layout .hero-picks .pick img{height:40%!important}.hero-layout .hero-picks .pick strong{font-size:11px!important}}
@media(max-width:900px){.hero-layout{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.hero-layout .hero-picks{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important;height:auto!important;max-height:none!important}.hero-layout .hero-picks .pick{min-height:190px!important;height:auto!important}}
@media(max-width:550px){.hero-layout .hero-picks{grid-template-columns:1fr!important}}
/* Sidebar product selection: separate from flyout navigation */
.category-sidebar .side-products{position:relative;z-index:0;margin:16px 10px 12px;background:#fff;border:1px solid #e5eee7;border-radius:12px;overflow:hidden;box-shadow:0 8px 22px #102b1710}
.category-sidebar .side-products-heading{padding:16px 13px 13px;border-bottom:1px solid #e6eee8;background:#f7fcf8;display:flex;flex-direction:column;gap:5px}
.category-sidebar .side-products-heading span{color:#087e27;font-size:10px;font-weight:900;letter-spacing:1.1px}
.category-sidebar .side-products-heading strong{font-size:14px;color:#232b25;line-height:1.3}
.category-sidebar .side-product{display:flex;gap:10px;align-items:center;padding:13px 10px;border-bottom:1px solid #edf1ee;background:white;transition:background .15s}
.category-sidebar .side-product:last-child{border-bottom:0}.category-sidebar .side-product:hover{background:#f2fff4}
.category-sidebar .side-product-image{width:67px;height:76px;flex:0 0 67px;display:grid;place-items:center;background:white;border:1px solid #edf1ee;border-radius:8px;padding:5px}
.category-sidebar .side-product-image img{display:block;max-width:100%;max-height:100%;object-fit:contain}
.category-sidebar .side-product-details{min-width:0;display:flex;flex-direction:column;gap:5px}
.category-sidebar .side-product-name{font-size:11px;line-height:1.4;font-weight:700;color:#263329;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.category-sidebar .side-product-details strong{color:#067b23;font-size:13px}.category-sidebar .side-product-link{font-size:10px;font-weight:800;color:#098d2d}
