/* Core Marketplace Product Card v5.3.0 — gallery */
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery{
  width:100%!important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery .flex-viewport,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image{
  border-radius:0!important;
  box-shadow:none!important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image{
  background:#fff!important;
}

body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image img,
body.single-product.woocommerce div.product div.images img.wp-post-image{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs{
  display:flex!important;
  gap:8px!important;
  margin:16px 0 0!important;
  padding:0 0 4px!important;
  overflow-x:auto!important;
  scrollbar-width:thin;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li{
  flex:0 0 64px!important;
  width:64px!important;
  height:64px!important;
  border:1px solid var(--cmp-product-line)!important;
  background:#fff!important;
  overflow:hidden!important;
  position:relative;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  opacity:1!important;
  padding:2px;
}

body.single-product.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
body.single-product.woocommerce div.product div.images .flex-control-thumbs li img:hover{
  border-bottom:3px solid var(--cmp-product-accent)!important;
}

.amui-gallery-hint{
  margin-top:8px;
  color:var(--cmp-product-muted);
  font-size:12px;
}

/* v5.3.2 — gallery block closer to marketplace layout */
body.single-product.woocommerce.amui-product-card-v532 div.product div.images .woocommerce-product-gallery{
  display:flex!important;
  flex-direction:column!important;
  min-height:500px!important;
}

body.single-product.woocommerce.amui-product-card-v532 div.product div.images .woocommerce-product-gallery .flex-viewport{
  width:100%!important;
  min-height:430px!important;
  height:auto!important;
  border:0!important;
  background:#fff!important;
}

body.single-product.woocommerce.amui-product-card-v532 div.product div.images .woocommerce-product-gallery__wrapper,
body.single-product.woocommerce.amui-product-card-v532 div.product div.images .woocommerce-product-gallery__image,
body.single-product.woocommerce.amui-product-card-v532 div.product div.images figure.woocommerce-product-gallery__image{
  min-height:430px!important;
  aspect-ratio:auto!important;
}

body.single-product.woocommerce.amui-product-card-v532 div.product div.images .woocommerce-product-gallery__image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body.single-product.woocommerce.amui-product-card-v532 div.product div.images .woocommerce-product-gallery__image img,
body.single-product.woocommerce.amui-product-card-v532 div.product div.images img.wp-post-image{
  max-width:100%!important;
  max-height:430px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
}

body.single-product.woocommerce.amui-product-card-v532 div.product div.images .flex-control-thumbs{
  margin-top:auto!important;
  padding:12px 0 0!important;
  gap:10px!important;
  border-top:0!important;
}

body.single-product.woocommerce.amui-product-card-v532 div.product div.images .flex-control-thumbs li{
  flex:0 0 62px!important;
  width:62px!important;
  height:62px!important;
  border:0!important;
  background:#fff!important;
  overflow:hidden!important;
}

body.single-product.woocommerce.amui-product-card-v532 div.product div.images .flex-control-thumbs li img{
  padding:1px!important;
  border:0!important;
  border-bottom:3px solid transparent!important;
}

body.single-product.woocommerce.amui-product-card-v532 div.product div.images .flex-control-thumbs li img.flex-active,
body.single-product.woocommerce.amui-product-card-v532 div.product div.images .flex-control-thumbs li img:hover{
  border-bottom-color:var(--cmp-product-accent)!important;
}

@media (max-width:980px){
  body.single-product.woocommerce.amui-product-card-v532 div.product div.images .woocommerce-product-gallery,
  body.single-product.woocommerce.amui-product-card-v532 div.product div.images .woocommerce-product-gallery .flex-viewport,
  body.single-product.woocommerce.amui-product-card-v532 div.product div.images .woocommerce-product-gallery__wrapper,
  body.single-product.woocommerce.amui-product-card-v532 div.product div.images .woocommerce-product-gallery__image,
  body.single-product.woocommerce.amui-product-card-v532 div.product div.images figure.woocommerce-product-gallery__image{
    min-height:320px!important;
  }
  body.single-product.woocommerce.amui-product-card-v532 div.product div.images .woocommerce-product-gallery__image img,
  body.single-product.woocommerce.amui-product-card-v532 div.product div.images img.wp-post-image{
    max-height:360px!important;
  }
}
