/** Shopify CDN: Minification failed

Line 691:24 Unexpected "-"
Line 1424:24 Unexpected "-"

**/
/* ============================================================
   RYDIQO® DARK MODE — PURE BLACK (A)
   Generated from full theme export 13 JUN 2026.
   OLED black surfaces · neutral charcoal cards · brand green
   reserved for CTAs, prices and trust signals.
   Replace the ENTIRE contents of Assets/rydiqo-dark.css.
   Pairs with the init script in theme.liquid.
   ============================================================ */

html.rdq-dark {
  --rdq-darkbg: #0A0A0A;     /* page background — true black */
  --rdq-surface: #161616;    /* cards / panels */
  --rdq-surface-2: #1F1F1F;  /* inset fields / image letterbox */
  --rdq-dborder: #2A2A2A;    /* hairline borders */
  --rdq-text: #F4F4F5;       /* body text (soft white, no halation) */
  --rdq-subtxt: #9CA3AF;     /* muted / secondary text */
  --rdq-mint: #34D399;       /* accent: links, free-delivery, trust */
  --rdq-field: #141414;      /* search / input fill */
  color-scheme: dark;
}

/* ---------- Dawn colour scheme variables ---------- */
html.rdq-dark [class*="color-scheme"],
html.rdq-dark .color-background-1,
html.rdq-dark .color-background-2,
html.rdq-dark .color-inverse {
  --color-background: 10, 10, 10;
  --color-foreground: 244, 244, 245;
  --color-button: 28, 161, 113;
  --color-button-text: 255, 255, 255;
  --color-secondary-button: 31, 31, 31;
  --color-secondary-button-text: 244, 244, 245;
  --color-link: 52, 211, 153;
  --color-badge-background: 22, 22, 22;
  --color-badge-border: 42, 42, 42;
  --color-shadow: 0, 0, 0;
  --gradient-background: #0A0A0A;
  background-color: var(--rdq-darkbg);
  color: var(--rdq-text);
}

/* ---------- page shell ---------- */
html.rdq-dark,
html.rdq-dark body,
html.rdq-dark main,
html.rdq-dark #MainContent,
html.rdq-dark .shopify-section {
  background-color: var(--rdq-darkbg) !important;
  color: var(--rdq-text);
}
html.rdq-dark a { color: var(--rdq-mint); }
html.rdq-dark hr { border-color: var(--rdq-dborder); }
html.rdq-dark input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="search"]),
html.rdq-dark select,
html.rdq-dark textarea {
  background-color: var(--rdq-surface-2) !important;
  color: var(--rdq-text) !important;
  border-color: var(--rdq-dborder) !important;
}
html.rdq-dark input::placeholder,
html.rdq-dark textarea::placeholder { color: var(--rdq-subtxt) !important; }

/* ---------- header / footer / announcement ---------- */
html.rdq-dark #shopify-section-header,
html.rdq-dark [id^="shopify-section"][id*="eader"],
html.rdq-dark .shopify-section-group-header-group,
html.rdq-dark .header-wrapper,
html.rdq-dark header.header,
html.rdq-dark .header,
html.rdq-dark sticky-header {
  background-color: var(--rdq-darkbg) !important;
  color: var(--rdq-text) !important;
  border-bottom-color: var(--rdq-dborder) !important;
}
html.rdq-dark .header a,
html.rdq-dark .header__menu-item,
html.rdq-dark .header__heading-link { color: var(--rdq-text) !important; }
html.rdq-dark .header svg { color: var(--rdq-text) !important; }
html.rdq-dark .menu-drawer,
html.rdq-dark .menu-drawer__inner-container,
html.rdq-dark .header__submenu,
html.rdq-dark .mega-menu__content {
  background-color: var(--rdq-surface) !important;
  color: var(--rdq-text) !important;
}
html.rdq-dark .header [class*="fade"]::before,
html.rdq-dark .header [class*="fade"]::after,
html.rdq-dark .header [class*="scroll"]::before,
html.rdq-dark .header [class*="scroll"]::after {
  background: linear-gradient(90deg, var(--rdq-darkbg), transparent) !important;
}
html.rdq-dark .announcement-bar,
html.rdq-dark .announcement-bar__message {
  background-color: #1CA171 !important;
  color: #fff !important;
}
html.rdq-dark #shopify-section-footer,
html.rdq-dark .shopify-section-group-footer-group,
html.rdq-dark .footer,
html.rdq-dark footer.footer {
  background-color: var(--rdq-surface) !important;
  color: var(--rdq-text) !important;
  border-top-color: var(--rdq-dborder) !important;
}

/* ---------- product photo tiles: kept white DELIBERATELY,
     full-bleed so they read as photos, not boxes ---------- */
html.rdq-dark .ryd-card,
html.rdq-dark .rpx-rcard { overflow: hidden; }
html.rdq-dark .ryd-card__img-wrap,
html.rdq-dark .rpx-rcard__img-wrap {
  background: var(--rdq-surface-2) !important;
  margin: 0 !important;
  border-radius: 14px 14px 0 0 !important;
}
html.rdq-dark .ryd-card__img-wrap img,
html.rdq-dark .rpx-rcard__img-wrap img {
  display: block; width: 100%;
  border-radius: 14px 14px 0 0;
  filter: none;
}

/* ---------- sweeper fix-classes (init script safety net) ---------- */
html.rdq-dark .rdq-fix-bg      { background-color: var(--rdq-surface) !important; background-image: none !important; }
html.rdq-dark .rdq-fix-bg-page { background-color: var(--rdq-darkbg) !important; background-image: none !important; }
html.rdq-dark .rdq-fix-text    { color: var(--rdq-text) !important; }
html.rdq-dark .rdq-fix-border  { border-color: var(--rdq-dborder) !important; }
html.rdq-dark .rdq-fix-fade {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0A0A0A 80%) !important;
}

