.wishlist-btn{position:absolute;top:10px;right:10px;width:40px;height:40px;background:transparent;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;pointer-events:auto}.wishlist-btn:hover{transform:scale(1.1)}.wishlist-btn .icon-heart{width:18px;height:18px;fill:none;stroke:#383838;stroke-width:1;transition:all .3s ease}.wishlist-btn .svg-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:4px}.wishlist-btn svg{display:block;max-width:100%;max-height:100%}.wishlist-btn.active .icon-heart{fill:#e74c3c;stroke:#e74c3c;stroke-width:1}.wishlist-btn:active{transform:scale(.95)}.card-wrapper,.card__media{position:relative}.card-wrapper>.card-wishlist-btn{position:absolute;top:10px;right:10px;z-index:20;width:40px;height:40px}.product__media-item,.product__media-wrapper{position:relative}.product-detail-wishlist-btn{position:absolute;top:20px;right:20px;width:50px;height:50px;background:#fffffff2;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;transition:all .3s ease;box-shadow:0 2px 12px #00000026}.product-detail-wishlist-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 16px #0003}.product-detail-wishlist-btn .icon-heart{width:22px;height:22px;fill:none;stroke:#000;stroke-width:1;transition:all .3s ease}.product-detail-wishlist-btn .svg-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:5px}.product-detail-wishlist-btn svg{display:block;max-width:100%;max-height:100%}.product-detail-wishlist-btn.active .icon-heart{fill:#e74c3c;stroke:#e74c3c;stroke-width:1}.header__icon--wishlist{position:relative}.header__icon--wishlist .icon-heart{fill:none;stroke:currentColor;stroke-width:1;opacity:.8}.header__icon--wishlist svg{width:2rem;height:2rem}.header__icon--wishlist .svg-wrapper{display:flex;align-items:center;justify-content:center}.wishlist-count{position:absolute;top:5px;right:5px;background:rgb(var(--color-button));color:#fff;font-size:11px;font-weight:600;min-width:18px;height:18px;border-radius:50%;display:none;align-items:center;justify-content:center;padding:0 4px;line-height:1;z-index:1}.wishlist-notification{position:fixed;bottom:30px;left:50%;transform:translate(-50%) translateY(100px);background:#000000e6;color:#fff;padding:15px 30px;border-radius:50px;font-size:14px;font-weight:500;z-index:10000;transition:transform .3s ease,opacity .3s ease;opacity:0;box-shadow:0 4px 20px #0000004d;white-space:nowrap}.wishlist-notification.show{transform:translate(-50%) translateY(0);opacity:1}.wishlist-page{padding:40px 0}.wishlist-page__header{text-align:center;margin-bottom:40px}.wishlist-page__title{font-size:32px;font-weight:600;margin-bottom:10px}.wishlist-page__count{color:#666;font-size:16px}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-bottom:40px}@media screen and (max-width: 749px){.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media screen and (max-width: 480px){.wishlist-grid{grid-template-columns:1fr}}.wishlist-item{position:relative;background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e0e0e0}.wishlist-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.wishlist-item__image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f5f5f5}.wishlist-item__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wishlist-item:hover .wishlist-item__image{transform:scale(1.05)}.wishlist-item__remove{position:absolute;top:10px;right:10px;width:32px;height:32px;background:#fffffff2;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.wishlist-item__remove:hover{background:#e74c3c;transform:scale(1.1)}.wishlist-item__remove .icon{width:16px;height:16px;stroke:#000;transition:stroke .3s ease}.wishlist-item__remove:hover .icon{stroke:#fff}.wishlist-item__content{padding:15px}.wishlist-item__title{font-size:15px;font-weight:500;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.wishlist-item__title a{color:inherit;text-decoration:none;transition:color .3s ease}.wishlist-item__title a:hover{color:#e74c3c}.wishlist-item__price{font-size:16px;font-weight:600;color:#000;margin-bottom:12px}.wishlist-item__add-to-cart{width:100%;padding:12px;background:#000;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .3s ease}.wishlist-item__add-to-cart:hover{background:#333}.wishlist-empty{text-align:center;padding:80px 20px}.wishlist-empty__icon{width:80px;height:80px;margin:0 auto 20px;opacity:.3}.wishlist-empty__title{font-size:24px;font-weight:600;margin-bottom:10px}.wishlist-empty__text{color:#666;margin-bottom:30px;font-size:16px}.wishlist-empty__button{display:inline-block;padding:15px 40px;background:#000;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background .3s ease}.wishlist-empty__button:hover{background:#333}@media screen and (max-width: 749px){.wishlist-btn{width:36px;height:36px}.wishlist-btn .icon-heart{width:18px;height:18px}.product-detail-wishlist-btn{width:44px;height:44px;top:15px;right:15px}.product-detail-wishlist-btn .icon-heart{width:22px;height:22px}.wishlist-page__title{font-size:24px}.wishlist-item__content{padding:12px}.wishlist-item__title,.wishlist-item__price{font-size:14px}}.media--transparent,.card__media,.product__media-item,.product-card,.product-card__image-wrapper{position:relative}.product-card__image-wrapper .wishlist-btn,.slider-wishlist-btn{position:absolute;top:10px;right:10px;z-index:20}
/*# sourceMappingURL=/cdn/shop/t/6/assets/wishlist.css.map */
