/** Shopify CDN: Minification failed

Line 35:88 Expected ":"
Line 66:88 Expected ":"
Line 78:88 Expected ":"
Line 102:69 Expected identifier but found "*"

**/
.section-container-sc-app 
{
    display: flex;
    flex-direction: column;
}

.app_image_wrapper a
{
    text-decoration: none;
}

.app_image_wrapper svg
{
    width: 128px;
    height: 38px;
}

.header-self-care 
{
    text-align: center;
}

.header-self-care h2 
{
    color: var(--color-primary);
    font-size: 33px;
    /*font-weight: var(--font-body-weight); /*font-weight-replace2*/ font-weight-replace */
    font-family: Montserrat, sans-serif;
}

.self-care-diet-container 
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.sc-img-wrap,
.sc-text-wrap 
{
    width: 50%;
    font-family: Montserrat, sans-serif;
}
.sc-text-wrap 
{
    /* padding-right: 40px; */
}
.sc-img-wrap 
{
    width: 50%;
    margin-right: 10px;
}

.sc-text-wrap h2 
{
    color: var(--color-primary);
    /*font-weight: var(--font-body-weight); /*font-weight-replace2*/ font-weight-replace */
    font-size: 33px;
    margin-bottom: 0;
    @media (min-width: 750px){
        margin-top: 0;
        margin-bottom: 24px;
    }
}

.anchor-text 
{
    color: var(--color-primary);
    /*font-weight: var(--font-body-weight); /*font-weight-replace2*/ font-weight-replace */
    font-size: 20px;
}

.anchor-text:hover 
{
    text-decoration: none;
}

.sc-img 
{
    max-width: 100%;
    width: 600px;
}

/* .sc-img {
    max-width: 100%;
    width: 100%;
    height: auto;
} */


.sc-text-wrap p 
{
    /*font-weight: var(--font-body-weight); /*font-weight-replace2*/ */
    font-size: 20px;
    line-height: 1.4;
    color: var(--color-ink);
}

.sc-text-wrap br
{
    height: 10px;
}

@media (max-width: 1050px)
{
    .section-container-sc-app 
    {
        padding: 50px 50px !important;
    }
    .sc-img
    {
        max-width: 100%;
    }
}

@media (max-width: 990px)
{
    .section-container-sc-app .anchor-text
    {
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0;
    }
}
@media (max-width: 767px) 
{
    .section-container-sc-app 
    {
        padding: 0 10px !important;
    }

    .self-care-diet-container 
    {
        flex-direction: column;
    }

    .sc-img-wrap,
    .sc-text-wrap 
    {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sc-text-wrap h2 
    {
        font-size: 28px;
    }

    .sc-text-wrap p 
    {
        font-size: 18px;
        line-height: 1.4;
    }

    .sc-img 
    {
        width: 100%;
        max-width: 100%;
    }

    .header-self-care h2 
    {
        font-size: 28px;
    }
    .section-container-sc-app .sc-img-wrap
    {
        margin-right: 0 !important;
    }
    .index .section-container-sc-app > div:last-child
    {
        margin-bottom: 12px;
        @media (min-width: 769px){
            margin-bottom: 80px;
        }
    }
  /* 
    .index .section-container-sc-app .hh-app-store-buttons_container a:first-child
    {
        height: 32px !important;
    }
    .index .section-container-sc-app .hh-app-store-buttons_container a:first-child img
    {
        width: 120px !important;
        height: 36px !important;
        object-fit: cover;
    }
    .index .section-container-sc-app .hh-app-store-buttons_container a:last-child img
    {
        width: 140px !important;
        height: 55px;
        object-fit: cover;
    } */
  
}
