.search-container {
    padding: 5px;
    background: var(--color-bg-box);
    border: 1px solid var(--color-box-border);
    box-shadow: var(--box-shadow-externa);
    border-radius: 8px;
    margin-bottom: 10px;
  }
  
  .search-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    margin-bottom: 6px;
    margin-top: 0px;
  }
  
  span.search-header-icon {
    border-radius: 6px;
    height: 49px;
    justify-content: center;
    width: 49px;
    display: flex;
    align-items: center;
    margin-right: 8px;
    color: rgb(239, 248, 253);
    background-color: rgb(91, 167, 225);
    border: 1px solid rgb(74, 135, 182);
    border-top-color: rgb(91, 167, 225);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    text-align: center;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 75%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 75%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 75%);
  }

  
span.search-header-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #000000;
  }
  
  .search-body {
    color: #000000;
    padding: 15px;
    height: fit-content;
    margin-bottom: 5px;
    border-radius: 8px;
    box-shadow: var(--box-shadow-interna);
    background-color: var(--color-bg-box-secondary);
  }
  
  .product-filt-search {
    display: flex;
    max-height: 100%;
    background: var(--color-bg-box);
    color: #000000;
    border-radius: 8px;
    text-align: left;
    flex-direction: column;
  }
  
  .search-result-category {
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #F6F6F6;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05), 0 5px 12px rgba(0, 0, 0, 0.125);
    width: -webkit-fill-available;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    color: #000000;
    padding: 5px;
    border-radius: 7px;
    margin-bottom: 5px;
    cursor: pointer;
  }
  
  .search-result-category:hover {
    box-shadow: 0px 4px 20px 10px rgb(0 0 0 / 7%);
    transition: all 0.3s;
  }
  
  
  .search-result-category h2 {
    margin-left: 20px;
  }
  
  .searchbox-page {
    display: flex;
    padding: 5px;
    background: var(--color-bg-box);
    border: 1px solid var(--color-box-border);
    box-shadow: var(--box-shadow-externa);
    border-radius: 8px;
    
  }
  
  .searchimage-page {
    display: flex;
    width: 48px;
    height: 46px;
    background: #ffffff00;
    border: 0px solid #f0f0f000;
    border-radius: 12px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    cursor: pointer;
    margin-left: 10px;
  }
  
  .searchimage-page:hover {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(0, 0, 0, 0.015), inset 0 2px 8px rgba(0, 0, 0, 0.075), 0 0px rgb(0 9 37 / 37%);
    background-color: rgb(232 255 254);
  }
  .search_block {
    width: 100%;
  }
  @media (max-width: 420px) {
    span.search-header-title {
      font-weight: 700;
      font-size: 19px;
      line-height: 29px;
      text-align: center;
      color: #000000;
    }
  }
  
  

  
  .product-filt-body {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  

  
 
  
  span.product-filt-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #000000;
}
  
  .product-subheader {
    display: flex;
    align-items: center;
  }
  
  span.product-filt-icon {
    border-radius: 6px;
    height: 32px;
    justify-content: center;
    width: 32px;
    display: flex;
    align-items: center;
    margin-right: 8px;
    color: rgb(239, 248, 253);
    text-align: center;
    box-sizing: border-box;
    background-color: var(--color-bg-box-subsecondary);
    border: var(--color-box-border-subsecondary);
    border-top-color: var(--color-box-border-top-subsecondary);
    box-shadow: var(--box-shadow-externa-subsecondary);
    background-image: var(--bg-image-gradient);
}

.product-filt-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
section.pagination-product-page {
  grid-area: A;
  height: 26px;
  width: 100%;
  display: flex;
}
section.pagination-product-page-bottom {
  grid-area: C;
  height: 26px;
  width: 100%;
  display: flex;
}
  
  @media (max-width: 420px) {

  
    span.product-filt-title {
      font-size: 17px;
    }
  }
.product-list-search_page {
    display: flex;
    flex-wrap: wrap;
}




.product-page-body {
  display: flex;
  flex-wrap: nowrap;
}

