*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*PTAGS*/
.categoriesp{
    color: #ffffff;
}
.featured{
  display: flex;
  justify-content: center;
}
.pfeatured{
  font-size: 25px;
  font-weight: 800;
  padding: 10px 20px;
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
  outline: 1px solid transparent;
}

#pcsearchinput::placeholder ,#searchinput::placeholder{
  color: #ffffff;
}


.searchcontainer{
  padding: 0 10px;
}
.searchbox{
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.511);
    padding: 20px ;
}
.searchmat{
    padding: 40px 20px;
    border-radius: 30px;
    background-color: white;
}
.searchbar{
    height: 70px;
    border-radius: 30px;
    background-color: #000000;
    display: flex;
    align-items: center;
    padding: 0 20px 0 30px;
}
.searchimgbox{
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.888);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-input{
    width: 80%;
    height: 100%;
    padding: 0 20px 0 30px;
    border-radius: 30px;
    border: none;
    outline: none;
    background-color: #000000; 
    color: white;
}
.search-input:hover{
    outline: none;
}
.option, .pcoption{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #ffffff;
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
  outline: 1px solid transparent;
}
.optionbrand{
  display: flex;
  flex-direction: column;
}
.option-item{
  margin-bottom: 5px;
}
.optionimg{
  display: flex;
  justify-content: center;
  width: 50px;
  margin-right: 10px;
}
.optionimg img{
  height: 20px;
}
.searchresultscontainer{
    margin-top: 30px;
    display: none;
    justify-content: center;
    height: 235px;
    padding-bottom: 20px;
}
.searchresults{
    width: 95%;
    height: 100%;
    border-radius: 30px;
    padding: 20px;
    background-color: #f5f5f5;
}
.searchresultsbox{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 15px;
}


.categorycontainer{
    margin-top: 30px;
    padding: 0 10px;
}
.categorybox{
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.451);
    padding: 20px;
}
.categorymat{
    padding: 40px 20px;
    border-radius: 30px;
    background-color: #f5f5f5;
}
.categoryleft{
    display: flex;
    align-items: center;
}
.categoriesimg, .rightchevron{
    height: 30px;
}
.categoriesimg{
  margin-right: 10px;
}
.toggle-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    background-color: #000000;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.toggle-div .icon {
    margin-right: 10px;
}

.toggle-div .chevron {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.content-body {
    width: 100%;
    max-height: 0;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    background-color: #ffffff;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
.content-body.visible {
    margin-top: 10px;
    padding: 20px 20px 20px 20px;
    max-height: 250px; 
    opacity: 1;
    transform: scaleY(1);
}
.categories{
  overflow: scroll;
  max-height: 200px;
}
.categories a, .pccontent-bodymini a{
  text-decoration: none;
  color: #000000;
}
.pcategory{
  padding: 10px 0 10px 5px;
}





.brandscontainer{
    padding: 0 10px;
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 30px;
}
.brandsbox{
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.451);
    padding: 20px 10px;
}
.brands{
  border-radius: 30px;
  background-color: #f5f5f5;
  padding: 40px 15px;
}
.brandsmini{
  margin-top: 40px;
}
.brandslogo{
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brandslogoimg{
    height: 30px;
}
.brand {
    margin-top: 30px;
    width: 100%;
}
.brand:first-child {
    margin-top: 0;
}
.brandheader {
  width: 100%;
    border-radius: 5px;
    padding: 25px 15px;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent; 
    font-weight: 600 ;
}
.brand-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 ;
}
.brand-content.open {
    max-height: 250px;
    padding: 10px 20px;
}
.brandcontent{
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent; 
    width: 100%;
    max-height: 230px;
}
.brandcontentmini{
  overflow-y: scroll;
  width: 100%;
  max-height: 200px;
}
.category{
  padding: 10px;
  text-decoration: none;
  color: #000000;
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  border: 2px solid #d3e8f4;
  border-radius: 5px;
  margin-bottom: 10px ;
  font-size: 13px;
}
.category:last-child{
  margin-bottom: 0 ;
}


@media(max-width:1023px){
  .pccategorycontainer{
    display: none;
  }
}

@media(min-width:1024px){
  .searchcontainer, .categorycontainer{
    display: none;
  }
  .pccontent-body {
    max-height: 0;
    margin-top: 18px;
    padding: 0 15px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    border: 2px solid rgb(105, 97, 97);
    border-radius: 20px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
}
  .pccontent-body.visible {
    max-height: 235px; 
    opacity: 1;
    transform: scaleY(1);
    padding: 15px;
}
.pccontent-bodymini{
  height: 200px;
  overflow-y: scroll;
}
  .pccategorycontainer{
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 50px;
}
.pccategory{
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.451);
    padding: 50px;
}
.pccategorymat{
    padding: 50px;
    border-radius: 30px;
    background-color: white;
    display: flex;
}
.searchbar{
  width: 50%;
  position: relative;
  margin-right: 30px;
}
.toggle-container{
  width: 50%;
}
.pcsearchresultscontainer{
  border: 2px solid rgb(105, 97, 97);
  border-radius: 20px;
  display: none;
  position: absolute;
  left: 0;
  bottom: -250px;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
  height: 235px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
  outline: 1px solid transparent;
}
.searchresults{
  padding-right: 0;
  padding-bottom: 0;
}
.brandscontainer{
  padding: 0 20px;
}
.brandsbox{
  padding: 50px 30px;
}
.brandsmini{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brand{
  width: 49%;
  margin-top: 0;
  margin-bottom: 30px;
}
}

@media(min-width:1200px){
  .brand{
    width: 32%;
    margin-top: 0;
  }
  .brandsmini{
    padding: 20px 60px 80px 60px;
  }
}

