/* Phase 18.9.5.28.5.8.9.50.5 — Dark Mode Elite UI Final Polish
   Scope: Popups, share modal, product detail, header dropdowns, plans, win page, vendor store and icon-only dark toggle.
   This file is intentionally loaded after all previous dark-mode layers. */
html[data-marketak-theme="dark"]{
  --dm505-page:#06101d;
  --dm505-ink:#f8fbff;
  --dm505-title:#ffffff;
  --dm505-muted:#cbd5e1;
  --dm505-soft:#94a3b8;
  --dm505-panel:#0b1628;
  --dm505-panel2:#111c31;
  --dm505-panel3:#17233a;
  --dm505-line:rgba(148,163,184,.28);
  --dm505-line-strong:rgba(96,165,250,.46);
  --dm505-blue:#60a5fa;
  --dm505-cyan:#67e8f9;
  --dm505-violet:#8b5cf6;
  --dm505-green:#86efac;
  --dm505-gold:#fde68a;
  --dm505-shadow:0 28px 90px rgba(0,0,0,.48);
}
html[data-marketak-theme="dark"] body{background:var(--dm505-page)!important;color:var(--dm505-ink)!important;}
html[data-marketak-theme="dark"] body :where(h1,h2,h3,h4,h5,h6,b,strong,label,legend,summary){color:var(--dm505-title)!important;opacity:1!important;text-shadow:none!important;}
html[data-marketak-theme="dark"] body :where(p,small,span,li,td,th,div){text-shadow:none;}

