@charset "UTF-8";
.etn--popup {
  /* Optional overlay wrapper */
  /* Leaves animation CSS */
  /* Containers */
  /* Keyframes */
  /* Popup box – reuse winter structure, tweak colors */
  /* Close button */
  /* Text */
  /* Button */
  /* Icon */
  /* Media queries */
}
.etn--popup .etn-po-overlay.etn-po-overlay--autumn {
  position: fixed;
  inset: 0;
  z-index: 9999990;
}
.etn--popup .leaf {
  color: #ffb347; /* warm orange */
  font-size: 1.1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5333333333);
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: default;
  animation-name: leaves-drift;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  /* Positions & delays – similar pattern to snow, just reusing indices */
}
.etn--popup .leaf,
.etn--popup .leaf .inner {
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.etn--popup .leaf .inner {
  display: inline-block;
  animation-duration: 11s;
  animation-name: leaves-fall;
  animation-timing-function: linear;
}
.etn--popup .leaf:nth-of-type(1) {
  left: 3%;
  animation-delay: 0s;
}
.etn--popup .leaf:nth-of-type(1) .inner {
  animation-delay: 0s;
}
.etn--popup .leaf:nth-of-type(2) {
  left: 12%;
  animation-delay: 1s;
}
.etn--popup .leaf:nth-of-type(2) .inner {
  animation-delay: 1s;
}
.etn--popup .leaf:nth-of-type(3) {
  left: 22%;
  animation-delay: 0.5s;
}
.etn--popup .leaf:nth-of-type(3) .inner {
  animation-delay: 6s;
}
.etn--popup .leaf:nth-of-type(4) {
  left: 30%;
  animation-delay: 2s;
}
.etn--popup .leaf:nth-of-type(4) .inner {
  animation-delay: 4s;
}
.etn--popup .leaf:nth-of-type(5) {
  left: 40%;
  animation-delay: 2s;
}
.etn--popup .leaf:nth-of-type(5) .inner {
  animation-delay: 2s;
}
.etn--popup .leaf:nth-of-type(6) {
  left: 50%;
  animation-delay: 3s;
}
.etn--popup .leaf:nth-of-type(6) .inner {
  animation-delay: 8s;
}
.etn--popup .leaf:nth-of-type(7) {
  left: 60%;
  animation-delay: 2s;
}
.etn--popup .leaf:nth-of-type(7) .inner {
  animation-delay: 2.5s;
}
.etn--popup .leaf:nth-of-type(8) {
  left: 70%;
  animation-delay: 1s;
}
.etn--popup .leaf:nth-of-type(8) .inner {
  animation-delay: 1s;
}
.etn--popup .leaf:nth-of-type(9) {
  left: 80%;
  animation-delay: 0s;
}
.etn--popup .leaf:nth-of-type(9) .inner {
  animation-delay: 3s;
}
.etn--popup .leaf:nth-of-type(10) {
  left: 90%;
  animation-delay: 1.5s;
}
.etn--popup .leaf:nth-of-type(10) .inner {
  animation-delay: 0s;
}
.etn--popup .leaf:nth-of-type(11) {
  left: 18%;
  animation-delay: 0.5s;
}
.etn--popup .leaf:nth-of-type(11) .inner {
  animation-delay: 6.6s;
}
.etn--popup .leaf:nth-of-type(12) {
  left: 28%;
  animation-delay: 2.6s;
}
.etn--popup .leaf:nth-of-type(12) .inner {
  animation-delay: 4.4s;
}
.etn--popup .leaf:nth-of-type(13) {
  left: 36%;
  animation-delay: 1.8s;
}
.etn--popup .leaf:nth-of-type(13) .inner {
  animation-delay: 2.7s;
}
.etn--popup .leaf:nth-of-type(14) {
  left: 48%;
  animation-delay: 4s;
}
.etn--popup .leaf:nth-of-type(14) .inner {
  animation-delay: 8.1s;
}
.etn--popup .leaf:nth-of-type(15) {
  left: 56%;
  animation-delay: 2.2s;
}
.etn--popup .leaf:nth-of-type(16) {
  left: 68%;
  animation-delay: 1.3s;
}
.etn--popup .leaf:nth-of-type(16) .inner {
  animation-delay: 3.5s;
}
.etn--popup .leaf:nth-of-type(17) {
  left: 78%;
  animation-delay: 0.7s;
}
.etn--popup .leaf:nth-of-type(18) {
  left: 86%;
  animation-delay: 1.3s;
}
.etn--popup .leaf:nth-of-type(18) .inner {
  animation-delay: 3.2s;
}
.etn--popup .leaf:nth-of-type(19) {
  left: 24%;
  animation-delay: 0.2s;
}
.etn--popup .leaf:nth-of-type(20) {
  left: 72%;
  animation-delay: 2.7s;
}
.etn--popup .leaves {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  min-height: 100vh;
}
.etn--popup .leaves::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle at top, rgba(0, 0, 0, 0.5333333333) 0, rgba(0, 0, 0, 0.7333333333) 40%, rgba(0, 0, 0, 0.9333333333) 100%);
  width: 100%;
  height: 100%;
}
@keyframes leaves-fall {
  0% {
    transform: translateY(-10vh) rotate(0deg);
  }
  100% {
    transform: translateY(110vh) rotate(90deg);
  }
}
@keyframes leaves-drift {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(60px);
  }
}
.etn--popup .super-offers.super-offers--autumn {
  position: fixed;
  z-index: 10000000;
  top: 50%;
  left: 50%;
  text-align: center;
  background: linear-gradient(145deg, #3b1f0f, #5b3117);
  width: 90%;
  max-width: 540px;
  padding: 1.5rem 1rem;
  border: 3px solid #ffb347;
  border-radius: 10px !important;
  box-shadow: 0px 5px 30px -5px rgba(10, 6, 3, 0.8) !important;
  transform: translate(-50%, -50%);
}
.etn--popup .super-offers__close {
  position: absolute;
  top: 0.4rem;
  right: 0.6rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.etn--popup .super-offers__title,
.etn--popup .super-offers__subtitle,
.etn--popup .super-offers__text {
  color: #fff;
}
.etn--popup .super-offers__title {
  font-size: 1.9rem;
  margin-top: 0.5em;
}
.etn--popup .super-offers__subtitle {
  font-size: 1.175rem;
  text-wrap: balance;
}
.etn--popup .super-offers__text {
  font-size: 0.975rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-wrap: balance;
}
.etn--popup .super-offers__text a {
  text-decoration: underline;
  font-weight: 700;
  color: #ffdf9a;
}
.etn--popup .super-offers__button .button,
.etn--popup .super-offers__button button,
.etn--popup .super-offers__button .ct-button {
  font-size: 1.1rem;
  background: linear-gradient(90deg, #b35400, #ff7a18) !important;
  margin-top: 1rem;
  padding: 0.5em 1.7em;
  border-radius: 999px;
  color: #fff;
}
.etn--popup .super-offers__icon--autumn {
  position: absolute;
  top: -6rem;
  left: 50%;
  width: 120px;
  max-width: 182px;
  transform: translateX(-50%);
}
@media (max-height: 479px) {
  .etn--popup .super-offers__title {
    margin-top: 0;
  }
  .etn--popup .super-offers__icon--autumn {
    display: none;
  }
}
@media (min-width: 768px) and (min-height: 480px) {
  .etn--popup .super-offers.super-offers--autumn {
    padding: 1.75rem;
    transform: translate(-50%, calc(-50% + 2rem));
  }
  .etn--popup .super-offers__title {
    font-size: 2.6rem;
  }
  .etn--popup .super-offers__subtitle {
    font-size: 1.2rem;
  }
  .etn--popup .super-offers__icon--autumn {
    top: -8.5rem;
    width: 136px;
  }
}
@media (min-width: 900px) {
  .etn--popup .super-offers.super-offers--autumn {
    padding: 2rem;
  }
  .etn--popup .super-offers__title {
    font-size: 3rem;
    margin-top: 0.35em;
  }
  .etn--popup .super-offers__subtitle {
    font-size: 1.3rem;
  }
  .etn--popup .super-offers__text {
    font-size: 1rem;
  }
  .etn--popup .super-offers__button .button,
  .etn--popup .super-offers__button button,
  .etn--popup .super-offers__button .ct-button {
    font-size: 1.2rem;
  }
  .etn--popup .super-offers__icon--autumn {
    top: -7.5rem;
    width: 146px;
  }
}
@media (min-width: 1200px) {
  .etn--popup .super-offers.super-offers--autumn {
    padding: 3rem;
  }
  .etn--popup .super-offers__title {
    font-size: 3.4rem;
  }
  .etn--popup .super-offers__subtitle {
    font-size: 1.5rem;
  }
  .etn--popup .super-offers__text {
    font-size: 1.075rem;
  }
  .etn--popup .super-offers__button .button,
  .etn--popup .super-offers__button button,
  .etn--popup .super-offers__button .ct-button {
    font-size: 1.3rem;
  }
  .etn--popup .super-offers__icon--autumn {
    top: -9rem;
    width: 36%;
  }
}/*# sourceMappingURL=popup-autumn.css.map */