:root{--boelle-wl-accent: #b34a4a;--boelle-wl-radius: 999px}.boelle-wl-btn{-webkit-appearance:none;appearance:none;border:0;background:transparent;padding:0;margin:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:inherit;line-height:1}.boelle-wl-btn__icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease}.boelle-wl-btn__heart path{transition:fill .18s ease,stroke .18s ease}.boelle-wl-btn.is-wishlisted{--boelle-wl-fill: var(--boelle-wl-accent);color:var(--boelle-wl-accent)}.boelle-wl-btn:hover .boelle-wl-btn__icon{transform:scale(1.08)}.boelle-wl-btn:focus-visible{outline:2px solid var(--boelle-wl-accent);outline-offset:3px;border-radius:6px}.boelle-wl-btn--card{position:absolute;top:22px;left:12px;z-index:3;width:44px;height:44px;border-radius:var(--boelle-wl-radius);background:#ffffffe6;box-shadow:0 1px 4px #0000001f;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#222;opacity:0;transition:opacity .2s ease,background .15s ease;pointer-events:none}.boelle-wl-btn--card:hover{background:#fff}.product-card:hover .boelle-wl-btn--card,.product-card__image-wrapper:hover .boelle-wl-btn--card{opacity:1;pointer-events:auto}.boelle-wl-btn--card.is-wishlisted,.boelle-wl-btn--card:focus-visible{opacity:1;pointer-events:auto}@media(hover:none){.boelle-wl-btn--card{opacity:1;pointer-events:auto}}.boelle-wl-btn--pdp{margin-top:.75rem;font-size:.95rem;letter-spacing:.01em;color:inherit}.boelle-wl-btn--pdp .boelle-wl-btn__label{text-decoration:underline;text-underline-offset:3px}.boelle-wl-btn--pdp.is-wishlisted .boelle-wl-btn__label{text-decoration:none}@keyframes boelle-wl-pop{0%{transform:scale(1)}40%{transform:scale(1.35)}70%{transform:scale(.92)}to{transform:scale(1)}}.boelle-wl-btn.wishlist-pulse .boelle-wl-btn__icon{animation:boelle-wl-pop .35s ease}@media(prefers-reduced-motion:reduce){.boelle-wl-btn.wishlist-pulse .boelle-wl-btn__icon,.boelle-wl-btn__icon{animation:none;transition:none}}.boelle-wl-noscroll{overflow:hidden}.boelle-wl-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center}.boelle-wl-modal.is-open{display:flex}.boelle-wl-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1412108c;animation:boelle-wl-fade .2s ease}.boelle-wl-modal__dialog{position:relative;width:min(92vw,420px);background:#fff;border-radius:8px;padding:2.25rem 1.75rem 1.75rem;text-align:center;box-shadow:0 20px 60px #00000040;animation:boelle-wl-rise .22s ease}.boelle-wl-modal__x{position:absolute;top:.5rem;right:.5rem;width:36px;height:36px;border:0;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:#888}.boelle-wl-modal__x:hover{color:#222}.boelle-wl-modal__heart{margin-bottom:.5rem}.boelle-wl-modal__title{margin:0 0 .5rem;font-size:1.25rem;line-height:1.3}.boelle-wl-modal__text{margin:0 0 1.5rem;font-size:.95rem;line-height:1.5;opacity:.8}.boelle-wl-modal__primary,.boelle-wl-modal__secondary{display:block;width:100%;box-sizing:border-box;text-decoration:none}.boelle-wl-modal__primary{padding:.85rem 1rem;background:#1a1a1a;color:#fff;border-radius:3px;font-weight:600}.boelle-wl-modal__primary:hover{background:#000}.boelle-wl-modal__secondary{margin-top:.75rem;padding:.6rem;color:inherit;text-decoration:underline;text-underline-offset:3px;font-size:.9rem}@keyframes boelle-wl-fade{0%{opacity:0}to{opacity:1}}@keyframes boelle-wl-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.boelle-wl-modal__backdrop,.boelle-wl-modal__dialog{animation:none}}.boelle-wl-countbadge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:var(--boelle-wl-radius);background:var(--boelle-wl-accent);color:#fff;font-size:11px;line-height:1;font-weight:600}.boelle-wl-countbadge[hidden]{display:none}.boelle-wl-page{max-width:1200px;margin:0 auto;padding:2rem 1.25rem 4rem}.boelle-wl-page__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem}.boelle-wl-page__title{margin:0;font-size:clamp(1.6rem,3vw,2.4rem)}.boelle-wl-share{background:none;border:0;cursor:pointer;font:inherit;text-decoration:underline;text-underline-offset:3px;color:inherit}.boelle-wl-grid{list-style:none;margin:0;padding:0;display:grid;gap:2rem 1.5rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.boelle-wl-grid[hidden]{display:none}.boelle-wl-card{display:flex;flex-direction:column}.boelle-wl-card__media{display:block;aspect-ratio:1 / 1;overflow:hidden;background:#f3f1ee;border-radius:4px}.boelle-wl-card__media img{width:100%;height:100%;object-fit:cover;display:block}.boelle-wl-card__body{padding-top:12px;display:flex;flex-direction:column;gap:6px}.boelle-wl-card__title{color:inherit;text-decoration:none;font-size:16px;line-height:1.4}.boelle-wl-card__title:hover{text-decoration:underline}.boelle-wl-card__price{font-size:15px;opacity:.9}.boelle-wl-card__actions{display:flex;align-items:center;gap:8px;margin-top:12px}.boelle-wl-card__add{flex:1;cursor:pointer;font-family:inherit;font-weight:inherit;font-size:15px;padding:14px 16px;border:1px solid currentColor;background:transparent;color:inherit;border-radius:2px;transition:background .15s ease,color .15s ease,border-color .15s ease}.boelle-wl-card__add:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.boelle-wl-card__add.is-loading{opacity:.6;pointer-events:none}.boelle-wl-card__add.is-added{background:#0d8756;color:#fff;border-color:#0d8756;animation:boelle-wl-added .35s ease}@keyframes boelle-wl-added{0%{transform:scale(1)}40%{transform:scale(1.05)}to{transform:scale(1)}}.boelle-wl-card__remove{width:46px;height:46px;flex:0 0 auto;cursor:pointer;border:1px solid #ddd;background:#fff;border-radius:2px;font-size:20px;line-height:1;color:#555}.boelle-wl-card__remove:hover{border-color:var(--boelle-wl-accent);color:var(--boelle-wl-accent)}.boelle-wl-empty{text-align:center;padding:4rem 1rem}.boelle-wl-empty[hidden]{display:none}.boelle-wl-empty__cta{display:inline-block;margin-top:1rem;padding:.8rem 1.5rem;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:2px}
/*# sourceMappingURL=/cdn/shop/t/7/assets/wishlist.css.map */
