:root{--ew-color-active: #E53935;--ew-color-icon: #121212;--ew-radius: 8px;--ew-drawer-width: 420px;--ew-z: 9999;--ew-speed: .28s}easy-wish-button{display:inline-flex;position:absolute;z-index:10}easy-wish-button.ew-card-top-left{top:10px;left:10px}easy-wish-button.ew-card-top-right{top:10px;right:10px}easy-wish-button.ew-card-bottom-left{bottom:10px;left:10px}easy-wish-button.ew-card-bottom-right{bottom:10px;right:10px}easy-wish-button.ew-pdp-btn{position:static;display:block;width:100%;margin:20px 0}.ew-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;border-radius:50%;background:#ffffffeb;cursor:pointer;transition:transform var(--ew-speed),background var(--ew-speed);box-shadow:0 1px 4px #00000026;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ew-btn:hover{transform:scale(1.12)}.ew-btn:focus-visible{outline:2px solid var(--ew-color-active);outline-offset:2px}.ew-btn .ew-heart-icon{width:18px;height:18px;fill:none;stroke:var(--ew-color-icon);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:fill var(--ew-speed),stroke var(--ew-speed)}easy-wish-button.ew-active .ew-btn,.ew-btn.ew-active{background:#fff}easy-wish-button.ew-active .ew-heart-icon,.ew-btn.ew-active .ew-heart-icon{fill:var(--ew-color-active);stroke:var(--ew-color-active)}.ew-pdp-btn .ew-btn{width:100%;height:auto;padding:12px 20px;gap:8px;font-size:12px;font-family:inherit;color:var(--ew-color-icon);background:transparent;border:1px solid currentColor;box-shadow:none;border-radius:0}.ew-pdp-btn .ew-btn:hover{background:#0000000a;transform:none}.ew-pdp-btn .ew-heart-icon{width:20px;height:20px}.ew-pdp-btn-label{font-size:14px}easy-wish-trigger{display:inline-flex;align-items:center}.ew-trigger-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;color:var(--ew-color-icon)}.ew-trigger-btn:focus-visible{outline:2px solid var(--ew-color-active);outline-offset:2px}.ew-trigger-btn .ew-heart-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}easy-wish-count{display:contents}.ew-count-badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--ew-color-active);color:#fff;font-size:10px;font-weight:700;line-height:18px;text-align:center;pointer-events:none}.ew-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:calc(var(--ew-z) - 1);opacity:0;pointer-events:none;transition:opacity var(--ew-speed)}easy-wish-drawer.ew-open .ew-overlay{opacity:1;pointer-events:all;display:block}.ew-drawer{position:fixed;top:0;right:0;bottom:0;width:min(var(--ew-drawer-width),100vw);background:#fff;z-index:var(--ew-z);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--ew-speed) cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000001f}easy-wish-drawer.ew-open .ew-drawer{transform:translate(0)}.ew-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #eee;flex-shrink:0}.ew-drawer-title{margin:0;font-size:18px;font-weight:600;font-family:inherit}.ew-drawer-header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.ew-share-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #ddd;border-radius:var(--ew-radius);background:transparent;color:inherit;font-size:13px;font-family:inherit;font-weight:500;cursor:pointer;transition:background var(--ew-speed),border-color var(--ew-speed),color var(--ew-speed);white-space:nowrap}.ew-share-btn svg{width:15px;height:15px;flex-shrink:0}.ew-share-btn:hover{background:#f5f5f5;border-color:#bbb}.ew-share-btn:focus-visible{outline:2px solid var(--ew-color-active);outline-offset:2px}.ew-share-btn.ew-share-copied{background:#f0fdf4;border-color:#86efac;color:#16a34a}.ew-close-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;cursor:pointer;border-radius:50%;color:inherit;transition:background var(--ew-speed)}.ew-close-btn:hover{background:#f0f0f0}.ew-close-btn svg{width:18px;height:18px}.ew-drawer-body{flex:1;overflow-y:auto;padding:20px 24px}.ew-drawer-footer{display:flex;align-items:center;justify-content:center;padding:16px 24px;border-top:1px solid #eee;flex-shrink:0}.ew-drawer-footer .ew-share-btn{width:100%;justify-content:center}.ew-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px;color:#888;text-align:center}.ew-empty-state svg{width:48px;height:48px;opacity:.3}.ew-empty-state p{margin:0;font-size:15px}.ew-loading{display:flex;align-items:center;gap:10px;color:#888;font-size:14px;padding:20px 0}.ew-spinner{width:20px;height:20px;border:2px solid #ddd;border-top-color:var(--ew-color-active);border-radius:50%;animation:ew-spin .7s linear infinite}@keyframes ew-spin{to{transform:rotate(360deg)}}.ew-items-list{display:flex;flex-direction:column;gap:16px}.ew-item{display:grid;grid-template-columns:80px 1fr;gap:14px;padding-bottom:16px;border-bottom:1px solid #f0f0f0;position:relative}.ew-item:last-child{border-bottom:none}.ew-item-image-wrap{width:80px;height:80px;position:relative;border-radius:calc(var(--ew-radius) - 2px);overflow:hidden;background:#f5f5f5;flex-shrink:0}.ew-item-image-badge{position:absolute;top:6px;left:6px;z-index:5;font-size:11px;font-weight:700;padding:2px 6px;border-radius:4px;background:var(--ew-color-active);color:#fff;line-height:1.4}.ew-item-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.ew-item-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ccc}.ew-item-body{display:flex;flex-direction:column;gap:4px}.ew-item-title{font-size:14px;font-weight:600;margin:0;line-height:1.3}.ew-item-title a{color:inherit;text-decoration:none}.ew-item-title a:hover{text-decoration:underline}.ew-item-variant{font-size:13px;color:#888;margin:0}.ew-item-price-row{display:flex;align-items:center;gap:8px;margin-top:2px}.ew-item-price{font-size:14px;font-weight:600}.ew-item-compare-price{font-size:13px;color:#999;text-decoration:line-through}.ew-item-badge-sale{font-size:11px;padding:2px 6px;border-radius:3px;background:var(--ew-color-active);color:#fff;font-weight:700}.ew-item-actions{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.ew-atc-btn{flex:1;min-width:0;padding:8px 12px;border:none;border-radius:var(--ew-radius);background:#121212;color:#fff;font-size:13px;font-family:inherit;font-weight:600;cursor:pointer;transition:background var(--ew-speed),opacity var(--ew-speed);white-space:nowrap}.ew-atc-btn:hover:not(:disabled){background:#333}.ew-atc-btn:disabled{opacity:.55;cursor:default}.ew-atc-btn.ew-atc-success{background:#2d8a4e}.ew-view-btn{padding:8px 12px;border:1px solid #ddd;border-radius:var(--ew-radius);background:transparent;color:inherit;font-size:13px;font-family:inherit;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;white-space:nowrap;transition:background var(--ew-speed)}.ew-view-btn:hover{background:#f5f5f5}.ew-remove-item-btn{position:absolute;top:0;right:0;width:28px;height:28px;border:none;background:transparent;cursor:pointer;color:#000;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color var(--ew-speed),background var(--ew-speed);padding:0}.ew-remove-item-btn svg{width:14px;height:14px}.ew-remove-item-btn:hover{color:var(--ew-color-active);background:#fef2f2}body.ew-locked{overflow:hidden}@media(max-width:500px){.ew-drawer{width:100vw}}@media screen and (max-width:749px){.ew-item-actions{display:flex!important;align-items:center;gap:10px!important;width:100%}.ew-atc-btn{flex:0 0 50px!important;width:50px!important;min-width:50px!important;height:50px!important;min-height:50px!important;padding:0!important;font-size:0!important;line-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.ew-atc-btn:before{content:"";display:block;width:25px!important;height:25px!important;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 -0.5 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.921 17.95C10.9078 18.514 10.4417 18.9615 9.87768 18.9519C9.31363 18.9422 8.86319 18.479 8.86932 17.9149C8.87546 17.3508 9.33585 16.8974 9.89998 16.9C10.4713 16.9094 10.9277 17.3787 10.921 17.95Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.391 17.95C16.3778 18.5134 15.9127 18.9606 15.3493 18.9519C14.7859 18.9432 14.335 18.4817 14.3393 17.9182C14.3436 17.3547 14.8015 16.9002 15.365 16.9C15.6403 16.9032 15.903 17.0156 16.0954 17.2125C16.2879 17.4094 16.3942 17.6747 16.391 17.95Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.13 7.80005H10.237L9.55295 13.4C9.54868 13.7671 9.69042 14.1208 9.94697 14.3834C10.2035 14.646 10.5539 14.7958 10.921 14.8H16.985C17.4691 14.7981 17.9157 14.5392 18.158 14.12L21.3 9.92005C21.5567 9.49222 21.5663 8.96009 21.3252 8.52326C21.0841 8.08642 20.6288 7.81091 20.13 7.80005Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.50841 7.97794C9.60668 8.38032 10.0125 8.62686 10.4149 8.52859C10.8173 8.43032 11.0639 8.02445 10.9656 7.62206L9.50841 7.97794ZM9.582 5.118L10.3106 4.94006L10.3103 4.93897L9.582 5.118ZM9.432 5L9.43451 4.25H9.432V5ZM6.818 4.25C6.40379 4.25 6.068 4.58579 6.068 5C6.068 5.41421 6.40379 5.75 6.818 5.75V4.25ZM7.363 9.639C7.77721 9.639 8.113 9.30321 8.113 8.889C8.113 8.47479 7.77721 8.139 7.363 8.139V9.639ZM4.5 8.139C4.08579 8.139 3.75 8.47479 3.75 8.889C3.75 9.30321 4.08579 9.639 4.5 9.639V8.139ZM7.364 11.972C7.77821 11.972 8.114 11.6362 8.114 11.222C8.114 10.8078 7.77821 10.472 7.364 10.472V11.972ZM6.432 10.472C6.01779 10.472 5.682 10.8078 5.682 11.222C5.682 11.6362 6.01779 11.972 6.432 11.972V10.472ZM10.9656 7.62206L10.3106 4.94006L8.85341 5.29594L9.50841 7.97794L10.9656 7.62206ZM10.3103 4.93897C10.2111 4.53551 9.84999 4.2514 9.43451 4.25L9.42949 5.75C9.15633 5.74908 8.91888 5.56229 8.85368 5.29703L10.3103 4.93897ZM9.432 4.25H6.818V5.75H9.432V4.25ZM7.363 8.139H4.5V9.639H7.363V8.139ZM7.364 10.472H6.432V11.972H7.364V10.472Z' fill='%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.ew-view-btn{flex:1 1 auto!important;min-width:0!important;height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 10px!important;white-space:nowrap!important;text-align:center!important}}@media screen and (max-width:749px){.ew-drawer{width:100vw!important;max-width:100vw!important}.ew-item-image-badge{top:4px!important;left:4px!important;font-size:10px!important;padding:2px 5px!important}.ew-drawer-body{padding:16px!important;overflow-x:hidden!important;box-sizing:border-box!important}.ew-item{display:grid!important;grid-template-columns:105px minmax(0,1fr)!important;gap:12px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;position:relative!important}.ew-item-image-wrap{width:100px!important;height:100px!important;min-width:100px!important;max-width:100px!important;border-radius:8px!important;overflow:hidden!important;box-sizing:border-box!important}.ew-item-image-wrap img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.ew-item-body{display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important;max-width:100%!important;gap:4px!important;box-sizing:border-box!important;padding-right:20px!important}.ew-item-title{font-size:16px!important;line-height:1.25!important;font-weight:600!important;margin:0!important;min-width:0!important;max-width:100%!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;text-overflow:ellipsis!important}.ew-item-title a{text-decoration:none!important}.ew-remove-item-btn{position:absolute!important;top:0!important;right:0!important;width:24px!important;height:24px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:none!important;color:#000!important;z-index:20!important}.ew-remove-item-btn svg{width:14px!important;height:14px!important}.ew-item-price-row{display:flex!important;align-items:center!important;gap:6px!important;margin-top:3px!important;min-width:0!important;max-width:100%!important;flex-wrap:nowrap!important;overflow:hidden!important}.ew-item-price{font-size:14px!important;font-weight:600!important;white-space:nowrap!important}.ew-item-compare-price{font-size:12px!important;white-space:nowrap!important;color:#999!important}.ew-item-badge-sale{font-size:10px!important;padding:3px 5px!important;border-radius:3px!important;white-space:nowrap!important;flex-shrink:0!important}.ew-item-actions{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;max-width:100%!important;margin-top:8px!important;padding:0!important;flex-wrap:nowrap!important;overflow:hidden!important;box-sizing:border-box!important}.ew-atc-btn{flex:0 0 50px!important;width:50px!important;min-width:50px!important;max-width:50px!important;height:50px!important;min-height:50px!important;max-height:50px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;line-height:0!important;border-radius:8px!important;box-sizing:border-box!important;overflow:hidden!important}.ew-atc-btn:before{width:24px!important;height:24px!important;display:block!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important}.ew-view-btn{flex:0 1 82px!important;width:82px!important;min-width:72px!important;max-width:82px!important;height:50px!important;min-height:50px!important;padding:0 6px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:13px!important;line-height:1.15!important;white-space:normal!important;word-break:normal!important;overflow:hidden!important;text-overflow:clip!important;flex-wrap:wrap!important;box-sizing:border-box!important;border-radius:8px!important}.ew-view-btn span{display:block!important;width:100%!important;max-width:100%!important;white-space:normal!important;line-height:1.15!important;text-align:center!important;overflow:visible!important}.ew-items-list{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.ew-item,.ew-item-body,.ew-item-actions{overflow-x:hidden!important}}.aura-mobile-wishlist{position:relative!important;cursor:pointer!important}.aura-mobile-wishlist .aura-wishlist-icon-wrap{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important}.aura-mobile-wishlist .aura-wishlist-heart-icon{width:25px!important;height:25px!important;display:block!important}.aura-mobile-wishlist easy-wish-count{position:absolute!important;top:-9px!important;right:-11px!important;display:block!important;width:auto!important;height:auto!important;line-height:1!important;z-index:20!important}.aura-mobile-wishlist easy-wish-count .ew-count-badge{display:flex!important;align-items:center!important;justify-content:center!important;min-width:18px!important;height:18px!important;padding:0 4px!important;border-radius:50px!important;background:#e53935!important;color:#fff!important;font-size:10px!important;font-weight:700!important;line-height:18px!important;box-sizing:border-box!important;white-space:nowrap!important}
/*# sourceMappingURL=/cdn/shop/t/28/assets/easy-wish.css.map */
