.radi-products-page{padding:120px 0 96px;background:var(--brand-bg)}.radi-products-heading{max-width:760px;margin-bottom:36px}.radi-products-heading h1{font-size:max(2rem, min(4vw, 3.5rem));margin:10px 0 14px}.radi-product-tabs{gap:10px;margin-bottom:30px}.radi-product-tabs .nav-link{border-radius:999px;color:var(--brand-text);background:var(--brand-bg-alt);font-weight:800}.radi-product-tabs .nav-link.active{color:var(--brand-text-inverse);background:var(--brand-primary)}.radi-category-intro{border-bottom:1px solid var(--brand-border);margin-bottom:26px;padding-bottom:16px}.radi-category-intro h2{font-size:max(1.5rem, min(2.6vw, 2.2rem))}.radi-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.radi-product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}.radi-product-card{position:relative;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);transition:transform .24s,box-shadow .24s}.radi-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(21,22,31,.12)}.radi-product-card a{display:grid;color:var(--brand-text)}.radi-product-image{display:block;background:var(--brand-bg-alt);aspect-ratio:4/3;overflow:hidden}.radi-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.radi-product-name{display:block;padding:18px 18px 6px;color:var(--brand-text);font-weight:850;font-size:1.05rem}.radi-product-action{display:block;padding:0 18px 18px;color:var(--brand-primary);font-weight:800}@media (max-width:1199px){.radi-product-grid,.radi-product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:991px){.radi-product-grid,.radi-product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.radi-product-grid,.radi-product-grid:has(> :nth-child(4):last-child){grid-template-columns:1fr}}