/* Icon-only theme toggle: no words in the public header */
.marketak-theme-toggle .theme-label,
.marketak-theme-toggle [data-theme-label]{display:none!important;}
.marketak-theme-toggle{min-width:42px!important;width:42px!important;height:42px!important;padding:0!important;display:inline-grid!important;place-items:center!important;border-radius:14px!important;}
.marketak-theme-toggle [data-theme-icon]{font-size:18px!important;line-height:1!important;}
html[data-marketak-theme="dark"] .marketak-theme-toggle{background:linear-gradient(135deg,#101d33,#172554)!important;border:1px solid rgba(148,163,184,.35)!important;color:#fff!important;box-shadow:0 10px 28px rgba(0,0,0,.25)!important;}
html[data-marketak-theme="light"] .marketak-theme-toggle{background:#fff!important;color:#111827!important;}

/* Universal dark glass panels where previous layers left white/transparent surfaces */
html[data-marketak-theme="dark"] body :where(
  .card,.panel,.box,.content-box,.section-box,.glass-card,.white-panel,.white-card,.light-panel,.soft-panel,.empty-state,.empty-card,
  .modal-content,.modal-card,.popup-card,.dropdown-menu,.dropdown-panel,.mega-menu,.submenu,.nav-dropdown,
  .storefront-panel,.store-card,.vendor-card,.plan-card,.pricing-card,.feature-card,.info-card,.notice-card,.stats-card
){background:linear-gradient(145deg,var(--dm505-panel),var(--dm505-panel2))!important;border-color:var(--dm505-line)!important;color:var(--dm505-ink)!important;box-shadow:var(--dm505-shadow)!important;}
html[data-marketak-theme="dark"] body :where(.card,.panel,.box,.content-box,.section-box,.glass-card,.white-panel,.white-card,.light-panel,.soft-panel,.empty-state,.empty-card,.modal-content,.modal-card,.popup-card,.dropdown-menu,.dropdown-panel,.mega-menu,.submenu,.nav-dropdown,.storefront-panel,.store-card,.vendor-card,.plan-card,.pricing-card,.feature-card,.info-card,.notice-card,.stats-card) :where(h1,h2,h3,h4,b,strong,label){color:#fff!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.card,.panel,.box,.content-box,.section-box,.glass-card,.white-panel,.white-card,.light-panel,.soft-panel,.empty-state,.empty-card,.modal-content,.modal-card,.popup-card,.dropdown-menu,.dropdown-panel,.mega-menu,.submenu,.nav-dropdown,.storefront-panel,.store-card,.vendor-card,.plan-card,.pricing-card,.feature-card,.info-card,.notice-card,.stats-card) :where(p,span,small,li){color:var(--dm505-muted)!important;opacity:1!important;}

/* Top header dropdown / mega menu */
html[data-marketak-theme="dark"] body :where(.main-nav .dropdown,.main-nav .mega,.main-nav .mega-menu,.category-dropdown,.nav-dropdown,.nav-mega,.header-dropdown,.site-menu-dropdown,.menu-dropdown){
  background:rgba(11,22,40,.98)!important;border:1px solid rgba(96,165,250,.30)!important;box-shadow:0 25px 70px rgba(0,0,0,.55)!important;backdrop-filter:blur(16px)!important;color:#fff!important;
}
html[data-marketak-theme="dark"] body :where(.main-nav .dropdown,.main-nav .mega,.main-nav .mega-menu,.category-dropdown,.nav-dropdown,.nav-mega,.header-dropdown,.site-menu-dropdown,.menu-dropdown) :where(a,button,span,b,strong,p,small){color:#eaf6ff!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.main-nav .dropdown,.main-nav .mega,.main-nav .mega-menu,.category-dropdown,.nav-dropdown,.nav-mega,.header-dropdown,.site-menu-dropdown,.menu-dropdown) :where(a,button){background:rgba(15,23,42,.84)!important;border-color:rgba(148,163,184,.25)!important;}
html[data-marketak-theme="dark"] body :where(.main-nav .dropdown,.main-nav .mega,.main-nav .mega-menu,.category-dropdown,.nav-dropdown,.nav-mega,.header-dropdown,.site-menu-dropdown,.menu-dropdown) :where(a:hover,button:hover){background:linear-gradient(135deg,#2563eb,#7c3aed)!important;color:#fff!important;}

/* Smart promotional / welcome popup */
html[data-marketak-theme="dark"] body :where(.marketak-smart-popup-v1895231,.marketak-smart-popup-v1895182,.smart-popup-overlay,.promo-popup,.welcome-popup){background:rgba(2,8,23,.70)!important;backdrop-filter:blur(18px)!important;}
html[data-marketak-theme="dark"] body :where(.marketak-smart-popup-v1895231,.marketak-smart-popup-v1895182) .smart-popup-card,
html[data-marketak-theme="dark"] body :where(.promo-popup-card,.welcome-popup-card,.smart-popup-card){
  background:linear-gradient(145deg,#0b1628 0%,#121f37 58%,#0b1628 100%)!important;border:1px solid rgba(125,211,252,.30)!important;color:#f8fbff!important;box-shadow:0 34px 120px rgba(0,0,0,.68)!important;overflow:hidden!important;
}
html[data-marketak-theme="dark"] body :where(.marketak-smart-popup-v1895231,.marketak-smart-popup-v1895182) .smart-popup-art{background:radial-gradient(circle at 20% 20%,rgba(14,165,233,.30),transparent 34%),linear-gradient(135deg,#172554,#4c1d95,#2563eb)!important;border-bottom:1px solid rgba(255,255,255,.10)!important;}
html[data-marketak-theme="dark"] body :where(.marketak-smart-popup-v1895231,.marketak-smart-popup-v1895182) .smart-popup-body{background:linear-gradient(180deg,#0b1628,#111c31)!important;color:#f8fbff!important;}
html[data-marketak-theme="dark"] body :where(.marketak-smart-popup-v1895231,.marketak-smart-popup-v1895182) :where(h3,b,strong){color:#fff!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.marketak-smart-popup-v1895231,.marketak-smart-popup-v1895182) :where(p,small,span){color:#cbd5e1!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.marketak-smart-popup-v1895231,.marketak-smart-popup-v1895182) :where(.smart-popup-close,.smart-popup-later){background:#0f1b2f!important;color:#f8fbff!important;border:1px solid rgba(148,163,184,.32)!important;}
html[data-marketak-theme="dark"] body :where(.marketak-smart-popup-v1895231,.marketak-smart-popup-v1895182) .smart-popup-actions a{background:linear-gradient(135deg,#10b981,#22c55e)!important;color:#fff!important;}
html[data-marketak-theme="dark"] body :where(.marketak-smart-popup-v1895231,.marketak-smart-popup-v1895182) .smart-popup-meta{background:rgba(14,165,233,.12)!important;color:#a5f3fc!important;border-color:rgba(125,211,252,.45)!important;}

/* Share modal / social share */
html[data-marketak-theme="dark"] body :where(.share-center-card-v58,.share-store-modal,.store-share-modal,.share-modal,.share-box,.share-sheet,.share-panel){
  background:linear-gradient(145deg,#0b1628,#111c31)!important;border:1px solid rgba(125,211,252,.30)!important;color:#f8fbff!important;box-shadow:0 34px 110px rgba(0,0,0,.65)!important;
}
html[data-marketak-theme="dark"] body :where(.share-center-card-v58,.share-store-modal,.store-share-modal,.share-modal,.share-box,.share-sheet,.share-panel) :where(h1,h2,h3,b,strong,label){color:#fff!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.share-center-card-v58,.share-store-modal,.store-share-modal,.share-modal,.share-box,.share-sheet,.share-panel) :where(p,span,small){color:#cbd5e1!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.share-action-v58,.share-social-card,.share-option,.share-copy-row-v58 input,.share-copy-row-v58 button,.share-url,.copy-url){background:#0a1324!important;color:#eaf6ff!important;border:1px solid rgba(148,163,184,.32)!important;}
html[data-marketak-theme="dark"] body :where(.share-action-v58:hover,.share-social-card:hover,.share-option:hover){background:linear-gradient(135deg,#2563eb,#7c3aed)!important;color:#fff!important;}

/* Product detail — dark surfaces but preserve media */
html[data-marketak-theme="dark"] body :where(.product-super-page,.product-detail-page,.product-page,.product-v23){background:#06101d!important;color:#f8fbff!important;}
html[data-marketak-theme="dark"] body :where(.product-buy-panel,.product-info-panel,.product-detail-card,.product-details-card,.product-long-description,.product-specs,.product-reviews,.product-recommendations,.product-side-card,.product-order-box){
  background:linear-gradient(145deg,#0b1628,#111c31)!important;border:1px solid rgba(148,163,184,.28)!important;color:#f8fbff!important;box-shadow:0 28px 90px rgba(0,0,0,.40)!important;
}
html[data-marketak-theme="dark"] body :where(.product-buy-panel,.product-info-panel,.product-detail-card,.product-details-card,.product-long-description,.product-specs,.product-reviews,.product-recommendations,.product-side-card,.product-order-box) :where(h1,h2,h3,h4,b,strong,label){color:#fff!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.product-buy-panel,.product-info-panel,.product-detail-card,.product-details-card,.product-long-description,.product-specs,.product-reviews,.product-recommendations,.product-side-card,.product-order-box) :where(p,span,small,li){color:#cbd5e1!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.product-price-line,.price-box,.stock-box,.deposit-box,.return-box,.digital-box,.product-stock-pro-v57,.product-return-policy-card-v118,.product-digital-policy-card-v189541,.product-deposit-badge-v18953,.product-variant-picker-v185,.variant-axis-group-v185,.variant-match-card-v185,.add-cart-box,.quantity-box,.product-owner-strip,.product-warning,.product-notice){
  background:rgba(15,23,42,.86)!important;border:1px solid rgba(148,163,184,.26)!important;color:#f8fbff!important;
}
html[data-marketak-theme="dark"] body :where(.product-price-line,.price-box,.stock-box,.deposit-box,.return-box,.digital-box,.product-stock-pro-v57,.product-return-policy-card-v118,.product-digital-policy-card-v189541,.product-deposit-badge-v18953,.product-variant-picker-v185,.variant-axis-group-v185,.variant-match-card-v185,.add-cart-box,.quantity-box,.product-owner-strip,.product-warning,.product-notice) :where(h1,h2,h3,b,strong,label,p,span,small){color:inherit!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.product-price-line .current-price,.current-price,.product-price,.price-current,.price-amount){color:#7dd3fc!important;}
html[data-marketak-theme="dark"] body :where(.product-media,.gallery-stage,.main-media-box,.media-stage-v23,.product-gallery,.product-main-image,.thumb-btn,.product-thumb){background:#f8fafc!important;color:#0f172a!important;}
html[data-marketak-theme="dark"] body :where(.product-media,.gallery-stage,.main-media-box,.media-stage-v23,.product-gallery,.product-main-image,.thumb-btn,.product-thumb) img{filter:none!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.product-specs table,.product-specs-table-v28 table,.specs-table,.compare-table){background:#0b1628!important;color:#f8fbff!important;border-color:rgba(148,163,184,.24)!important;}
html[data-marketak-theme="dark"] body :where(.product-specs td,.product-specs th,.product-specs-table-v28 td,.product-specs-table-v28 th,.specs-table td,.specs-table th){background:#101d33!important;color:#eaf6ff!important;border-color:rgba(148,163,184,.22)!important;}

/* Product cards and sliders: when card body is intentionally light keep readable dark text, otherwise dark card. */
html[data-marketak-theme="dark"] body :where(.product-card,.product-tile,.home-product-tile-v186,.mini-product,.exclusive-offer-card-v62,.store-product-card){background:linear-gradient(180deg,#111c31,#0b1628)!important;border-color:rgba(96,165,250,.40)!important;color:#f8fbff!important;}
html[data-marketak-theme="dark"] body :where(.product-card,.product-tile,.home-product-tile-v186,.mini-product,.exclusive-offer-card-v62,.store-product-card) :where(h3,h4,b,strong,a){color:#dff1ff!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.product-card,.product-tile,.home-product-tile-v186,.mini-product,.exclusive-offer-card-v62,.store-product-card) :where(p,span,small){color:#b9c8dd!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.product-card .card-body,.product-tile .card-body,.product-card .product-body,.product-tile .product-body,.store-product-card .product-body){background:transparent!important;}
html[data-marketak-theme="dark"] body :where(.product-card .image,.product-card .product-img,.product-card .img-wrap,.product-tile .image,.home-product-tile-v186 .hp-img-v186,.mini-product img){background:#f8fafc!important;}

/* Products filters and store filters */
html[data-marketak-theme="dark"] body :where(.filters-panel,.products-filter-card,.filter-card,.filter-box,.products-sidebar,.filters-sidebar,.store-filter-panel,.store-products-filter,.vendor-store-filter,.store-products-sidebar){
  background:linear-gradient(145deg,#0b1628,#111c31)!important;border:1px solid rgba(148,163,184,.28)!important;color:#f8fbff!important;box-shadow:0 24px 75px rgba(0,0,0,.38)!important;
}
html[data-marketak-theme="dark"] body :where(.filters-panel,.products-filter-card,.filter-card,.filter-box,.products-sidebar,.filters-sidebar,.store-filter-panel,.store-products-filter,.vendor-store-filter,.store-products-sidebar) :where(h1,h2,h3,b,strong,label,summary){color:#fff!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.filters-panel,.products-filter-card,.filter-card,.filter-box,.products-sidebar,.filters-sidebar,.store-filter-panel,.store-products-filter,.vendor-store-filter,.store-products-sidebar) :where(p,span,small){color:#cbd5e1!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.filters-panel,.products-filter-card,.filter-card,.filter-box,.products-sidebar,.filters-sidebar,.store-filter-panel,.store-products-filter,.vendor-store-filter,.store-products-sidebar) :where(input,select,textarea){background:#0a1324!important;color:#f8fbff!important;border-color:rgba(148,163,184,.35)!important;}
html[data-marketak-theme="dark"] body :where(.filter-option,.filter-chip,.filter-row,.sort-option,.category-filter-item){background:rgba(15,23,42,.88)!important;color:#eaf6ff!important;border-color:rgba(148,163,184,.24)!important;}
html[data-marketak-theme="dark"] body :where(.filter-option.active,.filter-chip.active,.sort-option.active,.category-filter-item.active){background:linear-gradient(135deg,#2563eb,#7c3aed)!important;color:#fff!important;}

/* Plans page */
html[data-marketak-theme="dark"] body :where(.plans-page,.plans-v189525-page,.pricing-page){background:#06101d!important;color:#f8fbff!important;}
html[data-marketak-theme="dark"] body :where(.pricing-pro-card,.pricing-card-v189525,.trial-plan-v189525,.vendor-plan-status-card-v189525,.compare-table-card-v189525,.upgrade-card-v189525,.plan-comparison-card,.plan-step-card){
  background:linear-gradient(145deg,#0b1628,#111c31)!important;border:1px solid rgba(148,163,184,.28)!important;color:#f8fbff!important;box-shadow:0 28px 90px rgba(0,0,0,.38)!important;
}
html[data-marketak-theme="dark"] body :where(.pricing-pro-card,.pricing-card-v189525,.trial-plan-v189525,.vendor-plan-status-card-v189525,.compare-table-card-v189525,.upgrade-card-v189525,.plan-comparison-card,.plan-step-card) :where(h1,h2,h3,b,strong,label){color:#fff!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.pricing-pro-card,.pricing-card-v189525,.trial-plan-v189525,.vendor-plan-status-card-v189525,.compare-table-card-v189525,.upgrade-card-v189525,.plan-comparison-card,.plan-step-card) :where(p,span,small,li){color:#d6e4f4!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.plan-price-v1895251,.plan-duration-tile-v1895251,.plan-summary-strip-v1895252 span,.plan-feature-tile,.plan-metric-tile){background:#081225!important;color:#f8fbff!important;border-color:rgba(148,163,184,.28)!important;}
html[data-marketak-theme="dark"] body :where(.plan-price-v1895251,.plan-duration-tile-v1895251,.plan-summary-strip-v1895252 span,.plan-feature-tile,.plan-metric-tile) *{color:inherit!important;opacity:1!important;}
html[data-marketak-theme="dark"] body .plan-duration-tile-v1895251.selected{background:linear-gradient(135deg,rgba(37,99,235,.55),rgba(14,165,233,.26))!important;border-color:rgba(125,211,252,.55)!important;color:#fff!important;}
html[data-marketak-theme="dark"] body :where(.plan-more-box,.plan-features-expanded,.features-popover){background:#0b1628!important;color:#f8fbff!important;border-color:rgba(148,163,184,.30)!important;box-shadow:0 30px 90px rgba(0,0,0,.55)!important;}
html[data-marketak-theme="dark"] body :where(.plan-more-box,.plan-features-expanded,.features-popover) *{color:#eaf6ff!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.compare-table-v189525,.plan-compare-table){background:#0b1628!important;border-color:rgba(148,163,184,.24)!important;}
html[data-marketak-theme="dark"] body :where(.compare-table-v189525 th,.compare-table-v189525 td,.plan-compare-table th,.plan-compare-table td){background:#111c31!important;color:#f8fbff!important;border-color:rgba(148,163,184,.24)!important;}
html[data-marketak-theme="dark"] body :where(.compare-table-v189525 tr:nth-child(even) th,.compare-table-v189525 tr:nth-child(even) td,.plan-compare-table tr:nth-child(even) th,.plan-compare-table tr:nth-child(even) td){background:#17233a!important;}

/* Win / referral page */
html[data-marketak-theme="dark"] body :where(.win-page,.referral-page,.earn-page,.affiliate-page,.win-with-marketak-page){background:#06101d!important;color:#f8fbff!important;}
html[data-marketak-theme="dark"] body :where(.win-page .card,.win-page .panel,.referral-page .card,.referral-page .panel,.earn-page .card,.earn-page .panel,.affiliate-page .card,.affiliate-page .panel,.win-with-marketak-page .card,.win-with-marketak-page .panel,.ref-rule-card,.referral-rule-card,.referral-info-card){
  background:linear-gradient(145deg,#0b1628,#111c31)!important;border:1px solid rgba(148,163,184,.28)!important;color:#f8fbff!important;box-shadow:0 26px 80px rgba(0,0,0,.38)!important;
}
html[data-marketak-theme="dark"] body :where(.win-page,.referral-page,.earn-page,.affiliate-page,.win-with-marketak-page) :where(h1,h2,h3,b,strong,label){color:#fff!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.win-page,.referral-page,.earn-page,.affiliate-page,.win-with-marketak-page) :where(p,span,small,li){color:#d6e4f4!important;opacity:1!important;}

/* Vendor store / independent storefront */
html[data-marketak-theme="dark"] body :where(.vendor-store-page,.storefront-page,.store-home-page,.storefront-hero,.vendor-store-hero,.store-hero,.storefront-tabs-wrap,.storefront-tabs,.store-tabs,.storefront-section,.store-products-panel,.store-category-card,.store-products-list,.store-about-card){
  background:linear-gradient(145deg,#0b1628,#111c31)!important;border-color:rgba(96,165,250,.34)!important;color:#f8fbff!important;
}
html[data-marketak-theme="dark"] body :where(.vendor-store-page,.storefront-page,.store-home-page,.storefront-hero,.vendor-store-hero,.store-hero,.storefront-tabs-wrap,.storefront-tabs,.store-tabs,.storefront-section,.store-products-panel,.store-category-card,.store-products-list,.store-about-card) :where(h1,h2,h3,b,strong,label){color:#fff!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.vendor-store-page,.storefront-page,.store-home-page,.storefront-hero,.vendor-store-hero,.store-hero,.storefront-tabs-wrap,.storefront-tabs,.store-tabs,.storefront-section,.store-products-panel,.store-category-card,.store-products-list,.store-about-card) :where(p,span,small){color:#d6e4f4!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.storefront-tabs a,.storefront-tabs button,.store-tabs a,.store-tabs button,.store-nav-tab){background:#f8fafc!important;color:#0f172a!important;border-color:rgba(148,163,184,.35)!important;}
html[data-marketak-theme="dark"] body :where(.storefront-tabs a.active,.storefront-tabs button.active,.store-tabs a.active,.store-tabs button.active,.store-nav-tab.active){background:linear-gradient(135deg,#2563eb,#7c3aed)!important;color:#fff!important;}

/* Forms and buttons readability */
html[data-marketak-theme="dark"] body :where(input,select,textarea){background:#0a1324;color:#f8fbff;border-color:rgba(148,163,184,.35);}
html[data-marketak-theme="dark"] body :where(input::placeholder,textarea::placeholder){color:#9fb2ca!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where(.btn,.button,button,a.btn,.primary-btn,.cta-btn,.plan-submit-v1895251){font-weight:900!important;}
html[data-marketak-theme="dark"] body :where(.btn:not(.ghost):not(.outline),.primary-btn,.cta-btn,.plan-submit-v1895251,button[type="submit"]){color:#fff!important;}
html[data-marketak-theme="dark"] body :where(.btn.ghost,.btn.outline,.outline-btn,.secondary-btn,.mini-btn,.chip-btn){background:#0f1b2f!important;color:#eaf6ff!important;border-color:rgba(148,163,184,.30)!important;}
html[data-marketak-theme="dark"] body :where(.btn.ghost:hover,.btn.outline:hover,.outline-btn:hover,.secondary-btn:hover,.mini-btn:hover,.chip-btn:hover){background:linear-gradient(135deg,#2563eb,#7c3aed)!important;color:#fff!important;}

/* Light blocks in dark context: keep readable when they must stay light */
html[data-marketak-theme="dark"] body :where(.keep-light,.media-light,.image-light,.product-media,.gallery-stage,.main-media-box,.media-stage-v23) :where(h1,h2,h3,h4,b,strong,p,span,small,label){color:#0f172a!important;opacity:1!important;}
html[data-marketak-theme="dark"] body :where([style*="background:#fff"],[style*="background: #fff"],[style*="background-color:#fff"],[style*="background-color: #fff"],[style*="background:white"],[style*="background: white"]):not(.product-media):not(.gallery-stage):not(.main-media-box):not(.media-stage-v23){background:linear-gradient(145deg,#0b1628,#111c31)!important;color:#f8fbff!important;border-color:rgba(148,163,184,.28)!important;}
html[data-marketak-theme="dark"] body :where([style*="background:#fff"],[style*="background: #fff"],[style*="background-color:#fff"],[style*="background-color: #fff"],[style*="background:white"],[style*="background: white"]):not(.product-media):not(.gallery-stage):not(.main-media-box):not(.media-stage-v23) :where(h1,h2,h3,h4,b,strong,p,span,small,label,li){color:#f8fbff!important;opacity:1!important;}

@media (max-width: 780px){
  .marketak-theme-toggle{width:40px!important;height:40px!important;min-width:40px!important;}
  html[data-marketak-theme="dark"] body :where(.marketak-smart-popup-v1895231,.marketak-smart-popup-v1895182){padding:14px!important;}
  html[data-marketak-theme="dark"] body :where(.marketak-smart-popup-v1895231,.marketak-smart-popup-v1895182) .smart-popup-card{border-radius:24px!important;}
}
