.wishlist-btn{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:50%;transition:transform .15s ease,background .15s ease;position:relative;flex-shrink:0}.wishlist-btn:hover{background:#0000000d;transform:scale(1.1)}.wishlist-btn svg{width:24px;height:24px;transition:fill .2s ease,stroke .2s ease}.wishlist-btn .wl-heart{fill:none;stroke:#333;stroke-width:2}.wishlist-btn.is-wishlisted .wl-heart{fill:#e63946;stroke:#e63946}.wishlist-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes wl-pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.wishlist-btn.wl-animate svg{animation:wl-pulse .35s ease}.wl-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9998;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease}.wl-modal-overlay.is-open{opacity:1;pointer-events:all}.wl-modal{background:#fff;border-radius:16px;padding:32px 28px;width:100%;max-width:380px;margin:16px;box-shadow:0 20px 60px #00000040;transform:translateY(20px) scale(.97);transition:transform .25s ease;position:relative}.wl-modal-overlay.is-open .wl-modal{transform:translateY(0) scale(1)}.wl-modal__close{position:absolute;top:14px;right:14px;background:transparent;border:none;cursor:pointer;padding:6px;border-radius:50%;color:#888;font-size:20px;line-height:1;transition:background .15s}.wl-modal__close:hover{background:#f0f0f0;color:#333}.wl-modal__icon{text-align:center;margin-bottom:12px;font-size:40px;line-height:1}.wl-modal__title{font-size:1.25rem;font-weight:700;text-align:center;margin:0 0 6px;color:#111}.wl-modal__subtitle{font-size:.875rem;text-align:center;color:#666;margin:0 0 24px;line-height:1.5}.wl-modal__product-preview{display:flex;align-items:center;gap:12px;background:#f8f8f8;border-radius:10px;padding:12px;margin-bottom:20px}.wl-modal__product-img{width:56px;height:56px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#e0e0e0}.wl-modal__product-img-placeholder{width:56px;height:56px;border-radius:8px;background:#e0e0e0;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:22px}.wl-modal__product-name{font-size:.875rem;font-weight:600;color:#222;margin:0 0 2px;line-height:1.3}.wl-modal__product-price{font-size:.85rem;color:#555;margin:0}.wl-modal__field{margin-bottom:16px}.wl-modal__label{display:block;font-size:.85rem;font-weight:600;color:#333;margin-bottom:6px}.wl-modal__input{width:100%;box-sizing:border-box;padding:12px 14px;font-size:1rem;border:2px solid #ddd;border-radius:10px;outline:none;transition:border-color .2s;color:#000}.wl-modal__input::placeholder{color:#0000004d}.wl-modal__input:focus{border-color:#000}.wl-modal__input.has-error{border-color:#000;background:#fff}.wl-modal__error{font-size:.8rem;color:#e63946;margin-top:5px;display:none}.wl-modal__error.is-visible{display:block}.wl-modal__submit{width:100%;padding:13px;background:#000;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;font-family:inherit}.wl-modal__submit:hover:not(:disabled){background:#000;transform:translateY(-1px)}.wl-modal__submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.wl-modal__success{text-align:center;padding:12px 0 4px;display:none}.wl-modal__success.is-visible{display:block}.wl-modal__success-icon{font-size:48px;margin-bottom:8px}.wl-modal__success-title{font-size:1.1rem;font-weight:700;color:#111;margin:0 0 6px}.wl-modal__success-text{font-size:.875rem;color:#666;margin:0}.wl-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(80px);background:#111;color:#fff;padding:12px 22px;border-radius:30px;font-size:.9rem;font-weight:500;z-index:9999;transition:transform .3s ease;white-space:nowrap;pointer-events:none;box-shadow:0 4px 20px #0000004d}.wl-toast.is-visible{transform:translate(-50%) translateY(0)}.wl-toast.is-success{background:#2d6a4f}.wl-toast.is-error{background:#c1121f}@media(max-width:480px){.wl-modal{border-radius:20px 20px 0 0;position:fixed;bottom:0;left:0;right:0;max-width:100%;margin:0}.wl-modal-overlay{align-items:flex-end}.wl-modal-overlay.is-open .wl-modal{transform:translateY(0)}}.wl-header-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:50%;color:inherit;transition:transform .15s ease,background .15s ease}.wl-header-btn:hover{background:#0000000d;transform:scale(1.05)}.wl-header-icon{width:24px;height:24px}.wl-header-count{position:absolute;top:2px;right:0;min-width:18px;height:18px;padding:0 5px;background:#e63946;color:#fff;border-radius:999px;font-size:11px;font-weight:700;line-height:18px;text-align:center;box-sizing:border-box;pointer-events:none}@keyframes wl-count-pulse{0%{transform:scale(1)}40%{transform:scale(1.4)}to{transform:scale(1)}}.wl-header-count.wl-pulse{animation:wl-count-pulse .3s ease}.wl-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9998;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility 0s linear .25s;display:flex;justify-content:flex-end}.wl-drawer-overlay.is-open{opacity:1;visibility:visible;transition:opacity .25s ease,visibility 0s linear 0s}.wl-drawer{background:#fff;width:100%;max-width:420px;height:100%;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:-8px 0 32px #0000001f;font-family:inherit}.wl-drawer-overlay.is-open .wl-drawer{transform:translate(0)}.wl-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #ebebe7;flex-shrink:0}.wl-drawer__title{margin:0;font-size:18px;font-weight:600;color:#1d1d1b}.wl-drawer__close{background:transparent;border:none;font-size:28px;line-height:1;color:#6b6b66;cursor:pointer;padding:4px 10px;border-radius:6px;transition:background .15s}.wl-drawer__close:hover{background:#f0f0ec;color:#1d1d1b}.wl-drawer__body{flex:1;overflow-y:auto;padding:0;position:relative}.wl-drawer__empty,.wl-drawer__loading,.wl-drawer__items{display:none}.wl-drawer__body.is-empty .wl-drawer__empty,.wl-drawer__body.is-loading .wl-drawer__loading{display:flex}.wl-drawer__body.is-list .wl-drawer__items{display:block}.wl-drawer__empty{flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 30px;height:100%;color:#6b6b66}.wl-drawer__empty-icon{font-size:48px;margin-bottom:14px}.wl-drawer__empty-title{font-size:17px;font-weight:600;color:#1d1d1b;margin:0 0 6px}.wl-drawer__empty-text{font-size:14px;margin:0;max-width:260px}.wl-drawer__loading{align-items:center;justify-content:center;padding:60px 30px;height:100%}.wl-spinner{width:32px;height:32px;border:3px solid #ebebe7;border-top-color:#1d1d1b;border-radius:50%;animation:wl-spin .7s linear infinite}@keyframes wl-spin{to{transform:rotate(360deg)}}.wl-drawer__items{list-style:none;margin:0;padding:0}.wl-drawer__item{display:flex;gap:14px;padding:14px 22px;border-bottom:1px solid #f0f0ec;align-items:flex-start}.wl-drawer__item-img,.wl-drawer__item-img-placeholder{width:70px;height:70px;border-radius:8px;flex-shrink:0;object-fit:cover;background:#f0f0ec}.wl-drawer__item-img-placeholder{display:flex;align-items:center;justify-content:center;font-size:24px}.wl-drawer__item-info{flex:1;min-width:0}.wl-drawer__item-title{font-size:14px;font-weight:500;color:#1d1d1b;margin:0 0 4px;text-decoration:none;display:block;line-height:1.35;word-break:break-word}.wl-drawer__item-title:hover{text-decoration:underline}.wl-drawer__item-price{font-size:14px;font-weight:600;color:#1d1d1b;margin:0 0 8px}.wl-drawer__item-actions{display:flex;gap:8px}.wl-drawer__item-btn{font-size:12px;padding:6px 12px;border-radius:6px;border:1px solid #d9d9d4;background:#fff;color:#1d1d1b;cursor:pointer;text-decoration:none;font-family:inherit;font-weight:500;transition:background .15s;display:inline-flex;align-items:center;gap:4px}.wl-drawer__item-btn:hover{background:#f0f0ec}.wl-drawer__item-btn--remove{color:#c0392b;border-color:#f0d0cc}.wl-drawer__item-btn--remove:hover{background:#fff5f5}.wl-drawer__footer{padding:14px 22px;border-top:1px solid #ebebe7;flex-shrink:0;display:none}.wl-drawer__body.is-list~.wl-drawer__footer{display:block}.wl-drawer__footer-meta{margin:0;font-size:13px;color:#6b6b66;text-align:center}@media(max-width:480px){.wl-drawer{max-width:100%}}.product-card,.product-card-link,.card-product,[data-product-card]{position:relative}.wishlist-btn--card{position:absolute;top:10px;right:10px;z-index:5;width:36px;height:36px;padding:0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.wishlist-btn--card svg{width:25px;height:25px;fill:none;stroke:#333;stroke-width:2}.wishlist-btn--card.is-wishlisted svg{fill:#e63946;stroke:#e63946}.wishlist-btn--card.wl-animate{animation:wl-pop .4s ease}@keyframes wl-pop{0%{transform:scale(1)}40%{transform:scale(1.3)}to{transform:scale(1)}}.wishlist-header-link{position:relative;display:inline-flex!important;align-items:center;justify-content:center;padding:8px;text-decoration:none;color:inherit;background:transparent;border:none;cursor:pointer}.wishlist-header-link svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.8;display:block}.wishlist-header-link.has-items svg{fill:#fff;stroke:#000}.wishlist-counter-badge{display:none;position:absolute;top:15px!important;right:6px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#000!important;color:#fff!important;font-size:11px;font-weight:600;align-items:center;justify-content:center;line-height:1;box-sizing:border-box;pointer-events:none;z-index:10;border:2px solid #fff}.wishlist-counter-badge.is-visible,.wishlist-counter-badge[data-count]{display:flex!important}@media screen and (max-width:749px){.wishlist-header-link{display:inline-flex!important;visibility:visible!important;opacity:1!important;width:40px!important;height:40px!important;padding:8px!important;margin:0 4px!important;position:relative!important;color:#1d1d1b!important}.wishlist-header-link svg{width:360px!important;height:360px!important;display:block!important;visibility:visible!important;opacity:1!important;fill:none;stroke:#1d1d1b!important;stroke-width:1.8}.wishlist-header-link.has-items svg{fill:#fff!important;stroke:#000!important}.wishlist-counter-badge{top:10px!important;right:8px;min-width:18px!important;height:18px!important;font-size:10px!important;border:2px solid #fff!important}}header-actions .wishlist-header-link,.header-actions__action.wishlist-header-link{display:inline-flex!important}.wishlist-header-link svg path{fill:inherit;stroke:inherit}.wishlist-page{max-width:1200px;margin:0 auto;padding:40px 20px}.wishlist-page__title{font-size:28px;margin-bottom:8px}.wishlist-page__subtitle{color:#777;margin-bottom:32px}.wishlist-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.wishlist-page__item{background:#fff;border:1px solid #ebebe7;border-radius:12px;overflow:hidden;transition:box-shadow .18s}.wishlist-page__item:hover{box-shadow:0 4px 18px #0000000f}.wishlist-page__item a.wp-link{display:block;text-decoration:none;color:inherit}.wishlist-page__item-img{width:100%;aspect-ratio:1;object-fit:cover;background:#f6f6f4;display:block}.wishlist-page__item-info{padding:14px 16px}.wishlist-page__item-title{font-size:14px;font-weight:500;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wishlist-page__item-price{font-size:15px;font-weight:600}.wishlist-page__item-actions{padding:0 16px 14px;display:flex;gap:8px}.wishlist-page__btn-remove{background:transparent;border:1px solid #ebebe7;border-radius:8px;padding:8px 12px;font-size:13px;cursor:pointer;color:#555;flex:1}.wishlist-page__btn-remove:hover{border-color:#e63946;color:#e63946}.wishlist-page__empty{text-align:center;padding:80px 20px;color:#777}.wishlist-page__empty h2{font-size:20px;margin-bottom:8px;color:#1d1d1b}.wishlist-page__empty a{display:inline-block;margin-top:18px;padding:12px 24px;background:#1d1d1b;color:#fff;border-radius:8px;text-decoration:none;font-size:14px}.wishlist-header-link{display:inline-flex!important;visibility:visible!important;opacity:1!important}.wishlist-header-link svg{display:block!important}@media screen and (max-width:480px){.wishlist-header-link{padding:6px}.wishlist-header-link svg{width:42px;height:42px}}.wl-nav-link{display:inline-flex!important;align-items:center;justify-content:center;visibility:visible!important;opacity:1!important;color:inherit;text-decoration:none}.wl-nav-heart-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.wl-nav-heart{width:24px;height:24px;display:block;vertical-align:middle;fill:none!important;stroke:currentColor!important;stroke-width:var(--iconWeight, 2)!important;stroke-linecap:var(--iconLinecaps, round)!important;stroke-linejoin:var(--iconLinecaps, round)!important}.wl-nav-heart path{fill:none!important;stroke:currentColor!important;stroke-width:var(--iconWeight, 2)!important;stroke-linecap:var(--iconLinecaps, round)!important;stroke-linejoin:var(--iconLinecaps, round)!important}.wl-nav-link:hover .wl-nav-heart{transform:scale(1.1);transition:transform .15s ease}.wl-nav-badge{display:none;position:absolute;bottom:-5px;right:-5px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#e63946;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;box-sizing:border-box;pointer-events:none;align-items:center;justify-content:center;z-index:10}.wl-nav-badge.is-visible{display:flex!important}@media screen and (max-width:768px){.wl-nav-link{display:inline-flex!important}.wl-nav-heart-wrap,.wl-nav-heart{width:22px;height:22px}}.wishlist-btn--remove-x{position:absolute;top:8px;right:8px;z-index:5;width:30px;height:30px;padding:0;border-radius:50%!important;background:#ffffffeb!important;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000026;transition:background .15s,transform .15s;color:#111}.wishlist-btn--remove-x:hover{background:#fff!important;transform:scale(1.1);color:#e63946}.wishlist-btn--remove-x svg{display:block;width:16px!important;height:16px!important;fill:none!important;stroke:none!important}#wl-page-heading{margin-top:30px}.wishlist-btn svg *,.wishlist-btn--card svg *{fill:none!important;stroke:#000!important;stroke-width:4!important}.wishlist-btn.is-wishlisted svg,.wishlist-btn.is-wishlisted svg *,.wishlist-btn--card.is-wishlisted svg,.wishlist-btn--card.is-wishlisted svg *{fill:#e63946!important;stroke:#e63946!important;stroke-width:4!important}.wishlist-btn--pdp-image{position:absolute;top:14px;right:14px;z-index:101;background:transparent!important;border:none!important;border-radius:0!important;width:auto!important;height:auto!important;display:flex!important;align-items:center;justify-content:center;cursor:pointer;box-shadow:none!important;padding:6px!important;transition:transform .18s ease}.wishlist-btn--pdp-image:hover{transform:scale(1.18);box-shadow:none!important}.wishlist-btn--pdp-image svg *{fill:none!important;stroke:#333!important;stroke-width:4!important;transition:fill .2s ease,stroke .2s ease}.wishlist-btn--pdp-image.is-wishlisted svg,.wishlist-btn--pdp-image.is-wishlisted svg *{fill:#e63946!important;stroke:#e63946!important}@media screen and (max-width:768px){.wishlist-btn--pdp-image{width:38px!important;height:38px!important;top:10px;right:10px}}
/*# sourceMappingURL=/cdn/shop/t/71/assets/wishlist.css.map */
