.aden-products-page{background:var(--brand-bg)}.aden-products-heading{max-width:860px;margin-bottom:34px}.aden-products-heading h1{font-size:max(2rem, min(4vw, 3.5rem))}.aden-product-sidebar{position:sticky;top:96px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:22px;background:var(--brand-bg-alt)}.aden-product-sidebar h2{color:var(--brand-text);font-size:1.05rem;font-weight:850}.aden-product-sidebar a{display:block;color:var(--brand-text);padding:10px 0;border-bottom:1px solid var(--brand-border)}.aden-category-block{padding-bottom:52px;margin-bottom:52px;border-bottom:1px solid var(--brand-border)}.aden-category-title h2{color:var(--brand-text);font-size:max(1.5rem, min(3vw, 2.2rem));font-weight:850}.aden-category-title p{color:var(--brand-text)}.aden-dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.aden-dynamic-product-card{position:relative;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;padding:14px}.aden-dynamic-product-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text)}.aden-dynamic-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light);border-radius:var(--brand-radius)}.aden-dynamic-product-card h3{color:var(--brand-text);font-size:1.05rem;font-weight:800;margin:0}.aden-dynamic-product-card .btn{width:100%;margin-top:14px}@media (max-width:991px){.aden-product-sidebar{position:static}.aden-dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.aden-dynamic-product-grid{grid-template-columns:1fr}}