.product-page-left {
  display: flex;
  max-width: 271px;
  flex-direction: column;
  margin-right: 10px
}

.product-page-right {
  position: relative;
  display: flex;
  max-width: 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  grid-area: C;
}
@media (max-width: 1000px) {
  .product-page-left {
      width: 100%;
      flex-direction: column;
  }

  .product-page-sort {
      display: flex;
      justify-content: space-between;
  }

 
  .product-page-sort-header {
      margin-bottom: 5px;
  }

  .product-page-right {
      max-width: 100%;
  }

  .product-page-body {
      flex-wrap: wrap;
  }

  .selectlink {
      width: 100%;
  }


}

@media (max-width: 600px) {
  .product-page-header {
      flex-direction: column;
  }

  .product-page-img img {
      width: calc(100% - 10px);
      height: auto;
      float: none;
  }

  .product-page-right {
      justify-content: center;
  }

  .product-page-title {
      -webkit-line-clamp: 4;
      padding: 0px 5px 0px 5px;
  }

  .product-page-descr {
      padding: 0px 5px 0px 5px;
  }
}





.show-filter {
  display: flex;
}
ul.hide-filter {
  display: none;
  position: absolute;
  z-index: 9;
}

.hide-text {
  display: none;
}



.product-pages-body {
  display: grid;
  gap: 10px;
  
  grid-template-columns: 273px auto;
  /* ! */
  grid-template-areas:
    "R R"
    "A A"
    "B C";
}

.product-pages-body .releases-new-block {
  grid-area: R;
}
@media (max-width: 1000px) {
  .product-pages-body {
    display: grid;
    gap: 10px;
    grid-template-columns: auto;
    /* ! */
    grid-template-areas:
      "R"
      "A"
      "B"
      "C";
  }
}
.product-pages-header {
  grid-area: A;
}

.product-pages-left {
  grid-area: B;
  position: relative;
  display: grid;
  grid-template-rows: 49px auto;
  gap: 10px;
  grid-template-areas:
      "sort"
      "checkbox";
  align-items: start;
}
@media (max-width: 1000px) {
  .product-pages-left {
    grid-area: B;
    position: relative;
    grid-template-rows: none;
    display: grid;
    gap: 10px;
    grid-template-areas: "checkbox sort";
    justify-content: start;
  }
}


.pagination-search-page {
  height: 26px;
  width: 100%;
  display: flex;
  margin: 0px 0px 10px 0px;
}

.product-list-search {
  display: grid;
  gap: 10px;
  /* ! */
  grid-template-columns: repeat(4, 1fr);

  grid-template-areas:
    "A A A A";
}
@media (max-width: 786px) {
    .product-list-search {
      display: grid;
      gap: 10px;
      /* ! */
      grid-template-columns: repeat(3, 1fr);
    }
    
}
@media (max-width: 600px) {
  .product-list-search {
    display: grid;
    gap: 10px;
    /* ! */
    grid-template-columns: repeat(2, 1fr);

  }
}

.good-container-pages2 {
    max-width: 400px;
    height: max-content;
    background: var(--color-bg-box);
    border: 0px solid #F0F0F0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--box-shadow-externa);
    flex-wrap: nowrap;
    flex-direction: column;

}

button.show-filters {
  display: flex;
    width: 46px;
    height: 46px;
    background: #ffffff00;
    border: 0px solid #f0f0f000;
    border-radius: 12px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    cursor: pointer;
}
.show-filters:hover {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    position: relative;
    border-radius: 12px;
    box-shadow: var(--box-shadow-interna);
}

.show-filters:focus {
  box-shadow: var(--box-shadow-interna);
  background-color: var(--color-bg-box-secondary-1);
}
.button-filter-container {
  display: flex;
  width: 100%;
  height: 100%;
  background: var(--color-bg-box);
  box-shadow: var(--box-shadow-externa);
  border-radius: 8px;
  align-items: center;
  justify-content: center;

}
@media (min-width: 1000px) {
  button.show-filters {
    display: none;
  }
  .button-filter-container {
    display: none;

}
}

.none_search_result {
  font-size: 24px;
}
