/* 
    Created on : Aug 16, 2026, 3:49:37 AM
    Author     : kroell
*/

/* VIKTR THEME EDITOR START */

:root,html[data-theme="light"],html[data-theme="dark"] {
  --color-primary:#0798D4!important;
  --color-primary-hover:#067AA9!important;
  --color-border:#E3E8EF!important;
  --color-surface-soft:#F4F7FB!important;
  --color-text:#111827!important;
  --color-text-muted:#4B5563!important;
  --color-warning:#F59E0B!important;
}

html[data-theme="light"] .site-header,html[data-theme="dark"] .site-header {
  background-color:#0B1533!important;
  border-bottom:0!important;
}

html[data-theme="light"] .site-header-main,html[data-theme="dark"] .site-header-main {
  background-color:#0B1533!important;
  color:#fff!important;
}

html[data-theme="light"] .site-navigation,html[data-theme="dark"] .site-navigation {
  background-color:#0B1533!important;
  border-top:0!important;
  border-bottom:0!important;
  color:#fff!important;
}

html[data-theme="light"] .site-footer,html[data-theme="dark"] .site-footer {
  background-color:#0B1533!important;
  color:#fff!important;
}

html[data-theme="light"] .site-super-utility,html[data-theme="dark"] .site-super-utility,
html[data-theme="light"] .site-super-utility.is-visible,html[data-theme="dark"] .site-super-utility.is-visible,
html[data-theme="light"] .site-super-utility-inner,html[data-theme="dark"] .site-super-utility-inner {
  background-color:#0B1533!important;
}

.site-header-action-label,.site-header-action-icon {
  color:#fff!important;
}

button.site-navigation-item.site-navigation-main {
  color:#fff!important;
}

.site-navigation-item {
  color:#fff!important;
}

.site-footer strong {
  color:#fff!important;
}

.site-footer p,.site-footer a,.site-footer span,.site-footer-link-button,.site-footer-cookie-settings {
  color:#CBD5E1!important;
}

.site-footer-column strong,.site-footer-newsletter strong {
  color:#fff!important;
  font-size:14px!important;
}

.site-footer-column a,.site-footer-brand p,.site-footer-newsletter p,.site-footer-link-button {
  color:#CBD5E1!important;
  font-size:13px!important;
}

.site-footer-bottom,.site-footer-bottom span,.site-footer-bottom div,.site-footer-bottom a {
  color:#CBD5E1!important;
}

.site-footer-column a:hover,.site-footer-link-button:hover,.site-footer-bottom a:hover,.site-footer-cookie-settings:hover {
  color:#38BDF8!important;
}

html[data-theme="light"] .product-card:hover,html[data-theme="dark"] .product-card:hover {
  border-color:#0798D4!important;
}

#siteNavigationUser,
#siteNavigationUser span,
#siteNavigationUser strong{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important
}
/* VIKTR THEME EDITOR END */