/** Shopify CDN: Minification failed

Line 147:0 Unexpected "}"

**/
.community-reviews-section {
    text-align: center;
    }

    .community-reviews__header {
    margin-bottom: 40px;
    padding: 0 20px;
    }

    .community-reviews__heading {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0;
    }

    .community-reviews__wrap {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    }

    .community-reviews__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    }

    .community-reviews__track::-webkit-scrollbar {
    display: none;
    }

    .review-card {
    flex: 0 0 280px;
    scroll-snap-align: start;
    text-align: left;
    background: #fff;
    }

    .review-card__media {
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: #111;
    border-radius: 4px;
    }

    .review-card__media video,
    .review-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }

    .review-card__placeholder {
    width: 100%;
    height: 100%;
    background: #222;
    }

    .review-card__body {
    padding: 16px 4px 0;
    }

    .review-card__stars {
    color: #111;
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 2px;
    }

    .star {
    color: #ddd;
    }

    .star--filled {
    color: #111;
    }

    .review-card__quote {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px;
    }

    .review-card__name {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 0 0 2px;
    }

    .review-card__verified {
    font-size: 12px;
    color: #666;
    margin: 0;
    }

    .community-reviews__nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    }

    .community-reviews__nav--prev {
    left: 0;
    }

    .community-reviews__nav--next {
    right: 0;
    }

    @media screen and (max-width: 599px) {
    .community-reviews__wrap {
    padding: 0 40px;
    }
    .review-card {
    flex: 0 0 220px;
    }
    .community-reviews__nav {
    width: 32px;
    height: 32px;
    font-size: 16px;
    }
    }
}