html {
    font-size: 1.25rem;
}

body {
    font-family: Brownpro, sans-serif;
    color: #000;
    font-weight: 300;
}

h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 6rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
}

h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 700;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 2.75rem;
    line-height: 1;
    font-weight: 700;
}

h5 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 700;
}

h6 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 700;
}

p {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5;
}

.page-wr {
    overflow: hidden;
}

.hero {
    background-color: #4d475c;
    background-image: url('../images/hero-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.content {
    width: 80%;
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}

.content.header-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content.banner-c {
    max-width: 1080px;
    padding-top: 100px;
    padding-bottom: 200px;
    color: #fff;
}

.content.heading-c {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.content.product-c {
    padding-top: 100px;
    padding-bottom: 100px;
}

.content.work-c {
    max-width: 960px;
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
}

.content.footer-c {
    padding-top: 80px;
    padding-bottom: 80px;
}

.brand {
    width: 8vw;
}

.banner-wr {
    text-align: center;
}

.hero-p {
    margin-bottom: 0px;
    font-size: 1.3rem;
}

.banner-txt {
    margin-bottom: 100px;
}

.shop-wr {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
}

.cta-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.cta {
    width: 100%;
    max-width: 300px;
    padding-top: 29px;
    padding-bottom: 26px;
    border-radius: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #000;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.cta.cta-chartreuse {
    background-color: #ede3cb;
}

.cta.cta-chartreuse:hover {
    background-color: #fff;
}

.cta.cta-coral {
    background-color: #e8bdad;
}

.cta.cta-coral:hover {
    background-color: #fff;
}

.cta.cta-turquoise {
    background-color: #607392;
    color: #fff;
}

.cta.cta-turquoise:hover {
    background-color: #fff;
    color: #000;
}

.heading {
    color: #607392;
    background: #fefcf0;
}

.product.turquoise {
    background-color: #fef9e1;
}

.product.chartreuse {
    background-color: #f0e6de;
}

.product.coral {
    background-color: #ff7b95;
    color: #fff;
}

.product.pale-blue {
    background-color: #90e2df;
}

.product.grey {
    background-color: #f4f4f4;
}

.product-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-txt {
    width: 90%;
    margin-bottom: 70px;
    padding-right: 12%;
    border-right: 1px solid #e4e0ca;
}

.product-txt.border-other1 {
    border-right: 1px solid #d8cfc7;
}

.product-txt.border-other2 {
    border-right: 1px solid #e56e86;
}

.product-txt.border-other3 {
    border-right: 1px solid #81cbc8;
}

.heading-other {
    color: #f3aaa2;
}

.product-txt p:last-of-type {
    margin-bottom: 0;
}

.product-left {
    width: 50%;
}

.product-review {
    padding-right: 20%;
}

.qq {
    margin-bottom: 40px;
}

.review-p {
    font-weight: 700;
    text-transform: uppercase;
}

.review-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stars-icon {
    margin-right: 20px;
}

.review-txt {
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 700;
}

.product-right {
    width: 50%;
}

.slider {
    margin-bottom: 60px;
}

.slider img {
    width: 100%;
}

.color_2,
.color_3,
.color_4,
.color_5,
.color_6 {
    display: none;
}

.color_2_2,
.color_3_2,
.color_4_2,
.color_5_2,
.color_6_2 {
    display: none;
}

.color_2_3,
.color_3_3,
.color_4_3,
.color_5_3 {
    display: none;
}

.color_2_4,
.color_3_4,
.color_5_4,
.color_4_4 {
    display: none;
}

.tab_container_color {
    margin: 0 0 40px 0;
}

.tabs_color {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, auto));
    grid-template-rows: 1fr;
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
*/
    grid-gap: 30px;
}

.tabs_color li {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000;
    transition: all 0.3s ease;
}

.tabs_color .color {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto 7px;
    border: 2px solid transparent;
}

.tabs_color li.active {
    color: #fff;
}

