.woocommerce.bloque-ofertas-relampago {
    background: linear-gradient(90deg, #d8effd 0%, #f6f6f8 50%, #fdd4f5 100%) !important;
}


.woocommerce.bloque-ofertas-relampago .products.columns-4 .thunk-woo-product-list {
    background: white !important;
    border-radius: 8px !important;
}

#btn-load-more-ofertas:hover {
    opacity: 1 !important;
}

.precio-y-reloj-oferta {
    max-width: 550px;
    margin-bottom: 20px;
}

.bloque-precios-producto {
    /* background-color:teal; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;

}

.bloque-precios-producto .price {
    margin-top: 20px;
}

/* ------------------------------------ ROLLBACK DE LAS MONEDAS 21/9/2023 ------------------------------------ */
/* 07-09-2023 SE ELIMINARA PARA DEJAR EL DISE;O ACTUAL Y CAMBIARLO CON JS *
/* Eliminando el dolar del precio del producto */
.woocommerce-Price-dolarCurrency,
/* .woocommerce-Price-currencySymbol, */
.division_moneda_slider {
    display: none;
}


/* Elimina de la vista la sumatoria del monto de producto del carrito  */
.header-support-wrap .header-support-icon .cart-contents .cart-total .woocommerce-Price-amount {
    display: none;
}

.thunk-single-product-summary-wrap .summary .price .enDolares-singleProduct,
.thunk-single-product-summary-wrap .summary .price .division_moneda_singleProduct {
    display: none;
}

/* Centrando los precios de los productos */
.woocommerce .thunk-woo-product-list .price {
    position: inherit;
}

/***************** aumentando la opacidad en productos de precio anterior ******************/
.thunk-single-product-summary-wrap .summary .price del {
    color: #000000;
    opacity: .8 !important;
}


.woocommerce ul.products li.product.thunk-woo-product-list .price del {
    opacity: .8 !important;
}

/* ******************************************************************************************* */

#open-cart .open-quickcart-dropdown .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity,
#open-cart .open-quickcart-dropdown .woocommerce-mini-cart__total {
    display: none;
}

.bloque-reloj-oferta-relampago {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;

}

.bloque-reloj-oferta-relampago .titulo {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f80e0f;
    color: white;
    height: 38px;
    font-family: 'SF UI Display Bold';
    font-weight: normal;
    font-size: 15px;
    border-radius: 2px;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.bloque-reloj-oferta-relampago .reloj {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #161616;
    color: white;
    border-radius: 2px;
    height: 38px;
    display: flex;

    flex-direction: column;
    flex-wrap: nowrap;

    justify-content: space-around;
    align-items: center;
    text-align: center;
    width: 140px;

    line-height: 0.1em;
    position: relative;
}

.bloque-reloj-oferta-relampago .reloj .contenedor-fecha {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 0.7em;
    justify-content: space-evenly;
    margin-bottom: 0.4em;
}

.bloque-reloj-oferta-relampago .reloj .contenedor-fecha .formato-dias {
    position: relative;
    left: -0.6em;
}

.bloque-reloj-oferta-relampago .reloj .contenedor-fecha .formato-hrs {
    position: relative;
    left: -0.6em;
}

.bloque-reloj-oferta-relampago .reloj .contenedor-fecha .formato-min {
    position: relative;
    right: 0.1em;
}

.bloque-reloj-oferta-relampago .reloj .contenedor-fecha .formato-seg {
    position: relative;
    right: -0.3em;
}

.bloque-reloj-oferta-relampago .reloj .leyenda {
    font-family: 'SF UI Display Light';
    font-weight: normal;
    font-size: 10px;
    width: 45%;
}

.bloque-reloj-oferta-relampago .reloj .relojsito {
    font-family: 'SF UI Display Medium';
    font-weight: normal;
    font-size: 15px;
    width: 55%;

    width: 100%;
    letter-spacing: 0.2em;
    line-height: 1em;
}

.elementor-top-section .elementor-column-gap-default .elementor-column .elementor-element-e46dccb {
    animation: itsAlive 1s linear infinite alternate;
}

/* =========BLOQUE PAGINA DE OFERTAS==== */
.cabecera-ofertas-del-dia {
    margin: 0;
    /*  background: #000000;
    background: -webkit-linear-gradient(to bottom, #e74c3c, #000000);
    background: linear-gradient(to bottom, #e74c3c, #000000); */

}

@keyframes itsAlive {
    0% {
        transform: scale(.97);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.97);
    }
}

