:root {
--theme-clr-primary: #fff;
--theme-clr-background-primary: #101518;
--theme-clr-accent: #00efca;
--theme-clr-text-primary: #000000;
--theme-clr-text-secondary: #0a0a0a;
--theme-clr-assist-primary: #000000;
--theme-clr-assist-secondary: #00e6fd;
--theme-clr-success: #06cb06;
--theme-clr-danger: #ff0a0a;
--theme-clr-blue: #408eed;
--theme-clr-purple: #da1695;

--theme-clr-scrollbar: #ffffff;

/* move to base colors */

--theme-clr-outline-button: #fff;
--theme-clr-burger-menu: #fff;
--theme-custom-clr-label-text: #000;
--theme-custom-clr-label-background: #fff;
--theme-custom-clr-label-border: #000;
--theme-custom-clr-scrollbar-background: #000;
--theme-custom-clr-background: linear-gradient(
    0deg,
    #09a2ff,
    #00efca 94%,
    #000 94%
);
--theme-custom-clr-modal-background: linear-gradient(0deg, #09a2ff, #00efca);
--theme-custom-clr-tap-line-background: #fff;
--theme-custom-clr-contained-button: linear-gradient(0deg, #09a2ff, #00efca);
--theme-custom-clr-tap-line-button: #000;
--theme-custom-clr-tap-line-button-text: #000;
--theme-custom-clr-mw-background: transparent;
--theme-custom-clr-mw-price: #66c614;
--theme-custom-clr-mw-item-border: #000;
--theme-custom-clr-mw-shop-background: #fff;
--theme-custom-clr-header-notification-icon: #fff;
--theme-custom-clr-header-background: #000;
--theme-custom-clr-header-slider-background: #0099a9;
--theme-custom-clr-header-slide-text: #000;
--theme-custom-clr-header-bb-counter-color: #fff;

--theme-custom-clr-header-nav-button: #fff;
--theme-custom-clr-close-button: #000;
--theme-custom-clr-cart-button: #fff;
--custom-add-to-cart: linear-gradient(90deg, #00efca, #09a2ff);

--theme-custom-clr-sweepstakes-bg: transparent;
--theme-custom-clr-channels-background: #06bded;
--theme-custom-clr-channels-ears-background: #00efca;
--theme-custom-clr-mobile-menu-background: #09a2ff;
--theme-custom-clr-submenu-background: #09a2ff;
--theme-custom-clr-countdown-timer-background: #09a2ff;
--theme-custom-clr-share-overlay-background: #04c8e4;

--theme-custom-clr-aside-title: #204545;
--theme-custom-clr-aside-mobile-title: #204545;
--theme-custom-clr-aside-text: #fff;
/* --theme-custom-clr-aside-background: #fff;
--theme-custom-clr-aside-border: #0000002f;
--theme-custom-clr-aside-boxborder: #000000; */
--theme-custom-clr-search-background: #5ec8d9;
--theme-custom-clr-border: #fff;
--theme-shop-item-custom-clr-background: linear-gradient(
    180deg,
    #f44100 10%,
    #ffc62c 100%
);

--theme-custom-clr-idp-background: linear-gradient(0deg, #09a2ff, #00efca);
--theme-custom-clr-idp-register-form-background: #161616;
--theme-custom-clr-idp-button-contained: linear-gradient(
    90deg,
    #00efca,
    #09a2ff
);
--theme-custom-clr-idp-form-header: linear-gradient(90deg, #00efca, #09a2ff);
}
