.product-page__images {
    top: 0;
    position: sticky;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    flex-shrink: 0;
    width: 25.834vw;
    flex-shrink: 0;
    margin-right: 30px;
}

.product-page__images-sticky {
    position: relative;
    width: 25.834vw;
    flex-shrink: 0;
    margin-right: 30px;
}

.low-slides .swiper-wrapper {
    justify-content: center;
}

.image-slider__left {

}

.swiper-button-next-copy,
.swiper-button-prev-copy {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.swiper-button-next-copy.disable,
.swiper-button-prev-copy.disable {
    opacity: 0.8;
    pointer-events: none;
}

.swiper-button-next-copy svg,
.swiper-button-prev-copy svg {
    width: 100%;
    height: 100%;
}
.swiper-button-next-copy {
    right: 0;
}

.swiper-button-prev-copy {
    left: 0;
}

.product-page__images .card__quick-buttons .quickview-text  {
    display: none;
}
.product-page__images .card__quick-buttons {
    position: absolute;
    right: 10px;
    top: 10px;
    flex-direction: column;
    z-index: 1;
    display: flex;
}

.image-slider__main {
    position: relative;
    flex: 1 0 auto; 
    margin-bottom: 5%;
    width: 25.834vw;
    height: 25.834vw;
}

.c-carousel__images {
    width: 100%;
    height: 100%;
}

.image-slider__left {
    padding: 0 3rem;
    position: relative;
}

.image-slider__left .swiper-slide {
    cursor: pointer;
    transition: background 0.25s;
}

.images__slider__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border: 1px solid var(--border-color);
    padding: 5px;
    margin: 0 auto;
}

.images__slider__item img {
    display: block;
    width: auto;
    transition: transform 0.25s;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
}

.image-slider__left .swiper-slide-thumb-active .images__slider__item {
    border: 2px solid var(--accent-color);
}

.images__big {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.main-product-slider__container {
    width: 100%;
    height: 100%;
}

.main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.main-img__wrap {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.images__link {
    width: 100%;
    height: 100%;
}

.main-img__wrap:hover .main-img {
    opacity: 0;
}

@media (max-width: 768px) {
    .image-slider__main {
        position: static;
    }
    .image-slider__main .swiper {
        position: static;
    }
}
