.product-carousel{margin:1.5rem 0}.product-carousel__head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.product-carousel__title{color:var(--text);font-size:1.125rem;font-weight:700;line-height:1.2}.product-carousel__nav{gap:.5rem;display:none}.product-carousel__nav-btn{border:1px solid var(--border-strong);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .18s,border-color .18s;display:inline-flex}.product-carousel__nav-btn:hover{background:var(--surface-hover);border-color:var(--text-muted)}.product-carousel__nav-btn:focus-visible{box-shadow:var(--focus-ring);outline:none}.carousel-strip{scroll-snap-type:x proximity;scroll-behavior:smooth;scrollbar-width:thin;-webkit-overflow-scrolling:touch;gap:1rem;margin:-.25rem -.25rem 0;padding:.25rem .25rem 1rem;display:flex;overflow-x:auto}.carousel-strip:focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-sm);outline:none}.carousel-strip>*{scroll-snap-align:start;flex:none;width:clamp(150px,44vw,200px)}.carousel-strip>*>.product-card{width:100%;height:100%}@media (min-width:820px){.product-carousel__nav{display:inline-flex}}@media (prefers-reduced-motion:reduce){.carousel-strip{scroll-behavior:auto}}
