.product-carousel-section{background-color:var(--bg-primary)}.carousel-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-end;margin-bottom:3rem;padding-bottom:1rem;display:flex}.section-title{color:var(--text-primary);font-size:2.5rem}.carousel-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}@media (max-width:768px){.carousel-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-title{font-size:2rem}.carousel-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}
