.wishlist-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;color:currentColor;cursor:pointer;transition:all .3s ease;border-radius:50%;padding:0;position:relative;z-index:2}.wishlist-button:hover{transform:scale(1.1)}.wishlist-button:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.wishlist-button[disabled]{opacity:.6;cursor:not-allowed;transform:none}.wishlist-button>*{pointer-events:none}.wishlist-button svg{transition:.3s all;width:1.25rem;height:1.25rem}.wishlist-button svg path{fill:transparent;stroke:currentColor;stroke-width:2;transition:all .3s ease}.wishlist-button:hover svg{animation:.6s ease-in-out infinite beat_heart}@keyframes beat_heart{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.wishlist-button.active svg path{fill:#ff40b4;stroke:#ff40b4}.wishlist-button--product-card{position:absolute;top:.75rem;right:.75rem;width:2.25rem;height:2.25rem;opacity:0;transition:.3s all;z-index:2;background:var(--product-quick-buy-button-background);color:var(--product-quick-buy-button-text-color);border:none;border-radius:50%}.wishlist-button--product-card svg{width:1.5rem;height:1.5rem}.wishlist-button--product-card svg path{stroke:#ff40b4;fill:transparent}.card-product:hover .wishlist-button--product-card,.product-card:hover .wishlist-button--product-card,[data-product-card]:hover .wishlist-button--product-card{opacity:1}@media screen and (max-width: 999px){.wishlist-button--product-card{opacity:1;width:2rem;height:2rem}.wishlist-button--product-card svg{width:1.25rem;height:1.25rem}}.wishlist-button--product-card.active{opacity:1;background:var(--product-quick-buy-button-background);color:var(--product-quick-buy-button-text-color)}.card-product .wishlist-button--product-card.active svg path,.product-card .wishlist-button--product-card.active svg path,[data-product-card] .wishlist-button--product-card.active svg path{fill:#ff40b4;stroke:#ff40b4}.wishlist-button--product-page{display:flex;align-items:center;justify-content:center;flex-grow:1;flex-shrink:0;margin-left:.5rem;border:1px #FF40B4 solid;background:transparent;min-width:50px;color:#ff40b4;width:3rem;height:3rem;border-radius:0}.wishlist-button--product-page:hover{background:transparent;color:#ff40b4}.product-form__buttons .wishlist-button--product-page.active svg path{fill:#ff40b4}.wishlist-button--product-page svg{width:1.5rem;height:1.5rem}.product-form__buttons{display:flex;gap:.75rem;align-items:stretch}.product-form__buttons .wishlist-button--product-page{flex-shrink:0}.product-form__buttons .btn,.product-form__buttons button[type=submit]{flex-grow:1}.wishlist-button--sticky-atc{width:2.5rem;height:2.5rem;border:1px solid #FF40B4;border-radius:6px;background:transparent;color:#ff40b4;padding:0}.wishlist-button--sticky-atc:hover{background:#ff40b4;color:#fff;transform:none}.wishlist-button--sticky-atc:hover svg path{stroke:#fff;fill:transparent}.wishlist-button--sticky-atc.active{background:#ff40b4;color:#fff}.wishlist-button--sticky-atc.active svg path{fill:#fff;stroke:#fff}.wishlist-button--sticky-atc svg{width:1.25rem;height:1.25rem}.wishlist-button--sticky-atc svg path{stroke:#ff40b4;fill:transparent;stroke-width:2;transition:all .2s ease}.wishlist-page{max-width:100%}.page-header{margin-bottom:3rem}.page-header__title{margin-bottom:1rem}.page-header__content{color:rgb(var(--color-foreground) / .75)}.wishlist-grid{position:relative}.wishlist-grid__container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}@media screen and (min-width: 700px){.wishlist-grid__container{gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media screen and (min-width: 1000px){.wishlist-grid__container{grid-template-columns:repeat(4,1fr)}}.wishlist-grid__loading{display:flex;justify-content:center;align-items:center;min-height:20rem;text-align:center}.loading-overlay{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-overlay__text{color:rgb(var(--color-foreground) / .75);font-size:.875rem}.spinner{width:2rem;height:2rem;animation:spin 1s linear infinite}.spinner .path{stroke:rgb(var(--color-base-accent-1));stroke-dasharray:90,150;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.wishlist-grid__empty{text-align:center;padding:0}.wishlist-grid__empty-icon{margin-bottom:1rem;color:rgb(var(--color-foreground) / .3);display:flex;justify-content:center}.wishlist-grid__empty-title{margin-bottom:.5rem}.wishlist-grid__empty-text{margin-bottom:1rem;color:rgb(var(--color-foreground) / .75)}.wishlist-actions{margin-top:3rem;padding-top:2rem;border-top:1px solid rgb(var(--color-foreground) / .1)}.wishlist-clear-all{color:rgb(var(--color-foreground) / .75);text-decoration:underline;font-size:.875rem;transition:color .2s ease}.wishlist-clear-all:hover{color:rgb(var(--color-foreground))}.wishlist-counter-wrapper{opacity:0;transition:opacity .3s ease}.wishlist-counter-wrapper.is-visible{opacity:1}.wishlist-counter-wrapper.header__active-dot{background:#ff40b4;border-radius:50%;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;position:absolute;inset-block-start:-4px;inset-inline-end:-8px}.wishlist-counter{color:#fff;font-size:.5625rem;font-weight:600;line-height:1}.wishlist-counter:empty{display:none}.menu-drawer .wishlist-counter-wrapper.header__active-dot{position:absolute;top:-4px;left:-6px}.wishlist-notice-wrapper{position:fixed;top:1rem;right:1rem;z-index:10000;opacity:0;transform:translate(100%);transition:all .3s ease}.wishlist-notice-wrapper.is-visible{opacity:1;transform:translate(0)}.wishlist-notice{background:#fff;color:rgb(var(--color-foreground));padding:.75rem 1rem;border-radius:.375rem;box-shadow:0 4px 12px rgb(var(--color-foreground) / .15);font-size:.875rem;font-weight:500;max-width:20rem;word-wrap:break-word}@media screen and (max-width: 699px){.wishlist-button--product-card{top:.5rem;right:.5rem;width:2rem;height:2rem}.wishlist-button--product-page{width:2.75rem;height:2.75rem}.page-header{margin-bottom:2rem}.wishlist-grid__container{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.empty-state{padding:2rem 1rem}}@media (prefers-reduced-motion: reduce){.wishlist-button,.wishlist-button svg,.wishlist-counter-wrapper,.wishlist-notice-wrapper{transition:none;animation:none}}@media (prefers-contrast: high){.wishlist-button{border:1px solid currentColor}.wishlist-button--product-card{background:rgb(var(--color-foreground) / .8)}}@media (prefers-color-scheme: dark){.wishlist-button--product-card{background:rgb(var(--color-background) / .2)}.wishlist-button--product-card:hover{background:rgb(var(--color-background) / .3)}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.wishlist-button--product-card{background-color:transparent!important}
/*# sourceMappingURL=/cdn/shop/t/109/assets/wishlist.css.map */
