.products-title{background:var(--brand-bg-alt);padding-top:104px;padding-bottom:48px}.products-title .container{max-width:820px}.products-title h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-tabs-section{padding:48px 0 88px;background:#fff}.soja-product-tabs{gap:8px;margin-bottom:28px;border-bottom:1px solid var(--brand-border);padding-bottom:12px}.soja-product-tabs .nav-link{color:var(--brand-text);border:1px solid var(--brand-border);border-radius:var(--radius);background:#fff;font-weight:700}.soja-product-tabs .nav-link.active{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark);color:var(--brand-text-inverse)}.soja-category-head{max-width:760px;margin-bottom:24px}.soja-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.soja-product-card{border:1px solid var(--brand-border);background:#fff}.soja-product-card a{display:grid;min-height:100%;color:var(--brand-text);-webkit-text-decoration:none;text-decoration:none}.soja-product-card__media{display:block;aspect-ratio:4/3;background:var(--brand-bg-alt);overflow:hidden}.soja-product-card__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.soja-product-card__body{display:grid;grid-gap:8px;gap:8px;padding:18px}.soja-product-card h3{margin-bottom:0}@media (max-width:991px){.soja-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.soja-product-grid{grid-template-columns:1fr}}