.elementor-3212 .elementor-element.elementor-element-ee799ec{--spacer-size:80px;}.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;}@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-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 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 shortcode, class: .elementor-element-76c5174 *//* ==========================================
   VELOZ MOTOS - DESCRIPCIÓN PREMIUM v2.0
   ========================================== */

.motozone-product-description {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    border-left: 5px solid #e31e24;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    overflow: hidden;
    position: relative;
}

/* Línea superior decorativa */
.motozone-product-description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e31e24;
}

/* Texto general */
.motozone-product-description,
.motozone-product-description p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.9 !important;
    color: #555555 !important;
    text-transform: none !important;
    letter-spacing: 0.2px !important;
    margin-bottom: 14px !important;
}

/* Títulos */
.motozone-product-description h1,
.motozone-product-description h2,
.motozone-product-description h3,
.motozone-product-description h4 {
    color: #222222 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
    text-transform: none !important;
}

/* Texto resaltado */
.motozone-product-description strong,
.motozone-product-description b {
    color: #e31e24 !important;
    font-weight: 600 !important;
}

/* Listas */
.motozone-product-description ul,
.motozone-product-description ol {
    margin: 15px 0;
    padding-left: 22px;
}

.motozone-product-description li {
    font-size: 12px !important;
    color: #555555 !important;
    line-height: 1.9 !important;
    margin-bottom: 6px;
}

/* Tablas */
.motozone-product-description table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.motozone-product-description table th {
    background: #e31e24;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}

.motozone-product-description table td {
    border: 1px solid #ececec;
    padding: 10px;
    font-size: 12px;
    color: #555;
}

/* Enlaces */
.motozone-product-description a {
    color: #e31e24;
    text-decoration: none;
    font-weight: 500;
}

.motozone-product-description a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {

    .motozone-product-description {
        padding: 20px;
        border-radius: 15px;
    }

    .motozone-product-description,
    .motozone-product-description p,
    .motozone-product-description li,
    .motozone-product-description table td,
    .motozone-product-description table th {
        font-size: 12px !important;
    }

}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-ba14d59 */.veloz-ficha-btn .elementor-button,
a.veloz-ficha-btn,
.veloz-ficha-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background: linear-gradient(135deg, #e31e24, #111111) !important;
    color: #ffffff !important;
    padding: 14px 28px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: 0 10px 25px rgba(227,30,36,.25) !important;
    transition: all .25s ease !important;
}

.veloz-ficha-btn .elementor-button::before,
a.veloz-ficha-btn::before,
.veloz-ficha-btn::before {
    content: "📄";
    font-size: 16px;
}

.veloz-ficha-btn .elementor-button:hover,
a.veloz-ficha-btn:hover,
.veloz-ficha-btn:hover {
    background: linear-gradient(135deg, #111111, #e31e24) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
}/* End custom CSS */