@media (min-width: 1700px) {
    .main_product {
        top: 80.5%;
    }
}

/* @media (max-width: 1400px) {
    .scoope_txt h3 {
        font-size: 30px;
    }
} */

@media (max-width: 1400px) {
    .nature-cnt h5 {
        font-size: 30px;
        line-height: 1.3;
        white-space: nowrap;
    }

    .nature-cnt h5 span {
        font-size: 30px !important;
    }

    .nature-cnt p {
        font-size: 18px !important;
    }

    .nature-cnt p span {
        font-size: 20px;
    }

    .italia-cnt h5 {
        font-size: 30px;
    }

    .yogurt {
        padding-left: 4rem;
    }

    .scoope_txt h3 {
        font-size: 30px;
    }

    .badge img {
        height: 90px;
    }

    .badge2 img {
        height: 90px;
    }
}

@media (max-width: 1200px) {
    .grid_items {
        max-height: none;
    }

    .nature-cnt h5 {
        font-size: 40px;
    }

    .nature-cnt h5 span {
        font-size: 32px !important;
    }

    .nature-cnt p {
        font-size: 18px !important;
    }

    .italia-cnt h5 {
        font-size: 38px;
    }

    .italia-cnt h6 {
        font-size: 28px;
    }

    .alps-natr-pro img {
        max-width: 280px;
    }

    .sugar-text h5 {
        font-size: 28px !important;
    }

    .sugar-text h5 span {
        font-size: 22px !important;
    }

    .scoope_txt h3 {
        font-size: 24px;
    }

    .badge img {
        height: 80px;
    }

    .badge2 img {
        height: 80px;
    }

}

@media (max-width: 1024px) {
    .grid_items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
        max-height: none;
    }

    .item1,
    .item2,
    .item3,
    .item4 {
        grid-column: auto;
        grid-row: auto;
    }

    .item1 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .item2 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .item3 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .item4 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .alps-nature {
        padding: 2rem 1.5rem;
    }

    .yogurt {
        flex-direction: column-reverse;
        padding-left: 1.5rem;
    }

    .nature-cnt h5 {
        font-size: 32px;
    }

    .nature-cnt h5 span {
        font-size: 26px !important;
    }

    .nature-cnt p {
        font-size: 16px !important;
    }

    .italia-cnt h5 {
        font-size: 32px;
    }

    .italia-cnt h6 {
        font-size: 24px;
    }

    .italia-cnt p {
        font-size: 14px;
    }

    .alps-natr-pro img {
        max-width: 200px;
    }

    .view-flvr {
        margin-top: 2rem;
    }

    .yogurt::after {
        width: 180px;
        height: 140px;
    }

    .suger-free::after {
        width: 220px;
        height: 180px;
    }

    .italy-badge {
        right: 15px;
        bottom: 20px;
    }

    .italy-badge img {
        width: 70px;
    }

    .sugar-text h5 {
        font-size: 24px !important;
    }

    .sugar-text h5 span {
        font-size: 20px !important;
    }

    .scoope_txt {
        align-items: start;
    }

    .scoop {
        bottom: 7%;
        left: 5%;
    }

    .stwbery {
        top: 74%;
        left: 14%;
    }
}


