/* ---- Toggle button (header + mobile) ---- */
button.theme-toggle-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  line-height: 0;
}

button.theme-toggle-btn:focus-visible {
  outline: 2px solid #19a4d6;
  outline-offset: 2px;
  border-radius: 4px;
}

.theme-toggle-btn .theme-toggle__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.theme-toggle-btn .theme-toggle__sun {
  display: none;
}

.theme-toggle-btn .theme-toggle__moon {
  display: block;
}

[data-theme="dark"] .theme-toggle-btn .theme-toggle__sun {
  display: block;
}

[data-theme="dark"] .theme-toggle-btn .theme-toggle__moon {
  display: none;
}

/* ---- Dark palette ---- */
[data-theme="dark"] body {
  background-color: #121212;
  color: #e6e6e6;
}

[data-theme="dark"] .header-desk_type_7 .header-top {
  background-color: #1a1a1a !important;
  color: #e8e8e8 !important;
}

[data-theme="dark"] .header-desk_type_7 .navigation__link,
[data-theme="dark"] .header-desk_type_7 .header-tools__item {
  color: #e8e8e8 !important;
}

[data-theme="dark"] .header-mobile {
  background-color: #1a1a1a !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

[data-theme="dark"] .header-mobile a.header-tools__item,
[data-theme="dark"] .header-mobile .theme-toggle-btn {
  color: #e8e8e8 !important;
}

[data-theme="dark"] .header-mobile .nav-icon,
[data-theme="dark"] .header-mobile .nav-icon rect {
  fill: #e8e8e8;
}

[data-theme="dark"] .header-mobile__navigation {
  background-color: #1e1e1e !important;
  color: #e6e6e6;
}

[data-theme="dark"] .header-mobile__navigation .navigation__link {
  color: #e0e0e0 !important;
  border-color: #333 !important;
}

[data-theme="dark"] .header-mobile__navigation .search-field__input {
  background-color: #2a2a2a !important;
  color: #eee !important;
  border-color: #444 !important;
}

[data-theme="dark"] .header-mobile__navigation .search-result {
  background-color: #252525 !important;
}

[data-theme="dark"] .header-search-bar {
  background: #1a1a1a !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .header-search-bar .search-bar-inner {
  background: #2a2a2a !important;
  border-color: #19a4d6 !important;
}

[data-theme="dark"] .header-search-bar .search-bar-inner input {
  color: #eee !important;
}

[data-theme="dark"] .header-search-bar .search-bar-inner input::placeholder {
  color: #888 !important;
}

[data-theme="dark"] .search-suggestions {
  background: #252525 !important;
  border-color: #444 !important;
}

[data-theme="dark"] .search-suggestion-item {
  color: #e6e6e6 !important;
  border-bottom-color: #333 !important;
}

[data-theme="dark"] .search-suggestion-item:hover,
[data-theme="dark"] .search-suggestion-item.active {
  background: #333 !important;
}

[data-theme="dark"] .search-suggestion-name {
  color: #eee !important;
}

[data-theme="dark"] .search-suggestion-cat,
[data-theme="dark"] .search-no-result {
  color: #999 !important;
}

[data-theme="dark"] .search-view-all {
  background: #2a2a2a !important;
  color: #5ec8ed !important;
}

[data-theme="dark"] .search-view-all:hover {
  background: #333 !important;
}

[data-theme="dark"] .bg-body {
  background-color: #1e1e1e !important;
}

[data-theme="dark"] .text-secondary,
[data-theme="dark"] .body-color-secondary , .service-promotion__title {
  color: #b0b0b0 !important;
}

[data-theme="dark"] #imagePopup {
  background: #2a2a2a !important;
  color: #eee;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

[data-theme="dark"] .wrap {
  background-color: #1e1e1e !important;
  color: #e6e6e6 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"] .testimonial-slider {
  background-color: #1e1e1e !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
}

[data-theme="dark"] .testimonial-slider .slide p {
  color: #ccc !important;
}

[data-theme="dark"] .testimonial-slider .slide h4 {
  color: #999 !important;
}

[data-theme="dark"] .footer.footer_type_1 {
  filter: brightness(0.92);
}

[data-theme="dark"] .border,
[data-theme="dark"] .border-bottom {
  border-color: #3a3a3a !important;
}

/* Index / product listing helpers */
[data-theme="dark"] .p-c {
  background: #161a1a !important;
}

[data-theme="dark"] h5.pc__title > a::after {
  background: linear-gradient(to right, rgba(22, 26, 26, 0), rgba(22, 26, 26, 1)) !important;
}

[data-theme="dark"] .bg-white {
  background-color: #1e1e1e !important;
}

[data-theme="dark"] .text-dark {
  color: #e6e6e6 !important;
}

[data-theme="dark"] .card {
  background-color: #252525;
  border-color: #3a3a3a;
  color: #e6e6e6;
}

[data-theme="dark"] .modal-content {
  background-color: #2a2a2a;
  color: #eee;
  border-color: #444;
}
