.home-shopping { padding-block:var(--section-gap); }
.home-page .brand-story .label,.home-page .brand-story .stat-number { color:#ef777a; }
.home-shopping .section-header { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:16px; margin-bottom:24px; }
.home-shopping h2 { margin:0; }
.home-shopping .collection-view-all { display:inline-flex; align-items:center; min-height:44px; font-size:14px; text-decoration:underline; text-underline-offset:4px; }
.home-shopping-toolbar { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:24px; margin-bottom:24px; }
.home-category-filters { display:flex; flex-wrap:nowrap; gap:16px; min-width:0; overflow-x:auto; padding:4px; margin:0; scrollbar-width:none; }
.home-category-filters::-webkit-scrollbar,.home-shopping .product-carousel::-webkit-scrollbar { display:none; }
.home-category-filters button { flex:none; min-height:44px; padding:8px 20px; border:1px solid var(--border-neutral); border-radius:var(--radius-pill); background:transparent; color:var(--text-primary); cursor:pointer; font:inherit; font-size:14px; white-space:nowrap; }
.home-category-filters button[aria-pressed="true"] { background:var(--text-primary); color:#111; border-color:var(--text-primary); font-weight:600; }
.home-shopping .product-carousel { display:grid; grid-template-columns:none; grid-template-rows:1fr; grid-auto-flow:column; grid-auto-columns:calc((100% - 72px)/4); gap:24px; overflow-x:auto; overscroll-behavior-x:contain; scroll-snap-type:x mandatory; scroll-padding-inline:0; padding:4px 0; scrollbar-width:none; align-items:stretch; }
.product-carousel .product-card { scroll-snap-align:start; min-width:0; }
.carousel-footer { display:flex; align-items:center; justify-content:space-between; gap:16px; padding-top:16px; }
.carousel-count,.carousel-position { color:var(--text-secondary); font-size:14px; }
.carousel-controls { display:flex; align-items:center; gap:12px; }
.carousel-controls button { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:50%; border:1px solid var(--border-neutral); color:white; background:var(--surface-panel); cursor:pointer; font-size:22px; }
.carousel-controls button:disabled { opacity:.4; cursor:default; }
.header .nav-item > .nav-dropdown-toggle { width:auto; min-width:44px; padding:0; background:none; border:0; font-family:inherit; font-weight:600; text-transform:uppercase; text-align:left; letter-spacing:.2px; transform:none; }
.header .nav-left { gap:24px; }
.header .nav-item.open > .nav-dropdown-toggle { transform:none; color:#fff; }
.header .nav-dropdown-toggle[aria-current="page"] { text-decoration:underline; text-decoration-color:#d9474b; text-underline-offset:8px; }
@media(max-width:1200px) {
 .mobile-nav .nav-item { grid-template-columns:1fr; }
 .mobile-nav .nav-item > .nav-dropdown-toggle { width:100%; min-height:48px; }
 .home-shopping .product-carousel { grid-auto-columns:calc((100% - 48px)/3); }
}
@media(max-width:1023px) { .home-shopping .product-carousel { grid-auto-columns:calc((100% - 20px)/2); gap:20px; } }
@media(max-width:600px) { .home-shopping .product-carousel { grid-auto-columns:82%; gap:16px; } .home-category-filters button { padding-inline:16px; } .carousel-controls { gap:8px; } }
