.cdm-product-feature{background:var(--brand-neutral-light);padding:72px 0}.cdm-product-feature h1,.cdm-product-feature p{color:var(--brand-text)}.cdm-product-feature img{width:100%;aspect-ratio:720/520;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg);border-radius:var(--brand-radius);box-shadow:18px 18px 0 var(--brand-primary-light)}.cdm-product-catalog{padding:76px 0;background:var(--brand-bg)}.cdm-catalog-intro{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:36px;border-bottom:1px solid var(--brand-border);padding-bottom:20px}.cdm-catalog-intro p{max-width:590px;color:var(--brand-text);margin:0}.cdm-category-block{margin-top:32px}.cdm-category-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.cdm-category-heading h2{margin:0}.cdm-category-heading span{color:var(--brand-primary-dark);font-size:.8rem;font-weight:700}.cdm-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.cdm-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);cursor:pointer;transition:transform .2s,box-shadow .2s}.cdm-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(24,34,38,.13)}.cdm-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.cdm-product-card>div{padding:22px}.cdm-product-card h3,.cdm-product-card p{color:var(--brand-text)}.cdm-product-card span{color:var(--brand-primary-dark);font-weight:700;font-size:.86rem}@media (max-width:991.98px){.cdm-product-grid{grid-template-columns:repeat(2,1fr)}.cdm-catalog-intro{display:block}.cdm-product-feature img{box-shadow:10px 10px 0 var(--brand-primary-light)}}@media (max-width:575.98px){.cdm-product-grid{grid-template-columns:1fr}.cdm-category-heading{display:block}.cdm-category-heading span{display:block;margin-top:8px}}