.products-feature{background:var(--brand-bg-alt);padding:160px 0 80px}.products-feature .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,44%);grid-gap:40px;gap:40px;align-items:center}.products-feature h1{color:var(--brand-text)}.products-feature p{max-width:680px}.products-feature img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:#fff;border:1px solid var(--brand-border)}.product-category{margin-bottom:56px}.product-category h2{color:var(--brand-text);font-size:max(1.5rem, min(2.5vw, 2.1rem));margin-bottom:8px}.category-desc{max-width:760px;margin-bottom:22px}.product-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 28px rgba(20,23,26,.12)}.product-card a{display:grid;color:var(--brand-text)}.product-image-wrap{display:block;background:var(--brand-bg-alt);aspect-ratio:1/1}.product-image-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:18px}.product-card-body{display:grid;grid-gap:8px;gap:8px;padding:16px}.product-card h3{margin:0;font-size:1rem;color:var(--brand-text)}.product-card-action{color:var(--brand-primary-dark);font-weight:900}@media (max-width:991px){.products-feature .container{grid-template-columns:1fr}.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-card-grid{grid-template-columns:1fr}}