.favorites-toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.favorites-toast{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:12px 16px;min-width:280px;max-width:400px;opacity:0;transform:translate(100%);transition:all .3s ease;pointer-events:auto}.favorites-toast--visible{opacity:1;transform:translate(0)}.favorites-toast__content{display:flex;align-items:center;gap:12px}.favorites-toast__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;flex-shrink:0;font-weight:600;font-size:14px}.favorites-toast--success .favorites-toast__icon{background:#10b981;color:#fff}.favorites-toast--error .favorites-toast__icon{background:#ef4444;color:#fff}.favorites-toast--info .favorites-toast__icon{background:#3b82f6;color:#fff}.favorites-toast__message{flex:1;font-size:14px;line-height:1.4;color:#333}[data-favorite-button]{position:relative;transition:all .2s ease}[data-favorite-button]:not(.is-favorited){opacity:.7}[data-favorite-button]:not(.is-favorited):hover{opacity:1}[data-favorite-button].is-favorited{color:#ef4444}[data-favorite-button].is-favorited [data-favorite-icon]{animation:heartBeat .3s ease}@keyframes heartBeat{0%,to{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(.95)}}.header__cart-link>a{position:relative}[data-favorites-count].header__cart-count{position:absolute;inset-block-start:-4px;inset-inline-end:-8px;display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 3px;background:#ef4444;color:#fff;border-radius:8px;font-size:10px;font-weight:600;line-height:1;pointer-events:none}[data-favorites-count].header__cart-count:empty{display:none}.product-card__favorite-button{position:absolute;top:12px;right:12px;z-index:2;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fffffff2;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.product-card__favorite-button:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:scale(1.05)}.product-card__favorite-button svg{width:20px;height:20px;color:#333;transition:all .2s ease}.product-card__favorite-button.is-favorited svg{fill:#ef4444;stroke:#ef4444;color:#ef4444}.product-card__favorite-button:not(.is-favorited) svg{fill:none;stroke:currentColor}@media(max-width:768px){.favorites-toast-container{top:10px;right:10px;left:10px;align-items:stretch}.favorites-toast{min-width:0;max-width:none}.product-card__favorite-button{width:32px;height:32px;top:8px;right:8px}.product-card__favorite-button svg{width:18px;height:18px}}
/*# sourceMappingURL=/cdn/shop/t/148/assets/favorites.css.map */