.cabecera-ofertas-del-dia .contenedor-interno {
    /* 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    justify-content: center;
    align-items: center;
     */
    /* padding: 0; */
    /* background-color: violet; */
    height: 150px;
    margin: auto;
    max-width: 500px;
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;

}

/* Se agregan un media querys para celular de ofertas navideñas */

@media screen and (max-width: 510px) {
    .cabecera-ofertas-del-dia .contenedor-interno {
        /* justify-content: flex-end; */
    }

    .cabecera-ofertas-del-dia .contenedor-interno .titulo {
        border: 1px solid white;
        color: rgb(255, 255, 255);
        /* opacity: 1; */
        margin-right: 15px;
    }
}

@media screen and (max-width: 410px) {
    .cabecera-ofertas-del-dia .contenedor-interno .reloj {
        /* opacity: 0.5; */
        /* background-color: black; */
        padding: 5px;
    }

    .cabecera-ofertas-del-dia .contenedor-interno .titulo {
        /* opacity: .7; */
        border: 1px solid white;
        color: rgb(255, 255, 255);
    }
}

.cabecera-ofertas-del-dia .contenedor-interno .reloj {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 35%;
}

.cabecera-ofertas-del-dia .contenedor-interno .reloj .relojsito {
    text-align: center;
    letter-spacing: 3px;
    width: 100%;
    color: #ffffff;
}


.cabecera-ofertas-del-dia .contenedor-interno .reloj .contenedor-fecha {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    color: #ffffff;
}

.cabecera-ofertas-del-dia .contenedor-interno .reloj .contenedor-fecha .formato-dias {
    position: relative;
    left: -0.1em;
}

.cabecera-ofertas-del-dia .contenedor-interno .reloj .contenedor-fecha .formato-hrs {
    position: relative;
    left: -0.2em;
}

.cabecera-ofertas-del-dia .contenedor-interno .reloj .contenedor-fecha .formato-min {
    position: relative;
    right: 0.3em;
}

.cabecera-ofertas-del-dia .contenedor-interno .reloj .contenedor-fecha .formato-seg {
    position: relative;
    right: 0.1em;
}

/* Se modifico 'background-color:' y 'color' para oferta navideña  */
.cabecera-ofertas-del-dia .titulo {
    margin: 0;
    padding: 0%;
    background-color: #ff0000;
    height: 35%;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    color: rgb(255, 255, 255);
    font-family: 'SF UI Display SemiBold';
    font-weight: normal;
    font-size: 20px;
    width: 220px;

    border-radius: 2px;
    text-align: center;
    justify-content: center;
    align-items: center;

    margin-top: 15px;
    margin-bottom: 15px;

}

/* Se agrega un media query para cambiar 'background-color:' y 'color' */
@media screen and (max-width: 1100px) {
    .cabecera-ofertas-del-dia .titulo {
        /* opacity: .7; */
        border: 1px solid white;
        color: rgb(255, 255, 255);
    }
}

.cabecera-ofertas-del-dia .reloj {
    /* background-color: tomato; */
    padding: 0;
    margin: 0;
    height: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    text-align: center;
    justify-content: center;
    align-items: center;

    margin-top: 15px;
    margin-bottom: 15px;
    width: 250px;
}

.cabecera-ofertas-del-dia .reloj .relojsito {
    /* background-color: aquamarine; */
    font-family: 'SF UI Display Bold';
    font-weight: normal;
    font-size: 30px;
    width: 60%;
    text-align: left;
}

.cabecera-ofertas-del-dia .reloj .leyenda {
    /* background-color:brown; */
    width: 40%;
    font-family: 'SF UI Display Medium';
    font-weight: normal;
    font-size: 16px;
}


/* sub bloque de ofertas */

