.product-section {

  padding: 40px 20px;

  background: #FFFDF5;

  position: relative;

  overflow: hidden;

  display: flex;

}

.filters {

  background: #fff;

  padding: 20px;

  border-radius: 12px;

  box-shadow: 0 10px 25px rgba(0,0,0,0.05);

      position: static;

    z-index: 999;

    width: 28%;

    max-height: 55vh;

    transition: .3s;

}

.filters:hover{

   transform: translateY(-5px);

   box-shadow: 0 12px 30px rgba(122, 74, 18, 0.15);

}

.filters h3 {

  margin-bottom: 15px;

  color: #5f2c82;

}



.filter-group {

  margin-bottom: 20px;

}



.filter-group h4 {

  margin-bottom: 8px;

  font-size: 15px;

}



.filter-group label {

  display: block;

  font-size: 14px;

  margin-bottom: 6px;

  cursor: pointer;

}

.product-container {

  padding: 0 0 0 20px;

  margin: auto;

  display: flex;

  gap: 20px;

  flex-wrap: wrap;

  position: relative;

  z-index: 1;

}



.product-card {

  background: #ffffff;

  border: 1px solid #E6D5B8;

  border-radius: 18px;

  padding: 18px;

  position: relative;

  transition: 0.3s;

  flex: 0 0 calc(21.5% - 16px);

}



.product-card:hover {

  box-shadow: 0 12px 30px rgba(122, 74, 18, 0.15);

  transform: translateY(-4px);

}



.product-img {

  text-align: center;

  margin-bottom: 14px;

}



.product-img img {

  max-width: 100%;

  height: 170px;

  object-fit: contain;

}



/* BADGES */

.badge {

  position: absolute;

  top: 12px;

  left: 12px;

  padding: 4px 12px;

  font-size: 12px;

  color: #ffffff;

  border-radius: 20px;

}



.sale { background: #F5BA5E; color: #5C370C; }

.hot  { background: #C2410C; }



/* TEXT */

.category {

  font-size: 12px;

  color: #8A7A6A;

}



.product-card h3 {

  font-size: 15px;

  margin: 6px 0 8px;

  color: #5C370C;

}



.rating {

  font-size: 14px;

  color: #F5BA5E;

}



.rating span {

  color: #8A7A6A;

  font-size: 13px;

}



.brand {

  font-size: 13px;

  margin: 6px 0 12px;

  color: #8A7A6A;

}



.brand a {

  color: #7A4A12;

  text-decoration: none;

}



/* PRICE */

.price-row {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.price {

  font-size: 18px;

  font-weight: 700;

  color: #7A4A12;

}



.price del {

  font-size: 13px;

  color: #8A7A6A;

  margin-left: 6px;

}



/* ADD BUTTON */

.add-btn {

  background: #FCEDE6;

  color: #7A4A12;

  border: none;

  padding: 8px 14px;

  border-radius: 8px;

  font-size: 14px;

  cursor: pointer;

  transition: 0.3s;

}



.add-btn:hover {

  background: #7A4A12;

  color: #ffffff;

}



/* QUICK VIEW */

.quick-view {

  position: absolute;

  left: 50%;

  top: 45%;

  transform: translate(-50%, 10px);

  background: #ffffff;

  color: #5C370C;

  padding: 10px 18px;

  border-radius: 20px;

  font-size: 14px;

  font-weight: 600;

  opacity: 0;

  pointer-events: none;

  transition: 0.3s ease;

  box-shadow: 0 8px 20px rgba(122, 74, 18, 0.25);

}



.product-card:hover .quick-view {

  opacity: 1;

  transform: translate(-50%, 0);

  pointer-events: auto;

}



.quick-view:hover {

  background: #7A4A12;

  color: #ffffff;

}

.icon_bar{
  /*width: 70px;
  height: 60px;
  */border: 2px dotted #FCEDE6;
  padding: 10px 30px;
  position: absolute;
  z-index: 33;
  align-content: center;
  justify-items: center;
  font-size: 25px;
  background-color: #5C370C;
  color: #FCEDE6;
  display: none;
  border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -ms-border-radius: 0 40px 40px 0;
  -o-border-radius: 0 40px 40px 0;
}

/* RESPONSIVE */

@media (max-width: 1200px) {

  .product-card { flex: 0 0 calc(25% - 15px); }

}
@media (max-width:1063px) {
.filters{
  display: none;
} 
.icon_bar{
  display: block;
}
.product-container{
     justify-content: space-evenly; 
     padding: 0 0 0 0px;
    }
.filters_inner{
  display: block !important;
  width: 300px;
  position: absolute;
  left: -400px;
  top: 70px;
  color: rgb(5, 5, 5);
  transition: 1.2s;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
  box-shadow: 0 0 10px rgb(0,0,0,.18);
} 

}


@media (max-width: 992px) {

  .product-card {
     flex: 0 0 calc(33.33% - 14px);
    }
   
}

@media (max-width: 779px) {
    .product-card {
        flex: 0 0 calc(39.33% - 14px);
    }
}
@media (max-width: 670px) {
    .product-card {
                flex: 0 0 calc(52.33% - 14px);
    }
}
@media (max-width: 576px) {

  .product-card { flex: 0 0 80%; }

  .product-img img { height: 150px; }

}
@media (max-width: 472px) {
        .filters_inner {
          width: 190px;
        
        }
}
@media (max-width: 350px) {
    .product-card {
       flex: 0 0 86%; 
    }
}


/* BACKGROUND SHAPES */

.product-section::before {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(135deg, #5C370C, #7A4A12);

  clip-path: polygon(0 0, 100% 0, 100% 55%, 0 40%);

  z-index: 0;

}



.product-section::after {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(135deg, #F5BA5E, #FCEDE6);

  clip-path: polygon(0 55%, 100% 35%, 100% 100%, 0 100%);

  z-index: 0;

}

