.elementor-2 .elementor-element.elementor-element-5c0307d{--display:flex;--min-height:632px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2 .elementor-element.elementor-element-5c0307d:not(.elementor-motion-effects-element-type-background), .elementor-2 .elementor-element.elementor-element-5c0307d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://universopremium.cl/wp-content/uploads/2025/12/900-a.m.-700-p.m.-jornada-continua-1400-x-400-px-1.svg");background-position:center center;background-repeat:repeat-x;background-size:cover;}.elementor-2 .elementor-element.elementor-element-beb6e92.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:1;}.elementor-2 .elementor-element.elementor-element-e3a47ed{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2 .elementor-element.elementor-element-89b0014{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2 .elementor-element.elementor-element-072049d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-5c0307d{--content-width:1209px;}}/* Start custom CSS for html, class: .elementor-element-beb6e92 */.banner-navidad {
    text-align: center;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;

    /* Fondo CELESTE */
    background: rgba(0, 195, 219, 0.65); /* celeste translúcido */
    border-radius: 20px;

    /* Sombra suave */
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.15);

    /* Animación */
    animation: fadeIn 1.2s ease-out;
}

/* Título */
.banner-navidad h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}

/* Subtítulo */
.banner-navidad h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

/* Párrafo */
.banner-navidad p {
    font-size: 18px;
    opacity: 0.9;
}

/* Animación */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5c0307d *//* === Texto del banner navideño === */

.banner-navidad {
    text-align: center;
    padding: 25px 10px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 3px 8px rgba(0,0,0,0.35);
    animation: fadeInUp 1.2s ease-out;
}

/* Título principal */
.banner-navidad h1 {
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* Subtítulo */
.banner-navidad p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    color: #fefefe;
}

/* Línea decorativa */
.banner-navidad::after {
    content: "";
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #d62828, #ffba08, #d62828);
    display: block;
    margin: 15px auto 0 auto;
    border-radius: 10px;
}

/* Animación suave de entrada */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-acafd9d *//* ===== Sección Lo Más Vendido ===== */

.seccion-mas-vendido {
    text-align: center;
    padding: 40px 20px;
    margin-top: 40px;
}

/* Título */
.seccion-mas-vendido h2 {
    font-size: 58px;
    font-weight: 800;
    color: #222;
    margin-bottom: 10px;
}

/* Línea decorativa */
.seccion-mas-vendido .linea-mv {
    width: 120px;
    height: 4px;
    margin: 0 auto 30px auto;
    background: linear-gradient(90deg, #d62828, #ffba08, #d62828); /* navideño */
    border-radius: 4px;
}

/* Ajuste de los productos */
.seccion-mas-vendido .products {
    margin-top: 20px;
}

/* Tarjetas consistentes con tu estilo */
.woocommerce ul.products li.product {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    border: 1px solid #e5e5e5;
    transition: all 0.25s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.woocommerce ul.products li.product img {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.05);
}/* End custom CSS */