.CheckoutPage_checkoutContainer__R5WRT{max-width:1200px;margin:20px auto;padding:16px;background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);position:relative}.CheckoutPage_heading__q9Wvi{font-size:1.6rem;margin-bottom:16px;text-align:center}.CheckoutPage_checkoutGrid__cWN__{display:flex;gap:16px}.CheckoutPage_formSection__7oLBr{flex:1;display:flex;flex-direction:column;gap:12px}.CheckoutPage_sectionTitle__1CPLF{font-size:1.1rem;font-weight:600;margin-bottom:6px}.CheckoutPage_input__SeJsq{width:100%;padding:8px;border:1px solid #ddd;border-radius:6px;font-size:.85rem;font-family:Raleway,sans-serif}.CheckoutPage_inputError__UVP_I{border-color:#e11d48}.CheckoutPage_inputWrapper__SJOni{display:flex;flex-direction:column;gap:4px}.CheckoutPage_error__vCBr7{color:#e11d48;font-size:.75rem;font-family:Raleway,sans-serif}.CheckoutPage_nameFields___JIol{display:flex;gap:12px}.CheckoutPage_nameFields___JIol .CheckoutPage_input__SeJsq{flex:1}.CheckoutPage_shippingMethod___V_Hg{display:flex;align-items:center;gap:8px;margin-bottom:12px}.CheckoutPage_radio__aM96y{margin:0}.CheckoutPage_payNowBtn__JYVLY{background-color:#121212;color:white;padding:12px;font-size:1rem;font-weight:600;font-family:Raleway,sans-serif;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease-in-out;min-height:44px}.CheckoutPage_payNowBtn__JYVLY:hover{background-color:#000}.CheckoutPage_payNowBtn__JYVLY:disabled{background-color:#999;cursor:not-allowed}.CheckoutPage_divider__ErbbP{width:1px;background-color:#ddd}.CheckoutPage_orderSummary__NGO4i{flex:1;display:flex;flex-direction:column;gap:12px}.CheckoutPage_itemList__Ytm_1{list-style:none;padding:0;margin:0}.CheckoutPage_item__m4a0u{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eee}.CheckoutPage_item__m4a0u img{width:80px;height:80px;object-fit:cover;border-radius:8px;margin-right:12px}.CheckoutPage_itemDetails__VQ_Dn{flex:1}.CheckoutPage_itemDetails__VQ_Dn p{margin:.4rem 0;font-size:.85rem;color:#555}.CheckoutPage_itemPrice__eoTaG{font-size:.9rem;font-weight:500;color:#333}.CheckoutPage_discountSection__3bWKr{display:flex;gap:8px}.CheckoutPage_applyBtn__52BFW{background-color:#f5f5f5;color:#333;padding:8px 16px;font-size:.85rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease-in-out;min-height:40px}.CheckoutPage_applyBtn__52BFW:hover{background-color:#e0e0e0}.CheckoutPage_summaryDetails__s9EXH{display:flex;flex-direction:column;gap:8px}.CheckoutPage_summaryRow__5aOab{display:flex;justify-content:space-between;font-size:.9rem;color:#333}.CheckoutPage_summaryRow__5aOab:last-child{font-weight:600;font-size:1rem}.CheckoutPage_empty__5a8_P{text-align:center;margin-top:60px;font-size:1.1rem;color:#555}.CheckoutPage_loadingOverlay__2a1pw{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000}.CheckoutPage_loadingStrip__x0oNr{width:200px;height:6px;background:#f5f5f5;border-radius:4px;overflow:hidden}.CheckoutPage_loadingBar__7Yqj7{width:100%;height:100%;background:#121212;animation:CheckoutPage_loading__NkUzl 2s ease-in-out infinite}@keyframes CheckoutPage_loading__NkUzl{0%{transform:translateX(-100%)}50%{transform:translateX(100%)}to{transform:translateX(100%)}}.CheckoutPage_qrPopup__ayx3O{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000}.CheckoutPage_qrPopupContent__qs0ew{background:white;padding:16px;border-radius:8px;text-align:center;max-width:340px;width:90%}.CheckoutPage_qrAmount__Ht2IU{font-size:1.1rem;font-weight:600;color:#121212;font-family:Raleway,sans-serif;margin:6px 0}.CheckoutPage_qrCode__vZICp{width:300px;height:350px;margin:12px auto}.CheckoutPage_qrPopupActions__QVl06{display:flex;gap:8px;justify-content:center;margin-top:12px}.CheckoutPage_paidBtn__HpXsA{background-color:#121212;color:white;padding:8px 16px;font-size:.85rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease-in-out;min-height:40px}.CheckoutPage_paidBtn__HpXsA:hover{background-color:#000}.CheckoutPage_cancelBtn__pvuwR{background-color:#f5f5f5;color:#333;padding:8px 16px;font-size:.85rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease-in-out;min-height:40px}.CheckoutPage_cancelBtn__pvuwR:hover{background-color:#e0e0e0}@media (max-width:768px){.CheckoutPage_checkoutContainer__R5WRT{margin:10px;padding:12px}.CheckoutPage_heading__q9Wvi{font-size:1.4rem}.CheckoutPage_checkoutGrid__cWN__{flex-direction:column;gap:24px}.CheckoutPage_divider__ErbbP{width:100%;height:1px}.CheckoutPage_formSection__7oLBr,.CheckoutPage_orderSummary__NGO4i{gap:10px}.CheckoutPage_sectionTitle__1CPLF{font-size:1rem}.CheckoutPage_inputError__UVP_I,.CheckoutPage_input__SeJsq{font-size:.8rem;padding:6px}.CheckoutPage_error__vCBr7{font-size:.7rem}.CheckoutPage_nameFields___JIol{flex-direction:column;gap:10px}.CheckoutPage_shippingMethod___V_Hg{font-size:.8rem}.CheckoutPage_payNowBtn__JYVLY{font-size:.9rem;padding:10px;min-height:40px}.CheckoutPage_item__m4a0u img{width:60px;height:60px;margin-right:10px}.CheckoutPage_itemDetails__VQ_Dn p{font-size:.8rem}.CheckoutPage_itemPrice__eoTaG{font-size:.85rem}.CheckoutPage_discountSection__3bWKr{flex-direction:column;gap:6px}.CheckoutPage_applyBtn__52BFW{font-size:.8rem;padding:6px 12px;min-height:36px}.CheckoutPage_summaryRow__5aOab{font-size:.85rem}.CheckoutPage_summaryRow__5aOab:last-child{font-size:.9rem}.CheckoutPage_empty__5a8_P{font-size:1rem;margin-top:40px}.CheckoutPage_loadingStrip__x0oNr{width:150px;height:5px}.CheckoutPage_qrPopupContent__qs0ew{padding:12px;max-width:280px}.CheckoutPage_qrAmount__Ht2IU{font-size:1rem;margin:4px 0}.CheckoutPage_qrCode__vZICp{width:340px;height:300px;margin:8px auto}.CheckoutPage_qrPopupActions__QVl06{gap:6px;margin-top:8px}.CheckoutPage_cancelBtn__pvuwR,.CheckoutPage_paidBtn__HpXsA{font-size:.8rem;padding:6px 12px;min-height:36px}}