html.no-scroll-initial, body.no-scroll-initial {
  overflow: hidden !important;
  height: auto !important;
}

.gen-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.gen-popup.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.gen-popup__outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.2s all ease-in-out;
}

.gen-popup__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 20px - 20px);
  max-height: calc(100% - 47px - 47px);
  background: #fff;
  overflow: auto;
  border-radius: 10px;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
.is-active .gen-popup__inner {
  opacity: 1;
  transition-delay: 0.1s;
}
.gen-popup__inner::-webkit-scrollbar {
  width: 5px;
}
.gen-popup__inner::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
}
.gen-popup__inner::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
.gen-popup__inner::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.gen-popup__inner::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .gen-popup__inner {
    max-height: 85vh;
    width: 519px;
  }
  .gen-popup__inner--mixed {
    flex-direction: row-reverse;
    width: 850px;
  }
}

.gen-popup__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  cursor: pointer;
  padding: 8px;
}
.gen-popup__close-btn:hover, .gen-popup__close-btn:focus, .gen-popup__close-btn:active {
  opacity: 0.7;
}

.gen-popup__content {
  background: #fff;
  color: #333;
  padding: 6vh 32px;
}
@media screen and (min-width: 768px) {
  .gen-popup__inner--mixed .gen-popup__content {
    padding: 75px 37px;
    width: 61%;
  }
}

.gen-popup__content-inner {
  text-align: center;
}

.gen-popup__content-title {
  margin-bottom: 34px;
}
.gen-popup__content-title h2 {
  font-family: sweet-sans-pro, sans-serif;
  font-size: 35px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .gen-popup__content-title h2 {
    font-size: 45px;
  }
}

.gen-popup__copy p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.gen-popup__cta {
  margin-top: 3vh;
}
@media screen and (min-width: 768px) {
  .gen-popup__cta {
    margin-top: 41px;
  }
}

.gen-popup__media {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gen-popup__media {
    width: 39%;
  }
}

.gen-popup__media-inner {
  position: relative;
  padding-bottom: 64%;
}
.gen-popup__media-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 768px) {
  .gen-popup__media-inner {
    padding-bottom: 0;
    height: 100%;
  }
}

.donation-product .c7-product {

  width: 100%;

}



.donation-product .c7-product__info {

  width: 100%;

}



.donation-product .c7-product__variant__price {

  display: none;

}



.donation-product .c7-product__variant {

  display: flex;

  margin-top: 16px;

}



.donation-product .c7-product__variant__select {

  margin-bottom: 0;

}



.donation-product .c7-product__variant__add-to-cart label {

  display: none;

}



.donation-product .c7-product .c7-product__variant__add-to-cart {

  margin-left: 16px;

}

/*# sourceMappingURL=style-general-popup.css.map */
