diff --git a/src/styles/pages/local-theme-parity.css b/src/styles/pages/local-theme-parity.css index 4e257ee..b5fda92 100644 --- a/src/styles/pages/local-theme-parity.css +++ b/src/styles/pages/local-theme-parity.css @@ -373,12 +373,12 @@ } /* ── Product set count stepper: align with local light theme ── */ -.product-clone-page[data-tool="clone"] .clone-ai-count-stepper { - border-color: var(--border-subtle); - background: var(--bg-inset); - color: var(--fg-body); +html body #root .ecommerce-standalone .product-clone-page[data-tool="clone"] .clone-ai-count-stepper { + border-color: var(--border-subtle) !important; + background: var(--bg-inset) !important; + color: var(--fg-body) !important; } -.product-clone-page[data-tool="clone"] .clone-ai-count-stepper b { - color: var(--fg-body); +html body #root .ecommerce-standalone .product-clone-page[data-tool="clone"] .clone-ai-count-stepper b { + color: var(--fg-body) !important; }