.fealtyx-extension-disabled-gift-card-popup {
  display: none !important;
}

.fealtyx-main-container-gift-card-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999998;
  display: none;
}

.fealtyx-gift-card-popup-container-gift-card-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000000;
  display: none;
  backdrop-filter: blur(4.050000190734863px);
}

.fealtyx-gift-card-popup-container-gift-card-popup {
  display: none;
  position: fixed;
  top: 55%;
  left: 50%;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 100000001;
  transform: translate(-50%, 100%) scale(1);
  transition: transform 0.3s ease-in-out;
  max-width: 333px;
  border-radius: 8px;
  opacity: 0;
}

.fealtyx-main-container-gift-card-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  transform: translate(-50%, 100%) scale(1);
  transition: transform 0.3s ease-in-out;

  opacity: 0;
  pointer-events: none;
  visibility: hidden;

  max-height: 100vh;
  height: auto;
}

@media (min-width: 620px) {
  .fealtyx-main-container-gift-card-popup {
    top: 50%;
    max-width: 420px;
    max-height: 100vh;
    height: auto;
  }
}

.fealtyx-main-container-gift-card-popup.open {
  transform: translate(-50%, -50%) scale(1);

  opacity: 1;
  pointer-events: auto;
  visibility: visible;

  display: flex;
  flex-direction: column;
}

.fealtyx-gift-card-popup-container-gift-card-popup.open {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.fealtyx-main-container-gift-card-popup-overlay.visible {
  display: block;
}
.fealtyx-gift-card-popup-container-gift-card-popup-overlay.visible {
  display: block;
}

.fealtyx-wrapper-container-header-gift-card-popup {
  background-image: none;
}

.fealtyx-circular-loader-gift-card-popup {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid;
  border-color: #fff #0000;
  animation: l1 1s infinite;
}

@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}

.fealtyx-active-gift-card-container-gift-card-popup {
  display: flex;
  flex-direction: column;
}

/* offer container styles */
.fealtyx-wrapper-container-gift-card-popup {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  overflow-y: auto;
}

/* gift card container header */
.fealtyx-gift-card-container-gift-card-popup {
  width: 100%;
  background: #e4fff3;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.gift-card-container-header-section-gift-card-popup {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
}

.gift-card-container-header-top-gift-card-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.fealtyx-gift-card-popup-confetti-container-gift-card-popup {
  position: absolute;
  pointer-events: none;
}

.gift-card-container-header-title-gift-card-popup {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 8px;
}

.star-icon {
  width: 27px;
  height: 25px;
}

.gift-card-container-header-title-text-gift-card-popup {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08px;
  text-transform: uppercase;
}

.gift-card-container-header-info-button-gift-card-popup {
  margin-left: auto;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: #003c28;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.gift-card-container-header-subtitle-gift-card-popup {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.07px;
}

@media (max-width: 600px) {
  .fealtyx-gift-card-copy-text-gift-card-popup {
    display: none;
  }
}

/* Redeem steps  */
.gift-card-redeem-container-gift-card-popup {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #029354;
  color: #ffffff;
  padding: 16px 12px 16px 16px;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -20px;
  margin-top: 0px;
}

