.products-page{background:#fff}.products-head{max-width:760px;margin-bottom:28px}.products-head h1{font-size:max(2rem, min(4vw, 3.5rem))}.product-tabs{gap:10px;border-bottom:1px solid var(--brand-border);padding-bottom:14px;margin-bottom:28px}.product-tabs .nav-link{border-radius:var(--brand-radius);color:var(--brand-text);font-weight:800;border:1px solid var(--brand-border)}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.category-intro{margin-bottom:22px}.category-intro p{max-width:720px;color:var(--brand-text)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:22px;gap:22px}.product-card{min-width:0}.product-card button{display:grid;grid-template-rows:210px 1fr;width:100%;height:100%;padding:0;overflow:hidden;text-align:left;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);color:var(--brand-text)}.product-card button:hover{border-color:var(--brand-primary);box-shadow:0 14px 30px rgba(36,43,34,.1)}.product-card__image{display:block;background:var(--brand-bg-alt)}.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__body strong{font-size:1.05rem}.product-card__body span{color:var(--brand-text);font-size:.92rem}