.arm-products-page{padding-top:48px;padding-bottom:64px}.arm-products-page h1{margin-bottom:12px}.arm-products-intro{color:var(--brand-text);max-width:720px;margin-bottom:32px}.arm-filter-sidebar{position:sticky;top:120px;background:#fff;border:1px solid var(--brand-border);border-radius:12px;padding:20px;box-shadow:var(--brand-shadow)}.arm-filter-nav{display:flex;flex-direction:column;gap:8px;margin:16px 0}.arm-filter-link{display:block;padding:10px 12px;border-radius:8px;color:var(--brand-text);background:var(--brand-bg-alt);font-weight:600}.arm-filter-link:hover{background:var(--brand-primary);color:#fff}.arm-filter-note{font-size:.875rem;color:var(--brand-text);margin:0}.arm-product-category{margin-bottom:48px}.arm-product-category h2{font-size:1.5rem;padding-bottom:12px;border-bottom:2px solid var(--brand-border);margin-bottom:20px}.arm-product-card{display:block;height:100%;background:#fff;border:1px solid var(--brand-border);border-radius:12px;overflow:hidden;box-shadow:var(--brand-shadow);transition:transform .3s,box-shadow .3s;color:inherit}.arm-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(30,26,20,.12);color:inherit}.arm-product-card__media{aspect-ratio:4/3;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center}.arm-product-card__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.arm-product-card__body{padding:16px}.arm-product-card__body h3{font-size:1rem;margin-bottom:8px}.arm-product-card__cta{color:var(--brand-primary);font-weight:700;font-size:.9rem}@media (max-width:991.98px){.arm-filter-sidebar{position:static;margin-bottom:8px}.arm-filter-nav{flex-direction:row;flex-wrap:wrap}}