﻿/**
 * Variante VWO — TJ PDP INFINIA: banner countdown + barra CTA sticky móvil.
 * Banner solo en viewport móvil (max-width: 767px).
 */

    /* --- Banner countdown + cashback (Figma 8018:665) --- */
    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner {
        display: flex;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        margin: 16px 0 0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
        background: #eaf5ff;
    }

    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__left {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
        padding: 8px;
        background: linear-gradient(
            115deg,
            rgba(234, 245, 255, 0.95) 0%,
            rgba(234, 245, 255, 0.9) 45%,
            rgba(0, 139, 176, 0.35) 100%
        );
    }

    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__icon-wrap {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
    }

    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__icon-wrap svg {
        width: 48px;
        height: 48px;
        display: block; 
        flex-shrink: 0;
    }

    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__copy {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 8px 0;
        color: #223870;
    }

    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__title {
        margin: 0;
        font-family: Roboto, sans-serif;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.4;
        color: #223870;
    }

    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__sub {
        margin: 0;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        color: #223870;
    }

    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__cat-link {
        font-weight: 700;
        text-decoration: underline !important;
        text-underline-offset: 2px;
        color: inherit;
    }

    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__cat-link:hover,
    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__cat-link:focus {
        color: #012169;
    }

    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__countdown {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 2px;
        padding: 8px 12px;
        background: #012169;
        border-radius: 0 8px 8px 0;
        white-space: nowrap;
    }

    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__count-label {
        margin: 0;
        font-family: Roboto, sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        color: #00c1d5;
    }

    .cro-TJ-PDP-INFINIA-002 .bpd-infinia-cc-banner__count-days {
        margin: 0;
        font-family: Roboto, sans-serif;
        font-size: 24px;
        font-weight: 900;
        line-height: 1.4;
        color: #fff;
    }

    /* Barra del CTA móvil existente (Figma 8017:656) */
    .cro-TJ-PDP-INFINIA-002 .botonMobileCuenta {
        background: #003173 !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        display: block !important;
    }

    .cro-TJ-PDP-INFINIA-002 {
        padding-bottom: 88px;
    }


.cro-TJ-PDP-INFINIA-002 #banner .enlaceTienda,
.cro-TJ-PDP-INFINIA-002 #banner #cta_herobanner-infinia-002 {
    display: none !important;
}

#banner .white_text.text_md {
    color: #FFF;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 33px !important; 
    text-transform: uppercase !important;
    margin-bottom: 16px !important;
}

#banner h1{
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 130% !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}

#banner .lista-beneficios-banner{
    font-size: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#banner .container{
    padding: 0 !important;
  }