/* Electro HUB — center PDP gallery photos in the main frame */
.eh-pdp-main-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eh-pdp-main-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.1rem;
}
.eh-pdp-main-img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.eh-pdp-thumb img {
  object-fit: contain !important;
  object-position: center center !important;
}
