.products-feature{background:var(--brand-bg-alt)}.products-feature-media{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:18px}.products-feature-media img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.catalog-group{padding:32px 0;border-top:1px solid var(--brand-border)}.catalog-group-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}.catalog-group-head h2{margin-bottom:0}.catalog-group-head p{max-width:520px;margin-bottom:0}.dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.dynamic-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden;transition:transform .2s,box-shadow .2s}.dynamic-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(35,32,28,.12)}.dynamic-product-card a{display:grid;color:var(--brand-text)}.product-img-wrap{aspect-ratio:1/1;background:var(--brand-neutral-light);display:grid;align-items:center;justify-items:center;place-items:center}.product-img-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-name{padding:16px 16px 6px;font-weight:800;color:var(--brand-text)}.product-action{padding:0 16px 16px;color:var(--brand-primary);font-weight:700}@media (max-width:991px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-group-head{display:block}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}