/** Shopify CDN: Minification failed

Line 97:0 Expected "}" to go with "{"

**/
.template-search {
  min-height: 100vh;
}

.searchItems {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid rgb(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.searchItems .inputContainer {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.searchItems button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
}

.searchItems input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid rgb(0 0 0 / .3);
  height: 35px;
  width: 100%;
  padding-left: 8px;
  border-radius: 100px;
}

.searchItems img {
  width: 25px;
  height: 25px;
}

.template-search .headerCollection .blocFilters {
    width: 100%;
    position: fixed;
    top: 100px;
    transition: all .1s ease;
    z-index: 4;
}


/* MEDIA SCREEN */

@media only screen and (min-width: 1025px) {

.searchItems {
  float: right;
width: 200px;
border: 0;
height: 40px;
gap: 0.5rem;
}
  
  .searchItems input {
  background-color: #fff;
  border-radius: 100px;
}
.Products , .headerCollection .title {
    width: 100% !important;
}
  .headerCollection .blocFilters {
    width: 100% !important;
    justify-content: center;
    display: flex;
}

}

@media only screen and (min-width: 1200px) {

.searchItems {
  float: right;
  width: max-content;
  padding-right:0.5rem;
}


