/* Start custom CSS for shortcode, class: .elementor-element-15933a1 */.productos-mas-valorados {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.producto {
    width: 30%;
    text-align: center;
}

.producto img {
    max-width: 100%;
    height: auto;
}

.producto h2 {
    font-size: 16px;
    margin: 10px 0;
}

.producto .price {
    font-size: 14px;
    color: #000;
}

.producto .rating {
    margin-top: 5px;
}/* End custom CSS */