/* Fanshop section */

#fanshop {
    padding-top: 150px;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    #fanshop {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 600px) {
    #fanshop {
        padding-top: 0;
    }

    .section_image--wrapper-fanshop::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 50px solid transparent;
        border-left: 100vw solid var(--primary-color);
        z-index: 2;
    }
}

/* End fanshop section */