/** Shopify CDN: Minification failed

Line 19:18 Unexpected "{"
Line 19:26 Expected ":"
Line 27:20 Unexpected "{"
Line 27:28 Expected ":"
Line 36:20 Unexpected "{"
Line 36:28 Expected ":"
Line 43:20 Unexpected "{"
Line 43:28 Expected ":"
Line 50:20 Unexpected "{"
Line 50:28 Expected ":"
... and 4 more hidden warnings

**/


/* CSS from section stylesheet tags */
#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;
  }