.product-image-details{
    padding-top:var(--padding-top) ;
    padding-bottom:var(--padding-bottom) ;
}
.product-image-details .custom_container{
    max-width: 1460px;
    padding: 0 20px;
    margin: 0 auto;
}
.product-image-details .section-header .heading{
    font-size: var(--font);
    color: var(--color);
    letter-spacing: -2px;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}

.product-image-details .section-header .description{
    font-size: var(--font);
    color: var(--color);
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    line-height: 1.6;
    margin-top: 24px;
}
@media (min-width:999px){
    .product-image-details .section-header .heading {
        transform: translateY(300%);
        transition: all 0.8s ease;
    }
    .product-image-details .section-header .description {
        transform: translateY(70%);
        transition: all 0.8s ease;
    }
    .product-image-details.show-header .section-header .heading ,
    .product-image-details.show-header .section-header .description {
        transform: translateY(0%);
        transition: all 0.8s ease;
    }
}
.product-image-details .section-header {
    margin-bottom: 100px;
}
.product-image-details .image-details-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.product-image-details .product_hospot_image_1 ,
.product-image-details .product_hospot_image_2 ,
.product-image-details .product_hospot_image_3 {
    opacity: 0;
    transition: all .5s ease;
}

.product-image-details .product_hospot_image_1.active ,
.product-image-details .product_hospot_image_2.active ,
.product-image-details .product_hospot_image_3.active {
    opacity: 1;
}
.product-image-details .image-details-block__image-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.product-image-details .first-large .image-details-block:first-child {
    flex: 0 0 47%;
    max-width: 47%;
    transform: translateY(30%);
    transition: all 0.8s ease;
}
.product-image-details .first-large.active-section .image-details-block:first-child {
    transform: translateY(0);
    transition: all 0.8s ease;
}
.product-image-details .first-large .image-details-block:last-child {
    flex: 0 0 43%;
    max-width: 43%;
    transform: translateY(60%);
    transition: all 0.8s ease;
}
.product-image-details .first-large.active-section .image-details-block:last-child {
    transform: translateY(0);
    transition: all 0.8s ease;
}
.product-image-details .second-large .image-details-block:first-child {
    flex: 0 0 43%;
    max-width: 43%;
    transform: translateY(60%);
    transition: all 0.8s ease;
}
.product-image-details .second-large.active-section .image-details-block:first-child {
    transform: translateY(0);
    transition: all 0.8s ease;
}
.product-image-details .second-large .image-details-block:last-child {
    flex: 0 0 47%;
    max-width: 47%;
    transform: translateY(30%);
    transition: all 0.8s ease;
}
.product-image-details .second-large.active-section .image-details-block:last-child {
    transform: translateY(0);
    transition: all 0.8s ease;
}
    
/* .product-image-details .image-details_product_title , */
.product-image-details .image-details_product_title h3{
    display: flex;
    gap: 32px;
    align-items: center;
    color: #B7B7B7;
    font-size: 18px;
    line-height: 1.3;
}
.product-image-details .image-details_product_title span.number {
    min-width: 25px;
    text-wrap:nowrap;
}
.product-image-details .product_img_title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    display: grid;
    gap: 25px;
}
.product-image-details .product_img_title_tlt{
    display: grid;
    gap: 12px;
}
.product-image-details .image-details-block {
    position: relative;
    
}

.product-image-details .product_hospot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.product-image-details .hotspot {
    position: absolute;
    top: var(--top);
    left: var(--left);
    width: 30px;
    height: 30px;
    border-radius: 1px 1px 1px 1px;
    border: 2px solid #FFFFFF;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
    z-index: 1;
}
.product-image-details .image-details_product_img{
    display: none;
    max-width: 100px;
    width: 100%;
}
.product-image-details .image-details_product_img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}
.product-image-details .active .image-details_product_img{
    display: block;
}
/* .product-image-details .active .image-details_product_title , */
.product-image-details .active .image-details_product_title h3{
    color: #fff;
}
.product-image-details a:not(.button):hover{
    color: #B7B7B7;
}
.product-image-details .hotspot.active {
    background: #fff;
    color: #A53E04;
}
@media (max-width:1280px){
    .product-image-details .image-details_product_title h3{
        gap: 20px;
        font-size: 14px;
    }
}
@media (max-width:999px) {
    .product-image-details .image-details-block {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .product-image-details .image-details-content {
        gap: 50px;
    }
}
@media (max-width:749px){
    .product-image-details .image-details_product_title span.number {
        min-width: 20px;
    }
    .product-image-details .product_img_title{
        bottom: 15px;
        left: 15px;
    }
    .product-image-details .image-details_product_title h3 {
        gap: 10px;
        font-size: 12px;
    }
    .product-image-details {
        padding-top: var(--padding-top-mobile);
        padding-bottom: var(--padding-bottom-mobile);
    }
    .product-image-details .section-header .heading {
        font-size: var(--font-mobile);
    }
    .product-image-details .section-header .description {
        font-size: var(--font-mobile);
    }
    .product-image-details .product_img_title_tlt{
        gap: 8px;
    }
    .product-image-details .image-details-content{
        gap: 30px;
    }
    .product-image-details .product_img_title{
        gap: 14px;
    }
    .product-image-details .image-details_product_img{
        max-width: 80px;
    }
    .product-image-details .hotspot{
        width: 20px;
        height: 20px;
        font-size: 22px;
    }
    .product-image-details .section-header {
        margin-bottom: 40px;
    }
    .product-image-details .section-header .description{
        margin-top: 15px;
    }
}