
@media(max-width: 992px){
    [data-zs-product-details-section-container] .theme-product-detail-container .theme-product-detail-image-container .theme-product-detail-thumbnail-container [data-thumbnail-wrapper] .theme-product-detail-thumbnail picture{
    display: block !important
}

[data-zs-product-details-section-container] .theme-product-detail-container .theme-product-detail-image-container .theme-product-detail-thumbnail-container [data-thumbnail-wrapper] .theme-product-detail-thumbnail picture img{
   object-fit: fill !important
}
[data-zs-product-details-section-container] [data-zs-product-id] .theme-product-detail-container .theme-product-detail-image-container .theme-product-detail-thumbnail-container [data-thumbnail-wrapper] .theme-product-detail-thumbnail{
            width: 100px;
            height: auto;
            max-width: 100px;
            max-height: 100px;
}
    .theme-product-detail-container .theme-product-detail-image-container .theme-product-detail-thumbnail-container [data-thumbnail-wrapper]{
        flex-wrap: wrap;
        justify-content: center
    }
}