/**
 * Estilos CSS del FO
 *
 * @author Difadi.com	<soporte@difadi.com>
 * @author Laura Gutiérrez	<lgutierrez@difadi.com>
 * @license Comercial
 * @copyright 2025 Difadi.com
*/
#productstabs #productstabs-products .product-featured {
    width: 100%;
    display: flex;
}

#productstabs #productstabs-products .product-featured>img {
    margin: 0 10px;
    object-fit: cover;
    height: 350px;
}

#productstabs #productstabs-products .product-featured>img {
    width: calc(50% - 20px);
}

#productstabs #productstabs-products .product-featured>div {
    width: 50%;
}

#productstabs #productstabs-products .product-featured>div .product-thumbnail {
    display: none;
}

#productstabs #productstabs-products .product-featured>div .product-miniature,
#productstabs #productstabs-products .product-featured>div .thumbnail-container {
    height: 100%;
}

#productstabs #productstabs-products .product-miniature-container{
    width: 25%;
}