.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;
}

/* Opacity override removed — JS handles all single-product price styling */


.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;
}

/* ===== Product page countdown pill (light style for white background) ===== */
.bloque-reloj-oferta-relampago {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background: #f5f5f5;
    border: 1.5px solid rgba(180, 140, 50, 0.5);
    border-radius: 20px;
    padding: 6px 18px;
    gap: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    width: fit-content;
}

.bloque-reloj-oferta-relampago::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(180, 140, 50, 0.15), transparent);
    animation: oferta-shimmer 1.8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes oferta-shimmer {
    0%   { left: -100%; }
    100% { left: 200%; }
}

.bloque-reloj-oferta-relampago .titulo {
    font-size: 13px;
    color: #1a1a1a;
    font-weight: 700;
    font-family: 'SF UI Display Bold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    height: auto;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloque-reloj-oferta-relampago .reloj {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    background: none;
    padding: 0;
    border-radius: 0;
    min-height: auto;
    min-width: auto;
    line-height: normal;
    position: relative;
    color: #1a1a1a;
}

.bloque-reloj-oferta-relampago .reloj .contenedor-fecha {
    display: none;
}

.bloque-reloj-oferta-relampago .reloj .relojsito {
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 600;
    font-family: 'SF Mono', 'Courier New', monospace;
    letter-spacing: 0;
    width: auto;
    line-height: normal;
}

.bloque-reloj-oferta-relampago .neon-time-split {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 0;
}

.bloque-reloj-oferta-relampago .neon-unit {
    display: inline-block;
    background: none;
    border: none;
    box-shadow: none;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    font-family: 'SF Mono', 'Courier New', monospace;
    padding: 0;
    min-width: auto;
    text-shadow: none;
    white-space: nowrap;
}

/* Inline labels — dark gold for light background */
.bloque-reloj-oferta-relampago .neon-unit:nth-child(1)::after { content: " Dias"; font-size: 12px; color: #b8860b; font-weight: 500; font-family: sans-serif; }
.bloque-reloj-oferta-relampago .neon-unit:nth-child(3)::after { content: " Hrs";  font-size: 12px; color: #b8860b; font-weight: 500; font-family: sans-serif; }
.bloque-reloj-oferta-relampago .neon-unit:nth-child(5)::after { content: " Min";  font-size: 12px; color: #b8860b; font-weight: 500; font-family: sans-serif; }
.bloque-reloj-oferta-relampago .neon-unit:nth-child(7)::after { content: " Seg";  font-size: 12px; color: #b8860b; font-weight: 500; font-family: sans-serif; }

.bloque-reloj-oferta-relampago .neon-separator {
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    animation: none;
    margin: 0 8px;
}

.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;
}

.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;
    }
}