/* MOBILE */
@media (max-width: 768px) {

    .menu-toggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar ul {
        display: none;
        flex-direction: column;
        width: 100%;
        background: white;
    }

    .navbar ul.active {
        display: flex;
        width: 100%;
        padding: 25px;
        border-radius: 5px;
        margin-top: 23px;
    }

    .dropdown-menu {
        position: static;
        display: none;
    }

    .dropdown.active .dropdown-menu {
        display: flex;
    }

    .search-box {
        width: 100%;
        margin-top: 10px;
    }

    .main-header  {
        display: flex;
        flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background: white;
    }

    .logo img  {
        width: 141px;
        height: 100px;
        
    }

    .content h2 {
        text-align: center;
    }

    .content p {
        text-align: center;
    }

    .offer-section {
        display: flex;
    gap: 20px;
    padding: 20px;
    flex-direction: column;
    } 

    .offer-box {
        position: relative;
    width: 100%;
    background: #f5e6e6;
    border-radius: 10px;
    overflow: hidden;
    }

     .twoban-img {
    width: 110px;
    height: 110px;
    border: 1px solid #ccc;
  }

  .twoban-img img {
    max-width: 111px;
  }

  .twoban-card {
    min-width: 130px;
  }

  .twoban-category  {
    padding: 60px 9px;
    background: #f7f7f7;
    text-align: center;
  }

  .product-card {
    background: #eee;
    padding: 20px;
    width: 439px;
    height: 338px;
    text-align: left;
    border-radius: 5px;
    position: relative;
}


.product-image {
    height: 206px;
    width: 220px;
}






.product-image img {
    height: 100%;
    width: 280px;
    object-fit: cover;
}



   
}
