:root{--stitch-primary: #7B2C84;--stitch-secondary: #1F2937;--stitch-bg-light: #F9FAFB;--stitch-bg-dark: #111827;--stitch-card-light: #FFFFFF;--stitch-card-dark: #1F2937;--stitch-text-light: #1F2937;--stitch-text-dark: #F3F4F6;--stitch-text-muted-light: #6B7280;--stitch-text-muted-dark: #9CA3AF;--stitch-border-light: #E5E7EB;--stitch-border-dark: #374151;--stitch-success: #10B981;--stitch-danger: #EF4444;--stitch-info-bg: #EFF6FF;--stitch-info-text: #1E40AF}.stitch-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:9998;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.stitch-drawer-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.stitch-cart-drawer{position:fixed;top:0;right:0;width:90%;max-width:420px;height:100%;background:var(--stitch-card-light);box-shadow:-10px 0 40px #00000026;z-index:9999;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1),visibility .35s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;visibility:hidden;pointer-events:none}.stitch-cart-drawer.open{transform:translate(0);visibility:visible;pointer-events:auto}.stitch-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--stitch-border-light);background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.stitch-drawer-title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;color:var(--stitch-text-light);display:flex;align-items:center;gap:8px;margin:0}.stitch-drawer-title .item-count{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:var(--stitch-text-muted-light)}.stitch-drawer-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--stitch-text-muted-light);border-radius:50%;cursor:pointer;transition:all .2s ease;position:relative;z-index:50}.stitch-drawer-close:hover{background:var(--stitch-bg-light);color:var(--stitch-primary)}.stitch-drawer-close svg{width:24px;height:24px}.stitch-drawer-content{flex:1;overflow-y:auto;padding:20px;scrollbar-width:thin;scrollbar-color:var(--stitch-border-light) transparent}.stitch-drawer-content::-webkit-scrollbar{width:6px}.stitch-drawer-content::-webkit-scrollbar-track{background:transparent}.stitch-drawer-content::-webkit-scrollbar-thumb{background:var(--stitch-border-light);border-radius:3px}.stitch-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.stitch-cart-empty svg{width:80px;height:80px;color:var(--stitch-border-light);margin-bottom:20px}.stitch-cart-empty h3{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;color:var(--stitch-text-light);margin:0 0 8px}.stitch-cart-empty p{font-size:.875rem;color:var(--stitch-text-muted-light);margin:0 0 24px}.stitch-cart-empty .btn-continue{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--stitch-primary);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s ease}.stitch-cart-empty .btn-continue:hover{background:#6a2572;transform:translateY(-1px)}.stitch-cart-items{display:flex;flex-direction:column;gap:20px}.stitch-cart-item{display:flex;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--stitch-border-light)}.stitch-cart-item:last-child{border-bottom:none;padding-bottom:0}.stitch-item-image{width:80px;height:100px;flex-shrink:0;border-radius:10px;overflow:hidden;background:var(--stitch-bg-light)}.stitch-item-image img{width:100%;height:100%;object-fit:cover}.stitch-item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:4px 0;min-width:0}.stitch-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.stitch-item-title{font-size:.9rem;font-weight:500;color:var(--stitch-text-light);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stitch-item-remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--stitch-text-muted-light);cursor:pointer;border-radius:6px;transition:all .2s ease}.stitch-item-remove:hover{background:#fee2e2;color:var(--stitch-danger)}.stitch-item-remove svg{width:18px;height:18px}.stitch-item-variant{font-size:.75rem;color:var(--stitch-text-muted-light);margin-top:4px}.stitch-item-footer{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto}.stitch-qty-controls{display:flex;align-items:center;border:1px solid var(--stitch-border-light);border-radius:6px;overflow:hidden;background:#fff}.stitch-qty-btn{display:flex;align-items:center;justify-content:center;width:30px;height:28px;border:none;background:transparent;color:var(--stitch-text-muted-light);cursor:pointer;transition:all .2s ease}.stitch-qty-btn:hover{color:var(--stitch-primary);background:var(--stitch-bg-light)}.stitch-qty-btn svg{width:14px;height:14px}.stitch-qty-value{font-size:.8rem;font-weight:500;color:var(--stitch-text-light);min-width:24px;text-align:center}.stitch-item-price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.stitch-item-price-original{font-size:.75rem;font-weight:400;color:var(--stitch-text-muted-light);text-decoration:line-through}.stitch-item-price{font-size:1rem;font-weight:700;color:var(--stitch-primary)}.stitch-shipping-progress{background:var(--stitch-info-bg);border:1px solid #BFDBFE;border-radius:10px;padding:14px 16px;margin-bottom:20px}.stitch-shipping-text{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--stitch-info-text);margin-bottom:10px;font-weight:500}.stitch-shipping-text svg{width:18px;height:18px;flex-shrink:0}.stitch-shipping-text strong{font-weight:700}.stitch-progress-bar{height:6px;background:#dbeafe;border-radius:3px;overflow:hidden}.stitch-progress-fill{height:100%;background:linear-gradient(90deg,var(--stitch-primary),#9333EA);border-radius:3px;transition:width .5s ease}.stitch-shipping-complete{color:var(--stitch-success)}.stitch-shipping-complete svg{color:var(--stitch-success)}.stitch-discount-section{padding-top:16px;border-top:1px solid var(--stitch-border-light);margin-top:8px}.stitch-discount-label{font-size:.8rem;font-weight:600;color:var(--stitch-text-light);margin-bottom:10px;display:block}.stitch-discount-form{display:flex;gap:8px;margin-bottom:14px}.stitch-discount-input{flex:1;height:42px;padding:0 14px;border:1px solid var(--stitch-border-light);border-radius:8px;font-size:.875rem;background:#fff;transition:all .2s ease}.stitch-discount-input:focus{outline:none;border-color:var(--stitch-primary);box-shadow:0 0 0 3px #7b2c841a}.stitch-discount-input::placeholder{color:var(--stitch-text-muted-light)}.stitch-discount-btn{height:42px;padding:0 18px;background:var(--stitch-secondary);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.stitch-discount-btn:hover{background:#374151}.stitch-discount-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.stitch-discount-message{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:8px;font-size:.8rem;font-weight:500;margin-top:10px;margin-bottom:10px;animation:stitch-fade-in .3s ease}.stitch-discount-message svg{flex-shrink:0}.stitch-discount-message.success{background:#d1fae5;color:#065f46;border:1px solid #A7F3D0}.stitch-discount-message.error{background:#fee2e2;color:#991b1b;border:1px solid #FECACA}@keyframes stitch-fade-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.stitch-offers-box{background:var(--stitch-bg-light);border:1px dashed var(--stitch-border-light);border-radius:8px;padding:12px 14px}.stitch-offers-title{font-size:.65rem;text-transform:uppercase;letter-spacing:.5px;color:var(--stitch-text-muted-light);font-weight:600;margin-bottom:10px}.stitch-offers-list{display:flex;flex-direction:column;gap:8px}.stitch-offer-item{display:flex;align-items:center;gap:10px}.stitch-offer-code{font-size:.75rem;font-weight:700;color:var(--stitch-primary);background:#fff;padding:4px 10px;border-radius:4px;border:1px solid rgba(123,44,132,.2);font-family:Courier New,monospace}.stitch-offer-code-btn{display:inline-flex;align-items:center;gap:6px;cursor:pointer;position:relative;transition:all .2s ease}.stitch-offer-code-btn:hover{background:var(--stitch-primary);color:#fff;border-color:var(--stitch-primary);transform:scale(1.02)}.stitch-offer-code-btn:active{transform:scale(.98)}.stitch-offer-code-btn .stitch-copy-icon{opacity:.6;transition:opacity .2s ease}.stitch-offer-code-btn:hover .stitch-copy-icon{opacity:1}.stitch-copied-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) scale(.8);background:#1f2937;color:#fff;font-size:.65rem;font-weight:500;padding:6px 10px;border-radius:6px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none;z-index:100}.stitch-copied-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1f2937}.stitch-copied-tooltip.show{opacity:1;visibility:visible;transform:translate(-50%) scale(1)}.stitch-offer-text{font-size:.75rem;color:var(--stitch-text-muted-light)}.stitch-offer-text span{color:var(--stitch-success);font-weight:500}.stitch-drawer-footer{border-top:1px solid var(--stitch-border-light);padding:20px;background:#f9fafb80}.stitch-totals{margin-bottom:16px}.stitch-total-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--stitch-text-muted-light);margin-bottom:8px}.stitch-total-row.discount{color:var(--stitch-success)}.stitch-total-row.grand-total{font-size:1rem;font-weight:700;color:var(--stitch-text-light);padding-top:12px;margin-top:12px;border-top:1px solid var(--stitch-border-light)}.stitch-tax-note{font-size:.7rem;color:var(--stitch-text-muted-light);text-align:right;margin-top:4px}.stitch-action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stitch-btn{display:flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;text-align:center}.stitch-btn-outline{background:#fff;border:1px solid var(--stitch-border-light);color:var(--stitch-text-light)}.stitch-btn-outline:hover{background:var(--stitch-bg-light);border-color:var(--stitch-secondary)}.stitch-btn-primary{background:var(--stitch-primary);border:none;color:#fff;box-shadow:0 4px 14px #7b2c844d}.stitch-btn-primary:hover:not(.disabled){background:#6a2572;transform:translateY(-1px);box-shadow:0 6px 20px #7b2c8466}.stitch-btn-primary.disabled,.stitch-btn-primary:disabled{background:#9ca3af;opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.stitch-btn-primary.disabled:hover,.stitch-btn-primary:disabled:hover{background:#9ca3af;transform:none;box-shadow:none}.stitch-checkout-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 20px}.stitch-terms-agreement{margin-bottom:16px;padding-top:16px;border-top:1px solid var(--stitch-border-light)}.stitch-terms-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;user-select:none;-webkit-user-select:none}.stitch-terms-checkbox{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.stitch-checkbox-custom{flex-shrink:0;width:22px;height:22px;border:2px solid var(--stitch-border-light);border-radius:6px;background:#fff;position:relative;transition:all .2s ease;margin-top:2px}.stitch-checkbox-custom:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:12px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) scale(0);opacity:0;transition:all .2s ease}.stitch-terms-checkbox:checked+.stitch-checkbox-custom{background:var(--stitch-primary);border-color:var(--stitch-primary)}.stitch-terms-checkbox:checked+.stitch-checkbox-custom:after{transform:rotate(45deg) scale(1);opacity:1}.stitch-terms-checkbox:focus+.stitch-checkbox-custom{box-shadow:0 0 0 3px #7b2c8433}.stitch-terms-text{font-size:.8rem;line-height:1.5;color:var(--stitch-text-muted-light)}.stitch-terms-link{color:var(--stitch-primary);text-decoration:underline;text-underline-offset:2px;font-weight:500;transition:color .2s ease}.stitch-terms-link:hover{color:#6a2572}.stitch-cart-drawer.loading .stitch-drawer-content{opacity:.5;pointer-events:none}.stitch-loading-spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}.stitch-cart-drawer.loading .stitch-loading-spinner{display:block}.stitch-loading-spinner:after{content:"";display:block;width:100%;height:100%;border:3px solid var(--stitch-border-light);border-top-color:var(--stitch-primary);border-radius:50%;animation:stitch-spin .8s linear infinite}@keyframes stitch-spin{to{transform:rotate(360deg)}}@keyframes stitch-item-added{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.stitch-cart-item.just-added{animation:stitch-item-added .4s ease-out}@media (max-width: 480px){.stitch-cart-drawer{width:100%;max-width:100%}.stitch-drawer-header{padding:14px 16px}.stitch-drawer-content,.stitch-drawer-footer{padding:16px}.stitch-item-image{width:70px;height:90px}.stitch-action-buttons{grid-template-columns:1fr}}body.stitch-drawer-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/41/assets/stitch-cart-drawer.css.map */
