.product__carousel {
    display: block;
    max-width: 700px;
    margin: 1em auto 3em;
}

.product__carousel a {
    display: block;
    margin-bottom: 15px;
}
.product__carousel .gallery-top {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 5px;
}

.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #f7cd29;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 32px !important;
}

.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border .15s linear;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
    border-width: 1px;
}

.product__carousel .gallery-thumbs .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.gallery-thumbs .swiper-slide {
    margin-bottom: 10px;
}
#gallery-thumbs_img {
    overflow: initial;
    height: 82px !important;
}
@media (min-width:1281px) {
    #carouselExampleControls{
		display: none;
	}
}

