/** Shopify CDN: Minification failed

Line 28:3 Expected ":"
Line 28:44 Expected ":"
Line 39:3 Expected ":"
Line 39:44 Expected ":"
Line 178:3 Expected ":"
Line 178:36 Expected ":"
Line 220:2 Unexpected "}"

**/
.coming-soon {
  height: 100vh;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}

.coming-soon__wrapper {
  padding: 7px;
  border: 1px solid var(--grey);
}

.coming-soon__wrapper::before {
  content: '';
  width: 10px;
--->  border-top: 1px solid var(--grey); --->
  position: absolute;
  top: -1px;
  left: 0;
  transform: rotate(46deg);
  transform-origin: top left;
}

.coming-soon__wrapper::after {
  content: '';
  width: 10px;
--->  border-top: 1px solid var(--grey); --->
  position: absolute;
  top: -1px;
  right: 0;
  transform: rotate(-46deg);
  transform-origin: top right;
}

.coming-soon__inner-wrapper {
  padding: 20px;
  border: 1px solid var(--grey);
}

.coming-soon__inner-wrapper::before {
  content: '';
  width: 10px;
  border-top: 1px solid var(--grey);
  position: absolute;
  bottom: -8px;
  right: -7px;
  transform: rotate(46deg);
  transform-origin: bottom right;
}

.coming-soon__inner-wrapper::after {
  content: '';
  width: 10px;
  border-top: 1px solid var(--grey);
  position: absolute;
  bottom: -8px;
  left: -7px;
  transform: rotate(-46deg);
  transform-origin: bottom left;
}

.coming-soon__container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.coming-soon__left-title {
  margin: 0 0 50px;
  opacity: .1;
  color: var(--grey);
}

.coming-soon__right-title {
  margin: 120px 0 0;
  opacity: .1;
  text-align: right;
  color: var(--grey);
}

.coming-soon__logo {
  width: 250px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}

.coming-soon__logo img {
  object-fit: contain;
}

.icon-sparkle {
  margin: 30px auto 35px;
  display: block;
  color: var(--grey);
}

.coming-soon__text {
  margin: 0 0 60px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  color: var(--grey);
}

.coming-soon__side-text {
  margin: 0;
  opacity: rgba(51, 51, 51, 0.3);
  position: absolute;
  top: 50%;
}

.coming-soon__left-text {
  left: -150px;
  transform: rotate(-90deg) translate(0, -50%);
  color: #E50A2E;
}

.coming-soon__right-text {
  right: -150px;
  transform: rotate(90deg) translate(0, -50%);
  color: #E50A2E;
}

.newsletter-form__field-wrapper {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid var(--grey);
}

.list-social {
  position: absolute;
  left: 42px;
  bottom: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.list-social__item a {
  display: flex;
  color: var(--grey);
}

@media screen and (max-width: 1250px) {
  .coming-soon__left-text {
    left: -50px;
  }

  .coming-soon__right-text {
    right: -50px;
  }
}

@media screen and (max-width: 1050px) {
  .coming-soon__side-text {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .coming-soon__inner-wrapper {
--->    padding: 75px 20px 25px; --->
  }

  .coming-soon__left-title {
    margin-bottom: 60px;
  }

  .coming-soon__right-title {
    margin: 60px 0 40px;
  }

  .icon-sparkle {
    margin: 30px auto;
    color: var(--grey);
  }

  .list-social {
    position: unset;
    flex-direction: row;
    justify-content: center;
  }
}
  
.footer {
  display: none !important;
}
  
.field {
  display: flex;
  margin-bottom: 0px;
}
  
.body-1 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .05em;
}

.newsletter-form__field-wrapper input::placeholder {
  opacity: 1;
  color: var(--grey);
}
  }