/** Shopify CDN: Minification failed

Line 46:14 Expected ":"

**/
.recommendation-section {
    padding: 55px 0 50px;
}
.recommendation-section .section-title h2 {
    margin: 0 0 65px;
    font-family: var(--Gabarito_font);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
}
.recommendation-slider-wrapper {
    position: relative;
}
.recommendation-slider-wrapper .swiper-button {
    width: 30px;
    height: 30px;
}
.recommendation-slider-wrapper .swiper-button-next {
    right: -41px;
}
.recommendation-slider-wrapper .swiper-button-prev {
    left: -41px;
}
.recommendation-slider-wrapper .swiper-button:after {
    display: none;
}
.recommendation-slider-wrapper .swiper-button svg {
    width: 20px;
    height: 20px;
}
.recommendation-slider-wrapper .swiper-button svg path {
    fill: var(--color2);
}
@media screen and (max-width: 1440px) {
    .recommendation-slider-wrapper .swiper-button {
        width: 40px;
        height: 40px;
        background-color: var(--color_white);
        border-radius: 50%;
        padding: 8px;
        border
    }
    .recommendation-slider-wrapper .swiper-button-prev {
        left: 10px;
    }
    .recommendation-slider-wrapper .swiper-button-next {
        right: 10px;
    }
}
@media screen and (max-width: 1280px) {
    .recommendation-section .section-title h2 {
        margin: 0 0 40px;
    }
}
@media screen and (max-width: 768px) {
    .recommendation-section .section-title h2 {
        margin: 0 0 30px;
    }
}