/* ---------- toggle button (header icon variant) ---------- */
.rdq-mode-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .12); background: transparent;
  cursor: pointer; font-size: 17px; line-height: 1; padding: 0;
  transition: border-color .15s;
}
.rdq-mode-toggle:hover { border-color: #1CA171; }
html.rdq-dark .rdq-mode-toggle { border-color: var(--rdq-dborder); color: var(--rdq-text); }
.rdq-mode-toggle .ic-sun { display: none; }
html.rdq-dark .rdq-mode-toggle .ic-sun { display: inline; }
html.rdq-dark .rdq-mode-toggle .ic-moon { display: none; }

/* ---------- footer dark-mode toggle (text + switch) ---------- */
.rdq-footer-toggle {
  display: inline-flex; align-items: center; gap: 9px;
  background: none; border: none; cursor: pointer;
  font-family: inherit; font-size: 13px; font-weight: 600;
  color: inherit; padding: 6px 0;
}
.rdq-footer-toggle .rdq-switch {
  display: inline-block;
  box-sizing: border-box;
  width: 38px; height: 22px; border-radius: 999px;
  background: rgba(120,120,120,.4); position: relative; transition: background .18s;
  flex-shrink: 0;
}
.rdq-footer-toggle .rdq-switch::after {
  content: ""; position: absolute; top: 2px; left: 2px;
  width: 18px; height: 18px; border-radius: 50%;
  background: #fff; transition: transform .18s;
}
html.rdq-dark .rdq-footer-toggle .rdq-switch { background: #1CA171; }
html.rdq-dark .rdq-footer-toggle .rdq-switch::after { transform: translateX(16px); }
.rdq-footer-toggle .rdq-tog-on { display: none; }
html.rdq-dark .rdq-footer-toggle .rdq-tog-on { display: inline; }
html.rdq-dark .rdq-footer-toggle .rdq-tog-off { display: none; }


/* ============================================================
   T. TOKEN REMAP — every light design token found in the theme
   (40 tokens, harvested from the actual files)
   ============================================================ */
html.rdq-dark, html.rdq-dark * {
  --bg: var(--rdq-darkbg);
  --bg-alt: var(--rdq-surface);
  --g-soft: rgba(52,211,153,.10);
  --g-softer: rgba(52,211,153,.10);
  --ink: var(--rdq-text);
  --ink-2: var(--rdq-subtxt);
  --ink-3: var(--rdq-subtxt);
  --line: var(--rdq-dborder);
  --line-2: var(--rdq-dborder);
  --mute: var(--rdq-subtxt);
  --pf-border-color: var(--rdq-dborder);
  --rdq-bg: var(--rdq-darkbg);
  --rdq-bg-alt: var(--rdq-surface);
  --rdq-g-soft: rgba(52,211,153,.10);
  --rdq-ink: var(--rdq-text);
  --rdq-ink-2: var(--rdq-subtxt);
  --rdq-ink-3: var(--rdq-subtxt);
  --rdq-line: var(--rdq-dborder);
  --rdq-line-2: var(--rdq-dborder);
  --rdq-red-soft: rgba(239,68,68,.15);
  --rdq-soft: rgba(52,211,153,.10);
  --ryd-bg: var(--rdq-darkbg);
  --ryd-border: var(--rdq-dborder);
  --ryd-border-strong: var(--rdq-dborder);
  --ryd-card: var(--rdq-surface);
  --ryd-cost-bg: var(--rdq-darkbg);
  --ryd-info-bg: var(--rdq-surface);
  --ryd-ink: var(--rdq-text);
  --ryd-ink-2: var(--rdq-text);
  --ryd-muted: var(--rdq-subtxt);
  --ryd-muted-2: var(--rdq-surface);
  --ryd-purple-bg: rgba(139,92,246,.18);
  --ryd-save-bg: rgba(52,211,153,.10);
  --rydiqo-bg: var(--rdq-darkbg);
  --rydiqo-border: var(--rdq-dborder);
  --rydiqo-green-light: rgba(52,211,153,.10);
  --rydiqo-muted: var(--rdq-subtxt);
  --rydiqo-text: var(--rdq-text);
  --save-bg: rgba(52,211,153,.10);
  --warn-bg: rgba(245,158,11,.15);
}

/* ============================================================
   G. GENERATED 1:1 OVERRIDES — every light background, gradient,
   dark text colour, light border and pale shadow found in the
   theme's 164 liquid files, including PageFly .pf-* classes.
   ============================================================ */
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-570_ [data-pf-type="Accordion3.Header"],
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1121_ [data-pf-type="Accordion3.Header"],
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-817_ [data-pf-type="Accordion3.Header"],
html.rdq-dark .bjcKoj .pf-slider-next:after,
html.rdq-dark .bjcKoj .pf-slider-next:before,
html.rdq-dark .bjcKoj .pf-slider-prev:after,
html.rdq-dark .bjcKoj .pf-slider-prev:before,
html.rdq-dark .bupfac,
html.rdq-dark .bzDcOi .pf-mask span,
html.rdq-dark .dPTtHA .pf-ar-btn,
html.rdq-dark .fczRBG .pf-slider-next:after,
html.rdq-dark .fczRBG .pf-slider-next:before { background-image: none !important; }
html.rdq-dark .fczRBG .pf-slider-prev:after,
html.rdq-dark .fczRBG .pf-slider-prev:before,
html.rdq-dark .fyYau .pf-slider-next:after,
html.rdq-dark .fyYau .pf-slider-next:before,
html.rdq-dark .fyYau .pf-slider-prev:after,
html.rdq-dark .fyYau .pf-slider-prev:before,
html.rdq-dark .gYomGK .pf-slider-next:after,
html.rdq-dark .gYomGK .pf-slider-next:before,
html.rdq-dark .gYomGK .pf-slider-prev:after,
html.rdq-dark .gYomGK .pf-slider-prev:before,
html.rdq-dark .gkfuMj input,
html.rdq-dark .gkfuMj select { background-image: none !important; }
html.rdq-dark .iGJpXY .pf-slider-next:after,
html.rdq-dark .iGJpXY .pf-slider-next:before,
html.rdq-dark .iGJpXY .pf-slider-prev:after,
html.rdq-dark .iGJpXY .pf-slider-prev:before,
html.rdq-dark .ikxmsz .pf-slider-next:after,
html.rdq-dark .ikxmsz .pf-slider-next:before,
html.rdq-dark .ikxmsz .pf-slider-prev:after,
html.rdq-dark .ikxmsz .pf-slider-prev:before,
html.rdq-dark .kWlXom .pf-slider-next:after,
html.rdq-dark .kWlXom .pf-slider-next:before,
html.rdq-dark .kWlXom .pf-slider-prev:after,
html.rdq-dark .kWlXom .pf-slider-prev:before { background-image: none !important; }
html.rdq-dark .rdq-404,
html.rdq-dark .rdq-404 .rdq-btn-outline,
html.rdq-dark .rdq-404 .rdq-btn-outline-dark,
html.rdq-dark .rdq-404 .rdq-btn-outline:hover,
html.rdq-dark .rdq-404 .rdq-btn-white,
html.rdq-dark .rdq-404 .rdq-btn-white:hover,
html.rdq-dark .rdq-404 a.rdq-btn-outline,
html.rdq-dark .rdq-404 a.rdq-btn-outline-dark,
html.rdq-dark .rdq-404 a.rdq-btn-white,
html.rdq-dark .rdq-about,
html.rdq-dark .rdq-about .rdq-btn-outline,
html.rdq-dark .rdq-about .rdq-btn-outline-dark { background-image: none !important; }
html.rdq-dark .rdq-about .rdq-btn-outline:hover,
html.rdq-dark .rdq-about .rdq-card,
html.rdq-dark .rdq-about .rdq-story,
html.rdq-dark .rdq-about a.rdq-btn-outline,
html.rdq-dark .rdq-about a.rdq-btn-outline-dark,
html.rdq-dark .rdq-about a.rdq-btn-outline:hover,
html.rdq-dark .rdq-about a.rdq-card,
html.rdq-dark .rdq-about a.rdq-story,
html.rdq-dark .rdq-acc-item,
html.rdq-dark .rdq-acc-item summary:hover,
html.rdq-dark .rdq-article,
html.rdq-dark .rdq-article .rdq-btn-outline-dark { background-image: none !important; }
html.rdq-dark .rdq-article .rdq-btn-white,
html.rdq-dark .rdq-article .rdq-btn-white:hover,
html.rdq-dark .rdq-article .rpx-rcard__img-wrap,
html.rdq-dark .rdq-article .rpx-rcard__location,
html.rdq-dark .rdq-article .rpx-related-browse,
html.rdq-dark .rdq-article .rpx-related-browse:hover,
html.rdq-dark .rdq-article a.rdq-btn-outline-dark,
html.rdq-dark .rdq-article a.rdq-btn-white,
html.rdq-dark .rdq-article-card,
html.rdq-dark .rdq-articles-section,
html.rdq-dark .rdq-badge-lose,
html.rdq-dark .rdq-benefit { background-image: none !important; }
html.rdq-dark .rdq-biz,
html.rdq-dark .rdq-biz .rdq-btn-outline,
html.rdq-dark .rdq-biz .rdq-btn-outline:hover,
html.rdq-dark .rdq-biz .rdq-btn-white,
html.rdq-dark .rdq-biz .rdq-btn-white:hover,
html.rdq-dark .rdq-biz .rdq-fee-card,
html.rdq-dark .rdq-biz .rdq-help-card,
html.rdq-dark .rdq-biz .rdq-story-feature,
html.rdq-dark .rdq-biz a.rdq-btn-outline,
html.rdq-dark .rdq-biz a.rdq-btn-white,
html.rdq-dark .rdq-biz a.rdq-fee-card,
html.rdq-dark .rdq-biz a.rdq-help-card { background-image: none !important; }
html.rdq-dark .rdq-biz a.rdq-story-feature,
html.rdq-dark .rdq-bl,
html.rdq-dark .rdq-bl .rdq-btn-outline,
html.rdq-dark .rdq-bl .rdq-btn-outline-dark,
html.rdq-dark .rdq-bl .rdq-btn-outline:hover,
html.rdq-dark .rdq-bl .rdq-btn-white,
html.rdq-dark .rdq-bl .rdq-btn-white:hover,
html.rdq-dark .rdq-bl a.rdq-btn-outline,
html.rdq-dark .rdq-bl a.rdq-btn-outline-dark,
html.rdq-dark .rdq-bl a.rdq-btn-white,
html.rdq-dark .rdq-boost,
html.rdq-dark .rdq-bp { background-image: none !important; }
html.rdq-dark .rdq-bp .rdq-btn-outline,
html.rdq-dark .rdq-bp .rdq-btn-outline-dark,
html.rdq-dark .rdq-bp .rdq-btn-outline:hover,
html.rdq-dark .rdq-bp .rdq-btn-white,
html.rdq-dark .rdq-bp .rdq-btn-white:hover,
html.rdq-dark .rdq-bp a.rdq-btn-outline,
html.rdq-dark .rdq-bp a.rdq-btn-outline-dark,
html.rdq-dark .rdq-bp a.rdq-btn-white,
html.rdq-dark .rdq-calc,
html.rdq-dark .rdq-calc-input-wrap,
html.rdq-dark .rdq-calc-input-wrap:focus-within,
html.rdq-dark .rdq-calc-results { background-image: none !important; }
html.rdq-dark .rdq-calc-slider::-moz-range-thumb,
html.rdq-dark .rdq-calc-slider::-webkit-slider-thumb,
html.rdq-dark .rdq-callout,
html.rdq-dark .rdq-callout-box,
html.rdq-dark .rdq-card,
html.rdq-dark .rdq-card-media,
html.rdq-dark .rdq-card-tag,
html.rdq-dark .rdq-cat-card,
html.rdq-dark .rdq-channel-pill::before,
html.rdq-dark .rdq-chip,
html.rdq-dark .rdq-chip-free,
html.rdq-dark .rdq-chip-muted { background-image: none !important; }
html.rdq-dark .rdq-cl,
html.rdq-dark .rdq-cl .rdq-cl-btn-outline-dark,
html.rdq-dark .rdq-cl .rdq-cl-btn-white,
html.rdq-dark .rdq-cl .rdq-cl-pg-btn,
html.rdq-dark .rdq-cl a.rdq-cl-btn-outline-dark,
html.rdq-dark .rdq-cl a.rdq-cl-btn-white,
html.rdq-dark .rdq-cl-card,
html.rdq-dark .rdq-cl-search,
html.rdq-dark .rdq-cl-sticky,
html.rdq-dark .rdq-cl-trust-item,
html.rdq-dark .rdq-compare,
html.rdq-dark .rdq-compare-col { background-image: none !important; }
html.rdq-dark .rdq-compare-head,
html.rdq-dark .rdq-confirm-note,
html.rdq-dark .rdq-confirm-step,
html.rdq-dark .rdq-contact,
html.rdq-dark .rdq-contact .rdq-btn-outline,
html.rdq-dark .rdq-contact .rdq-btn-outline-dark,
html.rdq-dark .rdq-contact .rdq-btn-outline:hover,
html.rdq-dark .rdq-contact .rdq-channel,
html.rdq-dark .rdq-contact a.rdq-btn-outline,
html.rdq-dark .rdq-contact a.rdq-btn-outline-dark,
html.rdq-dark .rdq-contact a.rdq-channel,
html.rdq-dark .rdq-contact button.rdq-channel { background-image: none !important; }
html.rdq-dark .rdq-cross,
html.rdq-dark .rdq-detail,
html.rdq-dark .rdq-email-app,
html.rdq-dark .rdq-email-app:hover,
html.rdq-dark .rdq-email-modal-sheet,
html.rdq-dark .rdq-empty,
html.rdq-dark .rdq-ew,
html.rdq-dark .rdq-ew .rdq-btn-outline,
html.rdq-dark .rdq-ew .rdq-btn-outline-dark,
html.rdq-dark .rdq-ew .rdq-btn-outline:hover,
html.rdq-dark .rdq-ew .rdq-btn-white,
html.rdq-dark .rdq-ew .rdq-btn-white:hover { background-image: none !important; }
html.rdq-dark .rdq-ew a.rdq-btn-outline,
html.rdq-dark .rdq-ew a.rdq-btn-outline-dark,
html.rdq-dark .rdq-ew a.rdq-btn-white,
html.rdq-dark .rdq-faq details,
html.rdq-dark .rdq-faq-item,
html.rdq-dark .rdq-faq-item summary:hover,
html.rdq-dark .rdq-fee,
html.rdq-dark .rdq-fee-best,
html.rdq-dark .rdq-fee-promo,
html.rdq-dark .rdq-fees,
html.rdq-dark .rdq-fees .rdq-btn-outline,
html.rdq-dark .rdq-fees .rdq-btn-outline:hover { background-image: none !important; }
html.rdq-dark .rdq-fees .rdq-btn-white,
html.rdq-dark .rdq-fees .rdq-btn-white:hover,
html.rdq-dark .rdq-fees a.rdq-btn-outline,
html.rdq-dark .rdq-fees a.rdq-btn-white,
html.rdq-dark .rdq-fees-table,
html.rdq-dark .rdq-flow li,
html.rdq-dark .rdq-form-card,
html.rdq-dark .rdq-form-error,
html.rdq-dark .rdq-form-input,
html.rdq-dark .rdq-form-wrap,
html.rdq-dark .rdq-guide,
html.rdq-dark .rdq-guide .rdq-btn-outline-dark { background-image: none !important; }
html.rdq-dark .rdq-guide .rdq-btn-white,
html.rdq-dark .rdq-guide .rdq-btn-white:hover,
html.rdq-dark .rdq-guide a.rdq-btn-outline-dark,
html.rdq-dark .rdq-guide a.rdq-btn-white,
html.rdq-dark .rdq-guide-input,
html.rdq-dark .rdq-help,
html.rdq-dark .rdq-help .rdq-btn-outline-dark,
html.rdq-dark .rdq-help .rdq-btn-white,
html.rdq-dark .rdq-help .rdq-btn-white:hover,
html.rdq-dark .rdq-help a.rdq-btn-outline-dark,
html.rdq-dark .rdq-help a.rdq-btn-white,
html.rdq-dark .rdq-hold { background-image: none !important; }
html.rdq-dark .rdq-iframe-wrap,
html.rdq-dark .rdq-inside-card,
html.rdq-dark .rdq-insider,
html.rdq-dark .rdq-insider .rdq-btn-outline-dark,
html.rdq-dark .rdq-insider .rdq-btn-white,
html.rdq-dark .rdq-insider .rdq-btn-white:hover,
html.rdq-dark .rdq-insider .rpx-rcard__img-wrap,
html.rdq-dark .rdq-insider .rpx-rcard__location,
html.rdq-dark .rdq-insider .rpx-related-browse,
html.rdq-dark .rdq-insider .rpx-related-browse:hover,
html.rdq-dark .rdq-insider a.rdq-btn-outline-dark,
html.rdq-dark .rdq-insider a.rdq-btn-white { background-image: none !important; }
html.rdq-dark .rdq-lead,
html.rdq-dark .rdq-msg,
html.rdq-dark .rdq-msg-app-card,
html.rdq-dark .rdq-msg-app-slot,
html.rdq-dark .rdq-msg-embed-section,
html.rdq-dark .rdq-msg-footer-cta,
html.rdq-dark .rdq-msg-helper,
html.rdq-dark .rdq-msg-sticky,
html.rdq-dark .rdq-msg-trust,
html.rdq-dark .rdq-msg-trust-icon,
html.rdq-dark .rdq-nad,
html.rdq-dark .rdq-newsletter-band { background-image: none !important; }
html.rdq-dark .rdq-newsletter-form input[type=email],
html.rdq-dark .rdq-no-results-inner,
html.rdq-dark .rdq-note-green,
html.rdq-dark .rdq-path,
html.rdq-dark .rdq-pay,
html.rdq-dark .rdq-pay .rdq-btn-outline,
html.rdq-dark .rdq-pay .rdq-btn-outline:hover,
html.rdq-dark .rdq-pay .rdq-btn-white,
html.rdq-dark .rdq-pay .rdq-btn-white:hover,
html.rdq-dark .rdq-pay a.rdq-btn-outline,
html.rdq-dark .rdq-pay a.rdq-btn-white,
html.rdq-dark .rdq-pillar { background-image: none !important; }
html.rdq-dark .rdq-pillars li,
html.rdq-dark .rdq-plan,
html.rdq-dark .rdq-plans-note,
html.rdq-dark .rdq-points li,
html.rdq-dark .rdq-pol,
html.rdq-dark .rdq-pol .rdq-btn-outline,
html.rdq-dark .rdq-pol .rdq-btn-outline-dark,
html.rdq-dark .rdq-pol .rdq-btn-outline:hover,
html.rdq-dark .rdq-pol .rdq-btn-white,
html.rdq-dark .rdq-pol .rdq-btn-white:hover,
html.rdq-dark .rdq-pol .rdq-cross-item,
html.rdq-dark .rdq-pol a.rdq-btn-outline { background-image: none !important; }
html.rdq-dark .rdq-pol a.rdq-btn-outline-dark,
html.rdq-dark .rdq-pol a.rdq-btn-white,
html.rdq-dark .rdq-pol a.rdq-cross-item,
html.rdq-dark .rdq-price-table,
html.rdq-dark .rdq-price-table tbody tr:nth-child(even),
html.rdq-dark .rdq-promo-dot,
html.rdq-dark .rdq-promo-pulse,
html.rdq-dark .rdq-proof-quote,
html.rdq-dark .rdq-prose blockquote,
html.rdq-dark .rdq-pwd .rdq-pwd-error,
html.rdq-dark .rdq-pwd .rdq-pwd-input,
html.rdq-dark .rdq-pwd .rdq-pwd-modal-content { background-image: none !important; }
html.rdq-dark .rdq-pwd-card,
html.rdq-dark .rdq-pwd-mk-item,
html.rdq-dark .rdq-related-card,
html.rdq-dark .rdq-safe,
html.rdq-dark .rdq-safe-note,
html.rdq-dark .rdq-saving,
html.rdq-dark .rdq-saving-diff,
html.rdq-dark .rdq-search-input,
html.rdq-dark .rdq-section,
html.rdq-dark .rdq-sell,
html.rdq-dark .rdq-sell .rdq-btn-white,
html.rdq-dark .rdq-sell .rdq-btn-white:hover { background-image: none !important; }
html.rdq-dark .rdq-sell .rdq-pillar,
html.rdq-dark .rdq-sell a.rdq-btn-white,
html.rdq-dark .rdq-sell a.rdq-btn-white:hover,
html.rdq-dark .rdq-sell a.rdq-pillar,
html.rdq-dark .rdq-ship,
html.rdq-dark .rdq-ship .rdq-btn-outline,
html.rdq-dark .rdq-ship .rdq-btn-outline-dark,
html.rdq-dark .rdq-ship .rdq-btn-outline:hover,
html.rdq-dark .rdq-ship a.rdq-btn-outline,
html.rdq-dark .rdq-ship a.rdq-btn-outline-dark,
html.rdq-dark .rdq-signup,
html.rdq-dark .rdq-signup .rdq-btn-outline-dark { background-image: none !important; }
html.rdq-dark .rdq-signup a.rdq-btn-outline-dark,
html.rdq-dark .rdq-signup-iframe,
html.rdq-dark .rdq-sp,
html.rdq-dark .rdq-sp .rdq-btn-outline,
html.rdq-dark .rdq-sp .rdq-btn-outline-dark,
html.rdq-dark .rdq-sp .rdq-btn-outline:hover,
html.rdq-dark .rdq-sp .rdq-btn-white,
html.rdq-dark .rdq-sp .rdq-btn-white:hover,
html.rdq-dark .rdq-sp a.rdq-btn-outline,
html.rdq-dark .rdq-sp a.rdq-btn-outline-dark,
html.rdq-dark .rdq-sp a.rdq-btn-white,
html.rdq-dark .rdq-stat { background-image: none !important; }
html.rdq-dark .rdq-step,
html.rdq-dark .rdq-steps li,
html.rdq-dark .rdq-sticky-cta,
html.rdq-dark .rdq-stories,
html.rdq-dark .rdq-stories .rdq-btn-outline,
html.rdq-dark .rdq-stories .rdq-btn-outline-dark,
html.rdq-dark .rdq-stories .rdq-btn-outline:hover,
html.rdq-dark .rdq-stories .rdq-btn-white,
html.rdq-dark .rdq-stories .rdq-btn-white:hover,
html.rdq-dark .rdq-stories a.rdq-btn-outline,
html.rdq-dark .rdq-stories a.rdq-btn-outline-dark,
html.rdq-dark .rdq-stories a.rdq-btn-white { background-image: none !important; }
html.rdq-dark .rdq-story-media,
html.rdq-dark .rdq-suggest-chip,
html.rdq-dark .rdq-summary,
html.rdq-dark .rdq-table tbody tr:nth-child(even) td,
html.rdq-dark .rdq-table-wrap,
html.rdq-dark .rdq-testimonial,
html.rdq-dark .rdq-tier,
html.rdq-dark .rdq-tier-table,
html.rdq-dark .rdq-timeline li,
html.rdq-dark .rdq-tl-tag,
html.rdq-dark .rdq-tool,
html.rdq-dark .rdq-trust-card { background-image: none !important; }
html.rdq-dark .rdq-type,
html.rdq-dark .rdq-type-chip,
html.rdq-dark .rdq-type-chip-soft,
html.rdq-dark .rdq-type-payout,
html.rdq-dark .rpx-bp-btn,
html.rdq-dark .rpx-buy,
html.rdq-dark .rpx-cta-secondary,
html.rdq-dark .rpx-cta-secondary.is-incart,
html.rdq-dark .rpx-cta-secondary:disabled,
html.rdq-dark .rpx-dots,
html.rdq-dark .rpx-faq details,
html.rdq-dark .rpx-main { background-image: none !important; }
html.rdq-dark .rpx-main-img,
html.rdq-dark .rpx-mbar,
html.rdq-dark .rpx-mseller,
html.rdq-dark .rpx-mseller__avatar--img,
html.rdq-dark .rpx-nav,
html.rdq-dark .rpx-nav:hover,
html.rdq-dark .rpx-pay-icon,
html.rdq-dark .rpx-qty,
html.rdq-dark .rpx-qty button,
html.rdq-dark .rpx-rcard__img-wrap,
html.rdq-dark .rpx-related-browse,
html.rdq-dark .rpx-sell-pill { background-image: none !important; }
html.rdq-dark .rpx-seller-pill.marketplace,
html.rdq-dark .rpx-slide img,
html.rdq-dark .rpx-social,
html.rdq-dark .rpx-sp-link,
html.rdq-dark .rpx-sp-quote,
html.rdq-dark .rpx-sp-stat,
html.rdq-dark .rpx-tp-card,
html.rdq-dark .rpx-var-opt,
html.rdq-dark .ryd-card,
html.rdq-dark .ryd-card__img-placeholder,
html.rdq-dark .ryd-card__img-wrap,
html.rdq-dark .ryd-card__location { background-image: none !important; }
html.rdq-dark .ryd-chip--cost,
html.rdq-dark .ryd-chip--free,
html.rdq-dark .ryd-chip--method,
html.rdq-dark .ryd-chip--rydiqo-free,
html.rdq-dark .ryd-chip-merged--free .ryd-chip-merged__cost,
html.rdq-dark .ryd-chip-merged--seller .ryd-chip-merged__cost,
html.rdq-dark .ryd-chip-merged__cost,
html.rdq-dark .ryd-collect-modal__box,
html.rdq-dark .ryd-collect-modal__location,
html.rdq-dark .ryd-continue,
html.rdq-dark .ryd-continue:hover,
html.rdq-dark .ryd-delivery-toggle { background-image: none !important; }
html.rdq-dark .ryd-delivery-toggle__free,
html.rdq-dark .ryd-delivery-toggle__opt,
html.rdq-dark .ryd-delivery-toggle__opt:not(.is-active):hover,
html.rdq-dark .ryd-discount__input,
html.rdq-dark .ryd-group .cart-item__image-container,
html.rdq-dark .ryd-group .quantity.cart-quantity,
html.rdq-dark .ryd-group .quantity__button[data-ryd-at-max="1"],
html.rdq-dark .ryd-group .quantity__button[data-ryd-at-max="1"]:hover,
html.rdq-dark .ryd-group cart-remove-button .button,
html.rdq-dark .ryd-group cart-remove-button .button:hover,
html.rdq-dark .ryd-group__avatar--logo,
html.rdq-dark .ryd-group__head { background-image: none !important; }
html.rdq-dark .ryd-group__head--premium .ryd-group__avatar--logo,
html.rdq-dark .ryd-m-slider__label,
html.rdq-dark .ryd-m-slider__range::-moz-range-thumb,
html.rdq-dark .ryd-m-slider__range::-webkit-slider-thumb,
html.rdq-dark .ryd-m-slider__track,
html.rdq-dark .ryd-mobile-bar,
html.rdq-dark .ryd-mobile-bar__filter-btn,
html.rdq-dark .ryd-mobile-bar__filter-btn:hover,
html.rdq-dark .ryd-mobile-bar__sort,
html.rdq-dark .ryd-mobile-bar__sort:hover,
html.rdq-dark .ryd-mobile-panel,
html.rdq-dark .ryd-pay-icon { background-image: none !important; }
html.rdq-dark .ryd-price-slider__input::-moz-range-thumb,
html.rdq-dark .ryd-price-slider__input::-webkit-slider-thumb,
html.rdq-dark .ryd-price-slider__input:active::-webkit-slider-thumb,
html.rdq-dark .ryd-price-slider__label,
html.rdq-dark .ryd-price-slider__track,
html.rdq-dark .ryd-rec__add,
html.rdq-dark .ryd-rec__card,
html.rdq-dark .ryd-rec__media,
html.rdq-dark .ryd-seller-cta,
html.rdq-dark .ryd-sort__select,
html.rdq-dark .ryd-sort__select option,
html.rdq-dark .ryd-sort__select:hover { background-image: none !important; }
html.rdq-dark .ryd-stock-warn,
html.rdq-dark .ryd-stock-warn.is-pulse,
html.rdq-dark .ryd-zero,
html.rdq-dark .ryd-zero__btn-secondary,
html.rdq-dark .ryd-zero__cat,
html.rdq-dark .ryd-zero__cat:hover,
html.rdq-dark .ryd-zero__icon,
html.rdq-dark .ryd-zero__prod-img,
html.rdq-dark .rydiqo-ac,
html.rdq-dark .rydiqo-ac::-webkit-scrollbar-thumb,
html.rdq-dark .rydiqo-ac__badge--sale,
html.rdq-dark .rydiqo-ac__badge--seller { background-image: none !important; }
html.rdq-dark .rydiqo-ac__chip,
html.rdq-dark .rydiqo-ac__foot,
html.rdq-dark .rydiqo-ac__footrow.is-active,
html.rdq-dark .rydiqo-ac__footrow:hover,
html.rdq-dark .rydiqo-ac__qicon,
html.rdq-dark .rydiqo-ac__remove:hover,
html.rdq-dark .rydiqo-ac__row.is-active,
html.rdq-dark .rydiqo-ac__row:hover,
html.rdq-dark .rydiqo-ac__skel-line,
html.rdq-dark .rydiqo-ac__skelbox,
html.rdq-dark .rydiqo-ac__thumb,
html.rdq-dark .rydiqo-cat-dropdown { background-image: none !important; }
html.rdq-dark .rydiqo-desktop-promo__cta,
html.rdq-dark .rydiqo-footer__cta--white,
html.rdq-dark .rydiqo-footer__side--buyer,
html.rdq-dark .rydiqo-footer__trust-check,
html.rdq-dark .rydiqo-locale__menu,
html.rdq-dark .rydiqo-locale__opt:hover,
html.rdq-dark .rydiqo-locale__panel,
html.rdq-dark .rydiqo-mainbar,
html.rdq-dark .rydiqo-mobile-navbar,
html.rdq-dark .rydiqo-mobile-pill,
html.rdq-dark .rydiqo-mobile-promo__cta,
html.rdq-dark .rydiqo-mobile-searchrow { background-image: none !important; }
html.rdq-dark .rydiqo-mobile-searchrow .rydiqo-search__left,
html.rdq-dark .rydiqo-mobile-toprow,
html.rdq-dark .rydiqo-navbar,
html.rdq-dark .rydiqo-search__divider,
html.rdq-dark .rydiqo-search__left,
html.rdq-dark .rydiqo-snav,
html.rdq-dark .rydiqo-snav-arrow__icon,
html.rdq-dark .rydiqo-topbar,
html.rdq-dark .ryh10,
html.rdq-dark .ryh10 .bottom-nav,
html.rdq-dark .ryh10 .brand-tile,
html.rdq-dark .ryh10 .cat { background-image: none !important; }
html.rdq-dark .ryh10 .final-btn.primary,
html.rdq-dark .ryh10 .hb-btn.primary,
html.rdq-dark .ryh10 .hiw-step,
html.rdq-dark .ryh10 .ins-browse,
html.rdq-dark .ryh10 .ins-card,
html.rdq-dark .ryh10 .ins-card__tag,
html.rdq-dark .ryh10 .rhero.v-a .rhero-chip:hover,
html.rdq-dark .ryh10 .rhero.v-a .rhero-sbadge,
html.rdq-dark .ryh10 .rhero.v-a .rhero-search,
html.rdq-dark .ryh10 .rhero.v-a .rhero-seller:hover,
html.rdq-dark .ryh10 .rhero.v-a .rhero-underline,
html.rdq-dark .ryh10 .rhero.v-b .rhero-search { background-image: none !important; }
html.rdq-dark .ryh10 .rhero.v-c .rhero-search,
html.rdq-dark .ryh10 .ryd-card__img-placeholder,
html.rdq-dark .ryh10 .ryd-card__img-wrap,
html.rdq-dark .ryh10 .ryd-card__location,
html.rdq-dark FORM CARD .rdq-form-card,
html.rdq-dark FORM CARD - identical outer shell to sign-up page .rdq-form-card,
html.rdq-dark NEWSLETTER .rdq-newsletter-band,
html.rdq-dark RELATED ARTICLES .rdq-related-section,
html.rdq-dark STICKY .rdq-sticky-cta,
html.rdq-dark STICKY MOBILE CTA .rdq-sticky-cta,
html.rdq-dark TESTIMONIAL .rdq-testimonial,
html.rdq-dark body.password { background-image: none !important; }
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-10_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-125_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-128_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-130_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-132_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-134_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-152_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-153_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-156_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-158_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-160_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-162_ { background-color: var(--rdq-surface) !important; }
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-18_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-18_:hover,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-20_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-20_:hover,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-240_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-24_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-261_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-34_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-34_:hover,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-358_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-36_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-36_:hover { background-color: var(--rdq-surface) !important; }
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-383_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-38_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-542_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-561_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-567_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-570_ [data-pf-type="Accordion3.Header"],
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-603_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-608_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .rid-11,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1121_ [data-pf-type="Accordion3.Header"],
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1213_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1250_ { background-color: var(--rdq-surface) !important; }
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1283_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1372_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-700_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-708_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-743_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-752_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-754_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-804_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-807_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-811_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-815_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-817_ [data-pf-type="Accordion3.Header"] { background-color: var(--rdq-surface) !important; }
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-886_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-888_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-893_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-935_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .rid-28,
html.rdq-dark .bjcKoj .pf-slider-next:after,
html.rdq-dark .bjcKoj .pf-slider-next:before,
html.rdq-dark .bjcKoj .pf-slider-prev:after,
html.rdq-dark .bjcKoj .pf-slider-prev:before,
html.rdq-dark .bupfac,
html.rdq-dark .bzDcOi .pf-mask span,
html.rdq-dark .dPTtHA .pf-ar-btn { background-color: var(--rdq-surface) !important; }
html.rdq-dark .fczRBG .pf-slider-next:after,
html.rdq-dark .fczRBG .pf-slider-next:before,
html.rdq-dark .fczRBG .pf-slider-prev:after,
html.rdq-dark .fczRBG .pf-slider-prev:before,
html.rdq-dark .fyYau .pf-slider-next:after,
html.rdq-dark .fyYau .pf-slider-next:before,
html.rdq-dark .fyYau .pf-slider-prev:after,
html.rdq-dark .fyYau .pf-slider-prev:before,
html.rdq-dark .gYomGK .pf-slider-next:after,
html.rdq-dark .gYomGK .pf-slider-next:before,
html.rdq-dark .gYomGK .pf-slider-prev:after,
html.rdq-dark .gYomGK .pf-slider-prev:before { background-color: var(--rdq-surface) !important; }
html.rdq-dark .gkfuMj input,
html.rdq-dark .gkfuMj select,
html.rdq-dark .iGJpXY .pf-slider-next:after,
html.rdq-dark .iGJpXY .pf-slider-next:before,
html.rdq-dark .iGJpXY .pf-slider-prev:after,
html.rdq-dark .iGJpXY .pf-slider-prev:before,
html.rdq-dark .ikxmsz .pf-slider-next:after,
html.rdq-dark .ikxmsz .pf-slider-next:before,
html.rdq-dark .ikxmsz .pf-slider-prev:after,
html.rdq-dark .ikxmsz .pf-slider-prev:before,
html.rdq-dark .kOKwhZ .pf-vs-label>input[type=radio]:disabled+label,
html.rdq-dark .kWlXom .pf-slider-next:after { background-color: var(--rdq-surface) !important; }
html.rdq-dark .kWlXom .pf-slider-next:before,
html.rdq-dark .kWlXom .pf-slider-prev:after,
html.rdq-dark .kWlXom .pf-slider-prev:before,
html.rdq-dark .rdq-404,
html.rdq-dark .rdq-404 .rdq-btn-outline,
html.rdq-dark .rdq-404 .rdq-btn-outline-dark,
html.rdq-dark .rdq-404 .rdq-btn-white,
html.rdq-dark .rdq-404 a.rdq-btn-outline,
html.rdq-dark .rdq-404 a.rdq-btn-outline-dark,
html.rdq-dark .rdq-404 a.rdq-btn-white,
html.rdq-dark .rdq-about,
html.rdq-dark .rdq-about .rdq-btn-outline { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-about .rdq-btn-outline-dark,
html.rdq-dark .rdq-about .rdq-card,
html.rdq-dark .rdq-about .rdq-story,
html.rdq-dark .rdq-about a.rdq-btn-outline,
html.rdq-dark .rdq-about a.rdq-btn-outline-dark,
html.rdq-dark .rdq-about a.rdq-card,
html.rdq-dark .rdq-about a.rdq-story,
html.rdq-dark .rdq-acc-item,
html.rdq-dark .rdq-acc-item summary:hover,
html.rdq-dark .rdq-article,
html.rdq-dark .rdq-article .rdq-btn-outline-dark,
html.rdq-dark .rdq-article .rdq-btn-white { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-article .rpx-related-browse,
html.rdq-dark .rdq-article a.rdq-btn-outline-dark,
html.rdq-dark .rdq-article a.rdq-btn-white,
html.rdq-dark .rdq-article-card,
html.rdq-dark .rdq-badge-lose,
html.rdq-dark .rdq-benefit,
html.rdq-dark .rdq-biz,
html.rdq-dark .rdq-biz .rdq-btn-outline,
html.rdq-dark .rdq-biz .rdq-btn-white,
html.rdq-dark .rdq-biz .rdq-fee-card,
html.rdq-dark .rdq-biz .rdq-help-card,
html.rdq-dark .rdq-biz .rdq-story-feature { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-biz a.rdq-btn-outline,
html.rdq-dark .rdq-biz a.rdq-btn-white,
html.rdq-dark .rdq-biz a.rdq-fee-card,
html.rdq-dark .rdq-biz a.rdq-help-card,
html.rdq-dark .rdq-biz a.rdq-story-feature,
html.rdq-dark .rdq-bl,
html.rdq-dark .rdq-bl .rdq-btn-outline,
html.rdq-dark .rdq-bl .rdq-btn-outline-dark,
html.rdq-dark .rdq-bl .rdq-btn-white,
html.rdq-dark .rdq-bl a.rdq-btn-outline,
html.rdq-dark .rdq-bl a.rdq-btn-outline-dark,
html.rdq-dark .rdq-bl a.rdq-btn-white { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-boost,
html.rdq-dark .rdq-bp,
html.rdq-dark .rdq-bp .rdq-btn-outline,
html.rdq-dark .rdq-bp .rdq-btn-outline-dark,
html.rdq-dark .rdq-bp .rdq-btn-white,
html.rdq-dark .rdq-bp a.rdq-btn-outline,
html.rdq-dark .rdq-bp a.rdq-btn-outline-dark,
html.rdq-dark .rdq-bp a.rdq-btn-white,
html.rdq-dark .rdq-calc,
html.rdq-dark .rdq-calc-results,
html.rdq-dark .rdq-callout-box,
html.rdq-dark .rdq-card { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-card-tag,
html.rdq-dark .rdq-cat-card,
html.rdq-dark .rdq-channel-pill::before,
html.rdq-dark .rdq-chip,
html.rdq-dark .rdq-chip-muted,
html.rdq-dark .rdq-cl,
html.rdq-dark .rdq-cl .rdq-cl-btn-outline-dark,
html.rdq-dark .rdq-cl .rdq-cl-btn-white,
html.rdq-dark .rdq-cl .rdq-cl-pg-btn,
html.rdq-dark .rdq-cl a.rdq-cl-btn-outline-dark,
html.rdq-dark .rdq-cl a.rdq-cl-btn-white,
html.rdq-dark .rdq-cl-card { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-cl-search,
html.rdq-dark .rdq-cl-sticky,
html.rdq-dark .rdq-cl-trust-item,
html.rdq-dark .rdq-compare,
html.rdq-dark .rdq-compare-col,
html.rdq-dark .rdq-compare-head,
html.rdq-dark .rdq-confirm-note,
html.rdq-dark .rdq-contact,
html.rdq-dark .rdq-contact .rdq-btn-outline,
html.rdq-dark .rdq-contact .rdq-btn-outline-dark,
html.rdq-dark .rdq-contact .rdq-channel,
html.rdq-dark .rdq-contact a.rdq-btn-outline { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-contact a.rdq-btn-outline-dark,
html.rdq-dark .rdq-contact a.rdq-channel,
html.rdq-dark .rdq-contact button.rdq-channel,
html.rdq-dark .rdq-cross,
html.rdq-dark .rdq-detail,
html.rdq-dark .rdq-email-app,
html.rdq-dark .rdq-email-modal-sheet,
html.rdq-dark .rdq-empty,
html.rdq-dark .rdq-ew,
html.rdq-dark .rdq-ew .rdq-btn-outline,
html.rdq-dark .rdq-ew .rdq-btn-outline-dark,
html.rdq-dark .rdq-ew .rdq-btn-white { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-ew a.rdq-btn-outline,
html.rdq-dark .rdq-ew a.rdq-btn-outline-dark,
html.rdq-dark .rdq-ew a.rdq-btn-white,
html.rdq-dark .rdq-faq details,
html.rdq-dark .rdq-faq-item,
html.rdq-dark .rdq-faq-item summary:hover,
html.rdq-dark .rdq-fee,
html.rdq-dark .rdq-fees,
html.rdq-dark .rdq-fees .rdq-btn-outline,
html.rdq-dark .rdq-fees .rdq-btn-white,
html.rdq-dark .rdq-fees a.rdq-btn-outline,
html.rdq-dark .rdq-fees a.rdq-btn-white { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-fees-table,
html.rdq-dark .rdq-flow li,
html.rdq-dark .rdq-form-card,
html.rdq-dark .rdq-form-error,
html.rdq-dark .rdq-form-input,
html.rdq-dark .rdq-guide,
html.rdq-dark .rdq-guide .rdq-btn-outline-dark,
html.rdq-dark .rdq-guide .rdq-btn-white,
html.rdq-dark .rdq-guide a.rdq-btn-outline-dark,
html.rdq-dark .rdq-guide a.rdq-btn-white,
html.rdq-dark .rdq-guide-input,
html.rdq-dark .rdq-help { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-help .rdq-btn-outline-dark,
html.rdq-dark .rdq-help .rdq-btn-white,
html.rdq-dark .rdq-help a.rdq-btn-outline-dark,
html.rdq-dark .rdq-help a.rdq-btn-white,
html.rdq-dark .rdq-hold,
html.rdq-dark .rdq-inside-card,
html.rdq-dark .rdq-insider,
html.rdq-dark .rdq-insider .rdq-btn-outline-dark,
html.rdq-dark .rdq-insider .rdq-btn-white,
html.rdq-dark .rdq-insider .rpx-related-browse,
html.rdq-dark .rdq-insider a.rdq-btn-outline-dark,
html.rdq-dark .rdq-insider a.rdq-btn-white { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-lead,
html.rdq-dark .rdq-msg,
html.rdq-dark .rdq-msg-app-card,
html.rdq-dark .rdq-msg-app-slot,
html.rdq-dark .rdq-msg-footer-cta,
html.rdq-dark .rdq-msg-helper,
html.rdq-dark .rdq-msg-sticky,
html.rdq-dark .rdq-msg-trust,
html.rdq-dark .rdq-msg-trust-icon,
html.rdq-dark .rdq-nad,
html.rdq-dark .rdq-newsletter-form input[type=email],
html.rdq-dark .rdq-no-results-inner { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-path,
html.rdq-dark .rdq-pay,
html.rdq-dark .rdq-pay .rdq-btn-outline,
html.rdq-dark .rdq-pay .rdq-btn-white,
html.rdq-dark .rdq-pay a.rdq-btn-outline,
html.rdq-dark .rdq-pay a.rdq-btn-white,
html.rdq-dark .rdq-pillar,
html.rdq-dark .rdq-pillars li,
html.rdq-dark .rdq-plan,
html.rdq-dark .rdq-points li,
html.rdq-dark .rdq-pol,
html.rdq-dark .rdq-pol .rdq-btn-outline { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-pol .rdq-btn-outline-dark,
html.rdq-dark .rdq-pol .rdq-btn-white,
html.rdq-dark .rdq-pol .rdq-cross-item,
html.rdq-dark .rdq-pol a.rdq-btn-outline,
html.rdq-dark .rdq-pol a.rdq-btn-outline-dark,
html.rdq-dark .rdq-pol a.rdq-btn-white,
html.rdq-dark .rdq-pol a.rdq-cross-item,
html.rdq-dark .rdq-price-table,
html.rdq-dark .rdq-price-table tbody tr:nth-child(even),
html.rdq-dark .rdq-promo-dot,
html.rdq-dark .rdq-promo-pulse,
html.rdq-dark .rdq-proof-quote { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-pwd .rdq-pwd-error,
html.rdq-dark .rdq-pwd .rdq-pwd-input,
html.rdq-dark .rdq-pwd .rdq-pwd-modal-content,
html.rdq-dark .rdq-pwd-card,
html.rdq-dark .rdq-pwd-mk-item,
html.rdq-dark .rdq-related-card,
html.rdq-dark .rdq-safe,
html.rdq-dark .rdq-saving,
html.rdq-dark .rdq-search-input,
html.rdq-dark .rdq-sell,
html.rdq-dark .rdq-sell .rdq-btn-white,
html.rdq-dark .rdq-sell .rdq-pillar { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-sell a.rdq-btn-white,
html.rdq-dark .rdq-sell a.rdq-pillar,
html.rdq-dark .rdq-ship,
html.rdq-dark .rdq-ship .rdq-btn-outline,
html.rdq-dark .rdq-ship .rdq-btn-outline-dark,
html.rdq-dark .rdq-ship a.rdq-btn-outline,
html.rdq-dark .rdq-ship a.rdq-btn-outline-dark,
html.rdq-dark .rdq-signup,
html.rdq-dark .rdq-signup .rdq-btn-outline-dark,
html.rdq-dark .rdq-signup a.rdq-btn-outline-dark,
html.rdq-dark .rdq-signup-iframe,
html.rdq-dark .rdq-sp { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-sp .rdq-btn-outline,
html.rdq-dark .rdq-sp .rdq-btn-outline-dark,
html.rdq-dark .rdq-sp .rdq-btn-white,
html.rdq-dark .rdq-sp a.rdq-btn-outline,
html.rdq-dark .rdq-sp a.rdq-btn-outline-dark,
html.rdq-dark .rdq-sp a.rdq-btn-white,
html.rdq-dark .rdq-stat,
html.rdq-dark .rdq-step,
html.rdq-dark .rdq-steps li,
html.rdq-dark .rdq-sticky-cta,
html.rdq-dark .rdq-stories,
html.rdq-dark .rdq-stories .rdq-btn-outline { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-stories .rdq-btn-outline-dark,
html.rdq-dark .rdq-stories .rdq-btn-white,
html.rdq-dark .rdq-stories a.rdq-btn-outline,
html.rdq-dark .rdq-stories a.rdq-btn-outline-dark,
html.rdq-dark .rdq-stories a.rdq-btn-white,
html.rdq-dark .rdq-suggest-chip,
html.rdq-dark .rdq-table tbody tr:nth-child(even) td,
html.rdq-dark .rdq-testimonial,
html.rdq-dark .rdq-tier,
html.rdq-dark .rdq-tier-table,
html.rdq-dark .rdq-timeline li,
html.rdq-dark .rdq-tl-tag { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rdq-tool,
html.rdq-dark .rdq-trust-card,
html.rdq-dark .rdq-type,
html.rdq-dark .rdq-type-chip,
html.rdq-dark .rpx-bp-btn,
html.rdq-dark .rpx-buy,
html.rdq-dark .rpx-cta-secondary,
html.rdq-dark .rpx-cta-secondary:disabled,
html.rdq-dark .rpx-dots,
html.rdq-dark .rpx-faq details,
html.rdq-dark .rpx-mbar,
html.rdq-dark .rpx-mseller { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rpx-nav,
html.rdq-dark .rpx-nav:hover,
html.rdq-dark .rpx-pay-icon,
html.rdq-dark .rpx-qty,
html.rdq-dark .rpx-qty button,
html.rdq-dark .rpx-related-browse,
html.rdq-dark .rpx-sell-pill,
html.rdq-dark .rpx-seller-pill.marketplace,
html.rdq-dark .rpx-social,
html.rdq-dark .rpx-sp-link,
html.rdq-dark .rpx-sp-quote,
html.rdq-dark .rpx-sp-stat { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rpx-tp-card,
html.rdq-dark .rpx-var-opt,
html.rdq-dark .ryd-card,
html.rdq-dark .ryd-chip--free,
html.rdq-dark .ryd-chip--method,
html.rdq-dark .ryd-chip--rydiqo-free,
html.rdq-dark .ryd-chip-merged--free .ryd-chip-merged__cost,
html.rdq-dark .ryd-chip-merged--seller .ryd-chip-merged__cost,
html.rdq-dark .ryd-chip-merged__cost,
html.rdq-dark .ryd-collect-modal__box,
html.rdq-dark .ryd-collect-modal__location,
html.rdq-dark .ryd-continue { background-color: var(--rdq-surface) !important; }
html.rdq-dark .ryd-continue:hover,
html.rdq-dark .ryd-delivery-toggle,
html.rdq-dark .ryd-delivery-toggle__opt,
html.rdq-dark .ryd-discount__input,
html.rdq-dark .ryd-group .quantity.cart-quantity,
html.rdq-dark .ryd-group .quantity__button[data-ryd-at-max="1"],
html.rdq-dark .ryd-group .quantity__button[data-ryd-at-max="1"]:hover,
html.rdq-dark .ryd-group cart-remove-button .button,
html.rdq-dark .ryd-group cart-remove-button .button:hover,
html.rdq-dark .ryd-group__head,
html.rdq-dark .ryd-mobile-bar,
html.rdq-dark .ryd-mobile-bar__filter-btn { background-color: var(--rdq-surface) !important; }
html.rdq-dark .ryd-mobile-bar__sort,
html.rdq-dark .ryd-mobile-panel,
html.rdq-dark .ryd-pay-icon,
html.rdq-dark .ryd-rec__add,
html.rdq-dark .ryd-rec__card,
html.rdq-dark .ryd-seller-cta,
html.rdq-dark .ryd-sort__select,
html.rdq-dark .ryd-sort__select option,
html.rdq-dark .ryd-stock-warn,
html.rdq-dark .ryd-stock-warn.is-pulse,
html.rdq-dark .ryd-zero,
html.rdq-dark .ryd-zero__btn-secondary { background-color: var(--rdq-surface) !important; }
html.rdq-dark .ryd-zero__cat,
html.rdq-dark .rydiqo-ac,
html.rdq-dark .rydiqo-ac__badge--sale,
html.rdq-dark .rydiqo-ac__badge--seller,
html.rdq-dark .rydiqo-ac__foot,
html.rdq-dark .rydiqo-ac__remove:hover,
html.rdq-dark .rydiqo-ac__skel-line,
html.rdq-dark .rydiqo-ac__skelbox,
html.rdq-dark .rydiqo-cat-dropdown,
html.rdq-dark .rydiqo-desktop-promo__cta,
html.rdq-dark .rydiqo-footer__cta--white,
html.rdq-dark .rydiqo-footer__side--buyer { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rydiqo-footer__trust-check,
html.rdq-dark .rydiqo-locale__menu,
html.rdq-dark .rydiqo-locale__panel,
html.rdq-dark .rydiqo-mainbar,
html.rdq-dark .rydiqo-mobile-navbar,
html.rdq-dark .rydiqo-mobile-pill,
html.rdq-dark .rydiqo-mobile-promo__cta,
html.rdq-dark .rydiqo-mobile-searchrow,
html.rdq-dark .rydiqo-mobile-searchrow .rydiqo-search__left,
html.rdq-dark .rydiqo-mobile-toprow,
html.rdq-dark .rydiqo-navbar,
html.rdq-dark .rydiqo-search__left { background-color: var(--rdq-surface) !important; }
html.rdq-dark .rydiqo-snav,
html.rdq-dark .rydiqo-snav-arrow__icon,
html.rdq-dark .rydiqo-topbar,
html.rdq-dark .ryh10,
html.rdq-dark .ryh10 .bottom-nav,
html.rdq-dark .ryh10 .brand-tile,
html.rdq-dark .ryh10 .cat,
html.rdq-dark .ryh10 .final-btn.primary,
html.rdq-dark .ryh10 .hb-btn.primary,
html.rdq-dark .ryh10 .hiw-step,
html.rdq-dark .ryh10 .ins-browse,
html.rdq-dark .ryh10 .ins-card { background-color: var(--rdq-surface) !important; }
html.rdq-dark .ryh10 .ins-card__tag,
html.rdq-dark .ryh10 .rhero.v-a .rhero-chip:hover,
html.rdq-dark .ryh10 .rhero.v-a .rhero-sbadge,
html.rdq-dark .ryh10 .rhero.v-a .rhero-search,
html.rdq-dark .ryh10 .rhero.v-a .rhero-seller:hover,
html.rdq-dark .ryh10 .rhero.v-a .rhero-underline,
html.rdq-dark .ryh10 .rhero.v-b .rhero-search,
html.rdq-dark .ryh10 .rhero.v-c .rhero-search,
html.rdq-dark FORM CARD .rdq-form-card,
html.rdq-dark STICKY .rdq-sticky-cta,
html.rdq-dark STICKY MOBILE CTA .rdq-sticky-cta,
html.rdq-dark TESTIMONIAL .rdq-testimonial { background-color: var(--rdq-surface) !important; }
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-109_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-125_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-151_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-153_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-171_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-192_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-199_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-220_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-233_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-243_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-254_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-267_ { color: var(--rdq-text) !important; }
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-288_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-295_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-316_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-323_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-344_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-357_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-359_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-361_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-371_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-382_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-384_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-386_ { color: var(--rdq-text) !important; }
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-399_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-39_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-420_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-427_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-448_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-455_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-476_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-489_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-536_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-555_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-565_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-568_ { color: var(--rdq-text) !important; }
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-570_ [data-pf-type="Accordion3.Header"],
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-576_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-583_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-590_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-597_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-600_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-60_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-612_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-617_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-618_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-81_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-88_ { color: var(--rdq-text) !important; }
html.rdq-dark .__pf.__pf_hrPTnyK8 .rid-12,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1030_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1054_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1057_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1060_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1084_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1087_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1119_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1121_ [data-pf-type="Accordion3.Header"],
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1181_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1212_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1214_ { color: var(--rdq-text) !important; }
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1216_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1228_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1261_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1284_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1311_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1334_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1376_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1381_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1382_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-710_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-730_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-743_ { color: var(--rdq-text) !important; }
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-804_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-807_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-811_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-815_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-817_ [data-pf-type="Accordion3.Header"],
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-886_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .rid-30,
html.rdq-dark .__pf.__pf_vQLxUgt1 .rid-57,
html.rdq-dark .dPTtHA .pf-ar-btn,
html.rdq-dark .ryd-card__title,
html.rdq-dark .ryd-chip--cost,
html.rdq-dark .ryd-chip--method { color: var(--rdq-text) !important; }
html.rdq-dark .ryd-mobile-filter-check,
html.rdq-dark .ryd-mobile-filter-group__toggle,
html.rdq-dark .ryd-mobile-panel__clear,
html.rdq-dark .ryd-mobile-panel__close,
html.rdq-dark .ryd-mobile-panel__title,
html.rdq-dark .ryd-mobile-sort__select,
html.rdq-dark .ryd-pagination__btn,
html.rdq-dark .ryd-price,
html.rdq-dark .ryd-sidebar-check,
html.rdq-dark .ryd-sidebar-group__toggle,
html.rdq-dark .ryd-sort__select option,
html.rdq-dark .ryd-zero__btn-secondary { color: var(--rdq-text) !important; }
html.rdq-dark .ryd-zero__cat,
html.rdq-dark .ryd-zero__cat-name,
html.rdq-dark .ryd-zero__prod,
html.rdq-dark .ryd-zero__prod-price,
html.rdq-dark .ryd-zero__prod-title,
html.rdq-dark .ryd-zero__section-title,
html.rdq-dark .ryd-zero__title,
html.rdq-dark .rydiqo-ac__footrow b,
html.rdq-dark .rydiqo-ac__pname b,
html.rdq-dark .rydiqo-ac__text b,
html.rdq-dark .rydiqo-footer,
html.rdq-dark .rydiqo-footer__eyebrow { color: var(--rdq-text) !important; }
html.rdq-dark .rydiqo-footer__side--buyer,
html.rdq-dark .rydiqo-footer__side--buyer .rydiqo-footer__col-toggle,
html.rdq-dark .rydiqo-locale__country,
html.rdq-dark .ryh10 .ryd-card__title,
html.rdq-dark .ryh10 .ryd-price { color: var(--rdq-text) !important; }
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-570_ [data-pf-type="Accordion3.Header"],
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-575_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-582_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-589_,
html.rdq-dark .__pf.__pf_hrPTnyK8 .pf-596_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1121_ [data-pf-type="Accordion3.Header"],
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-804_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-807_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-811_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-815_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-889_,
html.rdq-dark .bupfac { border-color: var(--rdq-dborder) !important; }
html.rdq-dark .bzDcOi .pf-mask span,
html.rdq-dark .dPTtHA .pf-ar-btn,
html.rdq-dark .fBNEMU a.pf-cmIatv,
html.rdq-dark .fBNEMU a:not(.pf-cmIldm):hover,
html.rdq-dark .hwMDks .pf-loading:before,
html.rdq-dark .jMFtUV .pf-loading:before,
html.rdq-dark .kOKwhZ .pf-vs-label>label,
html.rdq-dark .ldMufZ .pf-loading:before,
html.rdq-dark .rdq-404 .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-404 .rdq-btn-white,
html.rdq-dark .rdq-404 a.rdq-btn-white,
html.rdq-dark .rdq-about .rdq-final-link:hover { border-color: var(--rdq-dborder) !important; }
html.rdq-dark .rdq-article .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-article .rdq-btn-white,
html.rdq-dark .rdq-article .rpx-related-browse,
html.rdq-dark .rdq-article a.rdq-btn-white,
html.rdq-dark .rdq-biz .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-biz .rdq-btn-white,
html.rdq-dark .rdq-biz .rdq-btn-white:hover,
html.rdq-dark .rdq-biz a.rdq-btn-white,
html.rdq-dark .rdq-bl .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-bl .rdq-btn-white,
html.rdq-dark .rdq-bl a.rdq-btn-white,
html.rdq-dark .rdq-bp .rdq-btn-ghost-light:hover { border-color: var(--rdq-dborder) !important; }
html.rdq-dark .rdq-bp .rdq-btn-white,
html.rdq-dark .rdq-bp a.rdq-btn-white,
html.rdq-dark .rdq-cl .rdq-cl-btn-ghost-light:hover,
html.rdq-dark .rdq-cl .rdq-cl-btn-white,
html.rdq-dark .rdq-cl a.rdq-cl-btn-white,
html.rdq-dark .rdq-contact .rdq-final-link:hover,
html.rdq-dark .rdq-ew .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-ew .rdq-btn-white,
html.rdq-dark .rdq-ew a.rdq-btn-white,
html.rdq-dark .rdq-fees .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-fees .rdq-btn-white,
html.rdq-dark .rdq-fees a.rdq-btn-white { border-color: var(--rdq-dborder) !important; }
html.rdq-dark .rdq-guide .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-guide .rdq-btn-white,
html.rdq-dark .rdq-guide a.rdq-btn-white,
html.rdq-dark .rdq-help .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-help .rdq-btn-white,
html.rdq-dark .rdq-help a.rdq-btn-white,
html.rdq-dark .rdq-insider .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-insider .rdq-btn-white,
html.rdq-dark .rdq-insider .rpx-related-browse,
html.rdq-dark .rdq-insider a.rdq-btn-white,
html.rdq-dark .rdq-pay .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-pay .rdq-btn-white { border-color: var(--rdq-dborder) !important; }
html.rdq-dark .rdq-pay a.rdq-btn-white,
html.rdq-dark .rdq-pol .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-pol .rdq-btn-white,
html.rdq-dark .rdq-pol a.rdq-btn-white,
html.rdq-dark .rdq-sell .rdq-btn-white,
html.rdq-dark .rdq-sell .rdq-btn-white:hover,
html.rdq-dark .rdq-sell a.rdq-btn-white,
html.rdq-dark .rdq-sell a.rdq-btn-white:hover,
html.rdq-dark .rdq-ship .rdq-final-link:hover,
html.rdq-dark .rdq-sp .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-sp .rdq-btn-white,
html.rdq-dark .rdq-sp a.rdq-btn-white { border-color: var(--rdq-dborder) !important; }
html.rdq-dark .rdq-stories .rdq-btn-ghost-light:hover,
html.rdq-dark .rdq-stories .rdq-btn-white,
html.rdq-dark .rdq-stories a.rdq-btn-white,
html.rdq-dark .rpx-mbar,
html.rdq-dark .ryd-chip--collection,
html.rdq-dark .ryd-chip--free,
html.rdq-dark .ryd-social__av,
html.rdq-dark .ryd-zero__btn-secondary,
html.rdq-dark .rydiqo-ac::-webkit-scrollbar-thumb,
html.rdq-dark .rydiqo-ac__foot,
html.rdq-dark .rydiqo-ac__sec + .rydiqo-ac__sec .rydiqo-ac__sechead,
html.rdq-dark .rydiqo-ac__thumb { border-color: var(--rdq-dborder) !important; }
html.rdq-dark .rydiqo-footer__side--buyer,
html.rdq-dark .ryh10 .final-btn.ghost:hover { border-color: var(--rdq-dborder) !important; }
html.rdq-dark .rdq-404 .rdq-btn-outline:hover,
html.rdq-dark .rdq-404 .rdq-btn-white:hover,
html.rdq-dark .rdq-about .rdq-btn-outline:hover,
html.rdq-dark .rdq-about a.rdq-btn-outline:hover,
html.rdq-dark .rdq-article .rdq-btn-white:hover,
html.rdq-dark .rdq-article .rpx-rcard__location,
html.rdq-dark .rdq-article .rpx-related-browse:hover,
html.rdq-dark .rdq-biz .rdq-btn-outline:hover,
html.rdq-dark .rdq-biz .rdq-btn-white:hover,
html.rdq-dark .rdq-bl .rdq-btn-outline:hover,
html.rdq-dark .rdq-bl .rdq-btn-white:hover,
html.rdq-dark .rdq-bp .rdq-btn-outline:hover { background-color: rgba(95,227,170,.08) !important; }
html.rdq-dark .rdq-bp .rdq-btn-white:hover,
html.rdq-dark .rdq-callout,
html.rdq-dark .rdq-chip-free,
html.rdq-dark .rdq-confirm-step,
html.rdq-dark .rdq-contact .rdq-btn-outline:hover,
html.rdq-dark .rdq-email-app:hover,
html.rdq-dark .rdq-ew .rdq-btn-outline:hover,
html.rdq-dark .rdq-ew .rdq-btn-white:hover,
html.rdq-dark .rdq-fee-best,
html.rdq-dark .rdq-fee-promo,
html.rdq-dark .rdq-fees .rdq-btn-outline:hover,
html.rdq-dark .rdq-fees .rdq-btn-white:hover { background-color: rgba(95,227,170,.08) !important; }
html.rdq-dark .rdq-guide .rdq-btn-white:hover,
html.rdq-dark .rdq-help .rdq-btn-white:hover,
html.rdq-dark .rdq-insider .rdq-btn-white:hover,
html.rdq-dark .rdq-insider .rpx-rcard__location,
html.rdq-dark .rdq-insider .rpx-related-browse:hover,
html.rdq-dark .rdq-note-green,
html.rdq-dark .rdq-pay .rdq-btn-outline:hover,
html.rdq-dark .rdq-pay .rdq-btn-white:hover,
html.rdq-dark .rdq-plans-note,
html.rdq-dark .rdq-pol .rdq-btn-outline:hover,
html.rdq-dark .rdq-pol .rdq-btn-white:hover,
html.rdq-dark .rdq-prose blockquote { background-color: rgba(95,227,170,.08) !important; }
html.rdq-dark .rdq-safe-note,
html.rdq-dark .rdq-saving-diff,
html.rdq-dark .rdq-sell .rdq-btn-white:hover,
html.rdq-dark .rdq-sell a.rdq-btn-white:hover,
html.rdq-dark .rdq-ship .rdq-btn-outline:hover,
html.rdq-dark .rdq-sp .rdq-btn-outline:hover,
html.rdq-dark .rdq-sp .rdq-btn-white:hover,
html.rdq-dark .rdq-stories .rdq-btn-outline:hover,
html.rdq-dark .rdq-stories .rdq-btn-white:hover,
html.rdq-dark .rdq-summary,
html.rdq-dark .rdq-type-chip-soft,
html.rdq-dark .rdq-type-payout { background-color: rgba(95,227,170,.08) !important; }
html.rdq-dark .rpx-cta-secondary.is-incart,
html.rdq-dark .ryd-card__location,
html.rdq-dark .ryd-chip--cost,
html.rdq-dark .ryd-delivery-toggle__free,
html.rdq-dark .ryd-delivery-toggle__opt:not(.is-active):hover,
html.rdq-dark .ryd-m-slider__label,
html.rdq-dark .ryd-mobile-bar__filter-btn:hover,
html.rdq-dark .ryd-mobile-bar__sort:hover,
html.rdq-dark .ryd-price-slider__label,
html.rdq-dark .ryd-sort__select:hover,
html.rdq-dark .ryd-zero__cat:hover,
html.rdq-dark .ryd-zero__icon { background-color: rgba(95,227,170,.08) !important; }
html.rdq-dark .rydiqo-ac__chip,
html.rdq-dark .rydiqo-ac__footrow.is-active,
html.rdq-dark .rydiqo-ac__footrow:hover,
html.rdq-dark .rydiqo-ac__qicon,
html.rdq-dark .rydiqo-ac__row.is-active,
html.rdq-dark .rydiqo-ac__row:hover,
html.rdq-dark .rydiqo-locale__opt:hover,
html.rdq-dark .ryh10 .ryd-card__location { background-color: rgba(95,227,170,.08) !important; }
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1000_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1006_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1011_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1017_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-1022_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-731_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-737_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-743_ [data-option-name=Size]>label,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-759_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-764_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-769_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-776_ { color: var(--rdq-subtxt) !important; }
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-783_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-899_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-904_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-912_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-917_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-923_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-930_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-940_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-945_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-951_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-956_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-962_ { color: var(--rdq-subtxt) !important; }
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-967_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-973_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-978_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-984_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-989_,
html.rdq-dark .__pf.__pf_vQLxUgt1 .pf-995_,
html.rdq-dark .ryd-mobile-filter-check--unspecified,
html.rdq-dark .ryd-mobile-filter-group__icon,
html.rdq-dark .ryd-mobile-sort__label,
html.rdq-dark .ryd-pagination__info,
html.rdq-dark .ryd-sidebar-check--unspecified,
html.rdq-dark .ryd-sidebar-check--unspecified span { color: var(--rdq-subtxt) !important; }
html.rdq-dark .ryd-sidebar-group__toggle svg,
html.rdq-dark .ryd-zero__sub,
html.rdq-dark .rydiqo-ac__badge--seller,
html.rdq-dark .rydiqo-ac__psub,
html.rdq-dark .rydiqo-locale__cur { color: var(--rdq-subtxt) !important; }
html.rdq-dark .rdq-articles-section,
html.rdq-dark .rdq-calc-input-wrap,
html.rdq-dark .rdq-calc-input-wrap:focus-within,
html.rdq-dark .rdq-form-wrap,
html.rdq-dark .rdq-iframe-wrap,
html.rdq-dark .rdq-msg-embed-section,
html.rdq-dark .rdq-newsletter-band,
html.rdq-dark .rdq-section,
html.rdq-dark .rdq-table-wrap,
html.rdq-dark .rpx-main,
html.rdq-dark FORM CARD - identical outer shell to sign-up page .rdq-form-card,
html.rdq-dark NEWSLETTER .rdq-newsletter-band { background-color: var(--rdq-darkbg) !important; }
html.rdq-dark RELATED ARTICLES .rdq-related-section,
html.rdq-dark body.password { background-color: var(--rdq-darkbg) !important; }
html.rdq-dark .rdq-calc-slider,
html.rdq-dark .rdq-card-placeholder,
html.rdq-dark .rdq-cl-hero,
html.rdq-dark .rdq-delivery-callout,
html.rdq-dark .rdq-hero,
html.rdq-dark .rdq-insider-hero,
html.rdq-dark .rdq-newsletter,
html.rdq-dark .rdq-pol-hero,
html.rdq-dark .rdq-pwd-card--marketing,
html.rdq-dark .rdq-pwd-mk-stats,
html.rdq-dark .ryd-social__av,
html.rdq-dark .rydiqo-ac__skelrow .rydiqo-ac__skel-line { background: var(--rdq-surface) !important; }
html.rdq-dark .rydiqo-ac__skelrow .rydiqo-ac__skelbox,
html.rdq-dark HERO + SEARCH .rdq-hero { background: var(--rdq-surface) !important; }
html.rdq-dark .ryd-m-slider__track,
html.rdq-dark .ryd-price-slider__track,
html.rdq-dark .rydiqo-search__divider { background-color: var(--rdq-surface-2) !important; }
html.rdq-dark .rdq-pwd,
html.rdq-dark .ryh10 .sec .wrap::after { display: none !important; }

/* ============================================================
   P1. PATCH — input groups + collection/search cards
   ============================================================ */
html.rdq-dark .rydiqo-search { background: #1CA171 !important; }
html.rdq-dark .rydiqo-search__left,
html.rdq-dark .rydiqo-mobile-searchrow .rydiqo-search__left,
html.rdq-dark .rydiqo-search__input {
  background: var(--rdq-field) !important;
  color: var(--rdq-text) !important;
}
html.rdq-dark .rydiqo-search__icon { color: var(--rdq-mint); }
html.rdq-dark .rydiqo-search__icon svg { stroke: var(--rdq-mint); }

html.rdq-dark .ryd-price-slider__label {
  background: var(--rdq-surface-2) !important;
  border-color: var(--rdq-dborder) !important;
}
html.rdq-dark .ryd-price-slider__typed {
  background: transparent !important;
  border: none !important;
  color: var(--rdq-text) !important;
}
html.rdq-dark .ryd-price-slider__sym { color: var(--rdq-mint) !important; }
html.rdq-dark .ryd-price-slider__sep { color: var(--rdq-subtxt) !important; }

html.rdq-dark .ryd-card {
  background: var(--rdq-surface) !important;
  border: 1px solid var(--rdq-dborder) !important;
  border-radius: 14px !important;
  overflow: hidden;
  transition: border-color .15s, transform .15s;
}
html.rdq-dark .ryd-card:hover {
  border-color: #1CA171 !important;
  transform: translateY(-2px);
}
html.rdq-dark .ryd-card__img-wrap {
  background: var(--rdq-surface-2) !important;
  border-radius: 14px 14px 0 0 !important;
  margin: 0 !important;
}
html.rdq-dark .ryd-card__body { padding: 10px 12px 12px; }
html.rdq-dark .ryd-card__title { color: var(--rdq-text) !important; }
html.rdq-dark .ryd-card__condition { color: var(--rdq-mint) !important; }
/* (mobile card padding override removed — was shrinking homepage images;
   theme handles mobile layout natively) */

/* ============================================================
   P2. PATCH — product gallery letterbox fill
   ============================================================ */
html.rdq-dark .rpx-main,
html.rdq-dark .rpx-slide,
html.rdq-dark .rpx-main-img {
  background: var(--rdq-surface-2) !important;
}
html.rdq-dark .rpx-main { border-color: var(--rdq-dborder) !important; }
html.rdq-dark .rpx-thumb { background: var(--rdq-surface-2) !important; border-color: var(--rdq-dborder); }

/* ============================================================
   P3. PATCH — remaining search / email input groups + AC dropdown
   ============================================================ */
html.rdq-dark .rdq-search-form,
html.rdq-dark .rdq-search-wrap,
html.rdq-dark .rdq-search-input {
  background: var(--rdq-field) !important;
  color: var(--rdq-text) !important;
  border-color: var(--rdq-dborder) !important;
}
html.rdq-dark .rdq-cl-search,
html.rdq-dark .rdq-cl-search-input {
  background: var(--rdq-field) !important;
  color: var(--rdq-text) !important;
  border-color: var(--rdq-dborder) !important;
}
html.rdq-dark .rdq-cl-search:focus-within { border-color: #1CA171 !important; }
html.rdq-dark .rdq-cl-search-icon { color: var(--rdq-mint); }
html.rdq-dark .rdq-cl-search-icon svg { stroke: var(--rdq-mint); }

html.rdq-dark .rydiqo-ac__foot {
  background: var(--rdq-surface) !important;
  border-top-color: var(--rdq-dborder) !important;
}
html.rdq-dark .rydiqo-ac__footrow { color: var(--rdq-mint) !important; }
html.rdq-dark .rydiqo-ac__footrow:hover,
html.rdq-dark .rydiqo-ac__footrow.is-active { background: var(--rdq-surface-2) !important; }
html.rdq-dark .rydiqo-ac__footrow b { color: var(--rdq-text) !important; }
html.rdq-dark .rydiqo-ac__skelbox,
html.rdq-dark .rydiqo-ac__skel-line,
html.rdq-dark .rydiqo-ac__skelrow .rydiqo-ac__skelbox,
html.rdq-dark .rydiqo-ac__skelrow .rydiqo-ac__skel-line {
  background: linear-gradient(90deg, #1A1A1A 25%, #262626 37%, #1A1A1A 63%) !important;
  background-size: 400% 100% !important;
}

html.rdq-dark .newsletter-form__field-wrapper .field,
html.rdq-dark .footer .field {
  background: var(--rdq-surface-2) !important;
  border-color: var(--rdq-dborder) !important;
}
html.rdq-dark .newsletter-form__field-wrapper .field__input,
html.rdq-dark .footer .field__input {
  background: transparent !important;
  color: var(--rdq-text) !important;
}
html.rdq-dark .footer .field__label { color: var(--rdq-subtxt) !important; }

/* ============================================================
   P4. PATCH — price slider visibility (white knobs, visible track)
   ============================================================ */
html.rdq-dark .ryd-price-slider__input::-webkit-slider-thumb,
html.rdq-dark .ryd-m-slider__range::-webkit-slider-thumb {
  background: #fff !important;
  border: 2.5px solid #1CA171 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .6) !important;
}
html.rdq-dark .ryd-price-slider__input::-moz-range-thumb,
html.rdq-dark .ryd-m-slider__range::-moz-range-thumb {
  background: #fff !important;
  border: 2.5px solid #1CA171 !important;
}
html.rdq-dark .ryd-price-slider__track,
html.rdq-dark .ryd-m-slider__track {
  background: #2A2A2A !important;
}
html.rdq-dark .ryd-price-slider__input::-webkit-slider-runnable-track,
html.rdq-dark .ryd-price-slider__input::-moz-range-track { background: transparent !important; }

/* ============================================================
   P5. PATCH — inline-style white chips (email-app icons on signup)
   ============================================================ */
html.rdq-dark .rdq-email-app-icon {
  background: var(--rdq-surface-2) !important;
  border-color: var(--rdq-dborder) !important;
}
html.rdq-dark .rdq-email-app {
  background: var(--rdq-surface) !important;
  border-color: var(--rdq-dborder) !important;
  color: var(--rdq-text) !important;
}


/* ============================================================
   FINAL OVERRIDES — desktop dark-mode polish (wins over all
   earlier rules; appended last on purpose). 8 fixes.
   ============================================================ */

/* (1) LOGO — clean transparent SVG wordmark, dark spokes, no white box */
html.rdq-dark .rydiqo-logo img,
html.rdq-dark .rydiqo-mobile-logo img { opacity: 0 !important; }
html.rdq-dark .rydiqo-logo,
html.rdq-dark .rydiqo-mobile-logo {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22100%25%22%20viewBox%3D%220%200%201665%20420%22%20enable-background%3D%22new%200%200%201665%20420%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22none%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M1084.000000%2C421.000000%20C722.709839%2C421.000000%20361.919708%2C421.000000%201.064780%2C421.000000%20C1.064780%2C281.059967%201.064780%2C141.119904%201.064780%2C1.089914%20C556.000000%2C1.089914%201111.000000%2C1.089914%201665.964722%2C1.089914%20C1665.964722%2C141.080566%201665.964722%2C281.040283%201665.964722%2C421.000000%20C1472.119629%2C421.000000%201278.309814%2C421.000000%201084.000000%2C421.000000%20M1473.706421%2C366.808411%20C1495.181030%2C374.209167%201517.257690%2C376.700195%201539.733154%2C373.743011%20C1591.508179%2C366.930817%201629.066406%2C340.160431%201651.104248%2C292.575287%20C1662.729614%2C267.473206%201665.746948%2C240.856506%201663.106812%2C213.484314%20C1660.119629%2C182.513443%201649.213745%2C154.644653%201627.887451%2C131.915512%20C1587.990112%2C89.393700%201538.731812%2C78.168190%201483.037231%2C91.353653%20C1474.878174%2C93.285248%201467.065796%2C96.680962%201458.741699%2C99.519020%20C1457.388184%2C96.549995%201456.177368%2C93.652000%201454.772461%2C90.851303%20C1445.237793%2C71.842972%201438.870972%2C51.267052%201426.645386%2C33.298782%20C1428.875977%2C32.509998%201431.353760%2C31.598131%201433.854980%2C30.755844%20C1442.199707%2C27.945751%201443.142090%2C25.328703%201438.391479%2C18.138931%20C1437.661011%2C17.033491%201436.538574%2C15.912807%201436.425171%2C14.720467%20C1435.881470%2C8.999701%201432.050171%2C6.936083%201427.192505%2C5.710886%20C1423.965454%2C4.896992%201420.819946%2C3.756949%201417.590088%2C2.956530%20C1412.517334%2C1.699404%201408.952515%2C3.493536%201407.618286%2C7.782999%20C1406.291504%2C12.047843%201408.252563%2C15.458334%201413.247314%2C17.285254%20C1416.999634%2C18.657770%201420.812500%2C19.864285%201425.635864%2C21.495518%20C1422.925903%2C22.545830%201421.406250%2C23.174295%201419.859741%2C23.727699%20C1410.770264%2C26.980356%201409.576782%2C29.559248%201413.332642%2C38.627388%20C1414.928711%2C42.480808%201414.258301%2C44.561131%201409.981934%2C46.106735%20C1360.967773%2C63.821941%201312.017822%2C81.714577%201263.049072%2C99.555473%20C1254.193481%2C102.781860%201245.330322%2C105.988136%201236.522949%2C109.184723%20C1234.500610%2C104.746780%201233.652466%2C99.788910%201230.714722%2C97.227196%20C1227.085938%2C94.062790%201225.776611%2C90.347321%201224.383667%2C86.341980%20C1222.415039%2C80.681007%201220.586426%2C74.971321%201218.702148%2C69.281059%20C1215.103027%2C58.412453%201211.507202%2C47.542816%201207.895874%2C36.631161%20C1208.855225%2C36.008171%201209.358154%2C35.553173%201209.948730%2C35.324657%20C1211.188354%2C34.845085%201212.447754%2C34.262840%201213.744629%2C34.109688%20C1225.770142%2C32.689770%201237.798828%2C31.290564%201249.842041%2C30.033325%20C1252.922607%2C29.711740%201256.137451%2C29.821629%201256.714355%2C25.842716%20C1257.272095%2C21.996416%201254.369995%2C20.648396%201251.468994%2C19.596100%20C1249.918945%2C19.033791%201248.246460%2C18.566582%201246.614136%2C18.512529%20C1236.979858%2C18.193537%201227.342163%2C17.892218%201217.703613%2C17.804785%20C1201.915771%2C17.661577%201186.125122%2C17.573475%201170.338623%2C17.738939%20C1167.276123%2C17.771040%201162.747314%2C18.130505%201161.547852%2C20.021666%20C1160.065796%2C22.358578%201160.889038%2C26.560673%201161.625122%2C29.746792%20C1162.052124%2C31.594814%201164.052246%2C33.300285%201165.710571%2C34.604229%20C1172.459473%2C39.910954%201180.072632%2C42.040054%201188.662476%2C40.490761%20C1196.827271%2C39.018127%201196.797974%2C39.118977%201199.374512%2C46.864479%20C1203.421265%2C59.029778%201207.686279%2C71.124809%201211.559326%2C83.344559%20C1213.613647%2C89.825760%201217.656616%2C96.027481%201215.065552%2C103.424835%20C1214.690430%2C104.496239%201215.408081%2C106.018608%201215.798584%2C107.276886%20C1216.884033%2C110.775696%201218.200928%2C114.209221%201219.131714%2C117.746048%20C1219.457520%2C118.983917%201219.421387%2C120.858788%201218.695801%2C121.734665%20C1216.069092%2C124.905128%201213.079102%2C127.774689%201209.480103%2C131.538101%20C1204.353760%2C126.126076%201200.093994%2C120.710159%201194.944946%2C116.342766%20C1162.303711%2C88.657234%201124.281372%2C78.731598%201082.214478%2C83.474449%20C1052.154785%2C86.863541%201025.713989%2C98.848717%201003.561096%2C119.485245%20C976.647583%2C144.556503%20962.125427%2C175.871368%20959.220581%2C212.400940%20C956.706116%2C244.020767%20961.903015%2C274.253723%20978.304810%2C301.854736%20C1008.847168%2C353.251343%201067.134277%2C379.364502%201126.354980%2C368.320801%20C1130.175049%2C367.608459%201132.345703%2C368.379211%201134.650513%2C371.597778%20C1144.642212%2C385.551117%201155.023315%2C399.224945%201165.087891%2C413.127197%20C1167.132935%2C415.952057%201169.226440%2C417.250122%201172.851074%2C417.223999%20C1196.349243%2C417.054230%201219.849121%2C417.143005%201243.348511%2C417.123627%20C1244.924805%2C417.122314%201246.500732%2C416.929138%201249.420898%2C416.736572%20C1228.245483%2C391.624756%201207.829468%2C367.413422%201188.170532%2C344.100098%20C1197.997314%2C333.179169%201208.283325%2C323.557892%201216.306763%2C312.321106%20C1224.297363%2C301.130188%201230.017212%2C288.317932%201236.536011%2C276.571045%20C1252.408447%2C304.891785%201282.221924%2C305.262390%201299.567383%2C294.158722%20C1318.457397%2C282.066376%201325.151978%2C257.093018%201314.560181%2C236.969086%20C1309.091309%2C226.578659%201300.739746%2C219.434906%201289.624146%2C215.919312%20C1272.005127%2C210.346863%201256.746094%2C215.353622%201242.910645%2C228.461670%20C1242.910645%2C224.362396%201243.027588%2C221.533203%201242.892456%2C218.716125%20C1241.673584%2C193.299606%201235.250366%2C169.431274%201221.665894%2C147.703873%20C1217.733032%2C141.413437%201217.751099%2C141.396179%201223.012329%2C136.417587%20C1223.482666%2C135.972504%201224.036987%2C135.616379%201225.022949%2C134.855865%20C1233.766479%2C161.063156%201242.405151%2C186.955902%201250.968140%2C212.622086%20C1257.156616%2C210.339264%201262.556396%2C208.347412%201268.337769%2C206.214767%20C1259.525269%2C179.775787%201250.765015%2C153.492996%201241.890259%2C126.867043%20C1252.041138%2C123.177620%201261.724365%2C119.674194%201271.396484%2C116.140076%20C1319.878662%2C98.424889%201368.354126%2C80.691132%201416.858276%2C63.035831%20C1418.213379%2C62.542576%201419.863159%2C62.858959%201421.375610%2C62.797794%20C1420.997559%2C64.567398%201421.168823%2C66.778381%201420.156372%2C68.038422%20C1409.929199%2C80.768463%201399.574219%2C93.398438%201389.045776%2C105.879951%20C1387.925781%2C107.207733%201385.383789%2C108.204369%201383.652832%2C108.009651%20C1371.126221%2C106.600548%201360.673584%2C110.374939%201352.214355%2C119.704803%20C1327.256714%2C147.231064%201302.296509%2C174.755081%201277.355469%2C202.296600%20C1276.526855%2C203.211594%201275.897095%2C204.306610%201274.687988%2C205.998901%20C1291.187744%2C206.514648%201304.540894%2C212.372009%201315.326538%2C224.742935%20C1354.053345%2C177.956955%201392.424805%2C131.600113%201431.373779%2C84.545700%20C1434.743530%2C91.912277%201437.436523%2C98.343948%201440.609619%2C104.529396%20C1442.481689%2C108.178856%201442.051270%2C110.146461%201438.502563%2C112.597351%20C1421.185791%2C124.557365%201407.910522%2C140.230423%201397.870117%2C158.646194%20C1384.332520%2C183.476761%201379.932373%2C210.204910%201380.708984%2C238.249680%20C1382.313721%2C296.195465%201418.559326%2C346.929749%201473.706421%2C366.808411%20M769.388123%2C308.884186%20C772.470947%2C303.942444%20775.838135%2C299.153473%20778.589050%2C294.033417%20C793.096252%2C267.032745%20797.016235%2C237.928467%20794.722778%2C207.828720%20C792.626831%2C180.322433%20784.094482%2C154.990173%20766.748901%2C133.171799%20C741.384583%2C101.267136%20707.090576%2C85.548584%20667.433960%2C83.511627%20C627.039978%2C81.436798%20586.480957%2C82.612755%20545.995422%2C82.235985%20C541.181702%2C82.191185%20542.204590%2C85.332047%20542.203857%2C87.975182%20C542.180786%2C178.128067%20542.183167%2C268.280945%20542.195923%2C358.433838%20C542.196167%2C360.183472%20542.365051%2C361.933136%20542.469849%2C363.966370%20C544.914062%2C363.966370%20546.733459%2C363.966370%20548.552795%2C363.966370%20C580.881165%2C363.966339%20613.210938%2C364.134796%20645.537170%2C363.871674%20C656.334961%2C363.783783%20667.233154%2C363.337189%20677.896912%2C361.771027%20C715.025513%2C356.317993%20746.155090%2C340.024567%20769.388123%2C308.884186%20M5.294780%2C194.499969%20C5.294780%2C250.923828%205.294780%2C307.347687%205.294780%2C363.926636%20C28.374311%2C363.926636%2050.660465%2C363.926636%2073.612762%2C363.926636%20C73.612762%2C328.659027%2073.612762%2C293.600647%2073.612762%2C257.973236%20C76.881485%2C257.973236%2079.544312%2C258.256653%2082.123695%2C257.913269%20C87.231476%2C257.233307%2090.073532%2C259.225830%2092.656281%2C263.797943%20C110.767700%2C295.859802%20129.263565%2C327.704254%20147.477417%2C359.708771%20C149.372360%2C363.038513%20151.427719%2C364.279968%20155.301895%2C364.242859%20C176.799011%2C364.036957%20198.299103%2C364.149231%20219.798172%2C364.133118%20C221.380051%2C364.131958%20222.961823%2C363.977509%20225.379730%2C363.850372%20C202.962585%2C326.825134%20180.936905%2C290.446472%20158.622665%2C253.591187%20C161.079178%2C252.860077%20162.803116%2C252.356628%20164.521255%2C251.834152%20C188.274719%2C244.611008%20206.926514%2C231.172379%20217.428482%2C208.008759%20C224.354889%2C192.731537%20226.012756%2C176.628586%20224.044250%2C160.115524%20C220.962021%2C134.259903%20209.733154%2C113.219849%20187.287735%2C98.984634%20C169.268784%2C87.556755%20149.208832%2C83.129707%20128.242935%2C82.907036%20C89.083839%2C82.491135%2049.918659%2C82.671410%2010.757611%2C82.384735%20C6.282434%2C82.351974%205.179925%2C83.649010%205.200937%2C88.004921%20C5.370567%2C123.169266%205.295460%2C158.334778%205.294780%2C194.499969%20M374.500000%2C363.950134%20C386.609589%2C363.950134%20398.719147%2C363.950134%20411.342865%2C363.950134%20C411.342865%2C361.505829%20411.342834%2C359.712189%20411.342834%2C357.918579%20C411.342896%2C330.589508%20411.249695%2C303.259766%20411.458984%2C275.932281%20C411.485687%2C272.445709%20412.456909%2C268.644165%20414.058624%2C265.539581%20C444.685638%2C206.174515%20475.474884%2C146.893173%20506.214325%2C87.586105%20C506.995789%2C86.078323%20507.593903%2C84.475517%20508.557281%2C82.279198%20C505.948669%2C82.279198%20504.302856%2C82.279198%20502.657043%2C82.279198%20C480.827118%2C82.279198%20458.995819%2C82.406990%20437.168518%2C82.167519%20C432.981567%2C82.121582%20431.065552%2C83.581345%20429.359558%2C87.225426%20C413.119507%2C121.915520%20396.696442%2C156.519958%20380.316650%2C191.144592%20C379.556458%2C192.751495%20378.707062%2C194.316193%20377.617950%2C196.452164%20C376.626984%2C194.655762%20375.930817%2C193.542984%20375.374786%2C192.364075%20C358.818146%2C157.259705%20342.230774%2C122.169632%20325.800537%2C87.006149%20C324.183685%2C83.545807%20322.372223%2C82.126923%20318.350433%2C82.168228%20C295.856293%2C82.399216%20273.358612%2C82.279312%20250.862122%2C82.279282%20C249.339035%2C82.279282%20247.815933%2C82.279274%20245.533585%2C82.279274%20C246.951691%2C85.122978%20247.812836%2C86.911621%20248.726471%2C88.673035%20C279.407074%2C147.821793%20310.118286%2C206.954712%20340.694000%2C266.157623%20C342.073273%2C268.828186%20342.846405%2C272.125244%20342.864105%2C275.136597%20C343.026764%2C302.797974%20342.960052%2C330.460724%20342.960144%2C358.123047%20C342.960144%2C359.892700%20342.960144%2C361.662323%20342.960144%2C363.950104%20C353.584412%2C363.950104%20363.542206%2C363.950104%20374.500000%2C363.950134%20M907.301331%2C331.500031%20C907.301331%2C248.131760%20907.301331%2C164.763489%20907.301331%2C81.383026%20C884.177429%2C81.383026%20861.952576%2C81.383026%20839.475830%2C81.383026%20C839.475830%2C175.124802%20839.475830%2C268.502502%20839.475830%2C362.235870%20C862.111450%2C362.235870%20884.482849%2C362.235870%20907.301514%2C362.235870%20C907.301514%2C352.107666%20907.301514%2C342.303864%20907.301331%2C331.500031%20z%22%2F%3E%20%3Cpath%20fill%3D%22%231EA272%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M1473.339111%2C366.668945%20C1418.559326%2C346.929749%201382.313721%2C296.195465%201380.708984%2C238.249680%20C1379.932373%2C210.204910%201384.332520%2C183.476761%201397.870117%2C158.646194%20C1407.910522%2C140.230423%201421.185791%2C124.557365%201438.502563%2C112.597351%20C1442.051270%2C110.146461%201442.481689%2C108.178856%201440.609619%2C104.529396%20C1437.436523%2C98.343948%201434.743530%2C91.912277%201431.373779%2C84.545700%20C1392.424805%2C131.600113%201354.053345%2C177.956955%201315.326538%2C224.742935%20C1304.540894%2C212.372009%201291.187744%2C206.514648%201274.687988%2C205.998901%20C1275.897095%2C204.306610%201276.526855%2C203.211594%201277.355469%2C202.296600%20C1302.296509%2C174.755081%201327.256714%2C147.231064%201352.214355%2C119.704803%20C1360.673584%2C110.374939%201371.126221%2C106.600548%201383.652832%2C108.009651%20C1385.383789%2C108.204369%201387.925781%2C107.207733%201389.045776%2C105.879951%20C1399.574219%2C93.398438%201409.929199%2C80.768463%201420.156372%2C68.038422%20C1421.168823%2C66.778381%201420.997559%2C64.567398%201421.375610%2C62.797791%20C1419.863159%2C62.858959%201418.213379%2C62.542576%201416.858276%2C63.035831%20C1368.354126%2C80.691132%201319.878662%2C98.424889%201271.396484%2C116.140076%20C1261.724365%2C119.674194%201252.041138%2C123.177620%201241.890259%2C126.867043%20C1250.765015%2C153.492996%201259.525269%2C179.775787%201268.337769%2C206.214767%20C1262.556396%2C208.347412%201257.156616%2C210.339264%201250.968140%2C212.622086%20C1242.405151%2C186.955902%201233.766479%2C161.063156%201225.022949%2C134.855865%20C1224.036987%2C135.616379%201223.482666%2C135.972504%201223.012329%2C136.417587%20C1217.751099%2C141.396179%201217.733032%2C141.413437%201221.665894%2C147.703873%20C1235.250366%2C169.431274%201241.673584%2C193.299606%201242.892456%2C218.716125%20C1243.027588%2C221.533203%201242.910645%2C224.362396%201242.910645%2C228.461670%20C1256.746094%2C215.353622%201272.005127%2C210.346863%201289.624146%2C215.919312%20C1300.739746%2C219.434906%201309.091309%2C226.578659%201314.560181%2C236.969086%20C1325.151978%2C257.093018%201318.457397%2C282.066376%201299.567383%2C294.158722%20C1282.221924%2C305.262390%201252.408447%2C304.891785%201236.536011%2C276.571045%20C1230.017212%2C288.317932%201224.297363%2C301.130188%201216.306763%2C312.321106%20C1208.283325%2C323.557892%201197.997314%2C333.179169%201188.170532%2C344.100098%20C1207.829468%2C367.413422%201228.245483%2C391.624756%201249.420898%2C416.736572%20C1246.500732%2C416.929138%201244.924805%2C417.122314%201243.348511%2C417.123627%20C1219.849121%2C417.143005%201196.349243%2C417.054230%201172.851074%2C417.223999%20C1169.226440%2C417.250122%201167.132935%2C415.952057%201165.087891%2C413.127197%20C1155.023315%2C399.224945%201144.642212%2C385.551117%201134.650513%2C371.597778%20C1132.345703%2C368.379211%201130.175049%2C367.608459%201126.354980%2C368.320801%20C1067.134277%2C379.364502%201008.847168%2C353.251343%20978.304810%2C301.854736%20C961.903015%2C274.253723%20956.706116%2C244.020767%20959.220581%2C212.400940%20C962.125427%2C175.871368%20976.647583%2C144.556503%201003.561096%2C119.485245%20C1025.713989%2C98.848717%201052.154785%2C86.863541%201082.214478%2C83.474449%20C1124.281372%2C78.731598%201162.303711%2C88.657234%201194.944946%2C116.342766%20C1200.093994%2C120.710159%201204.353760%2C126.126076%201209.480103%2C131.538101%20C1213.079102%2C127.774689%201216.069092%2C124.905128%201218.695801%2C121.734665%20C1219.421387%2C120.858788%201219.457520%2C118.983917%201219.131714%2C117.746048%20C1218.200928%2C114.209221%201216.884033%2C110.775696%201215.798584%2C107.276886%20C1215.408081%2C106.018608%201214.690430%2C104.496239%201215.065552%2C103.424835%20C1217.656616%2C96.027481%201213.613647%2C89.825760%201211.559326%2C83.344559%20C1207.686279%2C71.124809%201203.421265%2C59.029778%201199.374512%2C46.864479%20C1196.797974%2C39.118977%201196.827271%2C39.018127%201188.662476%2C40.490761%20C1180.072632%2C42.040054%201172.459473%2C39.910954%201165.710571%2C34.604229%20C1164.052246%2C33.300285%201162.052124%2C31.594814%201161.625122%2C29.746792%20C1160.889038%2C26.560673%201160.065796%2C22.358578%201161.547852%2C20.021666%20C1162.747314%2C18.130505%201167.276123%2C17.771040%201170.338623%2C17.738939%20C1186.125122%2C17.573475%201201.915771%2C17.661577%201217.703613%2C17.804785%20C1227.342163%2C17.892218%201236.979858%2C18.193537%201246.614136%2C18.512529%20C1248.246460%2C18.566582%201249.918945%2C19.033791%201251.468994%2C19.596100%20C1254.369995%2C20.648396%201257.272095%2C21.996416%201256.714355%2C25.842716%20C1256.137451%2C29.821629%201252.922607%2C29.711740%201249.842041%2C30.033325%20C1237.798828%2C31.290564%201225.770142%2C32.689770%201213.744629%2C34.109688%20C1212.447754%2C34.262840%201211.188354%2C34.845085%201209.948730%2C35.324657%20C1209.358154%2C35.553173%201208.855225%2C36.008171%201207.895874%2C36.631161%20C1211.507202%2C47.542816%201215.103027%2C58.412453%201218.702148%2C69.281059%20C1220.586426%2C74.971321%201222.415039%2C80.681007%201224.383667%2C86.341980%20C1225.776611%2C90.347321%201227.085938%2C94.062790%201230.714722%2C97.227196%20C1233.652466%2C99.788910%201234.500610%2C104.746780%201236.522949%2C109.184723%20C1245.330322%2C105.988136%201254.193481%2C102.781860%201263.049072%2C99.555473%20C1312.017822%2C81.714577%201360.967773%2C63.821941%201409.981934%2C46.106735%20C1414.258301%2C44.561131%201414.928711%2C42.480808%201413.332642%2C38.627388%20C1409.576782%2C29.559248%201410.770264%2C26.980356%201419.859741%2C23.727699%20C1421.406250%2C23.174295%201422.925903%2C22.545830%201425.635864%2C21.495518%20C1420.812500%2C19.864285%201416.999634%2C18.657770%201413.247314%2C17.285254%20C1408.252563%2C15.458334%201406.291504%2C12.047843%201407.618286%2C7.782999%20C1408.952515%2C3.493536%201412.517334%2C1.699404%201417.590088%2C2.956530%20C1420.819946%2C3.756949%201423.965454%2C4.896992%201427.192505%2C5.710886%20C1432.050171%2C6.936083%201435.881470%2C8.999701%201436.425171%2C14.720467%20C1436.538574%2C15.912807%201437.661011%2C17.033491%201438.391479%2C18.138931%20C1443.142090%2C25.328703%201442.199707%2C27.945751%201433.854980%2C30.755844%20C1431.353760%2C31.598131%201428.875977%2C32.509998%201426.645386%2C33.298782%20C1438.870972%2C51.267052%201445.237793%2C71.842972%201454.772461%2C90.851303%20C1456.177368%2C93.652000%201457.388184%2C96.549995%201458.741699%2C99.519020%20C1467.065796%2C96.680962%201474.878174%2C93.285248%201483.037231%2C91.353653%20C1538.731812%2C78.168190%201587.990112%2C89.393700%201627.887451%2C131.915512%20C1649.213745%2C154.644653%201660.119629%2C182.513443%201663.106812%2C213.484314%20C1665.746948%2C240.856506%201662.729614%2C267.473206%201651.104248%2C292.575287%20C1629.066406%2C340.160431%201591.508179%2C366.930817%201539.733154%2C373.743011%20C1517.257690%2C376.700195%201495.181030%2C374.209167%201473.339111%2C366.668945%20M1590.087769%2C197.531067%20C1582.563477%2C175.244339%201568.255737%2C159.226654%201545.405884%2C152.745621%20C1525.179321%2C147.008591%201504.983765%2C147.832870%201485.373047%2C158.333344%20C1488.842773%2C166.017807%201492.105713%2C173.265091%201495.385864%2C180.504593%20C1503.357300%2C198.098404%201511.300781%2C215.705063%201519.341187%2C233.267303%20C1521.083008%2C237.071976%201521.382568%2C240.622543%201518.667480%2C244.040314%20C1513.884766%2C250.060608%201505.861206%2C248.582352%201502.327881%2C240.879211%20C1492.541504%2C219.543900%201482.864258%2C198.158569%201473.138550%2C176.795456%20C1472.216675%2C174.770294%201471.256836%2C172.762466%201469.777344%2C169.597351%20C1466.021362%2C175.229355%201462.615601%2C179.563934%201460.033203%2C184.343338%20C1449.368042%2C204.082077%201448.180054%2C225.342377%201450.867310%2C247.035248%20C1454.970825%2C280.159607%201477.094360%2C307.204254%201513.361572%2C310.651001%20C1548.468994%2C313.987549%201578.082520%2C297.973572%201589.692017%2C263.682983%20C1596.985107%2C242.141617%201596.707642%2C220.156555%201590.087769%2C197.531067%20M1136.958862%2C251.621460%20C1128.538330%2C250.568298%201120.069946%2C249.795105%201111.713501%2C248.366806%20C1105.816284%2C247.358856%201104.244995%2C242.189606%201107.974121%2C237.511261%20C1108.801636%2C236.473083%201109.787109%2C235.559708%201110.711548%2C234.600143%20C1127.123535%2C217.563156%201143.469238%2C200.461227%201160.020142%2C183.560196%20C1162.672852%2C180.851486%201162.726807%2C178.990509%201160.675781%2C175.995911%20C1155.230225%2C168.045319%201148.640625%2C161.389420%201140.499634%2C156.204453%20C1125.748535%2C146.809509%201109.375732%2C144.581253%201092.488525%2C146.045792%20C1068.046753%2C148.165512%201049.255493%2C159.691727%201037.683960%2C181.728729%20C1027.776245%2C200.597168%201026.614868%2C220.876358%201028.947144%2C241.582214%20C1032.695312%2C274.857086%201054.341553%2C303.447083%201092.809448%2C306.612701%20C1121.559692%2C308.978668%201145.424316%2C299.990021%201161.402344%2C274.804474%20C1165.039795%2C269.070923%201167.356689%2C262.499573%201170.671631%2C255.488373%20C1158.645508%2C254.105377%201148.251343%2C252.910080%201136.958862%2C251.621460%20M1173.712158%2C220.723404%20C1172.445557%2C211.778519%201171.178955%2C202.833633%201169.912354%2C193.888733%20C1169.328735%2C193.841049%201168.745239%2C193.793365%201168.161621%2C193.745682%20C1154.571289%2C207.873810%201140.980835%2C222.001938%201126.502930%2C237.052704%20C1142.876343%2C238.940201%201157.642334%2C240.642380%201173.745972%2C242.498764%20C1173.745972%2C234.898636%201173.745972%2C228.286453%201173.712158%2C220.723404%20M1271.018799%2C237.461212%20C1266.234009%2C246.426880%201261.449219%2C255.392563%201256.201294%2C265.226288%20C1262.767700%2C264.864594%201268.003906%2C264.576141%201273.698242%2C264.262451%20C1272.919556%2C273.807556%201272.184082%2C282.821472%201271.448608%2C291.835358%20C1271.933228%2C291.931854%201272.417725%2C292.028381%201272.902222%2C292.124878%20C1280.440552%2C278.199310%201287.978760%2C264.273743%201296.077637%2C249.312820%20C1289.621338%2C249.606262%201284.438477%2C249.841827%201278.720337%2C250.101715%20C1279.496460%2C240.449097%201280.228760%2C231.340805%201280.961060%2C222.232498%20C1280.511841%2C222.096512%201280.062622%2C221.960541%201279.613403%2C221.824554%20C1276.869873%2C226.822708%201274.126343%2C231.820877%201271.018799%2C237.461212%20z%22%2F%3E%20%3Cpath%20fill%3D%22%231EA272%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M769.188965%2C309.182312%20C746.155090%2C340.024567%20715.025513%2C356.317993%20677.896912%2C361.771027%20C667.233154%2C363.337189%20656.334961%2C363.783783%20645.537170%2C363.871674%20C613.210938%2C364.134796%20580.881165%2C363.966339%20548.552795%2C363.966370%20C546.733459%2C363.966370%20544.914062%2C363.966370%20542.469849%2C363.966370%20C542.365051%2C361.933136%20542.196167%2C360.183472%20542.195923%2C358.433838%20C542.183167%2C268.280945%20542.180786%2C178.128067%20542.203857%2C87.975182%20C542.204590%2C85.332047%20541.181702%2C82.191185%20545.995422%2C82.235985%20C586.480957%2C82.612755%20627.039978%2C81.436798%20667.433960%2C83.511627%20C707.090576%2C85.548584%20741.384583%2C101.267136%20766.748901%2C133.171799%20C784.094482%2C154.990173%20792.626831%2C180.322433%20794.722778%2C207.828720%20C797.016235%2C237.928467%20793.096252%2C267.032745%20778.589050%2C294.033417%20C775.838135%2C299.153473%20772.470947%2C303.942444%20769.188965%2C309.182312%20M720.136780%2C258.547974%20C725.891846%2C244.159988%20727.065430%2C229.147385%20726.149292%2C213.869324%20C723.898621%2C176.332001%20701.889404%2C150.395493%20664.914917%2C144.381592%20C648.788757%2C141.758636%20632.071960%2C142.856598%20615.639160%2C141.971191%20C611.074341%2C141.725235%20610.128662%2C143.308701%20610.142212%2C147.602921%20C610.290161%2C194.414368%20610.234741%2C241.226456%20610.235046%2C288.038361%20C610.235046%2C291.869934%20610.328003%2C295.704285%20610.209229%2C299.532104%20C610.129333%2C302.109680%20611.153809%2C303.102844%20613.732239%2C303.034332%20C629.041016%2C302.627441%20644.477539%2C303.416046%20659.634766%2C301.706512%20C687.084229%2C298.610504%20708.292542%2C285.479614%20720.136780%2C258.547974%20z%22%2F%3E%20%3Cpath%20fill%3D%22%231EA272%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M5.294921%2C193.999954%20C5.295460%2C158.334778%205.370567%2C123.169266%205.200937%2C88.004921%20C5.179925%2C83.649010%206.282434%2C82.351974%2010.757611%2C82.384735%20C49.918659%2C82.671410%2089.083839%2C82.491135%20128.242935%2C82.907036%20C149.208832%2C83.129707%20169.268784%2C87.556755%20187.287735%2C98.984634%20C209.733154%2C113.219849%20220.962021%2C134.259903%20224.044250%2C160.115524%20C226.012756%2C176.628586%20224.354889%2C192.731537%20217.428482%2C208.008759%20C206.926514%2C231.172379%20188.274719%2C244.611008%20164.521255%2C251.834152%20C162.803116%2C252.356628%20161.079178%2C252.860077%20158.622665%2C253.591187%20C180.936905%2C290.446472%20202.962585%2C326.825134%20225.379730%2C363.850372%20C222.961823%2C363.977509%20221.380051%2C364.131958%20219.798172%2C364.133118%20C198.299103%2C364.149231%20176.799011%2C364.036957%20155.301895%2C364.242859%20C151.427719%2C364.279968%20149.372360%2C363.038513%20147.477417%2C359.708771%20C129.263565%2C327.704254%20110.767700%2C295.859802%2092.656281%2C263.797943%20C90.073532%2C259.225830%2087.231476%2C257.233307%2082.123695%2C257.913269%20C79.544312%2C258.256653%2076.881485%2C257.973236%2073.612762%2C257.973236%20C73.612762%2C293.600647%2073.612762%2C328.659027%2073.612762%2C363.926636%20C50.660465%2C363.926636%2028.374311%2C363.926636%205.294780%2C363.926636%20C5.294780%2C307.347687%205.294780%2C250.923828%205.294921%2C193.999954%20M120.298347%2C140.055542%20C104.881729%2C140.055542%2089.465111%2C140.055542%2074.069519%2C140.055542%20C74.069519%2C163.989807%2074.069519%2C187.344620%2074.069519%2C210.565048%20C91.333542%2C210.565048%20108.145004%2C211.044022%20124.909561%2C210.365021%20C133.420715%2C210.020279%20141.819397%2C207.206573%20147.442932%2C200.010300%20C157.231949%2C187.483566%20157.489410%2C173.370987%20152.000244%2C159.332291%20C146.696548%2C145.767914%20134.849930%2C141.159348%20120.298347%2C140.055542%20z%22%2F%3E%20%3Cpath%20fill%3D%22%231EA272%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M374.000000%2C363.950134%20C363.542206%2C363.950104%20353.584412%2C363.950104%20342.960144%2C363.950104%20C342.960144%2C361.662323%20342.960144%2C359.892700%20342.960144%2C358.123047%20C342.960052%2C330.460724%20343.026764%2C302.797974%20342.864105%2C275.136597%20C342.846405%2C272.125244%20342.073273%2C268.828186%20340.694000%2C266.157623%20C310.118286%2C206.954712%20279.407074%2C147.821793%20248.726471%2C88.673035%20C247.812836%2C86.911621%20246.951691%2C85.122978%20245.533585%2C82.279274%20C247.815933%2C82.279274%20249.339035%2C82.279282%20250.862122%2C82.279282%20C273.358612%2C82.279312%20295.856293%2C82.399216%20318.350433%2C82.168228%20C322.372223%2C82.126923%20324.183685%2C83.545807%20325.800537%2C87.006149%20C342.230774%2C122.169632%20358.818146%2C157.259705%20375.374786%2C192.364075%20C375.930817%2C193.542984%20376.626984%2C194.655762%20377.617950%2C196.452164%20C378.707062%2C194.316193%20379.556458%2C192.751495%20380.316650%2C191.144592%20C396.696442%2C156.519958%20413.119507%2C121.915520%20429.359558%2C87.225426%20C431.065552%2C83.581345%20432.981567%2C82.121582%20437.168518%2C82.167519%20C458.995819%2C82.406990%20480.827118%2C82.279198%20502.657043%2C82.279198%20C504.302856%2C82.279198%20505.948669%2C82.279198%20508.557281%2C82.279198%20C507.593903%2C84.475517%20506.995789%2C86.078323%20506.214325%2C87.586105%20C475.474884%2C146.893173%20444.685638%2C206.174515%20414.058624%2C265.539581%20C412.456909%2C268.644165%20411.485687%2C272.445709%20411.458984%2C275.932281%20C411.249695%2C303.259766%20411.342896%2C330.589508%20411.342834%2C357.918579%20C411.342834%2C359.712189%20411.342865%2C361.505829%20411.342865%2C363.950134%20C398.719147%2C363.950134%20386.609589%2C363.950134%20374.000000%2C363.950134%20z%22%2F%3E%20%3Cpath%20fill%3D%22%231EA272%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M907.301392%2C332.000061%20C907.301514%2C342.303864%20907.301514%2C352.107666%20907.301514%2C362.235870%20C884.482849%2C362.235870%20862.111450%2C362.235870%20839.475830%2C362.235870%20C839.475830%2C268.502502%20839.475830%2C175.124802%20839.475830%2C81.383026%20C861.952576%2C81.383026%20884.177429%2C81.383026%20907.301331%2C81.383026%20C907.301331%2C164.763489%20907.301331%2C248.131760%20907.301392%2C332.000061%20z%22%2F%3E%20%3Cpath%20fill%3D%22%230A0A0A%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M1590.192383%2C197.915527%20C1596.707642%2C220.156555%201596.985107%2C242.141617%201589.692017%2C263.682983%20C1578.082520%2C297.973572%201548.468994%2C313.987549%201513.361572%2C310.651001%20C1477.094360%2C307.204254%201454.970825%2C280.159607%201450.867310%2C247.035248%20C1448.180054%2C225.342377%201449.368042%2C204.082077%201460.033203%2C184.343338%20C1462.615601%2C179.563934%201466.021362%2C175.229355%201469.777344%2C169.597351%20C1471.256836%2C172.762466%201472.216675%2C174.770294%201473.138550%2C176.795456%20C1482.864258%2C198.158569%201492.541504%2C219.543900%201502.327881%2C240.879211%20C1505.861206%2C248.582352%201513.884766%2C250.060608%201518.667480%2C244.040314%20C1521.382568%2C240.622543%201521.083008%2C237.071976%201519.341187%2C233.267303%20C1511.300781%2C215.705063%201503.357300%2C198.098404%201495.385864%2C180.504593%20C1492.105713%2C173.265091%201488.842773%2C166.017807%201485.373047%2C158.333344%20C1504.983765%2C147.832870%201525.179321%2C147.008591%201545.405884%2C152.745621%20C1568.255737%2C159.226654%201582.563477%2C175.244339%201590.192383%2C197.915527%20z%22%2F%3E%20%3Cpath%20fill%3D%22%230A0A0A%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M1137.408081%2C251.668121%20C1148.251343%2C252.910080%201158.645508%2C254.105377%201170.671631%2C255.488373%20C1167.356689%2C262.499573%201165.039795%2C269.070923%201161.402344%2C274.804474%20C1145.424316%2C299.990021%201121.559692%2C308.978668%201092.809448%2C306.612701%20C1054.341553%2C303.447083%201032.695312%2C274.857086%201028.947144%2C241.582214%20C1026.614868%2C220.876358%201027.776245%2C200.597168%201037.683960%2C181.728729%20C1049.255493%2C159.691727%201068.046753%2C148.165512%201092.488525%2C146.045792%20C1109.375732%2C144.581253%201125.748535%2C146.809509%201140.499634%2C156.204453%20C1148.640625%2C161.389420%201155.230225%2C168.045319%201160.675781%2C175.995911%20C1162.726807%2C178.990509%201162.672852%2C180.851486%201160.020142%2C183.560196%20C1143.469238%2C200.461227%201127.123535%2C217.563156%201110.711548%2C234.600143%20C1109.787109%2C235.559708%201108.801636%2C236.473083%201107.974121%2C237.511261%20C1104.244995%2C242.189606%201105.816284%2C247.358856%201111.713501%2C248.366806%20C1120.069946%2C249.795105%201128.538330%2C250.568298%201137.408081%2C251.668121%20z%22%2F%3E%20%3Cpath%20fill%3D%22%230A0A0A%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M1173.729004%2C221.198853%20C1173.745972%2C228.286453%201173.745972%2C234.898636%201173.745972%2C242.498764%20C1157.642334%2C240.642380%201142.876343%2C238.940201%201126.502930%2C237.052704%20C1140.980835%2C222.001938%201154.571289%2C207.873810%201168.161621%2C193.745682%20C1168.745239%2C193.793365%201169.328735%2C193.841049%201169.912354%2C193.888733%20C1171.178955%2C202.833633%201172.445557%2C211.778519%201173.729004%2C221.198853%20z%22%2F%3E%20%3Cpath%20fill%3D%22%230A0A0A%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M1271.200806%2C237.140121%20C1274.126343%2C231.820877%201276.869873%2C226.822708%201279.613403%2C221.824554%20C1280.062622%2C221.960541%201280.511841%2C222.096512%201280.961060%2C222.232498%20C1280.228760%2C231.340805%201279.496460%2C240.449097%201278.720337%2C250.101715%20C1284.438477%2C249.841827%201289.621338%2C249.606262%201296.077637%2C249.312820%20C1287.978760%2C264.273743%201280.440552%2C278.199310%201272.902222%2C292.124878%20C1272.417725%2C292.028381%201271.933228%2C291.931854%201271.448608%2C291.835358%20C1272.184082%2C282.821472%201272.919556%2C273.807556%201273.698242%2C264.262451%20C1268.003906%2C264.576141%201262.767700%2C264.864594%201256.201294%2C265.226288%20C1261.449219%2C255.392563%201266.234009%2C246.426880%201271.200806%2C237.140121%20z%22%2F%3E%20%3Cpath%20fill%3D%22%230A0A0A%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M719.988586%2C258.899384%20C708.292542%2C285.479614%20687.084229%2C298.610504%20659.634766%2C301.706512%20C644.477539%2C303.416046%20629.041016%2C302.627441%20613.732239%2C303.034332%20C611.153809%2C303.102844%20610.129333%2C302.109680%20610.209229%2C299.532104%20C610.328003%2C295.704285%20610.235046%2C291.869934%20610.235046%2C288.038361%20C610.234741%2C241.226456%20610.290161%2C194.414368%20610.142212%2C147.602921%20C610.128662%2C143.308701%20611.074341%2C141.725235%20615.639160%2C141.971191%20C632.071960%2C142.856598%20648.788757%2C141.758636%20664.914917%2C144.381592%20C701.889404%2C150.395493%20723.898621%2C176.332001%20726.149292%2C213.869324%20C727.065430%2C229.147385%20725.891846%2C244.159988%20719.988586%2C258.899384%20z%22%2F%3E%20%3Cpath%20fill%3D%22%230A0A0A%22%20opacity%3D%221.000000%22%20stroke%3D%22none%22%20d%3D%22%20M120.768494%2C140.076782%20C134.849930%2C141.159348%20146.696548%2C145.767914%20152.000244%2C159.332291%20C157.489410%2C173.370987%20157.231949%2C187.483566%20147.442932%2C200.010300%20C141.819397%2C207.206573%20133.420715%2C210.020279%20124.909561%2C210.365021%20C108.145004%2C211.044022%2091.333542%2C210.565048%2074.069519%2C210.565048%20C74.069519%2C187.344620%2074.069519%2C163.989807%2074.069519%2C140.055542%20C89.465111%2C140.055542%20104.881729%2C140.055542%20120.768494%2C140.076782%20z%22%2F%3E%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

/* (2) ANNOUNCEMENT / PROMO BAR — white text on green (was green-on-green) */
html.rdq-dark .rydiqo-desktop-promo,
html.rdq-dark .rydiqo-mobile-promo { background: #1CA171 !important; }
html.rdq-dark .rydiqo-desktop-promo__link,
html.rdq-dark .rydiqo-desktop-promo,
html.rdq-dark .rydiqo-desktop-promo__dot,
html.rdq-dark .rydiqo-mobile-promo,
html.rdq-dark .rydiqo-mobile-promo__link { color: #FFFFFF !important; }

/* (3) SEARCH BAR — __left is the ONLY fill (icon+input live inside it,
   input is transparent). Match the header/footer black exactly so the
   strip disappears into the bar, only the green ring shows. */
html.rdq-dark .rydiqo-search__left {
  background: #0A0A0A !important;
  background-color: #0A0A0A !important;
  background-image: none !important;
}
html.rdq-dark .rydiqo-search__icon,
html.rdq-dark .rydiqo-search__input,
html.rdq-dark .rydiqo-search__divider {
  background: transparent !important;
  background-color: transparent !important;
}
html.rdq-dark .rydiqo-search__input { color: var(--rdq-text) !important; }
html.rdq-dark .rydiqo-search { border-color: #1CA171 !important; }
html.rdq-dark .rydiqo-search__btn-wrapper { background: transparent !important; }
html.rdq-dark .rydiqo-search__btn,
html.rdq-dark .rydiqo-search button[type="submit"] {
  background: #1CA171 !important; color: #fff !important;
}
html.rdq-dark .rydiqo-search__icon,
html.rdq-dark .rydiqo-search__icon svg { color: var(--rdq-mint) !important; stroke: var(--rdq-mint) !important; }

/* (4) PRODUCT GALLERY — dark letterbox instead of white */
html.rdq-dark .rpx-main,
html.rdq-dark .rpx-slide,
html.rdq-dark .rpx-main-img,
html.rdq-dark .rpx-gallery,
html.rdq-dark .rpx-stage {
  background: var(--rdq-surface-2) !important;
  background-color: var(--rdq-surface-2) !important;
}
html.rdq-dark .rpx-main { border-color: var(--rdq-dborder) !important; }

/* (5) DESCRIPTION READ-MORE FADE — fade to black, not white */
html.rdq-dark .rpx-desc-fade,
html.rdq-dark .rpx-fade,
html.rdq-dark [class*="desc"][class*="fade"],
html.rdq-dark .rdq-fix-fade {
  background: linear-gradient(180deg, rgba(10,10,10,0) 0%, #0A0A0A 85%) !important;
}

/* (6) FOOTER TOGGLE — gap so label doesn't touch the next link */
html.rdq-dark .rdq-footer-toggle,
.rdq-footer-toggle { margin-right: 20px; }
.rdq-footer-toggle .rdq-tog-off,
.rdq-footer-toggle .rdq-tog-on { margin-left: 2px; }

/* (7) PRICE SLIDER — visible track + green active range (real classes) */
html.rdq-dark .ryd-price-slider__track,
html.rdq-dark .ryd-m-slider__track {
  background: #3A3A3A !important;
}
html.rdq-dark .ryd-price-slider__range,
html.rdq-dark .ryd-m-slider__fill {
  background: #1CA171 !important;
}
html.rdq-dark .ryd-price-slider__input::-webkit-slider-thumb,
html.rdq-dark .ryd-m-slider__range::-webkit-slider-thumb {
  background: #fff !important; border: 2.5px solid #1CA171 !important;
}
html.rdq-dark .ryd-price-slider__input::-moz-range-thumb,
html.rdq-dark .ryd-m-slider__range::-moz-range-thumb {
  background: #fff !important; border: 2.5px solid #1CA171 !important;
}

/* (4b) PRODUCT CARD IMAGES (collection/search) — dark letterbox, no white bars.
   Photos use object-fit:contain (intentional, no cropping) so the wrap bg shows
   around them; make that bg dark. */
html.rdq-dark .ryd-card__img-wrap,
html.rdq-dark .ryd-card__img-link,
html.rdq-dark .ryd-card__img-placeholder {
  background: var(--rdq-surface-2) !important;
  background-color: var(--rdq-surface-2) !important;
}

/* (8) CATEGORY SCROLL ARROW — dark fade instead of white gradient */
html.rdq-dark .rydiqo-snav-arrow,
html.rdq-dark .rydiqo-snav-arrow--right,
html.rdq-dark .rydiqo-snav-arrow--left {
  background: var(--rdq-darkbg) !important;
}
html.rdq-dark .rydiqo-snav-arrow--right {
  background: linear-gradient(270deg, #0A0A0A 58%, rgba(10,10,10,0) 100%) !important;
}
html.rdq-dark .rydiqo-snav-arrow--left {
  background: linear-gradient(90deg, #0A0A0A 58%, rgba(10,10,10,0) 100%) !important;
}
html.rdq-dark .rydiqo-snav-arrow__icon {
  background: var(--rdq-surface) !important;
  color: var(--rdq-mint) !important;
}
html.rdq-dark .rydiqo-snav-arrow svg { stroke: var(--rdq-mint) !important; }


/* (3b) ALL OTHER SEARCH BARS (collections / 404 / help) — mirror the
   header: container = page black, green ring, transparent input, green
   button. One seamless fill, no grey box. */
html.rdq-dark .rdq-cl-search,
html.rdq-dark .rdq-search-form,
html.rdq-dark .rdq-search-wrap {
  background: #0A0A0A !important;
  background-color: #0A0A0A !important;
  background-image: none !important;
  border-color: #1CA171 !important;
}
html.rdq-dark .rdq-cl-search-input,
html.rdq-dark .rdq-cl-search-icon,
html.rdq-dark .rdq-search-input {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--rdq-text) !important;
}
html.rdq-dark .rdq-cl-search-icon,
html.rdq-dark .rdq-cl-search-icon svg { color: var(--rdq-mint) !important; stroke: var(--rdq-mint) !important; }
html.rdq-dark .rdq-cl-search-submit,
html.rdq-dark .rdq-cl-search-input[type="submit"] {
  background: #1CA171 !important; color: #fff !important;
}

/* (7b) PRICE SLIDER — container & range inputs must be transparent
   (global input rule was painting a grey box behind the slider) */
html.rdq-dark .ryd-price-slider,
html.rdq-dark .ryd-price-slider__wrap,
html.rdq-dark .ryd-price-slider__input,
html.rdq-dark .ryd-m-slider,
html.rdq-dark .ryd-m-slider__wrap,
html.rdq-dark .ryd-m-slider__range {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
}
html.rdq-dark .ryd-price-slider__track,
html.rdq-dark .ryd-m-slider__track { background: #3A3A3A !important; }
html.rdq-dark .ryd-price-slider__range,
html.rdq-dark .ryd-m-slider__fill { background: #1CA171 !important; }

/* (9) PRODUCT GALLERY DOTS — dark frosted pill, visible light dots,
   green active dot (was dark-on-dark, invisible) */
html.rdq-dark .rpx-dots {
  background: rgba(10, 10, 10, 0.6) !important;
}
html.rdq-dark .rpx-dot {
  background: rgba(255, 255, 255, 0.45) !important;
}
html.rdq-dark .rpx-dot.is-active {
  background: #1CA171 !important;
}

/* (5b) DESCRIPTION READ-MORE FADE — the real ::after overlay on
   .rpx-desc-wrap. Was fading to #fff; fade to page black instead. */
html.rdq-dark .rpx-desc-wrap.is-truncated:not(.is-expanded)::after {
  background: linear-gradient(180deg, transparent, #0A0A0A 70%) !important;
}

/* (10) FOOTER LINES — buyer (dark) side: GREEN (were black-on-black,
   invisible). Covers vertical stat dividers + both horizontal lines
   (above the stats, and under them above the links grid). Seller side
   keeps its white lines. */
html.rdq-dark .rydiqo-footer__side--buyer .rydiqo-footer__stat {
  border-left-color: #1CA171 !important;
}
html.rdq-dark .rydiqo-footer__side--buyer .rydiqo-footer__stats {
  border-top-color: #1CA171 !important;
}
html.rdq-dark .rydiqo-footer__side--buyer .rydiqo-footer__links {
  border-top-color: #1CA171 !important;
}


/* (3c) SEARCH INPUTS — FINAL. The global input rule's :not() chain gave it
   specificity (0,4,2), out-ranking every targeted search rule. type="search"
   is now excluded from that rule. Here we also strip Safari's native search
   chrome (appearance:none) and force every search field transparent so the
   black container shows through. This is the authoritative search rule. */
html.rdq-dark input[type="search"],
html.rdq-dark .rydiqo-search__input,
html.rdq-dark .rdq-cl-search-input,
html.rdq-dark .rdq-search-input {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--rdq-text) !important;
}
/* containers = page black; ring = green; buttons = green */
html.rdq-dark .rydiqo-search__left,
html.rdq-dark .rdq-cl-search,
html.rdq-dark .rdq-search-form,
html.rdq-dark .rdq-search-wrap {
  background: #0A0A0A !important;
  background-color: #0A0A0A !important;
  background-image: none !important;
}
html.rdq-dark .rydiqo-search__icon,
html.rdq-dark .rydiqo-search__divider,
html.rdq-dark .rdq-cl-search-icon {
  background: transparent !important;
  background-color: transparent !important;
}

/* (3d) MOBILE header search container — the descendant selector
   .rydiqo-mobile-searchrow .rydiqo-search__left is (0,3,1) and was greying
   the mobile search. Match it exactly, placed last → wins. */
html.rdq-dark .rydiqo-mobile-searchrow .rydiqo-search__left {
  background: #0A0A0A !important;
  background-color: #0A0A0A !important;
  background-image: none !important;
}

/* ============================================================
   (11) BLOG / ARTICLE PAGES — text was invisible. The .rdq-article
   scope hardcodes --rdq-ink:#0F1114 (dark) AND applies it with
   !important on every text rule, so the token remap alone can't win.
   Override the article text colours directly for dark mode.
   ============================================================ */
html.rdq-dark .rdq-article,
html.rdq-dark .rdq-article p,
html.rdq-dark .rdq-article li,
html.rdq-dark .rdq-article span,
html.rdq-dark .rdq-article h1,
html.rdq-dark .rdq-article h2,
html.rdq-dark .rdq-article h3,
html.rdq-dark .rdq-article h4,
html.rdq-dark .rdq-prose,
html.rdq-dark .rdq-prose h2,
html.rdq-dark .rdq-prose h3,
html.rdq-dark .rdq-prose h4,
html.rdq-dark .rdq-breadcrumb-current {
  color: var(--rdq-text) !important;
}
html.rdq-dark .rdq-prose p,
html.rdq-dark .rdq-prose ul,
html.rdq-dark .rdq-prose ol,
html.rdq-dark .rdq-prose li {
  color: #C9CDD2 !important;
}
html.rdq-dark .rdq-breadcrumb a,
html.rdq-dark .rdq-breadcrumb span[aria-hidden] { color: var(--rdq-subtxt) !important; }
html.rdq-dark .rdq-prose a { color: var(--rdq-mint) !important; }
html.rdq-dark .rdq-prose a:hover { color: #7CEBBF !important; }
html.rdq-dark .rdq-accent { color: var(--rdq-mint) !important; }
/* article page background + cards */
html.rdq-dark .rdq-article { background: var(--rdq-darkbg) !important; }
html.rdq-dark .rdq-article-body { background: transparent !important; }

/* ============================================================
   (12) NEW HEADER NAVIGATION (rebuilt 14 JUN) — USP bar, priority
   chip nav, "More" popover, mega menu, mobile drawer. All used
   white/#f4f5f4 backgrounds; recolour for dark mode.
   ============================================================ */

/* USP / trust bar (green strip) — keep green, white text already set */
html.rdq-dark .rydiqo-uspbar { background: transparent !important; }
html.rdq-dark .rydiqo-usp,
html.rdq-dark .rydiqo-usp__ic svg { color: #fff !important; stroke: #fff !important; }
html.rdq-dark .rydiqo-usp--cta .rydiqo-usp__tx { background: #fff !important; color: #1CA171 !important; }

/* Priority-nav chip row */
html.rdq-dark .rydiqo-pnav {
  background: var(--rdq-darkbg) !important;
  border-bottom-color: var(--rdq-dborder) !important;
}
html.rdq-dark .rydiqo-pnav-chip {
  background: var(--rdq-surface-2) !important;
  color: var(--rdq-text) !important;
  border-color: transparent !important;
}
html.rdq-dark .rydiqo-pnav-chip:hover { background: rgba(52,211,153,.14) !important; color: var(--rdq-mint) !important; }
html.rdq-dark .rydiqo-pnav-chip.is-active { background: #1CA171 !important; color: #fff !important; }
html.rdq-dark .rydiqo-pnav-chip--sold { background: rgba(52,211,153,.14) !important; color: var(--rdq-mint) !important; }
html.rdq-dark .rydiqo-pnav-chip--deal { background: var(--rdq-surface) !important; border-color: #1CA171 !important; color: var(--rdq-mint) !important; }
html.rdq-dark .rydiqo-pnav-more {
  color: var(--rdq-mint) !important;
  border-color: var(--rdq-dborder) !important;
  background: transparent !important;
}
html.rdq-dark .rydiqo-pnav-more:hover,
html.rdq-dark .rydiqo-pnav-more.has-active { border-color: #1CA171 !important; background: rgba(52,211,153,.12) !important; }

/* "More" popover */
html.rdq-dark .rydiqo-pnav-pop {
  background: var(--rdq-surface) !important;
  border-color: var(--rdq-dborder) !important;
  box-shadow: 0 12px 36px rgba(0,0,0,.6) !important;
}
html.rdq-dark .rydiqo-pnav-pop .rydiqo-pnav-chip { background: none !important; color: var(--rdq-text) !important; }
html.rdq-dark .rydiqo-pnav-pop .rydiqo-pnav-chip:hover { background: rgba(52,211,153,.12) !important; color: var(--rdq-mint) !important; }
html.rdq-dark .rydiqo-pnav-pop .rydiqo-pnav-chip.is-active { background: #1CA171 !important; color: #fff !important; }

/* Mega menu */
html.rdq-dark .rydiqo-mega {
  background: var(--rdq-surface) !important;
  border-color: var(--rdq-dborder) !important;
  box-shadow: 0 18px 50px rgba(0,0,0,.65) !important;
}
html.rdq-dark .rydiqo-mega__feature { border-left-color: var(--rdq-dborder) !important; }
html.rdq-dark .rydiqo-mega__heading {
  color: var(--rdq-text) !important;
  border-bottom-color: var(--rdq-dborder) !important;
}
html.rdq-dark .rydiqo-mega__heading:hover { color: var(--rdq-mint) !important; }
html.rdq-dark .rydiqo-mega__link { color: var(--rdq-subtxt) !important; }
html.rdq-dark .rydiqo-mega__link:hover { background: rgba(52,211,153,.12) !important; color: var(--rdq-mint) !important; }
html.rdq-dark .rydiqo-mega__flatlink { color: var(--rdq-text) !important; }
html.rdq-dark .rydiqo-mega__flatlink:hover { background: rgba(52,211,153,.12) !important; color: var(--rdq-mint) !important; }
html.rdq-dark .rydiqo-mega__feature-heading { color: var(--rdq-text) !important; }
html.rdq-dark .rydiqo-mega__feature-text { color: var(--rdq-subtxt) !important; }
html.rdq-dark .rydiqo-mega__feature-eyebrow,
html.rdq-dark .rydiqo-mega__feature-cta { color: var(--rdq-mint) !important; }

/* Mobile horizontal scroll-nav chips */
html.rdq-dark .rydiqo-snav--mobile .rydiqo-snav-link {
  background: var(--rdq-surface-2) !important;
  color: var(--rdq-text) !important;
  border-color: transparent !important;
}
html.rdq-dark .rydiqo-snav--mobile .rydiqo-snav-link.is-active { background: #1CA171 !important; color: #fff !important; border-color: #1CA171 !important; }
html.rdq-dark .rydiqo-snav--mobile .rydiqo-snav-link--sold { background: rgba(52,211,153,.14) !important; color: var(--rdq-mint) !important; }
html.rdq-dark .rydiqo-snav--mobile .rydiqo-snav-link--deal { background: var(--rdq-surface) !important; border-color: #1CA171 !important; color: var(--rdq-mint) !important; }
/* mobile snav edge fades: white -> black */
html.rdq-dark .rydiqo-snav--mobile::before { background: linear-gradient(to right, #0A0A0A 35%, rgba(10,10,10,0)) !important; }
html.rdq-dark .rydiqo-snav--mobile::after  { background: linear-gradient(to left, #0A0A0A 35%, rgba(10,10,10,0)) !important; }

/* Mobile menu drawer */
html.rdq-dark .rydiqo-mdrawer__scrim { background: rgba(0,0,0,.6) !important; }
html.rdq-dark .rydiqo-mdrawer__panel {
  background: var(--rdq-darkbg) !important;
  border-bottom-color: var(--rdq-dborder) !important;
}
html.rdq-dark .rydiqo-mdrawer__head { border-bottom-color: var(--rdq-dborder) !important; }
html.rdq-dark .rydiqo-mdrawer__title { color: var(--rdq-text) !important; }
html.rdq-dark .rydiqo-mdrawer__close { color: var(--rdq-text) !important; }
html.rdq-dark .rydiqo-mdrawer__sec { border-bottom-color: var(--rdq-dborder) !important; }
html.rdq-dark .rydiqo-mdrawer__link,
html.rdq-dark .rydiqo-mdrawer__link-label,
html.rdq-dark .rydiqo-mdrawer__acc-btn { color: var(--rdq-text) !important; }
html.rdq-dark .rydiqo-mdrawer__link { border-bottom-color: var(--rdq-dborder) !important; }
html.rdq-dark .rydiqo-mdrawer__link-ic,
html.rdq-dark .rydiqo-mdrawer__acc-chev,
html.rdq-dark .rydiqo-mdrawer__chev { color: var(--rdq-mint) !important; }
html.rdq-dark .rydiqo-mdrawer__acc-panel { background: var(--rdq-surface) !important; }
html.rdq-dark .rydiqo-mdrawer__sublink { color: var(--rdq-subtxt) !important; border-bottom-color: var(--rdq-dborder) !important; }
html.rdq-dark .rydiqo-mdrawer__sublink--all { color: var(--rdq-mint) !important; }
html.rdq-dark .rydiqo-mdrawer__sublink:hover,
html.rdq-dark .rydiqo-mdrawer__link:hover { background: var(--rdq-surface) !important; }
html.rdq-dark .rydiqo-mobile-menu-btn,
html.rdq-dark .rydiqo-mobile-menu-btn svg { color: var(--rdq-text) !important; stroke: var(--rdq-text) !important; }
/* sell CTA in drawer stays green */
html.rdq-dark .rydiqo-mdrawer__sell { background: #1CA171 !important; color: #fff !important; }
html.rdq-dark .rydiqo-mdrawer__sell-tx,
html.rdq-dark .rydiqo-mdrawer__sell-ic,
html.rdq-dark .rydiqo-mdrawer__sell-arrow { color: #fff !important; }