.product-images {
  padding: 1rem 0;
  display: flex;
}

.product-slider model-viewer {
  width: 100% !important;
  height: 600px !important;
}

.product-images model-viewer {
  width: 100px !important;
  height: 100px !important;
}

.product-images > a {
  width: 100px !important;
  outline: none;
  margin-right: 20px;
}