.Checkout-module__L-piDa__checkoutPage{background-color:var(--secondary);min-height:100vh}.Checkout-module__L-piDa__brandHeader{background:var(--background);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex}.Checkout-module__L-piDa__logo{color:var(--primary);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.Checkout-module__L-piDa__stepper{align-items:center;gap:1rem;font-size:.875rem;font-weight:500;display:flex}.Checkout-module__L-piDa__stepper span{align-items:center;gap:.5rem;display:flex}.Checkout-module__L-piDa__stepDone{color:var(--foreground)}.Checkout-module__L-piDa__stepDone span{color:var(--primary);background:#eef2ff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Checkout-module__L-piDa__stepActive{color:var(--foreground);font-weight:700}.Checkout-module__L-piDa__stepActive span{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Checkout-module__L-piDa__container{grid-template-columns:1fr;max-width:1200px;min-height:calc(100vh - 80px);margin:0 auto;display:grid}@media (min-width:900px){.Checkout-module__L-piDa__container{grid-template-columns:1fr 1fr}}.Checkout-module__L-piDa__formSection{background:var(--background);padding:3rem}.Checkout-module__L-piDa__summarySection{background:var(--secondary);border-left:1px solid var(--border);padding:3rem}.Checkout-module__L-piDa__title{color:var(--foreground);margin-bottom:2rem;font-size:2rem;font-weight:800}.Checkout-module__L-piDa__sectionTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.Checkout-module__L-piDa__paymentContainer{border:1px solid var(--border);background:var(--background);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:450px;margin-top:1rem;display:flex}.Checkout-module__L-piDa__loadingPayment{color:var(--accent);align-items:center;gap:.5rem;font-weight:500;display:flex}.Checkout-module__L-piDa__emailForm{flex-direction:column;width:100%;padding:2rem;display:flex}.Checkout-module__L-piDa__emailLabel{color:var(--foreground);margin-bottom:.5rem;font-weight:600}.Checkout-module__L-piDa__emailInput{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:8px;outline:none;margin-bottom:1.5rem;padding:1rem;font-size:1rem;transition:border-color .2s}.Checkout-module__L-piDa__emailInput:focus{border-color:var(--primary)}.Checkout-module__L-piDa__continueButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s}.Checkout-module__L-piDa__continueButton:hover:not(:disabled){background:var(--primary-hover)}.Checkout-module__L-piDa__continueButton:disabled{opacity:.7;cursor:not-allowed}.Checkout-module__L-piDa__summaryTitle{margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.Checkout-module__L-piDa__cartItem{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.Checkout-module__L-piDa__itemImage{background:var(--background);border:1px solid var(--border);border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;display:flex;overflow:hidden}.Checkout-module__L-piDa__conIcon{color:var(--primary);letter-spacing:-1px;background:#4355ec1a;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.15rem;font-weight:900;display:flex}.Checkout-module__L-piDa__itemDetails{flex-direction:column;flex:1;display:flex}.Checkout-module__L-piDa__itemName{color:var(--foreground);font-weight:600}.Checkout-module__L-piDa__itemQty{color:var(--accent);font-size:.875rem}.Checkout-module__L-piDa__itemPrice{color:var(--foreground);font-weight:700}.Checkout-module__L-piDa__discountSection{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.Checkout-module__L-piDa__discountCode{display:flex}.Checkout-module__L-piDa__discountCode input{border:1px solid var(--border);background:var(--background);border-right:none;border-top-left-radius:8px;border-bottom-left-radius:8px;outline:none;flex:1;padding:.75rem 1rem}.Checkout-module__L-piDa__discountCode button{background:var(--background);color:var(--primary);border:1px solid var(--border);cursor:pointer;border-top-right-radius:8px;border-bottom-right-radius:8px;padding:0 1.5rem;font-weight:600;transition:background .2s}.Checkout-module__L-piDa__discountCode button:hover{background:var(--secondary)}.Checkout-module__L-piDa__discountErrorMsg{color:#dc2626;margin-top:.25rem;margin-left:.25rem;font-size:.875rem;font-weight:500}.Checkout-module__L-piDa__priceBreakdown{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.Checkout-module__L-piDa__priceRow{color:var(--accent);justify-content:space-between;font-size:.875rem;display:flex}.Checkout-module__L-piDa__priceRowTotal{color:var(--foreground);border-top:1px solid var(--border);justify-content:space-between;margin-top:.5rem;padding-top:1rem;font-size:1.1rem;font-weight:800;display:flex}.Checkout-module__L-piDa__secureFooter{color:var(--accent);margin-top:2rem;font-size:.875rem}.Checkout-module__L-piDa__secureFooter strong{color:var(--foreground);margin-bottom:.25rem;display:block}.Checkout-module__L-piDa__secureFooter p{line-height:1.5}
