body {
    /*font-family: 'Work Sans', 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color);

}

/* --- Colors --- */

:root {
    --main: #e0c3c6;
    --main-light: #bbb5c2;
    --main-dark: #a68487;
    --accent: #f8eede;
    --body-color: #212529;
    --cta-green: #18992c;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #fafafa;
    --nav-link: #f2f2f2;
    --icons: #ff2f2f;
    --bg-category: #011826;
    --btn-main: #000000;
    --btn-main-hover: #ff2f2f;

    /*--footer-bg-color: ;*/
}
.slider-content-3.slider-content-3-white h3, .slider-content-3.slider-content-3-white h1, .slider-content-3.slider-content-3-white p {
    color: #000000;
}
.slider-content-3.slider-content-3-white h3::before, .slider-content-3.slider-content-3-white h3::after {
    background-color: #000000;
}
.shop-instagram-title {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: transparent;
}
.description-review-topbar a.active {
    border-bottom: 2px solid var(--main-dark);
    color: var(--main-dark);
}
.bg-gray-3 {
    background-color: var(--accent);
}
.slider-content-3.slider-content-3-white .slider-btn a {
    background-color: var(--main-light);
}
.bg-black-3 {
    background-color: var(--main-dark);
}
@media only screen and (max-width: 767px) {
    .slider-content-3 {
        margin-top: 2rem;
    }

    .shop-instagram-title:before {
        content: "";
        background-color: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        opacity: 0.7;
        height: 300px;
    }
    .slider-content-3 {
        position: relative;

    }
}