.hero--advanced {
    display: block;
    margin: 0 auto 5px;
    max-width: 1108px;
    background-color: #fcfbf9;
    min-height: 414px;
}

@media screen and (min-width: 768px) {
    .hero--advanced {
        margin: 0 auto 30px;
    }
}

.hero--advanced .hero__top:before {
    display: block;
    content: "";
    width: 100%;
}

@media screen and (min-width: 768px) {
    .hero--advanced .hero__top:before {
        padding-top: 36.25%;
    }
}

.hero--advanced .hero__top {
    position: relative;
    min-height: 390px;
}

@media screen and (min-width: 768px) {
    .hero--advanced .hero__top {
        min-height: 413px;
    }
}

.hero--advanced .clorox-shop-image-cta__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (min-width: 768px) {
    .hero--advanced .clorox-shop-image_cta__link,
    .hero--advanced .hero__content,
    .hero--advanced .clorox-shop-image-cta__bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.hero--advanced .clorox-shop-image_cta__link:focus {
    outline: #BFBFBF dashed 1px;
}

.hero--advanced .clorox-shop-image-cta__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero--advanced .clorox-shop-image-cta__bg--mobile {
    background-position: center bottom;
    display: block;
}

.hero--advanced .clorox-shop-image-cta__bg--desktop {
    display: none;
}

@media screen and (min-width: 1024px) {
    .hero--advanced .clorox-shop-image-cta__bg--mobile {
        display: none;
    }

    .hero--advanced .clorox-shop-image-cta__bg--desktop {
        display: block;
    }
}

.hero--advanced .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 24px;
}

@media screen and (min-width: 1024px) {
    .hero--advanced .hero__content {
        flex-direction: row;
        justify-content: space-between;
        flex-basis: 100%;
        padding: 0 24px 0 45px;
    }
}

.hero--advanced .hero__content .content {
    margin-top: 0.5em;
}

.hero--advanced .hero__content .content.center {
    text-align: center;
    align-self: center;
}

.hero--advanced .hero__content .aside.left {
    align-self: center;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .hero--advanced .hero__content .aside.left {
        width: auto;
        order: 2;
    }
}

.hero--advanced .hero__content .content.left {
    text-align: center;
    align-self: center;
}

@media screen and (min-width: 1024px) {
    .hero--advanced .hero__content .content.left {
        width: 45%;
        order: 1;
    }
}

.hero--advanced .hero__content .aside.right {
    align-self: center;
    order: 1;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .hero--advanced .hero__content .aside.right {
        width: auto;
    }
}

.hero--advanced .hero__content .content.right {
    text-align: center;
    align-self: center;
    order: 2;
}

@media screen and (min-width: 1024px) {
    .hero--advanced .hero__content .content.right {
        width: 45%;
    }

    .hero--advanced.hero--vashtie .hero__content .content.right {
        margin-top: 10%;
    }
}

.hero--advanced .hero__content .content__headline-image {
    display: block;
    margin: 0 auto;
    max-width: 108px;
    width: 100%;
}

@media screen and (min-width: 480px) {
    .hero--advanced .hero__content .content__headline-image {
        max-width: 281px;
        width: 33%;
    }
}

@media screen and (min-width: 1024px) {
    .hero--advanced .hero__content .content__headline-image {
        max-width: 281px;
        width: 100%;
    }
}

.hero--advanced .hero__content .content__headline {
    color: #275B3B;
    font-family: 'Barlow Condensed', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 2.52em;
    line-height: 1;
    margin-bottom: 0.75em;
    margin-top: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .hero--advanced .hero__content .content__headline {
        font-size: 2.65em;
        margin-bottom: 0;
    }
}

.hero--advanced .hero__content .content__subheadline {
    color: #275B3B;
    font-family: 'Barlow Condensed', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.16;
    margin-bottom: 0.75em;
    margin-top: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .hero--advanced .hero__content .content__subheadline {
        font-size: 1.125em;
        line-height: 1.16;
        margin-bottom: 1em;
    }
}

.hero--advanced .hero__content .content__body {
    color: #275B3B;
    font-family: 'Barlow Condensed', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.14em;
    line-height: 1.16;
    margin-bottom: 1em;
    margin-top: 0;
}

@media screen and (min-width: 480px) {
    .hero--advanced .hero__content .content__body {
        font-size: 1em;
        line-height: 1.16;
    }
}

@media screen and (min-width: 768px) {
    .hero--advanced .hero__content .content__body {
        font-size: 1em;
        line-height: 1.16;
    }
}

.hero--advanced .hero__content .content__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    min-height: 42px;
    padding: 0 10px;
    border-radius: 28px;
    background: #224630;
    border: 2px solid #224630;
    transition: background 275ms;
}

.hero--advanced .hero__content .content__cta:hover {
    background-color: #fff !important;
}

.hero--advanced .hero__content .content__cta .btn__copy {
    font-size: 1em;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    padding: 16px 55px 15px;
    color: #fff;
    display: block;
}

.hero--advanced .hero__content .content__cta .btn__copy:hover {
    color: #224530 !important;
}