/* The Wear Wave — bag product images fill frame (no letterboxing) */

.term-bags .rey-productThumbnail {
  aspect-ratio: 3 / 4;
  background: #fff;
  overflow: hidden;
}

.term-bags .rey-productThumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

.term-bags .rey-productThumbnail img[src*="/uploads/bags/"],
.term-bags .rey-productThumbnail img.rey-thumbImg {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
}

/* Product detail gallery */
.woocommerce-product-gallery__image:has(img[src*="/uploads/bags/"]) {
  aspect-ratio: 3 / 4;
  max-height: 640px;
  background: #fff;
  overflow: hidden;
}

.woocommerce-product-gallery__image img[src*="/uploads/bags/"] {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: 640px;
  object-fit: cover !important;
  object-position: center;
}

@media (max-width: 767px) {
  .woocommerce-product-gallery__image:has(img[src*="/uploads/bags/"]) {
    max-height: 480px;
  }
}
