@media print {
	html, * {
		color: #000 !important;
		background: none !important;
		float: none !important;
	}

	.owl-featured-products,
	.product-grid > .product-wrapper > .product-container > .product-image,
	.notification-bar,
	.grecaptcha-badge,
	#hero-header,
	*::before, *::after,
	video, img {
		display: none !important;
	}

	.dist-accordion-content,
	.dist-accordion-content img {
		display: block !important;
	}

	.product-grid > .product-wrapper > .product-container {
		width: 100%;
	}

	.wpb_animate_when_almost_visible, .wpb_fadeIn, .fadeIn {
		opacity: 1 !important;
	}
}