*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:#f0f0f0;font-family:Inter,sans-serif;color:#333;min-height:100vh}.chk-header{background:#f5f5f5;border-bottom:1px solid #e0e0e0;padding:12px 0;text-align:center}.chk-header-inner{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:flex-start}.chk-logo-box{background:#fff;border-radius:6px;padding:4px 12px;display:inline-flex;align-items:center;box-shadow:0 1px 4px #00000014}.chk-logo-text{display:none}.chk-safe-badge{display:none;margin-left:auto}@media(max-width:860px){.chk-safe-badge{display:block}.chk-header-inner{padding:0 10px}}.chk-topbar{background-color:#b20000;color:#fff;text-align:center;padding:10px 20px;font-size:13px;line-height:1.5}.chk-topbar strong{font-weight:700}.chk-topbar u{text-decoration:underline}.chk-container{max-width:1100px;margin:20px auto;padding:0 16px;display:flex;align-items:flex-start;gap:20px}.chk-col-left{flex:1 1 0;min-width:0}.chk-col-right{flex:0 0 300px;width:300px;min-width:0}@media(max-width:860px){.chk-container{flex-direction:column;gap:12px;margin:12px auto;padding:0 12px}.chk-col-right{flex:1 1 100%;width:100%;order:-1}.chk-col-left{width:100%}.chk-cart{position:static}}.chk-steps{background:#fff;border-radius:12px;padding:20px 30px;display:flex;align-items:flex-start;justify-content:space-around;margin-bottom:16px;box-shadow:0 1px 6px #0000000f}.chk-step{display:flex;flex-direction:column;align-items:center;gap:6px;color:#777;font-size:13px;font-weight:600;white-space:nowrap}.chk-step-num{width:30px;height:30px;border-radius:50%;background:#f3f4f6;color:#555;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;transition:.3s}.chk-step.active{color:#222}.chk-step.active .chk-step-num{background:#b20000;color:#fff}.chk-step.done{color:#b20000}.chk-step.done .chk-step-num{background:#b20000;color:#fff}@media(max-width:600px){.chk-steps{padding:18px 10px}.chk-step{font-size:14px;gap:8px}.chk-step-num{width:44px;height:44px;font-size:18px}}@media(max-width:360px){.chk-step{font-size:12px}.chk-step-num{width:38px;height:38px;font-size:15px}}.chk-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 1px 6px #0000000f;margin-bottom:16px}.chk-card h3{font-size:16px;font-weight:700;margin-bottom:18px;color:#222}.chk-form-row{display:flex;gap:14px;margin-bottom:14px}.chk-form-col{flex:1;display:flex;flex-direction:column;gap:14px}.chk-form-col.full{flex:1 1 100%}label{font-size:13px;font-weight:600;color:#555}input:not([type=checkbox]):not([type=radio]),select{height:54px;padding:0 16px;border:1px solid #ced4da;border-radius:8px;font-size:15px;color:#333;background:#fff;width:100%;outline:none;font-family:Inter,sans-serif;transition:background-color .4s ease,border-color .4s ease,color .4s ease,box-shadow .3s ease;display:block}select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:16px;padding-right:40px}input:not([type=checkbox]):not([type=radio]):focus,select:focus{border-color:#b20000;box-shadow:0 0 0 3px #b200001f}input:disabled,select:disabled{background-color:#e2e5e8!important;color:#777!important;border-color:#d0d4d8!important;cursor:not-allowed!important;pointer-events:none}.chk-checkbox-container{display:inline-flex;align-items:center;gap:6px;cursor:pointer;position:relative;user-select:none;transition:all .2s ease}.chk-checkbox-container:active{transform:scale(.98)}.chk-checkbox-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.chk-checkmark{height:18px;width:18px;background-color:#fff;border:1.5px solid #ced4da;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.chk-checkbox-container:hover .chk-checkmark{border-color:#b20000;background-color:#fff}.chk-checkbox-container input:checked~.chk-checkmark{background-color:#b20000;border-color:#b20000}.chk-checkmark:after{content:"";display:none;width:4px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.chk-checkbox-container input:checked~.chk-checkmark:after{display:block}.input-error{border-color:#dc3545!important;box-shadow:0 0 0 3px #dc354526!important}.invalid-feedback{display:none;color:#dc3545;font-size:11.5px;margin-top:-10px;align-items:center;gap:4px}.input-error+.invalid-feedback,.invalid-feedback.show{display:flex}.chk-shipping-box{margin-top:24px;margin-bottom:8px}.chk-shipping-title{font-size:16px;font-weight:700;color:#333;margin-bottom:12px}.chk-shipping-card{border:1px solid #dee2e6;border-radius:12px;padding:18px;display:flex;align-items:center;gap:16px;cursor:pointer;background:#fff;transition:border-color .2s,box-shadow .2s;user-select:none}.chk-shipping-card.active{border-color:#007bff;box-shadow:0 0 0 1px #007bff}.chk-shipping-radio{width:22px;height:22px;border:2px solid #dee2e6;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s}.chk-shipping-card.active .chk-shipping-radio{border-color:#007bff}.chk-shipping-radio-inner{width:12px;height:12px;background:#007bff;border-radius:50%;display:none}.chk-shipping-card.active .chk-shipping-radio-inner{display:block}.chk-shipping-info{flex:1;display:flex;flex-direction:column;gap:2px}.chk-shipping-name{font-size:15px;font-weight:600;color:#333}.chk-shipping-days{font-size:13px;color:#888}.chk-shipping-price{font-size:15px;font-weight:600;color:#444}.chk-shipping-disclaimer{font-size:11.5px;color:#999;margin-top:10px;line-height:1.4}.chk-security{border:1.5px dashed #ccc;border-radius:8px;padding:16px;margin:16px 0 20px}.chk-security-title{font-size:13px;font-weight:700;color:#333;margin-bottom:10px}.chk-security-item{display:flex;align-items:center;gap:9px;margin-bottom:7px;font-size:13px;color:#555}.chk-security-item:last-child{margin-bottom:0}.chk-check-icon{width:18px!important;height:18px!important;min-width:18px;min-height:18px;max-width:18px;max-height:18px;flex-shrink:0;color:#23c76a;display:inline-block}.btn-primary{background:#b20000;color:#fff;border:none;padding:18px 26px;border-radius:8px;font-size:16px;font-weight:700;letter-spacing:.5px;width:100%;cursor:pointer;transition:background .2s;font-family:Inter,sans-serif}.btn-primary:hover{background:#8f0000}.btn-back{background:transparent;border:none;color:#888;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;padding:10px 0;font-family:Inter,sans-serif}.btn-back:hover{color:#555}.chk-nav-buttons{display:flex;align-items:center;gap:16px;margin-top:8px}.chk-nav-buttons .btn-primary{flex:1}.chk-no-email-text{font-size:12px;color:#23c76a;font-weight:600}.chk-collapse{display:none}.chk-collapse.show{display:block;margin-top:10px}.chk-payment-tabs{display:flex;gap:10px;margin-bottom:20px}.chk-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px 8px;border:2px solid #e0e0e0;border-radius:10px;background:#fafafa;cursor:pointer;font-size:12px;font-weight:700;color:#999;transition:.2s}.chk-tab svg{width:22px;height:22px;transition:.2s}.chk-tab.active{border-color:#b20000;color:#b20000;background:#fff1f1}.chk-panel{display:none}.chk-panel.active{display:block}.chk-pix-box{background:#fff1f1;border:1px solid #fecaca;border-radius:10px;padding:18px;text-align:center;color:#b20000}.chk-pix-box h4{font-size:15px;margin-bottom:6px}.chk-pix-box p{font-size:13px;color:#8f0000}.chk-cart{background:#fff;border-radius:12px;border:1px solid #e8e8e8;box-shadow:0 1px 4px #0000000a;overflow:hidden;position:sticky;top:20px;min-width:0}#chk-items-container{min-width:0;width:100%}.chk-cart .d-flex{display:flex}.chk-cart .align-items-center{align-items:center}.chk-cart .justify-content-end{justify-content:flex-end}.chk-cart-header{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.chk-cart-header-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.chk-cart-header h3{font-size:15px;font-weight:700;color:#1a2b4a}.chk-qty-badge{background:#b20000;color:#fff;min-width:22px;height:22px;padding:0 6px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.chk-cart-body{padding:0 18px 18px;border-top:1px solid #e8e8e8}.product-list{padding:12px 0;border-bottom:1px solid #ebebeb;width:100%;max-width:100%;box-sizing:border-box}.product-list:last-child{border-bottom:none}.chk-cart .product-grid{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:10px;width:100%;min-width:0}.chk-cart .product-grid>div:nth-child(2){flex:1 1 0;min-width:0}.chk-cart .product-grid>div:nth-child(3){flex:0 0 auto;align-self:center;margin-left:10px}.product-grid>.d-flex:first-child{flex:0 0 40px;width:40px;height:40px;flex-shrink:0;align-self:center}.product-img{object-fit:cover;border-radius:8px;display:block;background:#f0f0f0;border:1px solid #e8e8e8;box-sizing:border-box}.product-grid .product-img-wrap{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden;background:#f0f0f0;border:1px solid #e8e8e8;flex-shrink:0}.product-grid .product-img-wrap .product-img{position:absolute;inset:0;width:100%;height:100%;border:none;border-radius:12px}.product-grid .product-img-placeholder{position:absolute;inset:0;margin:auto;width:20px;height:20px;opacity:.4;background:linear-gradient(135deg,#bbb 45%,transparent 45%);border-radius:4px}.name_product_card{display:block;font-size:12px;font-weight:500;color:#666;line-height:1.4;margin:0}.name_product_card.ellipsis-h{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;overflow-wrap:anywhere}.info-small{display:block;font-size:11px;color:#757575;line-height:1.3;margin-top:3px}.info-small.ellipsis-w{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#chk-items-container .input-number,.chk-cart .input-number{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-shrink:0;box-sizing:border-box;min-width:92px;padding:4px 8px;gap:4px;border:1px solid #d0d0d0!important;border-radius:50px!important;background:#fff!important;box-shadow:none!important}#chk-items-container .input-number .btn-sub,#chk-items-container .input-number .btn-add,.chk-cart .input-number .btn-sub,.chk-cart .input-number .btn-add{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px;height:24px;min-width:24px;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;cursor:pointer;flex-shrink:0;line-height:0;border-radius:50%;transition:background .12s ease;-webkit-appearance:none!important;appearance:none!important;-webkit-tap-highlight-color:transparent}#chk-items-container .input-number .btn-sub:hover,#chk-items-container .input-number .btn-add:hover,.chk-cart .input-number .btn-sub:hover,.chk-cart .input-number .btn-add:hover{background:#0000000d!important}#chk-items-container .input-number .btn-sub:active,#chk-items-container .input-number .btn-add:active,.chk-cart .input-number .btn-sub:active,.chk-cart .input-number .btn-add:active{background:#00000014!important}#chk-items-container .input-number .btn-sub:focus-visible,#chk-items-container .input-number .btn-add:focus-visible,.chk-cart .input-number .btn-sub:focus-visible,.chk-cart .input-number .btn-add:focus-visible{outline:2px solid #b20000;outline-offset:1px}#chk-items-container .input-number .btn-sub .chk-qty-ic,#chk-items-container .input-number .btn-add .chk-qty-ic,.chk-cart .input-number .btn-sub .chk-qty-ic,.chk-cart .input-number .btn-add .chk-qty-ic{display:block;flex-shrink:0}#chk-items-container .input-number .qty-value,.chk-cart .input-number .qty-value{flex:1 1 auto;min-width:1.25rem;max-width:2rem;width:auto;height:24px;padding:0 2px;box-sizing:border-box;font-family:inherit;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;color:#000;text-align:center;line-height:24px;user-select:none;pointer-events:none}.chk-totals{padding-top:14px;border-top:1px solid #ebebeb;margin-top:6px}.chk-total-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#757575;margin-bottom:10px}.chk-total-row.total{font-size:16px;font-weight:700;color:#555;border-top:1px solid #ebebeb;padding-top:12px;margin-top:6px;margin-bottom:0}.chk-total-row.total span:last-child{color:#1a2b4a;font-weight:800;font-size:17px}.chk-footer{text-align:center;padding:28px 20px;color:#999;font-size:12px}.chk-footer-pay-label{font-size:13px;font-weight:600;color:#777;margin-bottom:10px}.chk-footer-pix-icon{display:inline-flex;align-items:center;justify-content:center;background:#32c86a;border-radius:6px;width:38px;height:38px;margin-bottom:12px}.chk-footer-pix-icon svg{fill:#fff;width:22px;height:22px}.chk-step-panel{display:none}.chk-step-panel.active{display:block}@media(max-width:600px){.chk-form-row{flex-direction:column;gap:10px}.chk-nav-buttons{flex-direction:column-reverse}.chk-nav-buttons .btn-primary{width:100%}.chk-card{padding:16px}.chk-steps{padding:12px 14px}.chk-step{font-size:11px;gap:5px}.chk-step-num{width:22px;height:22px;font-size:11px}.chk-step-divider{flex:0 0 14px}.chk-form-col[style*=max-width]{max-width:100%!important}.chk-form-col[style*="flex:3"],.chk-form-col[style*="flex:1"]{flex:1!important;max-width:100%!important}}.chk-cart-chevron{display:none;transition:transform .25s}.chk-cart-chevron svg{width:18px;height:18px;stroke:#888}@media(max-width:860px){.chk-cart-chevron{display:flex;align-items:center}.chk-cart-body{display:none}.chk-cart-body.open{display:block}.chk-cart-chevron.open{transform:rotate(180deg)}.chk-cart-header{cursor:pointer;user-select:none}.chk-cart .product-grid{gap:8px}.product-grid>.d-flex:first-child{flex-basis:36px;width:36px;height:36px}}.chk-card-number-row{position:relative}.chk-card-flags{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;gap:4px;align-items:center}
