



@media (max-width: 1400px) {
    .title_hero{
        font-size: 100px;
    }
}
@media (max-width: 1200px) {
    .title_hero{
        font-size: 90px;
    }
    .category_colInfo{
        padding: 30px;
    }
    .limited_card{
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .category_title{
        font-size: 40px;
        font-weight: 700;
    }
    .category_title.sm{
        font-size: 30px;
        font-weight: 700;
    }

    .title_hero{
        font-size: 80px;
    }
    #navbar_content:not(.show) {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        transform: translateX(-100%);
        top: 0;
        background: var(--white_color);
        height: 100vh;
        overflow: auto;
    }

    #navbar_content {
        /* display: block !important; */
        display: flex !important;
        border-right: 1px solid var(--white_off);
        flex-direction: column;
        position: fixed;
        top: 0;
        min-width: 250px;
        max-width: 320px;
        width: 100%;
        transition: transform 0.4s, visibility 0.4s;
        will-change: transform, visibility;
        background: transparent;
        background: var(--white_color);
        backdrop-filter: blur(12px);
        height: 100vh;
        overflow: auto;
        overflow-x: hidden !important;
        left: 0;
        right: auto;
        transform: translateX(0);
        padding: 0 1rem 1rem;
        z-index: 1;
        -webkit-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        -moz-box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
        box-shadow: 0.5px -0.5px 8px 4px rgba(56, 56, 56, 0.05);
    }
    .navbar-nav{
        width: 100%;
    }
    .listNav_header {
        border-bottom: 1px solid var(--border_color);
    }

    .navbar-toggler {
        outline: 0;
        border: 0;
        text-decoration: none;
        color: var(--secondary_color);
        font-size: 20px;
        line-height: 0.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        width: 30px;
        height: 30px;
        position: relative;
        transition: var(--transition);
    }

    .navbar-toggler:hover {
        transform: translateY(-5px);
        color: var(--primary_color);
    }

    .btnclose_navtog {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 3;
        color: var(--danger_color);
        border: 1px solid var(--danger_color);
        background: var(--bg_danger);
    }

    #nav_item {
        font-weight: 13px;
        font-weight: 600;
        padding: 10px 0;
    }

    #nav_item::before {
        left: 0;
        transform: translateX(0);
        height: 1px;
        width: 100%;
        background: var(--border_color);
    }
    #nav_item.active {
        color: var(--secondary_color);
    }

    #nav_item:hover {
        color: var(--secondary_color);
    }

    #nav_item.active::before,
    #nav_item:hover::before {
        background: var(--white_off);
    }
    .hero_section {
        min-height: 50vh;
        padding: 50px 0 50px;
    }
    .image_frame{
        padding: 0 25px;
    }
    .navbar-brand{
        font-size: 40px;
    }
    .blur_card {
        padding: 20px;
        bottom: -10px;
        left: -25px;
        max-width: 300px;
    }
    .blur_title {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 0px;
    }
    .limited_card_title {
        font-size: 30px;
        font-weight: 700;
    }
    .mosttrending_section,
    .products_tabs_section,
    .limited_section{
        padding: 50px 0;
    }
     .pd_title{
        font-size: 25px;
        font-weight: 700;
    }
}
@media (max-width: 767px) {
    .card_category_col .secondary_btn,
    .card_category_col .secondary_btn.explore{
        font-size: 12px;
    }
    .title_hero{
        font-size: 50px;
    }
    .title_hero span{
        display: inline-block;
    }
    .btn_primary , 
    .secondary_btn{
        padding: 10px 25px;
        font-size: 14px;
        font-weight: 600;
    }
    .blur_card {
        padding: 15px;
        bottom: 0;
        left: 0;
    }
    .card_category{
        min-width: 150px;
    }
    .header_title,
    .join_movement_title{
        font-size: 35px;
        font-weight: 700;
    }
    .pd_panel{
        padding: 15px;
    }
    .btn_swiperpro {
        border-radius: calc(var(--raduis) * 0.7);
        width: 35px;
        height: 35px;
        font-size: 25px;
    }
    .checkout_stepLine{
        flex-basis: 60px;
    }
    .checkout_step {
        min-width: 60px;
    }
}
@media (max-width: 567px) {
    .checkout_stepper{
        gap: 10px;
    }
    .header_title, .join_movement_title{
        font-size: 23px;
    }
    .pd_tab{
        font-size: 12px;
        font-weight: 600;
    }
    .mosttrending_section,
    .products_tabs_section,
    .limited_section,
    .join_movementSection{
        padding: 20px 0;
    }
    .category_colInfo{
        padding: 15px;
    }
    .category_title{
        font-size: 30px;
    }
    .category_title.sm{
        font-size: 20px;
        font-weight: 700;
    }

    .title_hero{
        font-size: 40px;
    }
    .hero_des,
    .join_movement_text{
        font-size: 16px;
    }
    .image_frame{
        padding: 0 15px;
    }
    .navbar-brand{
        font-size: 24px;
        letter-spacing: -1px;
    }
    .limited_card{
        padding: 22px 18px 18px;
    }
    .limited_card_title {
        font-size: 25px;
    }
    .checkout_card,
    .checkout_summary{
        padding: 15px 5px;
    }
    .checkout_sumName{
        font-size: 14px;
    }
}
@media (max-width: 450px) {
    .checkout_stepLine{
        flex-basis: 30px;
    }
    .checkout_stepper{
        gap: 5px;
    }
    .title_hero{
        font-size: 30px;
        font-weight: 700;
    }
    
}