.night-theme .search-widget__input {
    border-color: var(--black);
    color: var(--white);

}

.night-theme.header--transparent .header.fixed .search-widget__input,
.night-theme:not(.header--transparent) .header .search-widget__input {
    border-left: 1px solid var(--gray2);
}

.night-theme.header--transparent .header.fixed .search-widget__send,
.night-theme:not(.header--transparent) .header .search-widget__send {
    stroke: var(--white);

}

.night-theme .footer {
    border-top: 1px solid var(--gray2);
}

.night-theme .search-widget__btn.active::before {
    filter: invert(1);
}

.night-theme .footer__title {
    color: var(--black)
}

.night-theme a.footer__link:hover {
    color: var(--black)
}

.night-theme .tns-controls button::before,
.night-theme .slick-arrow:before {
    filter: invert(1);
}

.night-theme .cart-total__send-promo::before {
    filter: invert(1);
}

.night-theme .detail__share .ya-share2__badge,
.night-theme .article__share .ya-share2__badge {
    filter: invert(1);
}

.night-theme .ya-share2__popup-content .ya-share2__popup-header {}

.switch__night-theme {
    margin-left: 10px;
}

.switch__night-theme span::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;

    background-color: var(--theme-color);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 17.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Zm0-15a1 1 0 0 1 1 1v1.2a1 1 0 1 1-2 0V3.5a1 1 0 0 1 1-1Zm0 17.3a1 1 0 0 1 1 1V22a1 1 0 1 1-2 0v-1.2a1 1 0 0 1 1-1ZM3.5 11a1 1 0 0 1 1-1h1.2a1 1 0 1 1 0 2H4.5a1 1 0 0 1-1-1Zm17.3 0a1 1 0 0 1 1-1H23a1 1 0 1 1 0 2h-1.2a1 1 0 0 1-1-1ZM5.2 5.2a1 1 0 0 1 1.4 0l.85.85a1 1 0 1 1-1.4 1.4l-.85-.85a1 1 0 0 1 0-1.4Zm12.55 12.55a1 1 0 0 1 1.4 0l.85.85a1 1 0 1 1-1.4 1.4l-.85-.85a1 1 0 0 1 0-1.4ZM18.8 5.2a1 1 0 0 1 0 1.4l-.85.85a1 1 0 1 1-1.4-1.4l.85-.85a1 1 0 0 1 1.4 0ZM7.45 17.75a1 1 0 0 1 0 1.4l-.85.85a1 1 0 1 1-1.4-1.4l.85-.85a1 1 0 0 1 1.4 0Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 17.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Zm0-15a1 1 0 0 1 1 1v1.2a1 1 0 1 1-2 0V3.5a1 1 0 0 1 1-1Zm0 17.3a1 1 0 0 1 1 1V22a1 1 0 1 1-2 0v-1.2a1 1 0 0 1 1-1ZM3.5 11a1 1 0 0 1 1-1h1.2a1 1 0 1 1 0 2H4.5a1 1 0 0 1-1-1Zm17.3 0a1 1 0 0 1 1-1H23a1 1 0 1 1 0 2h-1.2a1 1 0 0 1-1-1ZM5.2 5.2a1 1 0 0 1 1.4 0l.85.85a1 1 0 1 1-1.4 1.4l-.85-.85a1 1 0 0 1 0-1.4Zm12.55 12.55a1 1 0 0 1 1.4 0l.85.85a1 1 0 1 1-1.4 1.4l-.85-.85a1 1 0 0 1 0-1.4ZM18.8 5.2a1 1 0 0 1 0 1.4l-.85.85a1 1 0 1 1-1.4-1.4l.85-.85a1 1 0 0 1 1.4 0ZM7.45 17.75a1 1 0 0 1 0 1.4l-.85.85a1 1 0 1 1-1.4-1.4l.85-.85a1 1 0 0 1 1.4 0Z'/%3E%3C/svg%3E");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 12px 12px;
    mask-size: 12px 12px;
    pointer-events: none;

    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch__night-theme input:checked+span::before {
    left: 29px;
}

.switch__night-theme input:checked+span::after {
    left: 29px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21 14.5A8.5 8.5 0 0 1 9.5 3 7 7 0 1 0 21 14.5Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21 14.5A8.5 8.5 0 0 1 9.5 3 7 7 0 1 0 21 14.5Z'/%3E%3C/svg%3E");

}