.products-page{padding:160px 0 88px;background:var(--brand-bg)}.products-title{max-width:760px;margin-bottom:34px}.products-title h1{margin:0 0 14px;color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.products-title p{max-width:620px;color:var(--brand-text)}.product-tabs{gap:10px;margin-bottom:28px;border-bottom:1px solid var(--brand-border);padding-bottom:16px}.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{border-color:var(--brand-primary);background:var(--brand-primary);color:#fff}.category-intro{margin-bottom:22px}.category-intro h2{margin-bottom:8px;color:var(--brand-text)}.category-intro p{color:var(--brand-text)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.dynamic-product-card{overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;transition:transform .2s,box-shadow .2s}.dynamic-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(30,35,40,.12)}.dynamic-product-card a{display:grid;grid-template-rows:auto 1fr auto;min-height:100%;color:var(--brand-text)}.dynamic-product-card img{width:100%;aspect-ratio:1;-o-object-fit:contain;object-fit:contain;padding:14px;background:var(--brand-bg-alt)}.dynamic-product-card h3{margin:16px 16px 12px;color:var(--brand-text);font-size:1rem;line-height:1.3}.dynamic-product-card span{margin:0 16px 18px;color:var(--brand-primary);font-weight:800}@media (max-width:991px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}