.elementor-3212 .elementor-element.elementor-element-70d56a1{--display:flex;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3212 .elementor-element.elementor-element-286d4cf{--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-3212 .elementor-element.elementor-element-dcda30c{text-align:center;}.elementor-3212 .elementor-element.elementor-element-421a295{--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-3212 .elementor-element.elementor-element-8c44a2e.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-3212 .elementor-element.elementor-element-286d4cf{--width:30%;}.elementor-3212 .elementor-element.elementor-element-421a295{--width:70%;}}/* Start custom CSS for woocommerce-product-title, class: .elementor-element-51ba39b *//* --- TÍTULO ESTILO MOTOSTORO CON BORDE LATERAL --- */

.elementor-widget-woocommerce-product-title .product_title {
    border-left: 6px solid #e31e24 !important; /* Borde rojo grueso a la izquierda */
    padding-left: 15px !important;            /* Espacio entre el borde y el texto */
    line-height: 1.1 !important;              /* Ajuste de altura de línea */
    font-weight: 800 !important;              /* Letra bien gruesa */
    text-transform: uppercase !important;     /* Todo en mayúsculas para más fuerza */
    color: #1a1a1a !important;                /* Negro casi puro */
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: -0.5px !important;        /* Letras un poco más juntas (estilo racing) */
    margin-bottom: px !important;
}

/* Efecto opcional: un ligero degradado al pasar el mouse */
.elementor-widget-woocommerce-product-title .product_title:hover {
    color: #e31e24 !important;                /* El texto cambia a rojo al pasar el mouse */
    transition: all 0.3s ease;
}

/* Ajuste para que en móviles el borde no sea tan gigante */
@media (max-width: 768px) {
    .elementor-widget-woocommerce-product-title .product_title {
        font-size: 24px !important;
        border-left-width: 4px !important;
        padding-left: 10px !important;
    }
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-price, class: .elementor-element-dcda30c *//* --- BLOQUE DE PRECIO CON TÍTULO MOTOSTORO --- */

/* 1. Contenedor general para agrupar Título + Tarjeta */
.elementor-widget-woocommerce-product-price {
    margin: 25px 0 !important;
}

/* 2. Título "Precio de la moto" (Generado automáticamente) */
.elementor-widget-woocommerce-product-price::before {
    content: "PRECIO DE LA MOTO";
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-left: 5px; /* Alineado con el inicio de la tarjeta */
}

/* 3. La Tarjeta de Precio */
.elementor-widget-woocommerce-product-price .price {
    display: inline-flex !important; /* Para que no ocupe todo el ancho si no es necesario */
    align-items: center;
    gap: 15px;
    background: #ffffff !important;
    border: 2px solid #e31e24 !important; /* Borde rojo característico */
    padding: 12px 25px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 10px rgba(227, 30, 36, 0.08) !important;
    margin: 0 !important; /* Quitamos margen para que se pegue al título de arriba */
}

/* 4. Estilo de los números del precio */
/* Precio Rebajado / Actual */
.elementor-widget-woocommerce-product-price ins .woocommerce-Price-amount {
    color: #e31e24 !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

/* Precio Tachado (si hay oferta) */
.elementor-widget-woocommerce-product-price del .woocommerce-Price-amount {
    color: #999 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* 5. Símbolo de moneda ($) */
.woocommerce-Price-currencySymbol {
    font-size: 0.6em !important;
    vertical-align: super !important;
    margin-right: 3px !important;
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .elementor-widget-woocommerce-product-price {
        text-align: center;
    }
    .elementor-widget-woocommerce-product-price::before {
        padding-left: 0;
    }
    .elementor-widget-woocommerce-product-price .price {
        display: flex !important;
        justify-content: center;
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8c44a2e *//* --- 1. ESTILO DE LA FICHA TÉCNICA (SHORTCODE) --- */
.mz-premium-wrapper {
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
}

/* Menú de Pestañas */
.mz-tab-menu {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 10px 5px;
    scrollbar-width: none; /* Oculta scroll en Firefox */
}
.mz-tab-menu::-webkit-scrollbar { display: none; } /* Oculta scroll en Chrome */

.mz-tab-btn {
    background: #fff;
    border: 2px solid #e31e24 !important; /* Rojo Toro */
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.mz-tab-btn i { color: #e31e24; }
.mz-tab-btn span { font-weight: 700; color: #1a1a1a; font-size: 13px; }

/* Pestaña Activa */
.mz-tab-btn.active {
    background: #e31e24 !important;
}
.mz-tab-btn.active i, .mz-tab-btn.active span {
    color: #fff !important;
}

/* Contenedor de Tarjetas */
.mz-tab-panel { display: none; padding: 20px 0; }
.mz-tab-panel.show { display: block; animation: fadeIn 0.5s; }

.mz-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}

.mz-card {
    border: 1px solid #eee;
    border-left: 4px solid #e31e24; /* Detalle lateral rojo */
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f9f9f9;
}

.mz-card-icon i { color: #e31e24; font-size: 18px; }
.mz-card-label { display: block; font-size: 11px; text-transform: uppercase; color: #666; font-weight: 600; }
.mz-card-value { display: block; font-size: 14px; font-weight: 800; color: #1a1a1a; }

/* --- 2. TÍTULO DEL PRODUCTO --- */
.product_title {
    border-left: 6px solid #e31e24 !important;
    padding-left: 15px !important;
    text-transform: uppercase;
    font-weight: 900 !important;
}

/* --- 3. PRECIO MODO TARJETA --- */
.elementor-widget-woocommerce-product-price::before {
    content: "PRECIO DE LA MOTO";
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.elementor-widget-woocommerce-product-price .price {
    display: inline-flex !important;
    border: 2px solid #e31e24 !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    background: #fff !important;
    align-items: center;
}

.price ins .woocommerce-Price-amount {
    color: #e31e24 !important;
    font-size: 28px !important;
    font-weight: 900;
}

/* --- 4. DESCRIPCIÓN --- */
.elementor-widget-woocommerce-product-content::before {
    content: "DESCRIPCIÓN";
    display: block;
    font-size: 14px;
    font-weight: 800;
    border-bottom: 2px solid #e31e24;
    width: fit-content;
    margin-bottom: 15px;
}

/* --- ANIMACIONES Y MÓVIL --- */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.mz-swipe-hint {
    font-size: 12px;
    color: #e31e24;
    margin-bottom: 5px;
    display: none; /* Se puede activar en móvil */
}

@media (max-width: 768px) {
    .mz-swipe-hint { display: block; }
}/* End custom CSS */