.products-page{background:var(--brand-bg)}.products-heading{max-width:760px;margin-bottom:34px}.products-heading h1{font-size:max(2rem, min(4vw, 3.25rem))}.product-tabs{border-bottom:1px solid var(--brand-border);gap:8px}.product-tabs .nav-link{border:1px solid var(--brand-border);color:var(--brand-text);background:#fff;font-weight:700}.product-tabs .nav-link.active{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark);color:#fff}.product-tab-content{padding-top:30px}.category-copy{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:24px}.category-copy p{max-width:520px;margin:0}.product-grid-dynamic{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card{position:relative;min-height:100%;border:1px solid var(--brand-border);background:#fff}.product-card a{display:grid;min-height:100%;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card span{margin:18px 18px 4px;color:var(--brand-accent);font-size:.75rem;font-weight:700;text-transform:uppercase}.product-card h3{margin:0 18px 20px;font-size:1rem}@media (max-width:991px){.category-copy{display:block}.product-grid-dynamic{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid-dynamic{grid-template-columns:1fr}}