/* Force product gallery images to 1:1 square */
.woocommerce-product-gallery .flexy-item {
  aspect-ratio: 1 / 1 !important;
}
.woocommerce-product-gallery .flexy-item .ct-media-container {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}
.woocommerce-product-gallery .flexy-item .ct-media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1 !important;
}
.woocommerce-product-gallery .flexy-view,
.woocommerce-product-gallery .flexy {
  aspect-ratio: 1 / 1 !important;
}
