@media only screen and (max-width: 576px) {
 
   .collapsable>button>h4{
    font-size: 18px;
   }
   .product_wrapper_purpose>.collapsable_wrapper>span{
    font-size: 14px!important;
   }
   .product_wrapper_compound>.collapsable_wrapper{
    flex-direction: column;
   }
   .product_wrapper_compound>.collapsable_wrapper>span{
    width: 100%;
    font-size: 14px;
   }
   .product_wrapper_compound>.collapsable_wrapper>p{
    font-size: 14px;
   }
   .product_wrapper_details_general>p{
    font-size: 14px;
   }
   .product_wrapper_details_general_stats>span{
    font-size: 14px;
   }
   .product_wrapper_details_general_stats{
    flex-direction: column;
   }
  .back_btn{
    font-size: 14px;
   }
   .product_wrapper_details_general>h4{
    font-size: 25px;
   }
   .product_wrapper_details>.collapsable{
    padding: 20px 25px;
   }
   .product_wrapper_details_general_stats>span{
    width: 100%;
   }
   .header_wrapper{
    display: none !important;
   }
   .post_list_item{
    flex-direction: column;
    height: fit-content;
   }
   .post_list_item_img, .post_list_item_body{
    width: 100%;
   }
   .container-fluid{
    padding: 0;
   }
  .rated_blog{
    padding: 0 20px ;
  }
  }

  .post_list_item_img{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
  }
  .post_list_item_img>img{
    object-fit: fill;

  }
  /* .post_list_item_top_side>span{
    width: 15%;
  }
  .post_list_item_top_side_tags{
    width: 85%;
  } */
  .blog_content_leftbar>a{
    width: 50%;
  }

  /* .blog_cat_wrapper_list_item_title{
    font-size: 21px;
  } */
  #searchBTN{
    display: none;

  }
  #searchBTN>i{
    color:#FFAC6A;
  }

  footer{
    margin-top: 80px;
  }
  #noitems{
    color: #a5b0cb;
    text-transform: uppercase;
    font-size: 20px;

  }
  #search_input:focus-visible{
    outline: none;
  }
  .product_list_item_info{
    position: relative;
    z-index: 2;
  }
  .blog_cat_wrapper_list_item {
    overflow: hidden;
    padding: 20px;
  }
  @media (min-width: 1200px) {
    .container {
      width: 1100px;
    }
  }
  @media screen and (max-width:577px){
    .post_list_item_img{
      height: 300px;
    }
    .post_list_item_img>img{
      object-fit: cover;
    }
  }
  @media screen and (max-width:400px){
    .shop_cat_wrapper_list_item, .blog_cat_wrapper_list_item {
      height: 200px;
    }

  }
  @media (min-width:401px) and (max-width:500px){
    .shop_cat_wrapper_list_item, .blog_cat_wrapper_list_item{
      height: 220px;
    }
  
  }
  @media (min-width:501px) and (max-width:650px){
    .shop_cat_wrapper_list_item, .blog_cat_wrapper_list_item{
      height: 220px;
    }
  }
  .blog_cat_wrapper_list_item, .shop_cat_wrapper_list_item{
    cursor:pointer;
  }
  .post_list_item_bot_side{
    font-size: 14px;
  }
  .post_list_item_bot_side>i{
    font-size: 14px;
  }
  .rated_blog{
    margin-top: 100px;
  }
  .useful-materials__link{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .useful-materials__link:hover p {
    background: linear-gradient(108deg, #ffac6a 8.45%, #ff727e 98.24%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.useful-materials__link:hover i {
  background: linear-gradient(108deg, #ffac6a 8.45%, #ff727e 98.24%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.useful-materials__link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #ffac6a;
  text-decoration-color: #ffac6a;
}
.about_img_wrapper{
  height: 500px;

}
.about_img_wrapper>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.post_img_wrapper{
  height: 100%;
  width: 100%;

}
.post_img_wrapper>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.blog_content_main_search{
  justify-content: space-between;
}

.shop_cat_wrapper_list_item_active{
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  background:linear-gradient(91.7deg,#FFAC6A 8.45%,#FF727E 98.24%)
}
.shop_cat_wrapper_list_item_active .shop_cat_wrapper_list_item_cat_more{
  display:inline-block!important;
  z-index:3;
  -webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;border-bottom:3px solid white;font-weight:bold
}
.shop_cat_wrapper_list_item_active .shop_cat_wrapper_list_item_title{
  color:white;
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out
}
.shop_cat_wrapper_list_item_active .shop_cat_wrapper_list_item_cat_text{
  display:none;
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out
}
.shop_cat_wrapper_list_item_active .shop_cat_wrapper_list_item_cat{
  border:none;
  background:transparent;
  border-bottom:2px solid transparent;
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out
}
.shop_cat_wrapper_list_item_active .shop_cat_wrapper_list_item_cat:before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:-1;
  margin:-2px; 
  /* !importanté */
  border-radius:inherit; 
  /* !importanté */
  background:transparent;
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out
}
.shop_cat_wrapper_list_item_active .shop_cat_wrapper_list_item_cat>span{
  background:linear-gradient(91.7deg,white 8.45%,white 98.24%);
  text-decoration:underline;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out
}

.blog_cat_wrapper_list_item_active{
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out;
  background:linear-gradient(91.7deg,#FFAC6A 8.45%,#FF727E 98.24%)
}
.blog_cat_wrapper_list_item_active .blog_cat_wrapper_list_item_cat_more{
  display:inline-block!important;
  z-index:3;
  -webkit-transition:all 300ms ease-out;transition:all 300ms ease-out;border-bottom:3px solid white;font-weight:bold
}
.blog_cat_wrapper_list_item_active .blog_cat_wrapper_list_item_title{
  color:white;
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out
}
.blog_cat_wrapper_list_item_active .blog_cat_wrapper_list_item_cat_text{
  display:none;
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out
}
.blog_cat_wrapper_list_item_active .blog_cat_wrapper_list_item_cat{
  border:none;
  background:transparent;
  border-bottom:2px solid transparent;
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out
}
.blog_cat_wrapper_list_item_active .blog_cat_wrapper_list_item_cat:before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:-1;
  margin:-2px; 
  /* !importanté */
  border-radius:inherit; 
  /* !importanté */
  background:transparent;
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out
}
.blog_cat_wrapper_list_item_active .blog_cat_wrapper_list_item_cat>span{
  background:linear-gradient(91.7deg,white 8.45%,white 98.24%);
  text-decoration:underline;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  -webkit-transition:all 300ms ease-out;
  transition:all 300ms ease-out
}

 @media (min-width:1601) and (max-width:1673px){
    .post_list_item_top_side{
     display:none !important;
    }
  
  }