.fusion-product-gallery-display {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.product_cstm_galleryimg,
.product_cstm_galleryvideo {
    position: relative;
    margin-bottom: 20px;
}

.product_cstm_galleryimg img,
.product_cstm_galleryvideo video {
    width: 100%;
    height: auto;
    display: block;
}

.proImgOverText {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    max-width: 80%;
    border-radius: 4px;
}

.proImgOverText p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.4;
}

.proImgOverText p:last-child {
    margin-bottom: 0;
}

.style-imageOvertext-wrap.d-none {
    display: none;
}

.carat-slider {
    display: none;
}

.carat-slider.slick-initialized {
    display: block;
}

.carat-slider ul.slick-dots {
    position: static;
    margin-top: 43px;
    background: #bd6b45;
    height: 5px;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.carat-slider ul.slick-dots li {
    height: max-content;
    width: max-content;
}

.carat-slider ul.slick-dots button {
    display: block;
    height: max-content;
    width: max-content;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background: none;
    border: none;
    border-radius: 0;
    color: #0e0e0e;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: -9px;
}

.carat-slider ul.slick-dots button::before {
    display: none;
}

.carat-slider ul.slick-dots button:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #eeeae3;
    border: 1px solid #bd6b45;
    border-radius: 50%;
    margin-bottom: 6px;
}

.carat-slider ul.slick-dots li.slick-active button:after {
    background: #bd6b45;
    border: 1px solid #eeeae3;
}

.carat-slider__value { display: none; }

@media screen and (max-width: 1023px) {
    .carat-slider {
        padding: 0 0 50px 0px;
        margin: 0 auto;
        margin-bottom: 60px;
    }

    .carat-slider .slick-list.draggable {
        width: 340px;
        margin: auto;
        height: 340px;
    }

    .carat-slider .slick-list.draggable img {
        width: 340px !important;
        object-fit: cover;
        height: 340px;
    }

    .carat-slider ul.slick-dots {
        width: 100%;
        margin: auto;
        margin-top: 35px;
        height: 3.52px;
        max-width: 340px;
    }

    .carat-slider ul.slick-dots li.slick-active button {
        font-weight: 600 !important;
    }

    .carat-slider ul.slick-dots button {
        margin-top: -6px;
        font-size: 10px;
    }

    .carat-slider ul.slick-dots button:after {
        height: 14px;
        width: 14px;
    }
}