.wishlist-snackbar{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:12px 24px;border-radius:6px;font-size:14px;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 20px #0000004d;opacity:0;visibility:hidden;transition:all .3s ease}.wishlist-snackbar.show{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.wishlist-snackbar.hide{opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px)}@media screen and (max-width: 768px){.wishlist-snackbar{top:80px;left:16px;right:16px;transform:none;width:calc(100% - 32px);text-align:center}.wishlist-snackbar.show{transform:translateY(0)}.wishlist-snackbar.hide{transform:translateY(-10px)}}wishlist-button{position:absolute;top:10px;right:10px;z-index:2;display:block}.product-gallery{position:relative}.product-gallery .product-gallery__wishlist-btn{position:absolute;top:1.25rem;left:1.25rem;right:auto;z-index:3}@media screen and (max-width: 999px){.product-gallery .product-gallery__wishlist-btn{z-index:2}}.product-gallery .product-gallery__wishlist-btn .wishlist-button{background:#fffffff2;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 12px #00000040;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease;width:2.25rem;height:2.25rem;box-sizing:border-box}.product-gallery .product-gallery__wishlist-btn .wishlist-button:hover{background:#fff;box-shadow:0 6px 20px #0000004d;transform:scale(1.05)}.product-gallery .product-gallery__wishlist-btn.is-active .wishlist-button{background:#e87ea1;color:#fff;border-color:#e87ea1}.product-gallery .product-gallery__wishlist-btn.is-active .wishlist-button:hover{background:#ee2677;border-color:#ee2677;transform:scale(1.05)}.product-gallery .product-gallery__wishlist-btn.is-active .wishlist-icon{fill:#fff;stroke:#fff;color:#fff}wishlist-button .wishlist-button{background:#fffffff2;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;outline:none;border-radius:50%;width:36px;height:36px;box-shadow:0 2px 6px #00000026;position:relative}.wishlist-button--small{width:28px;height:28px}.wishlist-button--medium{width:36px;height:36px}.wishlist-button--large{width:48px;height:48px}.wishlist-button--circle{border-radius:50%}.wishlist-button--square{border-radius:6px}.wishlist-button--minimal{background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.wishlist-button--inline{position:static;margin:0}wishlist-button .wishlist-button:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #00000040;border-color:#00000026}wishlist-button.is-active .wishlist-button{background:#e87ea1;color:#fff;border-color:#e87ea1}wishlist-button.is-active .wishlist-button:hover{background:#ee2677;border-color:#ee2677;transform:translateY(-1px)}wishlist-button .wishlist-icon{transition:all .3s ease;width:18px;height:18px;stroke-width:2;color:#666}wishlist-button .wishlist-button:hover .wishlist-icon{color:#333}wishlist-button.is-active .wishlist-icon{fill:#fff;stroke:#fff;color:#fff}wishlist-button .wishlist-button:active{transform:translateY(0);box-shadow:0 2px 6px #00000026}wishlist-button .wishlist-button:focus-visible{border-color:#e87ea1;box-shadow:0 0 0 3px #e87ea133}.wishlist-button.loading{opacity:.6;pointer-events:none;animation:pulse 1.5s ease-in-out infinite}.wishlist-icon{transition:all .2s ease;width:18px;height:18px}.product-card__figure{position:relative}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:24px}.wishlist-item{border:1px solid rgb(var(--border-color));border-radius:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;background:rgb(var(--surface-background))}.wishlist-item__image{width:100%;aspect-ratio:1;object-fit:cover;position:relative}.wishlist-item__title{font-weight:600;margin-bottom:8px;font-size:13px;line-height:1.4}.wishlist-item__price{color:rgb(var(--text-color));font-weight:600;margin-bottom:12px;font-size:15px}.wishlist-item__actions{display:flex;gap:8px;flex-wrap:wrap}.wishlist-item__actions .button{flex:1;font-size:14px;padding:8px 12px;min-width:0}.customer-wishlist__header{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgb(var(--border-color))}.customer-wishlist__title{display:flex;align-items:center;gap:8px;font-size:var(--text-h6);font-weight:600;margin:0}.customer-wishlist__title svg{width:18px;height:18px;color:#e87ea1}.customer-wishlist__counter{background:rgb(var(--surface-background));padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;color:rgb(var(--text-subdued))}.customer-wishlist__loading{text-align:center;padding:60px 20px}.loading-spinner{width:40px;height:40px;border:3px solid rgb(var(--border-color));border-top:3px solid #e87ea1;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customer-wishlist__empty,.customer-wishlist--login-required{text-align:center;padding:60px 20px}.empty-state__icon{width:64px;height:64px;margin:0 auto 20px;opacity:.3;color:rgb(var(--text-subdued))}.empty-state__icon svg{width:100%;height:100%}.empty-state__title{margin-bottom:12px;color:rgb(var(--text-color));font-size:20px}.empty-state__text{margin-bottom:24px;font-size:16px;color:rgb(var(--text-subdued))}.customer-wishlist__grid{display:grid;gap:24px;margin-bottom:32px}.customer-wishlist--full .customer-wishlist__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.customer-wishlist--compact .customer-wishlist__grid{grid-template-columns:1fr;gap:16px}@media (min-width: 700px) and (max-width: 999px){.customer-wishlist--compact .customer-wishlist__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1000px){.customer-wishlist--compact .customer-wishlist__grid{grid-template-columns:repeat(3,1fr)}}.customer-wishlist--minimal .customer-wishlist__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px}.wishlist-item{border:1px solid rgb(var(--border-color));border-radius:8px;overflow:hidden;background:rgb(var(--surface-background));transition:all .2s ease}.wishlist-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.wishlist-item__image{width:100%;aspect-ratio:1;overflow:hidden;position:relative}.wishlist-item__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wishlist-item:hover .wishlist-item__image img{transform:scale(1.05)}.wishlist-item__content{padding:16px}.wishlist-item__badge{position:absolute;top:8px;left:8px;background:#000000b3;color:#fff;font-size:12px;line-height:1;padding:6px 8px;border-radius:4px}.wishlist-item__badge--soldout{background:#6c757d}.wishlist-item__status{color:rgb(var(--text-subdued));font-weight:600;font-size:12px}.wishlist-cart-btn.is-disabled,.wishlist-item__cart-btn.is-disabled,.wishlist-cart-btn:disabled,.wishlist-item__cart-btn:disabled,.button:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.1)}.wishlist-item__title{margin-bottom:8px;font-size:15px;font-weight:600;line-height:1.3}.wishlist-item__title a{color:inherit;text-decoration:none}.wishlist-item__title a:hover{color:#e87ea1}.wishlist-item__price{color:rgb(var(--text-color));font-weight:600;font-size:16px;margin-bottom:16px}.wishlist-item__actions{display:flex;gap:8px}.wishlist-item__actions .button{flex:1;font-size:14px;padding:10px 16px}.wishlist-item--compact{display:flex;align-items:center;gap:16px;padding:16px;border-radius:8px}.wishlist-item--compact .wishlist-item__image{width:80px;height:80px;aspect-ratio:1;border-radius:6px;overflow:hidden;flex-shrink:0}.wishlist-item--compact .wishlist-item__link{display:flex;align-items:center;gap:16px;flex:1;text-decoration:none;color:inherit}.wishlist-item--compact .wishlist-item__info h4{margin:0 0 4px;font-size:15px;font-weight:600}.wishlist-item--compact .wishlist-item__info span{color:rgb(var(--text-subdued));font-size:13px}.wishlist-item__remove{background:none;border:1px solid rgb(var(--border-color));width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:rgb(var(--text-subdued));transition:all .2s ease}.wishlist-item__remove:hover{background:#ff4757;color:#fff;border-color:#ff4757}.wishlist-item__actions-compact{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.wishlist-item__cart-btn{background:#e87ea1;border:1px solid #e87ea1;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s ease}.wishlist-item__cart-btn:hover{background:#d1467a;border-color:#d1467a;transform:scale(1.1)}.wishlist-item__cart-btn.loading{background:#ffc107;border-color:#ffc107;animation:pulse 1.5s ease-in-out infinite}.wishlist-item__cart-btn.loading svg,.wishlist-cart-btn.loading svg{animation:spin 1s linear infinite}.wishlist-item__cart-btn.success{background:#28a745;border-color:#28a745;animation:none;transform:scale(1.2)}.wishlist-cart-btn{background:#e87ea1;border:1px solid #e87ea1;color:#fff;padding:12px 20px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:500;transition:all .3s ease;flex:1}.wishlist-cart-btn:hover{background:#d1467a;border-color:#d1467a;transform:translateY(-1px)}.wishlist-cart-btn.loading{background:#ffc107;border-color:#ffc107;cursor:not-allowed}.wishlist-cart-btn.success{background:#28a745;border-color:#28a745}.wishlist-item--minimal{border-radius:8px;overflow:hidden}.wishlist-item--minimal img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .3s ease}.wishlist-item--minimal:hover img{transform:scale(1.1)}.customer-wishlist__actions{text-align:center;padding:20px 0;border-top:1px solid rgb(var(--border-color))}@media (max-width: 699px){.customer-wishlist__header{flex-direction:row;gap:8px;align-items:center;justify-content:center}.customer-wishlist--full .customer-wishlist__grid,.customer-wishlist--minimal .customer-wishlist__grid{grid-template-columns:repeat(2,1fr)}.wishlist-item__actions{flex-direction:column;gap:6px}.wishlist-item__actions .button{flex:none;width:100%}.wishlist-item--compact{gap:12px;padding:12px}.wishlist-item--compact .wishlist-item__image{width:60px;height:60px}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:.3}}@media (max-width: 699px){.wishlist-button{width:32px;height:32px;top:8px;right:8px}.wishlist-icon{width:16px;height:16px}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.wishlist-item__content{padding:12px}}.customer-nav{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.customer-nav__section{border:1px solid rgb(var(--border-color));border-radius:12px;overflow:hidden;background:rgb(var(--surface-background));transition:all .2s ease}.customer-nav__section:hover{border-color:#e87ea14d;box-shadow:0 2px 8px #0000000a}.customer-nav__section.is-open{border-color:#e87ea1;box-shadow:0 4px 16px #e87ea11a}.customer-nav__header{width:100%;display:flex;align-items:center;gap:16px;padding:20px;background:none;border:none;cursor:pointer;text-align:left;transition:all .2s ease;font-family:inherit}.customer-nav__header:hover{background:#e87ea105}.customer-nav__section.is-open .customer-nav__header{background:#e87ea10d;border-bottom:1px solid rgba(232,126,161,.1)}.customer-nav__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#e87ea11a;border-radius:12px;flex-shrink:0;transition:all .2s ease}.customer-nav__section.is-open .customer-nav__icon{background:#e87ea1}.customer-nav__icon svg{width:24px;height:24px;color:#e87ea1;transition:color .2s ease}.customer-nav__section.is-open .customer-nav__icon svg{color:#fff}.customer-nav__info{flex:1;min-width:0}.customer-nav__info h3{margin:0 0 4px;font-size:18px;font-weight:600;color:rgb(var(--text-color));line-height:1.3}.customer-nav__count{font-size:14px;color:rgb(var(--text-subdued));font-weight:500;line-height:1.3}.customer-nav__section.is-open .customer-nav__count{color:#e87ea1}.customer-nav__arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:transform .3s ease;flex-shrink:0}.customer-nav__arrow svg{width:20px;height:20px;color:rgb(var(--text-subdued));transition:color .2s ease}.customer-nav__section.is-open .customer-nav__arrow svg{color:#e87ea1}.customer-nav__content{overflow:hidden;transition:max-height .3s ease;max-height:0}.customer-nav__body{padding:20px;border-top:1px solid rgba(232,126,161,.1)}.customer-nav__empty{text-align:center;padding:40px 20px;color:rgb(var(--text-subdued))}.customer-nav__empty p{margin-bottom:16px;font-size:15px}.customer-nav__more{margin-top:16px;text-align:center}.customer-nav__more .link{color:#e87ea1;text-decoration:none;font-weight:500;font-size:14px;transition:color .2s ease}.customer-nav__more .link:hover{color:#d1467a;text-decoration:underline}.order-list{display:flex;flex-direction:column;gap:16px}.order-item{display:flex;align-items:center;gap:16px;padding:16px;background:#e87ea105;border:1px solid rgba(232,126,161,.1);border-radius:8px;transition:all .2s ease}.order-item:hover{background:#e87ea10d;border-color:#e87ea133}.order-item__info{flex:1;min-width:0}.order-item__info h4{margin:0 0 4px;font-size:16px;font-weight:600;color:rgb(var(--text-color))}.order-item__date,.order-item__status{margin:0;font-size:13px;color:rgb(var(--text-subdued));line-height:1.3}.order-item__total{font-weight:600;font-size:16px;color:rgb(var(--text-color));text-align:right;margin-right:12px}.order-item__link{background:#e87ea1;color:#fff;padding:8px 16px;border-radius:6px;text-decoration:none;font-size:13px;font-weight:500;transition:background-color .2s ease;white-space:nowrap}.order-item__link:hover{background:#d1467a}.customer-nav__pagination{margin-top:20px;padding-top:16px;border-top:1px solid rgba(232,126,161,.1)}.pagination-info{display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:16px}.pagination-current{font-size:14px;font-weight:600;color:rgb(var(--text-color))}.pagination-total{font-size:13px;color:rgb(var(--text-subdued))}.pagination-controls{display:flex;justify-content:center;gap:12px}.pagination-btn{background:#e87ea1;color:#fff;padding:8px 16px;border-radius:6px;text-decoration:none;font-size:13px;font-weight:500;transition:all .2s ease}.pagination-btn:hover{background:#d1467a;transform:translateY(-1px)}@media (max-width: 699px){.pagination-info{gap:2px}.pagination-current{font-size:13px}.pagination-total{font-size:12px}.pagination-btn{padding:6px 12px;font-size:12px}}.address-preview h4{margin:0 0 12px;font-size:16px;font-weight:600;color:rgb(var(--text-color))}.address-card{background:#e87ea105;border:1px solid rgba(232,126,161,.1);border-radius:8px;padding:16px;margin-bottom:16px;font-size:14px;line-height:1.5;color:rgb(var(--text-color))}.address-preview .link{color:#e87ea1;text-decoration:none;font-weight:500;font-size:14px;transition:color .2s ease}.address-preview .link:hover{color:#d1467a;text-decoration:underline}.club-overview{display:flex;flex-direction:column;gap:20px}.club-points{text-align:center;padding:20px;background:linear-gradient(135deg,#e87ea11a,#e87ea10d);border:1px solid rgba(232,126,161,.2);border-radius:8px}.club-points p{margin:0;font-size:16px;font-weight:500;color:rgb(var(--text-color))}.club-points .sweettooth-points-balance{font-weight:700;color:#e87ea1;font-size:20px}.club-info{text-align:center}.club-info p{margin:0 0 16px;font-size:15px;color:rgb(var(--text-subdued))}@media (max-width: 699px){.customer-nav{gap:8px}.customer-nav__header{padding:16px;gap:12px}.customer-nav__icon{width:40px;height:40px;border-radius:10px}.customer-nav__icon svg{width:20px;height:20px}.customer-nav__info h3{font-size:16px}.customer-nav__count{font-size:13px}.customer-nav__body{padding:16px}.order-item{padding:12px;gap:12px;flex-direction:column;align-items:flex-start}.order-item__info{width:100%}.order-item__total{text-align:left;margin-right:0}.order-item__link{align-self:stretch;text-align:center}.club-points{padding:16px}.club-points p{font-size:15px}.club-points .sweettooth-points-balance{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/wishlist.css.map */
