.elementor-1870 .elementor-element.elementor-element-6622e8a{--display:flex;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-2666aa5 *//* Style the "Click here to enter your code" link */
.woocommerce-info .showcoupon {
  color: #6f36aa !important;   /* your purple */
  font-weight: 600;            /* optional: make it bolder */
  text-decoration: none;       /* remove underline */
}

.woocommerce-info .showcoupon:hover {
  color: #4c2377 !important;   /* darker purple on hover */
  text-decoration: underline;  /* optional hover effect */
}

/* Hide WooCommerce privacy policy text on checkout */
.woocommerce-privacy-policy-text {
  display: none !important;
}

.edit-cart-link a {
  display: inline-block;
  background-color: #6f36aa !important; /* same purple as your theme */
  color: #fff !important;              /* white text */
  font-weight: 600;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 6px;                  /* rounded corners */
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.edit-cart-link a:hover {
  background-color: #4c2377 !important; /* darker purple on hover */
  color: #fff !important;
  text-decoration: none;
}

.edit-cart-link .button {
  background-color: #6f36aa !important;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}
.edit-cart-link .button:hover {
  background-color: #4c2377 !important;
}/* End custom CSS */