.woocommerce ul.products li.product .button {
  background: linear-gradient(135deg, #9235B9, #6B2D7F, #4A1F59);
  color: #FFFCF7;
  border-radius: 9999px;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: #1A1325;
}
.woocommerce span.onsale { display: none; }
.woocommerce .price { color: #6B2D7F; font-family: 'Cormorant Garamond', serif; }
.woocommerce-message { border-top-color: #C9A961; }