body.page-template-page-shaker-door .woocommerce .woocommerce-message {
  padding: 30px 50px !important;
  background-color: #945dad !important;
  color: #fff !important;
  border-left: 4px solid #945cad !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-radius: 4px !important;
  max-width: 1000px;
  margin: 0 auto 1rem auto !important;
  gap: 1rem;
}

body.page-template-page-shaker-door .woocommerce .woocommerce-message::before {
  content: "\e015";
  color: white;
  margin-right: 1rem;
  font-family: WooCommerce; /* adjust this if needed */
  display: inline-block;
}