/* =========================================================
   Rivrun same-to-same — ALL storefront pages
   Login · PDP · Category · Cart · Checkout · Account · CMS
   ========================================================= */

/* ---------- Shared page shell ---------- */
.theme-rivrun .page-header,
.theme-rivrun .bg-light,
.theme-rivrun .breadcrumb-section,
.theme-rivrun .app-listing-wrap .page-header {
  background: #0a0a0a !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  color: #fff !important;
}

.theme-rivrun .page-title,
.theme-rivrun h1.page-title,
.theme-rivrun .page-header h1,
.theme-rivrun .page-header h2 {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 600;
  letter-spacing: .04em;
}

.theme-rivrun .breadcrumb,
.theme-rivrun .breadcrumb-item,
.theme-rivrun .breadcrumb-item a,
.theme-rivrun .breadcrumb-item.active {
  color: rgba(255,255,255,.55) !important;
  background: transparent !important;
}

.theme-rivrun .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,.35) !important;
}

.theme-rivrun .app-page-toolbar {
  background: #111 !important;
  border-color: rgba(255,255,255,.1) !important;
  color: #fff !important;
}

.theme-rivrun .app-toolbar-btn {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: #fff !important;
}

.theme-rivrun .app-toolbar-count {
  color: rgba(255,255,255,.55) !important;
}

/* ---------- Auth: Login / Register (Rivrun redesign) ---------- */
.theme-rivrun .rr-auth-page {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 1.25rem 4.5rem;
  background:
    radial-gradient(ellipse 70% 50% at 50% -10%, rgba(var(--primary-color-rgb, 201, 168, 76), 0.16), transparent 55%),
    radial-gradient(ellipse 40% 35% at 90% 90%, rgba(var(--primary-color-rgb, 201, 168, 76), 0.07), transparent 50%),
    #050505;
  overflow: hidden;
}

.theme-rivrun .rr-auth-page__glow {
  position: absolute;
  inset: auto auto -20% -10%;
  width: 55vw;
  height: 55vw;
  max-width: 520px;
  max-height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--primary-color-rgb, 201, 168, 76), 0.12), transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: rrAuthGlow 8s ease-in-out infinite alternate;
}

@keyframes rrAuthGlow {
  from { transform: translate(0, 0) scale(1); opacity: 0.7; }
  to { transform: translate(12%, -8%) scale(1.12); opacity: 1; }
}

.theme-rivrun .rr-auth-page__shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.theme-rivrun .rr-auth-card--wide {
  max-width: none;
}

.theme-rivrun .rr-auth-page:has(.rr-auth-card--wide) .rr-auth-page__shell {
  max-width: 560px;
}

.theme-rivrun .rr-auth-page__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.theme-rivrun .rr-auth-page__brand:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.theme-rivrun .rr-auth-page__logo {
  max-height: 52px;
  width: auto;
  object-fit: contain;
}

.theme-rivrun .rr-auth-page__brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.theme-rivrun .rr-auth-card {
  width: 100%;
  background: linear-gradient(165deg, rgba(26, 26, 26, 0.98) 0%, rgba(12, 12, 12, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 2rem 1.75rem 1.75rem;
  box-shadow:
    0 0 0 1px rgba(var(--primary-color-rgb, 201, 168, 76), 0.08),
    0 24px 60px rgba(0, 0, 0, 0.55);
  animation: rrAuthCardIn 0.55s ease both;
}

@keyframes rrAuthCardIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.theme-rivrun .rr-auth-card__head {
  text-align: center;
  margin-bottom: 1.6rem;
}

.theme-rivrun .rr-auth-card__eyebrow {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary-color, #c9a84c);
}

.theme-rivrun .rr-auth-card__title {
  margin: 0 0 0.4rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.85rem, 4vw, 2.35rem) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  color: #fff !important;
  letter-spacing: 0.02em;
}

.theme-rivrun .rr-auth-card__sub {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
}

.theme-rivrun .rr-auth-form {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.theme-rivrun .rr-auth-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
}

@media (min-width: 576px) {
  .theme-rivrun .rr-auth-card--wide .rr-auth-grid {
    grid-template-columns: 1fr 1fr;
  }
  .theme-rivrun .rr-auth-card--wide .rr-auth-field--full {
    grid-column: 1 / -1;
  }
}

.theme-rivrun .rr-auth-field__label {
  display: block;
  margin-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.theme-rivrun .rr-auth-req {
  color: var(--primary-color, #c9a84c);
}

.theme-rivrun .rr-auth-field__input,
.theme-rivrun .rr-auth-form .form-control {
  background: #0a0a0a !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  border-radius: 10px !important;
  min-height: 48px;
  padding: 0.7rem 1rem !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.theme-rivrun .rr-auth-form .password-input-wrapper .form-control {
  padding-right: 2.75rem !important;
}

.theme-rivrun .rr-auth-field__input:focus,
.theme-rivrun .rr-auth-form .form-control:focus {
  border-color: rgba(var(--primary-color-rgb, 201, 168, 76), 0.65) !important;
  box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb, 201, 168, 76), 0.15) !important;
}

.theme-rivrun .rr-auth-field__input::placeholder,
.theme-rivrun .rr-auth-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.32) !important;
}

.theme-rivrun .rr-auth-field__error,
.theme-rivrun .rr-auth-form .text-danger {
  display: block;
  margin-top: 0.35rem;
  color: #f0a8a8 !important;
  font-size: 0.8rem;
}

