.products-title{background:var(--brand-bg-alt)}.products-title h1{font-size:max(2.4rem, min(5vw, 4rem))}.products-title p{max-width:720px}.product-tabs{margin-bottom:28px}.product-tabs .nav-link{color:var(--brand-text);border-radius:0;font-weight:700}.product-tabs .nav-link.active{color:var(--brand-primary);border-bottom:3px solid var(--brand-primary)}.category-intro{margin-bottom:24px;max-width:780px}.product-card{border:1px solid var(--brand-border);background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.product-card a{color:var(--brand-text);display:block;height:100%}.product-media{background:var(--brand-bg-alt)}.product-media img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain}.product-copy{padding:24px}.product-copy span{color:var(--brand-primary);font-weight:800}