.product.turquoise .tabs_color li.active {
    color: #f4aaa3;
}

.tabs_color .color_rose {
    background: #f2e0e0;
    border: 1px solid #000 !important;
}

.tabs_color .color_graphite {
    background: #4b4e50;
}

.tabs_color .color_lav_lem {
    background: #b2a2da;
}

.tabs_color .color_sand {
    background: #a29996;
}

.tabs_color .color_blueberry {
    background: #5b6b8e;
}

.tabs_color .color_daydream {
    background: #baaad8;
}

.tabs_color .color_mist {
    background: #97958e;
}

.tabs_color .color_cosmos {
    background: #7a65a7;
}

.tabs_color .color_blast {
    background: #fecd00;
}

.tabs_color .color_heart {
    background: #ee8490;
    border: 1px solid #000 !important;
}

.tabs_color .color_white {
    background: #fff;
    border: 1px solid #000 !important;
}

.dots-wr {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin: 20px auto 0;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 5px 10px 0 0;
}

.slick-dots li {
    font-size: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(47, 49, 50, 0.2);
    display: inline-block;
    margin: 0 3px;
}

.slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: none;
}

.slick-dots li.slick-active {
    background: #2f3132;
}

.arrows-dots .slick-prev {
    background: rgba(255, 255, 255, 0.5) url(../images/horizontal-arrow-left.png) no-repeat center;
    background-size: auto;
    width: 37px;
    height: 37px;
    font-size: 0px !important;
    margin: 0 1px;
}

.arrows-dots .slick-next {
    background: rgba(255, 255, 255, 0.5) url(../images/horizontal-arrow-right.png) no-repeat center;
    background-size: auto;
    width: 37px;
    height: 37px;
    font-size: 0px !important;
    margin: 0 1px;
}

.arrows-dots .slick-arrow {
    transition: all 0.2s ease;
}

.arrows-dots .slick-arrow:hover {
    background-color: #fff;
}

.buy-txt {
    margin-bottom: 30px;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 700;
}

.stores-wr {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.cta-store {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    background-color: #f4aaa3;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    text-align: center;
}

.cta-store:hover {
    background-color: #323435;
    /*
    -webkit-filter: invert(100%);
    filter: invert(100%);
*/
}

.cta-store.chartreuse {
    background-color: #607392;
}

.cta-store.chartreuse:hover {
    background-color: #323435;
}

.cta-store.yellow-rose {
    background-color: #000dff;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    -webkit-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1), all 300ms linear;
    transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1), all 300ms linear;
}

.cta-store.yellow-rose:hover {
    background-color: #323435;
    -webkit-filter: none;
    filter: none;
}

.cta-store.yellow {
    background-color: #804dfa;
}

.cta-store.yellow:hover {
    background-color: #323435;
}

/*
.cta-store.turquoise {
    background-color: #ff152e;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
*/

.cta-store.turquoise:hover {
    background-color: #323435;
    -webkit-filter: none;
    filter: none;
}

