/** Shopify CDN: Minification failed

Line 120:0 Unexpected "{"
Line 120:1 Expected identifier but found "%"
Line 124:4 Unexpected "{"
Line 124:5 Expected identifier but found "%"
Line 125:0 Unexpected "{"
Line 125:1 Expected identifier but found "%"
Line 129:4 Unexpected "{"
Line 129:5 Expected identifier but found "%"
Line 130:0 Unexpected "{"
Line 130:1 Expected identifier but found "%"
... and 6 more hidden warnings

**/


/* CSS from section stylesheet tags */
.reviews-row-section {
    padding: 40px 20px 10px;
    max-width: 100%;
    margin: 0 auto;
    text-transform: none;
    }

    .reviews-row-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: none;
    }

    .reviews-row-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    }

    .review-item {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    text-align: center;
    }

    .review-stars {
    margin-bottom: 20px;
    }

    .review-stars .review-star-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    justify-content: center;
    }

    .review-stars .review-star {
    display: inline-block;
    }

    .review-stars .review-star img {
    height: 15px;
    width: auto;
    display: block;
    }

    .review-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    color: #333;
    font-family: 'AktivGrotest', sans-serif;
    }

    .review-author {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: 'AktivGrotest', sans-serif;
    color: #333;
    margin-top: auto;
    }

    @media screen and (max-width: 768px) {
    .reviews-row-container {
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding: 0 20px 10px;
    margin: 0 -20px;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 20px;
    -webkit-overflow-scrolling: touch;
    }

    .reviews-row-container::-webkit-scrollbar {
    display: none;
    }

    .reviews-row-title {
    font-size: 22px;
    margin-bottom: 10px;
    }

    .review-item {
    padding: 20px;
    min-width: calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    scroll-snap-align: center;
    }

    .review-text {
    font-size: 16px;
    }
    }
{% if section.settings.footer-hide == `false  %}
        .page-pastel #insta-bar {
        display: none !important;
        }
    {% endif %}
{% if section.settings.footer-hide == `false  %}
        .page-pastel #insta-bar {
        display: none !important;
        }
    {% endif %}
{% if section.settings.footer-hide == `false  %}
        .page-pastel #insta-bar {
        display: none !important;
        }
    {% endif %}
{% if section.settings.footer-hide == `false  %}
        .page-pastel #insta-bar {
        display: none !important;
        }
    {% endif %}