#productGallery .carousel-item {
    height: min(600px, 70vh);
}

#productGallery .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#productGallery .carousel-control-prev,
#productGallery .carousel-control-next {
    background-color: rgb(153, 153, 153);
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 6px;

}

#productGallery .carousel-control-prev-icon,
#productGallery .carousel-control-next-icon {
    /* background-position: center;
    background-repeat: no-repeat;*/
    background-size: 60% auto;
    width: 100%;
    height: 100%;
}

#productGallery .carousel-control-next {
    right: 5px;
}

#productGallery .carousel-control-prev {
    left: 5px;

}

.product-button .btn-style-1,
.product-button .btn-style-2 {
    font-weight: 500;
    padding: 10px 30px;
    margin: 0;

}

.product-button {
    align-items: center;
}