{"version":3,"sources":["before.js","single.js","after.js"],"names":["$","OpalWoocommerceSingleProduct","_classCallCheck","this","initSlideProduct","_createClass","key","value","lightbox","length","attr","jQuery"],"mappings":"8XAAA,SAAAA,GCaA,IDbA,WCCA,QAAAC,KAAAC,gBAAAC,KAAAF,GACAE,KAAAC,mBDFA,MAAAC,cAAAJ,IAAAK,IAAA,mBAAAC,MAAA,WAAA,GAAAC,GAAAR,EAAA,0DAAAQ,GAAAC,QCCAD,EAAAE,KAAA,+BAAA,UDDAT,OEAAU","file":"single.js","sourcesContent":["(function ($) {","class OpalWoocommerceSingleProduct {\n    constructor() {\n        this.initSlideProduct();\n    }\n\n    initSlideProduct() {\n        let lightbox = $('.single-product .woocommerce-product-gallery__image > a');\n        if (lightbox.length) {\n            lightbox.attr(\"data-elementor-open-lightbox\", \"no\");\n        }\n    }\n}\n\nnew OpalWoocommerceSingleProduct();","})(jQuery);"]}