.elementor-676 .elementor-element.elementor-element-3c6d02f{--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-676 .elementor-element.elementor-element-e59be87{--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-676 .elementor-element.elementor-element-f1df1f1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-676 .elementor-element.elementor-element-f1df1f1.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-676 .elementor-element.elementor-element-f1df1f1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-676 .elementor-element.elementor-element-f1df1f1.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-f1df1f1 *//* FUERZA TARJETA UNIFORME */
.product-wrapper {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 20px !important;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
    
    /* Magia para alinear todo */
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 540px !important; /* Altura total de la tarjeta */
    transition: all 0.3s ease;
}

/* FOTOS IGUALES */
.product_img {
    height: 220px !important; /* Todas las fotos medirán esto */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f8f9fa !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    margin-bottom: 15px !important;
}

.product_img img {
    max-height: 180px !important; /* Tamaño de la moto dentro del cuadro */
    width: auto !important;
    object-fit: contain !important;
}

/* TÍTULOS ALINEADOS */
.product-content h4, .product-content .title {
    min-height: 48px !important; /* Espacio para nombres largos */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 5px 0 !important;
}

/* CUADRÍCULA DE SPECS */
.moto-grid-final-centrada {
    display: flex;
    justify-content: space-around;
    background: #f8f8f8;
    padding: 10px 5px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.m-spec .v {
    font-weight: 800;
    font-size: 16px;
    display: block;
}

.m-spec .l {
    font-size: 10px;
    color: #999;
}

/* BOTÓN SIEMPRE AL FINAL */
.moto-button-wrapper {
    margin-top: auto;
}

.btn-motozone-ver-mas {
    display: block !important;
    background: #e31e24 !important;
    color: #fff !important;
    padding: 12px !important;
    border-radius: 10px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

/* OCULTAR ICONOS DE ACCIÓN (image_200739.jpg) */
.product-action {
    display: none !important;
}/* End custom CSS */