html.afp-photo-boot .single-product div.product .woocommerce-product-gallery,
html.afp-photo-boot .single-product div.product .images {
  opacity: 0 !important;
  transition: opacity .18s ease;
}

html.afp-photo-boot-ready .single-product div.product .woocommerce-product-gallery,
html.afp-photo-boot-ready .single-product div.product .images {
  opacity: 1 !important;
}

html.afp-photo-boot .single-product div.product .woocommerce-product-gallery,
html.afp-photo-boot .single-product div.product .images {
  visibility: hidden !important;
}

html.afp-photo-boot-ready .single-product div.product .woocommerce-product-gallery,
html.afp-photo-boot-ready .single-product div.product .images {
  visibility: visible !important;
}
