.products-feature{padding:90px 0;background:var(--brand-bg-alt)}.products-feature__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,0.85fr);grid-gap:44px;gap:44px;align-items:center}.products-feature__copy p{color:var(--brand-text);font-size:1.05rem}.products-feature__media{overflow:hidden;border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:0 20px 50px rgba(35,32,28,.14)}.products-feature__media img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.products-catalog__intro{max-width:780px;margin-bottom:38px}.category-section{padding:34px 0;border-top:1px solid var(--brand-border)}.category-section h2{color:var(--brand-text)}.category-desc{max-width:720px;color:var(--brand-text)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}.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}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(35,32,28,.12)}.product-card a{display:block;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:grid;grid-gap:8px;gap:8px;padding:20px}.product-card__body strong{color:var(--brand-text)}.product-card__body span{color:var(--brand-primary-dark);font-weight:700}@media (max-width:991px){.product-grid,.product-grid:has(> :nth-child(4):last-child),.products-feature__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid,.product-grid:has(> :nth-child(4):last-child),.products-feature__grid{grid-template-columns:1fr}}