/** Shopify CDN: Minification failed

Line 164:40 The "+" operator only works if there is whitespace on both sides

**/
.templateSearch{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    padding: 24px 16px 32px 16px;
    color: var(--text_1);
    background: var(--background_1);
  min-height: calc(100vh - var(--header-height) - var(--announcement-height));

}

.template-search--productwrapper{
  width: 100%;
}

.template-search__results{
  display: flex;
  flex-direction: column;
}

.templateSearch--flex {
  margin-top: 16px;
}

.templateSearch--Header{
  width: 100%;
  padding: 0px 0px 32px 0px;
}

.SearchProductWrapper{
  position: relative;
}
.Search--Result{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px 16px;
    width: 100%;
}

.Search--Result.Article--Result{
  grid-template-columns: 1fr;
  gap: 16px;
}
.Search_input_wraper{
    display: flex;
    align-items: center;
}

.Results{
    display: flex;
    margin-bottom: 32px;
}

.Results button{
  color: var(--details_3);
}

.Results .active {
  color: var(--text_1);
}
.Search--Input{
    background: transparent;
    border: none;
    width: 100%;
    outline: none;
}

.Button--Search {
  box-sizing: border-box;
  color: var(--button_third_text);
  transition: all 0.25s linear;
  position: relative;
  height: fit-content;
}


.Button--Search.active:hover:after,
.Button--Search:hover:after{
  background-color: var(--details_3);
  transition: all 0.25s linear;
  opacity: 1;
}


.Button--Search.active:after{
  content: "";
  position: absolute;
  width: 100%;
  opacity: 1;
  height: 1px;
  background-color: var(--details_3);
  left: 0;
  bottom: -2px;
  transition: all 0.25s linear;
}

.template-search--empty .templateSearch--flex {
    display: unset;
  }

  .template-search--empty .Results {
    margin: 0;
  }

.template-search--empty .Search--no_results {
  padding: 0;
  align-items: inherit;
}

.search--no_resultsBtn {
  margin-top: 16px;
  max-width: 186px;
}


.templateSearch .Search--no_results {
  margin-left: 0;
  max-width: 423px;
}


@media screen and (min-width: 768px){
  .Search--Result{
    grid-template-columns: repeat(3, 1fr);
  }
  .Results{
    margin-bottom: 64px;
  }

  .templateSearch{
  padding: 16px;
  }


}
.templateSearch--flex .flex{
  margin-top:32px;
}
@media screen and (min-width: 1025px){
  .search--no_resultsBtn{
    margin-top: 24px;
  }
  .Search--Result.Article--Result{
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .Search--no_results {
    max-width: 500px;
  }
  .templateSearch--Header {
    padding: 32px 0px 64px 0px;
   }
   
  .templateSearch--flex .flex{
    margin-top:0px;
  }
  search-component {
    position: relative;
    top: calc(var(--announcement-height)+ var(--header-height) - 10vh);
    height: 100%;
  }

  .Search--Result{
    grid-template-columns: repeat(4, 1fr);
    gap: 64px 32px;
  }

.templateSearch--flex{
  display: flex;
  justify-content: space-between;
}


  .templateSearch {
    padding: 24px 32px 64px 32px;
  }

  .templateSearch--flex {
    margin-top: 0px;
  }

  .template-search--productwrapper {
    width: 100%;
  }



  .template-search--empty .Search--no_results {
    text-align: left;
    align-items: inherit;
    padding: 0;
    margin-top: 64px;
  }

  .search--no_resultsBtn {
    min-width: 194px;
    padding-right: 0;
    padding-left: 0;
  }

}
