.elementor-kit-14{--e-global-color-primary:#000000;--e-global-color-secondary:#FF0000;--e-global-color-text:#000000;--e-global-color-accent:#FF00006B;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === CONTENEDOR PRINCIPAL DEL PRODUCTO (SECCIÓN ELEMENTOR) === */
body.single-product .producto-single-main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto 40px;   /* centrado + margen inferior */
}

/* Columna IZQUIERDA (imagen / galería) */
body.single-product .producto-single-main .elementor-column:first-child {
    flex: 0 0 42%;
    max-width: 42%;
}

/* Columna DERECHA (título, precio, tallas, botón, etc.) */
body.single-product .producto-single-main .elementor-column:last-child {
    flex: 0 0 48%;
    max-width: 48%;
    text-align: left;
}

/* Que el formulario (tallas, versión, dorsal, parches, botón) quede en una “tarjeta” limpia */
body.single-product .producto-single-main .elementor-column:last-child form.cart {
    width: 100%;
    background: #ffffff;
    padding: 20px 22px;
    border-radius: 18px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 12px 30px rgba(0,0,0,.05);
    margin-top: 15px;
}

/* RESPONSIVE: en móvil, una columna normal */
@media (max-width: 768px) {

    body.single-product .producto-single-main {
        display: block;
        max-width: 100%;
        margin: 0 0 30px;
    }

    body.single-product .producto-single-main .elementor-column:first-child,
    body.single-product .producto-single-main .elementor-column:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.single-product .producto-single-main .elementor-column:last-child form.cart {
        border-radius: 16px;
        margin-top: 20px;
        box-shadow: 0 8px 22px rgba(0,0,0,.05);
    }
}/* End custom CSS */