.elementor-10540 .elementor-element.elementor-element-910226e{--display:flex;}/* Start custom CSS for container, class: .elementor-element-910226e *//* ONLY donation product page */
body.donation-product #product-10533 {

  /* cleaner container */
  max-width: 760px;
  margin: 0 auto;
}

/* hide useless junk */
body.donation-product #product-10533 .product_meta,
body.donation-product #product-10533 .woocommerce-tabs,
body.donation-product #product-10533 .related.products,
body.donation-product #product-10533 .quantity,
body.donation-product #product-10533 .screen-reader-text,
body.donation-product #product-10533 #reviews,
body.donation-product #product-10533 .prodcut-grid-rating,
body.donation-product #product-10533 .prodcut-list-rating {
  display: none !important;
}

/* title */
body.donation-product #product-10533 .product_title {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* suggested price text */
body.donation-product #product-10533 .price {
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
  opacity: .8;
}

/* center form */
body.donation-product #product-10533 form.cart {
  max-width: 420px;
  margin: 100px auto;
  text-align: center;
}

/* Woonp wrapper */
body.donation-product #product-10533 .woonp {
  width: 100%;
}

/* label */
body.donation-product #product-10533 .woonp label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}

/* amount input */
body.donation-product #product-10533 .woonp-input {
  width: 100%;
  height: 58px;
  font-size: 28px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #ddd;
  margin-bottom: 18px;
  padding: 0 15px;
  outline: none;
}

/* focus state because chaos needs boundaries */
body.donation-product #product-10533 .woonp-input:focus {
  border-color: #999;
}

/* donate button */
body.donation-product #product-10533 .single_add_to_cart_button {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease;
}

/* hover */
body.donation-product #product-10533 .single_add_to_cart_button:hover {
  transform: translateY(-1px);
  opacity: .92;
}

/* spacing */
body.donation-product #product-10533 .woo-single-summery {
  padding: 40px 20px;
}

/* remove empty left image column */
body.donation-product #product-10533 .col-xl-6:first-child,
body.donation-product #product-10533 .col-lg-6:first-child {
  display: none !important;
}

/* make content full width */
body.donation-product #product-10533 .col-xl-6:last-child,
body.donation-product #product-10533 .col-lg-6:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}

/* mobile */
@media (max-width: 768px) {

  body.donation-product #product-10533 {
    max-width: 100%;
    padding: 0 15px;
  }

  body.donation-product #product-10533 .product_title {
    font-size: 32px;
  }

  body.donation-product #product-10533 .price {
    font-size: 16px;
    margin-bottom: 20px;
  }

  body.donation-product #product-10533 form.cart {
    margin: 50px auto;
    max-width: 100%;
  }

  body.donation-product #product-10533 .woonp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }

  body.donation-product #product-10533 .woonp label {
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
  }

  body.donation-product #product-10533 .woonp-input {
    font-size: 24px;
    height: 54px;
    margin-bottom: 0;
  }

  body.donation-product #product-10533 .single_add_to_cart_button {
    height: 54px;
    font-size: 18px;
  }

  body.donation-product #product-10533 .woo-single-summery {
    padding: 25px 10px;
  }
}/* End custom CSS */