.products-page{padding:150px 0 88px}.product-tabs{gap:10px;margin:28px 0 40px}.product-tabs .nav-link{border:1px solid var(--brand-border);color:var(--brand-text);border-radius:20px}.product-tabs .nav-link.active{background:var(--brand-primary)}.tab-pane h2{margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;padding:0;overflow:hidden;text-align:left}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.product-card span{display:block;padding:20px;font-size:1.15rem;font-weight:700}@media (max-width:800px){.product-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.product-grid{grid-template-columns:1fr}}