.BlackFridayPromoPopup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent */
  z-index: 1000;
  /* Ensure it appears behind the dialog */ }

.BlackFridayPromoPopup-dialog {
  z-index: 1001;
  /* Ensure it appears above the overlay */
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  --primary-color: #80deea;
  background-image: url("/assets/images/black-friday-promo-popup-background.svg");
  background-size: cover;
  max-width: 800px;
  min-height: 500px;
  width: 90vw;
  margin-inline: 0;
  padding-block: 40px;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px; }

.BlackFridayPromoPopup-overlay.open,
.BlackFridayPromoPopup-dialog.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.BlackFridayPromoPopup-overlay.closed,
.BlackFridayPromoPopup-dialog.closed {
  display: none; }

.BlackFridayPromoPopup-closeButton {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 999; }

.BlackFridayPromoPopup-title {
  font-size: 96px;
  font-weight: 900;
  color: var(--primary-color);
  text-align: center;
  line-height: 1.2;
  font-style: italic;
  font-family: "Raleway";
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 60px;
  text-shadow: 0px 4px 60px #80deea, 10px 10px 20px rgba(0, 0, 0, 0.75); }

.BlackFridayPromoPopup-subTitle {
  position: absolute;
  bottom: -60px;
  margin-inline: auto; }

.BlackFridayPromoPopup-button {
  font-family: "Raleway";
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -1%;
  min-height: 62px;
  padding-inline: 80px;
  border-radius: 999px;
  color: white;
  border: 2px solid var(--primary-color);
  font-family: "Raleway";
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.BlackFridayPromoPopup-button:hover {
  background-color: var(--primary-color);
  color: black; }

.BlackFridayPromoPopup-footerText {
  font-family: "Raleway";
  font-size: 1.5625rem;
  font-weight: 500;
  color: white;
  text-align: center;
  font-style: italic; }

@media (max-width: 809px) {
  .BlackFridayPromoPopup {
    padding-block: 0; }

  .BlackFridayPromoPopup-title {
    font-size: 48px;
    margin-bottom: 70px; }

  .BlackFridayPromoPopup-subTitle {
    bottom: -80px; }

  .BlackFridayPromoPopup-button {
    font-size: 1rem;
    min-height: 42px;
    padding-inline: 30px;
    margin-bottom: 20px; }

  .BlackFridayPromoPopup-footerText {
    font-size: 1.25rem; } }
.Save20Percent {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
