.woocommerce-product-gallery ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1rem !important;
}
@media screen and (max-width: 880px) {
  .woocommerce-product-gallery ol {
    gap: 0.7rem;
    margin-top: 0.5rem !important;
  }
}
.woocommerce-product-gallery ol li {
  width: 9.7rem !important;
}
@media screen and (max-width: 880px) {
  .woocommerce-product-gallery ol li {
    width: 7.2rem !important;
  }
}
.woocommerce-product-gallery ol li img {
  border-radius: 0.4rem !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
  height: 67.2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 880px) {
  .woocommerce-product-gallery .woocommerce-product-gallery__image {
    height: 40rem;
  }
}
.woocommerce-product-gallery .woocommerce-product-gallery__image > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 67.2rem;
}
@media screen and (max-width: 880px) {
  .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
    height: 40rem;
  }
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  max-height: 100%;
  width: auto !important;
}
.wc-memberships-member-discount,
.onsale {
  display: none !important;
}
/*# sourceMappingURL=product-page.css.map */