.products-hero{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);color:#fff;padding:80px 0;text-align:center}.products-hero h1{color:#fff;font-size:2.5rem;margin-bottom:1rem}.hero-desc{font-size:1.125rem;opacity:.85;max-width:700px;margin:0 auto}.category-title{font-size:1.75rem;padding-bottom:.75rem;border-bottom:3px solid var(--secondary);display:inline-block;margin-bottom:.5rem}.category-desc{max-width:600px}.product-card .card-img-top{height:220px;-o-object-fit:cover;object-fit:cover;background-color:var(--neutral-100)}.product-card .product-name{font-size:1.05rem;margin-bottom:.75rem}.product-img-link{display:block;overflow:hidden}.product-img-link img{transition:transform var(--transition)}.product-img-link:hover img{transform:scale(1.05)}@media (max-width:767.98px){.products-hero{padding:48px 0}.products-hero h1{font-size:1.75rem}}