.bloque-ofertas-relampago {

    margin-top: -20px;
    padding-top: 30px;
    padding-bottom: 30px;

    background-color: #dfdfdf;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    min-height: 150px;


}

.subbloque-no-relampago {
    display: flex;
    align-items: center;
    justify-content: center;

}

/* subbloque de titulo otras ofertas */
.titulo-de-mas-ofertas {
    margin-top: 50px;
    /* background-color: teal; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.titulo-de-mas-ofertas .icono {
    font-family: 'SF UI Display Medium';
    font-weight: normal;
    font-size: 12px;
    margin-right: 7px;
}

.titulo-de-mas-ofertas .leyenda-mas-ofertas {
    font-family: 'SF UI Display Medium';
    font-weight: normal;
    font-size: 16px;
}

/* ============ NEON GLOW TIMER STYLES - DESKTOP ============ */
.link-banner-ofertas {
    text-decoration: none;
    display: block;
}

.container-banner-ofertas {
    animation: container-glow 3s ease-in-out infinite;
}

@keyframes container-glow {

    0%,
    100% {
        filter: drop-shadow(0 0 10px rgba(255, 0, 0, 0.3));
    }

    50% {
        filter: drop-shadow(0 0 20px rgba(255, 0, 0, 0.5));
    }
}

.banner-ofertas {
    background: #0a0a0a;
    border: 2px solid #FF0000;
    border-radius: 15px;
    padding: 10px 18px;
    text-align: center;
    box-shadow:
        0 0 20px rgba(255, 0, 0, 0.5),
        0 0 40px rgba(255, 0, 0, 0.3),
        inset 0 0 20px rgba(255, 0, 0, 0.1),
        inset 0 0 40px rgba(255, 0, 0, 0.05);
    position: relative;
    overflow: visible;
    margin-left: 15px;
    margin-bottom: 10px;
    /* Added spacing to bottom edge */
    width: 260px;
    height: auto;
    min-height: 95px;
    max-height: 120px;
}

/* Animated background glow effect */
.banner-ofertas::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.1) 0%, transparent 70%);
    animation: glow-pulse 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glow-pulse {

    0%,
    100% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

.banner-ofertas .label-ofertas {
    position: relative;
    z-index: 1;
    font-size: 0.65em;
    color: #FF0000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    font-weight: 700;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.5),
        0 0 30px rgba(255, 0, 0, 0.3);
    animation: label-glow 2s ease-in-out infinite;
}

@keyframes label-glow {

    0%,
    100% {
        text-shadow:
            0 0 10px rgba(255, 0, 0, 0.8),
            0 0 20px rgba(255, 0, 0, 0.5),
            0 0 30px rgba(255, 0, 0, 0.3);
    }

    50% {
        text-shadow:
            0 0 15px rgba(255, 0, 0, 1),
            0 0 25px rgba(255, 0, 0, 0.7),
            0 0 35px rgba(255, 0, 0, 0.5);
    }
}

.banner-ofertas .label-ofertas span {
    color: #FF0000;
    font-family: 'SF UI Display Heavy', sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-shadow: inherit;
}

.banner-ofertas .subbloque-reloj-ofertas {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.banner-ofertas .subbloque-reloj-ofertas .relojsito {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

/* Split time display container */
.banner-ofertas .subbloque-reloj-ofertas .relojsito .neon-time-split {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

/* Individual time unit boxes */
.banner-ofertas .subbloque-reloj-ofertas .relojsito .neon-unit {
    background: rgba(255, 0, 0, 0.05);
    color: #FF0000;
    padding: 6px 8px;
    border: 2px solid #FF0000;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: 700;
    font-family: 'Courier New', 'Courier', monospace;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.6);
    box-shadow:
        0 0 15px rgba(255, 0, 0, 0.4),
        inset 0 0 15px rgba(255, 0, 0, 0.1),
        0 0 30px rgba(255, 0, 0, 0.2);
    position: relative;
    min-width: 40px;
    text-align: center;
    transition: all 0.3s ease;
}

/* Blinking separator colons */
.banner-ofertas .subbloque-reloj-ofertas .relojsito .neon-separator {
    color: #FF0000;
    font-size: 1.5em;
    font-weight: 700;
    font-family: 'Courier New', 'Courier', monospace;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.6);
    animation: separator-blink 1s ease-in-out infinite;
    line-height: 1;
    align-self: center;
}

@keyframes separator-blink {

    0%,
    49%,
    100% {
        opacity: 1;
    }

    50%,
    99% {
        opacity: 0.2;
    }
}

/* Fallback for unsplit display */
.banner-ofertas .subbloque-reloj-ofertas .relojsito .neon-unit-fallback {
    background: rgba(255, 0, 0, 0.05);
    color: #FF0000;
    padding: 6px 10px;
    border: 2px solid #FF0000;
    border-radius: 8px;
    font-size: 1.4em;
    font-weight: 700;
    font-family: 'Courier New', 'Courier', monospace;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.6);
    box-shadow:
        0 0 15px rgba(255, 0, 0, 0.4),
        inset 0 0 15px rgba(255, 0, 0, 0.1),
        0 0 30px rgba(255, 0, 0, 0.2);
    letter-spacing: 2px;
}

/* Hover effect on individual boxes */
.banner-ofertas:hover .subbloque-reloj-ofertas .relojsito .neon-unit {
    background: rgba(255, 0, 0, 0.1);
    box-shadow:
        0 0 20px rgba(255, 0, 0, 0.6),
        inset 0 0 20px rgba(255, 0, 0, 0.15),
        0 0 40px rgba(255, 0, 0, 0.4);
    transform: scale(1.05);
}

.banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 5px;
    margin-top: 3px;
}

.banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha div {
    font-size: 0.75em;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.9),
        0 0 15px rgba(255, 0, 0, 0.5);
    flex: 1;
    text-align: center;
}

.banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha .formato-dias,
.banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha .formato-hrs,
.banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha .formato-min,
.banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha .formato-seg {
    position: static;
    left: auto;
    right: auto;
}

/* ============ COMPACT LAYOUT FOR NARROW DESKTOP (1321px - 1408px) ============ */
@media screen and (min-width: 1321px) and (max-width: 1408px) {
    .banner-ofertas {
        width: 220px;
        /* Reduced from 260px */
        padding: 8px 10px;
        min-height: 85px;
    }

    .banner-ofertas .label-ofertas {
        font-size: 0.55em;
        letter-spacing: 1px;
    }

    .banner-ofertas .subbloque-reloj-ofertas .relojsito .neon-unit {
        padding: 4px 6px;
        font-size: 1.1em;
        min-width: 32px;
    }

    .banner-ofertas .subbloque-reloj-ofertas .relojsito .neon-separator {
        font-size: 1.2em;
        margin: 0 2px;
    }
}

/* ============ HORIZONTAL LAYOUT FOR MEDIUM SCREENS ============ */
@media screen and (min-width: 1025px) and (max-width: 1320px) {
    .banner-ofertas {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 5px 15px;
        min-height: 65px;
        /* Increased height */
        max-height: 75px;
        /* Increased height */
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .banner-ofertas .label-ofertas {
        margin-bottom: 0;
        flex: 0 0 auto;
        font-size: 0.8em;
        white-space: nowrap;
        margin-top: 0;
        /* Align perfectly center */
        line-height: 1;
        /* prevent line-height offsets */
    }

    .banner-ofertas .subbloque-reloj-ofertas {
        flex: 0 1 auto;
        flex-direction: column;
        /* Stack digits above labels */
        align-items: center;
        gap: 2px;
        /* Tight gap between numbers and text */
        justify-content: center;
        margin-top: 5px;
        /* Added margin top */
    }

    .banner-ofertas .subbloque-reloj-ofertas .relojsito {
        width: auto;
        flex: 0 0 auto;
    }

    .banner-ofertas .subbloque-reloj-ofertas .relojsito .neon-time-split {
        gap: 4px;
    }

    .banner-ofertas .subbloque-reloj-ofertas .relojsito .neon-unit {
        padding: 2px 6px;
        /* Reduced padding */
        font-size: 1.1em;
        min-width: 32px;
        box-shadow: none;
        background: transparent;
        border: none;
        text-shadow: 0 0 5px red;
    }

    .banner-ofertas .subbloque-reloj-ofertas .relojsito .neon-unit:hover {
        transform: none;
        background: transparent;
        box-shadow: none;
    }

    /* Add borders just for the numbers to look clean but minimal */
    .banner-ofertas .subbloque-reloj-ofertas .relojsito .neon-unit {
        background: rgba(255, 0, 0, 0.1);
        border: 1px solid #FF0000;
        border-radius: 4px;
    }

    .banner-ofertas .subbloque-reloj-ofertas .relojsito .neon-separator {
        font-size: 1.1em;
        margin: 0 2px;
    }

    /* Restore labels */
    .banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 4px;
    }

    .banner-ofertas .subbloque-reloj-ofertas .contenedor-fecha div {
        font-size: 0.7em;
        /* Increased font size */
        width: 32px;
        /* Match width of neon unit approximately */
        text-align: center;
        opacity: 0.8;
    }
}

