.gallery {
    position: relative;
  }
  .gallery img {
    height: 400px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
  }
  .thumbnails {
    column-gap: 5px;
  }
  .thumbnails img {
    width: 70px;
    height: auto;
    cursor: pointer;
    margin-bottom: 5px;
  }
  .thumbnails img:last-child {
    margin-right: 0;
  }
.product-title {
  margin: 0;
}

.gallery-col, .desc {
  min-width: 250px;
  margin-bottom: 20px;
}