<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@media print {
	
	
	body {
   display:table;
   table-layout:fixed;
   padding-top:0;
   padding-bottom:0;
   height:auto;
   }
	
	html, body, row {
		width:100%;
	}
 
 	header.container, footer.container, .container.page-title, .single-product .product-info, .widget_layered_nav, .variations, .product-options, .product-options-downloads, .additional-links {
	 	display: none;
 	}
 	
 	.single-product .woocommerce-product-gallery__wrapper {
	 	border:none;
	 	width:100%;
 	}
 	
 	.image-content-holder, .single-product .entry-summary {
	 	width:100%!important;
 	}
 	
 	.single-product .woocommerce-product-gallery__wrapper  div img {
	 	max-height:500px;
	 	width:auto;
 	}
 	
 	.single-product .woocommerce-product-gallery__wrapper  div {
	 	width:50%;
 	}
 	
 	.single-product h1.product_title {
	 	border-top:0;
 	}
 	
 	.single-product .image-content-holder .product_sku {
	 	border-bottom:0;
 	}
 	
 	
 	
 }</pre></body></html>