﻿
.productInfoLeft {
    width: 100%;
}

.productInfoContainer {
}

@media (max-width: 1519px) {
    .layer_max .content {
        max-width: 1280px;
    }
}

@media (max-width: 1024px) {
    .productInfoContainer {
        flex-direction: column;
        gap: 24px;
        padding-bottom: 2.25rem;
        padding-top: 0;
    }
}

.layer_max .content {
    grid-column: 1 / span 12;
    width: 100%;
    /* max-width: 1680px; */
}

.productInfoContainer {
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: space-between;
    gap: 48px;
    padding-bottom: 5rem;
    padding-top: 16px;
}

.productInfoLeft_productListingImage {
}

.sticky {
    position: sticky;
}

.h-full {
    height: 100%;
}

.relative {
    position: relative;
}

.productInfoLeft_productListingImageBox {
    /* display: flex;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 247/var(--tw-bg-opacity, 1)); */
    height: calc(580 / 1076 * 1680px * (1076 / 1680))
}

@media (max-width:1919px) {
    .productInfoLeft_productListingImageBox {
        height: calc( 0.3195 * (100vw - 200px) )
    }
}

@media (max-width:1519px) {
    .productInfoLeft_productListingImageBox {
        height: calc(600 / 1076 * (100vw - 160px) * (800 / 1280))
    }
}

@media (max-width:1280px) {
    .productInfoLeft_productListingImageBox {
        height: calc( 0.4516 * (100vw - 200px) )
    }
}

@media (max-width:1024px) {
    .productInfoLeft_productListingImageBox {
        height: -moz-max-content;
        height: max-content
    }
}

@media (max-width: 769px) {
    .productInfoLeft_otherSlides {
        width: 100% !important;
    }
}





.productInfoLeft_imgBox_first {
    width: 100% !important;
}
/* .productInfoLeft_imgBox_first .swiper-slide {
        width: 100% !important;
    } */

@media (max-width: 1280px) {
    .productInfoLeft_otherSlides {
        width: 100% !important;
    }
}

.productInfoLeft_otherSlides {
    width: 70%;
}

@media (max-width: 1524px) {
    .productInfoLeft_imgBox_first {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (max-width: 1920px) {
    .productInfoLeft_imgBox_first {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.productInfoLeft_imgBox_first {
    height: 100%;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}
/* 
       
       */


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        /* width: 100%; */
        height: 100%;
        object-fit: cover;
    }

.swiper-container {
    width: 1200px;
    height: 600px;
}





/*  */

.swiper-button-next {
    color: #000;
    display: flex;
    height: 44px;
    width: 44px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    transition: all .2s ease;
}

.swiper-button-prev {
    color: #000;
    display: flex;
    height: 44px;
    width: 44px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    transition: all .2s ease;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 18px;
        color: #fff;
    }

.zoomContainer {
    display: none !important;
}

.thumbs .swiper-slide {
    width: 32px !important;
    height: 100%;
    opacity: 0.4;
}

.thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
/* .thumbs{
        width: 32px;
    } */
