.products-page{background:var(--brand-bg)}.products-title{padding:130px 0 42px;background:linear-gradient(135deg,var(--brand-bg-alt),#fff)}.products-title h1{max-width:880px;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:720px;margin:0;color:var(--brand-text)}.products-tabs-section{padding:36px 0 88px}.product-tabs{gap:10px;margin-bottom:32px}.product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:999px;color:var(--brand-text);font-weight:800}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff}.category-heading{margin-bottom:24px}.category-heading h2,.category-heading p{color:var(--brand-text)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{position:relative;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;box-shadow:0 12px 30px rgba(21,22,31,.08)}.product-card a{display:grid;color:var(--brand-text)}.product-card__image{aspect-ratio:1/1;display:grid;align-items:center;justify-items:center;place-items:center;background:var(--brand-neutral-light)}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__body{display:grid;grid-gap:8px;gap:8px;padding:18px}.product-card strong{color:var(--brand-text);font-size:1.05rem}.product-card span span{color:var(--brand-text);opacity:.82}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}