/** Shopify CDN: Minification failed

Line 108:0 Expected "}" to go with "{"

**/
.newsletter__popup-overlay {
  display: none;
}

.newsletter__popup-overlay.is-visible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.25);
}

.newsletter__popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 20px;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  width: 900px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .newsletter__popup-container {
    width: 90%;
  }
}

.newsletter__popup-container-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  text-align: center;
  cursor: pointer;
}

.newsletter__popup-text {
  padding: 0 25px;
  margin: 20px auto 0;
  text-align: center;
}

.newsletter__popup-text .gdpr-text {
  font-size: var(--font-size);
  margin-top: 10px;
}

.newsletter__popup-form {
  padding: 0 25px;
  margin: 20px auto 0;
  text-align: center;
  padding-bottom: 25px;
}

.newsletter__popup-text h3 {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: var(--heading-spacing);
}

.newsletter__popup-form input[type="email"] {
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid !important;
}

.newsletter__popup-form button[type="submit"] {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .newsletter__popup-form input[type="email"],
  .newsletter__popup-container button[type="submit"] {
    width: 100% !important;
    text-align: center;
}

.newsletter__popup-contentid {
  width: 900px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}
.gdpr-text.before-signup p {
  font-size: var(--font-size-sm);
  margin-bottom: 0 !important;
  padding: 0;
}
.gdpr-text.before-signup a {
  font-size: var(--font-size-sm);
  text-decoration: underline;
}
