.style-switcher {
    position: fixed;
    right: 0;
    top: 60px; /* era 60px */
     padding: 15px;

    transition: all 0.3s ease;
     z-index: 101;      
}


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

.style-switcher .day-night {
    top: 45px;
}