.header__icon--wishlist{position:relative;display:flex;align-items:center}.wishlist-count-bubble{position:absolute;background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));height:1.7rem;width:1.7rem;border-radius:100%;display:flex;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;bottom:-.2rem;left:.5rem;line-height:1;text-align:center;pointer-events:none}.wishlist-count-bubble.hidden{display:none}.header__icons .header__icon--wishlist .svg-wrapper{transform:scale(.85);vertical-align:middle;position:relative}.card-wrapper .wishlist-button{position:absolute;z-index:40;right:5px;top:5px;opacity:1;transition:all .2s ease;background:#fffffff2;padding:0;border-radius:50%;border:none;cursor:pointer!important;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0003;width:32px;height:32px;pointer-events:auto!important}.card-wrapper .wishlist-button .svg-wrapper{display:flex;align-items:center;justify-content:center;width:18px;height:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-wrapper .wishlist-button:hover{opacity:1;background:#fff;transform:scale(1.1);box-shadow:0 3px 7px #00000040}.card-wrapper .wishlist-button.is-active .svg-wishlist{display:none}.card-wrapper .wishlist-button:not(.is-active) .svg-wishlist-filled{display:none}.wishlist-button.is-active .icon-wishlist-filled path{fill:#e31b23!important;stroke:#e31b23!important}.product__media-wrapper .wishlist-button{position:absolute;z-index:30;right:10px;top:10px;background:#fffffff2;padding:6px;border-radius:50%;border:none;cursor:pointer!important;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0003;width:35px;height:35px;pointer-events:auto!important}.product__media-wrapper .wishlist-button .svg-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.85);width:18px;height:18px;display:flex;align-items:center;justify-content:center}.product__media-wrapper .wishlist-button:hover{background:#fff;transform:scale(1.1);box-shadow:0 3px 7px #00000040}.product__media-wrapper .wishlist-button.is-active .svg-wishlist{display:none}.product__media-wrapper .wishlist-button:not(.is-active) .svg-wishlist-filled{display:none}.product__info-wrapper .wishlist-button{background:#fff;border:1px solid #d9d9d9;padding:10px 15px;border-radius:4px;display:flex;align-items:center;gap:8px;cursor:pointer!important;font-size:14px;margin-top:15px;width:78%;justify-content:center;transition:all .2s ease;position:relative;z-index:10;pointer-events:auto!important}.product__info-wrapper .wishlist-button:hover{border-color:#999;background-color:#00000008}.product__info-wrapper .wishlist-button.is-active{background-color:#fff2f2;border-color:#e31b23;color:#e31b23}.product__info-wrapper .wishlist-button .svg-wrapper{transform:scale(.9);position:relative;top:0;display:flex;align-items:center;justify-content:center;width:18px;height:18px}.product__info-wrapper .wishlist-button.is-active .svg-wishlist{display:none}.product__info-wrapper .wishlist-button:not(.is-active) .svg-wishlist-filled{display:none}.product__info-wrapper .wishlist-button .button-text{font-weight:500}.page-wishlist{padding-bottom:3rem;max-width:1200px;margin:0 auto}.section-header__title{margin-bottom:2rem;font-size:calc(var(--font-heading-scale) * 3rem);color:rgb(var(--color-base-text))}.wishlist-page-empty{text-align:center;padding:3rem 1rem;margin:2rem 0;background-color:rgba(var(--color-foreground),.04);border-radius:8px}.wishlist-page-empty h2{margin-bottom:1rem;font-size:1.5rem}.wishlist-page-empty p{margin-bottom:2rem;color:rgba(var(--color-foreground),.75)}.wishlist-page-empty .button{min-width:180px}.wishlist-loading,.wishlist-error{text-align:center;padding:3rem 1rem}.loading-spinner{margin:2rem auto;width:50px;height:50px;border:3px solid rgba(var(--color-foreground),.1);border-radius:50%;border-top-color:rgb(var(--color-button));animation:spin 1s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wishlist-error h2{color:#e31b23;margin-bottom:1rem}.wishlist-error p{margin-bottom:2rem}.wishlist-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;margin-top:2rem;margin-bottom:2rem}@media screen and (min-width: 375px){.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (min-width: 550px){.wishlist-grid{gap:1.5rem}}@media screen and (min-width: 750px){.wishlist-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media screen and (min-width: 990px){.wishlist-grid{grid-template-columns:repeat(4,1fr)}}.product-card-wishlist{display:flex;flex-direction:column;border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;overflow:hidden;background-color:#fff;height:100%;transition:box-shadow .3s ease,transform .3s ease;position:relative}.product-card-wishlist:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-3px)}.product-card-image{position:relative;overflow:hidden;padding-top:133%}.product-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card-wishlist:hover .product-card-image img{transform:scale(1.05)}.product-card-image .wishlist-button{position:absolute;top:10px;right:10px;z-index:2;background:#ffffffe6;border-radius:50%;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;box-shadow:0 2px 5px #0000001a;cursor:pointer;transition:all .2s ease}.product-card-image .wishlist-button:hover{transform:scale(1.1);box-shadow:0 3px 8px #00000026}.product-card-image .wishlist-button .svg-wrapper{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.product-card-image .wishlist-button.is-active .svg-wishlist{display:none}.product-card-image .wishlist-button:not(.is-active) .svg-wishlist-filled{display:none}.product-card-info{padding:12px;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}@media screen and (min-width: 750px){.product-card-info{padding:15px}}.product-card-title{margin:0 0 8px;font-size:.9rem;line-height:1.3;font-weight:500;color:rgb(var(--color-base-text));text-transform:capitalize;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.6em}@media screen and (min-width: 750px){.product-card-title{font-size:1rem;margin-bottom:10px}}.product-card-title a{text-decoration:none;color:inherit;transition:color .2s ease}.product-card-title a:hover{color:rgb(var(--color-button))}.product-card-price{margin-bottom:15px;font-weight:600;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.price-item--regular{color:rgb(var(--color-base-text))}.price-item--compare{color:rgba(var(--color-foreground),.6);text-decoration:line-through;font-weight:400;font-size:.9em}.product-card-info .button{width:100%;padding:.5rem;font-size:.9rem;min-height:40px;justify-content:center;align-items:center;display:flex;text-align:center;cursor:pointer;text-decoration:none;border-radius:0;border:.1rem solid rgba(var(--color-button),1);transition:box-shadow .2s ease}.product-card-info .button--secondary{background-color:transparent;color:var(--color-button-text);position:relative;box-shadow:0 0 0 .1rem rgb(var(--color-button));transition:box-shadow .2s ease,color .2s ease}.product-card-info .button--secondary:hover{box-shadow:0 0 0 .2rem rgb(var(--color-button));background-color:transparent;color:var(--color-button-text)}@media screen and (min-width: 750px){.product-card-info .button{padding:.7rem 1rem;font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wishlist-item-enter{animation:fadeInUp .5s ease forwards;opacity:0}.wishlist-item{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.wishlist-item.removing{opacity:0;transform:translateY(20px)}@media screen and (max-width: 374px){.wishlist-grid{grid-template-columns:repeat(1,1fr)}.product-card-image{padding-top:100%}}.wishlist-notification{position:fixed;bottom:20px;right:20px;background-color:#fff;box-shadow:0 2px 10px #00000026;border-radius:8px;padding:15px 20px;display:flex;align-items:center;z-index:1000;transform:translateY(100px);opacity:0;transition:transform .3s ease,opacity .3s ease;max-width:300px}.wishlist-notification.active{transform:translateY(0);opacity:1}.wishlist-notification .notification-icon{margin-right:10px}.wishlist-notification .notification-message{font-size:14px}.wishlist-notification.success .notification-icon{color:#e31b23}.wishlist-notification.remove .notification-icon{color:#666}
/*# sourceMappingURL=/cdn/shop/t/39/assets/wishlist.css.map */
