.products-page-title{padding:160px 0 52px;background:var(--brand-bg-alt);text-align:center}.products-page-title p{max-width:680px;margin:16px auto 0;color:var(--brand-text)}.products-tabs-section{padding:64px 0 96px}.product-tabs{justify-content:center;gap:10px;margin-bottom:34px}.product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:var(--brand-radius);color:var(--brand-text);font-weight:700}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-text-inverse)}.category-intro{max-width:680px;margin-bottom:28px}.category-intro h2{font-size:max(1.55rem, min(2.4vw, 2.2rem))}.category-intro p{color:var(--brand-text)}.product-grid-dynamic{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card-dynamic{position:relative;display:flex;flex-direction:column;border:1px solid var(--brand-border);background:var(--brand-bg);min-height:100%}.product-card-dynamic a{display:grid;grid-template-rows:auto 1fr;color:var(--brand-text)}.product-image-wrap{display:grid;align-items:center;justify-items:center;place-items:center;aspect-ratio:4/3;background:var(--brand-neutral-light);overflow:hidden}.product-image-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card-body{display:block;padding:20px}.product-card-body h3{font-size:1.12rem}.product-static-note{display:block;color:var(--brand-text);font-size:.92rem}.product-card-dynamic .btn{margin:auto 20px 20px}@media (max-width:991px){.product-grid-dynamic{grid-template-columns:repeat(2,minmax(0,1fr))}}