.cart-drawer{position:fixed;top:0;right:-400px;width:400px;height:100vh;background:#fff;z-index:9999;transition:right .3s ease;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-drawer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.cart-drawer-overlay.active{opacity:1;visibility:visible}.cart-drawer .bold{font-weight:700}.cart-drawer .regular{font-weight:400}.cart-drawer-header{padding:20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.cart-drawer-title{font-size:18px;margin:0;font-family:IBM Plex Mono,monospace}.cart-drawer-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;transition:color .2s}.cart-drawer-close:hover{color:#000}.cart-drawer-content{flex:1;overflow-y:auto;padding:0}.cart-drawer-empty{padding:60px 20px;text-align:center;color:#666}.cart-drawer-empty-icon{width:60px;height:60px;margin:0 auto 20px;opacity:.3}.cart-drawer-empty-text{font-size:16px;margin-bottom:20px}.cart-drawer-continue{background:#eb701f;color:#fff;border:none;padding:12px 24px;border-radius:4px;font-size:14px;cursor:pointer;transition:background .2s;text-decoration:none;display:inline-block}.cart-drawer-continue:hover{background:#d65b0f;color:#fff}.cart-drawer-items{padding:0}.cart-drawer-item{display:flex;padding:20px;border-bottom:1px solid #f0f0f0;gap:15px}.cart-drawer-item-image{width:80px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden}.cart-drawer-item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer-item-details{flex:1;display:flex;flex-direction:column;gap:8px}.cart-drawer-item-title{font-size:14px;color:#000;margin:0;line-height:1.3}.cart-drawer-item-variant{font-size:12px;color:#666;margin:0}.cart-drawer-item-price{font-size:14px;color:#eb701f;margin:0}.cart-drawer-item-price .compare-price{color:#999;text-decoration:line-through;margin-left:8px}.cart-drawer-item-savings{margin:4px 0}.cart-drawer-item-savings .savings-text{font-size:12px;color:#4caf50;background:#f0fdf4;padding:2px 6px;border-radius:3px;border:1px solid #bbf7d0}.cart-drawer-quantity{display:flex;align-items:center;gap:8px;margin-top:auto}.cart-drawer-quantity-btn{width:32px;height:32px;border:1px solid #ddd;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;font-weight:700}.cart-drawer-quantity-btn:hover{border-color:#eb701f;color:#eb701f}.cart-drawer-quantity-btn:disabled{opacity:.5;cursor:not-allowed}.cart-drawer-quantity-input{width:50px;height:32px;text-align:center;border:1px solid #ddd;border-radius:4px;font-size:14px;font-weight:700}.cart-drawer-remove{color:#999;font-size:12px;text-decoration:underline;cursor:pointer;background:none;border:none;padding:0;margin-top:4px}.cart-drawer-remove:hover{color:#666}.cart-drawer-footer{border-top:1px solid #e5e5e5;padding:20px;flex-shrink:0;background:#fff}.cart-drawer-savings{margin-bottom:15px;display:none}.savings-banner{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:15px;border-radius:8px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px #4caf504d}.savings-icon{font-size:24px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.savings-content{flex:1}.savings-title{font-size:14px;margin-bottom:4px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.savings-amount{font-size:16px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1)}.cart-drawer-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:16px}.cart-drawer-discount{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:14px;color:#eb701f}.cart-drawer-actions{display:flex;flex-direction:column;gap:10px}.cart-drawer-checkout,.cart-drawer-view-cart{padding:14px;border:none;border-radius:4px;font-size:14px;cursor:pointer;text-decoration:none;text-align:center;transition:all .2s;font-family:IBM Plex Mono,monospace}.cart-drawer-checkout{background:#eb701f;color:#fff}.cart-drawer-checkout:hover{background:#d65b0f}.cart-drawer-view-cart{background:transparent;color:#eb701f;border:2px solid #eb701f}.cart-drawer-view-cart:hover{background:#eb701f;color:#fff}@media (max-width: 480px){.cart-drawer{width:100vw;right:-100vw}.cart-drawer-item{padding:15px}.cart-drawer-item-image{width:60px;height:60px}.cart-drawer-header,.cart-drawer-footer{padding:15px}.savings-banner{padding:12px}.savings-title{font-size:13px}.savings-amount{font-size:14px}.cart-drawer-item-savings .savings-text{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/144/assets/cart-drawer.css.map */
