/** Shopify CDN: Minification failed

Line 26:15 Expected identifier but found whitespace
Line 26:16 Unexpected "0"

**/
.moment-of-pause {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.moment-of-pause__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 16px;
  height: 100%;
  text-align: center;
}
        margin: 0 auto;
@media screen and (max-width: 768px) {
  .moment-of-pause__content {
    padding: 44px;
  }
}

.moment-of-pause__preheader {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
}

.moment-of-pause__title {
  font-size: 26px;
  letter-spacing: 1.5px;
  margin: 0;
}

.moment-of-pause__copy {
  font-size: 12px;
  line-height: 24px;
  margin: 8px 0 0;
}

.moment-of-pause__button {
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
  padding: 12px 24px;
  min-width: 154px;
}

.moment-of-pause__disclaimer {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.7px;
  margin-top: 24px;
}

.moment-of-pause__disclaimer:hover {
  text-decoration: underline;
}

.moment-of-pause__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.moment-of-pause__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid__item--moment-of-pause {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  }

@media screen and (max-width: 768px) {
  .grid__item--moment-of-pause {
    width: 100% !important;
    min-width:300px;
    min-height: 400px;
    margin: 0 auto;
  }
}