.products-hero{background-color:var(--sw-primary);color:#fff;padding:60px 0;text-align:center}.products-hero h1{color:#fff;font-size:2.25rem;margin-bottom:1rem}.products-hero .hero-desc{color:rgba(255,255,255,.8);max-width:700px;margin:0 auto;font-size:1.05rem}.products-grid-section{padding:60px 0 80px}.category-title{font-size:1.5rem;margin-bottom:.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--sw-primary);display:inline-block}.category-desc{margin-bottom:1.5rem;font-size:.95rem}.product-card{background-color:var(--sw-gray-50);border-radius:8px;overflow:hidden;transition:var(--sw-transition);display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--sw-shadow-lg);transform:translateY(-3px)}.product-card-link{-webkit-text-decoration:none;text-decoration:none;color:inherit;flex:1}.product-card-link:hover{color:inherit}.product-img-wrap{height:220px;background-color:var(--sw-gray-100);display:flex;align-items:center;justify-content:center;padding:16px}.product-img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.product-info{padding:1.25rem}.product-name{font-size:1rem;font-weight:600;margin:0}.product-actions{padding:0 1.25rem 1.25rem}