@media (max-width: 991px) {
    /* .wellnes_img .scoop {
            position: static;
        } */
    
    .ranges_bg {
        padding: 3rem 2rem;
    }
    
    .bento_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bento_item_1 { grid-column: span 2; }
    .bento_item_2 { grid-column: span 1; grid-row: span 1; }
    .bento_item_3 { grid-column: span 1; grid-row: span 1; }
    .bento_item_4 { grid-column: span 1; grid-row: span 1; }
    .bento_item_5 { grid-column: span 2; flex-direction: column; align-items: flex-start; }
    
    .catalog_cta_bg {
        padding: 2.5rem 2rem;
    }
    .catalog_cta_content h3 {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .head_flex {
        padding: 20px 15px;
    }

    #side-nav {
        width: 100%;
        right: -100%;
    }

    .logo img {
        height: 60px;
        width: auto;
    }

    .hero {
        background-image: url(../images/banner-mob.webp);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom center;
        min-height: 90vh;
    }

    .banner_bottom {
        display: none;
    }

    .hero_title {
        width: 75%;
        margin: 150px auto;
    }

    .hero_title h1 {
        font-size: 80px;
    }

    .badge {
        display: none !important;
    }

    .badge2 {
        display: none !important;
    }

    .main_product {
        display: none;
    }

    .about_sec {
        background: #BA1E7A;
        background: linear-gradient(180deg, #BA1E7A, rgba(223, 61, 157, 1) 40%, rgba(255, 255, 255, 1) 90%);
    }

    .about_page h2 {
        font-size: 38px;
    }

    .about_page h2 span {
        font-size: 40px;
    }

    .about_page_img {
        margin-top: 2rem;
    }

    .main_prod_items .product-card {
        height: calc(100% - .5rem);
        margin-bottom: 20px;
    }

    .ftr_medias {
        margin-top: 1rem;
        text-align: start;
    }

    .ftr_medias ul {
        padding-left: 0;
    }

    .footer_img {
        width: 230px;
    }

    .cp-ftr p {
        font-size: 12px;
        font-weight: 200;
        width: 50%;
    }

    .scope_ice {
        display: none;
    }

    .ice_box {
        display: none;
    }
    .ice_box2 {
        display: none;
    }
    .ice_box3 {
        display: none;
    }
    .ice_box4 {
        display: none;
    }
    .ice_box5 {
        display: none;
    }

    .left_leaf {
        top: 40%;
        left: -2px;
    }

    .left_leaf img {
        width: 50px;
    }

    .right_leaf {
        top: 40%;
        right: -2px;
    }

    .right_leaf img {
        width: 60px;
    }

    .hero::after {
        display: none;
    }

    .main_prod_items {
        padding: 10px;
    }

    .product-card .product-title {
        font-size: 14px;
    }

    .size-options {
        gap: 3px;
    }

    .size-pill {
        font-size: 10px;
        white-space: nowrap;
        padding: 5px 10px;
    }

    .item-tab .product_category {
        font-size: 13px;
    }

    .contact-icon {
        font-size: 18px;
        width: 40px;
        height: 40px;
    }

    .wellnes_bg {
        padding: 30px;
        margin-bottom: 5rem;
        margin-top: 4rem;
    }

    .welnes-point {
        margin-bottom: 2rem;
    }

    .scoope_point {
        padding-left: 0;
        padding-top: 2rem;
        padding-bottom: 220px;
    }

    .scoope_txt h3 {
        font-size: 30px;
    }

    .scoope_txt span {
        font-size: 45px;
    }

    .scoope_txt {
        justify-content: flex-start;
    }

    .scoop {
        bottom: 3%;
        left: 23%;
    }

    .scoop img {
        width: 170px;
    }

    .stwbery {
        top: 85%;
        left: 30%;
    }

    .stwbery img {
        width: 140px;
    }

    .grid_items {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .item1,
    .item2,
    .item3,
    .item4 {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .alps-nature {
        flex-direction: row;
        padding: 1.5rem;
    }


    .yogurt {
        flex-direction: row;
        padding-left: 1.5rem;
    }

    .nature-cnt h5 {
        font-size: 28px;
    }

    .nature-cnt h5 span {
        font-size: 22px !important;
    }

    .nature-cnt p {
        font-size: 14px !important;
        line-height: 1.4;
    }

    .italia-cnt h5 {
        font-size: 28px;
    }

    .italia-cnt h6 {
        font-size: 20px;
    }

    .italia-cnt p {
        font-size: 13px;
    }

    .alps-natr-pro img {
        max-width: 180px;
    }

    .view-flvr {
        margin-top: 1.5rem;
        font-size: 14px;
    }

    .view-flvr img {
        width: 20px;
        padding: 6px 4px;
    }

    .yogurt::after {
        width: 140px;
        height: 110px;
    }

    .suger-free::after {
        width: 180px;
        height: 150px;
    }

    .italy-badge {
        right: 10px;
        bottom: 15px;
    }

    .italy-badge img {
        width: 55px;
    }

    .sugar-text h5 {
        font-size: 22px !important;
    }

    .sugar-text h5 span {
        font-size: 18px !important;
    }

    .pro-sugar {
        margin-top: 0;
    }

    .pro-yog {
        margin-top: 0;
    }

    .product_title {
        margin-top: 4rem;
        margin-bottom: 2rem;
    }

    .product_sec {
        margin-bottom: 2rem;
    }

    .product_title p {
        width: 100%;
    }

    .abt_banner {
        height: 30vh;
    }

    .abt_content h2 {
        font-size: 3rem;
    }

    .abt_content {
        width: 100%;
    }

    .contact-section {
        max-width: 540px;
    }

    .abt_sec_title p {
        width: 100%;
    }

    .products-slider .slick-slide {
        padding: 0 20px;
    }

    .products-slider .slick-next {
        right: -5px;
    }

    .products-slider .slick-prev {
        left: -5px;
    }

    .qr_image {
        justify-content: start;
    }

    .qr_image img {
        width: 120px;
    }

    .ranges_bg {
        padding: 2.5rem 1.5rem;
    }
    .ranges_title {
        font-size: 22px;
    }
    .bento_grid {
        grid-template-columns: 1fr;
    }
    .bento_item_1, .bento_item_2, .bento_item_3, .bento_item_4, .bento_item_5 {
        grid-column: span 1;
    }
    .bento_item_5 { flex-direction: column; align-items: flex-start; }
    
    .bento_item {
        padding: 20px;
    }
    .bento_item .range_icon {
        width: 40px;
        height: 40px;
    }
    .bento_item p {
        font-size: 14px;
    }
    
    .catalog_cta_bg {
        padding: 2rem 1.5rem;
        text-align: center;
    }
    .catalog_cta_content h3 {
        font-size: 30px;
    }
    .catalog_cta_content p {
        font-size: 15px;
    }
    .catalog_btn {
        margin-top: 1.5rem;
        padding: 12px 25px;
        font-size: 16px;
    }
}


@media (max-width: 600px) {
    .abt_banner {
        background-size: cover;
        background-position: center;
        height: 35vh;
    }

    .abt_content {
        width: 100%;
    }

    .abt_content h2 {
        font-size: 2rem;
    }

    .ftr_title img {
        height: 60px;
        width: auto;
        margin-bottom: 1rem;
    }

    .ftr_title h4 {
        font-size: 20px;
    }

    .ftr_title span {
        font-size: 30px;
    }


    #side-nav {
        padding: 200px 60px;
    }

    #side-nav h4 {
        font-size: 40px;
    }

    .hero_title {
        width: 85%;
        margin: 100px auto 0 auto;
    }

    .hero_title h1 {
        font-size: 50px;
    }

    .head_flex {
        padding: 10px;
    }

    .welcome-note {
        font-size: 20px;
    }

    .abt_sec_title h2 {
        font-size: 38px;
    }

    .abt_sec_title p {
        width: 100%;
    }

    .abt_sec_title h2 span {
        font-size: 40px;
    }

    .abt_sec_title {
        padding-top: 5rem;
        margin-bottom: 2rem;
    }

    .pro_center {
        width: 230px;
        margin: 0 auto;
    }

    .main_prod_items {
        margin-bottom: 3rem;
        margin-top: 3rem;
    }

    .grid_items {
        gap: 14px;
    }

    .alps-nature {
        padding: 1.5rem 1rem;
        /* text-align: center; */
    }

    .nature-cnt,
    .italia-cnt {
        padding: 0;
        /* text-align: center; */
    }

    .nature-cnt h5 {
        font-size: 26px;
    }

    .nature-cnt h5 span {
        font-size: 20px !important;
    }

    .nature-cnt p {
        font-size: 13px !important;
    }

    .italia-cnt h5 {
        font-size: 26px;
    }

    .italia-cnt h6 {
        font-size: 18px;
    }

    .italia-cnt p {
        font-size: 12px;
    }

    .alps-natr-pro img {
        max-width: 180px;
    }

    .view-flvr {
        margin-top: 1rem;
    }

    .yogurt::after {
        width: 120px;
        height: 95px;
        right: 0;
        bottom: 0;
    }

    .suger-free::after {
        width: 150px;
        height: 120px;
        right: 0;
        bottom: 0;
    }


    .italy-badge img {
        width: 60px;
    }

    .sugar-text h5 {
        font-size: 20px !important;
    }

    .sugar-text h5 span {
        font-size: 16px !important;
    }
    .vid-sec h2 {
    font-size: 24px;
    }
    .vid-sec video {
    margin-top: 1rem;
    width: 100%;
    }
    .vid-sec span {
    font-size: 14px;
    }
    .ftr_medias ul li button {
    padding: 10px 12px;
    }
}


@media (max-width: 480px) {
    #side-nav {
        padding: 200px 60px;
    }

    #side-nav h4 {
        font-size: 35px;
    }

    .grid_items {
        gap: 12px;
    }

    .alps-nature {
        padding: 1.2rem 0.8rem;
        border-radius: 12px;
    }

    .nature-cnt h5 {
        font-size: 25px;
    }

    .nature-cnt h5 span {
        font-size: 25px !important;
    }

    .nature-cnt p {
        font-size: 12px !important;
        margin-top: 10px;
    }

    .nature-cnt p span {
        font-size: 14px;
    }

    .italia-cnt h5 {
        font-size: 25px;
    }

    .italia-cnt h6 {
        font-size: 20px;
    }

    .italia-cnt p {
        font-size: 11px;
    }

    .alps-natr-pro img {
        max-width: 175px;
    }

    .view-flvr {
        font-size: 12px;
        margin-top: 0.8rem;
    }

    .view-flvr img {
        width: 18px;
        padding: 5px 3px;
        margin-left: 5px;
    }

    .yogurt .bg_bottom_right img {
        width: 180px;
    }

    .suger-free .bg_bottom_right img {
        width: 240px;
    }

    /* .yogurt::after {
        width: 100px;
        height: 80px;
    }

    .suger-free::after {
        width: 120px;
        height: 100px;
    } */

    .italy-badge img {
        width: 50px;
    }

    .sugar-text h5 {
        font-size: 20px !important;
    }

    .sugar-text h5 span {
        font-size: 14px !important;
    }

    .nature-bg::before,
    .italia::before,
    .suger-free::before {
        height: 100px;
    }
}