/** Shopify CDN: Minification failed

Line 17:18 Unexpected "{"
Line 17:26 Expected ":"
Line 25:20 Unexpected "{"
Line 25:28 Expected ":"
Line 34:20 Unexpected "{"
Line 34:28 Expected ":"
Line 41:20 Unexpected "{"
Line 41:28 Expected ":"
Line 48:20 Unexpected "{"
Line 48:28 Expected ":"
... and 4 more hidden warnings

**/
/* START_SECTION:blog-template_rezepte (INDEX:28, SCOPED:FALSE) */
#shopify-section-{{section.id}} .custom_search input {
    border: none;
    border-bottom: 2px dotted black;
    padding-bottom: 7px;
    flex: 1 1 0px;
    background-color: #faf7f1;
  }

  #shopify-section-{{section.id}} .custom_filter .sub_flex {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: start;
    flex: 1 1 0px;
  }


  #shopify-section-{{section.id}} .custom_filter select{
    border-color: black;
    color: black;
    text-transform: uppercase;
    flex: 0.25 1 0px;
  }

  #shopify-section-{{section.id}} .btn.btn--secondary {
    background-color: var(--colorBorder);
    color: white;
    border: none; 
    height: max-content;
  }

  #shopify-section-{{section.id}} .article__grid-meta {
    text-align: left;
    padding: 20px;
    border: none;
    background-color: white;
  }

  #shopify-section-{{section.id}} .article__grid-meta .article-read-more-wrapper {
    text-align: center;
    padding-bottom: 0px;
  }

  #shopify-section-{{section.id}} .grid:after {
    content: normal;
  }
/* END_SECTION:blog-template_rezepte */
