/* ============================================
   LIFT DETOX BLACK CHECKOUT
   ============================================ */

/* ============================================
   BARRA TOPO BRANCA - COMPRA 100% SEGURA
   ============================================ */
.mobile-top-bar {
    background: #fff;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.secure-purchase {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.secure-purchase i {
    color: #22c55e;
    font-size: 14px;
}

/* ============================================
   FAIXA VERMELHA - CONTADOR TOPO
   ============================================ */
.faixa-contator {
    background: #dc2626 !important;
    padding: 15px 20px !important;
    display: block !important;
    visibility: visible !important;
}

.faixa-contator .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.faixa-contator .row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

.faixa-contator .col-sm-6 {
    width: 50% !important;
    float: left !important;
}

.col-title-contador {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.icon-title-contador {
    color: #fbbf24 !important;
    font-size: 28px !important;
}

.faixa-contator h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 3px 0 !important;
}

.faixa-contator p {
    font-size: 12px !important;
    color: rgba(255,255,255,0.9) !important;
    margin: 0 !important;
}

.coluna-contador {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-height: 50px !important;
}

.new-clock {
    display: flex !important;
    visibility: visible !important;
    min-width: 200px !important;
    min-height: 40px !important;
}

/* Desktop */
@media (min-width: 768px) {
    .faixa-contator h3 {
        font-size: 18px !important;
    }
    .faixa-contator p {
        font-size: 13px !important;
    }
    .icon-title-contador {
        font-size: 32px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .faixa-contator .col-sm-6 {
        width: 100% !important;
        float: none !important;
        text-align: center !important;
    }
    .col-title-contador {
        justify-content: center !important;
        margin-bottom: 10px !important;
    }
    .coluna-contador {
        justify-content: center !important;
    }
}

/* ============================================
   CONTADOR - CAIXAS PRETAS COM NÚMEROS VERDES
   ============================================ */
.flip-clock-wrapper {
    display: flex !important;
    align-items: center;
    gap: 3px;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    background: transparent !important;
    box-shadow: none !important;
}

.flip-clock-wrapper ul {
    background: #1a1a1a !important;
    border-radius: 4px !important;
    width: 28px !important;
    height: 36px !important;
    margin: 0 1px !important;
    padding: 0 !important;
    list-style: none !important;
    position: relative !important;
    overflow: hidden !important;
}

.flip-clock-wrapper ul li {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.flip-clock-wrapper ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
}

.flip-clock-wrapper ul li a div {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.flip-clock-wrapper ul li a div div.inn,
.flip-clock-wrapper ul li a div.up div.inn,
.flip-clock-wrapper ul li a div.down div.inn {
    color: #22c55e !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    background: transparent !important;
    text-shadow: none !important;
    line-height: 36px !important;
}

.flip-clock-wrapper ul li a div.up,
.flip-clock-wrapper ul li a div.down {
    background: #1a1a1a !important;
    position: absolute !important;
    width: 100% !important;
    height: 50% !important;
    overflow: hidden !important;
}

.flip-clock-wrapper ul li a div.up {
    top: 0 !important;
}

.flip-clock-wrapper ul li a div.down {
    bottom: 0 !important;
}

.flip-clock-wrapper ul li a div .shadow {
    display: none !important;
}

.flip-clock-divider {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 8px !important;
    height: 36px !important;
}

.flip-clock-divider .flip-clock-label {
    display: none !important;
}

.flip-clock-dot {
    background: #22c55e !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    margin: 2px 0 !important;
    display: block !important;
}

/* Contador simples fallback */
.simple-counter {
    display: flex !important;
    align-items: center;
    gap: 3px;
}

.simple-counter .counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.simple-counter .counter-value {
    background: #1a1a1a !important;
    color: #22c55e !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    min-width: 28px;
    text-align: center;
    line-height: 1.2;
}

.simple-counter .counter-separator {
    color: #22c55e !important;
    font-size: 20px !important;
    font-weight: 700;
    padding: 0 2px;
}

.simple-counter .counter-label {
    display: none !important;
}

/* ============================================
   BANNER VERDE - PRODUTO
   ============================================ */
.section-banner-topo {
    background: linear-gradient(135deg, #15803d 0%, #166534 50%, #14532d 100%);
    position: relative;
    overflow: hidden;
}

.efeito-banner-topo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.efeito-banner-topo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.section-banner-topo {
    text-align: center !important;
    padding: 20px 0 !important;
}

.section-banner-topo .container,
.section-banner-topo .container.marginless.paddingless {
    max-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.section-banner-topo .row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
}

.section-banner-topo .col-sm-12 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    float: none !important;
}

.section-banner-topo picture {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.img-banner-topo {
    width: auto !important;
    max-width: 600px !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
    margin: 0 auto !important;
}

/* Desktop */
@media (min-width: 768px) {
    .img-banner-topo {
        max-width: 700px !important;
    }
}

@media (min-width: 992px) {
    .img-banner-topo {
        max-width: 800px !important;
    }
}

/* ============================================
   FAIXA VERDE - FINALIZE SUA COMPRA
   ============================================ */
.faixa-finalize {
    background: #22c55e;
    padding: 12px 15px;
    text-align: center;
}

.faixa-finalize p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

/* ============================================
   PAINEL INFO PRODUTO
   ============================================ */
.painel-product {
    background: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
}

.product-row {
    display: flex;
    align-items: center;
}

.product-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.product-title span {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.product-price {
    font-size: 20px;
    font-weight: 700;
    color: #22c55e;
    margin: 0;
}

.product-price .parcelas {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

.product-price-fixed {
    font-size: 18px;
    font-weight: 700;
    color: #22c55e;
}

.installment-value {
    color: #22c55e;
}

/* ============================================
   ÁREA PRINCIPAL - FUNDO CINZA
   ============================================ */
body {
    background-color: #e5e5e5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    margin: 0;
    padding: 0;
}

.container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ============================================
   PAINÉIS DE FORMULÁRIO
   ============================================ */
.painel {
    background: #fff;
    padding: 20px;
    margin-bottom: 12px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.painel.v2 {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 12px;
}

.label-painel {
    display: none;
}

.step-description {
    color: #666;
    font-size: 13px;
    padding: 15px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 3px;
}

/* ============================================
   FORMULÁRIOS
   ============================================ */
.form-group {
    margin-bottom: 14px;
}

.form-group label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.form-control {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #22c55e;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.1);
}

.form-control::placeholder {
    color: #999;
}

.input-group {
    display: flex;
}

.input-group .form-control {
    flex: 1;
    border-radius: 0 3px 3px 0;
}

.input-group-addon {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}

.checkbox label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    text-transform: none;
}

/* ============================================
   BOTÕES
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.btn-step {
    width: 100%;
    background: #22c55e;
    color: #fff;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 8px;
}

.btn-step:hover {
    background: #16a34a;
}

.btn-comprar {
    width: 100%;
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
    color: #fff;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

.btn-comprar:hover {
    background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
}

/* ============================================
   MÉTODOS DE PAGAMENTO - GRID 2x2
   ============================================ */
.row-forma-pagamento {
    margin-bottom: 16px;
}

.row-forma-pagamento h5 {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.row-forma-pagamento .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.btn-pagamento {
    flex: 1 1 calc(50% - 4px);
    max-width: calc(50% - 4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 8px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    color: #666;
    cursor: pointer;
    transition: all 0.15s;
    min-height: 70px;
}

.btn-pagamento:hover {
    border-color: #22c55e;
    color: #22c55e;
}

.btn-pagamento.active {
    border-color: #22c55e;
    color: #22c55e;
    position: relative;
}

.btn-pagamento.active::after {
    content: "✓";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    background: #22c55e;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.btn-pagamento i {
    font-size: 22px;
}

.btn-pagamento span {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.pagamento h5 {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

/* Ícone PIX */
.pix-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C257.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 128 132.6 120.2 112.6 120.2H103.3L200.7 22.76C231.1-7.586 280.3-7.586 310.6 22.76L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.9 142.5 392.7 142.5H449.4L392.3 85.42C382.9 76.06 367.3 76.06 357.1 85.42L310.6 131.9H112.6zM112.6 368.7H310.6L357.1 415.2C367.3 424.6 382.9 424.6 392.3 415.2L449.4 358.1H392.6C378.8 358.1 365.3 352.5 355.5 342.8L278.5 265.8C271.3 258.6 261.9 254 252.5 254C243 254 233.6 258.6 226.4 265.8L149.7 342.5C139.1 352.2 126.4 357.8 112.6 357.8V368.7z"/></svg>') no-repeat center center;
    background-size: contain;
}

.btn-pagamento:hover .pix-icon,
.btn-pagamento.active .pix-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2322c55e" d="M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C257.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 128 132.6 120.2 112.6 120.2H103.3L200.7 22.76C231.1-7.586 280.3-7.586 310.6 22.76L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.9 142.5 392.7 142.5H449.4L392.3 85.42C382.9 76.06 367.3 76.06 357.1 85.42L310.6 131.9H112.6zM112.6 368.7H310.6L357.1 415.2C367.3 424.6 382.9 424.6 392.3 415.2L449.4 358.1H392.6C378.8 358.1 365.3 352.5 355.5 342.8L278.5 265.8C271.3 258.6 261.9 254 252.5 254C243 254 233.6 258.6 226.4 265.8L149.7 342.5C139.1 352.2 126.4 357.8 112.6 357.8V368.7z"/></svg>');
}

/* ============================================
   ORDER BUMP
   ============================================ */
.order-bump-item {
    border: 2px solid #22c55e !important;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.order-bump-header {
    background: #22c55e !important;
    padding: 10px 14px;
    text-align: center;
}

.order-bump-header h5 {
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.order-bump-content {
    display: flex;
    padding: 12px;
    gap: 12px;
    align-items: center;
}

.order-bump--image {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.order-bump-valor {
    font-size: 15px;
    font-weight: 700;
    color: #22c55e;
}

.btn-add-carrinho {
    background: #22c55e;
    color: #fff;
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
}

.btn-add-carrinho:hover {
    background: #16a34a;
}

.btn-add-carrinho.added {
    background: #dc3545;
}

.ocultar-checkbox {
    display: none;
}

/* Botão total */
.btn-default.disabled {
    background: #fff;
    border: 1px solid #ccc;
    color: #1e40af;
    font-weight: 700;
    padding: 10px;
    width: 100%;
    margin-bottom: 8px;
    cursor: default;
    font-size: 14px;
}

/* ============================================
   BANNER LATERAL - COMPROU CHEGOU
   ============================================ */
.img-banner-lateral {
    width: 100%;
    border-radius: 6px;
    margin-top: 12px;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
    background: #1f2937;
    color: #9ca3af;
    padding: 20px 0;
    font-size: 11px;
    margin-top: 20px;
}

footer a {
    color: #22c55e;
}

/* ============================================
   WHATSAPP
   ============================================ */
.whatsapp_suporte {
    position: fixed;
    bottom: 80px;
    right: 16px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.25);
    z-index: 999999;
    color: #fff;
    text-decoration: none;
}

.whatsapp_suporte i {
    font-size: 26px;
}

/* ============================================
   SELOS
   ============================================ */
.wrapper-selos {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.wrapper-selos img {
    height: 35px;
    object-fit: contain;
}

/* ============================================
   CUPOM
   ============================================ */
#cupom {
    display: flex;
}

#cupom .form-control {
    border-radius: 3px 0 0 3px;
}

#cupom .btn {
    border-radius: 0 3px 3px 0;
    background: #22c55e;
    color: #fff;
    border: none;
}

/* ============================================
   COOKIE
   ============================================ */
.div-aviso-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.92);
    color: #fff;
    padding: 10px 16px;
    font-size: 12px;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.div-aviso-cookie a {
    color: #fbbf24;
}

.div-aviso-cookie .btn {
    background: #22c55e;
    padding: 6px 16px;
    font-size: 12px;
}

/* ============================================
   UTILITÁRIOS
   ============================================ */
.marginless { margin: 0 !important; }
.paddingless { padding: 0 !important; }
.margin-auto { margin: 0 auto; }
.relative { position: relative; }
.esconder, .hidden { display: none !important; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.font-medium { font-weight: 500; }
.color-green { color: #22c55e !important; }
.text-danger { color: #dc3545 !important; }
.text-info { color: #17a2b8 !important; }
.text-white { color: #fff !important; }
.text-uppercase { text-transform: uppercase; }
.text-center { text-align: center; }

.error {
    color: #dc3545;
    font-size: 11px;
    margin-top: 4px;
}

.aviso-endereco-brasileiro {
    color: #856404;
    background: #fff3cd;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 11px;
    margin-bottom: 10px;
}

.aviso-descontos {
    background: #d4edda;
    color: #155724;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: 600;
}

hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 12px 0;
}

.well-sm {
    padding: 0;
    background: transparent;
}

.mt-1 { margin-top: 6px; }

.recaptcha-row {
    display: flex;
    justify-content: center;
    margin: 12px 0;
}

.loadding-endereco {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* ============================================
   INTL TEL INPUT
   ============================================ */
.iti { width: 100%; }
.iti__flag-container { z-index: 99999; }
.iti__country-list { z-index: 99999; }

/* ============================================
   SELECT2
   ============================================ */
.select2-container { width: 100% !important; }

.select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.input-group-btn { display: flex; }
.input-group-btn .btn { border-radius: 0 3px 3px 0; }

.expiry-date-group .input-container {
    display: flex;
    gap: 8px;
}

/* ============================================
   RESPONSIVO
   ============================================ */
@media (max-width: 768px) {
    .text-center-mobile { text-align: center; }
    .margin-auto-mobile { margin: 0 auto; }

    .col-title-contador {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }

    .coluna-contador {
        justify-content: center;
        margin-top: 8px;
    }

    .faixa-contator h3 { font-size: 12px; }
    .faixa-contator p { font-size: 10px; }

    .flip-clock-wrapper ul {
        width: 24px !important;
        height: 30px !important;
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .btn-pagamento {
        flex: 1 1 calc(33.333% - 6px);
        max-width: calc(33.333% - 6px);
        padding: 10px 4px;
        min-height: 60px;
    }

    .btn-pagamento i { font-size: 18px; }
    .btn-pagamento span { font-size: 8px; }

    .order-bump-content {
        flex-direction: column;
        text-align: center;
    }

    .img-banner-lateral { display: none; }
}
