.elementor-317 .elementor-element.elementor-element-0ea6fa1{width:100%;max-width:100%;grid-column:span 4;grid-row:span 1;}.elementor-317 .elementor-element.elementor-element-0ea6fa1.elementor-element{--align-self:center;}.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-317 .elementor-element.elementor-element-b06b8d9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-317 .elementor-element.elementor-element-dc6529c{width:100%;max-width:100%;margin:1rem 0rem calc(var(--kit-widget-spacing, 0px) + -1rem) 0rem;}.woocommerce .elementor-317 .elementor-element.elementor-element-dc6529c .woocommerce-product-details__short-description{font-size:1.1rem;}.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-317 .elementor-element.elementor-element-50f05ed .price{color:#847551;font-family:"Roboto", Sans-serif;font-size:22px;font-weight:600;}.woocommerce .elementor-317 .elementor-element.elementor-element-50f05ed .price ins{font-size:0.1rem;}.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-317 .elementor-element.elementor-element-a8f7353{margin:-16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-317 .elementor-element.elementor-element-a8f7353 .cart button, .elementor-317 .elementor-element.elementor-element-a8f7353 .cart .button{color:var( --e-global-color-primary );transition:all 0.2s;}.elementor-317 .elementor-element.elementor-element-a8f7353 .quantity .qty{transition:all 0.2s;}@media(max-width:767px){.elementor-317 .elementor-element.elementor-element-0ea6fa1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;grid-column:span 4;}.elementor-317 .elementor-element.elementor-element-b06b8d9 .elementor-heading-title{font-size:1.7em;}.woocommerce .elementor-317 .elementor-element.elementor-element-50f05ed .price{font-size:1.2rem;}.woocommerce .elementor-317 .elementor-element.elementor-element-50f05ed .price ins{font-size:0.1rem;}.woocommerce .elementor-317 .elementor-element.elementor-element-72482bd .stock{font-size:1.1rem;}.elementor-317 .elementor-element.elementor-element-a8f7353 .quantity .qty{font-size:1.3rem;}}/* Start custom CSS for woocommerce-product-images, class: .elementor-element-0ea6fa1 *//* Forzar a las miniaturas a ponerse en fila (horizontal) */
.woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    padding-left: 0 !important;
    margin-top: 15px !important;
}

/* Darle un tamaño correcto a cada miniatura para que quepan varias */
.woocommerce-product-gallery .flex-control-thumbs li {
    width: 22% !important; /* Ajusta este porcentaje según cuántas quieras por fila */
    margin-right: 3% !important;
    margin-bottom: 10px !important;
    float: none !important;
}

/* Quitar el margen de la última miniatura de la fila */
.woocommerce-product-gallery .flex-control-thumbs li:last-child {
    margin-right: 0 !important;
}/* End custom CSS */