.land-grid-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 4vw;
    margin-top: 0;
    padding-top: 1vw;
}
.land-grid-products {
    width:  80vw;
    overflow: hidden;
    display: flex;
    overflow: hidden;
    align-items: flex-start;
}
.land-grid-product {
    min-width: 17vw;
    max-width: 17vw;
    display: flex;
    margin: 0 1.5vw;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
}
.look-colection p{
    font-size: 1vw;
    font-weight: 800;
}




.main-carousel {
    margin: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-carousel .like-more {
    order: 0;
}
.main-carousel__descr {
    order: 1;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    max-width: 860px;
    margin: 0 0 15px;
}
.main-carousel .look-colection {
    order: 2;
}
.main-carousel .land-slider-wrapper {
    order: 3;
}
.land-slider-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px;
    margin-bottom: 100px;
}
.land-slider-wrapper .slick-arrow {
    position: absolute;
    min-width: auto;
    top: 43%;
    left: 45px;
    transform: translateY(-50%);
    z-index: 1;
    box-shadow: 0px 0px 5px 0px #00000026;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s;
    cursor: pointer;
}
.land-slider-wrapper .arr__next.slick-arrow {
    left: auto;
    right: 45px;
}
.land-slider-wrapper:hover .slick-arrow.slick-disabled {
    opacity: 0;
}
.land-slider-wrapper .slick-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(216deg) brightness(100%) contrast(101%);
}
.land-slider-wrapper:hover .slick-arrow {
    opacity: 1;
}
.land-slider-wrapper .slick-arrow img {
    width: 9px;
    height: auto;
    transition: all .3s;
}
.land-slider-wrapper .arr__prev.slick-arrow img {
    transform: rotate(180deg);
}
.land-slider-wrapper .slick-arrow:hover {
    background: #000;
}
.land-slider-wrapper .slick-slide {
    margin: 0px 10px;
}
.land-slider-prod-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 60px;
}
.land-slider-prod-container .slick-arrow {
    min-width: auto;
}
.land-slider-arrow {
    width: 3vw;
    cursor: pointer;
}
.land-slider-wrapper .miniProduct {
    margin: 0;
}



.land-slider-products {
    width:  80vw;
    overflow: hidden;
    display: flex;
    overflow: hidden;
    align-items: flex-start;
}
.land-slider-product {
    min-width: 17vw;
    max-width: 17vw;
    display: flex;
    margin: 0 1.5vw;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
}
.land-slider-product .img{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 20vw;
}
.land-slider-product .img img{
    width: 100%;
    max-height: 100%;
}
.land-slider-product p{
    font-size: .8vw;
    text-align: center;
    margin: .2vw 0;
}
.sample{
    color: #dbb600;
}
.land-slider-product span{
    font-size: .8vw;
    font-weight: 600;
    margin-top: .3vw;
}
.like-more {
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 400;
}
.look-colection {
    text-decoration: none;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    width: 220px;
    height: 50px;
    justify-content: center;
    margin: 0 auto 40px;
    font-size: 14px;
    line-height: 25px;
    transition: all .3s;
}
.look-colection:hover {
    background: #000;
    color: #fff;
}
.look-colection p {
    font-size: 1vw;
    font-weight: 800;
}
.look-colection img {
    display: none;
}


.product-landing .miniProduct__image {
    max-width: 17vw;
    max-height: 17vw;
    margin: 0 auto 30px;
}
.product-landing .miniProduct__image img {
    max-width: 17vw;
}

.miniProduct__image .slick-dots li {
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    margin: 0 4px;
}
.miniProduct__image .slick-dots li.slick-active {
    background-color: #434343;
    border: 1px solid #434343;
    width: 6px;
    height: 6px;
}

