.cart-module__-RJi4G__container{max-width:1400px;margin:0 auto;padding:0 1.5rem 2rem}.cart-module__-RJi4G__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.cart-module__-RJi4G__headerLeft{align-items:center;gap:1rem;display:flex}.cart-module__-RJi4G__headerIcon{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #3b82f640}.cart-module__-RJi4G__headerIcon svg{color:#fff;width:24px;height:24px}.cart-module__-RJi4G__headerText{flex:1}.cart-module__-RJi4G__title{color:#18181b;letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:700}.cart-module__-RJi4G__subtitle{color:#71717a;margin:.25rem 0 0;font-size:.875rem}.cart-module__-RJi4G__headerActions{align-items:center;gap:.75rem;display:flex}.cart-module__-RJi4G__clearBtn{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #fee2e2;border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.cart-module__-RJi4G__clearBtn:hover{background:#fee2e2;border-color:#fecaca}.cart-module__-RJi4G__clearIcon{width:1rem;height:1rem}.cart-module__-RJi4G__layout{grid-template-columns:1fr 400px;gap:2rem;display:grid}@media (max-width:1024px){.cart-module__-RJi4G__layout{grid-template-columns:1fr}}.cart-module__-RJi4G__cartItems{background:#fff;border:1px solid #e4e4e7;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000000a}.cart-module__-RJi4G__cartHeader{color:#71717a;text-transform:uppercase;letter-spacing:.05em;background:#fafafa;border-bottom:1px solid #e4e4e7;grid-template-columns:56px 90px 1.5fr 1fr 80px 60px 85px 40px;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:.6875rem;font-weight:600;display:grid}@media (max-width:900px){.cart-module__-RJi4G__cartHeader{display:none}}.cart-module__-RJi4G__cartItem{border-bottom:1px solid #f4f4f5;grid-template-columns:56px 90px 1.5fr 1fr 80px 60px 85px 40px;align-items:center;gap:.75rem;padding:1rem 1.5rem;transition:background .15s;display:grid}.cart-module__-RJi4G__cartItem:hover{background:#fafafa}.cart-module__-RJi4G__cartItem:last-child{border-bottom:none}@media (max-width:900px){.cart-module__-RJi4G__cartItem{grid-template-rows:auto auto auto auto;grid-template-columns:56px 1fr;gap:.375rem .75rem;padding:1rem 1.25rem;position:relative}.cart-module__-RJi4G__cartItem:hover{background:0 0}.cart-module__-RJi4G__imageCell{grid-row:1/5}.cart-module__-RJi4G__skuCell,.cart-module__-RJi4G__nameCell,.cart-module__-RJi4G__variantInfo{grid-column:2}.cart-module__-RJi4G__priceCell,.cart-module__-RJi4G__qtyCell,.cart-module__-RJi4G__totalCell{grid-column:2;align-items:center;gap:.5rem;display:inline-flex}.cart-module__-RJi4G__removeBtn{position:absolute;top:.75rem;right:.75rem}}.cart-module__-RJi4G__imageCell{justify-content:center;align-items:center;display:flex}.cart-module__-RJi4G__productImage{object-fit:cover;border:1px solid #e4e4e7;border-radius:8px;width:48px;height:48px}.cart-module__-RJi4G__productImagePlaceholder{color:#71717a;background:linear-gradient(135deg,#f4f4f5 0%,#e4e4e7 100%);border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:.9375rem;font-weight:600;display:flex}.cart-module__-RJi4G__skuCell,.cart-module__-RJi4G__nameCell,.cart-module__-RJi4G__productInfo{flex-direction:column;gap:.25rem;display:flex}.cart-module__-RJi4G__productName{color:#18181b;letter-spacing:-.01em;font-size:.8125rem;font-weight:600;line-height:1.3}.cart-module__-RJi4G__productSku{color:#3b82f6;font-size:.75rem;font-weight:500}.cart-module__-RJi4G__preorderBadge{color:#7c3aed;background:linear-gradient(135deg,#f3e8ff 0%,#e9d5ff 100%);border-radius:9999px;align-self:flex-start;margin-top:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:600;display:inline-flex}.cart-module__-RJi4G__variantInfo{color:#52525b;align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.cart-module__-RJi4G__variantChip{background:#f4f4f5;border-radius:6px;padding:.25rem .5rem;font-size:.8125rem}@media (max-width:900px){.cart-module__-RJi4G__variantInfo:before{content:"Size / Color: ";color:#71717a}}.cart-module__-RJi4G__priceCell{color:#18181b;font-size:.8125rem;font-weight:500}@media (max-width:900px){.cart-module__-RJi4G__priceCell:before{content:"Cost: ";color:#71717a;font-weight:400}}.cart-module__-RJi4G__qtyCell{align-items:center;display:flex}.cart-module__-RJi4G__qtyInput{text-align:center;color:#18181b;background:#fff;border:1px solid #e4e4e7;border-radius:6px;width:56px;padding:.375rem .25rem;font-size:.8125rem;transition:all .2s}.cart-module__-RJi4G__qtyInput:hover{border-color:#d4d4d8}.cart-module__-RJi4G__qtyInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}@media (max-width:900px){.cart-module__-RJi4G__qtyCell:before{content:"Qty:";color:#71717a;margin-right:.5rem;font-size:.875rem}}.cart-module__-RJi4G__totalCell{color:#18181b;font-size:.8125rem;font-weight:600}@media (max-width:900px){.cart-module__-RJi4G__totalCell:before{content:"Total: ";color:#71717a;font-weight:400}}.cart-module__-RJi4G__removeBtn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.375rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.cart-module__-RJi4G__removeBtn:hover{color:#dc2626;background:#fee2e2}.cart-module__-RJi4G__removeIcon{width:1.125rem;height:1.125rem}.cart-module__-RJi4G__sidebar{align-self:start;position:sticky;top:2rem}.cart-module__-RJi4G__summaryCard{background:#fff;border:1px solid #e4e4e7;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #0000000a}.cart-module__-RJi4G__summaryTitle{color:#18181b;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.125rem;font-weight:600;display:flex}.cart-module__-RJi4G__summaryTitleIcon{color:#3b82f6;width:1.25rem;height:1.25rem}.cart-module__-RJi4G__infoBox{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e4e4e7;border-radius:12px;margin-bottom:1rem;padding:1rem}.cart-module__-RJi4G__infoRow{justify-content:space-between;margin-bottom:.5rem;font-size:.8125rem;display:flex}.cart-module__-RJi4G__infoRow:last-child{margin-bottom:0}.cart-module__-RJi4G__infoLabel{color:#71717a}.cart-module__-RJi4G__infoValue{color:#18181b;font-weight:500}.cart-module__-RJi4G__summaryRow{justify-content:space-between;padding:.5rem 0;font-size:.875rem;display:flex}.cart-module__-RJi4G__summaryLabel{color:#71717a}.cart-module__-RJi4G__summaryValue{color:#18181b;font-weight:500}.cart-module__-RJi4G__divider{background:#e4e4e7;height:1px;margin:1rem 0}.cart-module__-RJi4G__totalRow{justify-content:space-between;padding:.5rem 0;font-size:1.25rem;font-weight:700;display:flex}.cart-module__-RJi4G__totalLabel,.cart-module__-RJi4G__totalValue{color:#18181b}.cart-module__-RJi4G__paymentSection{border-top:1px solid #e4e4e7;margin-top:1.25rem;padding-top:1.25rem}.cart-module__-RJi4G__sectionLabel{color:#18181b;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:flex}.cart-module__-RJi4G__sectionLabelIcon{color:#71717a;width:1rem;height:1rem}.cart-module__-RJi4G__paymentOptions{flex-direction:column;gap:.5rem;display:flex}.cart-module__-RJi4G__paymentOption{cursor:pointer;color:#52525b;background:#fff;border:1px solid #e4e4e7;border-radius:10px;align-items:center;gap:.625rem;padding:.625rem .75rem;font-size:.875rem;transition:all .2s;display:flex}.cart-module__-RJi4G__paymentOption:hover{background:#fafafa;border-color:#d4d4d8}.cart-module__-RJi4G__paymentOptionActive{background:#eff6ff;border-color:#3b82f6}.cart-module__-RJi4G__paymentOption input{accent-color:#3b82f6;width:1rem;height:1rem}.cart-module__-RJi4G__selectField{margin-top:.75rem}.cart-module__-RJi4G__selectLabel{color:#52525b;margin-bottom:.375rem;font-size:.8125rem;font-weight:500;display:block}.cart-module__-RJi4G__selectInput{color:#18181b;background:#fff;border:1px solid #e4e4e7;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.cart-module__-RJi4G__selectInput:hover{border-color:#d4d4d8}.cart-module__-RJi4G__selectInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.cart-module__-RJi4G__inputField{margin-top:1rem}.cart-module__-RJi4G__inputLabel{color:#52525b;align-items:center;gap:.25rem;margin-bottom:.375rem;font-size:.8125rem;font-weight:500;display:flex}.cart-module__-RJi4G__required{color:#dc2626}.cart-module__-RJi4G__textInput{color:#18181b;background:#fff;border:1px solid #e4e4e7;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.cart-module__-RJi4G__textInput:hover{border-color:#d4d4d8}.cart-module__-RJi4G__textInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.cart-module__-RJi4G__textInput::placeholder{color:#a1a1aa}.cart-module__-RJi4G__textArea{color:#18181b;resize:vertical;background:#fff;border:1px solid #e4e4e7;border-radius:10px;width:100%;min-height:80px;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:all .2s}.cart-module__-RJi4G__textArea:hover{border-color:#d4d4d8}.cart-module__-RJi4G__textArea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.cart-module__-RJi4G__textArea::placeholder{color:#a1a1aa}.cart-module__-RJi4G__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border:none;border-radius:12px;width:100%;margin-top:1.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #3b82f640}.cart-module__-RJi4G__submitBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #3b82f659}.cart-module__-RJi4G__submitBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.cart-module__-RJi4G__emptyState{text-align:center;background:#f8fafc;border:1px solid #e4e4e7;border-radius:16px;padding:4rem 2rem}.cart-module__-RJi4G__emptyIcon{color:#d4d4d8;width:4rem;height:4rem;margin:0 auto 1.5rem}.cart-module__-RJi4G__emptyTitle{color:#27272a;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.cart-module__-RJi4G__emptyText{color:#71717a;margin:0;font-size:.9375rem}.cart-module__-RJi4G__emptyLink{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:10px;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #3b82f640}.cart-module__-RJi4G__emptyLink:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f659}.cart-module__-RJi4G__emptyLinkIcon{width:1rem;height:1rem}
.Toast-module__yWhMxq__container{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;width:100%;max-width:400px;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}@media (max-width:480px){.Toast-module__yWhMxq__container{max-width:none;bottom:1rem;left:1rem;right:1rem}}@keyframes Toast-module__yWhMxq__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__yWhMxq__toast{pointer-events:auto;background:#fff;border:1px solid #e4e4e7;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;animation:.3s ease-out Toast-module__yWhMxq__slideIn;display:flex;box-shadow:0 10px 40px #0000001f,0 2px 8px #00000014}.Toast-module__yWhMxq__success{border-left:4px solid #22c55e}.Toast-module__yWhMxq__success .Toast-module__yWhMxq__icon{color:#22c55e}.Toast-module__yWhMxq__error{border-left:4px solid #ef4444}.Toast-module__yWhMxq__error .Toast-module__yWhMxq__icon{color:#ef4444}.Toast-module__yWhMxq__warning{border-left:4px solid #f59e0b}.Toast-module__yWhMxq__warning .Toast-module__yWhMxq__icon{color:#f59e0b}.Toast-module__yWhMxq__info{border-left:4px solid #3b82f6}.Toast-module__yWhMxq__info .Toast-module__yWhMxq__icon{color:#3b82f6}.Toast-module__yWhMxq__icon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem}.Toast-module__yWhMxq__icon svg{width:100%;height:100%}.Toast-module__yWhMxq__message{color:#18181b;flex:1;margin:0;font-size:.875rem;font-weight:500;line-height:1.5}.Toast-module__yWhMxq__closeBtn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;flex-shrink:0;width:1.25rem;height:1.25rem;margin:.125rem 0 0;padding:0;transition:color .2s}.Toast-module__yWhMxq__closeBtn:hover{color:#52525b}.Toast-module__yWhMxq__closeBtn svg{width:100%;height:100%}@keyframes Toast-module__yWhMxq__progress{0%{width:100%}to{width:0%}}
