.emte-products-page{background:var(--brand-bg-alt)}.emte-product-sidebar{position:sticky;top:116px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;padding:20px}.emte-product-sidebar h2{font-size:1.15rem;margin-bottom:16px}.emte-product-sidebar ul{list-style:none;padding:0;margin:0}.emte-product-sidebar li{margin-bottom:8px}.emte-product-sidebar a{display:block;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:10px 12px;color:var(--brand-text);font-weight:700}.emte-product-sidebar a.active,.emte-product-sidebar a:hover{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff;-webkit-text-decoration:none;text-decoration:none}.emte-products-head{max-width:720px;margin-bottom:34px}.emte-category-section{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px;margin-bottom:28px}.emte-category-section h2{font-size:1.65rem}.emte-category-desc{color:var(--brand-text)}.emte-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:18px}.emte-product-list-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;padding:14px;display:grid;grid-gap:12px;gap:12px}.emte-product-list-card a{color:var(--brand-text)}.emte-product-list-card a:hover{-webkit-text-decoration:none;text-decoration:none}.emte-product-list-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:var(--brand-neutral-light)}.emte-product-list-card span{display:block;color:var(--brand-primary-dark);font-size:.86rem;font-weight:700;margin-top:10px}.emte-product-list-card h3{margin:4px 0 0;font-size:1.05rem}@media (max-width:991.98px){.emte-product-sidebar{position:static}.emte-product-sidebar ul{display:flex;overflow-x:auto;gap:8px}.emte-product-sidebar li{flex:0 0 auto}.emte-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.emte-product-grid{grid-template-columns:1fr}}