.elementor-widget-woocommerce-product-title .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-11787 .elementor-element.elementor-element-9f6b509 .elementor-heading-title{color:#C10030;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.woocommerce .elementor-11787 .elementor-element.elementor-element-6d5457f .price{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:900;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-11787 .elementor-element.elementor-element-49da8b3 .cart button, .elementor-11787 .elementor-element.elementor-element-49da8b3 .cart .button{transition:all 0.2s;}.elementor-11787 .elementor-element.elementor-element-49da8b3 .quantity .qty{transition:all 0.2s;}.woocommerce .elementor-11787 .elementor-element.elementor-element-49da8b3 form.cart .variations{width:100%;margin-bottom:0px;}.woocommerce .elementor-11787 .elementor-element.elementor-element-49da8b3 form.cart table.variations tr th, .woocommerce .elementor-11787 .elementor-element.elementor-element-49da8b3 form.cart table.variations tr td{padding-top:calc( 0px/2 );padding-bottom:calc( 0px/2 );}.woocommerce .elementor-11787 .elementor-element.elementor-element-49da8b3 form.cart table.variations td.value select, .woocommerce .elementor-11787 .elementor-element.elementor-element-49da8b3 form.cart table.variations td.value:before{border-radius:0px;}.elementor-11787 .elementor-element.elementor-element-340fb70{--spacer-size:50px;}.elementor-widget-woocommerce-product-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-11787 .elementor-element.elementor-element-34d53e7{--spacer-size:50px;}.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-11787 .elementor-element.elementor-element-fffdd39 .elementor-heading-title{color:#C10030;}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-49da8b3 *//* 1. Ocultar etiqueta "Reparación" 
th.label {
    display: none !important;
}*/

span.variable-item-span.variable-item-span-button {
       font-size: 11px !important;
}
li.variable-item.button-variable-item.button-variable-item {
           max-width: 1000px !important;
}

ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared {
max-width: 30em;
margin-left: 0px;
margin-right: 25px;
padding:0px;
}

li.variable-item.button-variable-item {
max-width: 20em
}

/* Contenedor principal: centrado y ancho compacto */
.variable-items-wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    max-height: 350px !important;
    overflow-y: auto !important;
    padding: 10px !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    max-width: 320px !important;   /* Móvil: ancho compacto */
    margin: 0 auto !important;     /* Centra horizontalmente */
}

/* ← En ordenador se ve más ancho */
@media (min-width: 768px) {
    .variable-items-wrapper {
        max-width: 380px !important;
    }
}

.variable-items-wrapper .variable-item {
    display: flex !important;
    align-items: center !important;
    min-height: 50px !important;
    padding: 10px 15px !important;
    margin: 0 !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    background: white !important;
    cursor: pointer !important;
    word-break: break-word !important;
    text-align: center !important;
    justify-content: center !important;
    position: relative !important;
    width: 100% !important;
}

.variable-item-span {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important; 
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    line-height: 1.4 !important;
}

/* SOLO mostrar texto completo en hover, sin cambiar colores */
.variable-item:hover .variable-item-span {
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    background: white !important;
    z-index: 10 !important;
    position: relative !important;
}

.variable-item.selected .variable-item-span {
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
}

.variable-items-wrapper:has(.selected) .variable-item:not(.selected) {
    display: none !important;
}

.variable-items-wrapper:has(.selected) {
    grid-template-columns: 1fr !important;
    max-height: 200px !important;
}

.variable-item.selected {
    background: #000 !important;
    color: white !important;
    border-color: #000 !important;
    font-weight: 600 !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2) !important;
}

.variable-items-wrapper:not(:has(.selected)) .variable-item,
.reset_variations:active + table .variable-items-wrapper .variable-item,
.reset_variations:focus + table .variable-items-wrapper .variable-item {
    display: flex !important; 
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
}

.reset_variations {
    display: inline-block !important;
    visibility: visible !important;
    margin-top: 15px !important;
    padding: 10px 20px !important;
    background: #f8f9fa !important;
    border: 2px solid #ddd !important;
    border-radius: 6px !important;
    color: #666 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.reset_variations:hover {
    background: #ff4444 !important;
    color: white !important;
    border-color: #ff4444 !important;
}

.variable-items-wrapper::-webkit-scrollbar {
    width: 6px;
}

.variable-items-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.variable-items-wrapper::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.variable-items-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@keyframes fadeIn {
    from { 
        opacity: 0; 
        transform: translateY(-10px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

.variable-item.selected {
    animation: fadeIn 0.3s ease !important;
}

@supports not (.elementor-11787 .elementor-element.elementor-element-49da8b3(:has(.selected))) {
    .variable-item.selected ~ .variable-item:not(.selected),
    .variable-item:not(.selected) ~ .variable-item.selected ~ .variable-item:not(.selected) {
        display: none !important;
    }
}

/* ===== NUEVAS REGLAS PARA QUITAR HOVER ===== */

/* Eliminar cualquier cambio de color/fondo en hover */
.variable-item:hover {
    background: white !important;
    border-color: #e0e0e0 !important;
    color: inherit !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Solo mantener el texto completo en hover, pero sin otros cambios */
.variable-item:hover:not(.selected) {
    background: white !important;
    border-color: #e0e0e0 !important;
}

/* Si el item seleccionado tiene hover, mantenerlo negro */
.variable-item.selected:hover {
    background: #000 !important;
    color: white !important;
    border-color: #000 !important;
}

/* Solo mantener el texto completo en hover, pero sin otros cambios */
.variable-item:hover .variable-item-span {
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    background: transparent !important;  /* ← Cambiado de white a transparent */
    z-index: 10 !important;
    position: relative !important;
}


/* Asegurar que no haya transición de colores */
.variable-item:not(.selected) {
    transition: none !important;
}

/* Eliminar tooltips del plugin de swatches */
.variable-item .wvs-tooltip,
.variable-item[data-wvstooltip]:after,
.variable-item[data-wvstooltip]:before,
.variable-item .tooltip {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Ocultar por defecto */
.variations td.value .reset_variations {
    display: none !important;
}

/* Mostrar solo cuando haya un item seleccionado */
.variations td.value:has(.variable-item.selected) .reset_variations {
    display: inline-block !important;
}

table td {
  padding: 0px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-844e4f8 */h3.featured_article_title {
    display: none;
}

.owl-controls.clickable {
    display: none !important;
}

.owl-item {
    max-width: 20em;
}

#woo-related-products .owl-wrapper {
    transform: translate3d(0, 0, 0) !important;
    transition: none !important;
}/* End custom CSS */