/* Sepahan v1.1.8 fixes */
/* Theme toggle: show only one icon by actual html.dark state, not fragile Tailwind classes */
html:not(.dark) #dark-mode-toggle svg:first-child,
html:not(.dark) [data-sepahan-theme-toggle] svg:first-child{display:none!important}
html:not(.dark) #dark-mode-toggle svg:nth-child(2),
html:not(.dark) [data-sepahan-theme-toggle] svg:nth-child(2){display:block!important}
html.dark #dark-mode-toggle svg:first-child,
html.dark [data-sepahan-theme-toggle] svg:first-child{display:block!important}
html.dark #dark-mode-toggle svg:nth-child(2),
html.dark [data-sepahan-theme-toggle] svg:nth-child(2){display:none!important}
#dark-mode-toggle{width:28px;height:28px;display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative;overflow:hidden}
#dark-mode-toggle svg{position:absolute;inset:auto;width:24px;height:24px}

/* Dark menu parity */
html.dark .sepahan-desktop-bottom-nav,
html.dark .sepahan-desktop-bottom-nav nav,
html.dark #offcanvas-right,
html.dark #searchResults{background:#111827!important;color:#f8fafc!important;border-color:#334155!important}
html.dark .sepahan-desktop-bottom-nav a,
html.dark #offcanvas-right a,
html.dark #offcanvas-right span,
html.dark #offcanvas-right button{color:#f8fafc!important}
html.dark .sepahan-desktop-bottom-nav .sub-menu,
html.dark header ul.absolute,
html.dark header .absolute.bg-white{background:#111827!important;color:#f8fafc!important;border:1px solid #334155!important;box-shadow:0 12px 32px rgba(0,0,0,.45)!important}
html.dark header li:hover>a,
html.dark header a:hover,
html.dark #offcanvas-right a:hover,
html.dark #offcanvas-right button:hover{background:rgba(59,130,246,.14)!important;color:#fff!important}

/* Products 15: no prev/next buttons, blue numbers, reliable scroll/autoplay surface */
.sepahan-products-15-arrow{display:none!important}
.sepahan-products-15-carousel{display:block!important;position:relative!important}
.sepahan-products-15-viewport{width:100%!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important}
.sepahan-products-15-track{display:flex!important;flex-wrap:nowrap!important;width:100%!important}
.sepahan-products-15-slide{flex:0 0 100%!important;min-width:100%!important;scroll-snap-align:start!important}
.sepahan-products-15-number{color:#2563eb!important;font-weight:900!important}

/* Image categories: keep a real dark background instead of removing the panel */
html.dark .sepahan-image-cats-section .sepahan-standard-wrap,
html.dark .sepahan-image-cats-wrap,
html.dark .sepahan-image-cats{background:#111827!important;border-color:#263244!important;box-shadow:none!important}
html.dark .sepahan-image-cats-section,
html.dark .sepahan-image-cats-section .container{background:transparent!important}

/* Remove tiny unwanted pale backgrounds in dark, without hiding intended dark panels */
html.dark .sepahan-shop-brands-section .sepahan-standard-wrap,
html.dark .sepahan-posts-section .sepahan-standard-wrap{background:#111827!important;border-color:#263244!important;box-shadow:none!important}

/* Footer edit helper/admin visibility */
.sepahan-elementor-footer{min-height:40px;position:relative!important}
