/* 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: 350px;
    text-align: left;
    border-radius: 5px;
    position: relative;
}


.product-image {
    height: 206px;
    width: 300px;
    padding: 0;
}

.product-image img {
    height: 100%;
    width: 310px;
    object-fit: cover;
    padding: 0;
}

.brandcrumb li {
    color: white;
    font-family: arial, sans-serif;
    position: absolute;
    top: 50%;
    left: 32%;
    list-style: none;
    font-size: 16px;
} 

.proudct-details-image {
    height: 400px;
    width: 370px;
    border-radius: 5px;
}

.product-details-text {
    flex-direction: column;
    width: 350px;
    padding-bottom: 20px;
}

.product-details-container {
    padding-bottom: 80px;
}

.tab-content {
    display: none;
  border: 1px solid #ccc;
  padding: 15px;
  margin-left: 50px;
    margin-right: 50px;
    height: 250px;
    border-radius: 5px;
    font-family: arial,sans-serif;
    line-height: 2;
    color: #636363;
}

.tab-content.active {
    height: auto;
}

.spec-box {
    height: 250px;
}

.tabs button {
    padding-left: 5px;
    padding-right: 5px;
} 



   
}
