@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
0. 1024px
************/

@media only screen and (min-width: 1024px) {
    .newsletter_image {
        background-attachment: fixed;
    }
}

/************
1. 1800px
************/

@media only screen and (max-width: 1800px) {
}

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {
    .main_nav {
        padding-right: 100px;
    }
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
    .main_nav {
        padding-left: 60px;
    }

    .main_nav ul li {
        margin-right: 34px;
    }
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {

}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
    .main_nav {
        padding-right: 35px;
    }

    .main_nav ul li {
        margin-right: 8px;
    }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {

}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
    .collection1 .main-image img {
        width: initial;
        height: 110vw;
    }

    .collection1 .main-image {
        position: relative;
        right: -130px;
    }

    .product-slider-container {
        visibility: visible;
        display: block;
    }

    .product-background, .product-image {
        display: none;
    }

    .product-description {
        position: absolute;
        width: 100%;
        right: 0px;
        top: calc(100vh - 250px);

    }

    .product-description {
        height: 300px;
    }

    .product-description.active {
        height: auto;
    }

    .product-description .summary-description {
        width: 50%;
        height: auto;
        font-size: 14px;
    }

    .product-description .product-title {
        font-size: 18px;
    }

    .product-description.active .summary-description {
        width: 100%;
        font-size: 14px;
    }

    .product-detail {
        padding: 0px;
        position: static;
    }

    .product-image {
        position: fixed;
        top: 100px;
        left: 10px;
        width: 100px;
        height: 100vh;
        overflow: hidden;
        padding: 0px;
        overflow: scroll;
    }

    .product-image img {
        width: 100px;
        height: 100px;
        margin-top: 10px;
    }
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    .main_nav {
        display: none;
    }

    .burger_container {
        display: flex;
    }

    .header.scrolled .logo img.treesland2-logo {
        display: block;
    }

    .header_content {
        margin-left: 45px;
    }

    .collection1 .main-image {
        right: -250px;
    }

    .collection1 .main-image img {
        height: 130vw;
    }

    .grid-section .color1:first-of-type {
        grid-column: 2 / span 5;
        grid-row: 1 / span 9;
    }

    .grid-section .color1:last-of-type {
        grid-column: 9 / span 12;
        grid-row: 4 / span 12;
    }

    .grid-section .color2:first-of-type {
        grid-column: 2 / span 5;
        grid-row: 1 / span 9;
    }

    .grid-section .color2:last-of-type {
        grid-column: 9 / span 12;
        grid-row: 4 / span 12;
    }

    .grid-section .color3:first-of-type {
        grid-column: 2 / span 5;
        grid-row: 1 / span 9;
    }

    .grid-section .color3:last-of-type {
        grid-column: 9 / span 12;
        grid-row: 4 / span 12;
    }

    .grid-section .color4:first-of-type {
        grid-column: 2 / span 5;
        grid-row: 1 / span 9;
    }

    .grid-section .color4:last-of-type {
        grid-column: 9 / span 12;
        grid-row: 4 / span 12;
    }

    .footer_nav ul li {
        margin-left: 30px;
    }

}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {
    .product .img, .product .hover-img {
        height: 209px;
    }

    .product {
        width: 215px;
    }
}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {
    .about .about-cover {
        width: 130%;
        left: 14%;
        top: 75px;
    }
}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
    .collection1 .main-image .fixed-background-image {
        display: block;
        position: fixed;
        top: 0;
        left: 39vw;
        height: 100vh;


        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .collection1 .main-image {
        height: 1200px;
        right: 0px;
        z-index: 0;
    }

    .collection1 .color {
        display: none;
    }

    .grid-section {
        direction: ltr;
        display: grid;
        height: 550px;
        padding: 0px;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(12, 1fr);
    }

    .grid-section .color1:first-of-type {
        grid-column: 2 / span 9;
        grid-row: 2 / span 6;
    }

    .grid-section .color1:last-of-type {
        margin: 0px;
        grid-column: 2 / span 9;
        grid-row: 8 / span 12;
    }

    .grid-section .color2:first-of-type {
        grid-column: 2 / span 9;
        grid-row: 2 / span 6;
    }

    .grid-section .color2:last-of-type {
        grid-column: 2 / span 9;
        grid-row: 8 / span 12;
    }

    .grid-section .color3:first-of-type {
        grid-column: 2 / span 9;
        grid-row: 2 / span 6;
    }

    .grid-section .color3:last-of-type {
        grid-column: 2 / span 9;
        grid-row: 8 / span 12;
    }

    .grid-section .color4:first-of-type {
        grid-column: 2 / span 9;
        grid-row: 2 / span 6;
    }

    .grid-section .color4:last-of-type {
        grid-column: 2 / span 9;
        grid-row: 8 / span 12;
    }

    .product .img, .product .hover-img {
        height: 250px;
    }

    .product {
        width: 235px;
    }

    .not-important {
        display: none;
    }

    .product-description .summary-description {
        width: 70%;
    }
    .shoppinfo-items .shoppinfo-item {
        width: 50%;
        margin: 15px 0;
    }
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    .collection3 video {
        height: 300px;
        width: initial;
    }

    .collection3 .main-image {
        display: flex;
        justify-content: center;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
    .home .desktop-video {
        display: none;
        visibility: hidden;

    }

    .home .mobile-video {
        visibility: visible;
        display: block;
    }

    .header {
        height: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo img {
        display: none !important;
    }

    .logo img.treesland3-logo {
        display: block !important;
        width: 65px;

        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .header.scrolled .logo img.treesland3-logo {
        width: 45px;
    }

    .logo a {
        font-size: 24px;
    }

    .about::before {
        background: linear-gradient(180deg, rgb(225 218 213) 0%, rgba(218, 218, 221, 0) 100%);
    }

    .about .about-cover {
        width: 172%;
        left: 33%;
        top: 75px;
    }

    .burger_container {
        top: calc(50% + 1px);
    }

    .menu {
        width: 100%;
        right: -100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 21px;
    }

    .menu .search {
        margin-bottom: 50px;
    }

    .menu .search_input {
        height: 36px;
    }

    .menu_close_container {
        right: 15px;
    }

    .menu .logo {
        margin-bottom: 35px;
        margin-right: auto;
    }

    .menu.active {
        right: 0;
    }


    .collection1 .main-image {
        background-size: 77%;
        background-position: 50vw center;
    }

    .collection1 .color {
        display: none;
    }

    .collection2 .main-cover video {
        height: initial;
        width: 100%;
        position: relative;
        left: 0px;
        top: 0px;
    }

    .collection3 video {
        height: 400px;
    }

    .product {
        width: 200px;
    }

    .product .img, .product .hover-img {
        height: 260px;
    }

    .product-description .product-price {
        width: 50%;
        font-size: 20px;
    }

    .product-description .summary-description {
        width: 95%;
    }

    .newsletter_content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .newsletter_button {
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 10px;
        width: 60%;
    }

    .newsletter_input {
        width: 100%;
    }

    .newsletter_text {
        text-align: center;
    }

    .footer_logo a {
        font-size: 48px;
    }

    .footer_nav ul li {
        display: block;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .footer_nav ul li:last-child {
        margin-bottom: 0;
    }

    .footer_social ul li {
        margin-right: 29px;
    }

    .footer_social ul li a i {
        font-size: 20px;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {

}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
    .product-description .add-to-card {
        top: initial;
        width: 100%;
        z-index: 2;
    }

    .product-description.active .add-to-card {
        position: relative;
        top: 0;
        bottom: initial;
        left: 0;
    }

    .product-description {
        height: 300px;
        top: calc(100vh - 300px);
    }
    .product-description .summary-description {
        width: 100%;
    }

    .product-description .product-title {
        font-size: 24px;
    }
}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
    .collection1 .main-image .fixed-background-image {
        left: 28vw;
    }
    .about .about-cover {
        top: 25px;
        opacity: 0.6;
    }

    .product {
        width: 160px;
    }

    .product .img, .product .hover-img {
        height: 185px;
    }
}

/************
14. 414px
************/
@media only screen and (max-width: 414px) {
    .collection1 .main-image {
        background-position: 50vw center;
        background-size: 52vh;
    }

}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
    .header_content {
        /*margin-left: 37px;*/
    }

    .header_content > div {
        font-size: 1.4em;
        /*margin-right: 8px*/
    }

    .burger_container {
        height: 18px;
    }

    .about {
        height: 788px;
    }

    .about .about-cover {
        display: none;
    }

    .collection3 video {
        height: 300px;
    }
}

/************
14. 370px
************/

@media only screen and (max-width: 370px) {
    .about {
        height: 840px;
    }

    .about .about-cover {
        display: none;
    }
}
