@media only screen and (min-width: 200px) and (max-width: 1024px) {
  header {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    padding: 10px;
  }
  .headerleft {
    justify-content: center;
  }
  .logo {
    padding: 10px;
  }
  .headeradress {
    padding: 10px;
  }
  .headeradress h3 {
    font-size: 15px;
  }
  .headeradress p {
    font-size: 12px;
  }
  .searchbox button {
    padding: 10px;
  }
  .headerbtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    justify-content: center;
    background-color: white;
  }
  .bannersection {
    display: none;
  }
  .orderbanner {
    flex-direction: column;
  }
  .categoryitem {
    flex-basis: 25%;
  }
  .footer-mid-row-1 {
    flex-direction: column;
    padding: 10px;
  }
  footer {
    padding-top: 40px;
  }
  .footer-mid-row3 {
    padding: 0px 10px;
  }
  .footer-mid-row2 {
    flex-direction: column;
    gap: 20px;
  }

  .productrow {
    padding: 0 !important;
  }
  .productrow .productitem {
    width: 100%;
    padding: 5%;
  }

  .btn-outer {
    gap: 10px;
  }

  .slider {
    width: 100vw !important;
  }
  .beanly-images {
    flex-wrap: wrap;
  }
  .productt {
    padding: 0px;
    margin-right: 35px;
  }

  .beanly-1 {
    width: 100vw !important;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e6e4;
  }
  .productt {
    text-align: center;
    line-height: 1.5rem;
    margin-top: 10px;
  }

  .beanly {
    flex-direction: column;
  }
  .beanly-images :nth-child(5) {
    display: none;
  }

  .beanly-2 {
    gap: 0.5rem;
    margin-top: 20px;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.5rem;
  }
  .haha {
    position: absolute;
    right: 0px;
    top: 1px;
  }
  .span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .only-dabba{
    margin-left: 10px;
  }
  .statement{
    margin-left: 0px;
  }
  .dabba{
    flex-direction: column;
    gap: 10px;
  }
  .heading h2{
    margin-left: 50px;
  }
.categories{
  margin-left: 50px;
}
.categories-0{
  margin-top: 10px;
  margin-left: 0px;
}
.category-detail{
  margin-top: 50px;
margin-left: 50px;
}
footer{
  margin-left: 30px;
}

}
