.products-heading{padding:72px 0 38px;background:var(--brand-bg);text-align:center}.products-heading h1{margin:12px auto 14px;max-width:760px;font-size:max(2rem, min(4vw, 3.5rem))}.products-heading p{max-width:720px;margin:0 auto}.products-tabs-section{padding-top:24px}.mede-product-tabs{justify-content:center;border-bottom-color:var(--brand-border)}.mede-product-tabs .nav-link{color:var(--brand-text);border-radius:var(--brand-radius);font-weight:700}.mede-product-tabs .nav-link.active{color:var(--brand-text-inverse);background:var(--brand-primary);border-color:var(--brand-primary)}.mede-product-content{padding-top:34px}.category-intro{max-width:720px;margin-bottom:24px}.category-intro h2{margin-bottom:8px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg)}.product-card__button{display:grid;width:100%;height:100%;padding:0;border:0;background:0 0;text-align:left}.product-card__image{display:block;aspect-ratio:1/1;background:var(--brand-neutral-light);overflow:hidden}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__body{display:grid;grid-gap:6px;gap:6px;padding:18px}.product-card__body strong{color:var(--brand-text);line-height:1.25}.product-card__body span{color:var(--brand-primary);font-weight:700}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}