.barbie-launch-hero {
    width: 100%;
}

.barbie-launch-hero .slide-1,
.barbie-launch-hero .slide-2 {
    height: calc( 100vh - 100px );
    max-height: 888px;
    min-height: 320px;
    display: flex;
    overflow: hidden;
    img{
        object-fit: cover;
        object-position: top;
    }
}

.barbie-launch-hero .slide-1 {
    position: sticky;
    top: 64px;
}

.barbie-launch-hero .slide-bg {
    height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.barbie-launch-hero .slide-1 .slide-logo {
    height: 100%;
    width: 100%;
    background-image: url('/cdn/shop/files/barbie-mattnat-logo-large.png?v=1783453695');
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.barbie-launch-hero .slide-2 {
    position: relative;
}

.barbie-launch-hero .slide-2:after {
    content: '';
    height: 50px;
    width: 85px;
    background-image: url('/cdn/shop/files/barbie-mattnat-logo-small.png?v=1783453694');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.barbie-launch-hero .slide-2 .slide-content {
    max-width: 45%;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-60%);
}

.barbie-launch-hero .slide-2 .slide-content h2 {
    font-size: 28px;
    line-height: .75;
    font-weight: 500;
    font-family: league-gothic, sans-serif !important;
    color: #fff;
    margin-bottom: 25px;
}

.barbie-launch-hero .slide-2 .slide-content .banner__text {
    font-size: 18px;
    line-height: 1.2;
    font-family: area-normal, sans-serif;
    color: #fff;
}

.barbie-launch-hero .slide-2 .button {
    min-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    background: transparent;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.barbie-launch-hero .slide-2 .button:before,
.barbie-launch-hero .slide-2 .button:after {
    content: none;
}

.barbie-launch-hero .slide-2 .button:hover {
    color: #F395C7;
    background: #FFFFFF;
}

@media (min-width: 500px) {
    .barbie-launch-hero .slide-1,
    .barbie-launch-hero .slide-2 {
        min-height: unset;
    }

    .barbie-launch-hero .slide-1 .slide-logo {
        background-size: 30%;
    }
}

@media (min-width: 750px) {
    .barbie-launch-hero .slide-2:after {
        height: 150px;
        width: 210px;
        bottom: 40px;
        left: 52px;
    }

    .barbie-launch-hero .slide-2 .slide-content {
        max-width: 40%;
        left: 40px;
        margin-left: 15px;
    }

    .barbie-launch-hero .slide-2 .slide-content h2 {
        font-size: 8vw;
        
        p {
            margin: 0;
        }
    }

    .barbie-launch-hero .slide-2 .slide-content .banner__text {
        font-size: 2.75vw;
    }

    .barbie-launch-hero .slide-2 .button {
        bottom: 53px;
        right: 50px;
        font-size: 22.4px;
        padding: 0.8em 2.2em;
    }
}

@media (min-width: 1200px) {
    .barbie-launch-hero .slide-2 .slide-content h2 {
        font-size: 7vw;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .barbie-launch-hero .slide-2 .slide-content .banner__text {
        max-width: 100%;
        font-size: 1.6vw;
    }
}

main *::selection{
    background-color: #F395C7 !important;
    color: white !important;
}
.link-new{
    transition: all 0.3s ease 0.0s;
}
.link-new:hover{
    opacity: 0.9;
    transform: scale(1.05);
}
.dream-cards-container a{
    transition: all 0.3s ease 0.0s;
}
.dream-cards-container a h3{
    transition: all 0.3s ease 0.0s;
}
.dream-cards-container a:hover{
    opacity: 0.9;
    transform: scale(1.05) rotate(1deg);
}
.right-column-images img{
    transition: all 0.3s ease 0.0s;
}
.right-column-images img:hover{
    opacity: 0.9;
    transform: scale(1.05) rotate(1deg);
}
.right-column-logos img{
    transition: all 0.3s ease 0.0s;
}
.right-column-logos img:hover{
    opacity: 0.9;
    transform: scale(1.05) rotate(1deg);
}

[data-testid="form-component"] button{
    transition: all 0.3s ease 0.0s;
}
[data-testid="form-component"] button:hover{
    opacity: 0.9;
    transform: scale(1.05) rotate(1deg);
}


.animate-left,
.animate-right,
.animate-up,
.animate-down {
    opacity: 0;
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: transform, opacity;
}
.animate-left {
    transform: translateX(-60px);
}
.animate-right {
    transform: translateX(60px);
}
.animate-up {
    transform: translateY(60px);
}
.animate-down {
    transform: translateY(-60px);
}

.animate-visible {
    opacity: 1;
    transform: translate(0, 0);
}



/* launch */

#shopify-section-template--16490981851269__image_text_multiple_buttons_M86AHU {
    padding-bottom: 0;
}

.temp-barbie-launch-suffix {
    .section-template--16490981851269__image_text_multiple_buttons_M86AHU-padding {
        padding-left: 20px;
        padding-right: 20px;

        @media(min-width: 750px) {
            padding-left: 40px;
            padding-right: 40px;
        }
    }
}

.temp-barbie-launch-suffix .image-with-text-multiple-buttons .image-with-text__content {
    column-gap: 30px;
    row-gap: 0;
}

.temp-barbie-launch-suffix .image-text-multiple-buttons .image-with-text__heading {
    font-size: 40px;
    line-height: 1;
    font-family: league-gothic, sans-serif;
}

.temp-barbie-launch-suffix .image-text-multiple-buttons .image-with-text__heading em {
    font-style: initial;
    color: #f395c7;
}

.temp-barbie-launch-suffix .image-text-multiple-buttons .image-with-text__text {
    font-size: 24px;
    line-height: 1.2;
    font-family: area-normal, sans-serif;
    margin-bottom: 40px;
}

.temp-barbie-launch-suffix .image-text-multiple-buttons .image-with-text-multiple-buttons .link--primary {
    font-size: 14px;
    padding: 12px;
    font-family: area-normal, sans-serif;
}


/* HEADER */
header{
    background-color: transparent !important;
}


/* GRID */
.barbie-collection-grid {
    width: 100%;
    overflow: hidden;
    padding: 50px 20px;

    @media(min-width: 750px) {
        padding-left: 40px;
        padding-right: 40px;
    }

    .container {
        max-width: 1440px;
        margin: 0 auto;
        padding: 40px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .collection-header {
        flex: 0 0 100%;

        @media(min-width: 1200px) {
            flex: 0 0 30%;
            min-width: 300px;
        }
    }

    .collection__title {
        font-family: league-gothic, sans-serif;
        font-size: 58px;
        font-weight: 400;
        margin: 0;
        color: #000;
        line-height: 1;
        text-align: center;
    }

    .product-grid {
        width: 100%;
        flex: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;

        @media(min-width: 768px) {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
    }

}

@media (max-width: 768px) {
  .barbie-collection-grid .container {
    flex-direction: column;
  }
  .collection-header {
    padding-right: 0;
    text-align: center;
  }
}

.barbie-shop-collection-a {
    .collection-header {

        @media(min-width: 1200px) {
            padding-right: 55px;
        }

        .collection__subtitle {
            font-size: 64px;
            line-height: 1;
            font-weight: 600;
            text-align: center;
            font-style: normal;
            font-family: alkaline, serif;
            color: #f395c7;
            margin: 32px 0;

            @media( min-width: 1200px ) {
                margin-bottom: 0;
            }
        }
    }
}


/* CARD WRAPPER */
.card-wrapper{
    .card__content{
        .card__information{
            text-align: left;
        }
    }
    .shop-link{
        display: none !important;
    }
    .card__media{
        width: 100%;
        .badge{
            display: none !important;
        }
        &:after{
            content: "";
            content: none;
            z-index: 1;
            position: absolute;
            top: 90px;
            left: 29px;
            width: 100px;
            height: 22px;
            transform-origin: 0% 100%;
            background-repeat: no-repeat;
            transform: rotateZ(-90deg);
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAWCAMAAAAB1smsAAAASFBMVEVHcEz/l8v/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsv/lsssT2AGAAAAF3RSTlMABIUTZu8cC0D4TL6R5HVaKNiyNafLnFCJrxIAAAKXSURBVEjHtVZZkhshDAWBWMS+3/+mEeNJMp6kUpWJw1cbunl6i8BC8LAuLn/80lb8ryGp4zm+hYUgf119DYj25yxwxiqdyqc1m3d9BYZJGBAeVYf+XLiFc+IrQCoM8k3dR7XWsysZ04EXuQInvG2uP5VdcAcczPAFxqj1KLe2NJ44tk64pagT/j12znt3zQknPxky09hMhOfxg/tyVGmc+nu1Fn9T+9lPBRef3U1EPk8LBVMMvqsvqCWpncgfSlMtB5ejrEKrfRl2CuOHHWU/d/jxl2qhz2UjZi7X9ZTiIwBMRCNda5yVVH5w2W8g6SGg4flBXKIZ+m1UYfTV3lUxjBhDEk++qXW4HQ+yuxqXDltu1sf2VFrkWJU1JGCCnzVdkP0IHCUSPcixcs1L68UgBTYTn90C2TkV7cmyWPZ1zVLCAcJgaiC1ms8DZwj8tktIGeFDm2YuKZjHMwUYfdqctzXTqskf0LqS7K6BHEQn9E3TQK8t72AaplYl50m3gpBPa5SrDV6z/eUeOOrdGt3mO4agGCFvEyCQmUrxvIp5sj6RdieYMz5A8knm3VFfBPleG2R0/TCDo4uPcrbSWB41v7eq+WEQgQ5u6zh0rA8QM5mdFHu4lKdz3VwQVmvKSk6pxn3Pvwq0GqZhxcT2DVs1LSVOrNq/OcbM4JZxo/JtoZy07mZHO7LCKUmOE+BMHVetA5COD+BPt3xYQdKqgfYMnSYTuW+w1txG3fzpwvhzJ550ErDvuFNoemGUEhJDsz3OpFgW9yrfAj6qL58p64beCdtPtLnT7QrWkMpiapxg3dqGtpdf5R/OL752WaYrhnriXNDfQApjpHAxFmO+TkQ0jHxrJb8/CS4HKfGqUYsqDUP5f/8hhPgGwUQlTZnC8lMAAAAASUVORK5CYII=);
        }
        a{
            width: 100%;
            height: 100%;
            img{
                width: 100%;
                height: 100%;
            }
        }
    }
}


.barbie-launch-banner{
    .slide-2{
        &:after {
            content: none;
        }
        
        img {
            object-fit: cover;
            object-position: center;
        }

        .slide-content {
            width: 100%;
            max-width: 100%;
            padding: 25px 20px;
            margin-left: 0;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 30px;
            left: 0;
            top: 0;
            transform: none;

            @media (min-width: 500px) {
                padding: 40px 20px;
            }

            @media (min-width: 750px) {
                padding: 40px;
            }

            @media (min-width: 1200px) {
                padding: 60px 40px;
            }

            h2 {
                flex-grow: 1;
                font-size: 32px;
                margin-top: 0px !important;
                margin-bottom: 0px !important;
                font-weight: 400;
                line-height: 1.2;

                @media (min-width: 750px) {
                    font-size: 40px;
                }

                @media (min-width: 1200px) {
                    font-size: 52px;
                }

                p {
                    margin: 0;
                }
            }

            .barbie-launch-banner-icons {
                display: flex;
                gap: 15px;

                @media (min-width: 750px) {
                    gap: 30px
                }

                img {
                    height: 25px;
                    width: auto;

                    @media (min-width: 750px) {
                        height: 40px;
                    }
                }
            }
        }
    }
}

.temp-barbie-launch-suffix {
    .landing-collage-product {
        .full-page-width {
            max-width: 1440px;
            padding-left: 20px;
            padding-right: 20px;

            @media(min-width: 750px) {
                padding-left: 40px;
                padding-right: 40px;
            }
        }

        .imgWithProG-image {
            @media( max-width: 1199px) {
                display: block !important;
            }

            @media screen and (min-width: 750px) and (max-width: 989px) {
                display: block !important;
            }

            @media( max-width: 750px) {
                display: none !important;
            }
        }

        .grid {
            @media( max-width: 1199px) {
                --grid-desktop-horizontal-spacing: 20px;
                width: calc(54.744% - 50px);
                column-gap: 20px;
            }

            @media( max-width: 750px) {
                width: 100%;
            }

            @media( max-width: 749px) {
                --grid-mobile-horizontal-spacing: 20px;
                column-gap: 20px;
            }
        }
    }
}

.barbie-shop-collection-c {
    .container {
        padding-top: 0;
    }

    .collection-header {
        text-align: center;
        padding-right: 0;
        flex: 0 0 100%;

        h2 {
            p {
                margin: 0;
            }

            em {
                font-style: normal;
                color: #f395c7;
            }
        }

        .collection__subtitle {
            max-width: 850px;
            font-size: 24px;
            line-height: 1.2;
            font-family: area-normal, sans-serif;
            margin: 30px auto 40px;

            @media(min-width: 750px) {
                margin-bottom: 80px;
            }

            p {
                margin: 0;
            }
        }
    }

    .product-grid {
        grid-template-columns: repeat(3, calc((100% - 40px)/3));
        justify-content: center;
        
        @media (min-width: 750px) {
            grid-template-columns: repeat(3, calc((100% - 60px)/4));
        }

        .grid-image {
            img {
                max-width: 100%;
            }
        }
    }
}

.temp-barbie-launch-suffix {
    .new-page-temp-img-grid-warpper {
        .full-page-width {
            @media(min-width: 750px) {
                padding-left: 40px;
                padding-right: 40px;
            }
        }
    }
}

#easylockdown-password-form-button {
    font-size: 16px !important;
    background: #f395c7 !important;
}