/** Shopify CDN: Minification failed

Line 77:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:countdown-announce-bar (INDEX:16) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

  .countdown-announce-bar {
    display: none;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    z-index: 9990;
  }

  .countdown-announce-bar[aria-hidden='false'] {
    display: block;
  }

  .countdown-announce-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 10px;
    background: #f0832d;
    width: 100%;
  }

  .countdown-announce-bar__icon {
    width: 33px;
    height: 33px;
    flex-shrink: 0;
  }

  .countdown-announce-bar__text {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
  }

  .countdown-announce-bar__timer {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
  }

  @media screen and (max-width: 749px) {
    .countdown-announce-bar__text {
      font-size: 14px;
    }

    .countdown-announce-bar__timer {
      font-size: 18px;
    }

    .countdown-announce-bar__inner {
      gap: 6px;
      padding: 12px 8px;
    }

    .countdown-announce-bar__icon {
      width: 24px;
      height: 24px;
    }
  }
/* END_SECTION:countdown-announce-bar */

/* START_SECTION:countdown-popup (INDEX:17) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

.countdown-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  font-family: 'Poppins', sans-serif;
  align-items: center;
  justify-content: center;
}

.countdown-popup[aria-hidden="false"] {
  display: flex;
}

.countdown-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(2px);
}

.countdown-popup__card {
  position: relative;
  width: min(496px, calc(100% - 28px));
  background: #F7F9FD;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  overflow: hidden;
}

.countdown-popup__decor {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: 371px;
  height: 185px;
  background: radial-gradient(ellipse at center, rgba(240, 131, 45, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.countdown-popup__close {
  position: relative;
  z-index: 1;
  width: 45px;
  height: 44px;
  border-radius: 34px;
  border: 3px solid #85878B;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.countdown-popup__close:hover {
  border-color: #494B4F;
}

.countdown-popup__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 16px 24px;
  width: 100%;
  align-items: center;
}

.countdown-popup__text {
  display: flex;
  flex-direction: column;
  gap: 17px;
  text-align: center;
  width: 100%;
}

.countdown-popup__heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  margin: 0;
}

.countdown-popup__desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.countdown-popup__desc p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 1.4;
}

.countdown-popup__timer {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.countdown-popup__timer-num {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  min-width: 62px;
  text-align: center;
  line-height: 1;
}

.countdown-popup__timer-label {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.countdown-popup__timer-sep {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.countdown-popup__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: center;
}

.countdown-popup__code-row {
  display: flex;
  gap: 7px;
  width: 100%;
}

.countdown-popup__code-box {
  flex: 1;
  background: #EAEDF3;
  border: 1px solid #D1D5DC;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  user-select: all;
}

.countdown-popup__copy-btn {
  width: 100px;
  background: #0E1014;
  border: none;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  transition: opacity 0.2s;
}

.countdown-popup__copy-btn:hover {
  opacity: 0.85;
}

.countdown-popup__checkout-btn {
  display: block;
  width: 100%;
  background: #F0832D;
  border: none;
  border-radius: 8px;
  padding: 13px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: opacity 0.2s;
}

.countdown-popup__checkout-btn:hover {
  opacity: 0.9;
}

.countdown-popup__dismiss {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #494B4F;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  padding: 4px;
}

.countdown-popup__dismiss:hover {
  text-decoration: underline;
}

@media screen and (max-width: 749px) {
  .countdown-popup__card {
    width: calc(100% - 14px);
    max-width: 388px;
  }

  .countdown-popup__heading {
    font-size: 36px;
  }

  .countdown-popup__desc p {
    font-size: 18px;
  }
}
/* END_SECTION:countdown-popup */