.cart-drawer__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;pointer-events:none}.cart-drawer__overlay.is-visible{opacity:1;visibility:visible;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:450px;height:100vh;z-index:10000;transform:translate(100%);transition:transform .3s ease-in-out;background:#fff;display:flex;flex-direction:column;box-shadow:-2px 0 10px #0000001a}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__inner{display:flex;flex-direction:column;height:100%;overflow:hidden}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e5e5e5;flex-shrink:0}.cart-drawer__title{font-size:24px;font-weight:600;margin:0;color:#333}.cart-drawer__item-count{font-weight:400;color:#666}.cart-drawer__close{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:color .2s}.cart-drawer__close:hover{color:#000}.cart-drawer__close .icon-close{width:20px;height:20px}.cart-drawer__content{flex:1;overflow-y:auto;padding:0;display:flex;flex-direction:column}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;flex:1}.cart-drawer__empty-text{font-size:18px;color:#666;margin-bottom:20px}.cart-drawer__form{display:flex;flex-direction:column;height:100%;overflow:hidden}.cart-drawer__items{flex:1;overflow-y:auto;padding:20px}.cart-drawer__item{display:flex;gap:15px;padding:20px 0;border-bottom:1px solid #f0f0f0}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-image{flex-shrink:0;width:100px;height:100px}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.cart-drawer__item-details{flex:1;display:flex;flex-direction:column;gap:10px;min-width:0}.cart-drawer__item-title-wrapper{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.cart-drawer__item-title{font-size:16px;font-weight:500;color:#333;text-decoration:none;line-height:1.4;flex:1}.cart-drawer__item-title:hover{color:#000;text-decoration:underline}.cart-drawer__item-remove{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999;transition:color .2s;flex-shrink:0}.cart-drawer__item-remove:hover{color:#333}.cart-drawer__item-remove .icon-close{width:16px;height:16px}.cart-drawer__item-variants{list-style:none;padding:0;margin:0;font-size:14px;color:#666}.cart-drawer__item-variant{margin-bottom:4px}.cart-drawer__item-price-wrapper{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:auto}.cart-drawer__item-price{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600}.cart-drawer__item-price-original{text-decoration:line-through;color:#999;font-weight:400}.cart-drawer__item-price-final{color:#333}.cart-drawer__item-quantity{flex-shrink:0}.cart-drawer__quantity-controls{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden}.cart-drawer__quantity-btn{background:#f5f5f5;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:#333;transition:background .2s;padding:0}.cart-drawer__quantity-btn:hover{background:#e5e5e5}.cart-drawer__quantity-btn:active{background:#ddd}.cart-drawer__quantity-input{width:50px;height:32px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:14px;padding:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-drawer__quantity-input::-webkit-outer-spin-button,.cart-drawer__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__footer{padding:20px;border-top:1px solid #e5e5e5;background:#fafafa;flex-shrink:0}.cart-drawer__notes{margin-bottom:15px}.cart-drawer__notes-label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#333}.cart-drawer__notes-input{width:100%;min-height:80px;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit;resize:vertical}.cart-drawer__discounts{margin-bottom:15px}.cart-drawer__discount{display:flex;align-items:center;justify-content:space-between;padding:8px 0;font-size:14px}.cart-drawer__discount-title{display:flex;align-items:center;gap:6px;color:#666}.cart-drawer__discount-amount{color:#d32f2f;font-weight:500}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;margin-bottom:15px}.cart-drawer__subtotal-label{font-size:18px;font-weight:600;color:#333}.cart-drawer__subtotal-price{font-size:20px;font-weight:700;color:#333}.cart-drawer__shipping{margin-bottom:15px}.cart-drawer__shipping-text{font-size:12px;color:#666;margin:0;line-height:1.5}.cart-drawer__buttons{display:flex;flex-direction:column;gap:12px}.cart-drawer__view-cart,.cart-drawer__checkout{width:100%;padding:14px 20px;font-size:16px;font-weight:600;text-align:center;text-decoration:none;border-radius:4px;transition:all .2s;border:none;cursor:pointer}.cart-drawer__view-cart{background:#fff;color:#333;border:2px solid #333}.cart-drawer__view-cart:hover,.cart-drawer__checkout{background:#333;color:#fff}.cart-drawer__checkout:hover{background:#000}body.cart-drawer-open{overflow:hidden}@media(max-width:749px){.cart-drawer{max-width:100%}.cart-drawer__header{padding:15px}.cart-drawer__title{font-size:20px}.cart-drawer__items{padding:15px}.cart-drawer__item{padding:15px 0}.cart-drawer__item-image{width:80px;height:80px}.cart-drawer__footer{padding:15px}}.cart-drawer__item.is-loading{opacity:.6;pointer-events:none}.cart-drawer__item.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #ddd;border-top-color:#333;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/cart-drawer.css.map */
