.wishlist-button{background:transparent;border:none;cursor:pointer;padding:8px;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease;position:relative;width:40px;height:40px}.wishlist-button:hover{transform:scale(1.1)}.wishlist-button:active{transform:scale(.95)}.wishlist-button:focus{outline:2px solid currentColor;outline-offset:2px;border-radius:4px}.wishlist-button[disabled]{cursor:not-allowed;opacity:.5}.wishlist-heart-icon{width:24px;height:24px;position:relative;display:block}.wishlist-heart-icon svg{width:100%;height:100%;transition:fill .3s ease,stroke .3s ease}.wishlist-heart-icon--empty svg{fill:none;stroke:currentColor;stroke-width:2}.wishlist-heart-icon--filled svg{fill:#ff4757;stroke:#ff4757;stroke-width:0;animation:wishlist-heart-pulse .6s ease}@keyframes wishlist-heart-pulse{0%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(.9)}75%{transform:scale(1.1)}to{transform:scale(1)}}.wishlist-button--loading .wishlist-heart-icon svg{animation:wishlist-spin 1s linear infinite}@keyframes wishlist-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-wishlist-container{display:inline-flex;align-items:center;margin-left:auto;gap:8px}.product-title-row{display:flex;align-items:center;justify-content:space-between;width:100%}.product-title-row .product__title{flex:1}.collection-wishlist-container{display:inline-flex;align-items:center;margin-left:auto}.collection-header-row{display:flex;align-items:center;justify-content:space-between;width:100%}.collection-header-row .collection__title{flex:1}.product-card-wishlist{position:absolute;top:12px;right:12px;z-index:2;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.product-card-wishlist .wishlist-button{width:36px;height:36px;padding:6px}.product-card-wishlist .wishlist-heart-icon{width:20px;height:20px}.wishlist-badge{position:absolute;top:-4px;right:-4px;background:#ff4757;color:#fff;border-radius:10px;padding:2px 6px;font-size:11px;font-weight:700;min-width:18px;text-align:center;line-height:1}.wishlist-toast{position:fixed;bottom:20px;right:20px;background:#333;color:#fff;padding:12px 20px;border-radius:8px;display:flex;align-items:center;gap:12px;z-index:9999;transform:translateY(100px);opacity:0;transition:transform .3s ease,opacity .3s ease;max-width:300px;box-shadow:0 4px 12px #00000026}.wishlist-toast--visible{transform:translateY(0);opacity:1}.wishlist-toast__icon{width:20px;height:20px;flex-shrink:0}.wishlist-toast__message{flex:1;font-size:14px;line-height:1.4}.wishlist-toast__close{background:none;border:none;color:#fff;cursor:pointer;padding:4px;opacity:.7;transition:opacity .2s ease}.wishlist-toast__close:hover{opacity:1}.wishlist-empty-state{text-align:center;padding:60px 20px}.wishlist-empty-state__icon{width:80px;height:80px;margin:0 auto 20px;opacity:.3}.wishlist-empty-state__icon svg{width:100%;height:100%}.wishlist-empty-state__title{font-size:24px;margin-bottom:12px;font-weight:600}.wishlist-empty-state__message{font-size:16px;color:#666;margin-bottom:24px}.wishlist-empty-state__button{display:inline-block;padding:12px 24px;background:#000;color:#fff;text-decoration:none;border-radius:4px;transition:background .2s ease}.wishlist-empty-state__button:hover{background:#333}.wishlist-grid-container{padding:40px 0}.wishlist-grid.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:auto;padding:0;list-style:none}@media screen and (min-width: 750px){.wishlist-grid.product-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media screen and (min-width: 990px){.wishlist-grid.product-grid{grid-template-columns:repeat(4,1fr);gap:30px}}.wishlist-product-card.product-grid__item{list-style:none}.wishlist-product-card .product-card{display:grid;height:100%}.wishlist-product-card .product-card__content{display:flex;flex-direction:column;height:100%}.wishlist-product-card .product-card__link{text-decoration:none;color:inherit;display:block;flex:1}.wishlist-product-card .product-card__media{aspect-ratio:3/4;overflow:hidden;background:#f5f5f5;position:relative}.wishlist-product-card .product-card__media img{width:100%;height:100%;object-fit:cover;display:block}.wishlist-product-card .product-card__info{padding:15px 0}.wishlist-product-card .product-card__title{font-size:16px;font-weight:400;margin:0 0 8px;color:#000;text-align:center}.wishlist-product-card .product-card__price{font-size:14px;color:#000;margin:0;text-align:center}.wishlist-product-card__remove{margin-top:auto;width:100%;padding:10px 16px;background:#fff;border:1px solid #000;color:#000;text-align:center;cursor:pointer;transition:all .2s ease;font-size:12px;text-transform:uppercase;letter-spacing:1px;display:block;font-family:inherit}.wishlist-product-card__remove:hover{background:#000;color:#fff;border-color:#000}.wishlist-share{padding:40px 20px;background:#f8f8f8;border-radius:0;margin:40px 0 20px;clear:both}.wishlist-share__title{font-size:18px;font-weight:600;margin-bottom:12px}.wishlist-share__input-group{display:flex;gap:8px;margin-bottom:12px}.wishlist-share__input{flex:1;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;background:#fff}.wishlist-share__input:focus{outline:none;border-color:#333}.wishlist-share__copy-button{padding:10px 20px;background:#000;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;white-space:nowrap;transition:background .2s ease}.wishlist-share__copy-button:hover{background:#333}.wishlist-share__copy-button--copied{background:#4caf50}.wishlist-header{padding:40px 0 20px;border-bottom:1px solid #e0e0e0;margin-bottom:30px}.wishlist-header__title{font-size:32px;font-weight:600;margin-bottom:8px}.wishlist-header__count{font-size:16px;color:#666}@media screen and (max-width: 749px){.wishlist-toast{bottom:10px;right:10px;left:10px;max-width:none}.wishlist-header__title{font-size:24px}.wishlist-empty-state{padding:40px 20px}.wishlist-empty-state__icon{width:60px;height:60px}.wishlist-empty-state__title{font-size:20px}.wishlist-empty-state__message{font-size:14px}}.wishlist-button:focus-visible{outline:2px solid #000;outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{.wishlist-button,.wishlist-share,.wishlist-product-card__remove{display:none}}
/*# sourceMappingURL=/cdn/shop/t/396/assets/wishlist-styles.css.map */
