/** Shopify CDN: Minification failed

Line 16:2 Unexpected "{"
Line 16:3 Expected identifier but found "%"
Line 16:42 Expected identifier but found "%"
Line 22:2 Unexpected "{"
Line 22:3 Expected identifier but found "%"
Line 22:53 Expected identifier but found "%"
Line 32:2 Unexpected "{"
Line 32:3 Expected identifier but found "%"
Line 32:45 Expected identifier but found "%"
Line 37:2 Unexpected "{"
... and 5 more hidden warnings

**/
  {% comment %} enable sorting of blocks {% endcomment %}
  product-form {
      display: flex;
      flex-direction: column;
  }

  {% comment %} move delivery estimation to the end {% endcomment %}
  product-form > .estimate-st__automatic {
      order: 100;
  }

  .product-form__payment-container > div {
    width: 100%;
    margin: 0;
  }

  {% comment %} Warenkorb-Button ausblenden {% endcomment %}
  form[action='/cart/add'] > button[type='submit'] {
    display: none;
  }

  {% comment %} Ausblenden der originalen Produktpreise {% endcomment %}
  .product-form__buttons,
  #price-template--17699679338584__main,
  .product__description.rte.quick-add-hidden {
    display: none !important;
  }

  .product--config-form .select-wrapper {
    width: 100%;
  }

  .product--config-form .form-wrapper {
    display: flex;
    flex-direction: column;
  }

  .product--config-form .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
  }

  .product--config-form .col {
    flex: 1 1 45%;
    padding: 0 10px;
    min-width: 220px;
    margin-bottom: 15px;
  }

  .product--config-form .h3 {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .product--config-form .field--input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .product--config-form .faux--input {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    width: auto;
    position: relative;
  }

  .product--config-form .faux--label,
  .product--config-form .faux--unit {
    color: var(--text-color);
  }

  .product--config-form .faux--input .form__field {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
  }

  .product--config-form .buy_form_help {
      margin: 10px 0;
    font-size: 12px;
  }

  .product--config-form .status-message {
    margin-top: 10px;
    padding: 8px;
    border-radius: 4px;
    display: none;
  }

  .product--config-form .status-message.success {
    display: block;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
  }

  .product--config-form .status-message.error {
    display: block;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
  }

  {% comment %} Für das Multiplizieren-Symbol {% endcomment %}
  .product--config-form .input--multiplier {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
  }
