/* Customers print the returns and shipping pages — make that readable. */
.site-head,
.drawer,
.hero__media,
.marquee,
.band--materials,
.band--strips,
.band--look,
.cat-rail,
.shop-tools,
.related-band,
.skip { display: none !important; }

body { background: #fff; color: #000; font-size: 11pt; }

.page-head, .shop-head {
	background: #fff !important;
	color: #000 !important;
	padding: 0 0 1rem !important;
}
.page-head__title, .shop-head__title { font-size: 22pt; }
.prose { max-width: none; padding: 0; margin: 0; }
.prose a { color: #000; text-decoration: underline; }
.prose a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }

.site-foot { background: #fff !important; color: #000 !important; padding: 1rem 0 0; }
.site-foot__note, .site-foot__line, .site-foot__bar { color: #333 !important; }
