.fondue-cashback-modal {
  z-index: 2147483647; /* (maximum) We use this value because Shopify have themes that have elements with z-index: 99999999 */
  width: 490px;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  padding: 48px;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 0;
  position: fixed;
  max-height: 95%;
  overflow: auto;
  height: max-content;
}
.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-cashback-logo {
  display: flex;
  align-items: center;
}
.fondue-cashback-modal .fondue-cashback-logo .fondue-plus-icon {
  margin: 0 12px;
}
.fondue-cashback-modal .fondue-product-details {
  margin: 24px 0;
  font-family: "Fondue-Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
}
.fondue-cashback-modal .fondue-product-ul {
  padding: 0 0 18px 0;
  list-style: none;
  border-bottom: 1px solid #D1D5DB;
  margin: 0 0 32px 0;
}
.fondue-cashback-modal .fondue-product-ul .fondue-product-li {
  font-family: "Fondue-Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #1F2937;
  margin-bottom: 18px;
  position: relative;
  padding-left: 20px;
}
.fondue-cashback-modal .fondue-product-ul .fondue-product-li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
}
.fondue-cashback-modal .fondue-product-li-one {
  font-family: "Fondue-Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1F2937;
  margin-bottom: 12px;
  margin-top: 0;
}
.fondue-cashback-modal .fondue-coupon-text {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.fondue-cashback-modal .fondue-coupon-text span {
  margin: 0 0 0 12px;
  font-family: "Fondue-Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: #1F2937;
}
.fondue-cashback-modal .fondue-submission-wrapper {
  margin: 20px 0;
}
.fondue-cashback-modal .fondue-submission-wrapper p {
  font-family: "Fondue-Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #1F2937;
  margin-bottom: 24px;
  margin-top: 0;
}
.fondue-cashback-modal .fondue-submission-wrapper p a {
  color: #1D4ED8;
  text-decoration: underline;
}
.fondue-cashback-modal .fondue-cashback-footer-logo {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.fondue-cashback-modal .fondue-cashback-footer-logo .fondue-powered-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.fondue-cashback-modal .fondue-cashback-footer-logo .fondue-powered-wrapper .fondue-powered-wrapper-span {
  font-family: "Fondue-Inter", sans-serif;
  font-style: normal;
  font-weight: 333;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #374151;
  margin: 0 4px 0 0;
}
.fondue-cashback-modal .fondue-cashback-footer-logo .fondue-cashback-link {
  font-family: "Fondue-Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.02em;
  text-decoration-line: underline;
  color: #1D4ED8;
}

.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: 510px) {
  .fondue-cashback-modal {
    width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 600px) and (min-width: 320px) {
  .fondue-cashback-modal {
    max-height: 91%;
    overflow: auto;
    padding: 32px 24px 40px 24px;
  }
  .fondue-bg-wrapper {
    padding: 0 15px;
  }
  .fondue-cashback-chip-container div.fondue-cashback-chip {
    top: 0;
    left: 0;
    padding: 0 5px;
    font-size: 10px;
  }
}
.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;
}