.products-hero{background:var(--brand-bg-alt)}.products-hero__grid{display:grid;grid-template-columns:1fr 0.85fr;grid-gap:48px;gap:48px;align-items:center}.products-hero img{border-radius:var(--brand-radius);aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;background:#fff}.products-grid-section{background:#fff}.product-category{margin-bottom:72px}.product-category:last-child{margin-bottom:0}.category-desc{max-width:760px;color:var(--brand-text)}.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:28px}.product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{position:relative;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(42,38,34,.12)}.product-card a{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__body{padding:22px}.product-card__body span{color:var(--brand-primary);font-weight:800;font-size:13px;text-transform:uppercase}.product-card__body p{color:var(--brand-text)}@media (max-width:991px){.products-hero__grid{grid-template-columns:1fr}.product-card-grid,.product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid,.product-card-grid:has(> :nth-child(4):last-child){grid-template-columns:1fr}}