[id^=cashback-module] {
  width: 100%;
}

.fondue-cashback-modal {
  all: unset;
  z-index: 2147483647; /* (maximum) We use this value because Shopify have themes that have elements with z-index: 99999999 */
  width: 650px;
  background-color: #FFFFFF;
  color: #000000;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  padding: 48px;
  padding-bottom: 0;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 0;
  position: fixed;
  max-height: 95%;
  overflow: auto;
  height: max-content;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: "Fondue-Inter", sans-serif;
  line-height: 17px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}
.fondue-cashback-modal * {
  all: unset;
  font-family: "Fondue-Inter", sans-serif !important;
  box-sizing: border-box;
}
.fondue-cashback-modal img {
  object-fit: contain;
}
.fondue-cashback-modal .fondue-cashback-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-header h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  margin: 10px 0;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-header span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-header img {
  width: 55px;
  height: 55px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 24px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-info .fondue-cashback-modal-content-info-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 135px;
  min-height: 80px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-info .fondue-cashback-modal-content-info-icon img {
  height: 40px;
  width: 40px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-info .fondue-cashback-modal-content-info-icon img.modal-email-icon {
  width: 30px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-info .fondue-cashback-modal-content-info-icon span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  max-width: 110px;
  position: relative;
  top: 10px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-info .fondue-cashback-modal-content-info-arrow {
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-info .fondue-cashback-modal-content-info-arrow .long-arrow-img {
  position: relative;
  top: -16px;
  height: 20px;
  width: 85px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-info .fondue-cashback-modal-content-info-arrow .short-arrow-img {
  height: 20px;
  width: 85px;
  display: none;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products {
  width: 100%;
  max-width: 450px;
  background: #F5F4F6;
  border-radius: 10px;
  position: relative;
  font-size: 12px;
  margin-top: 40px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products .eligible-products-badge, .fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products .not-eligible-products-badge {
  padding: 2px 12px;
  height: 20px;
  background: #D1FAE5;
  border-radius: 12px;
  position: absolute;
  left: 25px;
  top: -10px;
  line-height: 16px;
  text-align: center;
  color: #065F46;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products .not-eligible-products-badge {
  background: #FEF3C7;
  color: #92400E;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products .eligible-products-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-top: 1px solid #D1D5DB;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products .eligible-products-footer .eligible-products-footer-promotion-name {
  font-size: 14px;
  font-weight: 700;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products .eligible-products-footer .eligible-products-footer-promotion-badge {
  width: 46px;
  height: 20px;
  background: #D1FAE5;
  border-radius: 4px;
  padding: 2px 10px;
  font-weight: 500;
  font-size: 12px;
  color: #065F46;
  margin-left: 10px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products .eligible-products-footer .eligible-products-footer-promotion-total {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #065F46;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products .eligible-products-threshold-info {
  width: 15px;
  height: 15px;
  padding: 0 16px;
  text-align: left;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products .eligible-products-threshold-info img {
  margin-right: 6px;
  margin-top: 2px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products .eligible-products-threshold-info p {
  margin: 0;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-eligible-products .eligible-products-threshold-info span {
  color: #991B1B;
  font-weight: 700;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-modal-content-bottom span {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  display: block;
  margin-top: 12px;
  max-width: 450px;
  opacity: 0.8;
  text-align: left;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 10px;
  margin-top: 30px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-footer .fondue-safe-secure-wrapper {
  display: inline-block;
  width: 150px;
  margin-left: 2px;
  text-align: left;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-footer .fondue-safe-secure-wrapper img {
  width: 14px;
  height: 14px;
  position: relative;
  top: 3px;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-footer .fondue-powered-wrapper {
  width: 150px;
  opacity: 0.7;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-footer .fondue-powered-wrapper img {
  width: 40px;
  height: 10px;
  top: 2px;
  position: relative;
}
.fondue-cashback-modal .fondue-cashback-modal-content .fondue-cashback-footer .cashback-redemption-terms-link {
  width: 150px;
  color: inherit;
  white-space: nowrap;
  text-decoration: underline;
}
.fondue-cashback-modal .fondue-close-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  color: black !important;
  padding: 4px;
  display: flex;
  cursor: pointer;
}
.fondue-cashback-modal .fondue-close-btn img {
  width: 12px;
  height: 12px;
}

.fondue-bg-wrapper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(75, 85, 99, 0.5);
  display: flex !important;
  opacity: 0;
  height: 0;
  position: fixed;
  z-index: 2147483646; /* one less than the .fondue-cashback-modal, so it will be on top of the background */
}

@media only screen and (max-width: 670px) {
  .fondue-cashback-modal {
    width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 500px) {
  .fondue-cashback-modal {
    padding: 24px;
  }
  .fondue-cashback-modal .fondue-cashback-modal-content-info-arrow .long-arrow-img {
    display: none;
  }
  .fondue-cashback-modal .fondue-cashback-modal-content-info-arrow .short-arrow-img {
    display: block !important;
  }
  .fondue-cashback-modal .fondue-powered-wrapper {
    text-align: left !important;
  }
  .fondue-cashback-modal .fondue-cashback-footer {
    display: flex !important;
    margin-top: 24px !important;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
  .fondue-cashback-modal .fondue-cashback-footer .fondue-safe-secure-wrapper {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 380px) {
  .fondue-cashback-modal .fondue-cashback-footer {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center !important;
  }
  .fondue-cashback-modal .fondue-cashback-footer .fondue-powered-wrapper {
    text-align: center !important;
  }
}
@media only screen and (max-width: 600px) and (min-width: 320px) {
  .fondue-bg-wrapper {
    padding: 0 15px;
  }
  .fondue-cashback-chip-container div.fondue-cashback-chip {
    top: 0;
    left: 0;
    padding: 0 5px;
    font-size: 10px;
  }
}
.fondue-collapsible {
  display: block;
  padding-top: 18px;
  max-height: 50px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.fondue-collapsible.open {
  max-height: 200px;
  overflow-y: auto;
}
.fondue-collapsible.open .fondue-collapsible-arrow {
  transform: rotate(0deg) !important;
}
.fondue-collapsible .fondue-collapsible-header {
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.fondue-collapsible .fondue-collapsible-header .fondue-collapsible-arrow {
  transition: transform 0.2s ease-out;
  transform: rotate(180deg);
}
.fondue-collapsible .fondue-collapsible-content {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 26px;
  margin-bottom: 10px;
  text-align: left;
}
.fondue-collapsible .fondue-collapsible-content .fondue-collapsible-content-no-products {
  font-weight: 700;
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
}
.drawer__inner {
  overflow: auto !important;
}

.fondue-cashback-chip-container {
  position: relative;
}
.fondue-cashback-chip-container .fondue-cashback-chip {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  border-radius: 12px;
  padding: 3px 8px;
  font-family: "Fondue-Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  background: #fff;
  left: 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fondue-cb-vs-discount-banner-wrapper {
  font-family: "Fondue-Inter", sans-serif;
  width: 100%;
  margin: 14px 0 14px auto;
}

#fondue-cb-vs-discount-banner-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6B7280;
  font-weight: 500;
  font-size: 11px;
}

#fondue-cb-vs-discount-banner-selection {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option-wrapper {
  flex: 1;
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option-wrapper:not(:first-child) {
  margin-left: 4px;
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option-wrapper:not(:last-child) {
  margin-right: 4px;
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option-wrapper input[type=radio] {
  display: none;
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option-wrapper input[type=radio]:checked + .fondue-cb-vs-discount-banner-selection-option {
  background: #ECFDF5;
  border: 1px solid #047857;
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option-wrapper input[type=radio]:checked + .fondue-cb-vs-discount-banner-selection-option .fondue-cb-vs-discount-banner-selection-option-main {
  color: #10B981;
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option-wrapper input[type=radio]:checked + .fondue-cb-vs-discount-banner-selection-option .fondue-cb-vs-discount-banner-selection-option-secondary {
  color: #1F2937;
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option {
  position: relative;
  height: 87px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 16px 12px;
  cursor: pointer;
  background: #FAFAFA;
  border: 1px solid #9CA3AF;
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option .fondue-cb-vs-discount-banner-selection-option-chip-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option .fondue-cb-vs-discount-banner-selection-option-chip {
  padding: 4px 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #10B981;
  border: 1px solid #047857;
  border-radius: 16px;
  font-weight: 700;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  color: #FFFFFF;
  transform: translateY(-85%);
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option .fondue-cb-vs-discount-banner-selection-option-main {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #6B7280;
}
#fondue-cb-vs-discount-banner-selection .fondue-cb-vs-discount-banner-selection-option .fondue-cb-vs-discount-banner-selection-option-secondary {
  margin-top: 8px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #6B7280;
}

#fondue-cashback-product-banner-container-product-page {
  width: 100%;
  margin: 14px 0 14px auto;
}

.fondue-banner-wrapper {
  background: #fafafa;
  box-sizing: border-box;
  padding: 12px;
  margin-bottom: 14px;
  border-radius: 6px;
}
.fondue-banner-wrapper .fondue-banner-wrapper-top {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fondue-banner-wrapper .fondue-banner-wrapper-top .fondue-logos-container {
  display: flex;
  align-items: center;
}
.fondue-banner-wrapper .fondue-banner-wrapper-top .fondue-logos-container .fondue-image-wrapper {
  margin-right: 4px;
  display: flex;
}
.fondue-banner-wrapper .fondue-banner-wrapper-top .fondue-info-wrapper {
  cursor: pointer;
}
.fondue-banner-wrapper .fondue-banner-wrapper-bottom {
  text-align: left !important;
  font-family: "Fondue-Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.fondue-banner-wrapper .fondue-banner-wrapper-bottom p {
  color: #1F2937;
  margin: 0;
  line-height: 15px;
  font-size: 12px;
}
.fondue-banner-wrapper .fondue-banner-wrapper-bottom p span {
  font-weight: 700;
  display: inline-block;
}