/* make new homepage banner flushed to top */
.home_container--revamped .container-mb {
    margin-top: 0;
}

/* No Slider buttons */
.hero_slider-control {
    display: none;
}


.brand_banner {
    text-align: center;
    color: #000;
}

.homepage_2023_banner-hero_title {
    font-weight: 600;
    text-align: center;
}

.homepage_2023_banner-three_img_callout {
    bottom: 15px;
    left: 15px;
}

.homepage_2023_banner-three_img_lifestyle_wrapper {
    display: grid;
    column-gap: 0px;
}

/* -------- Desktop -------- */

section {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 120px;
}


section#about-us,
section#background {
    padding: 0 25%;
}

section#about-us h2,
section#background h2 {
    margin: 32px 0 8px 0
}

section#about-us ul,
section#background ul {
    list-style: none;
    padding: 0;
}

.lockup-logo {
    /* filter: invert(100%); */
    width: 405px;
    margin-bottom: 12%;
}

/* Desktop */
/* POSITIONING */
.brand_banner-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 54%;
    width: 70% !important;
}

.brand_banner-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

/* Desktop - header, subtitle, body */

/* FASHION text */

.brand_banner-text .homepage_2023_banner-hero_title {
    font-size: 25px;
    padding: 0;
    line-height: 1.1em;
    letter-spacing: 0.5px;
    margin-bottom: 4%;
    text-transform: uppercase;
}


.brand_banner-text p.card_static-text:first-of-type {
    font-size: 17px;
    letter-spacing: 0.4px;
    margin-bottom: 4%;
    text-transform: none;
}

.brand_banner-text .card_static-text {
    font-size: 18px;
    margin-bottom: 1.9em;
    line-height: 1.5;
}

.desktop-spacing {
    display: block;
}

.tablet-spacing,
.mobile-spacing {
    display: none;
}


/* -------- Tablet Portrait  -------- */
@media only screen and (max-width: 1279px) {

    section {
        margin-bottom: 80px;
    }

    section#about-us,
    section#background {
        padding: 0 5%;
    }

    .lockup-logo {
        width: 350px;
        margin-bottom: 3%;
    }

    /* Tablet Portrait */

    /* POSITIONING */
    .brand_banner-text-container {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        top: 54%;
        width: 65% !important;
    }

    /* Tablet Portrait - header, subtitle, body, cta */
    .brand_banner-text .homepage_2023_banner-hero_title {
        font-size: 20px;
    }

    .brand_banner-text p.card_static-text:first-of-type {
        font-size: 14px;
        letter-spacing: 0;
    }

    .brand_banner-text .card_static-text {
        font-size: 14px;
        margin-bottom: 6%;
    }

    .desktop-spacing,
    .mobile-spacing {
        display: none;
    }

    .tablet-spacing {
        display: block;
    }

}

/* -------- Mobile  -------- */
@media only screen and (max-width: 767px) {

    section#about-us,
    section#background {
        padding: 0 5%;
    }

    /* POSITIONING */
    .brand_banner-text-container {
        justify-content: flex-start;
        align-items: flex-end;
        transform: none !important;
        top: 0 !important;
        bottom: 4% !important;
    }

    .brand_banner-text {
        text-align: left;
        align-content: center;
    }

    /* Mobile - header, subtitle, body, cta */
    .brand_banner-text .homepage_2023_banner-hero_title {
        font-size: 20px;
        margin-bottom: 6%;
        text-align: left;
    }

    .brand_banner-text p.card_static-text:first-of-type {
        font-size: 15px;
        margin-bottom: 10%;
        line-height: 1.5em;
    }

    .brand_banner-text .card_static-text {
        font-size: 15px;
        margin-bottom: 3%;
    }

    .lockup-logo {
        width: 300px;
        margin-bottom: 3%;
    }

    .desktop-spacing,
    .tablet-spacing {
        display: none;
    }

    .mobile-spacing {
        display: block;
    }
}


@media only screen and (min-width: 481px) {
    .homepage_2023_banner-three_img_lifestyle_wrapper {
        grid-template-columns: repeat(3, 2fr);
    }
}

@media only screen and (max-width: 480px) {
    .homepage_2023_banner-three_img_lifestyle_wrapper {
        grid-template-columns: repeat(2, 2fr);
    }
}