.products-featured{padding:96px 0 80px;background:var(--brand-bg-alt)}.products-featured .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);grid-gap:48px;gap:48px;align-items:center}.products-featured__copy p{max-width:620px;margin:16px 0 26px;color:var(--brand-text)}.products-featured__media img{width:100%;aspect-ratio:1/1;border-radius:var(--brand-radius);-o-object-fit:cover;object-fit:cover;background:var(--brand-primary-light);box-shadow:0 14px 34px rgba(42,34,48,.12)}.products-dynamic-grid{padding:80px 0;background:var(--brand-bg)}.product-category-block+.product-category-block{margin-top:56px;padding-top:48px;border-top:1px solid var(--brand-border)}.category-desc{max-width:720px;color:var(--brand-text)}.product-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px;margin-top:24px}.product-card{position:relative;display:grid;grid-gap:14px;gap:14px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:14px;background:var(--brand-bg);box-shadow:0 8px 20px rgba(42,34,48,.07)}.product-card a{display:grid;grid-gap:12px;gap:12px;color:var(--brand-text)}.product-img-wrap{display:block;overflow:hidden;border-radius:12px;background:var(--brand-neutral-light)}.product-img-wrap img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-name{color:var(--brand-text);font-weight:900}.btn-card-action{border:1px solid var(--brand-primary-light);background:var(--brand-primary-light);color:var(--brand-primary-dark)}.btn-card-action:hover{border-color:var(--brand-primary);background:var(--brand-primary);color:var(--brand-text-inverse)}@media (max-width:991px){.product-card-grid,.products-featured .container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid,.products-featured .container{grid-template-columns:1fr}}