/* ============ NEON GLOW TIMER STYLES - STICKY HEADER ============ */
.banner-ofertas-fixed {
    background: #0a0a0a;
    border: 2px solid #FF0000;
    border-radius: 15px;
    padding: 10px 18px;
    text-align: center;
    box-shadow:
        0 0 20px rgba(255, 0, 0, 0.5),
        0 0 40px rgba(255, 0, 0, 0.3),
        inset 0 0 20px rgba(255, 0, 0, 0.1),
        inset 0 0 40px rgba(255, 0, 0, 0.05);
    position: relative;
    overflow: visible;
    width: 260px;
    height: auto;
    min-height: 95px;
    max-height: 120px;
}

.banner-ofertas-fixed::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.1) 0%, transparent 70%);
    animation: glow-pulse 4s ease-in-out infinite;
    pointer-events: none;
}

.banner-ofertas-fixed .label-ofertas {
    position: relative;
    z-index: 1;
    font-size: 0.65em;
    color: #FF0000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    font-weight: 700;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.5),
        0 0 30px rgba(255, 0, 0, 0.3);
    animation: label-glow 2s ease-in-out infinite;
}

.banner-ofertas-fixed .label-ofertas span {
    color: #FF0000;
    font-family: 'SF UI Display Heavy', sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-shadow: inherit;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .relojsito {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .relojsito .neon-time-split {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .relojsito .neon-unit {
    background: rgba(255, 0, 0, 0.05);
    color: #FF0000;
    padding: 6px 8px;
    border: 2px solid #FF0000;
    border-radius: 8px;
    font-size: 1.2em;
    font-weight: 700;
    font-family: 'Courier New', 'Courier', monospace;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.6);
    box-shadow:
        0 0 15px rgba(255, 0, 0, 0.4),
        inset 0 0 15px rgba(255, 0, 0, 0.1),
        0 0 30px rgba(255, 0, 0, 0.2);
    position: relative;
    min-width: 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .relojsito .neon-separator {
    color: #FF0000;
    font-size: 1.5em;
    font-weight: 700;
    font-family: 'Courier New', 'Courier', monospace;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.6);
    animation: separator-blink 1s ease-in-out infinite;
    line-height: 1;
    align-self: center;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .relojsito .neon-unit-fallback {
    background: rgba(255, 0, 0, 0.05);
    color: #FF0000;
    padding: 6px 10px;
    border: 2px solid #FF0000;
    border-radius: 8px;
    font-size: 1.4em;
    font-weight: 700;
    font-family: 'Courier New', 'Courier', monospace;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.6);
    box-shadow:
        0 0 15px rgba(255, 0, 0, 0.4),
        inset 0 0 15px rgba(255, 0, 0, 0.1),
        0 0 30px rgba(255, 0, 0, 0.2);
    letter-spacing: 2px;
}

.banner-ofertas-fixed:hover .subbloque-reloj-ofertas .relojsito .neon-unit {
    background: rgba(255, 0, 0, 0.1);
    box-shadow:
        0 0 20px rgba(255, 0, 0, 0.6),
        inset 0 0 20px rgba(255, 0, 0, 0.15),
        0 0 40px rgba(255, 0, 0, 0.4);
    transform: scale(1.05);
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .contenedor-fecha {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 5px;
    margin-top: 3px;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .contenedor-fecha div {
    font-size: 0.65em;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.9),
        0 0 15px rgba(255, 0, 0, 0.5);
    flex: 1;
    text-align: center;
}

.banner-ofertas-fixed .subbloque-reloj-ofertas .contenedor-fecha .formato-dias,
.banner-ofertas-fixed .subbloque-reloj-ofertas .contenedor-fecha .formato-hrs,
.banner-ofertas-fixed .subbloque-reloj-ofertas .contenedor-fecha .formato-min,
.banner-ofertas-fixed .subbloque-reloj-ofertas .contenedor-fecha .formato-seg {
    position: static;
    left: auto;
    right: auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .banner-ofertas-fixed {
        float: right;
        margin-bottom: 10px;
        margin-top: -25px;
        margin-left: 15px;
        width: 240px;
        min-height: 100px;
    }
}

/* ============ NEON GLOW TIMER STYLES - MOBILE (Horizontal Layout) ============ */
.banner-ofertas-movil {
    margin: 0 auto;
    background: #0a0a0a;
    border: 2px solid #FF0000;
    border-radius: 12px;
    padding: 8px 15px;
    text-align: center;
    box-shadow:
        0 0 15px rgba(255, 0, 0, 0.5),
        0 0 30px rgba(255, 0, 0, 0.3),
        inset 0 0 15px rgba(255, 0, 0, 0.1),
        inset 0 0 30px rgba(255, 0, 0, 0.05);
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.banner-ofertas-movil::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.1) 0%, transparent 70%);
    animation: glow-pulse 4s ease-in-out infinite;
    pointer-events: none;
}

.banner-ofertas-movil .label-ofertas {
    position: relative;
    z-index: 1;
    font-size: 0.75em;
    color: #FF0000;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.5),
        0 0 30px rgba(255, 0, 0, 0.3);
    animation: label-glow 2s ease-in-out infinite;
    flex: 0 0 auto;
    white-space: nowrap;
}

.banner-ofertas-movil .label-ofertas span {
    color: #FF0000;
    font-family: 'SF UI Display Heavy', sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-shadow: inherit;
}

.banner-ofertas-movil .subbloque-reloj-ofertas {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    flex: 0 1 auto;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .relojsito {
    width: auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .relojsito .neon-time-split {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .relojsito .neon-unit {
    background: rgba(255, 0, 0, 0.05);
    color: #FF0000;
    padding: 4px 6px;
    border: 2px solid #FF0000;
    border-radius: 6px;
    font-size: 1em;
    font-weight: 700;
    font-family: 'Courier New', 'Courier', monospace;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.6);
    box-shadow:
        0 0 12px rgba(255, 0, 0, 0.4),
        inset 0 0 12px rgba(255, 0, 0, 0.1),
        0 0 25px rgba(255, 0, 0, 0.2);
    position: relative;
    min-width: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .relojsito .neon-separator {
    color: #FF0000;
    font-size: 1.1em;
    font-weight: 700;
    font-family: 'Courier New', 'Courier', monospace;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.6);
    animation: separator-blink 1s ease-in-out infinite;
    line-height: 1;
    align-self: center;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .relojsito .neon-unit-fallback {
    background: rgba(255, 0, 0, 0.05);
    color: #FF0000;
    padding: 10px 12px;
    border: 2px solid #FF0000;
    border-radius: 8px;
    font-size: 1.5em;
    font-weight: 700;
    font-family: 'Courier New', 'Courier', monospace;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.6);
    box-shadow:
        0 0 12px rgba(255, 0, 0, 0.4),
        inset 0 0 12px rgba(255, 0, 0, 0.1),
        0 0 25px rgba(255, 0, 0, 0.2);
    letter-spacing: 2.5px;
}

.banner-ofertas-movil:hover .subbloque-reloj-ofertas .relojsito .neon-unit {
    background: rgba(255, 0, 0, 0.1);
    box-shadow:
        0 0 18px rgba(255, 0, 0, 0.6),
        inset 0 0 18px rgba(255, 0, 0, 0.15),
        0 0 35px rgba(255, 0, 0, 0.4);
    transform: scale(1.05);
}

.banner-ofertas-movil .subbloque-reloj-ofertas .contenedor-fecha {
    display: flex;
    justify-content: space-between;
    width: auto;
    gap: 3px;
    margin-top: 0;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .contenedor-fecha div {
    font-size: 0.6em;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 700;
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.9),
        0 0 15px rgba(255, 0, 0, 0.5);
    min-width: 30px;
    text-align: center;
}

.banner-ofertas-movil .subbloque-reloj-ofertas .contenedor-fecha .formato-dias,
.banner-ofertas-movil .subbloque-reloj-ofertas .contenedor-fecha .formato-hrs,
.banner-ofertas-movil .subbloque-reloj-ofertas .contenedor-fecha .formato-min,
.banner-ofertas-movil .subbloque-reloj-ofertas .contenedor-fecha .formato-seg {
    position: static;
    left: auto;
    right: auto;
}

.subbloque-producto-relampago-cero {
    color: #FF0000;
    font-family: 'SF UI Display Heavy', sans-serif;
    font-weight: 700;
    font-size: 1em;
    text-shadow:
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.5);
    letter-spacing: 1.5px;
    animation: label-glow 2s ease-in-out infinite;
    padding: 8px 0;
}

.subbloque-no-productos-relampago-pero-vuelva-porfavor {
    color: #131313;
    font-family: 'SF UI Display Semibold';
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 25px;
    font-size: 24px;
}

.subbloque-no-productos-relampago-pero-vuelva-porfavor span {
    color: #131313;
    font-family: 'SF UI Display Heavy';
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 25px;
    font-size: 24px;

}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .subbloque-no-productos-relampago-pero-vuelva-porfavor {
        color: #131313;
        font-family: 'SF UI Display Semibold';
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 20px;
        font-size: 15px;
    }

    .subbloque-no-productos-relampago-pero-vuelva-porfavor span {
        color: #131313;
        /* color: brown; */
        font-family: 'SF UI Display Heavy';
        font-weight: normal;
        letter-spacing: 2px;
        line-height: 20px;
        font-size: 15px;

    }
}




.subbloque-no-productos-relampago-pero-vuelva-porfavor-imagen {
    /* height: 20px; */
}

.subbloque-no-productos-relampago-pero-vuelva-porfavor-imagen img {
    width: 180px;
    /* height: 20px; */
}

/*******************************************************************/
/**************** Filtro para las ofertas RELAMPAGO ****************/
/*******************************************************************/

.primary-content-wrap .page-head .thunk-page-top-title {
    display: none;
}

.yith-wcan-filters .filter-content .filter-items {
    display: flex;
    justify-content: space-around;
    /* gap: 7px; */
    flex-wrap: wrap;
    margin: 10px !important;
}

.yith-wcan-filters .filter-content .filter-items .filter-item {
    height: 30px;
}

.yith-wcan-filters .filter-content .filter-items .filter-item #filter_22908_0_24+a {
    font-size: 12px;
}

.yith-wcan-filter {
    background: #DFDFDF;
}

.elementor-element-8d42e57 .elementor-element {
    background: #DFDFDF;
}

.yith-wcan-filter .filter-content .filter-items input {
    display: none;
}

.yith-wcan-filter .filter-content .filter-items .filter-item {
    background: #000000;
    padding: 2px 4px;
    border-radius: 3px;
    margin-top: 10px;
    transition: .5s;
    width: 102px;
    text-align: center;
}

.yith-wcan-filter .filter-content .filter-items .filter-item:hover {
    transform: scale(.9);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a {
    color: rgb(255, 255, 255);
    display: block;
    width: 100%;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover {
    color: rgb(255, 255, 255);
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a {
    color: rgb(255, 255, 255);
    text-decoration: line-through rgb(255, 0, 0) !important;
    text-decoration-thickness: 2px !important;
}

@media screen and (max-width: 1277px) {
    .yith-wcan-filter .filter-content .filter-items .filter-item {
        margin-top: 6px;
    }
}