/* .woocommerce-result-count::before {
    content: "Thank you for your interest. The shop is coming soon and books will be available to purchase by October! Until then, please feel free to browse the below products.";
  padding-bottom: 20px;
  display: block;
  color: #FF7800;
} 

.button.add_to_cart_button.product_type_simple, .single_add_to_cart_button.button.alt {
   pointer-events: none;
   cursor: default;
  background-color: #CCC;
}

.button.add_to_cart_button.product_type_simple::after, .single_add_to_cart_button.button.alt::after {
 color: #FF7800;
  font-size: .5rem;
  display: block;
  content: "(Coming soon)";
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
 	background-color: #CCC; 
  color: #777;
} */