/* Vanto Bracelet Designer v2.9.26 — normalized WooCommerce gallery */
.vbd-gallery-product-page .woocommerce-product-gallery,
.vbd-gallery-product-page .woocommerce-product-gallery__wrapper,
.vbd-gallery-product-page .woocommerce-product-gallery__image,
.vbd-gallery-product-page .woocommerce-product-gallery__image > a{
  min-width:0;
}
.vbd-gallery-product-page .woocommerce-product-gallery__wrapper{
  margin:0;
  background:#fff;
}
.vbd-gallery-product-page .woocommerce-product-gallery__image{
  aspect-ratio:1/1;
  display:grid!important;
  place-items:center;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
}
.vbd-gallery-product-page .woocommerce-product-gallery__image > a{
  width:100%;
  height:100%;
  display:grid!important;
  place-items:center;
  background:#fff;
}
.vbd-gallery-product-page .woocommerce-product-gallery__image img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff;
}
.vbd-gallery-product-page .flex-control-thumbs{
  display:grid!important;
  grid-template-columns:repeat(auto-fill,minmax(70px,1fr));
  gap:10px;
  margin-top:12px!important;
}
.vbd-gallery-product-page .flex-control-thumbs li{
  float:none!important;
  width:auto!important;
  min-width:0;
  margin:0!important;
  aspect-ratio:1/1;
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:13px;
  background:#fff;
}
.vbd-gallery-product-page .flex-control-thumbs img{
  display:block;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:5%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#fff;
}
.vbd-gallery-product-page .flex-control-thumbs img.flex-active{
  box-shadow:inset 0 0 0 2px #111;
  opacity:1!important;
}
.vbd-gallery-product-page .vbd-product-description-preview img,
.vbd-gallery-product-page .vbd-product-materials img,
.vbd-gallery-product-page .vbd-product-assembly img{
  object-fit:contain!important;
  object-position:center!important;
  background:#fff!important;
}
@media (max-width:782px){
  .vbd-gallery-product-page .woocommerce-product-gallery__image{border-radius:14px}
  .vbd-gallery-product-page .flex-control-thumbs{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}
  .vbd-gallery-product-page .flex-control-thumbs li{border-radius:10px}
}
