.product-hero{background:linear-gradient(135deg,var(--brand-bg-alt),#fff)}.products-grid-section{padding:84px 0;background:#fff}.product-category+.product-category{margin-top:56px}.product-category h2{margin-bottom:22px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 42px rgba(42,38,34,.12)}.product-card a{display:block;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card h3{padding:20px 20px 8px;margin:0}.product-card span{display:block;padding:0 20px 22px;color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}