.pop-keyboard-txt {
    margin-bottom: 20px;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.work {
    background-image: url('../images/work-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.work-txt {
    margin-bottom: 140px;
}

.footer-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-wr p:last-of-type {
    margin-bottom: 0;
}

.footer-logo {
    width: 7vw;
    margin-bottom: 30px;
}

.footer-a {
    color: #000;
    text-decoration: none
}

.footer-a:hover {
    text-decoration: underline
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

@media screen and (max-width: 1920px) {
    html {
        font-size: calc(0.75rem + 0.41666666666666674vw);
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: calc(0.9376951092611863rem + 0.20811654526534862vw);
    }

    .banner-txt {
        margin-bottom: 90px;
    }

    .content.banner-c {
        padding-bottom: 140px;
    }
}

@media screen and (max-width: 1366px) {
    .content.header-c {
        padding-bottom: 20px;
    }

    .content.banner-c {
        padding-top: 60px;
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 1180px) {
    .content.banner-c {
        padding-bottom: 100px;
    }

    .content.work-c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content.footer-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .tabs_color {
        grid-template-columns: repeat(3, auto);
    }

    .tabs_color li {
        font-size: 12px;
        line-height: 14px;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3.5rem;
    }

    h3 {
        font-size: 2.5rem;
    }

    h4 {
        font-size: 2.25rem;
    }

    .content.header-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.banner-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.heading-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.product-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.work-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.footer-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .brand {
        width: 20vw;
    }

    .hero-p {
        font-size: 1.1rem;
    }

    .banner-txt {
        margin-bottom: 80px;
    }

    .shop-wr {
        max-width: none;
    }

    .product-txt {
        margin-bottom: 60px;
    }

    .stores-wr {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .work-txt {
        margin-bottom: 60px;
    }

    .footer-logo {
        width: 14vw;
    }
}

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

@media screen and (max-width: 767px) {
    h1 {
        margin-bottom: 10px;
        font-size: 3.2rem;
    }

    h2 {
        font-size: 2.8rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.75rem;
    }

    h5 {
        font-size: 1.3rem;
    }

    h6 {
        font-size: 1.3rem;
    }

    .cta-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cta {
        padding-top: 26px;
    }

    .content.header-c {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .content.banner-c {
        padding-top: 20px;
    }

    .content.heading-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.work-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.footer-c {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .brand {
        width: 25vw;
    }

    .banner-txt {
        margin-bottom: 40px;
    }

    .cta-wr {
        grid-row-gap: 10px;
    }

    .cta {
        padding-top: 22px;
        padding-bottom: 20px;
    }

    .product-wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .product-txt {
        width: auto;
        margin-bottom: 40px;
        padding-right: 0%;
        border-right-style: none;
    }

    .product-left {
        width: 100%;
    }

    .product-review {
        padding-right: 0%;
    }

    .product-right {
        width: 100%;
        margin-bottom: 40px;
    }

    .slider {
        margin-bottom: 40px;
    }

    .work-txt {
        margin-bottom: 40px;
    }

    .footer-logo {
        width: 17vw;
    }

    .heading-2 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 479px) {
    html {
        font-size: calc(0.7494769874476988rem + 0.8368200836820083vw);
    }

    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.1rem;
    }

    h3 {
        line-height: 1.1;
    }

    h4 {
        font-size: 1.5rem;
    }

    .content.banner-c {
        padding-bottom: 40px;
    }

    .content.product-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .brand {
        width: 40vw;
    }

    .banner-txt {
        margin-bottom: 20px;
    }

    .cta {
        padding-top: 22px;
        padding-bottom: 20px;
        max-width: 100%;
    }

    .cta.cta-chartreuse {
        max-width: none;
    }

    .stores-wr {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .footer-logo {
        width: 27vw;
        margin-bottom: 20px;
    }
}

@font-face {
    font-family: 'Brownpro';
    src: url('../fonts/BrownPro-Regular.woff2') format('woff2'), url('../fonts/BrownPro-Regular.eot') format('embedded-opentype'), url('../fonts/BrownPro-Regular.woff') format('woff'), url('../fonts/BrownPro-Regular.ttf') format('truetype'), url('../fonts/BrownPro-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brownpro';
    src: url('../fonts/BrownPro-Light.woff2') format('woff2'), url('../fonts/BrownPro-Light.eot') format('embedded-opentype'), url('../fonts/BrownPro-Light.woff') format('woff'), url('../fonts/BrownPro-Light.ttf') format('truetype'), url('../fonts/BrownPro-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brownpro';
    src: url('../fonts/BrownPro-Bold.woff2') format('woff2'), url('../fonts/BrownPro-Bold.eot') format('embedded-opentype'), url('../fonts/BrownPro-Bold.woff') format('woff'), url('../fonts/BrownPro-Bold.ttf') format('truetype'), url('../fonts/BrownPro-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
