/* Colloidal silver PDP: show the whole gallery photo, and keep size cards in the column. */

html body.single-product.chb-cs-pdp .woocommerce-product-gallery > .flex-viewport {
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
}

html body.single-product.chb-cs-pdp .woocommerce-product-gallery__wrapper {
  width: 100% !important;
  height: auto !important;
  transform: none !important;
}

html body.single-product.chb-cs-pdp .woocommerce-product-gallery__image {
  display: none !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

html body.single-product.chb-cs-pdp .woocommerce-product-gallery__image.flex-active-slide {
  display: block !important;
}

html body.single-product.chb-cs-pdp .woocommerce-product-gallery__image img,
html body.single-product.chb-cs-pdp .woocommerce-product-gallery img.wp-post-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.single-product.chb-cs-pdp .chb-cs-sizesel,
html body.single-product.chb-cs-pdp .chb-cs-cards {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html body.single-product.chb-cs-pdp .chb-cs-card {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}
