.style-switcher{
    position: fixed;
    left: 50px;
    top: -5px;
    padding: 15px;
    width: 80px;
    z-index: 2;
    text-align: center;
}

@media screen and (min-width: 860px) {
    .style-switcher{
        left: 90%;
        top: 0px;
        padding: 15px;
        width: 80px;
    }
}

.style-switcher .s-icon{
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    background: var(--bg-black-900);
    color: var(--text-black-900);
    margin-right: 25px;
    cursor: pointer;
    border-radius: 50%;
}


