/* Фон */
body { background-color: #141008; }

/* Посилання — не чіпаємо кнопки */
a:not(.t-btn):not([class*="t-store__btn"]) { color: #f2e8d5 !important; }
a:not(.t-btn):not([class*="t-store__btn"]):hover { color: #c8a96e !important; }
a:not(.t-btn):not([class*="t-store__btn"]):visited { color: #f2e8d5 !important; }

/* Текстові блоки */
.t-text a:not(.t-btn) { color: #f2e8d5 !important; }
.t-text a:not(.t-btn):hover { color: #c8a96e !important; }

/* Меню */
.t-menu__link,
.t-menu__link-item { color: #f2e8d5 !important; }

/* Store — тільки текстові посилання */
.t-store a:not(.t-btn):not([class*="t-store__btn"]),
.t-store a:not(.t-btn):not([class*="t-store__btn"]):visited { color: #f2e8d5 !important; }
.t-store a:not(.t-btn):not([class*="t-store__btn"]):hover { color: #c8a96e !important; }

/* Кошик */
.t706__cartwin a,
.t706__cartwin a:visited,
.t706__cartwin a:hover { color: #000000 !important; }
/* Кнопки Store — білий текст */
.t-store .t-btnflex__text { color: #ffffff !important; }
.t778__btn .t-btnflex__text,
.t778__btn * { color: #ffffff !important; }
html { scroll-behavior: smooth; }