/** Shopify CDN: Minification failed

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

**/
.new-product-org {
  display: flex;
  flex-direction: row;
  width: 100vw;
}

.npo-left {
  flex: 1;
  width: 50%; 
}

.npo-right {
  flex: 1; 
}

.npo-product-title {
  font-family: 'editorial-new';
  font-size: 4.5rem;
  line-height: 1.4;
  color: #29402B;
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  margin-right: 1rem;
}

.npo-robot-text {
  font-family: "IBM Plex Mono", monospace;
  font-size: 1.4rem;
  font-weight: 600;
  color: #29402B;
  line-height: 1.6;
}

.npo-subhead {
  font-family: 'editorial-new';
  font-size: 2.5rem;
  line-height: 1.3;
  color: #29402B; 
  font-weight: bold;
}

.npo-subhead-special {
  font-family: 'editorial-new';
  font-size: 2.5rem;
  line-height: 1.3;
  color: #29402B; 
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.npo-price * {
  font-family: 'editorial-new';
  font-size: 2rem;
  line-height: 1.3;
  color: #29402B;   
}

.npo-body-text {
  font-family: 'inferi-book';
  font-size: 2rem;
  line-height: 1.4;
  color: #29402B; 
  margin-top: 0;
}

.quantity__label {
  display: none;
}

.installment {
  display: none;
}

.product-form__submit {
  font-family: 'editorial-new';
  font-size: 2rem;
  background-color: #29402B;
}

.product-form__submit:hover {
  font-family: 'editorial-new';
  font-size: 2rem;
  background-color: #718F68;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .new-product-org {
    flex-direction: column;
    width: 100%;
    padding: 0 1rem;
  }
  .npo-left {
    width: 100%;
  }
  .npo-right {
    margin-top: 2rem;
  }
  .npo-product-title {
    font-size: 3.5rem;
  }
  .npo-subhead {
    font-size: 2.25rem;
  }

