/* Hero */
.daily-green-juice .refresh-html-column  {
    color: white;
}

.daily-green-juice .refresh-btn, .daily-green-juice a.refresh-btn {
    color: #000;
    background-color: #fff;
    border: 0.0625rem solid #000;
}

.daily-green-juice .refresh-btn .arrow-right:hover, .daily-green-juice a.refresh-btn .arrow-right:hover {
    background-image: url(../../images/svg-icons/design-refresh-2020/cta-single-arrow-white.svg);
}

.daily-green-juice .refresh-btn:hover, .daily-green-juice a.refresh-btn:hover {
    color: #fff;
    background-color: #000;
    border: 0.0625rem solid #fff;
}

.daily-green-juice .refresh-btn:hover .arrow-right, .daily-green-juice a.refresh-btn:hover .arrow-right {
    filter: none;
}

.daily-green-juice .refresh-btn .arrow-right, .daily-green-juice a.refresh-btn .arrow-right {
    filter: invert(100%);
}

.daily-green-juice .refresh-html-column h1.refresh-heading {
    font-weight:  600;
}

.daily-green-juice .badged {
    font-family: 'Brandon';
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height:24px;
    width: 188px;
    height: 24px;
    background-image: url(../landing-pages/hybrid-diapers/prehead_bg.png?$staticlink$);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .daily-green-juice .refresh-html-column h1.refresh-heading {
        font-size: 35px;
    }

    .daily-green-juice .refresh-2x1 .refresh-image-column {
        padding-top: 60%;
    }

    .daily-green-juice .refresh-2x1 .refresh-html-column p.refresh-copy {
        font-size: 1rem;
    }

    .daily-green-juice .badged {
        margin: 0.5rem auto 0.5rem;
        text-align: center;
    }

    .refresh-2x1 {
        padding: 0 0 3rem;
    }
}

@media (max-width: 320px) {
    .daily-green-juice .refresh-html-column h1.refresh-heading {
        font-size: 28px;
    }

    .daily-green-juice .refresh-2x1 .refresh-html-column p.refresh-copy {
        font-size: 0.85rem;
    }
}


@media (min-width: 769px) {
    .daily-green-juice .badged {
        font-size: 14px;
        margin: 0 0 1rem;
    }
}


@media (min-width: 769px) {
    .daily-green-juice picture,
    .daily-green-juice img {
        max-width: 100vw;
        right: 50%;
        position: absolute;
        object-fit: cover;
        z-index: -1;
        width: calc(100vw - var(--scrollbar-width)) !important;
        transform: translate(-50%);
        left: 50%;
        height: 100%;
    }

    .daily-green-juice {
        height:  440px;
    }
}


/* Quickview */

.quickview:not(:focus) {
    border-color: transparent;
}

/* Tips and Tricks */

.press-module .press-heading {
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.01em;
}

/* Wipes Features */
.jfavs-card .rch-bold {
    text-transform: capitalize !important;
}

@media (min-width: 992px) {
    .refresh-caro-module .refresh-caro-header-row h2.rch-heading {
        width: 35%;
    }
}

