.teeinblue-item.teeinblue-item--product {
  z-index: 999999;
}
#tee-artwork-form {
  display: flex;
  flex-direction: column;
  
  .tee-product-price {
    order: 0;
  }
  .tee-customization-warning {
    order: 1;
  }
  .tee-customize-main-form {
    order: 2;
  }
  .tee-checkbox-wrapper {
    order: 3;
  }
  .tee-btn--preview {
    order: 4;
    margin-bottom: 15px;
  }
  #teeFormActions .tee-btn--preview {
    margin-bottom: 0;
  }
  .tee-available-products {
    order: 5;
  }
  .tee-variants {
    order: 6;
    
    .tee-option--size {
      margin-bottom: 0;
    }
  }
  .tee-description {
    order: 7;
    margin-bottom: 0;
  }
  .tee-form-actions {
    order: 8;
  }
}
