.products-tabs-page{background:var(--brand-bg)}.product-tabs{justify-content:center;gap:10px;margin-bottom:36px}.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);border-color:var(--brand-primary);color:#fff}.category-heading{max-width:720px;margin:0 auto 28px;text-align:center}.product-grid-four{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.product-card{display:grid;grid-gap:16px;gap:16px;padding:16px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.product-card a{display:grid;grid-gap:14px;gap:14px}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:10px;background:var(--brand-neutral-light)}.product-name{color:var(--brand-text);font-size:1.05rem;font-weight:800}