.Cart-module__BIMPfG__page{background:#f8f9fa;min-height:100vh}.Cart-module__BIMPfG__main{padding:40px 0}.Cart-module__BIMPfG__container{max-width:1200px;margin:0 auto;padding:0 20px}.Cart-module__BIMPfG__backLink{color:#666;align-items:center;gap:8px;margin-bottom:30px;font-size:.9rem;display:flex}.Cart-module__BIMPfG__backLink:hover{color:var(--primary)}.Cart-module__BIMPfG__title{margin-bottom:40px;font-size:2rem;font-weight:800}.Cart-module__BIMPfG__empty{text-align:center;background:#fff;border:1px solid #eee;border-radius:12px;padding:100px 0}.Cart-module__BIMPfG__empty p{color:#666;margin-bottom:20px;font-size:1.2rem}.Cart-module__BIMPfG__shopBtn{background:var(--primary);color:#fff;border-radius:8px;padding:12px 30px;font-weight:600;display:inline-block}.Cart-module__BIMPfG__cartLayout{grid-template-columns:1fr 380px;gap:40px;display:grid}.Cart-module__BIMPfG__items{flex-direction:column;gap:20px;display:flex}.Cart-module__BIMPfG__cartItem{background:#fff;border:1px solid #eee;border-radius:12px;align-items:center;gap:20px;padding:20px;display:flex}.Cart-module__BIMPfG__itemImage{background:#f9f9f9;border-radius:8px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.Cart-module__BIMPfG__itemImage img{object-fit:contain;max-width:80%;max-height:80%}.Cart-module__BIMPfG__itemInfo{flex:1}.Cart-module__BIMPfG__itemInfo h3{margin-bottom:5px;font-size:1rem}.Cart-module__BIMPfG__itemInfo p{color:#888;font-size:.85rem}.Cart-module__BIMPfG__itemMeta{align-items:center;gap:10px;margin-top:5px;display:flex}.Cart-module__BIMPfG__categoryLabel{color:#888;font-size:.8rem}.Cart-module__BIMPfG__sourceBadge{text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:700}.Cart-module__BIMPfG__jpBadge{color:#991b1b;background:#fee2e2}.Cart-module__BIMPfG__enBadge{color:#1e40af;background:#dbeafe}.Cart-module__BIMPfG__itemPrice{font-size:1.1rem;font-weight:700}.Cart-module__BIMPfG__removeBtn{color:#ccc;transition:color .2s}.Cart-module__BIMPfG__removeBtn:hover{color:#ef4444}.Cart-module__BIMPfG__summary{background:#fff;border:1px solid #eee;border-radius:12px;height:fit-content;padding:30px;position:sticky;top:40px}.Cart-module__BIMPfG__summary h2{margin-bottom:25px;font-size:1.4rem}.Cart-module__BIMPfG__summaryRow{color:#666;justify-content:space-between;margin-bottom:15px;display:flex}.Cart-module__BIMPfG__totalRow{color:var(--primary);border-top:1px solid #eee;justify-content:space-between;margin-top:20px;margin-bottom:25px;padding-top:20px;font-size:1.3rem;font-weight:800;display:flex}.Cart-module__BIMPfG__note{color:#666;background:#fff8e1;border-left:4px solid #ffb300;border-radius:8px;margin-bottom:25px;padding:15px;font-size:.85rem;line-height:1.5}.Cart-module__BIMPfG__checkoutBtn{color:#fff;background:#4f46e5;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:15px;font-weight:700;transition:transform .2s,background .2s;display:flex}.Cart-module__BIMPfG__checkoutBtn:hover{background:#4338ca;transform:translateY(-2px)}.Cart-module__BIMPfG__formSection{border-top:1px solid #eee;margin-top:25px;margin-bottom:25px;padding-top:20px}.Cart-module__BIMPfG__formSection h3{color:#222;margin-bottom:15px;font-size:1.1rem}.Cart-module__BIMPfG__formGroup{margin-bottom:15px}.Cart-module__BIMPfG__formGroup label{color:#555;margin-bottom:5px;font-size:.85rem;font-weight:600;display:block}.Cart-module__BIMPfG__formGroup input{box-sizing:border-box;border:1px solid #ddd;border-radius:6px;width:100%;padding:10px;font-size:.95rem;transition:border-color .2s}.Cart-module__BIMPfG__formGroup input:focus{border-color:var(--primary);outline:none}.Cart-module__BIMPfG__paymentGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.Cart-module__BIMPfG__paymentOption{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;gap:10px;padding:12px;font-size:.9rem;transition:all .2s;display:flex}.Cart-module__BIMPfG__paymentOption:hover{background:#f5f3ff;border-color:#4f46e5}.Cart-module__BIMPfG__activePayment{background:#f5f3ff;border-width:2px;border-color:#4f46e5}.Cart-module__BIMPfG__paymentOption input{width:auto;margin:0}.Cart-module__BIMPfG__paymentOption span{color:#333;font-weight:500}.Cart-module__BIMPfG__spinner{animation:1s linear infinite Cart-module__BIMPfG__spin}@keyframes Cart-module__BIMPfG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Cart-module__BIMPfG__successMsg{color:#166534;text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-top:20px;padding:15px;font-size:.9rem;line-height:1.5}.Cart-module__BIMPfG__checkoutBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (max-width:900px){.Cart-module__BIMPfG__cartLayout{grid-template-columns:1fr}}.Cart-module__BIMPfG__modalOverlay{z-index:2000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.Cart-module__BIMPfG__modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:500px;padding:40px;animation:.3s ease-out Cart-module__BIMPfG__modalScale;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes Cart-module__BIMPfG__modalScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Cart-module__BIMPfG__modalIcon{color:#22c55e;background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.Cart-module__BIMPfG__modal h2{color:#111;margin-bottom:16px;font-size:1.8rem;font-weight:800}.Cart-module__BIMPfG__modal p{color:#666;margin-bottom:30px;line-height:1.6}.Cart-module__BIMPfG__modalBtn{color:#fff;background:#4f46e5;border-radius:8px;width:100%;padding:14px 40px;font-weight:700;transition:background .2s;display:inline-block}.Cart-module__BIMPfG__modalBtn:hover{background:#4338ca}