.gift-card-redeem-content-gift-card-popup {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.gift-card-redeem-title-gift-card-popup {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07px;
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: normal;
}

.gift-card-redeem-title-icon-gift-card-popup {
  margin-right: 8px;
}

/* List of steps container */
.gift-card-redeem-steps-list-gift-card-popup {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06px;
  color: #ffffff;
  line-height: 1;
}

/* Individual step item */
.gift-card-redeem-step-item-gift-card-popup {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.gift-card-redeem-step-item-gift-card-popup:last-child {
  margin-bottom: 0;
}

.gift-card-redeem-step-arrow-gift-card-popup {
  margin-right: 8px;
  font-size: 10px;
  font-weight: 300;
}

.gift-card-redeem-image-container-gift-card-popup {
  background-image: url("https://qa-assets-cdn.fealtyx.com/shopify_app/pay-gift-card-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 55px;
}

/* recommended product container styles */

.fealtyx-main-container-header-gift-card-popup {
  padding-left: 20px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  display: flex;
}

.fealtyx-main-container-header-gift-card-popup-close-btn {
  cursor: pointer;
  display: flex;
}

.fealtyx-recommended-products-container-gift-card-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.fealtyx-recommended-products-header-title-gift-card-popup {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fealtyx-recommended-products-container-gift-card-popup {
  padding-left: 24px;
  padding-right: 24px;
  flex: 1;
  overflow: auto;
  display: flex;
}

.fealtyx-recommended-products-carousel-gift-card-popup {
  display: flex;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 24px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE & Edge */
  &::-webkit-scrollbar {
    display: none;
  } /* Chrome, Safari, Opera */
}

.fealtyx-recommended-product-card-gift-card-popup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: white;
}

.fealtyx-recommended-product-image-gift-card-popup {
  width: 100%;
  height: 128px;
  object-fit: contain;
  opacity: 1;
}

.fealtyx-recommended-product-image-gift-card-popup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}

.fealtyx-recommended-product-details-gift-card-popup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.fealtyx-recommended-product-name-gift-card-popup {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fealtyx-recommended-product-description-gift-card-popup {
  color: #000;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fealtyx-recommended-product-price-gift-card-popup {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}

.fealtyx-recommended-product-price-final-gift-card-popup {
  color: #009253;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-size: 10px;
}

.fealtyx-recommended-product-price-final-amount-gift-card-popup {
  font-size: 16px;
}

.fealtyx-recommended-product-add-to-cart-gift-card-popup {
  width: 100%;
  margin-top: auto;
}

.fealtyx-recommended-product-add-to-cart-button-gift-card-popup {
  display: flex;
  height: 28px;
  padding: 0 7px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #0d7a2b;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 4px;
  color: #0d7a2b;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  text-decoration: none;
}

.fealtyx-recommended-product-add-to-cart-button-gift-card-popup:hover {
  background: #0d7a2b;
  color: white;
}

.fealtyx-recommended-products-footer-gift-card-popup {
  width: 100%;
}

.fealtyx-recommended-products-footer-explore-button-gift-card-popup {
  width: 100%;
  cursor: pointer;
  text-align: center;
  color: #029354;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* gift card component styles */

.fealtyx-gift-card-component-gift-card-popup {
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  align-self: stretch;
  background: #e4fff3;
  width: 100%;
}

.fealtyx-gift-card-header-gift-card-popup {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  justify-content: space-between;
}

.fealtyx-gift-card-header-info-gift-card-popup {
  display: flex;
  align-items: center;
  gap: 4px;
}

.fealtyx-gift-card-header-title-gift-card-popup {
  display: flex;
  align-items: center;
  gap: 4px;
}

.fealtyx-gift-card-icon-gift-card-popup {
  width: 10.481px;
  height: 9.957px;
  fill: #0a4c36;
}

.fealtyx-gift-card-text-gift-card-popup {
  color: #0a4c36;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06px;
}

.fealtyx-gift-card-amount-text-gift-card-popup {
  color: #0a4c36;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08px;
}

.fealtyx-gift-card-footer-gift-card-popup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-top: 4px;
}

.fealtyx-gift-card-instruction-text-gift-card-popup {
  color: #0a4c36;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05px;
}

.fealtyx-gift-card-copy-button-gift-card-popup {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #029354;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.fealtyx-gift-card-copy-and-proceed-button-gift-card-popup {
  margin-top: 5px;
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #029354;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.fealtyx-gift-card-copy-button-gift-card-popup:not(:disabled):hover {
  filter: brightness(85%);
}

.fealtyx-gift-card-copy-button-gift-card-popup:active {
  transform: translateY(0);
}

.fealtyx-gift-card-copy-button-gift-card-popup:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.fealtyx-copy-text-gift-card-popup {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.fealtyx-copy-and-proceed-text-gift-card-popup {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.fealtyx-copy-icon-gift-card-popup {
  width: 9.75px;
  height: 12px;
  fill: #fff;
  color: #fff;
}

.fealtyx-gift-card-popup-component-gift-card-popup {
  display: flex;
  width: 100%;
  padding: 16px 16px 20px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 8px;
  background: linear-gradient(270deg, #0a4d36 0%, #0d7b2b 100%);
  position: relative;
}

.fealtyx-gift-card-popup-component-header-gift-card-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  align-self: stretch;
}

.fealtyx-gift-card-popup-component-header-title-row-gift-card-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 4px;
}

.fealtyx-gift-card-popup-component-header-title-gift-card-popup {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08px;
}

.fealtyx-gift-card-popup-component-header-subtitle-gift-card-popup {
  align-self: stretch;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06px;
}

.fealtyx-gift-card-popup-details-container-gift-card-popup {
  display: flex;
  padding: 8px 12px 12px 12px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  align-items: stretch;
  width: 100%;
  border-radius: 8px;
  border: 0.5px dashed #d0d0d0;
  background: #fff;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.fealtyx-gift-card-popup-details-header-gift-card-popup {
  display: flex;
  align-items: center;
  gap: 4px;
}

.fealtyx-gift-card-popup-content-container-gift-card-popup {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.fealtyx-gift-card-logo-gift-card-popup {
  width: 40px;
  height: 40px;
  border-radius: 7.253px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fealtyx-gift-card-image-gift-card-popup {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
}

.fealtyx-gift-card-popup-code-container-gift-card-popup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  align-self: stretch;
}

.fealtyx-gift-card-copy-button-container-gift-card-popup {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fealtyx-gift-card-expiry-button-gift-card-popup {
  display: flex;
  padding: 2px 6px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 20px;
  background: #f3e1df;
}

.fealtyx-clock-icon-gift-card-popup {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 3.333px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.333px;
}

.fealtyx-gift-card-expiry-text-gift-card-popup {
  color: #a72323;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05px;
}

.fealtyx-gift-card-popup-code-wrapper-gift-card-popup {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: start;
  flex: 1;
}

.fealtyx-gift-card-order-value-container-gift-card-popup {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
}

.fealtyx-gift-card-rupees-icon-gift-card-popup {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.fealtyx-rupees-symbol-circle-gift-card-popup {
  stroke: black;
}

.fealtyx-gift-card-rupees-icon-gift-card-popup circle {
  stroke-width: 8;
}

.fealtyx-gift-card-rupees-icon-gift-card-popup .gift-card-rupee-symbol {
  font-size: 65px;
  font-weight: bold;
  text-anchor: middle;
  dominant-baseline: central;
}

.fealtyx-gift-card-order-value-text-gift-card-popup {
  line-height: 1;
}

.fealtyx-mov-warning {
  color: #A72323 !important;
}

.fealtyx-gift-card-container-popup-close-icon {
  stroke: black;
}