  .hero-section {
      margin-top: 125px;
      padding-bottom: 40px;
  }

  .breadcrumb-section {
      padding-bottom: 20px;

  }

  .breadcrumb a {
      text-decoration: none;
      color: #000;
      font-size: 16px;
      font-weight: 500;
  }
  .no-filter-results {
    font-size: 12px;
    color: #888;
    padding: 6px 2px;
}

  .breadcrumb-item+.breadcrumb-item::before {
      color: #000;
      font-size: 16px;
      content: ">" !important;
      padding-right: 12px !important;
  }

  .breadcrumb-item.active {
      color: #000 !important;
      font-size: 16px;
      font-weight: 500;
  }

  .breadcrumb-item+.breadcrumb-item {
      padding-left: 12px !important;
  }

  .product-hero-section {

      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 40px;
  }

  .product-hero-content {
      max-width: 100%;
  }

  .product-hero-content h2 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 15px;
  }
  .product-hero-content h2 span{
    font-size: 20px;
    color: #888;
    font-weight: 500;
  }

  .product-hero-content p {
      font-size: 14px;
      line-height: 1.4;
      font-weight: 400;
  }



  @media (max-width: 992px) {
      .product-hero-section {
          flex-direction: row;
          text-align: center;
          padding: 30px;
      }

      .product-hero-content {
          max-width: 100%;
      }

  }


  /* 2nd section css start  */

  .product-section {
      background: #fff;
  }
  .product-section-heading{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .reset-filter-button{
    border: none;
    background-color: transparent;
    color: #2C55A8;
    font-size: 16px;
    font-weight: 500;
  }
  .category-container {
    padding: 20px 15px;
    border: 2px solid #80808029;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .category-container .filter-list{
    height: 260px;
    overflow-y: scroll;
  }
.category-container .filter-list::-webkit-scrollbar {
    width: 3px;    
}

.category-container .filter-list::-webkit-scrollbar-track {
    background: transparent;  
}

.category-container .filter-list::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 10px;
}
   .sub-category-container{
    padding: 20px 15px;
    border: 2px solid #80808029;
    border-radius: 5px;
    margin-bottom: 30px;
   } 
    .sub-category-container .filter-list{
    height: 260px;
    overflow-y: scroll;
  }
  .sub-category-container .filter-list::-webkit-scrollbar {
    width: 3px;    
}

.sub-category-container .filter-list::-webkit-scrollbar-track {
    background: transparent;  
}

.sub-category-container .filter-list::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 10px;
}
    .brand-filter-container{
    padding: 20px 15px;
    border: 2px solid #80808029;
    border-radius: 5px;
  }
.brand-filter-container .filter-list{
    height: 260px;
    overflow-y: scroll;
   
  }
  
.brand-filter-container .filter-list::-webkit-scrollbar {
    width: 3px;    
}

.brand-filter-container .filter-list::-webkit-scrollbar-track {
    background: transparent;  
}

