/** Shopify CDN: Minification failed

Line 63:0 Unexpected "}"

**/
#tee-artwork-form #teeFormInputs {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
}
#tee-artwork-form #teeFormInputs .tee-field--photo {
  margin-bottom: 15px;
  width: calc(50% - 1.5rem);
}
#tee-artwork-form #teeFormInputs .tee-field:not(.tee-field--photo) {
  width: 100%;
}
@media only screen and (min-width: 750px) and (max-width: 768px) {
  #tee-artwork-form #teeFormInputs .tee-field--photo {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #tee-artwork-form #teeFormInputs .tee-field--photo {
    width: 100%;
  }
}
#tee-artwork-form #teeFormInputs .tee-field--photo .tee-photo-image,
#tee-artwork-form #teeFormInputs .tee-field--photo .tee-photo-placeholder {
  max-width: 100% !important;
}
@media only screen and (max-width: 650px) and (min-width: 321px) {
  #tee-artwork-form #teeFormInputs .tee-field--photo .tee-photo-action .tee-btn {
    width: 100%;
    white-space: pre-wrap;
    text-align: center;
  }
}
@media only screen and (min-width: 650px) {
  #tee-artwork-form #teeFormInputs .tee-field--photo .tee-photo-uploaded,
  #tee-artwork-form #teeFormInputs .tee-field--photo .tee-photo-placeholder {
    max-width: 180px;
    max-height: 180px;
  }
  #tee-artwork-form #teeFormInputs .tee-field--photo .tee-photo-action .tee-btn {
    max-width: 180px;
    white-space: pre-wrap;
    text-align: center;
    width: 100%;
  }
}

/* hide duplicate content on TIB-product */
.teeinblue-enabled:not(.teeinblue-platform-product-enabled) .product__info-container > .price__box_wrapper.d-flex,
.teeinblue-enabled:not(.teeinblue-platform-product-enabled) .product__info-container variant-radios.no-js-hidden,
.teeinblue-enabled:not(.teeinblue-platform-product-enabled) .product_buy_button_form,
.teeinblue-enabled:not(.teeinblue-platform-product-enabled) .t4s-product-price {
    display: none !important;
  }
}
