/** Shopify CDN: Minification failed

Line 16:10 Unexpected "{"
Line 16:18 Expected ":"
Line 16:23 Unexpected "{"
Line 17:18 Expected identifier but found "{"
Line 17:19 Unexpected "{"
Line 17:27 Expected ":"
Line 17:58 Expected ":"
Line 18:19 Expected identifier but found "{"
Line 18:20 Unexpected "{"
Line 18:28 Expected ":"
... and 20 more hidden warnings

**/
#section-{{section.id}}{
    margin-bottom:{{section.settings.margin_bottom_mob}}px;
    padding-bottom:{{section.settings.padding_bottom_mob}}px;
    padding-top:{{section.settings.padding_top_mob}}px;
}

@media only screen and (min-widith: 768px) {
    #section-{{section.id}}{
    margin-bottom:{{section.settings.margin_bottom}}px;
    padding-bottom:{{section.settings.padding_bottom}}px;
    padding-top:{{section.settings.padding_top}}px;}
}

.article-content .article-text {
    padding: 36px;
    background-color: white;
    color: var(--foreword-primary);
    text-wrap: pretty;
}

.article-content .article-text > * {
    text-align: left !important;
}

.article-content .article-text a {
    text-decoration: underline;
    color: var(--foreword-primary);
}

.article-content .article-text img,
.article-content .article-text picture {
    margin: 36px 0;
}

.related-container {
    padding: 36px;
}

.related-container p.h2 {
    margin-bottom: 44px;
}

.related-container .related-article {
    margin-bottom: 52px;
}

.related-container .related-article p {
    margin-top: 36px;
    color: var(--foreword-primary);
    font-size: 16px;
}

.featured-card {
    position: relative;
    text-align: center;
    align-items: center;
    color: white;
    margin-top: 72px;
}

.featured-card .featured-card-dialog {
    position: absolute;
    width: 90%;
    margin: auto;
    background-color: var(--foreword-primary);
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    padding: 72px 45px;
    font-weight: 300;
}

.featured-card .featured-card-dialog a {
    color: white;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;   
    padding-bottom: 3px;
    border-bottom: 1px solid white;
}

.featured-card .section-heading-decorator {
    filter: invert(1);
    justify-content: center;
    align-items: center;
}

.featured-card .section-heading-decorator::before {
    margin-bottom: -5px;
}

.featured-card .title {
    margin: 35px 0;
}

.featured-container {
    margin: 0px 36px 36px 36px;
}

.featured-heading {
    margin-bottom: 44px;
}

.article-content .article-text .product-grid-item img,
.article-content .article-text .product-grid-item picture {
    margin: unset;
}

.article-content .article-text .product-grid-item {
    max-width: 330px;
    margin-top: 35px !important;
    margin: auto;
}

.article-content .article-text .product-grid-item a {
    text-decoration: unset;
}

.article-content iframe,
.article-content video {
  width: 100%;
  height: 100%;
    min-height: 315px;
}

@media (min-width: 1024px) {
    .featured-card .section-heading-decorator::before {
        margin-bottom: -15px;
    }

    .article-content {
        display: flex;
    }

    .side-section {
        width: 33%;
        background-color: white;
        margin: 0px 36px;
        height: fit-content;
    }

    .article-content .article-text {
        margin-left: 36px;
        margin-bottom: 36px;
        padding: 72px 144px;
    }

    .article-content .product-grid-item .text-wrapper {
        background: white;
    }

    .article-content .article-text img,
    .article-content .article-text picture {
        margin: 36px auto;
    }

    .article-content .product-grid-item {
        margin-top: 72px !important;
    }

    .article-content {
        max-width: 1440px;
        margin: auto;
    }

    .article-content iframe,
    .article-content video {
        height: revert-layer;
    }
}