.cart-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none;opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.cart-drawer.is-open{pointer-events:auto;opacity:1}.cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#0006);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__container{position:absolute;top:0;right:0;width:100%;max-width:480px;height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 40px #0000001f}.cart-drawer.is-open .cart-drawer__container{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:2px solid var(--color-border);background:linear-gradient(135deg,#f8faf9,#fff)}.cart-drawer__title{font-size:1.375rem;font-weight:800;margin:0;color:var(--color-text);display:flex;align-items:center;gap:8px}.cart-drawer__title span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:#fff;border-radius:14px;font-size:.875rem;font-weight:700}.cart-drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid var(--color-border);border-radius:50%;cursor:pointer;color:var(--color-text);transition:all .2s ease}.cart-drawer__close:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:rotate(90deg)}.cart-drawer__close svg{width:20px;height:20px}.cart-drawer__content{flex-grow:1;overflow-y:auto;padding:24px 28px;background:#fafafa}.cart-drawer__content::-webkit-scrollbar{width:6px}.cart-drawer__content::-webkit-scrollbar-track{background:#f1f1f1}.cart-drawer__content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.cart-drawer__content::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.cart-item{display:flex;gap:16px;padding:20px;margin-bottom:16px;background:#fff;border-radius:12px;border:2px solid var(--color-border);position:relative;transition:all .2s ease}.cart-item:hover{border-color:var(--color-primary);box-shadow:0 4px 16px #5cb85c14;transform:translateY(-2px)}.cart-item:last-child{margin-bottom:0}.cart-item__image{width:100px;height:100px;flex-shrink:0;border-radius:10px;overflow:hidden;background:var(--color-background-secondary);border:2px solid var(--color-border)}.cart-item__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cart-item:hover .cart-item__image img{transform:scale(1.05)}.cart-item__details{flex-grow:1;padding-right:32px}.cart-item__title{font-weight:700;font-size:1rem;color:var(--color-text);text-decoration:none;display:block;margin-bottom:6px;line-height:1.4;transition:color .2s ease}.cart-item__title:hover{color:var(--color-primary)}.cart-item__variant{font-size:.875rem;color:var(--color-text-light);margin-bottom:8px;padding:4px 10px;background:#f8faf9;border-radius:6px;display:inline-block}.cart-item__properties{margin:8px 0;padding:8px 10px;background:#f8faf9;border-radius:8px;border:1px solid #e8ece8;font-size:.8125rem;line-height:1.5}.cart-item__property{color:#4e978b;padding:2px 0}.cart-item__property span:first-child{font-weight:600;color:#0f3d2e}.cart-item__property--total{margin-top:6px;padding-top:6px;border-top:1px solid #e0e8e0;color:#0f3d2e;font-weight:600}.cart-item__price{margin-bottom:12px;font-weight:700;font-size:1.125rem;color:var(--color-primary)}.cart-item__price-original{text-decoration:line-through;color:var(--color-text-light);margin-right:8px;font-size:.9375rem}.cart-item__quantity{display:inline-flex;align-items:center;gap:8px;background:#f8faf9;border:2px solid var(--color-border);border-radius:8px;padding:4px}.cart-item__quantity-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;color:var(--color-text)}.cart-item__quantity-btn:hover{background:var(--color-primary);color:#fff;transform:scale(1.1)}.cart-item__quantity-btn svg{width:16px;height:16px}.cart-item__quantity-input{width:50px;height:32px;text-align:center;border:none;background:transparent;font-size:.9375rem;font-weight:700;color:var(--color-text);-moz-appearance:textfield}.cart-item__quantity-input::-webkit-outer-spin-button,.cart-item__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__quantity-input:focus{outline:none}.cart-item__remove{position:absolute;top:16px;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid var(--color-border);border-radius:50%;cursor:pointer;color:var(--color-text-light);transition:all .2s ease}.cart-item__remove:hover{background:#fee;border-color:#e74c3c;color:#e74c3c;transform:rotate(90deg)}.cart-item__remove svg{width:16px;height:16px}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;background:#fff;border-radius:12px;border:2px dashed var(--color-border)}.cart-drawer__empty svg{width:100px;height:100px;color:var(--color-text-light);margin-bottom:24px;opacity:.4}.cart-drawer__empty p{color:var(--color-text-light);margin-bottom:24px;font-size:1.125rem;font-weight:600}.cart-drawer__footer{padding:24px 28px;border-top:2px solid var(--color-border);background:#fff}.cart-drawer__discounts{margin-bottom:16px;padding:12px;background:linear-gradient(135deg,#fff3cd,#fff9e6);border-radius:8px;border-left:4px solid #ffc107}.cart-drawer__discount{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;color:#856404;font-weight:600}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem;font-weight:600;margin-bottom:6px;padding:6px 16px;color:var(--color-text)}.cart-drawer__tax-note{font-size:.875rem;color:var(--color-text-light);margin-bottom:16px;text-align:center}.cart-drawer__total{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;margin-bottom:8px;padding:14px 16px;background:#f8faf9;border-radius:10px;border-top:2px solid #e8ece8}.cart-drawer__tax-info{display:flex;justify-content:space-between;align-items:center;padding:2px 16px;font-size:.8125rem;color:#6b7c6b}.cart-drawer__tax-info:last-of-type{margin-bottom:12px}.cart-drawer__shipping-bar{margin-bottom:16px;padding:14px 16px;background:#f8faf9;border-radius:10px;border:1px solid #e8ece8}.cart-drawer__shipping-bar-text{font-size:.8125rem;color:var(--color-text);margin-bottom:8px;text-align:center}.cart-drawer__shipping-bar-text--success{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--color-primary-dark);font-weight:600;margin-bottom:8px}.cart-drawer__shipping-bar-text--success svg{width:18px;height:18px;color:var(--color-primary);flex-shrink:0}.cart-drawer__shipping-bar-track{width:100%;height:8px;background:#e8ece8;border-radius:4px;overflow:hidden}.cart-drawer__shipping-bar-fill{height:100%;background:linear-gradient(90deg,#ffc107,#ff9800);border-radius:4px;transition:width .6s cubic-bezier(.4,0,.2,1);min-width:4px}.cart-drawer__shipping-bar-fill--complete{background:linear-gradient(90deg,#5cb85c,#449d44)}.cart-drawer__view-cart{display:block;text-align:center;margin-top:12px;color:var(--color-text);text-decoration:none;font-size:.9375rem;font-weight:600;padding:12px;border-radius:8px;transition:all .2s ease}.cart-drawer__view-cart:hover{color:var(--color-primary);background:#f8faf9}@media(max-width:768px){.cart-drawer__container{max-width:420px}.cart-drawer__header,.cart-drawer__content,.cart-drawer__footer{padding-left:20px;padding-right:20px}.cart-item{padding:16px}.cart-item__image{width:80px;height:80px}}@media(max-width:480px){.cart-drawer__container{max-width:100%}.cart-drawer__header{padding:20px 16px}.cart-drawer__title{font-size:1.125rem}.cart-drawer__content{padding:16px}.cart-drawer__footer{padding:20px 16px}.cart-item{padding:12px;gap:12px}.cart-item__image{width:70px;height:70px}.cart-item__title{font-size:.9375rem}.cart-item__details{padding-right:28px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-cart-drawer.css.map */
