.products-tabs-page{padding:96px 0 88px;background:var(--brand-bg)}.products-title{max-width:780px;margin-bottom:28px}.products-title h1{color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.12}.product-tabs{gap:10px;margin-bottom:32px}.product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:var(--brand-radius);color:var(--brand-text);font-weight:800}.product-tabs .nav-link.active{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark);color:var(--brand-text-inverse)}.category-intro{margin-bottom:20px}.category-intro h2{color:var(--brand-text)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.dynamic-product-card{display:grid;grid-gap:16px;gap:16px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);padding:16px}.dynamic-product-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text)}.product-image-wrap{display:grid;align-items:center;justify-items:center;place-items:center;min-height:220px;border-radius:calc(var(--brand-radius) - 2px);background:var(--brand-neutral-light);overflow:hidden}.product-image-wrap img{width:100%;height:220px;-o-object-fit:contain;object-fit:contain}.product-name{color:var(--brand-text);font-weight:850;font-size:1.05rem}@media (max-width:991.98px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.dynamic-product-grid{grid-template-columns:1fr}}