<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This is needed for internet explorer 8 */
@media print {
	/* gather primary UI */
	@import url('normalize.css');
	@import url('style.css');
	@import url('custom.css');
	
	/* adjust for better print view */
	body,#header .header-bar {
		background-image: none;
	}
	
	span.label {
		border-radius: 0;
		border: 0;
	}
	
	#header .header-bar *,
	#header .header-bar,
	#header .header-banner,
	#navigation,#secondary,
	#footer,#primary .actions,
	.html-slot-container,
	.content-asset,
	a.print-page,
	a.btn,
	button.btn {
		display: none;
	}
	
	.pt_wish-list h1,
	.pt_wish-list .searchdesc,
	.pt_wish-list .form-inline,
	.pt_wish-list #primary &gt; form,
	.pt_wish-list #primary &gt; .item-option,
	.pt_wish-list .breadcrumb,
	.pt_wish-list .continue-shopping-wishlist {
		display: none;
	}
	
	.pt_wish-list #primary {
		width: 100%;
	}
	
	#navigation ul.level-1.menu-category {
		display: none;
	}
	
	.primary-logo {
		padding: 0;
		margin: 0 0 0 15px;
		position: relative;
	}
	
	#header .primary-logo a[href]:after {
	    content: "";
	}
	
	.order-confirmation-details .item-information-total {
		width: 30%;
		float: none;
	}
	
	.pt_order-confirmation .item-information-total &gt; .section-header.item-header-align {
		padding: 0;
	}
	
	.pt_order-confirmation .confirmation-order-body {
		margin: 10px 10px 0 10px;
		overflow: visible !important;
	}
	 
	.pt_order-confirmation .confirmation-order-nav {
		display: none;
	}
	
	.product-list-item a[href]:after {
	    content: "";
	}
	
	.item-information {
		width: 100% !important;
	} 
	
	.pt_order-confirmation .order-shipment-table .shipmentItem td.item-price .priceyousave .value{
		position: absolute;
		right: 10px;
	}
	
	.pt_order-confirmation .order-shipment-table .shipmentItem img {
		width: 100px !important;
		height: auto;
	}
}</pre></body></html>