.cart-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999999;display:none;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.25,.46,.45,.94),visibility .4s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-drawer-overlay.active{opacity:1!important;display:block!important;visibility:visible!important}.cart-drawer{position:absolute;top:0;right:0;width:100%;max-width:400px;height:100%;background:#fff;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);box-shadow:-8px 0 32px #00000026;z-index:1000000;will-change:transform}.cart-drawer.active{transform:translate(0)!important}.cart-drawer--open{visibility:visible;opacity:1}.cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;cursor:pointer}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:10}.cart-drawer__title{font-size:20px;font-weight:600;color:#000;margin:0}.cart-drawer__close{background:none;border:none;padding:8px;cursor:pointer;border-radius:6px;color:#64748b;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.cart-drawer__close:hover{background:#f1f5f9;color:#1a202c;transform:scale(1.1)}.cart-drawer__items{flex:1;overflow-y:auto;padding:16px 0}.cart-item{display:flex;gap:12px;padding:16px 24px;border-bottom:1px solid #f1f5f9;transition:background-color .3s ease}.cart-item:hover{background-color:#10b98105}.cart-item__image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f1f5f9;border-radius:6px}.cart-item__details{flex:1;display:flex;flex-direction:column;gap:8px}.cart-item__title{font-size:14px;font-weight:600;color:#1a202c;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item__variant{font-size:12px;color:#64748b;margin:0}.cart-item__price-row{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cart-item__price{font-size:14px;font-weight:600;color:#1a202c}.cart-item__compare-price{text-decoration:line-through;color:#64748b;font-size:12px;margin-right:4px}.cart-item__sale-price{color:#dc2626}.cart-item__quantity{display:flex;align-items:center;gap:8px;background:#f8fafc;border-radius:6px;padding:4px}.quantity-btn{background:#fff;border:1px solid #e2e8f0;width:28px;height:28px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);color:#64748b}.quantity-btn:hover{border-color:#10b981;color:#10b981}.quantity-input{width:40px;text-align:center;border:none;background:transparent;font-size:14px;font-weight:500}.cart-item__line-price{font-size:12px;color:#64748b;text-align:right}.cart-item__remove{background:none;border:none;color:#64748b;font-size:12px;cursor:pointer;text-align:left;padding:4px 8px;margin-top:4px;border-radius:4px;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.cart-item__remove:hover{color:#dc2626;background:#dc26261a}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px 24px;text-align:center}.cart-empty__icon{margin-bottom:16px;opacity:.5}.cart-empty__title{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 8px}.cart-empty__text{font-size:14px;color:#64748b;margin:0 0 24px;line-height:1.5}.cart-empty__continue{background:linear-gradient(130deg,#00605b,#05a055,#00605b);color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.cart-empty__continue:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00605b4d}.cart-drawer__footer{background:#fff;border-top:1px solid #e2e8f0;padding:20px 24px;margin-top:auto;box-shadow:0 -4px 16px #0000000d}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cart-subtotal__label{font-size:16px;font-weight:500;color:#1a202c}.cart-subtotal__amount{font-size:18px;font-weight:700;color:#1a202c;background:linear-gradient(130deg,#00605b,#05a055,#00605b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cart-drawer__discounts{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px}.cart-discounts__label{color:#64748b}.cart-discounts__amount{color:#dc2626;font-weight:600}.cart-drawer__note{font-size:12px;color:#64748b;margin:0 0 16px;text-align:center}.cart-action{flex:1;padding:12px 16px;border-radius:6px;font-size:14px;font-weight:600;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);border:none;cursor:pointer}.cart-action--view{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.cart-action--view:hover{background:#f1f5f9;color:#1a202c}.cart-action--checkout{background:linear-gradient(135deg,#10b981,#059669,#047857);color:#fff}.cart-action--checkout:hover{box-shadow:0 4px 12px #10b9814d}.cart-drawer-open{overflow:hidden}.cart-drawer__content{position:relative;width:100%;height:100%;background:#fff;display:flex;flex-direction:column}.cart-drawer__items{scroll-behavior:smooth}.cart-drawer__items::-webkit-scrollbar{width:4px}.cart-drawer__items::-webkit-scrollbar-track{background:#f1f5f9}.cart-drawer__items::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.cart-drawer__items::-webkit-scrollbar-thumb:hover{background:#94a3b8}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:40px 24px;text-align:center}.cart-drawer__actions{display:flex;gap:12px}@media (max-width: 768px){.cart-drawer__content{max-width:90%}.cart-item{padding:12px 16px}.cart-drawer__header,.cart-drawer__footer{padding:16px}.cart-item__image{width:60px;height:60px}}@media (max-width: 480px){.cart-drawer__content{max-width:100%}.cart-drawer__actions{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/cart-drawer.css.map */
