.wc-product-image__wrapper {
  position: relative;
}
.wc-product-image__image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.wc-product-image__gallery {
  position: absolute;
  top: 0;
  left: -96px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1776px) {
  .wc-product-image__gallery {
    position: relative;
    left: 0;
    flex-direction: row;
    margin-top: 20px;
  }
}
.wc-product-image__gallery a {
  display: flex;
  height: 76px;
  width: 76px;
  border: 1px solid #eaeaea;
}