@media print {
	@page { size: auto;  margin: 0mm; }
	
	/* SINGLE PRODUCT */
	body.single-wl_products  a[href]:after {
        content: none !important;
    }
	
	body.single-wl_products .elementor-location-header .topbar,
	body.single-wl_products .elementor-location-header nav,
	body.single-wl_products .elementor-location-header header .elementor-row > div:not(.logo),
	body.single-wl_products .elementor-location-footer,
	body.single-wl_products .noprint {
		display: none!important;
	}
	
	body.single-wl_products .elementor-location-header header .logo,
	body.single-wl_products .wl-single-product-characs {
		width: 100%!important;
	}
	
	body.single-wl_products .elementor-widget-heading {
		padding-left: 0!important;
	}
	
	body.single-wl_products .e-gallery-image {
		-webkit-print-color-adjust: exact !important;
		color-adjust: exact !important;
		print-color-adjust: exact !important;
	}
}