.products .product{position:relative}.csx-wishlist-button{display:inline-grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#334155;cursor:pointer;transition:.2s}.csx-wishlist-button svg,.csx-wishlist-header svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.csx-wishlist-button.is-active{color:#e11d48;border-color:#fecdd3;background:#fff1f2}.csx-wishlist-button.is-active svg{fill:currentColor}.csx-wishlist-loop{position:absolute;z-index:8;top:12px;right:12px}.csx-wishlist-single-wrap{display:flex;align-items:center;gap:10px;margin:14px 0;font-weight:700}.csx-wishlist-header{position:relative}.csx-wishlist-count{position:absolute;right:-7px;top:-7px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#e11d48;color:#fff;font-size:10px;font-weight:800}.csx-wishlist-page .products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.csx-wishlist-empty{text-align:center;padding:64px 24px}.csx-wishlist-empty span{display:inline-grid;place-items:center;width:72px;height:72px;border-radius:999px;background:#fff1f2;color:#e11d48}.csx-wishlist-empty svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7}@media(max-width:900px){.csx-wishlist-page .products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.csx-wishlist-page .products{grid-template-columns:1fr}}