.ep-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:9998}.ep-cart-overlay.ep-cart-open{opacity:1;visibility:visible}.ep-cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;height:100dvh;background:#fff;z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 30px #00000026;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1a1a1a;box-sizing:border-box}.ep-cart-drawer *,.ep-cart-drawer *:before,.ep-cart-drawer *:after{box-sizing:border-box;margin:0;padding:0}.ep-cart-drawer.ep-cart-open{transform:translate(0)}.ep-cart-header{display:flex;align-items:center;justify-content:center;padding:16px 20px;border-bottom:1px solid #eee;flex-shrink:0;position:relative}.ep-cart-header h2{font-size:1.25rem;font-weight:800;margin:0;text-align:center}.ep-cart-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.6rem;cursor:pointer;color:#666;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;line-height:1}.ep-cart-close:hover{color:#333}.ep-cart-rewards{padding:10px 20px 16px;border-bottom:1px solid #eee;flex-shrink:0}.ep-cart-rewards-msg{background:#f7f7f7;text-align:center;padding:10px 16px;font-size:.88rem;font-weight:700;color:#1a1a1a;border-radius:8px;margin-bottom:12px;min-height:22px;line-height:1.4}.ep-cart-rewards-msg .ep-cart-hl{color:#22a652}.ep-cart-progress-track{position:relative;display:flex;align-items:center;justify-content:space-between;margin:0 10px;height:40px;padding-left:40px}.ep-cart-progress-line-bg{position:absolute;top:50%;left:10px;right:20px;height:6px;background:#e0e0e0;border-radius:3px;transform:translateY(-50%);z-index:1}.ep-cart-progress-line-fill{position:absolute;top:50%;left:10px;height:6px;background:linear-gradient(90deg,#e8a23e,#d4892a);border-radius:3px;transform:translateY(-50%);z-index:2;transition:width .4s ease;width:0%}.ep-cart-progress-node{position:relative;z-index:3;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e0e0e0;transition:background .3s,transform .3s;flex-shrink:0}.ep-cart-progress-node.ep-cart-reached{background:linear-gradient(135deg,#e8a23e,#d4892a);transform:scale(1.05)}.ep-cart-progress-node svg{width:18px;height:18px}.ep-cart-progress-node .ep-cart-ni{fill:#999}.ep-cart-progress-node.ep-cart-reached .ep-cart-ni{fill:#fff}.ep-cart-progress-labels{display:flex;justify-content:space-between;margin:6px 4px 0;padding-left:40px}.ep-cart-progress-label{font-size:.72rem;font-weight:600;color:#888;text-align:center;width:80px;transition:color .3s}.ep-cart-progress-label.ep-cart-reached{color:#1a1a1a}.ep-cart-items{flex:1 1 0%;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.ep-cart-item{display:flex;gap:14px;padding:20px;border-bottom:1px solid #f0f0f0;position:relative}.ep-cart-item-img{width:90px;height:90px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:2rem;overflow:hidden;background:#f5f0eb}.ep-cart-item-img img{width:100%;height:100%;object-fit:cover;border-radius:10px}.ep-cart-item-info{flex:1;min-width:0}.ep-cart-item-title{font-size:.95rem;font-weight:700;margin-bottom:2px;padding-right:28px;line-height:1.3}.ep-cart-item-variant{font-size:.82rem;color:#888;margin-bottom:2px}.ep-cart-item-delivery{font-size:.8rem;color:#888;margin-bottom:6px}.ep-cart-item-delete{position:absolute;top:18px;right:18px;background:none;border:none;cursor:pointer;color:#aaa;padding:0}.ep-cart-item-delete:hover{color:#22a652}.ep-cart-item-delete svg{width:18px;height:18px}.ep-cart-badge{display:inline-flex;align-items:center;gap:5px;background:#f0f0f0;color:#333;font-size:.75rem;font-weight:700;padding:5px 10px;border-radius:20px;margin-bottom:8px}.ep-cart-badge-dark{background:#3d3d3d;color:#fff}.ep-cart-badge-dot{width:8px;height:8px;background:#6bc26b;border-radius:50%;flex-shrink:0}.ep-cart-qty{display:inline-flex;align-items:center;border:1.5px solid #ddd;border-radius:8px;overflow:hidden;margin-bottom:10px}.ep-cart-qty button{background:#fff;border:none;width:36px;height:34px;font-size:1.1rem;font-weight:600;cursor:pointer;color:#444;display:flex;align-items:center;justify-content:center}.ep-cart-qty button:hover{background:#f5f5f5}.ep-cart-qty-val{width:40px;text-align:center;font-size:.95rem;font-weight:700;border-left:1.5px solid #ddd;border-right:1.5px solid #ddd;line-height:34px}.ep-cart-sub-btn{display:block;width:100%;background:linear-gradient(135deg,#e8a23e,#d4892a);color:#fff;border:none;padding:12px;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer;text-align:center;margin-top:4px}.ep-cart-sub-btn:hover{opacity:.92}.ep-cart-freq-sel{width:100%;padding:10px 14px;border:1.5px solid #ddd;border-radius:8px;font-size:.85rem;color:#333;background:#fff;cursor:pointer;margin-top:8px;font-family:inherit}.ep-cart-footer{border-top:1px solid #eee;padding:16px 20px 20px;flex-shrink:0;background:#fafafa;max-height:45vh;overflow-y:auto}.ep-cart-disc-title{font-size:.88rem;font-weight:700;margin-bottom:8px;color:#333}.ep-cart-disc-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.ep-cart-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;font-size:.9rem}.ep-cart-price-row.ep-cart-orig .ep-cart-price-val{text-decoration:line-through;color:#999}.ep-cart-price-row.ep-cart-sav .ep-cart-price-val{color:#22a652;font-weight:700}.ep-cart-price-row.ep-cart-sav{font-size:.82rem}.ep-cart-price-row.ep-cart-total{padding-top:10px;margin-top:10px;border-top:2px dashed #ddd;font-weight:800;font-size:1rem}.ep-cart-checkout-btn{display:block;width:100%;background:#22a652;color:#fff;border:none;padding:16px;border-radius:12px;font-size:1.05rem;font-weight:800;cursor:pointer;margin-top:14px;font-family:inherit}.ep-cart-checkout-btn:hover{background:#1e9448}.ep-cart-trust-bar{display:flex;justify-content:space-around;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid #eee;flex-shrink:0;background:#fff}.ep-cart-trust-item{text-align:center;font-size:.72rem;color:#555;display:flex;flex-direction:column;align-items:center;gap:2px}.ep-cart-trust-item strong{font-weight:700;font-size:.78rem;color:#333}.ep-cart-trust-icon{font-size:1rem}.ep-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;color:#999;min-height:200px}.ep-cart-empty svg{width:48px;height:48px;fill:#ccc}.ep-cart-empty p{font-size:1rem;font-weight:600;margin-top:12px}.ep-cart-item-img.ep-cart-gift-img{background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.ep-cart-gift-price{font-size:.85rem;font-weight:700;color:#22a652;margin-bottom:4px}.ep-cart-loading{display:flex;align-items:center;justify-content:center;padding:40px;color:#999}.ep-cart-spinner{width:24px;height:24px;border:3px solid #e0e0e0;border-top-color:#22a652;border-radius:50%;animation:ep-cart-spin .6s linear infinite;margin-right:10px}@keyframes ep-cart-spin{to{transform:rotate(360deg)}}.ep-cart-price-row.ep-cart-ship .ep-cart-price-val{color:#22a652;font-weight:700}.ep-cart-no-disc{color:#999;font-size:.82rem}@media(max-width:480px){.ep-cart-drawer{width:100vw}.ep-cart-item-img{width:75px;height:75px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/custom-cart-drawer.css.map */
