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



.style-switcher .s-icon i {
    line-height: 50px;
}

.style-switcher {
    position: fixed;
    left: 100px;
    top: 80px;
    /*padding: 15px;
    width: 0;*/
    /*border: 2px solid var(--text-color);*/
    background: var(--bg-color);
    z-index: 101;
    border-radius: 5px;
    transition: all 0.3s ease;
    transform: translateX(100%);
}