@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

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

@media only screen and (max-width: 768px) {
    .hero-content {
        width: 100%;
    }
    .category-banner-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    h2 {
        font-size: 16px;
        font-weight: 700;
        color: #2c3344;
    }
    .category-list-section {
        width: 100%;
    }
    .header-top {
        display: none;
    }
    .header-bottom {
        display: none;
    }
    .hero-section {
        flex-direction: column;
    }
    .banner-title {
        height: 120px;
    }
    .banner-title p {
        font-size: 15px;
    }
    .newsletter-form-section {
        bottom: 0;
    }
    .footer-nav-section {
        display: none;
    }
    .footer-left-side {
        width: 100%;
        min-width: auto;
        max-width: 300px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-left-side p {
        text-align: center;
    }
    .mobile-footer-nav {
        display: block;
    }
    .top-banner {
        font-size: 14px;
    }
    header {
        padding-bottom: 10px;
    }
    .category-card-img img {
        height: 110px;
    }

    footer {
        margin-top: 100px;
    }
    body {
        padding-bottom: 70px;
    }
    .copyright p {
        text-align: center;
    }
    .header-mobile {
        display: block;
    }
    .bottom-menu {
        display: flex;
    }
    header .logo {
        display: none;
    }
    .product-item {
        flex-direction: column;
    }
    .product-content-end {
        flex-direction: column;
        align-items: start;
    }
    .product-content p {
        margin-bottom: 10px;
    }
    .breadcrumb {
        margin-bottom: 10px;
    }
    .search-form {
        flex-direction: column;
    }
    .search-form input {
        width: 100%;
    }
    .search-form {
        display: flex;
        gap: 20px;
    }
    .search-form input {
        font-size: 13px;
    }
    .search-form button {
        height: 47px;
    }

    .chackout-section {
        flex-direction: column;
        align-items: end;
        justify-content: center;
    }
    .profile-main {
        flex-direction: column;
    }
    .profile-left-side {
        margin-left: 0;
    }
    .profile-main {
        justify-content: center;
        align-items: center;
    }
    .profile-left-side {
        bottom: 20px;
    }
    .category-option-item {
        width: 50%;
    }
    .main-slider {
        height: 250px;
    }
    .info-card .card-header button {
        padding: 10px 20px;
    }
}
