/** Shopify CDN: Minification failed

Line 21:2 Unexpected "{"
Line 21:3 Expected identifier but found "%"
Line 21:76 Unexpected "{"
Line 21:77 Expected identifier but found "%"
Line 22:3 Unexpected "{"
Line 22:4 Expected identifier but found "%"
Line 22:72 Unexpected "{"
Line 22:73 Expected identifier but found "%"

**/
.main-page-title {
    margin: 59.5px 0 34px;
    font-size: 46.8px;
    letter-spacing: 0.54px;
    line-height: 60.06px;
}

.page-width {
  {% unless page.title == 'custom-heated-pouches' %} padding: 0 !important; {% endunless %}
   {% unless page.title == 'custom-heated-pouches' %} max-width: 617px; {% endunless %}
}

@media screen and (max-width: 617px){
    .page-width{
        padding: 0 12.75px !important;
    }
    .main-page-title{
        font-size: 36px;
        line-height: 46.2px;
        margin-top: 42.5px;
    }
}

.contact img {
  max-width: 100%;
}

.contact .form__message {
  align-items: flex-start;
}

.contact .icon-success {
  margin-top: 0.2rem;
}

.contact .field {
  margin-bottom: 1.5rem;
}
.field__input, .select__select, .customer .field input, .customer select{
    height: 38.5px;
}
.field__label, .customer .field label{
    font-size: 13.6px;
    top: 8.5px;
    left: 12.75px;
    line-height: 20.4px;
    letter-spacing: 0.85px;
}
.contact-page-details {
    margin: 0 0 59.5px;
}
@media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 17px;
  }
}

.contact__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .contact__button {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}