.theme-rivrun .password-input-wrapper {
  position: relative;
}

.theme-rivrun .password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
}

.theme-rivrun .password-toggle:hover {
  color: var(--primary-color, #c9a84c);
}

.theme-rivrun .rr-auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.theme-rivrun .rr-auth-page .form-check-label {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.88rem;
}

.theme-rivrun .rr-auth-page .form-check-input {
  background-color: #0a0a0a;
  border-color: rgba(255, 255, 255, 0.3);
  width: 1.05em;
  height: 1.05em;
}

.theme-rivrun .rr-auth-page .form-check-input:checked {
  background-color: var(--primary-color, #c9a84c);
  border-color: var(--primary-color, #c9a84c);
}

.theme-rivrun .rr-auth-link {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.86rem;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.theme-rivrun .rr-auth-link:hover {
  color: var(--primary-color, #c9a84c) !important;
  border-bottom-color: var(--primary-color, #c9a84c);
}

.theme-rivrun .rr-auth-submit,
.theme-rivrun .rr-auth-page .login-btn,
.theme-rivrun .rr-auth-page .register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: 0.35rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px !important;
  border: 1px solid var(--primary-color, #c9a84c) !important;
  background: var(--primary-color, #c9a84c) !important;
  color: #0a0a0a !important;
  font-weight: 700 !important;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(var(--primary-color-rgb, 201, 168, 76), 0.28) !important;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.theme-rivrun .rr-auth-submit:hover,
.theme-rivrun .rr-auth-page .login-btn:hover,
.theme-rivrun .rr-auth-page .register-btn:hover {
  background: var(--rv-gold-soft, #e8c872) !important;
  border-color: var(--rv-gold-soft, #e8c872) !important;
  color: #0a0a0a !important;
  box-shadow: 0 0 30px rgba(var(--primary-color-rgb, 201, 168, 76), 0.4) !important;
  transform: translateY(-1px);
}

.theme-rivrun .rr-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.35rem 0;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.theme-rivrun .rr-auth-divider::before,
.theme-rivrun .rr-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.theme-rivrun .rr-auth-social {
  display: flex;
  gap: 0.65rem;
}

.theme-rivrun .rr-auth-social__btn,
.theme-rivrun .rr-auth-page .btn-google,
.theme-rivrun .rr-auth-page .btn-facebook {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 46px;
  background: #0a0a0a !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.theme-rivrun .rr-auth-social__btn:hover,
.theme-rivrun .rr-auth-page .btn-google:hover,
.theme-rivrun .rr-auth-page .btn-facebook:hover {
  border-color: rgba(var(--primary-color-rgb, 201, 168, 76), 0.55) !important;
  background: rgba(var(--primary-color-rgb, 201, 168, 76), 0.08) !important;
  color: #fff !important;
}

.theme-rivrun .rr-auth-card__switch {
  margin: 1.35rem 0 0 !important;
  text-align: center;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.92rem;
}

.theme-rivrun .rr-auth-card__switch-link {
  color: var(--primary-color, #c9a84c) !important;
  font-weight: 700;
  text-decoration: none !important;
  margin-left: 0.2rem;
}

.theme-rivrun .rr-auth-card__switch-link:hover {
  color: var(--rv-gold-soft, #e8c872) !important;
  text-decoration: underline !important;
}

.theme-rivrun .rr-auth-strength {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
}

.theme-rivrun .rr-auth-alert {
  background: rgba(180, 40, 40, 0.18) !important;
  border: 1px solid rgba(240, 168, 168, 0.35) !important;
  color: #ffd4d4 !important;
  border-radius: 10px;
}

.theme-rivrun .rr-auth-alert .btn-close {
  filter: invert(1);
}

@media (max-width: 575.98px) {
  .theme-rivrun .rr-auth-page {
    padding: 2rem 0.9rem 3rem;
    min-height: calc(100vh - 110px);
  }
  .theme-rivrun .rr-auth-card {
    padding: 1.5rem 1.15rem 1.35rem;
    border-radius: 14px;
  }
  .theme-rivrun .rr-auth-page__logo {
    max-height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-rivrun .rr-auth-page__glow,
  .theme-rivrun .rr-auth-card {
    animation: none;
  }
}

/* Legacy class hooks kept for compatibility */
.theme-rivrun .login-section,
.theme-rivrun .register-section,
.theme-rivrun .forgot-password-section,
.theme-rivrun .reset-password-section,
.theme-rivrun .verify-section {
  background: #000 !important;
  min-height: 70vh;
  padding: 48px 0 72px !important;
}

.theme-rivrun .login-card,
.theme-rivrun .register-card,
.theme-rivrun .auth-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #fff;
}

.theme-rivrun .social-login-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.4);
  margin: 8px 0;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.theme-rivrun .social-login-divider::before,
.theme-rivrun .social-login-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,.12);
}

/* ---------- Category / Products listing ---------- */
.theme-rivrun .filters-sidebar,
.theme-rivrun .filter-widget,
.theme-rivrun .filter-card,
.theme-rivrun .sidebar-widget {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 4px !important;
  color: #fff !important;
  padding: 20px !important;
}

.theme-rivrun .filters-sidebar h5,
.theme-rivrun .filters-sidebar h4,
.theme-rivrun .filter-widget h5,
.theme-rivrun .filter-title {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.theme-rivrun .filters-sidebar a,
.theme-rivrun .filter-widget a,
.theme-rivrun .filters-sidebar label,
.theme-rivrun .filter-widget label {
  color: rgba(255,255,255,.7) !important;
}

.theme-rivrun .filters-sidebar a:hover,
.theme-rivrun .filter-widget a:hover {
  color: #fff !important;
}

.theme-rivrun .filters-sidebar .form-control,
.theme-rivrun .filters-sidebar .form-select,
.theme-rivrun .products-toolbar .form-select {
  background: #111 !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: #fff !important;
}

.theme-rivrun .products-toolbar {
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 16px;
  color: #fff;
}

.theme-rivrun .view-options .btn,
.theme-rivrun .btn-outline-secondary {
  background: transparent !important;
  border-color: rgba(255,255,255,.2) !important;
  color: rgba(255,255,255,.7) !important;
}

.theme-rivrun .view-options .btn.active,
.theme-rivrun .view-options .btn:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.theme-rivrun .offcanvas {
  background: #111 !important;
  color: #fff !important;
}

.theme-rivrun .offcanvas-header,
.theme-rivrun .offcanvas-title {
  color: #fff !important;
  border-color: rgba(255,255,255,.1) !important;
}

.theme-rivrun .offcanvas .btn-close {
  filter: invert(1) grayscale(1);
  opacity: 0.85;
}

/* Mobile filter / sort bottom sheets — fix light overrides */
.theme-rivrun .app-sheet.offcanvas-bottom,
.theme-rivrun #appFilterSheet,
.theme-rivrun #appSortSheet {
  background: #121212 !important;
  color: #fff !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
  z-index: 1085 !important;
}

.theme-rivrun .app-sheet .offcanvas-header {
  background: #121212 !important;
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
}

.theme-rivrun .app-sheet .offcanvas-title {
  color: #fff !important;
  font-weight: 600 !important;
}

.theme-rivrun .app-sheet .offcanvas-body {
  background: #121212 !important;
  color: #fff !important;
}

.theme-rivrun .app-sheet-handle {
  background: rgba(255,255,255,.35) !important;
}

.theme-rivrun .app-filter-section,
.theme-rivrun .filter-section.app-filter-section,
.theme-rivrun #mobileFilters .app-filter-section,
.theme-rivrun #appFilterSheet .app-filter-section {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 12px !important;
  padding: 14px !important;
  margin-bottom: 12px !important;
  box-shadow: none !important;
}

.theme-rivrun .app-filter-section .filter-title,
.theme-rivrun #mobileFilters .filter-title,
.theme-rivrun #appFilterSheet .filter-title,
.theme-rivrun .filter-title {
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  padding-bottom: 8px !important;
}

.theme-rivrun .app-filter-section .form-check-input,
.theme-rivrun #mobileFilters .form-check-input,
.theme-rivrun #appFilterSheet .form-check-input {
  background-color: #0a0a0a !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  float: none !important;
  position: static !important;
  margin: 0 !important;
  flex: 0 0 1.15rem;
  width: 1.15rem !important;
  height: 1.15rem !important;
  margin-top: 0 !important;
}

.theme-rivrun .app-filter-section .form-check-input:checked,
.theme-rivrun #mobileFilters .form-check-input:checked,
.theme-rivrun #appFilterSheet .form-check-input:checked {
  background-color: var(--primary-color, #c9a84c) !important;
  border-color: var(--primary-color, #c9a84c) !important;
}

/* Category / rating rows — aligned checkbox + label */
.theme-rivrun .app-filter-section .form-check,
.theme-rivrun #mobileFilters .form-check,
.theme-rivrun #appFilterSheet .form-check {
  display: flex !important;
  align-items: center !important;
  gap: 0.7rem !important;
  padding-left: 0 !important;
  margin-bottom: 0.35rem !important;
  min-height: 42px;
}

.theme-rivrun .app-filter-section .form-check-label,
.theme-rivrun #mobileFilters .form-check-label,
.theme-rivrun #appFilterSheet .form-check-label {
  color: rgba(255,255,255,.85) !important;
  font-size: 0.9rem !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.35 !important;
  display: inline-flex !important;
  align-items: center;
  flex: 1 1 auto;
}

.theme-rivrun .app-filter-section .form-check-label .text-muted,
.theme-rivrun #mobileFilters .far.fa-star,
.theme-rivrun #appFilterSheet .far.fa-star {
  color: rgba(255,255,255,.35) !important;
}

.theme-rivrun .app-filter-section .form-control,
.theme-rivrun #mobileFilters .form-control,
.theme-rivrun #appFilterSheet .form-control,
.theme-rivrun .price-range .form-control {
  background: #0a0a0a !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  color: #fff !important;
  border-radius: 8px !important;
}

.theme-rivrun .app-filter-section .form-control::placeholder,
.theme-rivrun #mobileFilters .form-control::placeholder,
.theme-rivrun .price-range .form-control::placeholder {
  color: rgba(255,255,255,.45) !important;
  opacity: 1 !important;
}

.theme-rivrun .app-sheet-actions {
  background: #121212 !important;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 12px !important;
}

.theme-rivrun .app-sheet-actions .btn-outline-secondary {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.3) !important;
  color: #fff !important;
}

.theme-rivrun .app-sheet-actions .btn-primary {
  background: transparent !important;
  border: 1px solid var(--primary-color, #c9a84c) !important;
  color: var(--primary-color, #c9a84c) !important;
}

.theme-rivrun .app-sheet-actions .btn-primary:hover {
  background: var(--primary-color, #c9a84c) !important;
  color: #0a0a0a !important;
}

.theme-rivrun .app-sort-list button,
.theme-rivrun .app-sort-option {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
}

.theme-rivrun .app-sort-list button.active,
.theme-rivrun .app-sort-option.active {
  border-color: var(--primary-color, #c9a84c) !important;
  background: rgba(var(--primary-color-rgb, 201, 168, 76), 0.12) !important;
  color: var(--primary-color, #c9a84c) !important;
}

.theme-rivrun .app-sort-list button .fa-check {
  color: var(--primary-color, #c9a84c) !important;
}

.theme-rivrun .app-toolbar-btn,
.theme-rivrun .app-page-toolbar .app-toolbar-btn {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  color: #fff !important;
}

.theme-rivrun .products-toolbar,
.theme-rivrun .app-page-toolbar {
  background: transparent !important;
  border-color: rgba(255,255,255,.08) !important;
  color: #fff !important;
}

/* Dual price range slider (line) */
.theme-rivrun .nj-price-slider {
  padding: 0.35rem 0 0.5rem;
}

.theme-rivrun .nj-price-slider__values {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--primary-color, #c9a84c) !important;
}

.theme-rivrun .nj-price-slider__track-wrap {
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 2px;
}

.theme-rivrun .nj-price-slider__track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  pointer-events: none;
  z-index: 1;
}

.theme-rivrun .nj-price-slider__range {
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 999px;
  background: var(--primary-color, #c9a84c) !important;
  z-index: 2;
}

.theme-rivrun .nj-price-slider__input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 32px;
  margin: 0;
  background: transparent !important;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 3;
}

.theme-rivrun .nj-price-slider__input::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent !important;
  border: none;
  color: transparent;
}

.theme-rivrun .nj-price-slider__input::-moz-range-track {
  height: 6px;
  background: transparent !important;
  border: none;
}

.theme-rivrun .nj-price-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0a0a0a;
  border: 2px solid var(--primary-color, #c9a84c);
  box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb, 201, 168, 76), 0.28);
  cursor: pointer;
  pointer-events: auto;
  margin-top: -7px;
  position: relative;
  z-index: 5;
}

.theme-rivrun .nj-price-slider__input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0a0a0a;
  border: 2px solid var(--primary-color, #c9a84c);
  box-shadow: 0 0 0 3px rgba(var(--primary-color-rgb, 201, 168, 76), 0.28);
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 5;
}

.theme-rivrun .nj-price-slider__input--min {
  z-index: 4;
}

.theme-rivrun .nj-price-slider__input--max {
  z-index: 5;
}

/* Mobile filter sheet: stronger track visibility */
@media (max-width: 991.98px) {
  .theme-rivrun #appFilterSheet .nj-price-slider__track,
  .theme-rivrun #mobileFilters .nj-price-slider__track {
    height: 7px !important;
    background: rgba(255, 255, 255, 0.45) !important;
  }

  .theme-rivrun #appFilterSheet .nj-price-slider__range,
  .theme-rivrun #mobileFilters .nj-price-slider__range {
    background: var(--primary-color, #c9a84c) !important;
  }
}

.theme-rivrun .filter-options {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px;
}

.theme-rivrun .filter-options .form-check-label {
  color: rgba(255,255,255,.85) !important;
}

.theme-rivrun .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.theme-rivrun .pagination {
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
}

.theme-rivrun .pagination .page-link {
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.75) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-weight: 500;
  box-shadow: none !important;
}

.theme-rivrun .pagination .page-item.active .page-link {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.theme-rivrun .pagination .page-link:hover {
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
  border-color: #fff !important;
}

.theme-rivrun .pagination .page-item.disabled .page-link {
  opacity: .35;
  background: transparent !important;
}

.theme-rivrun .rr-shop-hero {
  text-align: center;
  padding: 36px 16px 20px;
}

.theme-rivrun .rr-shop-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  margin: 0 0 8px;
  font-weight: 600;
}

.theme-rivrun .rr-shop-hero p {
  color: rgba(255,255,255,.5);
  margin: 0;
}

/* Category hero banner */
.theme-rivrun .category-banner-hero {
  position: relative;
  min-height: 220px;
  background: #0a0a0a;
  overflow: hidden;
  margin-bottom: 8px;
}

.theme-rivrun .category-banner-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  opacity: .55;
  filter: brightness(.7);
}

.theme-rivrun .category-banner-placeholder {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #111, #1a1a1a);
  color: rgba(255,255,255,.25);
  font-size: 3rem;
}

.theme-rivrun .category-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.75));
  text-align: center;
  padding: 24px;
}

.theme-rivrun .category-banner-title {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(2rem, 5vw, 3.2rem) !important;
  font-weight: 600;
  letter-spacing: .08em;
  margin: 0 0 8px;
}

.theme-rivrun .category-banner-description {
  color: rgba(255,255,255,.65) !important;
  max-width: 560px;
  margin: 0 auto;
}

.theme-rivrun .forgot-password-card,
.theme-rivrun .reset-password-card,
.theme-rivrun .verify-card {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  padding: 40px 36px !important;
  color: #fff;
}

.theme-rivrun .forgot-password-title,
.theme-rivrun .reset-password-title,
.theme-rivrun .verify-title {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

.theme-rivrun .forgot-password-subtitle,
.theme-rivrun .reset-password-subtitle {
  color: rgba(255,255,255,.55) !important;
}

.theme-rivrun .forgot-password-icon,
.theme-rivrun .forgot-password-icon i {
  color: #fff !important;
  font-size: 2rem;
}

.theme-rivrun .forgot-password-section,
.theme-rivrun .reset-password-section {
  background: #000 !important;
}

/* ---------- Product Detail (PDP) ---------- */
.theme-rivrun .nj-pdp,
.theme-rivrun .product-detail-wrapper,
.theme-rivrun .product-details-section {
  background: #000 !important;
  color: #fff !important;
  padding-top: 0;
  padding-bottom: 0;
}

.theme-rivrun .nj-pdp__gallery .main-image-container,
.theme-rivrun .main-image-container {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 4px;
  overflow: hidden;
}

.theme-rivrun .product-gallery-modern {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.theme-rivrun .main-product-image {
  background: #1a1a1a;
}

.theme-rivrun .thumbnail-item {
  border: 1px solid rgba(255,255,255,.12) !important;
  background: #1a1a1a !important;
  border-radius: 2px;
  overflow: hidden;
}

.theme-rivrun .thumbnail-item.active {
  border-color: #fff !important;
}

.theme-rivrun .discount-badge {
  background: var(--primary-color, #c9a84c) !important;
  color: #0a0a0a !important;
  border-radius: 2px !important;
}

.theme-rivrun .product-title-modern,
.theme-rivrun .nj-pdp__info h1,
.theme-rivrun .product-details-modern h1 {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 600 !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
}

.theme-rivrun .category-tag,
.theme-rivrun .brand-tag {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.65) !important;
  border-radius: 2px;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.theme-rivrun .product-price-modern,
.theme-rivrun .current-price,
.theme-rivrun .nj-pdp .price {
  color: #fff !important;
  font-weight: 700;
}

.theme-rivrun .old-price,
.theme-rivrun .original-price {
  color: rgba(255,255,255,.4) !important;
}

.theme-rivrun .product-description-modern,
.theme-rivrun .product-short-desc,
.theme-rivrun .nj-pdp__info p,
.theme-rivrun .product-details-modern p {
  color: rgba(255,255,255,.65) !important;
}

.theme-rivrun .size-option,
.theme-rivrun .variant-option,
.theme-rivrun .color-option,
.theme-rivrun .product-size-btn {
  background: #111 !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  color: #fff !important;
  border-radius: 2px !important;
}

.theme-rivrun .size-option.active,
.theme-rivrun .variant-option.active,
.theme-rivrun .product-size-btn.active,
.theme-rivrun .size-option.selected {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.theme-rivrun .quantity-selector,
.theme-rivrun .qty-box {
  background: #111 !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: #fff !important;
}

.theme-rivrun .quantity-selector button,
.theme-rivrun .qty-box button {
  background: transparent !important;
  color: #fff !important;
  border: 0 !important;
}

.theme-rivrun .btn-add-to-cart,
.theme-rivrun .add-to-cart-btn,
.theme-rivrun .buy-now-btn,
.theme-rivrun .nj-pdp .btn-primary {
  background: var(--primary-color, #c9a84c) !important;
  color: #0a0a0a !important;
  border-color: var(--primary-color, #c9a84c) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-radius: 2px !important;
}

.theme-rivrun .btn-add-to-cart:hover,
.theme-rivrun .buy-now-btn:hover,
.theme-rivrun .nj-pdp .btn-primary:hover {
  background: var(--rv-gold-soft, #e8c872) !important;
  border-color: var(--rv-gold-soft, #e8c872) !important;
  color: #0a0a0a !important;
}

.theme-rivrun .product-tabs,
.theme-rivrun .nav-tabs {
  border-color: rgba(255,255,255,.12) !important;
}

.theme-rivrun .nav-tabs .nav-link {
  color: rgba(255,255,255,.55) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
}

.theme-rivrun .nav-tabs .nav-link.active {
  color: #fff !important;
  border-bottom-color: #fff !important;
  background: transparent !important;
}

.theme-rivrun .tab-content,
.theme-rivrun .product-description-content,
.theme-rivrun .review-section {
  color: rgba(255,255,255,.7) !important;
  background: transparent !important;
}

.theme-rivrun .related-products h2,
.theme-rivrun .related-products h3,
.theme-rivrun .section-title {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

/* Sticky mobile buy bar */
.theme-rivrun .mobile-sticky-cart,
.theme-rivrun .sticky-buy-bar,
.theme-rivrun .pdp-sticky-bar {
  background: #111 !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
}

/* ---------- Cart ---------- */
.theme-rivrun .card,
.theme-rivrun .cart-card,
.theme-rivrun #cart-items .card {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 4px !important;
  color: #fff !important;
  box-shadow: none !important;
}

.theme-rivrun .card-header {
  background: #141414 !important;
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
  color: #fff !important;
}

.theme-rivrun .card-header h4,
.theme-rivrun .card-header h5,
.theme-rivrun .card-title {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

.theme-rivrun .card-body {
  color: rgba(255,255,255,.8) !important;
}

.theme-rivrun .text-muted {
  color: rgba(255,255,255,.45) !important;
}

.theme-rivrun .table {
  color: #fff !important;
  --bs-table-bg: transparent;
  --bs-table-color: #fff;
  --bs-table-border-color: rgba(255,255,255,.1);
}

.theme-rivrun .table thead th {
  border-color: rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.6) !important;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.theme-rivrun .table td {
  border-color: rgba(255,255,255,.08) !important;
  vertical-align: middle;
}

.theme-rivrun .free-shipping-box {
  background: #111 !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: #fff !important;
}

.theme-rivrun .free-shipping-due,
.theme-rivrun .free-shipping-due span {
  color: #fff !important;
}

.theme-rivrun .free-shipping-due strong,
.theme-rivrun #free-shipping-remaining,
.theme-rivrun #free-shipping-percent {
  color: var(--primary-color, #c9a227) !important;
}

.theme-rivrun .free-shipping-congrats {
  color: var(--primary-color, #c9a227) !important;
}

.theme-rivrun .free-shipping-congrats strong {
  color: #fff !important;
}

.theme-rivrun .free-shipping-bar {
  background: rgba(255,255,255,.12) !important;
}

.theme-rivrun .free-shipping-bar .progress-bar {
  background: var(--primary-color, #c9a227) !important;
}

.theme-rivrun .btn-outline-primary {
  border-color: rgba(255,255,255,.35) !important;
  color: #fff !important;
  background: transparent !important;
}

.theme-rivrun .btn-outline-primary:hover {
  background: var(--primary-color, #c9a84c) !important;
  border-color: var(--primary-color, #c9a84c) !important;
  color: #0a0a0a !important;
}

.theme-rivrun .btn-primary {
  background: var(--primary-color, #c9a84c) !important;
  border-color: var(--primary-color, #c9a84c) !important;
  color: #0a0a0a !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: 2px !important;
}

.theme-rivrun .btn-primary:hover {
  background: var(--rv-gold-soft, #e8c872) !important;
  border-color: var(--rv-gold-soft, #e8c872) !important;
  color: #0a0a0a !important;
}

.theme-rivrun .btn-danger,
.theme-rivrun .btn-outline-danger {
  border-radius: 2px !important;
}

/* ---------- Checkout ---------- */
.theme-rivrun .checkout-section,
.theme-rivrun .checkout-wrapper {
  background: #000 !important;
  color: #fff;
}

.theme-rivrun .checkout-form .form-control,
.theme-rivrun .checkout-form .form-select,
.theme-rivrun .checkout-wrapper .form-control,
.theme-rivrun .checkout-wrapper .form-select,
.theme-rivrun form .form-control,
.theme-rivrun form .form-select {
  background: #111 !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: #fff !important;
  border-radius: 2px !important;
}

.theme-rivrun form .form-label {
  color: rgba(255,255,255,.7) !important;
}

.theme-rivrun .order-summary,
.theme-rivrun .checkout-summary {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.1) !important;
}

.theme-rivrun .payment-method,
.theme-rivrun .payment-option {
  background: #111 !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
  border-radius: 2px;
}

.theme-rivrun .payment-option.active,
.theme-rivrun .payment-method.selected {
  border-color: rgba(var(--primary-color-rgb, 201, 162, 39), 0.85) !important;
}

/* Shipping + payment radio cards — gold when selected */
.theme-rivrun .nj-checkout-option {
  position: relative;
  display: block;
  padding: 1rem 1.1rem !important;
  margin-bottom: 0.75rem !important;
  background: #111 !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 4px !important;
  color: #fff !important;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.theme-rivrun .nj-checkout-option:hover {
  border-color: rgba(var(--primary-color-rgb, 201, 162, 39), 0.45) !important;
}

.theme-rivrun .nj-checkout-option:has(input:checked),
.theme-rivrun .nj-checkout-option.is-selected {
  border-color: var(--primary-color, #c9a227) !important;
  background: rgba(var(--primary-color-rgb, 201, 162, 39), 0.12) !important;
  box-shadow: 0 0 0 1px rgba(var(--primary-color-rgb, 201, 162, 39), 0.35),
              0 8px 24px rgba(var(--primary-color-rgb, 201, 162, 39), 0.12);
}

.theme-rivrun .nj-checkout-option .form-check-input {
  float: none;
  margin-top: 0.35rem;
  margin-right: 0.75rem;
  border-color: rgba(255,255,255,.35) !important;
  background-color: #0a0a0a !important;
  cursor: pointer;
}

.theme-rivrun .nj-checkout-option .form-check-input:checked {
  background-color: var(--primary-color, #c9a227) !important;
  border-color: var(--primary-color, #c9a227) !important;
  box-shadow: 0 0 0 0.15rem rgba(var(--primary-color-rgb, 201, 162, 39), 0.25);
}

.theme-rivrun .nj-checkout-option .form-check-input:focus {
  border-color: var(--primary-color, #c9a227) !important;
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgb, 201, 162, 39), 0.3);
}

.theme-rivrun .nj-checkout-option .form-check-label {
  color: #fff !important;
  cursor: pointer;
}

.theme-rivrun .nj-checkout-option .form-check-label strong {
  color: #fff;
}

.theme-rivrun .nj-checkout-option:has(input:checked) .form-check-label strong {
  color: var(--primary-color, #c9a227);
}

.theme-rivrun .nj-checkout-option .text-muted {
  color: rgba(255,255,255,.55) !important;
}

/* ---------- Account / Dashboard / Orders / Wishlist ---------- */
.theme-rivrun .dashboard-section,
.theme-rivrun .account-section,
.theme-rivrun .profile-section,
.theme-rivrun .wishlist-section,
.theme-rivrun .orders-section {
  background: #000 !important;
  color: #fff;
}

.theme-rivrun .dashboard-sidebar,
.theme-rivrun .account-sidebar,
.theme-rivrun .user-sidebar {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 4px !important;
}

.theme-rivrun .dashboard-sidebar a,
.theme-rivrun .account-sidebar a,
.theme-rivrun .user-sidebar a,
.theme-rivrun .list-group-item {
  background: transparent !important;
  color: rgba(255,255,255,.7) !important;
  border-color: rgba(255,255,255,.08) !important;
}

.theme-rivrun .dashboard-sidebar a:hover,
.theme-rivrun .dashboard-sidebar a.active,
.theme-rivrun .list-group-item.active,
.theme-rivrun .list-group-item:hover {
  background: #111 !important;
  color: #fff !important;
}

.theme-rivrun .nav-pills .nav-link {
  color: rgba(255,255,255,.7) !important;
  border-radius: 2px !important;
}

.theme-rivrun .nav-pills .nav-link:hover {
  background: #111 !important;
  color: #fff !important;
}

.theme-rivrun .nav-pills .nav-link.active {
  background: var(--primary-color, #c9a84c) !important;
  color: #0a0a0a !important;
}

.theme-rivrun .nav-pills .nav-link.active i {
  color: #0a0a0a !important;
}

.theme-rivrun .avatar-title.bg-primary {
  background: var(--primary-color, #c9a84c) !important;
  color: #0a0a0a !important;
}

/* Customer panel cards / tables (override Bootstrap white) */
.theme-rivrun .container .card,
.theme-rivrun .card {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.theme-rivrun .card .card-body,
.theme-rivrun .card .card-header,
.theme-rivrun .card .card-footer {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.1) !important;
}

.theme-rivrun .card.bg-primary,
.theme-rivrun .card.bg-primary.text-white {
  background: #141414 !important;
  border: 1px solid var(--primary-color, #c9a84c) !important;
  color: #fff !important;
}

.theme-rivrun .card h1,
.theme-rivrun .card h2,
.theme-rivrun .card h3,
.theme-rivrun .card h4,
.theme-rivrun .card h5,
.theme-rivrun .card h6,
.theme-rivrun .card .card-title,
.theme-rivrun .card p,
.theme-rivrun .card .text-muted,
.theme-rivrun .text-muted {
  color: rgba(255,255,255,.72) !important;
}

.theme-rivrun .card h4.card-title,
.theme-rivrun .card h5.card-title,
.theme-rivrun .card .card-title {
  color: #fff !important;
}

.theme-rivrun .card hr {
  border-color: rgba(255,255,255,.12) !important;
  opacity: 1;
}

.theme-rivrun .table,
.theme-rivrun .table > :not(caption) > * > * {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.1) !important;
}

.theme-rivrun .table thead th {
  color: rgba(255,255,255,.65) !important;
}

.theme-rivrun .order-card,
.theme-rivrun .order-list-card,
.theme-rivrun .order-empty {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.theme-rivrun .order-card-id,
.theme-rivrun .order-list-id {
  color: var(--primary-color, #c9a84c) !important;
}

.theme-rivrun .order-card-date,
.theme-rivrun .order-list-date,
.theme-rivrun .order-card-meta .meta-label,
.theme-rivrun .order-list-meta .meta-label {
  color: rgba(255,255,255,.55) !important;
}

.theme-rivrun .order-card-meta,
.theme-rivrun .order-list-meta {
  border-color: rgba(255,255,255,.1) !important;
}

.theme-rivrun .order-list-meta strong,
.theme-rivrun .order-card-meta strong {
  color: #fff !important;
}

.theme-rivrun .nj-pdp .main-image-container {
  background: #1a1a1a !important;
  color: #fff !important;
}

.theme-rivrun .nj-pdp .product-gallery-modern,
.theme-rivrun .nj-pdp .product-details-modern,
.theme-rivrun .product-details-modern,
.theme-rivrun .nj-pdp__info {
  background: transparent !important;
  color: #fff !important;
  overflow: visible !important;
}

.theme-rivrun .dashboard-card,
.theme-rivrun .stat-card,
.theme-rivrun .account-welcome {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.theme-rivrun .dashboard-card h3,
.theme-rivrun .stat-card h3,
.theme-rivrun .account-welcome h1,
.theme-rivrun .account-welcome h2 {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

.theme-rivrun .badge.bg-success,
.theme-rivrun .badge.bg-primary,
.theme-rivrun .badge.bg-warning,
.theme-rivrun .badge.bg-info {
  border-radius: 2px;
}

.theme-rivrun .wishlist-item,
.theme-rivrun .order-item {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: #fff !important;
}

/* ---------- CMS / Contact / FAQ / Blog / Our Story ---------- */
.theme-rivrun .contact-hero,
.theme-rivrun .our-story-hero,
.theme-rivrun .about-hero,
.theme-rivrun .faq-hero {
  background: #0a0a0a !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.theme-rivrun .contact-section,
.theme-rivrun .faq-section,
.theme-rivrun .blog-section,
.theme-rivrun .about-section,
.theme-rivrun .our-story-section,
.theme-rivrun .page-content,
.theme-rivrun .cms-page,
.theme-rivrun .map-section,
.theme-rivrun .description-section {
  background: #000 !important;
  color: rgba(255,255,255,.8) !important;
}

.theme-rivrun .contact-info,
.theme-rivrun .contact-form,
.theme-rivrun .story-text,
.theme-rivrun .description-content {
  background: #1a1a1a !important;
  color: rgba(255,255,255,.8) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  box-shadow: none !important;
}

.theme-rivrun .contact-title,
.theme-rivrun .story-text h2,
.theme-rivrun .contact-section h1,
.theme-rivrun .faq-section h1,
.theme-rivrun .blog-section h1,
.theme-rivrun .about-section h1,
.theme-rivrun .our-story-hero h1,
.theme-rivrun .contact-hero h1,
.theme-rivrun .cms-page h1,
.theme-rivrun .page-content h1,
.theme-rivrun .page-content h2 {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

.theme-rivrun .contact-details,
.theme-rivrun .story-text p,
.theme-rivrun .description-content,
.theme-rivrun .description-content p {
  color: rgba(255,255,255,.7) !important;
}

.theme-rivrun .contact-form .form-control,
.theme-rivrun .contact-form textarea {
  background: #111 !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  color: #fff !important;
}

.theme-rivrun .btn-contact {
  background: transparent !important;
  border: 1px solid var(--primary-color, #c9a84c) !important;
  color: var(--primary-color, #c9a84c) !important;
}

.theme-rivrun .btn-contact:hover {
  background: var(--primary-color, #c9a84c) !important;
  color: #0a0a0a !important;
}

.theme-rivrun .breadcrumb,
.theme-rivrun .breadcrumb-item,
.theme-rivrun .breadcrumb-item.active {
  background: transparent !important;
  color: rgba(255,255,255,.55) !important;
}

.theme-rivrun .breadcrumb-item a {
  color: var(--primary-color, #c9a84c) !important;
}

.theme-rivrun .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,.35) !important;
}

.theme-rivrun .accordion-item {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: #fff !important;
}

.theme-rivrun .accordion-button {
  background: #1a1a1a !important;
  color: #fff !important;
  box-shadow: none !important;
}

.theme-rivrun .accordion-button:not(.collapsed) {
  background: #111 !important;
  color: #fff !important;
}

.theme-rivrun .accordion-button::after {
  filter: invert(1);
}

.theme-rivrun .accordion-body {
  background: #141414 !important;
  color: rgba(255,255,255,.7) !important;
}

.theme-rivrun .blog-card,
.theme-rivrun .post-card {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: #fff !important;
}

.theme-rivrun .blog-card h3 a,
.theme-rivrun .post-card h3 a {
  color: #fff !important;
}

/* ---------- Order success ---------- */
.theme-rivrun .order-success-section,
.theme-rivrun .success-card {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: #fff !important;
}

.theme-rivrun .order-success-section h1,
.theme-rivrun .order-success-section h2,
.theme-rivrun .success-card h1,
.theme-rivrun .success-card h2 {
  color: #fff !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

/* ---------- Alerts / Modals ---------- */
.theme-rivrun .alert-success,
.theme-rivrun .alert-info,
.theme-rivrun .alert-warning {
  background: rgba(var(--primary-color-rgb, 201, 168, 76), 0.14) !important;
  border-color: rgba(var(--primary-color-rgb, 201, 168, 76), 0.45) !important;
  color: #fff !important;
}

.theme-rivrun .alert-danger {
  background: rgba(var(--primary-color-rgb, 201, 168, 76), 0.14) !important;
  border-color: rgba(var(--primary-color-rgb, 201, 168, 76), 0.45) !important;
  color: #fff !important;
}

.theme-rivrun .modal-content {
  background: #1a1a1a !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}

.theme-rivrun .modal-header,
.theme-rivrun .modal-footer {
  border-color: rgba(255,255,255,.1) !important;
}

.theme-rivrun .modal-title {
  color: #fff !important;
}

.theme-rivrun .btn-close {
  filter: invert(1);
}

/* ---------- Generic text / links ---------- */
.theme-rivrun .container h1,
.theme-rivrun .container h2,
.theme-rivrun .container h3,
.theme-rivrun .container h4,
.theme-rivrun .container h5 {
  color: #fff;
}

.theme-rivrun a.text-dark,
.theme-rivrun .text-dark {
  color: #fff !important;
}

.theme-rivrun .border,
.theme-rivrun .border-top,
.theme-rivrun .border-bottom {
  border-color: rgba(255,255,255,.1) !important;
}

.theme-rivrun hr {
  border-color: rgba(255,255,255,.12) !important;
  opacity: 1;
}

.theme-rivrun .dropdown-menu {
  background: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}

.theme-rivrun .dropdown-item {
  color: rgba(255,255,255,.8) !important;
}

.theme-rivrun .dropdown-item:hover,
.theme-rivrun .dropdown-item:focus {
  background: #111 !important;
  color: #fff !important;
}

.theme-rivrun input:-webkit-autofill,
.theme-rivrun input:-webkit-autofill:hover,
.theme-rivrun input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #111 inset;
  transition: background-color 9999s ease-in-out 0s;
}
