.wishlist-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;color:#666}.wishlist-page__loading .wishlist-page__spinner{width:40px;height:40px;border:3px solid #ece9e0;border-top-color:#2b2b2b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wishlist-page__grid .product-card-modern{position:relative;display:flex;flex-direction:column;height:100%;background:#fafafa;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(45,90,61,.06)}.wishlist-page__grid .product-card-modern:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.wishlist-page__grid .product-card-modern:hover .product-card-modern__notes{opacity:1;transform:translateY(0)}.wishlist-page__grid .product-card-modern__notes{position:absolute;top:10px;right:10px;left:auto;z-index:10;background:#ffffffbf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;box-shadow:0 2px 8px #00000014}.wishlist-page__grid .product-card-modern__note{display:flex;align-items:center;gap:8px}.wishlist-page__grid .product-card-modern__note-img{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.wishlist-page__grid .product-card-modern__note-name{font-size:.8rem;font-weight:600;color:#2b2b2b;line-height:1.2}.wishlist-page__grid .product-card-modern__link{display:block;text-decoration:none}.wishlist-page__grid .product-card-modern__media{position:relative;width:100%;padding-bottom:100%;background:#fff;overflow:hidden}.wishlist-page__grid .product-card-modern__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .4s ease}.wishlist-page__grid .product-card-modern__img--primary{z-index:1}.wishlist-page__grid .product-card-modern__img--secondary{opacity:0;z-index:2}.wishlist-page__grid .product-card-modern:hover .product-card-modern__img--primary{transform:scale(1.05)}.wishlist-page__grid .product-card-modern:hover .product-card-modern__img--secondary{opacity:1;transform:scale(1.05)}.wishlist-page__grid .product-card-modern__info{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1.2rem 1rem 1.4rem;flex-grow:1;background:#f9f7f4}.wishlist-page__grid .product-card-modern__title-link{text-decoration:none;color:inherit}.wishlist-page__grid .product-card-modern__title{margin:0;font-size:1.6rem;font-weight:600;font-family:Cormorant Garamond,Georgia,serif;color:rgb(var(--color-foreground));line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease;letter-spacing:.02em}.wishlist-page__grid .product-card-modern__title-link:hover .product-card-modern__title{color:rgb(var(--color-button))}.wishlist-page__grid .product-card-modern__meta{margin:0;font-size:1.1rem;color:rgba(var(--color-foreground),.6);display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;justify-content:center}.wishlist-page__grid .product-card-modern__type,.wishlist-page__grid .product-card-modern__flavor{color:#2b2b2b;font-weight:400}.wishlist-page__grid .product-card-modern__rating{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:.2rem;min-height:22px}.wishlist-page__grid .product-card-modern__rating--empty{min-height:22px;display:block}.wishlist-page__grid .product-card-modern__rating-placeholder{display:block;height:22px;line-height:22px}.wishlist-page__grid .product-card-modern__stars{display:flex;gap:.1rem}.wishlist-page__grid .product-card-modern__stars svg{width:14px;height:14px;fill:#2b2b2b;color:#2b2b2b}.wishlist-page__grid .product-card-modern__stars svg.empty{fill:none;stroke:#2b2b2b;stroke-width:1.5}.wishlist-page__grid .product-card-modern__reviews-count{font-size:1.1rem;color:rgba(var(--color-foreground),.5)}.wishlist-page__grid .product-card-modern__price{display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap;margin-top:auto;padding-top:.4rem}.wishlist-page__grid .product-card-modern__price-regular{font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground))}.wishlist-page__grid .product-card-modern__price-compare{font-size:1.2rem;font-weight:400;color:rgba(var(--color-foreground),.45);text-decoration:line-through}.wishlist-page__grid .product-card-modern__variants{display:flex;gap:.5rem;justify-content:center;margin-top:.4rem;width:100%}.wishlist-page__grid .product-card-modern__variant-btn{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.4rem .5rem;border:1px solid rgba(43,43,43,.3);border-radius:6px;background:#f5f0e8;cursor:pointer;transition:all .2s ease;min-width:auto}.wishlist-page__grid .product-card-modern__variant-btn:hover{border-color:#2b2b2b;background:#ebe5db}.wishlist-page__grid .product-card-modern__variant-btn.active{border-color:#c9bba6;background:#d9cfc0}.wishlist-page__grid .product-card-modern__variant-btn img{width:28px;height:28px;object-fit:contain;opacity:.7}.wishlist-page__grid .product-card-modern__variant-btn--mousseline img{width:22px;height:22px}.wishlist-page__grid .product-card-modern__variant-btn.active img{opacity:1;filter:none}.wishlist-page__grid .product-card-modern__variant-label{font-size:1rem;font-weight:600;color:#2b2b2b;white-space:nowrap;line-height:1.2}.wishlist-page__grid .product-card-modern__variant-btn.active .product-card-modern__variant-label{color:#2b2b2b}.wishlist-page__grid .product-card-modern__form{margin-top:auto;width:100%;padding:0}.wishlist-page__grid .product-card-modern__add-btn{display:flex;align-items:center;justify-content:center;gap:.7rem;width:100%;padding:1.4rem 1.8rem;margin-top:1rem;border:none;border-radius:50px;background:linear-gradient(135deg,#2b2b2b,#3a3a3a);color:#fff;font-size:1.5rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;text-decoration:none;position:relative;box-shadow:0 4px 15px #0003;letter-spacing:.02em}.wishlist-page__grid .product-card-modern__add-btn:hover{background:linear-gradient(135deg,#3a3a3a,#4a4a4a);box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.wishlist-page__grid .product-card-modern__add-btn:active{transform:translateY(0) scale(.98);box-shadow:0 2px 10px #00000026}.wishlist-page__grid .product-card-modern__spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wishlist-page__grid .product-card-modern__spinner .spinner{width:20px;height:20px;animation:spin 1s linear infinite}.wishlist-page__grid .product-card-modern__add-btn.loading span,.wishlist-page__grid .product-card-modern__add-btn.loading svg:not(.spinner){visibility:hidden}.wishlist-page__grid .product-card-modern__add-btn.loading .product-card-modern__spinner{display:block}.wishlist-page__grid .wishlist-item__remove{position:absolute;top:10px;left:10px;z-index:15;width:36px;height:36px;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;color:#888;transition:all .2s ease}.wishlist-page__grid .wishlist-item__remove:hover{background:#fee2e2;color:#ef4444}.wishlist-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:#2b2b2b;color:#fff;padding:1rem 1.5rem;border-radius:50px;display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;box-shadow:0 10px 40px #0003;z-index:9999;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.wishlist-toast.is-visible{transform:translate(-50%) translateY(0);opacity:1}.wishlist-toast svg{flex-shrink:0;color:#ef4444}.header-wishlist{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#2b2b2b;transition:color .2s}.header-wishlist:hover{color:#2a2a2a}.header-wishlist svg{width:24px;height:24px}.header-wishlist .wishlist-count{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px}.wishlist-page{padding:3rem 0 6rem;min-height:60vh}.wishlist-page__container{max-width:1200px;margin:0 auto;padding:0 2rem}.wishlist-page__header{text-align:center;margin-bottom:3rem}.wishlist-page__title{font-size:2.5rem;font-weight:700;color:#2b2b2b;margin:0 0 .5rem}.wishlist-page__count{font-size:1.4rem;color:#888}.wishlist-page__empty{text-align:center;padding:4rem 2rem}.wishlist-page__empty-icon{width:100px;height:100px;background:#fafafa;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#ccc}.wishlist-page__empty-icon svg{width:50px;height:50px}.wishlist-page__empty-title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 .75rem}.wishlist-page__empty-text{font-size:1.1rem;color:#888;margin:0 0 2rem}.wishlist-page__empty-btn{display:inline-flex;align-items:center;gap:.5rem;background:#2b2b2b;color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease}.wishlist-page__empty-btn:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 8px 20px #1f3d3640}.wishlist-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.wishlist-item{position:relative;display:flex;flex-direction:column;height:100%;background:#fafafa;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(45,90,61,.06)}.wishlist-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.wishlist-item__remove{position:absolute;top:10px;right:10px;width:36px;height:36px;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 8px #0000001a;color:#888;transition:all .2s ease}.wishlist-item__remove:hover{background:#fee2e2;color:#ef4444}.wishlist-item__image{position:relative;width:100%;padding-bottom:100%;background:#fff;overflow:hidden}.wishlist-item__image a{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.wishlist-item__image img{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .4s ease}.wishlist-item:hover .wishlist-item__image img{transform:scale(1.05)}.wishlist-item__info{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:1.2rem 1rem 1.4rem;flex-grow:1;background:#f9f7f4}.wishlist-item__title{margin:0;font-size:1.6rem;font-weight:600;font-family:Cormorant Garamond,Georgia,serif;color:#2b2b2b;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:.02em}.wishlist-item__title a{color:inherit;text-decoration:none;transition:color .2s ease}.wishlist-item__title a:hover{color:#2b2b2b}.wishlist-item__meta{font-size:1.1rem;color:#1f3d3699;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;justify-content:center}.wishlist-item__type{color:#2b2b2b;font-weight:400}.wishlist-item__price{display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap;margin-top:auto;padding-top:.4rem}.wishlist-item__price-current{font-size:1.5rem;font-weight:700;color:#2b2b2b}.wishlist-item__price-compare{font-size:1.2rem;font-weight:400;color:#1f3d3673;text-decoration:line-through}.wishlist-item__add-btn{display:flex;align-items:center;justify-content:center;gap:.7rem;width:100%;padding:1.4rem 1.8rem;margin-top:1rem;border:none;border-radius:50px;background:linear-gradient(135deg,#2b2b2b,#3a3a3a);color:#fff;font-size:1.5rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;text-decoration:none;position:relative;box-shadow:0 4px 15px #0003;letter-spacing:.02em}.wishlist-item__add-btn:hover{background:linear-gradient(135deg,#3a3a3a,#4a4a4a);box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.wishlist-item__add-btn:active{transform:translateY(0) scale(.98);box-shadow:0 2px 10px #00000026}.wishlist-item__add-btn:disabled{background:#1f3d361a;color:#1f3d3666;cursor:not-allowed;box-shadow:none}.wishlist-item__add-btn:disabled:hover{transform:none;box-shadow:none}.wishlist-page__actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.wishlist-page__clear-btn{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1px solid #ddd;color:#666;padding:.9rem 1.5rem;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:all .2s ease}.wishlist-page__clear-btn:hover{background:#fee2e2;border-color:#ef4444;color:#ef4444}.wishlist-page__continue-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fafafa;color:#333;padding:.9rem 1.5rem;border-radius:8px;font-size:1.1rem;text-decoration:none;transition:all .2s ease}.wishlist-page__continue-btn:hover{background:#eee}@media screen and (max-width: 1024px){.wishlist-page__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.wishlist-page__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.wishlist-page__title{font-size:2rem}.wishlist-item__info{padding:1rem .8rem 1.2rem}.wishlist-item__title{font-size:1.4rem}.wishlist-item__meta{font-size:1rem}.wishlist-item__price-current{font-size:1.4rem}.wishlist-item__add-btn{padding:1.2rem 1.4rem;font-size:1.3rem}.wishlist-page__grid .product-card-modern__variant-btn img{width:22px;height:22px}.wishlist-page__grid .product-card-modern__variant-btn--mousseline img{width:18px;height:18px}}@media screen and (max-width: 480px){.wishlist-page{padding:2rem 0 4rem}.wishlist-page__container{padding:0 1rem}.wishlist-page__actions{flex-direction:column;gap:1rem}.wishlist-page__clear-btn,.wishlist-page__continue-btn{width:100%;justify-content:center}.wishlist-page__grid{gap:1rem}.wishlist-item__remove{width:32px;height:32px;top:8px;right:8px}.wishlist-item__add-btn{padding:1rem 1.2rem;font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/wishlist.css.map */
