.elementor-kit-41{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-41 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. ESTILO GLOBAL DE LA ETIQUETA DE OFERTA */
.onsale {
    background-color: #FF0000 !important; /* Rojo intenso */
    color: #ffffff !important;           /* Texto blanco */
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 12px !important;
    border-radius: 50% !important;       /* Forma circular */
    min-width: 45px !important;          /* Tamaño mínimo */
    min-height: 45px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px rgba(255, 0, 0, 0.7); /* Brillo neón */
    
    /* Animación de pulso */
    animation: pulso-gamer-global 2s infinite ease-in-out;
    z-index: 10;
}

/* Animación del pulso */
@keyframes pulso-gamer-global {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7); }
    50% { transform: scale(1.1); box-shadow: 0 0 20px 10px rgba(255, 0, 0, 0.3); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7); }
}

/* 1. PRODUCTOS SIN OFERTA (Mantenerlos Naranjas) */
/* Este .elementor-kit-41 asegura que si el precio no está dentro de una oferta, se quede naranja */
.price > .woocommerce-Price-amount,
.price > .amount,
.elementor-widget-product-price .price {
    color: #ff9d00 !important; /* Tu Naranja base */
}

/* 2. PRODUCTOS CON OFERTA (El precio nuevo - CELESTE) */
/* Solo afecta al precio que está dentro de la etiqueta 'ins' (oferta) */
.price ins .woocommerce-Price-amount, 
.price ins,
.elementor-widget-product-price ins .woocommerce-Price-amount {
    color: #59DAFF !important; /* Celeste Neón */
    text-decoration: none !important;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(89, 218, 255, 0.6);
}

/* 3. PRODUCTOS CON OFERTA (El precio viejo tachado - NARANJA) */
/* Solo afecta al precio que está dentro de la etiqueta 'del' (el original) */
.price del .woocommerce-Price-amount,
.price del,
.elementor-widget-product-price del .woocommerce-Price-amount {
    color: #ff9d00 !important; /* Naranja original */
    font-size: 1em !important;
    opacity: 0.8;
}

/* Ajuste para que el símbolo de moneda también sea celeste solo en la oferta */
.price ins .woocommerce-Price-currencySymbol {
    color: #59DAFF !important;
}

.stock-restante-etiqueta {
    font-size: 14px;
    font-weight: bold;
    color: #ff6600; /* Naranja como tus botones */
    margin-top: 5px;
    text-transform: uppercase;
    display: block;
}

.stock-restante-etiqueta.agotado {
    color: #ff0000; /* Rojo si no hay stock */
}

/* ELIMINAR MENSAJES DE NOTIFICACIÓN DE WOOCOMMERCE (Banners de arriba) */
.woocommerce-message, 
.woocommerce-error, 
.woocommerce-info {
    display: none !important;
}

/* Opcional: Eliminar el espacio que a veces dejan estos mensajes en la parte superior */
.woocommerce-notices-wrapper {
    display: none !important;
}/* End custom CSS */