.depo-page-hero--products{background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary))}.depo-product-category{margin-bottom:56px}.depo-product-category__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px;border-bottom:1px solid var(--brand-border);padding-bottom:16px}.depo-products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.depo-product-card{overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);cursor:pointer;transition:border-color .2s,transform .2s}.depo-product-card:hover{border-color:var(--brand-primary-light);transform:translateY(-3px)}.depo-product-card__image{display:flex;aspect-ratio:4/3;align-items:center;justify-content:center;background:var(--brand-bg-alt)}.depo-product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.depo-product-card__body{padding:22px}.depo-product-card__body h3{min-height:54px;font-size:1.08rem}@media (max-width:767px){.depo-product-category__head{align-items:flex-start;flex-direction:column}}