/** Shopify CDN: Minification failed

Line 114:0 Unexpected "}"

**/
.ingredient-search-container-main
{
  height:500px;
  display:flex;
  align-items:center;
  flex-direction: column;
  padding-top:100px;
  text-align: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left:20px;
  padding-right:20px;
}

.ingredient-search-title h2 {
  color: var(--nw-black);
  font-weight: 700;
  white-space: normal;
  font-size: 63px;
}

.ingredient-search-container-main .nw-subtitle 
{
  padding-bottom:10px;
}



.ingredient-search-container-main {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.ingredient-search-h-title
{
  text-align: center;
}

.ingredient-search-container
{
  position:relative;
  width: 100%;
  align-items: center;
  justify-content: center;
}


.ingredient-search-container-main .nw-subtitle 
{
  color: var(--nw-black);
}

.ingredient-search-box-submessage 
{
  font-size:12px;
  color: var(--nw-black);
}

.ingredient-search-button .icon-search
{
  width:24px;
  height:24px;
}

.ingredient-search-input
{
  width: 90%;
  max-width: 600px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}


.ingredient-search-button
{
  position:absolute;
  right:12px;
  top:12px;
}

details:has([aria-label^="Ingredient Detail"]) {
    display: none;
}


.search-no-results-search-container
{
  padding: 0px 10px;
}

.card-wrapper-v3
{
  justify-content: space-between;
}

.ingredient-search-box-submessage
{
  margin-top: 25px;
  border: 1px;
  border-style: solid;
  border-radius: 8px;
  padding: 4px;
  background-color: #ffffff7d;
  border-color: #ffffff4f;
}
}

@media (width < 988px) 
{
  .ingredient-search-container-main
  {
    height:420px;
    padding-top: 70px;
  }
  .ingredient-search-title h2
  {
    font-size:48px;
  }
}

@media (width < 768px) 
{
  .ingredient-search-container-main
  {
    height: 300px;
    margin-bottom:10px;
    background-size: cover;
    padding-top:15px;
  }

  .ingredient-search-title h2
  {
    font-size:36px;
  }

  .ingredient-search-container-main .nw-subtitle 
  {
    padding-bottom:0px;
  }
  
  .ingredient-search-box-submessage 
  {
    margin-top: 5px;
  }

  .ingredient-search-box-submessage em
  {
    text-shadow: 0 0 3px var(--nw-honeydew);
  }

  .search-results-count-container
  {
    margin-bottom:10px;
  }



  .ingredient-search-button
  {
    top:8px;
  }
}