.osmo-products-title{padding:152px 0 56px;background:var(--brand-bg-alt);text-align:center}.osmo-products-title h1{color:var(--brand-text);font-size:max(2rem, min(4vw, 3.4rem));line-height:1.1;margin:0 0 14px}.osmo-products-title p{max-width:680px;margin:0 auto;color:var(--brand-text)}.osmo-product-tabs-section{padding:64px 0 88px}.osmo-product-tabs{justify-content:center;gap:10px;margin-bottom:34px}.osmo-product-tabs .nav-link{border-radius:var(--brand-radius);color:var(--brand-primary);border:1px solid var(--brand-border);font-weight:800}.osmo-product-tabs .nav-link.active{background:var(--brand-primary);color:var(--brand-text-inverse)}.osmo-category-head{margin-bottom:24px}.osmo-category-head h2{margin-bottom:8px}.osmo-category-head p{color:var(--brand-text);margin:0}.osmo-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.osmo-product-card{position:relative;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.osmo-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(21,22,31,.12)}.osmo-product-card a{display:block;color:var(--brand-text)}.osmo-product-media{display:block;aspect-ratio:4/3;background:var(--brand-bg-alt)}.osmo-product-media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.osmo-product-body{display:block;padding:20px}.osmo-product-body h3{font-size:1.05rem;color:var(--brand-text);margin:0 0 10px}.osmo-product-note{display:inline-flex;border-radius:999px;background:var(--brand-bg-alt);color:var(--brand-primary-dark);padding:6px 10px;font-size:.78rem;font-weight:800}@media (max-width:991px){.osmo-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.osmo-products-grid{grid-template-columns:1fr}}