.elementor-574 .elementor-element.elementor-element-4aaae20{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:hidden;--border-radius:12px 12px 12px 12px;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-574 .elementor-element.elementor-element-4aaae20:not(.elementor-motion-effects-element-type-background), .elementor-574 .elementor-element.elementor-element-4aaae20 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-574 .elementor-element.elementor-element-421d2b4{--display:flex;--min-height:0px;--justify-content:space-between;--padding-top:1em;--padding-bottom:1em;--padding-left:1em;--padding-right:1em;}.elementor-574 .elementor-element.elementor-element-c74d5ed{--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;--gap:4px 4px;--row-gap:4px;--column-gap:4px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-574 .elementor-element.elementor-element-6233984 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:15px;font-weight:600;color:#000000;}.elementor-574 .elementor-element.elementor-element-10b3143 .product-star-rating .product-rating__icon{font-size:16px;color:#E7E8E8;}.elementor-574 .elementor-element.elementor-element-10b3143 .product-star-rating .product-rating__icon + .product-rating__icon{margin-left:2px;}.elementor-574 .elementor-element.elementor-element-10b3143 .product-star-rating .product-rating__icon.active{color:#FED703;}.elementor-574 .elementor-element.elementor-element-effdab8 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:15px;font-weight:500;color:#1A1A1AB3;}.elementor-574 .elementor-element.elementor-element-b4060fd > .elementor-widget-container{margin:4px 0px 0px 0px;}.elementor-574 .elementor-element.elementor-element-b4060fd.elementor-element{--align-self:stretch;}.elementor-574 .elementor-element.elementor-element-b4060fd .jet-woo-builder-archive-add-to-cart .button{display:inline-block;--display-type:inline-block;width:100%;font-family:"Poppins", Sans-serif;font-size:13px;font-weight:500;color:#FFFFFF;background-color:#000000;border-radius:100px 100px 100px 100px;margin:0px 0px 0px 0px;padding:13px 10px 13px 10px;}.elementor-574 .elementor-element.elementor-element-b4060fd .jet-woo-builder-archive-add-to-cart{text-align:center;}@media(max-width:767px){.elementor-574 .elementor-element.elementor-element-6233984 .elementor-heading-title{font-size:13px;line-height:21px;}.elementor-574 .elementor-element.elementor-element-effdab8 .elementor-heading-title{font-size:13px;}}/* Start custom CSS for jet-woo-builder-archive-product-thumbnail, class: .elementor-element-eabdd52 *//* 1. Aseguramos el contenedor del widget para que sea un cuadrado perfecto */
.imagenlisting .jet-woo-builder-archive-product-thumbnail {
    aspect-ratio: 1 / 1 !important; /* La magia para que alto = ancho */
    width: 100% !important;
    height: auto !important; /* Reseteamos cualquier altura fija previa */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

/* 2. Forzamos el contain a CUALQUIER imagen dentro del widget */
.imagenlisting .jet-woo-builder-archive-product-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; /* Mantiene la imagen sin recortar */
    object-position: center !important;
    /* Eliminamos el max-height fijo para que la imagen fluya con el aspect-ratio */
}

/* 3. Por si el enlace <a> está bloqueando el tamaño */
.imagenlisting .jet-woo-builder-archive-product-thumbnail a {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-effdab8 *//* --- ALINEAR PRECIOS DINÁMICOS DE ELEMENTOR --- */

/* 1. ELIMINAR EL SALTO DE LÍNEA INTRUSO (<br>) */
.elementor-heading-title del + br {
    display: none !important;
}

/* 2. ALINEARLOS UNO AL LADO DEL OTRO */
.elementor-heading-title del,
.elementor-heading-title ins {
    display: inline-block !important;
    vertical-align: middle !important;
    
}

/* 3. ESTILO DEL PRECIO VIEJO (Tachado, gris y con separación) */
.elementor-heading-title del {
    margin-right: 8px !important;
    font-size: 14px !important; 
}/* End custom CSS */