/* Version X-Large */
@media screen and (min-width: 1921px) {
    .border_1 picture::after {
        content: '';
        width: 100%;
        height: 30px;
        position: absolute;
        background-color: var(--color-kikes-white2);
        z-index: 1;
        bottom: 3px;
    }

}

/* Version Mobile */
@media screen and (max-width: 770px) {
    .border_1::before {
        height: 100px;
    }

    .border_4::before {
        content: '';
        height: 100px;
        top: -100px;
    }

    .border--inverted::before {
        content: '';
        height: 100px;
    }

    .border_5::before {
        content: '';
        height: 100px;
    }

    .border_5--overflow::before {
        top: -55px;
        pointer-events: none;
    }

    .fade-bottom {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .splide_articles .splide__arrow--prev {
        left: 1em;
    }

    .splide_articles .splide__arrow--next {
        right: 1em;
    }

    .border_y::before,
    .border_y::after {
        height: 50px;
    }

    .arrow_r::after {
        content: '';
        width: 20px;
        height: 20px;
        bottom: 10px;
    }

    .arrow_r--orange::after {
        content: '';
        width: 10px;
        height: 10px;
    }

    .dummy_1 {
        top: -115px;
        left: 5%;
        width: 80px;
        height: 80px;
    }

    .text_fans {
        left: 50%;
        transform: translateX(-50%);
    }

    .dummy_2 {
        top: -85px;
        right: 5%;
        width: 80px;
        height: 80px;
    }

    .border--inverted::before {
        top: -2%;
    }

    .has_slick::before {
        content: '';
        position: absolute;
        width: 80px;
        height: 50px;
        left: -20px;
    }

    .main_menu>ul>li>.sub-menu {
        left: 50%;
        border-left: 2px solid var(--color-kikes-white);
        padding-inline: 20px;
    }


    .sub-menu .sub-menu {
        font-size: small;
        gap: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .i_facebook--white {
        width: 25px;
        height: 25px;
    }

    .i_ig--white {
        width: 25px;
        height: 25px;
    }

    .i_yt--white {
        width: 25px;
        height: 25px;
    }

    .grid_products {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }


    .product_info li.classification::before {
        content: "";
        width: 17px;
        height: 17px;
    }

    .product_info li.qty::before {
        content: "";
        width: 17px;
        height: 17px;
    }

    .product_info li.package::before {
        content: "";
        width: 17px;
        height: 17px;
    }

    .product-item .product_info li.classification::before {
        content: "";
        width: 20px;
        height: 20px;
        margin-top: 4px;
    }

    .product-item .product_info li.qty::before {
        content: "";
        width: 20px;
        height: 20px;
        margin-top: 4px;
    }

    .product-item .product_info li.package::before {
        content: "";
        width: 20px;
        height: 20px;
        margin-top: 4px;
    }

    .play_btn {
        width: 80px;
        height: 80px;
    }

    .locations_selected span {
        font-size: 14px;
    }

    .i_phone::before {
        content: '';
        width: 20px;
        height: 20px;
    }

    .i_email::before {
        content: '';
        width: 20px;
        height: 14px;
    }

    .i_location::before {
        content: '';
        width: 20px;
        height: 20px;
    }

    .splide_product_gallery .splide__arrow--prev {
        left: 1em;
    }

    .splide_product_gallery .splide__arrow--next {
        right: 1em;
    }

    .splide_articles .splide__arrow,
    .splide_recipes_home .splide__arrow,
    .splide_product_gallery .splide__arrow {
        width: 55px !important;
        height: 55px !important;
    }

    .has_slick_product::before {
        content: '';
        width: 90px;
        height: 40px;
    }

    .border_1--overflow::before{
        top: -80px;
    }

    .tabs{
        flex-direction: column;
    }

    .tab_item{
        border-top: 1px solid var(--color-kikes-green);
        box-shadow: none;
        border-radius: 0px;
        border-right: none;
        margin-left: 0;
    }

    .tab_item:first-child{
        border-top: none;
        border-radius: 10px 10px 0 0;
    }

    .image-circular-economy {
        max-width: 250px; 
    }
}