.cs-products-page{padding:48px 0 80px}.cs-products-intro{max-width:720px;margin-bottom:32px}.cs-products-intro h1{margin-bottom:12px}.cs-products-intro p{color:var(--brand-text)}.product-tabs{border-bottom:2px solid var(--brand-border);gap:4px;flex-wrap:wrap}.product-tabs .nav-link{border:0;border-radius:var(--brand-radius) var(--brand-radius) 0 0;color:var(--brand-text);font-weight:600;padding:10px 16px;background:0 0}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff!important}.cs-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;height:100%;transition:transform .2s,box-shadow .2s}.cs-product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.cs-product-card a{color:inherit;display:block;height:100%}.cs-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);min-height:180px}.cs-product-card__body{padding:16px 20px 20px}.cs-product-card h3{font-size:1.1rem;margin-bottom:8px}.cs-product-card span{color:var(--brand-primary);font-weight:700;font-size:.9rem}