.checkout-module__r6ElzW__container{background-color:var(--bg);max-width:1200px;min-height:calc(100vh - 290px);margin:0 auto;padding:2rem 1.5rem;transition:background-color .3s}.checkout-module__r6ElzW__wrapper{background-color:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;transition:background-color .3s,box-shadow .3s}.checkout-module__r6ElzW__title{color:var(--text-primary);border-bottom:2px solid var(--green);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:2rem;font-weight:700}.checkout-module__r6ElzW__grid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.checkout-module__r6ElzW__form{flex-direction:column;gap:1.5rem;display:flex}.checkout-module__r6ElzW__section{flex-direction:column;gap:1rem;display:flex}.checkout-module__r6ElzW__section h3{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:600}.checkout-module__r6ElzW__inputGroup{flex-direction:column;gap:.2rem;display:flex}.checkout-module__r6ElzW__inputGroup label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.checkout-module__r6ElzW__inputGroup input{border:1px solid var(--border-color);border-radius:var(--radius);background-color:var(--bg);color:var(--text-primary);padding:.7rem 1rem;font-size:1rem;transition:border-color .2s}.checkout-module__r6ElzW__inputGroup input:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #00924633}.checkout-module__r6ElzW__options{flex-wrap:wrap;gap:1rem;display:flex}.checkout-module__r6ElzW__optionBtn{border:2px solid var(--border-color);border-radius:var(--radius);cursor:pointer;min-width:120px;color:var(--text-primary);background:0 0;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-weight:500;transition:all .2s;display:flex}.checkout-module__r6ElzW__optionBtn:hover{border-color:var(--green)}.checkout-module__r6ElzW__optionBtn.checkout-module__r6ElzW__active{border-color:var(--green);background-color:var(--green);color:#fff}.checkout-module__r6ElzW__submitBtn{background-color:var(--red);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;margin-top:.5rem;padding:.9rem 2rem;font-size:1.1rem;font-weight:700;transition:opacity .2s}.checkout-module__r6ElzW__submitBtn:hover{opacity:.85}.checkout-module__r6ElzW__summary{background-color:var(--bg);border-radius:var(--radius);height:fit-content;padding:1.5rem;position:sticky;top:110px}.checkout-module__r6ElzW__summary h3{color:var(--text-primary);border-bottom:1px solid var(--border-color);margin:0 0 1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.checkout-module__r6ElzW__itemList{flex-direction:column;gap:.6rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.checkout-module__r6ElzW__summaryItem{color:var(--text-primary);justify-content:space-between;align-items:baseline;font-size:.95rem;display:flex}.checkout-module__r6ElzW__summaryName{font-weight:500}.checkout-module__r6ElzW__summaryExtras{color:var(--text-muted);margin-left:.3rem;font-size:.8rem}.checkout-module__r6ElzW__summaryPrice{color:var(--red);font-weight:600}.checkout-module__r6ElzW__totalRow{border-top:2px solid var(--border-color);color:var(--text-primary);justify-content:space-between;padding-top:.8rem;font-size:1.2rem;font-weight:700;display:flex}.checkout-module__r6ElzW__totalPrice{color:var(--green)}.checkout-module__r6ElzW__empty{text-align:center;justify-content:center;align-items:center;min-height:calc(100vh - 290px);display:flex}.checkout-module__r6ElzW__emptyContent h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.8rem}.checkout-module__r6ElzW__emptyContent p{color:var(--text-secondary);margin-bottom:1.5rem}@media (max-width:992px){.checkout-module__r6ElzW__grid{grid-template-columns:1fr;gap:1.5rem}.checkout-module__r6ElzW__summary{position:static}}@media (max-width:768px){.checkout-module__r6ElzW__container{padding:1rem}.checkout-module__r6ElzW__wrapper{padding:1.5rem}.checkout-module__r6ElzW__title{font-size:1.6rem}.checkout-module__r6ElzW__options{flex-direction:column}.checkout-module__r6ElzW__optionBtn{justify-content:center}.checkout-module__r6ElzW__submitBtn{width:100%}}@media (max-width:480px){.checkout-module__r6ElzW__wrapper{padding:1rem}.checkout-module__r6ElzW__summaryItem{font-size:.85rem}.checkout-module__r6ElzW__totalRow{font-size:1rem}}.checkout-module__r6ElzW__errorOverlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a8c;justify-content:center;align-items:center;padding:20px;animation:.2s checkout-module__r6ElzW__errorOverlayIn;display:flex;position:fixed;inset:0}.checkout-module__r6ElzW__errorModal{text-align:center;background:#fff;border:1px solid #fecaca;border-radius:20px;width:min(100%,430px);padding:32px 28px 26px;animation:.25s checkout-module__r6ElzW__errorModalIn;position:relative;box-shadow:0 24px 60px #0003}.checkout-module__r6ElzW__errorIcon{color:#b91c1c;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;display:flex}.checkout-module__r6ElzW__errorModal h2{color:#991b1b;margin:0 0 10px;font-size:1.35rem;font-weight:900}.checkout-module__r6ElzW__errorModal p{color:#475569;max-width:340px;margin:0 auto 24px;font-size:.95rem;line-height:1.6}.checkout-module__r6ElzW__errorButton{color:#fff;cursor:pointer;background:#b91c1c;border:0;border-radius:10px;min-width:130px;padding:12px 22px;font-size:.95rem;font-weight:800;transition:transform .2s,background-color .2s}.checkout-module__r6ElzW__errorButton:hover{background:#991b1b;transform:translateY(-1px)}.checkout-module__r6ElzW__errorClose{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:color .2s,background-color .2s;display:flex;position:absolute;top:14px;right:14px}.checkout-module__r6ElzW__errorClose:hover{color:#111827;background:#f1f5f9}.checkout-module__r6ElzW__deliverySummaryHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.8rem;display:flex}.checkout-module__r6ElzW__deliverySummaryHeader h3{margin:0}.checkout-module__r6ElzW__changeDeliveryLink{color:var(--green);font-size:.9rem;font-weight:700;text-decoration:none}.checkout-module__r6ElzW__changeDeliveryLink:hover{text-decoration:underline}.checkout-module__r6ElzW__deliverySummaryCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius);align-items:center;gap:.85rem;padding:1rem;display:flex}.checkout-module__r6ElzW__deliverySummaryIcon{width:42px;height:42px;color:var(--green);border:1px solid var(--border-color);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.checkout-module__r6ElzW__deliverySummaryText{flex-direction:column;gap:.2rem;display:flex}.checkout-module__r6ElzW__deliverySummaryText strong{color:var(--text-primary)}.checkout-module__r6ElzW__deliverySummaryText span{color:var(--text-secondary);font-size:.88rem;line-height:1.4}.dark .checkout-module__r6ElzW__errorModal{background:#111827;border-color:#f8717159}.dark .checkout-module__r6ElzW__errorModal h2{color:#fca5a5}.dark .checkout-module__r6ElzW__errorModal p{color:#cbd5e1}.dark .checkout-module__r6ElzW__errorIcon{color:#f87171;background:#7f1d1d73}.dark .checkout-module__r6ElzW__errorClose{color:#cbd5e1}.dark .checkout-module__r6ElzW__errorClose:hover{color:#fff;background:#ffffff14}@keyframes checkout-module__r6ElzW__errorOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes checkout-module__r6ElzW__errorModalIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}
