.elementor-14551 .elementor-element.elementor-element-a5b2be7{--display:flex;--min-height:60vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-14551 .elementor-element.elementor-element-db43f57{--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-14551 .elementor-element.elementor-element-6f8e617{text-align:start;}.elementor-14551 .elementor-element.elementor-element-6f8e617 img{width:80%;}.elementor-14551 .elementor-element.elementor-element-4e4d87e{--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-14551 .elementor-element.elementor-element-5ac397f .elementor-heading-title{font-family:"DM Mono", Sans-serif;}.woocommerce .elementor-14551 .elementor-element.elementor-element-254fb7b .price{color:var( --e-global-color-text );font-family:"DM Mono", Sans-serif;}.woocommerce .elementor-14551 .elementor-element.elementor-element-254fb7b .price ins{font-family:"DM Mono", Sans-serif;}.elementor-14551 .elementor-element.elementor-element-d043e92 .cart button, .elementor-14551 .elementor-element.elementor-element-d043e92 .cart .button{font-family:"DM Mono", Sans-serif;border-style:solid;border-width:1px 1px 1px 1px;border-radius:30px 30px 30px 30px;padding:15px 30px 15px 30px;color:var( --e-global-color-text );background-color:#02010100;border-color:var( --e-global-color-78b0bef );transition:all 0.2s;}.elementor-14551 .elementor-element.elementor-element-d043e92 .quantity .qty{font-family:"DM Mono", Sans-serif;background-color:#02010100;transition:all 0.2s;}.woocommerce .elementor-14551 .elementor-element.elementor-element-d043e92 form.cart table.variations label{color:var( --e-global-color-text );}.woocommerce .elementor-14551 .elementor-element.elementor-element-d043e92 form.cart table.variations td.value select, .woocommerce .elementor-14551 .elementor-element.elementor-element-d043e92 form.cart table.variations td.value:before{background-color:#02010100;}.woocommerce .elementor-14551 .elementor-element.elementor-element-d043e92 form.cart table.variations td.value select, .woocommerce div.product.elementor.elementor-14551 .elementor-element.elementor-element-d043e92 form.cart table.variations td.value:before{font-family:"DM Mono", Sans-serif;}body.elementor-page-14551:not(.elementor-motion-effects-element-type-background), body.elementor-page-14551 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-26caedd );}@media(min-width:781px){.elementor-14551 .elementor-element.elementor-element-db43f57{--width:50%;}.elementor-14551 .elementor-element.elementor-element-4e4d87e{--width:50%;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-d043e92 *//* Cambiar el color del precio de la variación a negro */
.woocommerce-variation-price .price, 
.woocommerce-variation-price .price .amount,
.woocommerce-variation-price .price .amount bdi {
    color: #000000 !important;
}

/* Hacer completamente transparente el contenedor de variaciones (tabla y celdas) */
.woocommerce table.variations,
.woocommerce table.variations tbody,
.woocommerce table.variations tr,
.woocommerce table.variations th, /* Esta es la celda con el fondo gris */
.woocommerce table.variations td {
    background-color: transparent !important;
    border: none !important; /* Opcional: elimina bordes si los hay */
}

/* Si el fondo gris persiste en la etiqueta "Tipo", forzamos su transparencia */
.woocommerce table.variations th.label {
    background-color: transparent !important;
}
/* 1. PRECIO DE OFERTA: Tacha el precio original */
.woocommerce-variation-price del, 
.woocommerce-variation-price del .amount bdi {
    text-decoration: line-through !important;
    color: #7a7a7a !important; /* Un gris suave para el precio viejo */
    font-weight: normal !important;
    margin-right: 8px;
}

/* 2. PRECIO ACTUAL: Asegura que el precio de oferta sea negro y resalte */
.woocommerce-variation-price ins, 
.woocommerce-variation-price ins .amount bdi,
.woocommerce-variation-price > .price > .amount bdi {
    text-decoration: none !important;
    color: #000000 !important;
    font-weight: bold;
}

/* 3. FONTO TRANSPARENTE: Corrigiendo el bloque de la etiqueta "Tipo" */
.woocommerce table.variations,
.woocommerce table.variations th, 
.woocommerce table.variations td {
    background-color: transparent !important;
    background: none !important;
    border: none !important;
}/* End custom CSS */