.brand-filter-container .filter-list::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 10px;
}

  .filters-wrapper input[type="checkbox"]{
    
    width: 14px;
    height: 14px;
    /* margin-right: 5px; */
  }

  .filters-container {

      position: sticky;

      height: fit-content;
      top: 140px;        /* sticks to top with 20px gap */
    z-index: 10;
    overflow-y: auto;
  }

  .filter-title {
      font-size: 18px;
      font-weight: 600;
  }

  .filter-item {
      display: flex;
      margin-bottom: 8px;
      font-size: 12px;
      align-items: center;
    gap: 10px;
    font-weight: 500;
  }

  .filter-input {
      font-size: 14px;
      height: 40px;
  }

  .selected-filters .filter-tag {
      background: #e9f0ff;
      border: 1px solid #2C55A8;
      padding: 5px 10px;
      border-radius: 4px;
      margin-right: 5px;
      font-size: 13px;
      cursor: pointer;
  }

  .product-card {
  border: 2px solid #80808059;
  border-radius: 5px;
  text-align: left;
  padding: 12px;
  transition: all 0.3s;
  height: 390px;
  }

  .product-card:hover {
       box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }



  .product-img {
   width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 10px;
  }
  .Product-badge{
      display: inline-block;
  background-color: #2C55A8;
  color: #fff;
  font-size: 10px;
  border-radius: 12px;
  padding: 3px 10px;
  margin-bottom: 8px;

  }

  .no-products-found {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

  .product-title {
  font-size: 14px;
  color: #000;
  min-height: 40px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .product-title a{
    text-decoration: none;
    color: inherit;
    font-size: 14px;
  color: #000;
  min-height: 40px;
  line-height: 1.5;
  }

  .product-price {
  margin: 8px 0;
  margin-bottom: 15px;
  }

  .product-price .price {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.product-price .old-price {
  font-size: 18px;
  color: #8888888f;
  text-decoration: line-through;
  margin-left: 5px;
}

.product-price .discount {
  font-size: 12px;
  color: #fff;
  background-color: #0b993e;
  border-radius: 0px;
  padding: 2px 6px;
  margin-left: 5px;
  font-weight: 600;
}

  .add-cart-btn {
  background-color: #2C55A8;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  width: 100%;
  border-radius: 6px;
  }
   .add-cart-btn:hover {
      background-color: #fff;
  color: #2C55A8;
  border: 1px solid #2C55A8;
  }

  .sort-dropdown {
      width: 200px;
      font-size: 14px;
      height: 38px;
  }

  .pagination li a {
      padding: 6px 12px;
      font-size: 14px;
  }

  .selected-filters {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px 4px;
  }



  /* bottom pagination layout */
.bottom-pagination-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    font-size: 14px;
}

.page-label-text,
.page-total-text {
    font-size: 14px;
}

.page-select-dropdown {
    width: 90px;
    height: 32px;
    font-size: 14px;
    padding: 4px 8px;
    border: unset;
    color: #2C55A8;
}

/* arrow buttons */
.page-arrow-btn {
    border: 1px solid #2C55A8;
    background-color: #ffffff;
    padding: 4px 12px;
    font-size: 25px;
    line-height: 1;
    border-radius: 4px;
    margin-left: 4px;
    cursor: pointer;
    color: #fff;
    padding-bottom: 8px;
    background-color: #2C55A8;
}
.page-total-text{
    margin-right: 10px;
}

.page-arrow-btn:disabled {
    opacity: 0.4;
    cursor: default;
}

.page-arrow-btn:hover:not(:disabled) {
    background-color: #f5f5f5;
}

  /* 2nd section css end  */



  .hero-section .container-fluid{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
  }
  .product-section .container-fluid{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
  }

  @media (max-width:768px) {
    .hero-section{
        margin-top: 90px;
        padding-bottom: 0px;
    }
    .product-hero-section{
        padding: 50px 0px 0px 0px;
        text-align: left;
    }
    .product-hero-content h2{
        font-size: 20px;
    }.product-hero-content h2 span{        font-size:16px;    }
    .breadcrumb-section{
        padding-bottom: 8px;
    }
    .product-section .row{
        flex-direction: column;
        margin: 0px;
    }
    .product-section .row .col-3{
        width: 100%;
        padding: 0px;
    }
    .product-section .row .col-9{
        width: 100%;
        padding: 0px;
    }
    .product-count-and-sort{
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
        margin-top: 20px;
        margin-bottom: 0px !important;
    }
    .product-section-heading{
        margin-bottom: 0px;
        font-size: 20px;
    }
    .category-container , .sub-category-container{
        margin-bottom: 15px;
    }
    .filters-container{
        padding: 0px !important;
    }
    .filters-column{
            display: flex;
            justify-content: space-between;
            align-items: center;
    }

    #mobileFilters{
        width: 85%;
    }
    .desktop-filters{
        display: none;
    }
    .filter-mobile-btn{
        background-color: #2C55A8;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    width: fit-content;
    border-radius: 6px;
    }
  }

  @media (min-width:768px) and (max-width:1024px) {
    .hero-section{
        margin-top: 80px;
        padding-bottom: 0px;
    }
    .product-hero-section{
        padding: 30px 0px 0px 0px;
        text-align: left;
    }
    .product-hero-content h2{
        font-size: 24px;
    }
    .product-section-heading{
        
        font-size: 24px;
    }
    .filters-column{
        width:35%;
    }
    .product-column{
        width:65%;
    }
    #productGrid .col-3{
        width: 50%;
    }
    .filters-container{
        padding: 0px !important;
    }
    .product-count-and-sort{
        

    }
    .product-count{
        font-size: 12px;
    }
    .sort-dropdown{
        width: 150px;
    }
  }

  @media (min-width:1024px) and (max-width:1346px ) {
    #productGrid .col-3{
        width: 33.33%;
    }
  }


  @media (min-width:1700px) {
    .hero-section .container-fluid{
        padding: 0 40px !important;
    }
    .product-section .container-fluid{
        padding: 0 40px !important;
    }
  }

  .reset-filters-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    height: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #2C55A8;
    background-color: #ffffff;
    border: 1px solid #2C55A8;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.reset-filters-btn:hover {
    background-color: #2C55A8;
    color: #ffffff;
}

/* Keep alignment clean on all screens */
.selected-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .reset-filters-btn {
        height: 28px;
        font-size: 12px;
        padding: 5px 10px;
    }
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 6px; /* natural spacing */
}

.filter-count {
    font-size: 14px;      /* increased from 12px */
    font-weight: 500;
    color: #666;
    line-height: 1;
}


.hero-section .container-fluid{
        padding: 0 40px !important;
    }
    .product-section .container-fluid{
        padding: 0 40px !important;
    }