/** Shopify CDN: Minification failed

Line 28:0 Unexpected "{"
Line 28:1 Expected identifier but found "%"
Line 33:8 Unexpected "{"
Line 33:9 Expected identifier but found "%"
Line 35:0 Unexpected "{"
Line 35:1 Expected identifier but found "%"
Line 36:4 Unexpected "<"
Line 38:5 Expected identifier but found "%"
Line 82:0 Unexpected "{"
Line 82:1 Expected identifier but found "%"
... and 6 more hidden warnings

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/

{% if template.name contains 'index' %}
                /* body #shopify-section-template--23113024307503__slide_show_7apiLN {
                    width: 100%;
                    margin: 0 auto;
                } */
        {% endif   %}

{% if template.name == 'collection' %}
    <style>
    </style>
    {% endif %}
    
.related-articles .article-content img {
    display: inline-block;
}
.related-articles a {
    color: #eb5b63;
    text-decoration: underline;
    &:hover {
        text-decoration: none;
    }
}


.related-articles h2 {
    font-size: 4.72781rem;
    font-weight: 600;
    line-height: 1;
}


.related-articles h3 {
    font-size: 3.93984rem;
    font-weight: 600;
    line-height: 1;
}

.related-articles ul {
    display: inline-block;
    li {
        text-align: left;
    }
}/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/

{% if template.name contains 'index' %}
                /* body #shopify-section-template--23113024307503__slide_show_7apiLN {
                    width: 100%;
                    margin: 0 auto;
                } */
        {% endif   %}

{% if template.name == 'collection' %}
    <style>
    </style>
    {% endif %}
    
.related-articles .article-content img {
    display: inline-block;
}
.related-articles a {
    color: #eb5b63;
    text-decoration: underline;
    &:hover {
        text-decoration: none;
    }
}


.related-articles h2 {
    font-size: 4.72781rem;
    font-weight: 600;
    line-height: 1;
}


.related-articles h3 {
    font-size: 3.93984rem;
    font-weight: 600;
    line-height: 1;
}

.related-articles ul {
    display: inline-block;
    li {
        text-align: left;
    }
}