.products-featured{padding:120px 0 82px;background:linear-gradient(135deg,var(--brand-bg-alt),#fff)}.products-featured .container{display:grid;grid-template-columns:minmax(0,1fr) 460px;grid-gap:52px;gap:52px;align-items:center}.products-featured h1{font-size:max(2rem, min(4vw, 3.5rem));margin-bottom:18px}.products-featured__media img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-neutral-light);box-shadow:0 22px 52px rgba(34,43,34,.14)}.product-catalog{padding:80px 0 96px}.product-category{margin-top:42px}.product-category>h2{font-size:max(1.5rem, min(2.4vw, 2.1rem));padding-bottom:12px;border-bottom:1px solid var(--brand-border)}.product-category__desc{max-width:760px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden;display:grid;min-height:100%}.product-card a{color:var(--brand-text)}.product-card__image{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light)}.product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card__body{display:block;padding:20px 20px 10px}.product-card h3{font-size:1.08rem;margin-bottom:8px}.product-card__meta{color:var(--brand-text);font-size:.92rem}.product-card .btn{margin:10px 20px 20px}@media (max-width:991px){.products-featured .container{grid-template-columns:1fr}.products-featured__media{max-width:520px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}