/** Shopify CDN: Minification failed

Line 28:76 Unexpected "{"

**/
.store-contact {
  position: relative;
  margin-top: 66vw;
  left: 8vw;
  width: 86vw;
  font-size: 3.3em;
  font-weight: 300;
  text-transform: uppercase;
}

.store-contact h1 {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 600;
}

.store-contact h2 {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 500;
}

.store-contact h3, .store-contact h4, .store-contact h5, .store-contact h6, {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}

.store-contact-content {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 1em;
}

.store-contact-content p {
  font-size: 1em;
  margin-bottom: 1em;
}

.store-contact-form {
  margin-top: 4vw;
}

input:focus {
  outline: transparent;
}

.store-contact-form > input[type="text"], .store-contact-form > input[type="email"]  {

  margin: 0 0 4vw 0;
  padding: 0.75em;
  width: 100%;
  height: 100%;  
  border: 1px solid #CCC;
  border-radius: 0;
  background-color: rgba(255,255,255,0.7);
  text-align: left;
  text-transform: none;
  font-size: 1em;
  font-weight: 400;
  line-height: 2.1em;

}

.store-contact-form > input[type="text"]::placeholder, .store-contact-form > input[type="email"]::placeholder {
  color: #BBB;
  text-transform: uppercase;
  font-weight: 300;
}

.store-contact-form textarea {
  padding: 2vw;
  margin: 0 0 4vw 0;
  width: 100%;
  height: 63vw;
  border: 1px solid #CCC;
  font-size: inherit;
  font-weight: 300;
  font-family: inherit;
}

.store-contact-form textarea::placeholder {
  color: #BBB;
  text-transform: uppercase;
  font-weight: 300;
}

.store-contact-form-submit {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: inherit;
  line-height: 2.4em;
  border: 1px solid currentColor;
  border-radius: 0;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
}

@media
  screen
  and (min-aspect-ratio: 9/9) {

    .store-contact {
      margin: 16vw 4vw 0 4vw;
      left: 0;
      font-size: 1.1em;
    }

    .store-contact-form-content {
      width: 28vw;
    }

    .store-contact-form {
      margin-top: 2em;
      width: 28vw;
    }

    .store-contact-form > h1 {
      margin-bottom: 2em;
    }

    .store-contact-form > input[type="password"], .store-contact-form > input[type="text"], .store-contact-form > input[type="email"] {
      margin-bottom: 1em;
    }

    .store-contact-form > textarea {
      padding: 1em;
      margin-bottom: 1em;
      height: 28vw;
    }

  }

