/* PDP-only gallery: keep every real photo and full-size control accessible. */
.product-page .pdp-main-image > img {
  object-fit: contain;
  object-position: center;
}
.product-page .pdp-gallery-bottom {
  flex-wrap: wrap;
}
.product-page .pdp-thumbnails {
  flex: 1 1 280px;
  flex-wrap: wrap;
  min-width: 0;
}
.product-page .pdp-thumbnails > button {
  flex: none;
  min-width: 44px;
  min-height: 44px;
}
.product-page .pdp-gallery-bottom > p {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.product-page .pdp-image-count {
  flex: none;
}
@media (max-width: 1100px) {
  .product-page .pdp-thumbnails {
    flex-basis: 100%;
  }
  .product-page .pdp-gallery-bottom > p {
    text-align: left;
  }
}
