:root{--cart-drawer-bg: #f5f5f5;--cart-drawer-item-bg: #ffffff;--cart-drawer-accent-yellow: #e1c52e;--cart-drawer-text-dark: #000000;--cart-drawer-text-muted: #525252;--cart-drawer-border: #e0e0e0}.cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:100000;visibility:hidden;opacity:0;transition:all .3s ease;display:flex;justify-content:flex-end}.cart-drawer--active{visibility:visible;opacity:1}.cart-drawer-box{width:500px;background:var(--cart-drawer-bg);height:100%;margin-left:auto;display:flex;flex-direction:column;position:relative;transition:transform .3s ease;transform:translate(100%);overflow:hidden}.cart-drawer--active .cart-drawer-box{transform:translate(0)}.cart-drawer-loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffffb3;z-index:100;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer--loading .cart-drawer-loading-overlay{opacity:1;pointer-events:auto}.cart-drawer-loading-overlay svg{width:40px;height:40px;animation:spin 1s linear infinite;color:var(--cart-drawer-accent-yellow)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart-drawer-header{padding:20px;background:#fff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--cart-drawer-border)}.cart-drawer-header-center{flex:1;display:flex;justify-content:center}.cart-drawer-header-btn{background:#000;color:#fff;padding:10px 40px;border-radius:4px;display:flex;align-items:center;gap:10px;font-weight:600;text-transform:uppercase;font-size:14px;border:none;cursor:default;width:100%;justify-content:center}.cart-drawer-header-close{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;color:#ccc;transition:color .2s}.cart-drawer-header-close:hover{color:#000}.cart-drawer-header-close svg{width:24px;height:24px;border:1px solid #e0e0e0;border-radius:50%;padding:4px}.cart-drawer-shipping{padding:15px 20px;background:#fff}.cart-drawer-shipping-text{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.5px;margin-bottom:10px}.cart-drawer-shipping-bar{height:4px;background:#e0e0e0;border-radius:2px;overflow:hidden}.cart-drawer-shipping-bar-progress{height:100%;background:#000;transition:width .5s ease}.cart-drawer-form{flex:1;display:flex;flex-direction:column;overflow:hidden}.cart-drawer-content{flex:1;overflow-y:auto;padding:20px}.cart-drawer-items{margin-bottom:30px}.cart-drawer-item{background:var(--cart-drawer-item-bg);border:1px solid var(--cart-drawer-border);border-radius:4px;display:flex;padding:15px;gap:15px;margin-bottom:15px}.cart-drawer-item-image{width:100px;flex-shrink:0}.cart-drawer-item-image img{width:100%;height:auto;border-radius:2px}.cart-drawer-item-info{flex:1;display:flex;flex-direction:column}.cart-drawer-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.cart-drawer-item-header h3{font-size:14px;font-weight:500;margin:0;line-height:1.4}.cart-drawer-item-header h3 a{color:inherit;text-decoration:none}.cart-drawer-item-price{font-weight:700;font-size:14px}.cart-drawer-item-options{font-size:12px;color:var(--cart-drawer-text-muted);margin-bottom:15px}.cart-drawer-item-actions{margin-top:auto;display:flex;align-items:center;gap:10px}.cart-drawer-quantity-selector{display:flex;align-items:center;border:1px solid var(--cart-drawer-border);border-radius:4px}.cart-drawer-quantity-selector button{background:none;border:none;width:25px;height:25px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px}.cart-drawer-quantity-selector input{width:30px;text-align:center;border:none;background:none;font-size:13px;font-weight:500;padding:0}.cart-drawer-item-remove{background:none;border:none;cursor:pointer;color:#ccc;padding:5px;transition:color .2s}.cart-drawer-item-remove:hover{color:red}.cart-drawer-item-remove svg{width:18px;height:18px}.cart-drawer-upsell{margin-top:20px;border-top:1px solid var(--cart-drawer-border);padding-top:20px}.cart-drawer-upsell-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.cart-drawer-upsell-header h3{font-size:12px;font-weight:700;margin:0}.cart-drawer-upsell-nav{display:flex;gap:10px}.cart-drawer-upsell-nav button{background:none;border:none;cursor:pointer;padding:0;color:#ccc;background-color:#000;border-radius:50%;aspect-ratio:1/1;width:30px}.cart-drawer-upsell-nav .upsell-prev svg{transform:rotate(90deg)}.cart-drawer-upsell-nav .upsell-next svg{transform:rotate(-90deg)}.cart-drawer-upsell-products{display:flex;gap:15px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.cart-drawer-empty{font-weight:700;color:#000;text-align:center;font-size:24px;display:flex;justify-content:center;align-items:center;height:100%}.cart-drawer-upsell-products::-webkit-scrollbar{height:3px;background-color:#ccc}.cart-drawer-upsell-products::-webkit-scrollbar-thumb{background:#000;border-radius:10px}.upsell-product{flex:0 0 160px;scroll-snap-align:start}.upsell-product .productitem{border-radius:4px;overflow:hidden;height:100%;display:flex;flex-direction:column}.upsell-product-image{height:150px;display:flex;align-items:center;justify-content:center;background:#fff}.upsell-product-image a{display:block;width:100%;height:100%}.upsell-product-image img{width:100%;height:100%;object-fit:contain;object-position:center}.upsell-product-info{padding:10px;display:flex;flex-direction:column;gap:5px;flex:1}.upsell-product-info h4{font-size:12px;font-weight:400;margin:0;line-height:1.25;min-height:30px;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.upsell-product-info>p{margin:0;font-size:12px;font-weight:700}.upsell-product-info .upsell-price{font-size:12px;font-weight:700}.upsell-quick-view{font-size:10px;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;text-align:left;font-weight:600;margin-top:auto;color:#000}.cart-drawer-footer{background:#000;color:#fff;padding:25px 20px}.cart-drawer-footer-top{margin-bottom:20px}.cart-drawer-footer-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.footer-label{font-size:16px;font-weight:600;text-transform:uppercase}.footer-value{font-size:16px;font-weight:700}.cart-drawer-tax-note{font-size:11px;color:#888;margin-bottom:15px;line-height:1.2}.cart-drawer-savings{color:var(--cart-drawer-accent-yellow);font-weight:700;font-size:14px;text-transform:uppercase;margin-bottom:10px}.cart-drawer-note{margin-top:10px}.cart-drawer-note textarea{width:100%;height:80px;padding:8px;border:1px solid var(--cart-drawer-border);background:var(--cart-drawer-item-bg);color:var(--cart-drawer-text-dark);font-family:inherit;resize:none}.cart-drawer-note-toggle{display:block;margin:10px auto 0;background:none;border:none;border-bottom:1px solid currentColor;padding:0;font-size:14px;color:#888;cursor:pointer}.cart-drawer-footer-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cart-drawer-view-cart{background:#fff;color:#000;text-decoration:none;display:flex;align-items:center;justify-content:center;padding:12px;font-weight:700;font-size:13px;border-radius:4px}.cart-drawer-checkout{background:var(--cart-drawer-accent-yellow);color:#000;border:none;padding:12px;font-weight:700;font-size:13px;border-radius:4px;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/18/assets/cart-drawer.css.map */
