@media only screen and (max-width: 767px) {
    /* Home */

    /* Hero Section */

    .ghn-hero {
        flex-direction: column;
        height: auto;
    }

    .ghn-hero__half {
        min-height: 100vh;
        padding: 60px 30px;
    }

    .ghn-hero__title {
        font-size: 80px;
    }

    .ghn-hero__description {
        font-size: 16px;
    }

    .ghn-hero__scroll {
        display: none;
    }

    .ghn-hero__products {
        gap: 20px;
    }

    .ghn-hero__product-img {
        width: 80px;
        height: 140px;
    }

    /* Why Choose Us */
    .ghn-why {
        padding: 60px 20px;
    }

    .ghn-why__title {
        font-size: 36px;
    }

    .ghn-why__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ghn-why__card {
        padding: 40px 24px;
    }

    /* Featured Products */
    .ghn-products {
        padding: 60px 20px;
    }

    .ghn-products__title {
        font-size: 36px;
    }

    .ghn-products__slider-container {
        padding: 0px;
    }

    .ghn-products__image-wrapper {
        height: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 16px;
    }

    /* Experience Ghaana */

    .ghn-exp {
        padding: 60px 20px;
    }

    .ghn-exp-title {
        font-size: 2.5rem;
    }

    .ghn-exp-subtitle {
        font-size: 1.1rem;
        margin-bottom: 36px;
    }

    .ghn-exp-buttons {
        flex-direction: column;
        gap: 16px;
    }

    .ghn-exp-btn {
        width: 100%;
        max-width: 300px;
    }

    /* New Page Header */
    .new-page-header {
        padding: 70px 24px
    }

    .new-page-header-title {
        font-size: 44px
    }

    /* Category List */
    .ghn-category-card {
        width: 100%;
    }

    /* Product List */
    .ghn-products-item {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    /* Category List */
    .ghn-category-card {
        width: calc(50% - 30px);
    }

    /* Product List */
    .ghn-products-item {
        width: calc(50% - 30px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

@media (min-width: 1300px) and (max-width: 1400px) {}

@media (min-width: 1400px) and (max-width: 1500px) {}