.products-featured{padding:176px 0 88px;background:var(--brand-bg-alt)}.products-featured h1{font-size:max(2.2rem, min(4vw, 4rem));line-height:1.08}.products-grid-section{padding:80px 0}.product-category-block{margin-bottom:70px}.category-intro{max-width:780px;margin-bottom:28px}.category-intro h2{font-size:max(1.8rem, min(3vw, 2.7rem))}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(26,32,44,.12)}.product-card a{color:var(--brand-text);display:flex;flex-direction:column;height:100%}.product-image-wrap{aspect-ratio:4/3;background:var(--brand-bg-alt);display:grid;align-items:center;justify-items:center;place-items:center}.product-image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card-body{padding:22px;display:block}.product-card-body h3{font-size:1.12rem;margin-bottom:10px}.product-card-body span{color:var(--brand-primary);font-weight:700}