.checkout-module__r6ElzW__checkoutPage{background:var(--color-dark);min-height:100vh;padding-top:calc(var(--header-height) + var(--space-8));padding-bottom:var(--space-16);overflow-x:hidden}.checkout-module__r6ElzW__container{max-width:1100px;padding:0 var(--space-6);margin:0 auto;overflow-x:hidden}.checkout-module__r6ElzW__breadcrumb{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-8);display:flex}.checkout-module__r6ElzW__breadcrumb a{color:var(--color-primary);transition:opacity var(--transition-fast)}.checkout-module__r6ElzW__breadcrumb a:hover{opacity:.8}.checkout-module__r6ElzW__breadcrumb span{color:var(--color-text-muted)}.checkout-module__r6ElzW__title{font-family:var(--font-display);font-size:var(--text-3xl);color:var(--color-warm-white);margin-bottom:var(--space-10)}.checkout-module__r6ElzW__stepperWrap{margin-bottom:var(--space-12);padding:0 var(--space-4)}.checkout-module__r6ElzW__stepperBackLink{margin:0 0 var(--space-3);letter-spacing:.02em;color:#ffffff6b;cursor:pointer;background:0 0;border:none;align-items:center;gap:1px;padding:0;font-size:12px;font-weight:500;transition:color .15s;display:inline-flex}.checkout-module__r6ElzW__stepperBackLink:hover{color:#ffffffc7}.checkout-module__r6ElzW__stepperBackLink:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:var(--radius-sm)}.checkout-module__r6ElzW__stepper{justify-content:center;align-items:center;gap:0;margin-bottom:0;padding:0;display:flex}.checkout-module__r6ElzW__step{align-items:center;gap:var(--space-3);cursor:default;flex-shrink:0;display:flex}button.checkout-module__r6ElzW__step{font:inherit;text-align:left}.checkout-module__r6ElzW__stepClickable{cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;padding:0;transition:transform .15s}.checkout-module__r6ElzW__stepClickable:hover .checkout-module__r6ElzW__stepNumber{filter:brightness(1.06);transform:scale(1.04)}.checkout-module__r6ElzW__stepClickable:hover .checkout-module__r6ElzW__stepLabel{text-underline-offset:3px;text-decoration:underline}.checkout-module__r6ElzW__stepClickable:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.checkout-module__r6ElzW__stepNumber{width:40px;height:40px;font-weight:700;font-size:var(--text-sm);background:var(--color-dark-surface);color:var(--color-text-muted);border:2px solid var(--color-dark-border);transition:all var(--transition-base);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.checkout-module__r6ElzW__stepLabel{font-size:var(--text-sm);color:var(--color-text-muted);transition:color var(--transition-base);white-space:nowrap;font-weight:500}.checkout-module__r6ElzW__stepActive .checkout-module__r6ElzW__stepNumber{background:var(--gradient-fire);color:#fff;border-color:var(--color-primary);box-shadow:0 0 20px #e67e224d}.checkout-module__r6ElzW__stepActive .checkout-module__r6ElzW__stepLabel{color:var(--color-warm-white);font-weight:600}.checkout-module__r6ElzW__stepDone .checkout-module__r6ElzW__stepNumber{background:var(--color-success);color:#fff;border-color:var(--color-success)}.checkout-module__r6ElzW__stepDone .checkout-module__r6ElzW__stepLabel{color:var(--color-success)}.checkout-module__r6ElzW__stepLine{background:var(--color-dark-border);height:2px;margin:0 var(--space-2);min-width:20px;transition:background var(--transition-base);flex:1}.checkout-module__r6ElzW__stepLineDone{background:var(--color-success)}.checkout-module__r6ElzW__layout{gap:var(--space-8);grid-template-columns:1fr 380px;align-items:start;display:grid}.checkout-module__r6ElzW__layout>*{min-width:0}.checkout-module__r6ElzW__formPanel{background:var(--gradient-card);border:1px solid var(--color-dark-border);border-radius:var(--radius-lg);padding:var(--space-8);min-width:0;animation:.4s forwards checkout-module__r6ElzW__fadeInUp}.checkout-module__r6ElzW__formTitle{font-family:var(--font-display);font-size:var(--text-xl);color:var(--color-warm-white);margin-bottom:var(--space-6);align-items:center;gap:var(--space-3);display:flex}.checkout-module__r6ElzW__formTitle span{font-size:var(--text-2xl)}.checkout-module__r6ElzW__formTitleGraphic{color:var(--color-primary);justify-content:center;align-items:center;display:inline-flex}.checkout-module__r6ElzW__formTitleGraphic svg{flex-shrink:0}.checkout-module__r6ElzW__formGrid{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.checkout-module__r6ElzW__formGroup{gap:var(--space-2);flex-direction:column;display:flex}.checkout-module__r6ElzW__formGroupFull{grid-column:1/-1}.checkout-module__r6ElzW__formGroupThird{grid-column:span 1}.checkout-module__r6ElzW__label{font-size:var(--text-sm);color:var(--color-text);letter-spacing:.02em;font-weight:600}.checkout-module__r6ElzW__input{padding:var(--space-3) var(--space-4);background:var(--color-dark);border:1px solid var(--color-dark-border);border-radius:var(--radius-md);color:var(--color-text);font-family:var(--font-body);font-size:var(--text-base);transition:all var(--transition-fast);outline:none;width:100%}.checkout-module__r6ElzW__input::placeholder{color:var(--color-text-muted);opacity:.6}.checkout-module__r6ElzW__input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #e67e2226}.checkout-module__r6ElzW__inputError{border-color:var(--color-error)!important;box-shadow:0 0 0 3px #e74c3c26!important}.checkout-module__r6ElzW__errorText{font-size:var(--text-xs);color:var(--color-error);margin-top:2px}.checkout-module__r6ElzW__select{appearance:none;padding-right:var(--space-10);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:calc(100% - 12px);background-repeat:no-repeat;}.checkout-module__r6ElzW__paymentMethods{gap:var(--space-4);flex-direction:column;display:flex}.checkout-module__r6ElzW__paymentOption{align-items:center;gap:var(--space-4);padding:var(--space-5);background:var(--color-dark);border:2px solid var(--color-dark-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);display:flex}.checkout-module__r6ElzW__paymentOption:hover{border-color:#e67e224d}.checkout-module__r6ElzW__paymentOptionActive{border-color:var(--color-primary);background:#e67e220d;box-shadow:0 0 20px #e67e221a}.checkout-module__r6ElzW__paymentIcon{background:var(--color-dark-surface);border-radius:var(--radius-md);width:48px;height:48px;color:var(--color-base-light);flex-shrink:0;justify-content:center;align-items:center;display:flex}.checkout-module__r6ElzW__paymentIcon svg{flex-shrink:0}.checkout-module__r6ElzW__paymentIconPix{color:#32bcad;background:#32bcad1f}.checkout-module__r6ElzW__paymentInfo{flex:1}.checkout-module__r6ElzW__paymentName{font-weight:700;font-size:var(--text-base);color:var(--color-warm-white);margin-bottom:2px}.checkout-module__r6ElzW__paymentDesc{font-size:var(--text-sm);color:var(--color-text-muted)}.checkout-module__r6ElzW__discountBadge{color:var(--color-success);font-size:var(--text-xs);border-radius:var(--radius-full);white-space:nowrap;background:#27ae6026;border:1px solid #27ae604d;padding:3px 10px;font-weight:700}.checkout-module__r6ElzW__paymentRadio{border:2px solid var(--color-dark-border);width:20px;height:20px;transition:all var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.checkout-module__r6ElzW__paymentRadioActive{border-color:var(--color-primary)}.checkout-module__r6ElzW__paymentRadioActive:after{content:"";background:var(--color-primary);border-radius:50%;width:10px;height:10px}.checkout-module__r6ElzW__cardForm{margin-top:var(--space-4);padding:var(--space-6);background:var(--color-dark-surface);border-radius:var(--radius-md);border:1px solid var(--color-dark-border);animation:.3s forwards checkout-module__r6ElzW__fadeInUp}.checkout-module__r6ElzW__cardGrid{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.checkout-module__r6ElzW__installmentOption{padding:var(--space-3) var(--space-4);border:1px solid var(--color-dark-border);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:var(--color-dark);justify-content:space-between;align-items:center;display:flex}.checkout-module__r6ElzW__installmentOption:hover{border-color:#e67e224d}.checkout-module__r6ElzW__installmentActive{border-color:var(--color-primary);background:#e67e220d}.checkout-module__r6ElzW__installmentLabel{font-weight:600;font-size:var(--text-sm);color:var(--color-warm-white)}.checkout-module__r6ElzW__installmentValue{font-size:var(--text-sm);color:var(--color-text-muted)}.checkout-module__r6ElzW__noInterest{font-size:var(--text-xs);color:var(--color-success);font-weight:700}.checkout-module__r6ElzW__installmentList{max-height:min(52vh,360px);padding-right:var(--space-1);flex-direction:column;gap:8px;margin-top:8px;display:flex;overflow-y:auto}.checkout-module__r6ElzW__summaryPanel{top:calc(var(--header-height) + var(--space-8));background:var(--gradient-card);border:1px solid var(--color-dark-border);border-radius:var(--radius-lg);padding:var(--space-6);min-width:0;position:sticky}.checkout-module__r6ElzW__summaryTitle{font-family:var(--font-display);font-size:var(--text-lg);color:var(--color-warm-white);margin-bottom:var(--space-6);padding-bottom:var(--space-4);border-bottom:1px solid var(--color-dark-border)}.checkout-module__r6ElzW__summaryItem{gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid #33333380;display:flex}.checkout-module__r6ElzW__summaryItem:last-child{border-bottom:none}.checkout-module__r6ElzW__summaryItemInfo{flex:1}.checkout-module__r6ElzW__summaryItemName{font-size:var(--text-sm);color:var(--color-warm-white);margin-bottom:2px;font-weight:600}.checkout-module__r6ElzW__summaryItemDetails{font-size:var(--text-xs);color:var(--color-text-muted)}.checkout-module__r6ElzW__summaryItemPrice{font-size:var(--text-sm);color:var(--color-primary);white-space:nowrap;font-weight:700}.checkout-module__r6ElzW__summaryItemQty{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:400}.checkout-module__r6ElzW__summaryDivider{background:var(--color-dark-border);height:1px;margin:var(--space-4) 0}.checkout-module__r6ElzW__summaryRow{padding:var(--space-2) 0;font-size:var(--text-sm);color:var(--color-text-muted);justify-content:space-between;align-items:center;display:flex}.checkout-module__r6ElzW__summaryDeliveryEstimate{padding:var(--space-3) 0 var(--space-2);margin-top:var(--space-1);font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.45}.checkout-module__r6ElzW__summaryDeliveryCity{margin:0 0 var(--space-2);color:var(--color-base-light);font-weight:600;font-size:var(--text-sm)}.checkout-module__r6ElzW__summaryDeliveryDates{font-family:var(--font-display);font-size:var(--text-base);letter-spacing:.02em;color:var(--color-warm-white);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);background:linear-gradient(135deg,#10b98124 0%,#05966914 100%);border:1px solid #6ee7b759;margin:0;font-weight:600;line-height:1.4;box-shadow:0 2px 16px #0003}.checkout-module__r6ElzW__summaryDiscount{color:var(--color-success);font-weight:600}.checkout-module__r6ElzW__summaryTotal{padding:var(--space-4) 0;margin-top:var(--space-2);border-top:2px solid var(--color-dark-border);justify-content:space-between;align-items:center;display:flex}.checkout-module__r6ElzW__summaryTotalLabel{font-size:var(--text-lg);color:var(--color-warm-white);font-weight:700}.checkout-module__r6ElzW__summaryTotalPrice{font-size:var(--text-2xl);color:var(--color-primary);font-weight:800;font-family:var(--font-display)}.checkout-module__r6ElzW__summaryInstallments{text-align:right;font-size:var(--text-xs);color:var(--color-text-muted);margin-top:2px}.checkout-module__r6ElzW__summaryOriginalPrice{color:var(--color-text-muted);font-size:var(--text-sm);margin-right:var(--space-2);text-decoration:line-through}.checkout-module__r6ElzW__actions{gap:var(--space-4);margin-top:var(--space-8);display:flex}.checkout-module__r6ElzW__btnBack{padding:var(--space-4) var(--space-6);border-radius:var(--radius-md);font-weight:600;font-size:var(--text-base);color:var(--color-text-muted);border:1px solid var(--color-dark-border);transition:all var(--transition-base);cursor:pointer;background:0 0}.checkout-module__r6ElzW__btnBack:hover{border-color:var(--color-text-muted);color:var(--color-text)}.checkout-module__r6ElzW__btnNext{padding:var(--space-4) var(--space-8);border-radius:var(--radius-md);font-weight:700;font-size:var(--text-base);color:#fff;background:var(--gradient-fire);box-shadow:var(--shadow-glow);transition:all var(--transition-base);cursor:pointer;border:none;flex:1}.checkout-module__r6ElzW__btnNext:hover:not(:disabled){background:var(--gradient-fire-hover);box-shadow:var(--shadow-glow-strong);transform:translateY(-2px)}.checkout-module__r6ElzW__btnNext:disabled{opacity:.5;cursor:not-allowed;transform:none}.checkout-module__r6ElzW__paymentResult{text-align:center;padding:var(--space-8) var(--space-4);animation:.4s forwards checkout-module__r6ElzW__fadeInUp}.checkout-module__r6ElzW__paymentResultGraphic{margin-bottom:var(--space-4);color:var(--color-warm-white);justify-content:center;align-items:center;display:flex}.checkout-module__r6ElzW__paymentResultGraphic svg{flex-shrink:0}.checkout-module__r6ElzW__paymentResultGraphicPix{color:#32bcad}.checkout-module__r6ElzW__paymentResultTitle{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-warm-white);margin-bottom:var(--space-2)}.checkout-module__r6ElzW__paymentResultSubtitle{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-8)}.checkout-module__r6ElzW__declinePanel{max-width:560px;padding:var(--space-10) var(--space-6);text-align:center;background:var(--color-dark-surface);border-radius:var(--radius-lg);border:1px solid #e74c3c59;margin:0 auto;animation:.4s forwards checkout-module__r6ElzW__fadeInUp}.checkout-module__r6ElzW__declineIconWrap{margin-bottom:var(--space-5)}.checkout-module__r6ElzW__declineIcon{width:72px;height:72px;color:var(--color-error);background:#e74c3c26;border-radius:50%;justify-content:center;align-items:center;font-size:36px;font-weight:700;line-height:1;display:inline-flex}.checkout-module__r6ElzW__declineTitle{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-warm-white);margin-bottom:var(--space-4);line-height:1.25}.checkout-module__r6ElzW__declineLead{font-size:var(--text-base);color:var(--color-text);margin-bottom:var(--space-4);line-height:1.6}.checkout-module__r6ElzW__declineDetail{font-size:var(--text-sm);color:var(--color-text-muted);padding:var(--space-4);border-radius:var(--radius-md);margin-bottom:var(--space-3);text-align:left;background:#0003;line-height:1.5}.checkout-module__r6ElzW__declineRef{font-size:var(--text-xs);color:var(--color-text-muted);margin-bottom:var(--space-4)}.checkout-module__r6ElzW__declineHint{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:var(--space-8);line-height:1.5}.checkout-module__r6ElzW__declineActions{gap:var(--space-3);flex-direction:column;align-items:stretch;display:flex}.checkout-module__r6ElzW__btnRetry{padding:var(--space-4) var(--space-6);font-size:var(--text-base);color:#fff;background:var(--gradient-fire);border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast), transform var(--transition-fast);border:none;font-weight:700}.checkout-module__r6ElzW__btnRetry:hover{opacity:.95;transform:translateY(-1px)}.checkout-module__r6ElzW__btnWhatsapp{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-6);font-size:var(--text-base);color:#fff;border-radius:var(--radius-md);transition:background var(--transition-fast), transform var(--transition-fast);background:#25d366;font-weight:700;text-decoration:none;display:flex}.checkout-module__r6ElzW__btnWhatsapp:hover{background:#1fb855;transform:translateY(-1px)}.checkout-module__r6ElzW__qrCodeBox{padding:var(--space-6);border-radius:var(--radius-lg);margin-bottom:var(--space-6);background:#fff;display:inline-flex}.checkout-module__r6ElzW__qrCodeBox img{width:200px;height:200px}.checkout-module__r6ElzW__copyCodeBox{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--color-dark);border:1px solid var(--color-dark-border);border-radius:var(--radius-md);max-width:500px;margin:0 auto var(--space-4);display:flex}.checkout-module__r6ElzW__copyCodeBox input{color:var(--color-text);font-family:monospace;font-size:var(--text-sm);background:0 0;border:none;outline:none;flex:1;min-width:0}.checkout-module__r6ElzW__copyBtn{padding:var(--space-2) var(--space-4);background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-weight:600;font-size:var(--text-sm);cursor:pointer;transition:background var(--transition-fast);white-space:nowrap;border:none}.checkout-module__r6ElzW__copyBtn:hover{background:var(--color-primary-dark)}.checkout-module__r6ElzW__boletoLink{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);background:var(--gradient-fire);color:#fff;border-radius:var(--radius-md);transition:all var(--transition-base);margin-bottom:var(--space-6);font-weight:700;text-decoration:none;display:inline-flex}.checkout-module__r6ElzW__boletoLink:hover{background:var(--gradient-fire-hover);box-shadow:var(--shadow-glow-strong);transform:translateY(-2px)}.checkout-module__r6ElzW__successCheck{width:80px;height:80px;margin:0 auto var(--space-6);border:2px solid var(--color-success);background:#27ae6026;border-radius:50%;justify-content:center;align-items:center;font-size:40px;display:flex}.checkout-module__r6ElzW__cardPendingIcon{width:80px;height:80px;margin:0 auto var(--space-6);background:#f1c40f1f;border:2px solid #f1c40f80;border-radius:50%;justify-content:center;align-items:center;font-size:40px;line-height:1;display:flex}.checkout-module__r6ElzW__cardPendingHint{font-size:var(--text-sm);color:var(--color-text-muted);max-width:480px;margin:0 auto var(--space-8);text-align:center;line-height:1.55}.checkout-module__r6ElzW__loading{padding:var(--space-16) 0;justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;display:flex}.checkout-module__r6ElzW__spinner{border:4px solid var(--color-dark-border);border-top-color:var(--color-primary);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite checkout-module__r6ElzW__spin}@keyframes checkout-module__r6ElzW__spin{to{transform:rotate(360deg)}}.checkout-module__r6ElzW__loadingText{font-size:var(--text-base);color:var(--color-text-muted)}.checkout-module__r6ElzW__emptyCart{text-align:center;padding:var(--space-20) var(--space-4)}.checkout-module__r6ElzW__emptyCartIcon{margin-bottom:var(--space-6);font-size:80px}.checkout-module__r6ElzW__emptyCartTitle{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-warm-white);margin-bottom:var(--space-3)}.checkout-module__r6ElzW__emptyCartText{color:var(--color-text-muted);margin-bottom:var(--space-8)}.checkout-module__r6ElzW__confirmSection{margin-bottom:var(--space-6);padding:var(--space-5);background:var(--color-dark);border-radius:var(--radius-md);border:1px solid var(--color-dark-border)}.checkout-module__r6ElzW__confirmSectionTitle{font-size:var(--text-sm);color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-3);font-weight:700}.checkout-module__r6ElzW__confirmRow{padding:var(--space-1) 0;font-size:var(--text-sm);justify-content:space-between;display:flex}.checkout-module__r6ElzW__confirmLabel{color:var(--color-text-muted)}.checkout-module__r6ElzW__confirmValue{color:var(--color-warm-white);font-weight:500}.checkout-module__r6ElzW__trustBar{margin-top:var(--space-12);margin-bottom:var(--space-4);padding:var(--space-5) var(--space-6);border-radius:var(--radius-lg);background:linear-gradient(145deg,#1e2022f7,#0e0e10fc);border:1px solid #e67e2238;box-shadow:0 8px 36px #0006,inset 0 1px #ffffff0a}.checkout-module__r6ElzW__trustList{gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.checkout-module__r6ElzW__trustItem{gap:var(--space-3);align-items:flex-start;min-width:0;display:flex}.checkout-module__r6ElzW__trustIcon{width:28px;height:28px;color:var(--color-primary);filter:drop-shadow(0 0 10px #e67e2233);flex-shrink:0;margin-top:2px}.checkout-module__r6ElzW__trustTextBlock{flex-direction:column;gap:4px;min-width:0;display:flex}.checkout-module__r6ElzW__trustTitle{font-size:var(--text-sm);color:var(--color-warm-white);letter-spacing:.02em;font-weight:700}.checkout-module__r6ElzW__trustDesc{font-size:var(--text-xs);color:var(--color-text-muted);line-height:1.45}.checkout-module__r6ElzW__trustBrand{color:#00d170;font-weight:700}.checkout-module__r6ElzW__trustPartner{margin-top:var(--space-5);padding-top:var(--space-4);justify-content:center;align-items:center;gap:var(--space-2) var(--space-4);border-top:1px solid #ffffff14;flex-wrap:wrap;display:flex}.checkout-module__r6ElzW__trustPartnerLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:600}.checkout-module__r6ElzW__pagarMeLink{transition:opacity var(--transition-fast);line-height:1;text-decoration:none}.checkout-module__r6ElzW__pagarMeLink:hover{opacity:.88}.checkout-module__r6ElzW__pagarMeLink:focus-visible{outline-offset:4px;border-radius:var(--radius-sm);outline:2px solid #00d17080}.checkout-module__r6ElzW__pagarMeWordmark{font-family:var(--font-display);font-weight:800;font-size:var(--text-xl);letter-spacing:-.03em;color:#00d170;text-shadow:0 0 24px #00d17033}.checkout-module__r6ElzW__trustPartnerHint{color:#ffffff61;letter-spacing:.04em;font-size:10px}@media (max-width:900px){.checkout-module__r6ElzW__layout{grid-template-columns:1fr}.checkout-module__r6ElzW__trustList{gap:var(--space-4);grid-template-columns:1fr}.checkout-module__r6ElzW__trustBar{padding:var(--space-4)}.checkout-module__r6ElzW__summaryPanel{order:-1;position:static}.checkout-module__r6ElzW__stepperWrap{padding:0}.checkout-module__r6ElzW__stepper{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:0;padding:0;overflow-x:auto}.checkout-module__r6ElzW__stepper::-webkit-scrollbar{display:none}.checkout-module__r6ElzW__stepLabel{display:none}.checkout-module__r6ElzW__stepLine{min-width:30px}.checkout-module__r6ElzW__formGrid,.checkout-module__r6ElzW__cardGrid{grid-template-columns:1fr}.checkout-module__r6ElzW__actions{flex-direction:column-reverse}.checkout-module__r6ElzW__btnBack{text-align:center}}@media (max-width:480px){.checkout-module__r6ElzW__formPanel,.checkout-module__r6ElzW__summaryPanel{padding:var(--space-5)}.checkout-module__r6ElzW__checkoutPage{padding-top:calc(var(--header-height) + var(--space-4))}}
.CheckoutAccessoryBump-module__utfV7W__wrap{margin-top:var(--space-2);padding-top:var(--space-5);border-top:1px dashed #ffffff1f}.CheckoutAccessoryBump-module__utfV7W__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-1);font-size:10px;font-weight:800}.CheckoutAccessoryBump-module__utfV7W__hint{font-size:var(--text-xs);color:#ffffff73;margin-bottom:var(--space-3);line-height:1.45}.CheckoutAccessoryBump-module__utfV7W__row{align-items:stretch;gap:var(--space-1);display:flex}.CheckoutAccessoryBump-module__utfV7W__arrow{border-radius:var(--radius-full);width:32px;height:32px;color:var(--color-warm-white);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:#ffffff0f;border:none;flex-shrink:0;justify-content:center;align-self:center;align-items:center;display:flex}.CheckoutAccessoryBump-module__utfV7W__arrow:hover:not(:disabled){color:var(--color-primary-light);background:#e67e2233}.CheckoutAccessoryBump-module__utfV7W__arrow:disabled{opacity:.25;cursor:default}.CheckoutAccessoryBump-module__utfV7W__viewport{border-radius:var(--radius-md);flex:1;min-width:0;overflow:hidden}.CheckoutAccessoryBump-module__utfV7W__track{will-change:transform;display:flex}.CheckoutAccessoryBump-module__utfV7W__slide{box-sizing:border-box;flex-shrink:0}.CheckoutAccessoryBump-module__utfV7W__card{gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);background:#0003;border:1px solid #ffffff0f;align-items:flex-start;height:100%;display:flex}.CheckoutAccessoryBump-module__utfV7W__thumb{border-radius:var(--radius-sm);background:var(--color-dark-surface);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.CheckoutAccessoryBump-module__utfV7W__img{object-fit:cover;width:100%;height:100%}.CheckoutAccessoryBump-module__utfV7W__placeholder{opacity:.35;font-size:22px}.CheckoutAccessoryBump-module__utfV7W__body{flex:1;min-width:0}.CheckoutAccessoryBump-module__utfV7W__name{font-size:var(--text-sm);color:var(--color-warm-white);margin-bottom:2px;font-weight:600;line-height:1.35}.CheckoutAccessoryBump-module__utfV7W__price{font-size:var(--text-sm);color:var(--color-primary);margin-bottom:var(--space-2);font-weight:700}.CheckoutAccessoryBump-module__utfV7W__actions{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.CheckoutAccessoryBump-module__utfV7W__addBtn{font-size:var(--text-xs);border-radius:var(--radius-sm);color:var(--color-primary-light);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast);background:#e67e221f;border:1px solid #e67e2273;padding:6px 12px;font-weight:700}.CheckoutAccessoryBump-module__utfV7W__addBtn:hover:not(:disabled){border-color:var(--color-primary);background:#e67e2238}.CheckoutAccessoryBump-module__utfV7W__addBtn:disabled{opacity:.6;cursor:not-allowed}.CheckoutAccessoryBump-module__utfV7W__addBtnMuted{color:var(--color-text-muted);background:#ffffff0a;border-color:#ffffff1f}.CheckoutAccessoryBump-module__utfV7W__link{color:var(--color-text-muted);text-underline-offset:3px;font-size:11px;text-decoration:underline}.CheckoutAccessoryBump-module__utfV7W__link:hover{color:var(--color-warm-white)}
