/* Gift cards page dark theme */

:root[data-theme="dark"] body.gift-cards-page {
  background: #050b18;
  color: var(--text);
}

:root[data-theme="dark"] body.gift-cards-page .site-nav a {
  color: rgba(255, 255, 255, 0.88);
}

:root[data-theme="dark"] body.gift-cards-page .site-nav a:hover {
  color: var(--gold);
}

:root[data-theme="dark"] body.gift-cards-page .site-nav a[aria-current="page"] {
  background: transparent !important;
  color: var(--gold) !important;
}

:root[data-theme="dark"] body.gift-cards-page .site-nav-dropdown {
  background: #0c1833;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
}

:root[data-theme="dark"] body.gift-cards-page .site-nav-dropdown a {
  color: var(--text-soft);
}

:root[data-theme="dark"] body.gift-cards-page .site-nav-dropdown a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

:root[data-theme="dark"] body.gift-cards-page .menu-toggle {
  background: rgba(10, 30, 70, 0.55);
  border-color: rgba(255, 255, 255, 0.14);
}

:root[data-theme="dark"] body.gift-cards-page .menu-toggle span {
  background: rgba(255, 255, 255, 0.9);
}

:root[data-theme="dark"] body.gift-cards-page .brand .brand-logo {
  filter: brightness(0) invert(1);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-hero .hero-wave::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #050b18;
  background-image:
    linear-gradient(180deg, rgba(5, 11, 24, 0.55) 0%, rgba(5, 11, 24, 0.78) 100%),
    url("../images/dark-mode-bellino.png");
  background-repeat: no-repeat, repeat;
  background-position: 0 0, 0 0;
  background-size: auto, min(420px, 92vw);
  background-attachment: fixed, fixed;
  clip-path: url(#gift-cards-wave-clip);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-hero .hero-wave svg {
  position: relative;
  z-index: 1;
  display: block;
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-hero .hero-wave-shape {
  fill: transparent;
  stroke: none;
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-steps,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-main,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-alert,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-bottom-cta,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  background-color: #050b18;
  background-image:
    linear-gradient(180deg, rgba(5, 11, 24, 0.55) 0%, rgba(5, 11, 24, 0.78) 100%),
    url("../images/dark-mode-bellino.png");
  background-repeat: no-repeat, repeat;
  background-position: 0 0, 0 0;
  background-size: auto, min(420px, 92vw);
  background-attachment: fixed, fixed;
  border-top: none;
  border-bottom: none;
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-steps > .container,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-main > .container,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-alert > .container,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-bottom-cta > .container {
  position: relative;
  z-index: 1;
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-steps-head h2 {
  color: rgba(255, 255, 255, 0.96);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-steps-head p {
  color: var(--text-soft);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-steps .process-hchain__list--cards > .process-hchain__item {
  background: #0c1833;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-steps .process-hchain__list--cards > .process-hchain__item:hover {
  border-color: rgba(217, 164, 32, 0.28);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-steps .process-hchain__list--cards .process-hchain__title {
  color: rgba(255, 255, 255, 0.94);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-steps .process-hchain__list--cards .process-hchain__tag {
  color: var(--text-soft);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-intro-stars,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-steps-head .section-kicker {
  color: var(--gold);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-map-block h2 {
  color: var(--red);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-intro h2,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-map-block h2,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-sidebar-head h2,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-panel-head h3,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-alert-copy h2 {
  color: rgba(255, 255, 255, 0.96);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-intro .section-lead,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-sidebar-head p,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-panel-note,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-panel-placeholder p,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-alert-copy p {
  color: var(--text-soft);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-alert-copy strong {
  color: rgba(255, 255, 255, 0.94);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-map-frame {
  background: #0c1833;
  border-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-map-hint {
  color: rgba(255, 255, 255, 0.88);
  background: #0c1833;
  border-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-state-option {
  background: #0c1833;
  border-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-state-option:hover {
  border-color: rgba(217, 164, 32, 0.28);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-state-option.is-active {
  border-color: rgba(217, 164, 32, 0.35);
  background: rgba(12, 24, 51, 0.95);
  box-shadow: inset 0 0 0 1px rgba(217, 164, 32, 0.18);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-state-option span {
  color: rgba(255, 255, 255, 0.92);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-panel {
  background: linear-gradient(180deg, #0c1833 0%, #081428 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-panel-warning {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(225, 31, 45, 0.1);
  border-color: rgba(225, 31, 45, 0.24);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-panel-placeholder {
  background: rgba(12, 24, 51, 0.65);
  border-color: rgba(255, 255, 255, 0.12);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-alert-card {
  background: linear-gradient(180deg, #0c1833 0%, #081428 100%);
  border-color: rgba(225, 31, 45, 0.28);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq__bleed {
  background: transparent;
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq__header h2,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq__question {
  color: rgba(255, 255, 255, 0.94);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq__header-lead,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq__header-sub,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq__answer p {
  color: var(--text-soft);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq__answer a {
  color: #ff6b76;
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq__list,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq__item {
  border-color: rgba(255, 255, 255, 0.1);
}

:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq__toggle::before,
:root[data-theme="dark"] body.gift-cards-page .gift-cards-faq__toggle::after {
  background: rgba(255, 255, 255, 0.88);
}

:root[data-theme="dark"] body.gift-cards-page .site-footer--expanded {
  border-top-color: rgba(255, 255, 255, 0.08);
}

:root[data-theme="dark"] body.gift-cards-page .footer-expanded-brand p,
:root[data-theme="dark"] body.gift-cards-page .footer-col p,
:root[data-theme="dark"] body.gift-cards-page .footer-bottom-bar p {
  color: var(--text-soft);
}

:root[data-theme="dark"] body.gift-cards-page .footer-col h3 {
  color: rgba(255, 255, 255, 0.92);
}

:root[data-theme="dark"] body.gift-cards-page .footer-col a {
  color: rgba(255, 255, 255, 0.78);
}

:root[data-theme="dark"] body.gift-cards-page .footer-col a:hover {
  color: var(--gold);
}

:root[data-theme="dark"] body.gift-cards-page .footer-newsletter-form input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 900px) {
  :root[data-theme="dark"] body.gift-cards-page .site-nav {
    background: #0c1833;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  }
}
