/* popup
-------------------------------------------*/
#block-default-homepagepop {
  display: none;
}

.spb-popup-main-wrapper {
  border: none !important;
  background: url("popup-img/popup.jpg") bottom !important;
  height: 450px;
  width: 466px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover !important;
  color: #fff;
  margin-left: -233px !important;
  margin-top: -200px !important;
}

.spb-popup-main-wrapper h2 {
  font-size: 2rem;
  max-width: 28rem;
  margin: auto;
  margin-bottom: 20px;
}

.spb-popup-main-wrapper h2:before {
  display: block;
  content: "";
  background: url("popup-img/logo-loupe.png") bottom !important;
  height: 60px;
  width: 300px;
  margin: auto;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-bottom: 20px;
  position: relative;
  top: -15px;
}

.spb-popup-main-wrapper p {
  max-width: 19rem;
  margin: auto;
}

.spb-controls {
  position: absolute;
  right: 56px !important;
  z-index: 999999;
  top: 10px;
}

/* Replace with your actual breakpoints */
@media (min-width: 1024px) {
  .spb-popup-main-wrapper {
    margin-left: -250px !important;
    width: 512px !important;
  }
}

@media (min-width: 768px) {
  .spb-popup-main-wrapper h2:before {
    top: 0px;
  }

  .spb-controls {
    right: 5px !important;
  }
}

.spb-popup-main-wrapper a,
#popup-message-window a {
  color: #2879be;
}
