/* Responsive Css */


@media only screen and (max-width: 1749px) {


}


@media only screen and (max-width: 1499px) {


}


@media only screen and (max-width: 1399px) {


}


@media only screen and (max-width: 1299px) {


}


@media only screen and (max-width: 1200px) {

    .main-menu,
    .sticky-header,
    .main-header.style-one .outer-container:before {
        display: none !important;
    }

    .menu-area .mobile-nav-toggler {
        display: block;
        padding: 10px;
    }

    .megamenu ul li:first-child {
        display: none;
    }

    .main-header .outer-box .category-box .category-list {
        display: none;
    }

    .category-menu {
        display: block;
    }

    .shop-six .inner-container {
        padding: 0px !important;
    }

    .shop-six .advice-block-one {
        position: relative;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .shop-six .content-box {
        border: 1px solid #E7E9F0 !important;
        border-radius: 10px !important;
    }


}


@media only screen and (min-width: 768px) {
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul,
    .main-menu .navigation > li > .megamenu {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}


@media only screen and (max-width: 991px) {

    .shop-six .shop-block-two {
        width: 33.333%;
    }

    .shop-six .shop-block-two .inner-box {
        border: none;
    }


}


@media only screen and (max-width: 767px) {

    .shop-tab-btn {
        display: block;
    }

    .sec-title {
        display: block;
        margin-bottom: 0;
        padding-bottom: 10px !important;
    }

    .sec-title a {
        margin-top: 10px;
    }

    .shop-six .shop-block-two {
        width: 50%;
    }


}

@media only screen and (max-width: 599px) {

    .pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .shop-six .shop-block-two {
        width: 100%;
        border-bottom: 1px solid #E7E9F0;
    }

    .shop-six .shop-block-two:last-child {
        border-bottom: none;
    }


}


@media only screen and (max-width: 499px) {

    .mobile-menu,
    .category-menu {
        width: 100%;
    }


}


/* Mobile Header Styles */
@media only screen and (max-width: 991px) {
    /* Hide desktop header sections on mobile */
    .header-top-two,
    .header-upper,
    .header-lower {
        display: none !important;
    }

    /* Mobile Header Section */
    .mobile-header-section {
        background: #fff;
        padding: 10px 0;
        border-bottom: 1px solid #e7e9f0;
    }

    .mobile-header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        margin-bottom: 15px;
    }

    .mobile-header-top .mobile-nav-toggler {
        display: flex;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;
        padding: 5px;
        flex-shrink: 0;
    }

    .mobile-header-top .mobile-nav-toggler .icon-bar {
        width: 25px;
        height: 3px;
        background-color: #333;
        margin: 3px 0;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .mobile-logo-box {
        flex: 1;
        text-align: left;
        margin: 0;
    }

    .mobile-logo-box img {
        max-height: 40px;
        width: auto;
    }

    .mobile-header-icons {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    .mobile-header-icons .info-list {
        display: flex;
        align-items: center;
        gap: 10px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-header-icons .info-list li {
        display: flex;
        align-items: center;
    }

    .mobile-header-icons .info-list li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        font-size: 18px;
        color: #191c1e;
    }

    .mobile-header-icons .cart-box a {
        position: relative;
    }

    .mobile-header-icons .cart-box .cartCount {
        position: absolute;
        top: -5px;
        right: -5px;
        background: #ff6b6b;
        color: #fff;
        font-size: 10px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Mobile Search Area */
    .mobile-search-area {
        width: 100%;
    }

    .mobile-search-area .search-box {
        width: 100%;
    }

    .mobile-search-area .search-box .form-group {
        margin: 0;
    }

    .mobile-search-area .search-box input[type="search"] {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #e7e9f0;
        border-radius: 5px;
        font-size: 14px;
    }

    .mobile-search-area .search-box input[type="search"]:focus {
        outline: none;
        border-color: #333;
    }
}

/* Show desktop sections on larger screens */
@media only screen and (min-width: 992px) {
    .mobile-header-section {
        display: none !important;
    }
}
