.arrm-products-page{padding:104px 0 96px;background:var(--brand-bg)}.arrm-products-head{max-width:760px;margin:0 auto 34px;text-align:center}.arrm-products-head h1{font-size:max(2rem, min(4vw, 3.5rem))}.arrm-products-head p{color:var(--brand-text)}.arrm-product-tabs{justify-content:center;gap:10px;margin-bottom:34px}.arrm-product-tabs .nav-link{border-radius:999px;color:var(--brand-primary-dark);font-weight:800;border:1px solid var(--brand-border);background:var(--brand-bg)}.arrm-product-tabs .nav-link.active{background:var(--brand-primary);color:var(--brand-text-inverse);border-color:var(--brand-primary)}.arrm-category-intro{margin-bottom:24px}.arrm-category-intro h2{font-size:max(1.5rem, min(2.5vw, 2.25rem))}.arrm-category-intro p{max-width:720px;color:var(--brand-text)}.arrm-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.arrm-product-card{position:relative;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);box-shadow:0 18px 36px rgba(21,22,31,.07)}.arrm-product-card a{display:grid;color:var(--brand-text);height:100%}.arrm-product-card__image{display:block;background:var(--brand-bg-alt);aspect-ratio:4/3}.arrm-product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.arrm-product-card__body{display:grid;grid-gap:12px;gap:12px;padding:22px}.arrm-product-card h3{font-size:1.12rem}.arrm-product-card__cta{color:var(--brand-secondary);font-weight:900}@media (max-width:991px){.arrm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.arrm-product-grid{grid-template-columns:1fr}}