#smart-cart-drawer{position:fixed;top:0;bottom:0;right:-450px;width:100%;max-width:450px;background:#fff;z-index:99999;box-shadow:-5px 0 15px #0000001a;transition:right .4s cubic-bezier(.19,1,.22,1);display:flex;flex-direction:column;font-family:Inter,sans-serif;overscroll-behavior:contain}#smart-cart-drawer.open{right:0}#smart-cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:99998;opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#smart-cart-overlay.open{opacity:1;visibility:visible}.sc-header{padding:20px 25px;border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;align-items:center;background:#fff}.sc-title{font-size:18px;font-weight:700;margin:0;color:#000;display:flex;align-items:center;gap:8px}.sc-count{background:#000;color:#fff;font-size:12px;padding:2px 8px;border-radius:10px;font-weight:600}.sc-close{background:none;border:none;font-size:24px;cursor:pointer;color:#000;padding:0;line-height:1;transition:transform .2s}.sc-close:hover{transform:rotate(90deg)}.sc-shipping-bar{padding:15px 25px;background:#f9f9f9;border-bottom:1px solid #f1f1f1}.sc-shipping-text{font-size:13px;margin-bottom:8px;text-align:center;color:#333}.sc-progress-bg{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.sc-progress-fill{height:100%;background:#000;width:0%;transition:width .5s ease;border-radius:3px}.sc-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0}.sc-items-list{list-style:none;padding:0;margin:0}.sc-item{display:flex;padding:20px 25px;border-bottom:1px solid #f1f1f1;gap:15px;transition:background .2s}.sc-item:hover{background:#fafafa}.sc-item-image{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #eee}.sc-item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.sc-item-title{font-size:14px;font-weight:600;margin:0 0 4px;color:#000;text-decoration:none;line-height:1.3}.sc-item-variant{font-size:12px;color:#666;margin-bottom:4px}.sc-item-property{font-size:11px;color:#777;margin-bottom:2px;display:flex;align-items:center;gap:5px}.sc-color-swatch{display:inline-block;width:12px;height:12px;border-radius:2px;border:1px solid #ddd;vertical-align:middle}.sc-item-bottom{display:flex;justify-content:space-between;align-items:center}.sc-qty-wrapper{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;height:32px}.sc-qty-btn{background:none;border:none;width:28px;height:100%;font-size:14px;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center}.sc-qty-btn:hover{background:#f5f5f5}.sc-qty-input{width:30px;height:100%;border:none;text-align:center;font-size:13px;font-weight:500;padding:0;-webkit-appearance:none;appearance:none;-moz-appearance:textfield}.sc-qty-input::-webkit-outer-spin-button,.sc-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.sc-item-price{font-size:14px;font-weight:600;color:#000}.sc-item-remove{color:#999;cursor:pointer;font-size:18px;margin-left:10px;transition:color .2s}.sc-item-remove:hover{color:#ff4d4d}.sc-footer{padding:20px 25px;background:#fff;border-top:1px solid #f1f1f1;box-shadow:0 -5px 15px #00000008}.sc-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sc-subtotal-text{font-size:16px;font-weight:600;color:#000}.sc-subtotal-price{font-size:18px;font-weight:700;color:#000}.sc-note{font-size:12px;color:#666;margin-bottom:20px;text-align:center}.sc-checkout-btn{display:block;width:100%;background:#000;color:#fff;text-align:center;padding:16px;border-radius:4px;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-decoration:none;transition:background .3s;border:none;cursor:pointer}.sc-checkout-btn:hover{background:#333;color:#fff}.sc-empty-state{padding:40px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;height:100%}.sc-empty-icon{font-size:48px;color:#ddd;margin-bottom:20px}.sc-empty-text{font-size:16px;color:#333;margin-bottom:25px}.sc-continue-btn{background:#000;color:#fff;padding:12px 30px;border-radius:4px;text-decoration:none;font-weight:600;font-size:14px;transition:background .2s}.sc-continue-btn:hover{background:#333;color:#fff}.sc-recommendations{margin-top:40px;width:100%;text-align:left}.sc-rec-title{font-size:14px;font-weight:700;text-transform:uppercase;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}.sc-rec-item{display:flex;gap:15px;margin-bottom:15px;align-items:center}.sc-rec-img{width:60px;height:60px;object-fit:cover;border-radius:4px;border:1px solid #eee}.sc-rec-info{flex:1}.sc-rec-name{display:block;font-size:13px;font-weight:600;color:#000;margin-bottom:4px;text-decoration:none}.sc-rec-price{font-size:12px;color:#666}.sc-loading{opacity:.6;pointer-events:none}.product-qty-selector{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:50px;height:50px;width:140px;overflow:hidden;margin-inline-end:15px;background-color:#fff}.qty-btn{background:none;border:none;width:40px;height:100%;font-size:18px;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center;transition:background .2s}.qty-btn:hover{background:#f5f5f5}.qty-input{flex:1;border:none;text-align:center;font-size:16px;font-weight:600;color:#000;height:100%;width:40px;padding:0;appearance:none;-webkit-appearance:none;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media(max-width:480px){#smart-cart-drawer{width:100%;max-width:100%}.sc-footer{padding-bottom:calc(env(safe-area-inset-bottom,0px) + 20px)}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/smart-cart.css.map */
