/* hide account and cart while we're still linkking off to Shopify */

.header__tools-cart,.header__tools-account {
  display: none !important;
}

/* making body text same typeface */
.tinymce p,
#blog-page p,
p {
	font-family: "Hepta Slab", serif;
}


/* Richie Owens Artist Page*/

#postid-2897 #artist-section-1 {
  margin-bottom: 25rem !important;
}

/* Remove Product category form card */
.woocommerce ul.products li.product .product-cats a {
  display: none;
}

/* Artists archive page tablet alignment fix */
@media only screen and (max-width: 1280px) {
	#blog-page article.post.artist:nth-of-type(2n) .post-content {
		padding: 17rem 3rem 3rem;
	}
}

.wst-woo-product .arrows-pattern-up, .wst-woo-product .arrows-pattern-down {
	background-size: 10rem 97.4%
}