@media (max-width:991px){
  .search-wrap{
    display:none;
  }
   #discountBanner .discountBnr{
    width: 100%;
    height: 200px;
   }
   #shopBanner .shopBnr{
    max-width: 100%;
    height: 200px;
   }
}
@media (max-width: 768px) {
  .main-slider {
    height: 200px;
  }

  .main-slider img {
    max-width: 100%;
    height: fit-content;
  }
   .features-bar{
    padding:10px 5px;
  }

  .features-bar img{
    width:26px;
  }

  .features-bar p{
    font-size:11px;
    line-height:1.2;
  }
}

@media (max-width: 575px) {
  .section-wrapper {
    padding: 20px 12px;
  }

  .cat-card {
    padding: 12px 6px 10px;
    border-radius: 10px;
    gap: 8px;
  }

  .img-box {
    width: 65%;
    max-width: 65px;
  }

  .cat-name {
    font-size: 11px;
  }

  /* ✅ hover এ বেশি উপরে উঠবে না mobile এ, overflow হয় */
  .cat-card:hover {
    transform: translateY(-3px) scale(1.01);
  }
  .section-title{   
    font-size: 22px;
  }
}
