.ocf-theme-light-block .ocf-search-btn-static, .ocf-theme-light-block .ocf-search-btn-popover, .ocf-theme-light-block .ocf-search-btn-static.ocf-disabled, .ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled, .ocf-noUi-connect:before, .ocf-noUi-handle {background-color:rgb(0, 168, 232) !important;}
:root {--ds-primary-color:rgb(0, 168, 232);}
:root {--ds-body-bg-light-color:rgb(248, 251, 253);}
:root {--ds-links-color:rgb(0, 168, 232);}
.light-theme .ds-header {background:rgb(255, 255, 255);}
.ds-dropdown-links .blue-link, .ds-switcher button {color:rgb(0, 168, 232);}
.ds-dropdown-links .blue-link:hover {color:rgb(0, 168, 232);}
:root {--ds-footer-bg-light-color:rgb(255, 255, 255);}
.light-theme .ds-footer-subscribe-text, .light-theme .ds-footer-item .secondary-text, .light-theme .ds-footer-socials .secondary-text {color:rgb(0, 52, 89);}
.ds-footer .blue-link {color:rgb(0, 168, 232);}
.ds-footer .blue-link:hover {color:rgb(0, 168, 232);}
.light-theme .ds-footer-links li a, .light-theme ul.ds-footer-item li a {color:rgb(0, 52, 89);}
.ds-footer-links li a:hover, ul.ds-footer-item li a:hover {color:rgb(0, 168, 232);}
.light-theme .ds-footer-item-title {color:rgb(0, 23, 31);}
.light-theme .ds-footer-item-title svg path {fill:rgb(0, 23, 31);}
:root {--ds-interactive-color:rgb(82, 187, 56);}
.ds-price-new.red-text {color:rgb(213, 56, 61);}

/* Light theme: readable text without breaking primary accent */
.light-theme {
    color: #00171F;
}

.light-theme .dark-text,
.light-theme .secondary-text:not(.blue-link),
.light-theme .ds-module-title,
.light-theme .ds-category-wall-title,
.light-theme .ds-product-tab-content-title,
.light-theme .ds-mobile-bottom-nav-item:not(.ds-mobile-bottom-nav-item-catalog) .ds-mobile-bottom-nav-item-title,
.light-theme .ds-footer-item-title,
.light-theme h1, .light-theme h2, .light-theme h3,
.light-theme h4, .light-theme h5, .light-theme h6 {
    color: #00171F;
}

/* Catalog chip keeps primary accent like demo */
.light-theme .ds-mobile-bottom-nav-item-catalog,
.light-theme .ds-mobile-bottom-nav-item-catalog .ds-mobile-bottom-nav-item-title {
    color: var(--ds-primary-color);
}

.light-theme .button.button-primary {
    color: var(--ds-white-color);
}

.light-theme .light-text {
    color: #9CA3AF;
}

/* Pagination readable on light */
.light-theme .pagination li a,
.light-theme .pagination li span {
    color: #00171F;
    background: transparent;
    border: 1px solid #c5ced3;
}
.light-theme .pagination li.active span,
.light-theme .pagination li.active a,
.light-theme .pagination li:hover a {
    color: #fff;
    background: var(--ds-primary-color);
    border-color: var(--ds-primary-color);
}

/* Dark theme keeps primary as accent (same as demo) */
.dark-theme {
    --ds-primary-color: rgb(0, 168, 232);
    --ds-links-color: rgb(0, 168, 232);
}
