/* Enqueued only for authorised product preview, or after the shop is published. */
body.single-product .woocommerce-product-gallery{opacity:1!important;visibility:visible!important}
body.single-product .fabb-single-image{background:#fff;min-width:0;width:100%;text-align:center;margin-bottom:24px}
body.single-product .fabb-single-image img{display:block;width:100%;height:auto;max-height:640px;object-fit:contain;background:#fff;mix-blend-mode:normal;filter:none}
body.single-product .fabb-single-image.images{float:left;width:48%}
body.single-product .fabb-image-diagnostic{clear:both;margin:20px;padding:14px 18px;background:#f5eee5;border:1px solid #d7c9ba;color:#302b28;font-size:14px;line-height:1.6}
@media(max-width:767px){
 body.single-product .fabb-single-image.images{float:none;width:100%}
}
