.apol-products-page{background:#fff}.apol-product-sidebar{position:sticky;top:96px;padding:22px;border:1px solid var(--brand-border);border-radius:var(--radius);background:var(--brand-bg-alt)}.apol-product-sidebar h2{font-size:1.05rem;margin-bottom:14px}.apol-product-sidebar nav{display:grid;grid-gap:8px;gap:8px;margin-bottom:18px}.apol-product-sidebar nav a{padding:9px 0;border-bottom:1px solid var(--brand-border);color:var(--brand-text);font-weight:700}.apol-products-head{max-width:780px;margin-bottom:30px}.apol-products-head h1{font-size:max(2rem, min(4vw, 3.5rem))}.apol-category-block{padding:34px 0;border-top:1px solid var(--brand-border)}.apol-category-head{display:flex;justify-content:space-between;gap:24px;margin-bottom:18px}.apol-category-head h2{min-width:220px;font-size:1.45rem}.apol-category-head p{max-width:620px;margin:0}.apol-product-list{display:grid;grid-gap:14px;gap:14px}.apol-product-row{display:grid;grid-template-columns:110px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:16px;border:1px solid var(--brand-border);border-radius:var(--radius);background:#fff}.apol-product-row__media img{width:110px;height:88px;-o-object-fit:contain;object-fit:contain;border:1px solid var(--brand-border);background:var(--brand-neutral-light)}.apol-product-row h3{margin-bottom:6px;font-size:1.05rem}.apol-product-row p{margin-bottom:8px;color:var(--brand-text)}.apol-product-tags{display:flex;flex-wrap:wrap;gap:8px}.apol-product-tags span{padding:4px 8px;border:1px solid var(--brand-border);color:var(--brand-primary-dark);font-size:.76rem;font-weight:700}@media (max-width:991px){.apol-product-sidebar{position:static}.apol-category-head{display:block}}@media (max-width:575px){.apol-product-row{grid-template-columns:1fr}.apol-product-row__media img{width:100%;height:180px}}