.land-slider-wrapper.slick-dotted > .slick-dots {
    margin: 20px 0 0;
    position: static;
    line-height: 0;
}
.land-slider-wrapper.slick-dotted > .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border: none;
    cursor: pointer;
}
.land-slider-wrapper.slick-dotted > .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 100%;
    background: #D9D9D9;
    cursor: pointer;
}
.land-slider-wrapper.slick-dotted > .slick-dots li.slick-active button {
    background: #000;
}
.land-slider-wrapper.slick-dotted > .slick-dots li button:before {
    font-size: 10px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    opacity: 1;
    color: #D9D9D9;
}
.land-slider-wrapper.slick-dotted > .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000;
}
.land-slider-wrapper ~ .look-colection {
    margin: -60px auto 0;
}
.main-carousel .land-grid-wrapper {
    padding: 0;
    order: 3;
    padding: 0 60px;
}
.main-carousel .land-grid-products {
    gap: 20px 20px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-carousel .land-grid-product {
    min-width: 350px;
    max-width: 350px;
    margin: 0;
}  
.main-carousel .miniProduct {
    width: 100%;
    margin: 0;
}
.main-carousel .miniProduct__image {
    max-width: 350px;
    max-height: max-content;
}
.main-carousel .miniProduct__image img {
    max-width: 350px;
    width: 100%;
    max-height: fit-content;
}
.miniProduct__image > .slick-dotted.slick-slider {
    margin-bottom: 0px;
}


.miniProduct__stiker {
    position: absolute;
    left: 9px;
    bottom: 8px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    background: #F7F7F7;
    padding: 1px 4px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    border: 0.4px solid #000;
    border-radius: 1px;
}






@media (max-width: 1600px) {
    
    
    .look-colection {
       margin: 0 auto 30px;
    }    
    
    .land-slider-wrapper {
        padding: 0 40px;
    }
    .main-carousel .land-grid-wrapper {
        padding: 0 40px;
    }
}


@media (max-width: 1540px) {
    
    .main-carousel .land-grid-product {
        min-width: calc(25% - 20px);
        max-width: calc(25% - 20px);
    }
        .main-carousel .miniProduct__image img {
        max-width: 100%;
    }
    
    
    
}


@media (max-width: 991px) {
     .land-slider-wrapper {
        display: block;
    }
    .arrow {
        display: none;
    }
    .land-slider-prod-container {
        justify-content: center;
        flex-direction: column;
    }
    .land-slider-products {
        width: 84vw;
    }
    .land-slider-product {
        min-width: 40vw;
        max-width: 40vw;
    }
    .product-hide{
        display: none;
    }
    .land-slider-products .img{
        height: 50vw;
    }
    .land-slider-products p{
        font-size: 2vw;
        font-weight: 600;
        line-height: 3vw;
    }
    .land-slider-products span{
        font-size: 2.2vw;
        margin-top: 1vw;
    }
    .like-more {
        font-weight: 400;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        margin: 0 0 10px;
        padding: 0 15px;
        width: 100%;
    }
    .look-colection p{
        font-size: 3.3vw;

    }
    .look-colection img{
        width: 5vw;
        margin-left: 2vw;
    }
    .land-slider-wrapper {
        padding: 0;
    }
    .land-slider-wrapper.slick-dotted > .slick-dots {
        margin: 0 !important;
    }
    
    .main-carousel {
        margin: 60px 0 25px;
    }
    .main-carousel .land-grid-wrapper {
        padding: 0 5px;
    }
    .main-carousel.main-carousel__sale {
        margin: 95px 0 60px;
    }
    .main-carousel__descr {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 12px;
        padding: 0 15px;
    }
    
    section.main-banner.slick-slider.slick-dotted {
        margin: 0;
    }
    
    .miniProduct__stiker {
        bottom: 4px;
    }
    
    
    
    .land-grid-wrapper {
        justify-content: center;
        flex-direction: column;
    }
    .land-grid-products {
        width: 84vw;
    }
    .land-grid-product {
        min-width: 40vw;
        max-width: 40vw;
        margin: 0 1vw;
    }
    .look-colection p{
        font-size: 3.3vw;

    }
}



@media (max-width: 767px) {
    
    .main-carousel .land-grid-product {
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    
    .product-landing .miniProduct__image, .product-landing .miniProduct__image img {
        max-width: 40vw;
        max-height: 40vw;
    }
    .product-landing .miniProduct__image {
        margin: 0 auto 18px;
    }

}











