.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: auto !important;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide2 {
    height: auto !important;
    width: auto !important;
    margin-right: 10px;
}

.swiper-slide2 img {
    max-width: 100px;
    max-height: 70px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative !important;
}


.slider_zoom_main {
    position: relative !important;
}

.image {
    position: relative !important;
}

.image img {
    max-height: 400px;
}

/* .zoom {
    position: absolute !important;
    max-height: 300px;
    top: 0;
    left: 185px;
    max-width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.5);
} */
.zoom {
    position: absolute !important;
    max-height: 400px;
    top: 0;
    left: 0;
    right: 0;
    max-width: none;
}

.image div>* {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    .zoom {
        position: absolute !important;
        max-height: 400px;
        top: 0;
        left: 0;
        right: 0;
        max-width: none;
        border: 1px solid rgba(0, 0, 0, 0.5);
    }

    .image div>* {
        background-color: transparent !important;
        border: none !important;
    }
}

.mySwiper {
    width: 100%;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden !important;
}



.mySwiper .swiper-slide {
    background-size: cover;
    background-position: center;

}

.mySwiper2 {
    height: auto;
    width: 100%;
    overflow: hidden !important;
}

.mySwiper2 :global(.swiper-button-next::after), .mySwiper2 :global(.swiper-button-prev::after) {
    font-size: 26px !important;
    color: var(--primary);
}

.mySwiper {
    box-sizing: border-box;
}

.mySwiper .swiper-slide {
    width: 25%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper img {
    display: block;
    width: 100%;
    object-fit: contain;
    filter: brightness(1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative !important;
}

.mySwiper :global(.swiper-slide-thumb-active img) {
    border: none;
}

.mySwiper2 .swiper-wrapper {
    column-gap: 0px !important;
    row-gap: 0px !important;
}


@media(max-width: 768px) {

    .mySwiper {
        margin-top: 10px !important;
        height: auto;
    }

    .mySwiper_err {
        height: auto;
        display: none;
    }
}

.slider_section {
    display: grid;
    grid-template-columns: minmax(60px, 1fr);
    column-gap: 10px;
    row-gap: 20px;
    height: 100%;
    width: 100%;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}