.shopify-model-viewer-ui model-viewer {
  --progress-bar-height: 2px;
  --progress-bar-color: $product-media-fill-color;
}
.justify-content-center {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap;
  padding-left: 1px;
}

ul .page-item {
  list-style: none !important;
  text-align: center !important;
  padding: 10px 18px;
  border: 1px solid #666;
  border-right: none;
  border-radius: 5px;
  margin-left: 10px;
  border-right: 1px solid;
}
ul .page-item:hover{
  background: #666;
  color: #fff;
}
ul .page-item:last-child{
  border-right: 1px solid #666;
}

.justify-content-center .active{
  background: #666;
  color: #fff;
}
