.product-desc.d-flex {
    display: flex;
    justify-content: space-between;
}
.product-desc.d-flex p {
    width: 48%;
}

.product_customizer_gallery .slick-slide {
    background-color: #f3f3f3;
    padding: 10px 0;
}
.product_customizer_gallery img {
    height: 95px;
    width: 100%;
    object-fit: cover;
}
.product_customizer_gallery2 img {
    height: 300px;
    object-fit: cover;
}


model-viewer {
    width: 100%;
    /* background-color: #f3f3f3; */
    height: 300px;
}




.over-visible {
  overflow: visible;
}

.synch-carousels {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
}

.synch-carousels > * {
  width: 100%;
}

.synch-carousels .right {
  order: -1;
}

.synch-carousels .left {
  overflow: hidden;
}



.synch-carousels .slick-slide {
  outline: none;
}

.synch-carousels .slick-vertical .slick-slide {
  border: none;
}

.synch-carousels .product_customizer_gallery .slick-list {
  height: auto !important;
  margin: 0 -20px;
}

.synch-carousels .product_customizer_gallery .slick-slide {
  cursor: pointer;
}

.synch-carousels .product_customizer_gallery .slick-slide {
  margin: 0 20px;
}

.synch-carousels .nav-arrows {
  display: flex;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.synch-carousels .nav-arrows svg {
  fill: #000;
}

.synch-carousels .arrow-left {
    margin-right: 35px;
}
button.arrow-right.slick-arrow,
.synch-carousels .arrow-left{
    background-color: transparent;
}

.synch-carousels .photos-counter {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 0 20px;
  color: white;
  background: #292929;
}

@media screen and (min-width: 480px) {
  .synch-carousels .right {
    margin-bottom: 20px;
  }

  .synch-carousels .gallery {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .synch-carousels .right {
    position: relative;
    width: calc(100% - 230px);
    margin-bottom: 0;
    order: 2;
  }

  .synch-carousels .left {
    width: 210px;
  }

  .synch-carousels .product_customizer_gallery .slick-slide {
    margin: 0 0 10px 0;
  }

  .synch-carousels .product_customizer_gallery .slick-list {
    margin: 0;
  }
}

@media(max-width: 992px) {
    .product-desc.d-flex {
        flex-direction: column;
    }
    .product-desc.d-flex p, .synch-carousels {
        width: 100%;
    }
    .synch-carousels .product_customizer_gallery .slick-slide {
        margin: 5px 5px 0;
    }
    .product_customizer_gallery img {
        height: auto;
    }
}