.cove-product-sidebar{position:sticky;top:110px;padding:24px;background:var(--brand-bg-alt);border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.cove-product-sidebar h2{font-size:1.05rem;margin-bottom:16px}.cove-product-sidebar ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:10px;gap:10px}.cove-product-sidebar a{display:block;padding:10px 12px;background:#fff;border-radius:10px;color:var(--brand-text);font-weight:700}.cove-product-category{margin-bottom:58px;scroll-margin-top:130px}.cove-category-head{margin-bottom:24px;border-bottom:1px solid var(--brand-border);padding-bottom:14px}.cove-product-card{height:100%;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:transform .2s,box-shadow .2s}.cove-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(26,32,44,.12)}.cove-product-card a{color:var(--brand-text);display:block;height:100%}.cove-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.cove-product-card div{padding:20px}.cove-product-card h3{font-size:1.05rem}.cove-product-card span{color:var(--brand-primary);font-weight:800}