body{
    margin: 0;
}
*{
  margin: o;
  box-sizing: border-box;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-items: center;
    height: 80px;
    background-color: #f2e1d9;
    position: relative;
    z-index: 3;
}

.logo {
    transform: translateY(20px);
    position: relative;
    z-index: 3;
}

.navbar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo:hover {
    cursor: pointer;

}
.navbar a {
    text-decoration: none;
    margin: 10px;
    color: black;
    padding-right: 20px;

}

.navbar a:hover {
    color: #fd8f5f;
}

.account {
    text-decoration: none;
    color: black;
}

.account:hover {

    color: #fd8f5f
}

.dropdown {
    position: relative;
    z-index: 1000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 10;
}

.dropdown-content a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: black;
}

.dropdown-content a:hover {
    background-color: #f0f0f0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropblog {
    position: relative;
    z-index: 1000;
}

.dropblogcontent {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 10;
}

.dropblogcontent a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: black;
}

.dropblogcontent a:hover {
    background-color: #f0f0f0;
}

.dropblog:hover .dropblogcontent {
    display: block;
}

.underline-input {
    border: none;
    border-bottom: 1px solid#343a40;
    background-color: #f2e1d9;
    outline: none;
    padding: 5px;
    font-size: 16px;
    width: 200px;
}

.input {
    position: relative;
    width: fit-content;
}

.Search-icon {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

.Search-icon:hover {
    cursor: pointer;
}

.card-icon {
    margin-right: 40px;
}

.card-icon:hover {
    cursor: pointer;
    opacity: .7;
    transform: scale(1.1)
}

.containimg img {
    width: 93%;

}

.containimg {
    position: relative;
    background-color: #f2e1d9;
    padding: 30px 0px;
}

.containimg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;  
  height: 35px; 
  background-color: white; 
}

.container-heading {
    position: absolute;
    top: 15%;
    left: 5%;
    margin: 40px;
    padding: 39px 24px 55px 44px;
    border-radius: 10px;
    width: 35%;
    z-index: 1;
}

.container-heading h1 {
    margin: 0;
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.container-heading p {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.shopping{
    padding: 50px 50px;
    
}
.shopping p{
  padding: 20px 0px;
    color: #7F85A8;

}
.product1{
     display: flex;
     margin: 40px;
     justify-content: space-between;
     padding: 0px 20px;
}
.drop-down {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1000;
}
.dropdowntype{
   
    padding: 10px 10px;
    border: 1px solid #ededed;
}
.cat-img-filter{
      display: flex;
justify-content: flex-start;
align-items: flex-start;
max-width: 1200px;
margin: auto;
  gap: 10px;
  flex: 1;
  flex-wrap: wrap;
  width: 100%;
}


.filters-column {
width: 300px;
  display: flex;
   flex-direction: column;
/* justify-content: flex-end; */
  gap: 10px;

  
}

.product-catergory1 {
 
 display: flex;
 flex-wrap: wrap;
  max-width: 850px;
  justify-content: flex-start;
  align-items: flex-start;
  
}

.product-card1 {
  flex: 1 1 calc(33.33% - 20px);
  max-width: 200px;
  width: 200px;
  height: 300px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  color: black;
}
#prdouct-price{
  color: red;
}
.product-card1 p{
  margin-top: 10px;
}
.product-card1 img {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.product-card1:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}


#dropdowncategory , #priceSelect{
  display: flex;
  align-items: center;
    border: 1px solid #ededed;
    
 padding: 10px 30px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    /* margin-top: auto; */

}
.dropdowncategory,
.dropdownprice {
  width: 80%;
}

.dropdowncategory select,
.dropdownprice select {
  width: 100%;
  padding: 10px 30px;
  border: 1px solid #ededed;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
}
.slider-container {
  width: 150px
}

input[type="range"] {
  width: 100%;
  height: 4px; 
  -webkit-appearance: none;
  background: #f0f0f0;
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: orange;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px; /* علشان يبقي في النص */
}



input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  background: orange;
  border-radius: 5px;
}

input[type="range"]::-moz-range-track {
  height: 4px;
  background: white;
  border-radius: 5px;
}

.typerange-container{
  border:  solid #F6F8FE;
    padding: 30px 20px 20px 20px;
    margin: 30px;
    box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.1);
    
}

.checkboxes label {
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  /* margin-top: 10%; */
  
}
input[type="checkbox"] {
  accent-color: #fd8f5f; 
}
.latest-product{
 border:  solid #F6F8FE;
    padding: 30px 20px 20px 20px;
    margin: 30px;
    box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.1);
    
    
}



/* .product-catergory {
 display: flex;
  flex-direction: column;  
  gap: 10px;   
} */


/* .product-card p {
  margin: 5px 0;
  color: #333;
} */
.btnDiscover{
    
    border: 1px solid #FD8F5F;
    background-color: transparent;
    color: #FD8F5F;
    font-family: 'Poppins', sans-serif;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 17px 42px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 50px;
    margin-top: 70px;
}

.btnDiscover:hover {
    background-color: #FD8F5F;
    border: 1px solid white;
    color: white;
    transition: 0.3s linear;
}
    



.btn-container{
     display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.dropdown-img{
    display: flex;
}

/* .category-list{
   display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
} */
/* .product {
  width: calc(33.33% - 20px); 
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px;
} */

