.wishlist-icon-wrap{position:relative;display:grid;place-items:center}.wishlist-count{position:absolute;top:-9px;right:-10px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:var(--black);color:#fff;font-size:.62rem;font-weight:700}.wishlist-count[hidden]{display:none}.wishlist-toggle,.wishlist-card{display:inline-grid;place-items:center;cursor:pointer}.wishlist-toggle svg,.wishlist-card svg,.wishlist-action svg{transition:fill .2s ease,stroke .2s ease,transform .2s ease}.wishlist-toggle.is-active svg,.wishlist-card.is-active svg,.wishlist-action.is-active svg{fill:#c68b91;stroke:#c68b91}.wishlist-toggle:hover svg,.wishlist-card:hover svg{transform:scale(1.08)}.wishlist-toggle.is-loading{opacity:.55;pointer-events:none}.wishlist-card{z-index:5;color:#111}.wishlist-card.is-active{background:#111;color:#fff}.wishlist-card.is-active svg{fill:#fff;stroke:#fff}.single-wishlist-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:100%;min-height:48px;margin:.65rem 0 0;padding:.75rem 1rem;border:1px solid var(--black);border-radius:8px;background:#fff;color:#111;font-weight:700;letter-spacing:.04em}.single-wishlist-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}.single-wishlist-toggle.is-active{background:#f7eeee;border-color:#c68b91;color:#7a4248}.bs-wishlist-page{padding-block:clamp(3rem,7vw,7rem)}.bs-wishlist-header{max-width:760px;margin-bottom:clamp(2rem,5vw,4rem)}.bs-wishlist-header h1{font-size:clamp(3rem,8vw,6.5rem)}.bs-wishlist-header>p:last-child{max-width:640px;color:var(--muted)}.bs-wishlist-products{grid-template-columns:repeat(4,minmax(0,1fr))!important}.bs-wishlist-empty{display:grid;place-items:center;min-height:420px;padding:3rem 1.5rem;border:1px solid var(--border);background:var(--off-white);text-align:center}.bs-wishlist-empty>span{font-size:3rem}.bs-wishlist-empty h2{margin:.75rem 0}.bs-wishlist-loading{padding:2rem;background:var(--off-white)}@media(max-width:1100px){.bs-wishlist-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.bs-wishlist-products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.single-wishlist-toggle{width:100%}}@media(max-width:420px){.bs-wishlist-products{grid-template-columns:1fr!important}}
