body {
    height: 100dvh;
}

.tj_zstock_container {
    width: 75vw;
    max-width: 1300px;
    height: 100%;
}

.landing_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.landing_page__header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 75vw;
    max-width: 1300px;
    margin: auto;
    top: 0px;
    z-index: 5;
}

.landing_page__header .left {
    display: flex;
    align-items: center;
    flex: 6;
}

.landing_page__header .right {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}

.landing_page__header .right li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.landing_page__header .right li a {
    transition: color .3s;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none;
    color: #424242;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tijori_container_icon svg {
    width: 50px;
    height: 8px;
}

.landing_page_wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    position: relative;
}

.landing_page_left {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

.explore_container{
    margin-top: 100px;
}

.explore {
    font-size: 13px;
    color: #999;
    margin-bottom: 4px;
    text-align: left;
}

.links {
    display: flex;
    gap: 8px;
    font-size: 15px;
}

.links a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #ccc;
    text-underline-offset: 3px;
}

.links a:hover {
    text-decoration-color: #999;
}

.divider {
    color: #ccc;
}


.home_page_container h1 {
    color: #444444;
    text-align: left;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    max-width: 500px;
    letter-spacing: 0%;
    margin-bottom: 1.5rem;
}

.search_bar_wrapper {
    width: 100%;
}

.search_bar_wrapper.top {
    position: absolute;
    top: 0px;
    width: 100%;
    max-width: none;
}

.search_bar_wrapper.top .search_bar {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none !important;
    margin: 0px;
    height: 60px;
    z-index: 1000;
}

.search_bar_wrapper.top #search {
    border-radius: 0px;
    border: none;
    font-size: 16px;
    height: 100% !important;
    padding: 0px 2.75rem !important;
}

.search_bar_wrapper.top #search_symbol {
    left: 9px;
}

.search_bar_wrapper.top .clear_icon {
    display: inline-flex !important;
}

.search_bar {
    position: relative;

}

.landing_page_lines {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 45vh;
    transform: translateY(-50%);
}

.landing_page_right {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
}

.landing_page_right img {
    width: 100%;
}


.home_page_container {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}

.home_page_container h1 span {
    color: rgba(0, 0, 0, 0.43);
}

.search_bar {
    margin-bottom: 1.5rem;
    z-index: 1;
    width: 100%;
    max-width: 500px;
}

.search_bar input {
    height: 44px;
    border: 1px solid #E0E7EF;
    background: #FFF;
    box-shadow: 0px 3px 104px 0px rgba(23, 49, 70, 0.15);
    padding: 0.75rem 2.75rem 0.75rem 3.75rem !important;
    color: #424242;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.search_bar_wrapper.top #search {
    align-items: flex-start;
    padding-top: 20px;
    height: auto;
}


.search_bar_wrapper.top #search_results {
    border-radius: unset;
}

.suggestions_section {
    color: rgba(66, 66, 66, 0.50);
}

.suggestions_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 2rem;
}

.suggestions_wrapper a {
    color: #3873d1;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    border-radius: 3px;
    background: #F4F8FF;
    padding: 0.775rem 1.15rem;
    letter-spacing: 1px;
}

.suggestions_wrapper span {
    display: flex;
    align-items: center;
}

#search_symbol {
    width: 1.5rem;
    left: 1.5rem;
}


.search_bar .dropdown {
    text-align: left;
    max-height: 40vh;
    top: 60px;
}

.clear_icon {
    display: none;
}

.active_input #search_results {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    min-height: 56px;
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 23px 0px;
    clip-path: none
}

.search_bar.active_input input {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav_search_container {
    display: none;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

@media (max-width: 1600px) {
    .landing_page_lines {
        height: 40vh;
    }

    .landing_page__header .left {
        flex: 5;
    }
}

@media (max-width: 1400px) {
    .landing_page__header .left {
        flex: 4;
    }

    .landing_page_lines {
        height: 35vh;
    }

    .search_bar .dropdown {
        max-height: 150px;
    }

    .suggestion--itc {
        display: none;
    }
}

@media (max-width: 1200px) {
    .landing_page_lines {
        height: 30vh;
    }

    .search_bar .dropdown {
        max-height: 40vh;
    }
}

@media (max-width: 1100px) {
    .landing_page_lines {
        display: none;
    }
}

@media (max-width: 1050px) {
    .landing_page_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        margin-top: unset;
    }

    .landing_page {
        justify-content: center;
    }

    .tj_zstock_container {
        max-width: none;
        width: 100% !important;
    }

    .landing_page_left {
        margin: 70px 25px 0px 25px;
    }

    .home_page_container {
        align-items: center;
    }

    .home_page_container h1 {
        color: var(--color-logo);
        text-align: center;
        font-size: 40px;
        line-height: 48px;
        /* 120% */
        color: #444;
    }

    .search_bar input {
        width: 100%;
        height: auto !important;
        font-size: 16px;
        border-radius: 4px;
        padding: 1.3rem 1.5rem 1.3rem 2.75rem !important;
    }

    #search_symbol {
        left: 1rem;
    }

    .search_bar .dropdown {
        top: 48px;
    }

    .typing_mode.search_bar {
        position: relative;
    }

    .landing_page_right {
        padding: 0px;
        margin: 0px 25px;
    }

    .landing_page_right img {
        width: 100%;
        max-width: 700px;
    }

    .search_bar .dropdown {
        max-height: 66vh;
    }

    .explore_container{
        margin-top: 0px;
    }

    .explore {
        margin-top: 24px;
        text-align: center;
    }

    h1 {
        margin-bottom: 25px;
    }

    .search_bar_wrapper .search_bar {
        margin-bottom: 25px;
    }

    .suggestions_wrapper {
        margin-bottom: unset;
    }


}

@media (max-width: 430px) {
    .landing_page__header {
        width: 90vw;
        margin-top: 20px;
    }

    .landing_page__header .right {
        flex: 2;
    }

    .landing_page__header .right li a {
        padding: 0px;
        font-size: 13px;
    }

    .home_page_container h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .search_bar_wrapper .search_bar {
        margin-bottom: 20px;
    }

    .suggestions_wrapper {
        margin-bottom: unset;
    }

    .suggestions_wrapper a {
        font-size: 11px;
        line-height: 11px;
    }
}