/*.product_list > .item > .product-miniature > .item {*/
/*    display: none;*/
/*}*/
.other-variants {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.other-variants img {
    max-width: 64px;
    border: solid 1px #DCDCDC;
    border-radius: 5px;
    margin-right: 12px; 
}

.sc-product {
    width: 50px;
    height: 50px;
    border: 3px solid #0000001c;
    margin: 5px;
}

.current-product {
    border-color: #00000070!important;
}

.swiper-button-prev-variants, .swiper-button-next-variants {
    color: #FFF;
    text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
}

.other-variants-swiper:not(.swiper-container) {
    display: none;
}