@charset "UTF-8";
.etn--popup {
  /* Optional: overlay wrapper */
  /* Snowflakes animation CSS */
  /* Containers */
  /* Keyframes */
  /* Style for the super offer div */
  /* Close button */
  /* Text */
  /* Button */
  /* Icon */
  /* Media queries */
}
.etn--popup .etn-po-overlay.etn-po-overlay--winter {
  position: fixed;
  inset: 0;
  z-index: 9999990;
}
.etn--popup .snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: default;
  animation-name: snowflakes-shake;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  /* nth-of-type rules */
  /* you had multiple 10s → keep one */
}
.etn--popup .snowflake,
.etn--popup .snowflake .inner {
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.etn--popup .snowflake .inner {
  animation-duration: 10s;
  animation-name: snowflakes-fall;
  animation-timing-function: linear;
}
.etn--popup .snowflake:nth-of-type(1) {
  left: 1%;
  animation-delay: 0s;
}
.etn--popup .snowflake:nth-of-type(1) .inner {
  animation-delay: 0s;
}
.etn--popup .snowflake:first-of-type {
  left: 10%;
  animation-delay: 1s;
}
.etn--popup .snowflake:first-of-type .inner {
  animation-delay: 1s;
}
.etn--popup .snowflake:nth-of-type(2) {
  left: 20%;
  animation-delay: 0.5s;
}
.etn--popup .snowflake:nth-of-type(2) .inner {
  animation-delay: 6s;
}
.etn--popup .snowflake:nth-of-type(3) {
  left: 30%;
  animation-delay: 2s;
}
.etn--popup .snowflake:nth-of-type(3) .inner {
  animation-delay: 4s;
}
.etn--popup .snowflake:nth-of-type(4) {
  left: 40%;
  animation-delay: 2s;
}
.etn--popup .snowflake:nth-of-type(4) .inner {
  animation-delay: 2s;
}
.etn--popup .snowflake:nth-of-type(5) {
  left: 50%;
  animation-delay: 3s;
}
.etn--popup .snowflake:nth-of-type(5) .inner {
  animation-delay: 8s;
}
.etn--popup .snowflake:nth-of-type(6) {
  left: 60%;
  animation-delay: 2s;
}
.etn--popup .snowflake:nth-of-type(7) {
  left: 70%;
  animation-delay: 1s;
}
.etn--popup .snowflake:nth-of-type(7) .inner {
  animation-delay: 2.5s;
}
.etn--popup .snowflake:nth-of-type(8) {
  left: 80%;
  animation-delay: 0s;
}
.etn--popup .snowflake:nth-of-type(9) {
  left: 90%;
  animation-delay: 1.5s;
}
.etn--popup .snowflake:nth-of-type(9) .inner {
  animation-delay: 3s;
}
.etn--popup .snowflake:nth-of-type(10) {
  left: 11%;
  animation-delay: 0s;
}
.etn--popup .snowflake:nth-of-type(10) .inner {
  animation-delay: 0s;
}
.etn--popup .snowflake:nth-of-type(11) {
  left: 66%;
  animation-delay: 2.5s;
}
.etn--popup .snowflake:nth-of-type(12) {
  left: 23%;
  animation-delay: 0.5s;
}
.etn--popup .snowflake:nth-of-type(12) .inner {
  animation-delay: 6.6s;
}
.etn--popup .snowflake:nth-of-type(13) {
  left: 35%;
  animation-delay: 2.6s;
}
.etn--popup .snowflake:nth-of-type(13) .inner {
  animation-delay: 4.4s;
}
.etn--popup .snowflake:nth-of-type(14) {
  left: 38%;
  animation-delay: 1.8s;
}
.etn--popup .snowflake:nth-of-type(14) .inner {
  animation-delay: 2.7s;
}
.etn--popup .snowflake:nth-of-type(15) {
  left: 52%;
  animation-delay: 4s;
}
.etn--popup .snowflake:nth-of-type(15) .inner {
  animation-delay: 8.1s;
}
.etn--popup .snowflake:nth-of-type(16) {
  left: 54%;
  animation-delay: 2.2s;
}
.etn--popup .snowflake:nth-of-type(17) {
  left: 73%;
  animation-delay: 1.3s;
}
.etn--popup .snowflake:nth-of-type(17) .inner {
  animation-delay: 3.5s;
}
.etn--popup .snowflake:nth-of-type(18) {
  left: 82%;
  animation-delay: 0.7s;
}
.etn--popup .snowflake:nth-of-type(19) {
  left: 88%;
  animation-delay: 1.3s;
}
.etn--popup .snowflake:nth-of-type(19) .inner {
  animation-delay: 3.2s;
}
.etn--popup .snowflake:nth-of-type(20) {
  left: 22%;
  animation-delay: 0.2s;
}
.etn--popup .snowflake:nth-of-type(21) {
  left: 67%;
  animation-delay: 2.7s;
}
.etn--popup .snowflakes {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  min-height: 100vh;
}
.etn--popup .snowflakes::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
@keyframes snowflakes-fall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(110vh);
  }
}
@keyframes snowflakes-shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80px);
  }
}
.etn--popup .super-offers {
  position: fixed;
  z-index: 99999999; /* Ensure it's above other content */
  top: 50%;
  left: 50%;
  text-align: center;
  background-color: rgba(22, 28, 47, 0.9568627451);
  width: 90%;
  max-width: 540px;
  padding: 1.5rem 1rem;
  border: 3px solid #fe76a8;
  border-radius: 10px !important;
  box-shadow: 0px 5px 30px -5px rgba(34, 56, 101, 0.15) !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.6rem;
  text-wrap: balance;
  margin-top: 0.65em;
}
.etn--popup .super-offers__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.0625rem;
  text-wrap: balance;
  margin-bottom: 1.1em;
}
.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 {
  color: #fe76a8;
  text-decoration: underline;
  font-weight: 700;
}
@media (hover: hover) {
  .etn--popup .super-offers__text a:hover {
    color: #99e6fc;
  }
}
.etn--popup a.super-offers--highlight {
  color: #fe76a8 !important;
}
.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, #c3006b, #ff006e) !important;
  margin-top: 1rem;
  padding: 0.5em 1.7em;
}
.etn--popup .super-offers__button a {
  color: white;
}
.etn--popup .super-offers__icon {
  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 {
    display: none;
  }
}
@media (min-width: 480px) {
  .etn--popup .super-offers__title {
    font-size: 1.9rem;
  }
  .etn--popup .super-offers__subtitle {
    font-size: 1.1875rem;
  }
}
@media (min-width: 768px) and (min-height: 480px) {
  .etn--popup .super-offers {
    padding: 1.75rem;
    transform: translate(-50%, calc(-50% + 2rem));
  }
  .etn--popup .super-offers__title {
    font-size: 2rem;
  }
  .etn--popup .super-offers__subtitle {
    font-size: 1.25rem;
  }
  .etn--popup .super-offers__icon {
    top: -8.5rem;
    width: 136px;
  }
}
@media (min-width: 900px) {
  .etn--popup .super-offers {
    padding: 2rem;
  }
  .etn--popup .super-offers__title {
    font-size: 2.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 {
    top: -7.5rem;
    width: 146px;
  }
}
@media (min-width: 1200px) {
  .etn--popup .super-offers {
    padding: 3rem;
  }
  .etn--popup .super-offers__title {
    font-size: 2.5rem;
  }
  .etn--popup .super-offers__subtitle {
    font-size: 1.4rem;
  }
  .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 {
    top: -9rem;
    width: 36%;
  }
}/*# sourceMappingURL=popup-winter.css.map */