@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap);*,::after,::before{box-sizing:border-box;margin:0;padding:0}body{font-family:Nunito,sans-serif;background-color:#fffdf0;color:#1a1a1a;min-height:100vh;display:flex;flex-direction:column}.header{background-color:#ffe600;border-bottom:3px solid #1a1a1a;box-shadow:0 2px 12px rgba(0,0,0,.1);padding:14px 24px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.header-logo img{height:44px;width:auto;object-fit:contain}.header-safe{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#1a1a1a;border:1px solid rgba(0,0,0,.2);border-radius:20px;padding:5px 12px}.header-safe svg{width:14px;height:14px;stroke:#CC0000;fill:none}.steps-bar{background:#fffdf0;border-bottom:1px solid #e8d800;padding:0 24px}.steps-list{display:flex;align-items:center;padding:14px 0;max-width:520px;margin:0 auto;width:100%;list-style:none}.step-item{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;position:relative}.step-item::before{content:'';position:absolute;top:18px;left:-50%;width:100%;height:2px;background:#f0e890;z-index:0}.step-item:first-child::before{display:none}.step-item.active::before{background:#c00}.step-icon{width:36px;height:36px;border-radius:50%;background:#f0e890;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:background .2s,box-shadow .2s}.step-icon svg{width:18px;height:18px;stroke:#888888;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.step-item.active .step-icon{background:#c00;box-shadow:0 4px 14px rgba(204,0,0,.4)}.step-item.active .step-icon svg{stroke:#ffffff}.step-label{font-size:11px;font-weight:600;color:#aaa;text-align:center;white-space:nowrap}.step-item.active .step-label{color:#c00;font-weight:800}.main{display:flex;flex-direction:column;gap:16px;padding:20px 16px 40px;max-width:560px;margin:0 auto;width:100%;flex:1}.cart-top{width:100%}.steps-content{display:flex;flex-direction:column;gap:14px;width:100%}.card{background:#fff;border-radius:18px;border:1.5px solid #f0e890;box-shadow:0 4px 20px rgba(204,0,0,.06);overflow:hidden}.card.disabled{opacity:.7}.card-header{padding:18px 20px 14px;border-bottom:1px solid #fff8cc}.card-header h2{font-size:20px;font-weight:800;color:#c00;display:flex;align-items:center;gap:8px}.step-badge{background:#c00;color:#fff;border-radius:50%;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0;box-shadow:0 4px 12px rgba(204,0,0,.35)}.step-badge.inactive{background:#f0e890;color:#888;box-shadow:none}.card-body{padding:16px 20px 20px}.card-collapsed{display:flex;align-items:center;justify-content:space-between;padding:18px 20px}.card-collapsed h2{font-size:18px;font-weight:800;color:#aaa;display:flex;align-items:center;gap:8px}.field{margin-bottom:14px}.field:last-of-type{margin-bottom:0}.field label{display:block;font-size:11px;font-weight:700;color:#c00;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.input-wrap{position:relative}.input-wrap input,.input-wrap select{width:100%;background:#fffde8;border:1.5px solid #e8d800;border-radius:12px;color:#1a1a1a;font-family:Nunito,sans-serif;font-size:15px;padding:12px 40px 12px 16px;outline:0;transition:border-color .2s,background .2s,box-shadow .2s;appearance:none}.input-wrap input::placeholder{color:#aaa;opacity:.8}.input-wrap input:focus{border-color:#c00;background:#fff5f9;box-shadow:0 0 0 3px rgba(204,0,0,.12)}.input-valid{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#2ecc71;display:none;align-items:center}.input-valid svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.input-wrap.valid .input-valid{display:flex}.input-wrap.valid input{padding-right:40px}.phone-wrap{position:relative}.phone-flag{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:6px;font-size:13px;color:#666;z-index:2;pointer-events:none}.phone-flag span:first-child{font-size:16px}.phone-wrap input{padding-left:72px!important}.btn-primary{width:100%;background:linear-gradient(135deg,#c00 0,#a00 100%);border:none;border-radius:14px;color:#fff;font-family:Nunito,sans-serif;font-size:16px;font-weight:800;padding:15px 28px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 6px 22px rgba(204,0,0,.35);letter-spacing:.3px;transition:transform .15s,box-shadow .15s;margin-top:16px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(204,0,0,.45)}.btn-primary svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.btn-secondary{background:linear-gradient(135deg,#c00 0,#a00 100%);border:none;border-radius:12px;color:#fff;font-family:Nunito,sans-serif;font-size:14px;font-weight:700;padding:10px 20px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 14px rgba(204,0,0,.3);transition:transform .15s,box-shadow .15s}.btn-secondary:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(204,0,0,.45)}.btn-secondary svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #fff8cc}.cart-header-info strong{display:block;font-size:12px;font-weight:800;color:#c00;letter-spacing:.6px;text-transform:uppercase}.cart-header-info p{font-size:11px;color:#888;margin-top:2px}.cart-header-icon svg{width:18px;height:18px;stroke:#888888;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-row{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;border-bottom:1px solid #fff8cc}.product-thumb{width:70px;height:70px;border-radius:10px;object-fit:contain;flex-shrink:0;border:1px solid #e8d800;background:#fffde8}.product-info{flex:1;min-width:0}.product-name{font-size:13px;font-weight:600;color:#1a1a1a;margin-bottom:4px;line-height:1.4}.product-meta{display:flex;gap:12px;font-size:13px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.qty-counter{display:inline-flex;align-items:center;border:1.5px solid #e8d800;border-radius:8px;overflow:hidden;height:28px}.qty-counter button{background:#c00;border:none;color:#fff;width:26px;height:28px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.qty-counter button:hover:not(:disabled){background:#a00}.qty-counter button:disabled{background:#faa;cursor:default}.qty-counter button svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round}.qty-counter .qty-value{min-width:28px;text-align:center;font-size:13px;font-weight:700;color:#1a1a1a;padding:0 6px}.coupon-section{padding:14px 18px;border-bottom:1px solid #fff8cc}.coupon-label{font-size:11px;font-weight:700;color:#c00;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.coupon-row{display:flex;align-items:center;gap:8px}.coupon-icon{width:38px;height:38px;background:#fffde8;border:1.5px solid #e8d800;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.coupon-icon svg{width:18px;height:18px;stroke:#888888;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.coupon-row input{flex:1;background:#fffde8;border:1.5px solid #e8d800;border-radius:12px;color:#1a1a1a;font-family:Nunito,sans-serif;font-size:13px;padding:10px 14px;outline:0;transition:border-color .2s,box-shadow .2s;min-width:0}.coupon-row input::placeholder{color:#aaa;opacity:.7}.coupon-row input:focus{border-color:#c00;box-shadow:0 0 0 3px rgba(232,93,138,.1)}.btn-coupon{background:#c00;border:none;border-radius:50px;color:#fff;font-family:Nunito,sans-serif;font-weight:700;font-size:13px;padding:10px 18px;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px rgba(204,0,0,.35);transition:transform .15s,box-shadow .15s}.btn-coupon:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(204,0,0,.45)}.resume-section{padding:10px 0 4px}.resume-row{display:flex;justify-content:space-between;align-items:center;padding:6px 18px}.resume-row span{font-size:13px;color:#888}.resume-row strong{font-size:13px;color:#1a1a1a;font-weight:700}.resume-row--discount span{color:#888;font-weight:400}.resume-row--discount strong{color:#1a1a1a;font-weight:400}.resume-total{display:flex;justify-content:space-between;align-items:center;padding:10px 18px 16px;border-top:1px solid #fff8cc;margin-top:4px}.resume-total span,.resume-total--label{font-size:15px;font-weight:700;color:#888}.resume-total strong{font-size:18px;font-weight:800;color:#c00}.reviews-card{background:#fff;border-radius:18px;border:1.5px solid #f0e890;box-shadow:0 4px 20px rgba(204,0,0,.06);padding:14px}.review-item{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid #fff8cc}.review-item:first-child{padding-top:0}.review-item:last-child{border-bottom:none;padding-bottom:0}.review-thumb{width:42px;height:42px;border-radius:10px;object-fit:contain;flex-shrink:0;border:1px solid #e8d800;background:#fffde8}.review-content{flex:1;min-width:0}.stars{display:flex;gap:2px;margin-bottom:4px}.stars svg{width:12px;height:12px;fill:#ffd500}.review-title{font-size:12px;font-weight:700;color:#1a1a1a;margin-bottom:2px}.review-desc{font-size:11px;color:#888;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.footer{background-color:#1a1a1a;border-top:4px solid #c00;padding:32px 24px;text-align:center;margin-top:auto}.footer-content{display:flex;flex-direction:column;align-items:center;gap:4px}.footer-content p{color:#ffe600;font-size:13px;line-height:1.9}.footer-label{font-weight:700;font-size:13px;color:#ffe600;margin-top:10px}.footer-safe{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;color:#ffe600;font-size:12px;font-weight:700}.footer-safe svg{width:18px;height:18px;stroke:#ffffff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.card-filled{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;gap:12px}.card-filled-info h2{font-size:17px;font-weight:800;color:#c00;display:flex;align-items:center;gap:8px;margin-bottom:6px}.card-filled-info h2 svg{stroke:#2ecc71}.filled-summary{display:flex;flex-direction:column;gap:2px}.filled-summary strong{font-size:13px;font-weight:700;color:#1a1a1a}.filled-summary span{font-size:12px;color:#888}.btn-edit-step{background:0 0;border:1.5px solid #e8d800;border-radius:10px;color:#c00;font-family:Nunito,sans-serif;font-size:13px;font-weight:700;padding:8px 16px;cursor:pointer;white-space:nowrap;transition:background .15s;flex-shrink:0}.btn-edit-step:hover{background:#fffde8}.btn-cep{background:#c00;border:none;border-radius:50px;color:#fff;font-family:Nunito,sans-serif;font-weight:700;font-size:13px;padding:9px 18px;cursor:pointer;margin-top:8px;box-shadow:0 4px 14px rgba(204,0,0,.35);transition:transform .15s,box-shadow .15s}.btn-cep:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px rgba(204,0,0,.45)}.btn-cep:disabled{opacity:.6;cursor:default}.field-error{font-size:12px;color:#e85d5d;font-weight:600;margin-top:6px}.field-row{display:flex;gap:10px;align-items:flex-start}.field-row .field{flex:1}.addr-grid{display:flex;gap:10px;align-items:flex-start}.addr-grid .field:first-child{max-width:120px;flex-shrink:0}.addr-grid .field:last-child{flex:1}.addr-grid--cep{display:flex;gap:10px;align-items:flex-start}.addr-grid--cep .field:first-child{flex:2}.field--uf{width:72px;flex-shrink:0}.addr-handle{margin-top:6px}.label-optional{font-size:11px;font-weight:400;color:#888;text-transform:none;letter-spacing:0}.field--short{max-width:200px}.saved-address{display:flex;align-items:center;gap:12px;border:2px solid #c00;border-radius:14px;padding:14px 16px;background:#fffde8;cursor:pointer;transition:background .15s;margin-bottom:4px}.saved-address:hover{background:#fffad0}.saved-radio{width:22px;height:22px;border-radius:50%;border:2px solid #d0d0d0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.saved-radio.selected{border-color:#c00}.saved-radio-dot{width:10px;height:10px;border-radius:50%;background:#c00;display:block}.saved-info{flex:1;display:flex;flex-direction:column;gap:3px}.saved-info strong{font-size:14px;font-weight:700;color:#1a1a1a}.saved-info span{font-size:12px;color:#888}.divider{border:none;border-top:1px solid #e8d800;margin:16px 0 12px}.freight-label{font-size:14px;color:#1a1a1a;margin-bottom:12px}.freight-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.freight-item{display:flex;align-items:center;gap:14px;border:1.5px solid #e0d000;border-radius:14px;padding:14px 16px;cursor:pointer;background:#fff;transition:border-color .2s,background .2s}.freight-item:hover{border-color:#c00;background:#fffde8}.freight-item.selected{border:2px solid #c00;background:#fffde0}.freight-radio{width:22px;height:22px;border-radius:50%;border:2px solid #d0d0d0;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.freight-radio.selected{border-color:#c00}.freight-radio-dot{width:10px;height:10px;border-radius:50%;background:#c00;display:block}.freight-info{flex:1;display:flex;flex-direction:column;gap:2px}.freight-name{font-size:14px;font-weight:800;color:#1a1a1a}.freight-days{font-size:13px;color:#666;margin-bottom:4px}.correios-logo{height:auto;max-height:12px;max-width:55px;width:auto;display:block;margin-top:2px;object-fit:contain}.freight-price{font-size:15px;font-weight:800;color:#1a1a1a;white-space:nowrap}.freight-price--free{color:#2ecc71}.btn-primary:disabled{opacity:.45;cursor:default;transform:none!important;box-shadow:none!important}.pix-box{background:linear-gradient(145deg,#fffde0 0,#fff8b0 100%);border:1.5px solid #e8d800;border-radius:16px;padding:24px 20px;text-align:center}.pix-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:14px}.pix-logo-wrap{display:flex;align-items:center}.pix-label{font-size:18px;font-weight:800;color:#1a1a1a}.pix-discount{font-size:14px;font-weight:700;color:#27ae60;margin-bottom:8px}.pix-total{font-size:15px;color:#666;margin-bottom:20px}.pix-total strong{font-size:20px;font-weight:800;color:#c00}.btn-pix-purchase{width:100%;background:linear-gradient(135deg,#c00 0,#c00 100%);border:none;border-radius:50px;color:#fff;font-family:Nunito,sans-serif;font-size:15px;font-weight:800;padding:16px 24px;cursor:pointer;letter-spacing:.5px;box-shadow:0 6px 20px rgba(204,0,0,.4);transition:transform .15s,box-shadow .15s;text-transform:uppercase}.btn-pix-purchase:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(204,0,0,.5)}.btn-pix-purchase:disabled{opacity:.7;cursor:default;transform:none}@media (max-width:600px){.main{padding:14px 12px 30px}.header{padding:12px 16px}.steps-bar{padding:0 12px}.card-header h2{font-size:17px}}.pix-method{border:1.5px solid #e0d000;border-radius:14px;overflow:hidden}.pix-method-header{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff}.pix-radio-selected{width:20px;height:20px;border-radius:50%;border:2px solid #c00;background:radial-gradient(circle,#c00 45%,#fff 46%);flex-shrink:0;display:block}.pix-method-header strong{font-size:15px;font-weight:800;color:#1a1a1a}.pix-info{padding:16px;background:#fff;border-top:1px solid #e8d800;display:flex;flex-direction:column;gap:14px}.pix-desc{font-size:15px;font-weight:700;color:#1a1a1a;line-height:1.6;margin:0}.pix-value-text{font-size:15px;font-weight:800;color:#2ecc71;margin:0}.ob-preview{border:2px dashed var(--color-bump,#f1919f);border-radius:14px;background:var(--bg-bump,#f1919f1A);overflow:hidden}.ob-header{padding:10px 14px 8px;text-align:center}.ob-header strong{font-size:13px;font-weight:800;color:var(--color-bump,#f1919f);display:block;line-height:1.4}.ob-divider{border:none;border-top:1px solid var(--color-bump,#f1919f);opacity:.3;margin:0 14px 12px}.ob-container{display:flex;align-items:center;gap:12px;padding:0 14px 14px}.ob-figure{width:80px;height:80px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#fff}.ob-figure img{width:100%;height:100%;object-fit:cover}.ob-content{flex:1}.ob-content p{font-size:13px;color:#1a1a1a;margin:0 0 8px 0;line-height:1.4;font-weight:600}.ob-prices{display:flex;align-items:center;gap:8px}.ob-old{font-size:13px;color:#999;text-decoration:line-through}.ob-new{font-size:16px;font-weight:800;color:#1a1a1a}.ob-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:13px 16px;background:#c00;border:none;color:#fff;font-family:Nunito,sans-serif;font-size:14px;font-weight:800;cursor:pointer;transition:all .2s;border-radius:0 0 12px 12px}.ob-btn:hover{background:#a00}.ob-circle{width:20px;height:20px;border-radius:50%;border:2px solid #fff;background:0 0;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ob-selected .ob-btn{background:0 0;border:2px dashed var(--color-bump,#f1919f);border-radius:50px;color:var(--color-bump,#f1919f);margin:0 14px 14px;width:calc(100% - 28px);padding:10px 16px}.ob-selected .ob-circle{border-color:var(--color-bump,#f1919f);background:#2ecc71}.ob-selected .ob-circle::after{content:'';display:block;width:6px;height:10px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px)}.pay-handle{margin-top:4px}.pix-screen{background:#fff;border-radius:18px;border:1.5px solid #f0e890;box-shadow:0 4px 20px rgba(204,0,0,.06);overflow:hidden}.pix-screen-inner{padding:28px 20px 32px;display:flex;flex-direction:column;align-items:center;gap:16px}.pix-title{font-size:24px;font-weight:800;color:#c00;margin:0;text-align:center}.pix-subtitle{font-size:14px;color:#666;text-align:center;margin:0;line-height:1.5}.pix-subtitle strong{color:#c00;font-weight:800}#pix-timer{color:#c00}.pix-phone-illus{display:flex;align-items:center;justify-content:center}.pix-phone-img{width:180px;height:180px;object-fit:contain}.pix-scan-label{font-size:13px;color:#888;margin:0;text-align:center}.pix-qr-wrap{background:#fff;border-radius:12px;padding:10px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.pix-qr-img{display:block;width:200px;height:200px;border-radius:6px}.pix-status-badge{display:flex;align-items:center;gap:8px;background:#fffbea;border:1.5px solid #f5d060;border-radius:50px;padding:8px 20px;font-size:13px;font-weight:700;color:#b8860b}.pix-status-dot{width:8px;height:8px;border-radius:50%;background:#f5d060;animation:pixBlink 1.2s ease-in-out infinite}@keyframes pixBlink{0%,100%{opacity:1}50%{opacity:.3}}.pix-code-wrap{width:100%;border:1.5px dashed #ccc;border-radius:50px;padding:12px 18px;background:#fffde8;box-sizing:border-box}.pix-code-text{font-size:11px;color:#666;word-break:break-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;text-align:center;font-family:monospace}.pix-copy-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;background:#2ecc71;border:none;border-radius:12px;color:#fff;font-family:Nunito,sans-serif;font-size:16px;font-weight:800;cursor:pointer;transition:background .15s,transform .1s;box-shadow:0 4px 16px rgba(46,204,113,.35)}.pix-copy-btn:hover{background:#27ae60;transform:translateY(-1px)}.pix-copy-btn:active{transform:translateY(0)}.pix-value-display{font-size:16px;font-weight:600;color:#1a1a1a;margin:0;text-align:center}.pix-value-display strong{color:#2ecc71;font-size:18px;font-weight:800}.pix-beneficiary{background:#f0f4f8;border-radius:12px;padding:14px 16px;font-size:13px;color:#555;text-align:center;line-height:1.5;width:100%;box-sizing:border-box}.pix-beneficiary strong{color:#1a1a1a}.pix-steps-section{width:100%;border-top:1.5px dashed #e0d8f0;padding-top:20px}.pix-steps-title{font-size:16px;font-weight:800;color:#1a1a1a;margin:0 0 16px 0}.pix-steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.pix-steps-list li{display:flex;align-items:center;gap:14px;font-size:14px;color:#1a1a1a}.pix-step-num{width:32px;height:32px;border-radius:50%;background:#c00;color:#ffe600;font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}#pix-page{min-height:100vh;background:#fffdf0;display:flex;flex-direction:column;align-items:center;padding:20px 16px 40px;box-sizing:border-box}#pix-page .pix-screen{width:100%;max-width:480px}.pix-loading-spinner{width:52px;height:52px;border:4px solid #f0e890;border-top-color:#c00;border-radius:50%;animation:spin .8s linear infinite;margin:32px auto}@keyframes spin{to{transform:rotate(360deg)}}.pix-paid-icon{display:flex;justify-content:center;margin:16px 0 8px}.cart-header[style*="cursor: pointer"]:hover{background:#fffde8;border-radius:12px}.cart-header-icon{transition:transform .3s ease}