/*
Theme Name: Beauty Orbit Modern
Theme URI: https://beauty.orbit.bluzetta.com
Author: BluZetta
Description: Non-Elementor rebuild for header, footer, and homepage.
Version: 1.0.43
Text Domain: beauty-orbit-modern
*/

:root {
  --bg: #f4f8fa;
  --surface: #ffffff;
  --ink: #102027;
  --muted: #4a5b63;
  --brand: #04a7b3;
  --brand-dark: #0b7f88;
  --accent: #0f172a;
  --line: #d6e4ea;
  --shadow: 0 16px 40px rgba(11, 28, 36, 0.12);
  --radius: 18px;
  --wrap: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 10% 0%, #e9f7fa 0%, #f4f8fa 45%, #f4f8fa 100%);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wrap {
  width: min(100% - 2rem, var(--wrap));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(244, 248, 250, 0.88);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(214, 228, 234, 0.8);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand img {
  width: 138px;
  height: auto;
}

.brand__text {
  display: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.primary-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.primary-nav a {
  font-weight: 700;
  font-size: 0.96rem;
  color: var(--accent);
  opacity: 0.85;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
  opacity: 1;
  color: var(--brand-dark);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand) 0%, #17c5d2 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--accent);
  font-size: 1.1rem;
}

.home-hero {
  padding: 5.2rem 0 3.2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: stretch;
}

.hero-copy {
  padding: 2rem;
  background: #000000;
  border: 1px solid #000000;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-copy * {
  color: #ffffff;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-copy h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.15;
  color: #ffffff;
}

.hero-copy p {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1.02rem;
}

.hero-list {
  margin: 1.25rem 0 1.55rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.hero-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  color: #ffffff;
}

.hero-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d3a073;
}

.btn,
.home-hero .wp-block-button__link,
.home-hero a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand) 0%, #17c5d2 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 26px rgba(4, 167, 179, 0.3);
}

.btn:hover {
  filter: brightness(0.96);
}

.hero-copy .btn {
  background: #d3a073;
  color: #141414;
  box-shadow: none;
}

.hero-copy .btn i {
  margin-right: 0.45rem;
  color: #141414;
  font-size: 0.95em;
}

.hero-copy .btn:hover {
  color: #141414;
  filter: brightness(0.97);
}

.hero-media {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #d8ecf1;
  box-shadow: var(--shadow);
  min-height: 360px;
}

.hero-media img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.section {
  padding: 3.5rem 0;
}

.section--packages {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 1.6rem;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-dark);
  font-weight: 800;
  font-size: 0.75rem;
}

.section-head h2 {
  margin: 0.4rem 0 0.75rem;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.section-head p {
  margin: 0;
  color: var(--muted);
}

.packages-grid {
  margin-top: 1.5rem;
}

.section--services {
  background: linear-gradient(180deg, #f4f8fa 0%, #f7fbfd 100%);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  background: var(--surface);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d8ecf1;
  box-shadow: 0 8px 26px rgba(16, 32, 39, 0.08);
}

.service-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.service-card__body {
  padding: 1rem;
}

.service-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.section--faq {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.faq-card {
  background: #f6fbfd;
  border: 1px solid #d8ecf1;
  border-radius: 16px;
  padding: 1.25rem;
}

.faq-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
}

.faq-card p {
  margin: 0;
  color: var(--muted);
}

.section--contact {
  padding-top: 2.8rem;
}

.contact-card {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 1rem;
  align-items: center;
  background: linear-gradient(120deg, #0f172a 0%, #16344b 100%);
  color: #f7fcff;
  border-radius: 20px;
  padding: 1.6rem;
}

.contact-card h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.contact-card p {
  margin: 0;
  color: #cfe8f1;
}

.contact-card .btn {
  background: #15c8d4;
  box-shadow: none;
}

.site-footer {
  margin-top: 0;
  padding: 2.4rem 0 1.4rem;
  background: #081119;
  color: #d5e3ea;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1rem;
}

.footer-brand img {
  width: 128px;
}

.footer-col h4 {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8cced6;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.footer-col a {
  color: #d5e3ea;
  opacity: 0.9;
}

.footer-col a:hover {
  opacity: 1;
}

.footer-bottom {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(140, 206, 214, 0.2);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.86rem;
}

.entry-wrap {
  width: min(100% - 2rem, 860px);
  margin-inline: auto;
  padding: 2rem 0 3rem;
}

.entry-wrap h1,
.entry-wrap h2,
.entry-wrap h3,
.entry-wrap h4 {
  color: #0f1e29;
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 260px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-cta {
    display: none;
  }

  .primary-nav {
    position: fixed;
    inset: 65px 1rem auto 1rem;
    z-index: 999;
    background: #fff;
    border: 1px solid #d8ecf1;
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 1rem;
    display: none;
  }

  body.nav-open .primary-nav {
    display: block;
  }

  .primary-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .services-grid,
  .faq-grid,
  .footer-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-card {
    text-align: center;
  }

  .hero-copy {
    padding: 2rem;
  }
}


/* Exact first-section mount (from original Elementor data) */
.exact-hero-template {
  position: relative;
}

.home .exact-hero-template .elementor-section {
  margin: 0;
}

.home .site-header {
  background: rgba(0, 0, 0, 0.66);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
}

.home .site-header .primary-nav a {
  color: #ffffff;
  opacity: 0.94;
}

.home .site-header .primary-nav a:hover,
.home .site-header .primary-nav .current-menu-item > a {
  color: #f3c499;
  opacity: 1;
}

.home .site-header .menu-toggle {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.home .site-header .header-cta {
  background: #d3a073;
  color: #141414;
  box-shadow: none;
}

.home .home-hero {
  padding-top: 3rem;
}

/* ===== Exact parity updates: buttons, PWA, standalone hero CTA, footer mount ===== */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a.button,
.wp-block-button__link,
.elementor-button,
.elementskit-btn,
.custom-pwa-button {
  text-align: center !important;
}

button,
input[type="button"],
input[type="submit"],
.elementor-button,
.elementskit-btn {
  justify-content: center !important;
}

.custom-pwa-button {
  background-color: #3498db !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 8px var(--pwa-shadow, rgba(0, 0, 0, 0.15)) !important;
  display: inline-block !important;
  text-decoration: none !important;
  padding: 22px 29px !important;
  font-size: 18px !important;
}

.custom-pwa-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--pwa-shadow, rgba(0, 0, 0, 0.15)) !important;
}

.custom-pwa-button i {
  margin-right: 8px;
}

button.custom-pwa-button {
  background: var(--e-global-color-c7883d7) !important;
  color: #000000 !important;
}

.home .exact-hero-template .elementor-element.elementor-element-53e5c10 .elementskit-btn,
.home div.elementor-element.elementor-element-53e5c10.elementor-widget.elementor-widget-elementskit-button > div > div > div > a {
  display: none !important;
}

@media all and (display-mode: standalone) {
  .home .exact-hero-template .elementor-element.elementor-element-53e5c10 .elementskit-btn,
  .home div.elementor-element.elementor-element-53e5c10.elementor-widget.elementor-widget-elementskit-button > div > div > div > a {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .custom-pwa-button,
  #simple-banner > div {
    display: none !important;
  }
}

@media (max-width: 867px) {
  .home .elementor-2465 .elementor-element.elementor-element-53e5c10 > .elementor-widget-container,
  .home .elementor-44 .elementor-element.elementor-element-53e5c10 > .elementor-widget-container {
    margin: 0 !important;
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .custom-pwa-button {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
    width: fit-content !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 810px) {
  button.custom-pwa-button {
    margin-left: 0 !important;
  }
}

.site-footer.has-exact-footer-top {
  margin-top: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}

.site-footer.has-exact-footer-top .exact-footer-top-template,
.site-footer.has-exact-footer-top .exact-footer-bottom-template {
  width: 100%;
}

.site-footer.has-exact-footer-top .exact-footer-top-template .elementor-section,
.site-footer.has-exact-footer-top .exact-footer-bottom-template .elementor-section {
  margin: 0;
}

/* ===== Requested mobile + footer refinements ===== */
@media (max-width: 767px) {
  .ekit-wid-con .elementskit-single-faq {
    position: relative;
    overflow: hidden;
    border: solid 1px black;
    border-radius: 9px;
    margin-bottom: 10px;
    padding: 10px 0;
  }

  .home-hero {
    padding: 1.8rem 0 3.2rem;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy .hero-list li {
    justify-content: center;
  }

  .hero-copy .btn,
  .home .elementor-2465 .elementor-element.elementor-element-53e5c10 .elementskit-btn,
  .home .elementor-44 .elementor-element.elementor-element-53e5c10 .elementskit-btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.site-footer,
.site-footer.has-exact-footer-top {
  margin: 0 !important;
  padding: 0 !important;
  display: flow-root;
}

.site-footer.has-exact-footer-top .exact-footer-top-template,
.site-footer.has-exact-footer-top .exact-footer-bottom-template,
.site-footer.has-exact-footer-top .exact-footer-top-template > .elementor,
.site-footer.has-exact-footer-top .exact-footer-bottom-template > .elementor {
  margin-top: 0 !important;
}

.site-footer.has-exact-footer-top .exact-footer-top-template .elementor-section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ===== Homepage exact overrides requested ===== */
.home .home-hero {
  background: #ffffff !important;
}

.home .home-hero .hero-copy {
  padding: 2rem !important;
  background: #000000 !important;
  border-color: #000000 !important;
}

.home .home-hero .hero-copy,
.home .home-hero .hero-copy * {
  color: #ffffff !important;
}

.home .home-hero .hero-copy .btn {
  background: var(--e-global-color-c7883d7, #d3a073) !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

.home .home-hero .hero-copy .btn i {
  color: #000000 !important;
}

.home .home-hero .hero-media img {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover !important;
}

.home .elementor-2472 .elementor-element.elementor-element-05adac6,
.home .elementor-2472 .elementor-element.elementor-element-05adac6 > .elementor-container,
.home .elementor-2472 .elementor-element.elementor-element-05adac6 > .elementor-container > .elementor-column,
.home .elementor-2472 .elementor-element.elementor-element-05adac6 > .elementor-container > .elementor-column > .elementor-widget-wrap {
  background: #ffffff !important;
}

/* ===== Light Mode Variant (/light-mode) ===== */
html.beauty-orbit-home-light,
body.theme-light-preview {
  --light-mode-navy: var(--orbit-theme-light-key, #02005a);
  --e-global-color-c7883d7: var(--light-mode-navy);
  --e-global-color-d03c845: var(--light-mode-navy);
}

.page-template-page-light-mode {
  --light-mode-navy: var(--orbit-theme-light-key, #02005a);
  --e-global-color-c7883d7: var(--light-mode-navy);
  --e-global-color-d03c845: var(--light-mode-navy);
}

.page-template-page-light-mode .home-hero {
  background: #ffffff !important;
}

.page-template-page-light-mode .home-hero .hero-copy {
  padding: 2rem !important;
  background: #000000 !important;
  border-color: #000000 !important;
}

.page-template-page-light-mode .home-hero .hero-copy,
.page-template-page-light-mode .home-hero .hero-copy * {
  color: #ffffff !important;
}

.page-template-page-light-mode .home-hero .hero-copy .btn,
.page-template-page-light-mode .btn,
.page-template-page-light-mode .elementskit-btn,
.page-template-page-light-mode .header-cta,
.page-template-page-light-mode .custom-pwa-button,
.page-template-page-light-mode button.custom-pwa-button {
  background: var(--light-mode-navy) !important;
  border-color: var(--light-mode-navy) !important;
  color: #ffffff !important;
}

.page-template-page-light-mode .home-hero .hero-copy .btn i,
.page-template-page-light-mode .btn i,
.page-template-page-light-mode .elementskit-btn i,
.page-template-page-light-mode .custom-pwa-button i {
  color: #ffffff !important;
}

.page-template-page-light-mode .hero-list li::before {
  background: var(--light-mode-navy) !important;
}

.page-template-page-light-mode .home-hero .hero-media img {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover !important;
}

.page-template-page-light-mode .elementor-2472 .elementor-element.elementor-element-05adac6,
.page-template-page-light-mode .elementor-2472 .elementor-element.elementor-element-05adac6 > .elementor-container,
.page-template-page-light-mode .elementor-2472 .elementor-element.elementor-element-05adac6 > .elementor-container > .elementor-column,
.page-template-page-light-mode .elementor-2472 .elementor-element.elementor-element-05adac6 > .elementor-container > .elementor-column > .elementor-widget-wrap {
  background: #ffffff !important;
}

.page-template-page-light-mode .elementor-2469 .elementskit-single-faq,
.page-template-page-light-mode .ekit-wid-con .elementskit-single-faq,
.page-template-page-light-mode .exact-faq-template .elementskit-single-faq {
  border: 1px solid #000000 !important;
  border-radius: 9px !important;
  margin-bottom: 10px !important;
  padding: 10px 0 !important;
  overflow: hidden !important;
}

.page-template-page-light-mode .beauty-orbit-top-banner {
  background-color: var(--light-mode-navy) !important;
}

.page-template-page-light-mode .beauty-orbit-top-banner__text,
.page-template-page-light-mode .beauty-orbit-top-banner__text:hover {
  color: #ffffff !important;
}
/* ===== Header Cleanup + Alignment ===== */
.exact-header-template .elementor-2471 .elementor-element.elementor-element-5f04d46,
.elementor-2471 .elementor-element.elementor-element-5f04d46 {
  display: none !important;
}

@media (min-width: 768px) {
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-82dc14e,
  .elementor-2471 .elementor-element.elementor-element-82dc14e {
    position: relative;
    left: -20px !important;
  }
}

/* ===== Theme Promo Banner (Home + Light Mode) ===== */
.beauty-orbit-top-banner {
  background-color: #c79971;
  color: #000000;
  padding: 16px 24px;
  text-align: center;
  position: relative;
  z-index: 100;
}

.beauty-orbit-top-banner__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.beauty-orbit-top-banner__text,
.beauty-orbit-top-banner__text:hover {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-decoration: none;
}

@media (max-width: 768px) {
  .beauty-orbit-top-banner {
    padding: 12px 16px;
  }

  .beauty-orbit-top-banner__text {
    font-size: 13px;
  }
}


/* ===== Hardcoded Header Wordmark ===== */
.exact-header-template .elementor-2471 .elementor-element-04efb65 .elementor-widget-container {
  min-height: 44px;
  display: flex;
  align-items: center;
}

.beauty-orbit-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 46px;
  text-decoration: none;
}

.beauty-orbit-wordmark__brand {
  font-size: 0.96em;
}

.beauty-orbit-wordmark__orbit {
  font-size: 0.72em;
  border: 3px solid currentColor;
  border-radius: 16px;
  padding: 8px 20px 9px;
}

.home .beauty-orbit-wordmark {
  color: #ffffff;
}

.page-template-page-light-mode .beauty-orbit-wordmark {
  color: var(--light-mode-navy);
}

@media (max-width: 1024px) {
  .beauty-orbit-wordmark {
    font-size: 36px;
    gap: 11px;
  }

  .beauty-orbit-wordmark__orbit {
    padding: 7px 16px 8px;
  }
}

@media (max-width: 767px) {
  .beauty-orbit-wordmark {
    font-size: 24px;
    gap: 8px;
  }

  .beauty-orbit-wordmark__orbit {
    border-width: 2px;
    border-radius: 10px;
    padding: 5px 10px 6px;
  }
}

/* ===== Light Mode Header Frost + Off-Black Menu ===== */
.page-template-page-light-mode .exact-header-template .elementor-2471 .elementor-element.elementor-element-db1e71c {
  background-color: rgba(255, 255, 255, 0.86) !important;
  backdrop-filter: blur(10px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(120%) !important;
  border-bottom: 1px solid rgba(8, 25, 58, 0.08) !important;
}

.page-template-page-light-mode.light-mode-scrolled .exact-header-template .elementor-2471 .elementor-element.elementor-element-db1e71c {
  background-color: rgba(255, 255, 255, 0.74) !important;
  box-shadow: 0 8px 22px rgba(8, 25, 58, 0.12) !important;
}

.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-nav-menu .wpr-menu-item,
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-nav-menu .wpr-menu-item a,
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a,
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-toggle-text,
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-nav-menu > .menu-item-has-children > .wpr-sub-icon {
  color: #1f2429 !important;
}

.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-toggle-line {
  background-color: #1f2429 !important;
}

/* ===== Requested Fine-Tune Overrides ===== */
.page-template-page-light-mode .home-hero .hero-copy {
  padding: 2rem !important;
  background: var(--light-mode-navy) !important;
  opacity: 1 !important;
}

.beauty-orbit-wordmark__brand {
  font-size: 0.7em !important;
}

.beauty-orbit-wordmark__orbit {
  font-size: 0.6em !important;
  border: 3px solid currentColor;
  border-radius: 9px !important;
  padding: 8px 10px 9px !important;
}

@media (max-width: 767px) {
  .elementor-2471 .elementor-element.elementor-element-82dc14e {
    width: 45% !important;
  }

  .page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-toggle-line {
    background-color: var(--light-mode-navy) !important;
    height: 3px;
    margin-bottom: 9px;
    margin-left: 8px;
  }
}

/* ===== Light Mode: Homepage-Parity Footer + Got Questions + Benefits ===== */
.page-template-page-light-mode .site-footer,
.page-template-page-light-mode .site-footer.has-exact-footer-top {
  background-color: var(--light-mode-navy) !important;
}

.page-template-page-light-mode .exact-section-287e7c2f-template .elementor-2467 .elementor-element.elementor-element-287e7c2f:not(.elementor-motion-effects-element-type-background),
.page-template-page-light-mode .exact-section-287e7c2f-template .elementor-2467 .elementor-element.elementor-element-287e7c2f > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementor-element.elementor-element-b574844:not(.elementor-motion-effects-element-type-background),
.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementor-element.elementor-element-b574844 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-element.elementor-element-a6d27e4:not(.elementor-motion-effects-element-type-background),
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-element.elementor-element-a6d27e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.page-template-page-light-mode .site-footer .elementor-2470 .elementor-element.elementor-element-5f24cce:not(.elementor-motion-effects-element-type-background),
.page-template-page-light-mode .site-footer .elementor-2470 .elementor-element.elementor-element-5f24cce > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.page-template-page-light-mode .site-footer .elementor-2470 .elementor-element.elementor-element-73cb192:not(.elementor-motion-effects-element-type-background),
.page-template-page-light-mode .site-footer .elementor-2470 .elementor-element.elementor-element-73cb192 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: var(--light-mode-navy) !important;
}

.page-template-page-light-mode .exact-section-287e7c2f-template .elementor-2467 .elementor-element.elementor-element-4ce19064 .elementor-icon-list-item > .elementor-icon-list-text,
.page-template-page-light-mode .exact-section-287e7c2f-template .elementor-2467 .elementor-element.elementor-element-4ce19064 .elementor-icon-list-item > a,
.page-template-page-light-mode .exact-section-287e7c2f-template .elementor-2467 .elementor-element.elementor-element-4ce19064 .elementor-icon-list-icon i,
.page-template-page-light-mode .exact-section-287e7c2f-template .elementor-2467 .elementor-element.elementor-element-4ce19064 .elementor-icon-list-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementor-heading-title,
.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementor-heading-title span,
.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementor-widget-text-editor,
.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementor-widget-text-editor *,
.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementskit-section-title,
.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementskit-section-title span,
.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementskit-btn,
.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementskit-btn i,
.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementskit-btn svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.page-template-page-light-mode .exact-got-questions-template .elementor-2466 .elementor-element.elementor-element-eae0e84 .elementskit-btn {
  background-color: transparent !important;
  border-color: #ffffff !important;
}

.page-template-page-light-mode .site-footer .elementor-2484 .elementor-heading-title,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-widget-text-editor,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-widget-text-editor *,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-widget-heading *,
.page-template-page-light-mode .site-footer .elementor-2484 a,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-icon-list-text,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-icon-list-icon i,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-icon-list-icon svg,
.page-template-page-light-mode .site-footer .elementor-2470 .elementor-icon-list-text,
.page-template-page-light-mode .site-footer .elementor-2470 .elementor-icon-list-icon i,
.page-template-page-light-mode .site-footer .elementor-2470 .elementor-icon-list-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.page-template-page-light-mode .site-footer .elementor-2484 .elementor-element.elementor-element-783ac75 .elementskit-btn,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-element.elementor-element-f2900a0 .elementskit-btn,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-element.elementor-element-d99ca84 .elementskit-btn {
  background-color: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}

.page-template-page-light-mode .site-footer .elementor-2470 .elementor-element.elementor-element-b2edd8c > .elementor-element-populated {
  border-color: #ffffff !important;
}

/* ===== Light Mode: Hero + Packages Navy Tune ===== */
.page-template-page-light-mode .home-hero .hero-copy {
  background: var(--light-mode-navy) !important;
  border-color: var(--light-mode-navy) !important;
  opacity: 1 !important;
}

.page-template-page-light-mode .home-hero .hero-copy .btn {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: var(--light-mode-navy) !important;
}

.page-template-page-light-mode .home-hero .hero-copy .btn i {
  color: var(--light-mode-navy) !important;
}

.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .bluzetta-product-card,
.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-content,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .bluzetta-product-card,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-content,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .bluzetta-product-card,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-content {
  background: var(--light-mode-navy) !important;
  border-color: var(--light-mode-navy) !important;
}

.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-title,
.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-description,
.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-price,
.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-price *,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-title,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-description,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-price,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-price *,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-title,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-description,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-price,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .product-price * {
  color: #ffffff !important;
}

.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn {
  border: 1px solid var(--light-mode-navy) !important;
}

.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn.active,
.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn:hover,
.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn:focus-visible,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn.active,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn:hover,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn:focus-visible,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn.active,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn:hover,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .category-btn:focus-visible {
  background: var(--light-mode-navy) !important;
  border-color: var(--light-mode-navy) !important;
  color: #ffffff !important;
}

.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .add-to-cart-btn,
.page-template-page-light-mode .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .add-to-cart-btn:hover,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .add-to-cart-btn,
body.theme-light-preview .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .add-to-cart-btn:hover,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .add-to-cart-btn,
html.beauty-orbit-home-light .exact-packages-template .bluzetta-products-container.bluzetta-theme-dark .add-to-cart-btn:hover {
  background: #ffffff !important;
  color: var(--light-mode-navy) !important;
}

/* ===== Temporary: Homepage Theme Toggle ===== */
.beauty-orbit-theme-toggle {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 100001;
  border-radius: 999px;
  border: 1px solid #ffffff;
  padding: 10px 16px;
  min-width: 120px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.beauty-orbit-theme-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.beauty-orbit-industry-switcher {
  position: fixed;
  left: 154px;
  bottom: 22px;
  z-index: 100001;
  border-radius: 999px;
  border: 1px solid #ffffff;
  padding: 10px 34px 10px 14px;
  min-width: 210px;
  max-width: min(42vw, 360px);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 11px 7px;
}

.beauty-orbit-industry-switcher:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.beauty-orbit-industry-switcher:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

html.beauty-orbit-home-dark .beauty-orbit-theme-toggle {
  background: #000000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
}

html.beauty-orbit-home-dark .beauty-orbit-industry-switcher {
  background-color: #000000;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath fill='%23FFFFFF' d='M5.5 7L0 0h11z'/%3E%3C/svg%3E");
}

html.beauty-orbit-home-light .beauty-orbit-theme-toggle {
  background: #ffffff;
  color: var(--light-mode-navy);
  border-color: var(--light-mode-navy);
}

html.beauty-orbit-home-light .beauty-orbit-industry-switcher {
  background-color: #ffffff;
  color: var(--light-mode-navy);
  border-color: var(--light-mode-navy);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath fill='%23002c7e' d='M5.5 7L0 0h11z'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .beauty-orbit-theme-toggle {
    right: 14px;
    bottom: 14px;
    min-width: 108px;
    padding: 9px 13px;
    font-size: 12px;
  }

  .beauty-orbit-industry-switcher {
    left: 130px;
    bottom: 14px;
    min-width: 165px;
    max-width: calc(100vw - 144px);
    padding: 9px 28px 9px 12px;
    font-size: 12px;
    background-position: right 11px center;
  }
}

/* ===== Header Logo Parity: Home == Light Mode ===== */
.home .exact-header-template .elementor-2471 .elementor-element.elementor-element-82dc14e,
.page-template-page-light-mode .exact-header-template .elementor-2471 .elementor-element.elementor-element-82dc14e {
  width: 24% !important;
  position: relative;
  left: -20px !important;
}

.home .exact-header-template .elementor-2471 .elementor-element-04efb65 > .elementor-widget-container,
.page-template-page-light-mode .exact-header-template .elementor-2471 .elementor-element-04efb65 > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 44px !important;
  display: flex;
  align-items: center;
}

.home .beauty-orbit-wordmark,
.page-template-page-light-mode .beauty-orbit-wordmark {
  font-size: 46px !important;
  gap: 14px !important;
  line-height: 1 !important;
}

.home .beauty-orbit-wordmark__brand,
.page-template-page-light-mode .beauty-orbit-wordmark__brand {
  font-size: 0.7em !important;
}

.home .beauty-orbit-wordmark__orbit,
.page-template-page-light-mode .beauty-orbit-wordmark__orbit {
  font-size: 0.6em !important;
  border-width: 3px !important;
  border-radius: 9px !important;
  padding: 8px 10px 9px !important;
}

@media (max-width: 1024px) {
  .home .beauty-orbit-wordmark,
  .page-template-page-light-mode .beauty-orbit-wordmark {
    font-size: 36px !important;
    gap: 11px !important;
  }
}

@media (max-width: 767px) {
  .home .exact-header-template .elementor-2471 .elementor-element.elementor-element-82dc14e,
  .page-template-page-light-mode .exact-header-template .elementor-2471 .elementor-element.elementor-element-82dc14e {
    width: 45% !important;
    left: 0 !important;
  }

  .home .exact-header-template .elementor-2471 .elementor-element.elementor-element-82dc14e > .elementor-element-populated,
  .page-template-page-light-mode .exact-header-template .elementor-2471 .elementor-element.elementor-element-82dc14e > .elementor-element-populated {
    padding-left: 5px !important;
  }

  .home .beauty-orbit-wordmark,
  .page-template-page-light-mode .beauty-orbit-wordmark {
    font-size: 24px !important;
    gap: 8px !important;
  }

  .home .beauty-orbit-wordmark__orbit,
  .page-template-page-light-mode .beauty-orbit-wordmark__orbit {
    border-width: 2px !important;
    border-radius: 10px !important;
    padding: 5px 10px 6px !important;
  }
}

/* ===== Homepage Footer + Toggle Final Tweaks ===== */
.home .site-footer .elementor-2484 .elementor-element.elementor-element-783ac75 .elementskit-btn,
.home .site-footer .elementor-2484 .elementor-element.elementor-element-f2900a0 .elementskit-btn,
.home .site-footer .elementor-2484 .elementor-element.elementor-element-d99ca84 .elementskit-btn {
  background-color: transparent !important;
}

.home .site-footer .elementor-2484 .elementor-element.elementor-element-e84baba > .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home .site-footer .beauty-orbit-footer-wordmark {
  color: #ffffff !important;
  max-width: 88%;
  margin: 0 auto;
  font-size: 34px !important;
  gap: 10px !important;
  text-decoration: none;
}

.home .site-footer .beauty-orbit-footer-wordmark .beauty-orbit-wordmark__orbit {
  border-color: currentColor !important;
}

.beauty-orbit-theme-toggle {
  left: 22px !important;
  right: auto !important;
}

.beauty-orbit-industry-switcher {
  left: 154px !important;
  right: auto !important;
}

@media (max-width: 767px) {
  .beauty-orbit-theme-toggle {
    left: 14px !important;
    right: auto !important;
  }

  .beauty-orbit-industry-switcher {
    left: 130px !important;
    right: auto !important;
  }

  .home .site-footer .beauty-orbit-footer-wordmark {
    font-size: 22px !important;
    gap: 7px !important;
  }
}

/* ===== Exact Image Wordmark (Attached Logo) ===== */
.beauty-orbit-wordmark {
  display: inline-block !important;
  line-height: 0 !important;
  text-decoration: none !important;
}

.beauty-orbit-wordmark__img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}

.beauty-orbit-wordmark__img--white {
  display: none !important;
}

.beauty-orbit-wordmark__brand,
.beauty-orbit-wordmark__orbit {
  display: none !important;
}

.home .exact-header-template .beauty-orbit-wordmark__img,
.page-template-page-light-mode .exact-header-template .beauty-orbit-wordmark__img {
  height: 46px !important;
  max-width: none !important;
}

html.beauty-orbit-home-dark .home .exact-header-template .beauty-orbit-wordmark__img--navy {
  display: none !important;
}

html.beauty-orbit-home-dark .home .exact-header-template .beauty-orbit-wordmark__img--white {
  display: block !important;
}

html.beauty-orbit-home-light .home .exact-header-template .beauty-orbit-wordmark__img--navy {
  display: block !important;
}

html.beauty-orbit-home-light .home .exact-header-template .beauty-orbit-wordmark__img--white,
.page-template-page-light-mode .exact-header-template .beauty-orbit-wordmark__img--white {
  display: none !important;
}

.page-template-page-light-mode .exact-header-template .beauty-orbit-wordmark__img--navy {
  display: block !important;
}

body .site-footer .beauty-orbit-footer-wordmark,
.home .site-footer .beauty-orbit-footer-wordmark,
.page-template-page-light-mode .site-footer .beauty-orbit-footer-wordmark {
  max-width: 88%;
  margin: 0 auto;
}

body .site-footer .beauty-orbit-footer-wordmark .beauty-orbit-wordmark__img--footer,
.home .site-footer .beauty-orbit-footer-wordmark .beauty-orbit-wordmark__img--footer,
.page-template-page-light-mode .site-footer .beauty-orbit-footer-wordmark .beauty-orbit-wordmark__img--footer {
  height: 38px !important;
  width: auto !important;
  max-width: none !important;
}

@media (min-width: 768px) {
  body .site-footer .beauty-orbit-footer-wordmark,
  .home .site-footer .beauty-orbit-footer-wordmark,
  .page-template-page-light-mode .site-footer .beauty-orbit-footer-wordmark {
    margin-top: 10px !important;
  }
}

@media (max-width: 1024px) {
  .exact-header-template .beauty-orbit-wordmark__img,
  .home .exact-header-template .beauty-orbit-wordmark__img,
  .page-template-page-light-mode .exact-header-template .beauty-orbit-wordmark__img {
    height: 36px !important;
  }
}

@media (max-width: 767px) {
  .exact-header-template .beauty-orbit-wordmark__img,
  .home .exact-header-template .beauty-orbit-wordmark__img,
  .page-template-page-light-mode .exact-header-template .beauty-orbit-wordmark__img {
    height: 24px !important;
  }

  body .site-footer .beauty-orbit-footer-wordmark .beauty-orbit-wordmark__img--footer,
  .home .site-footer .beauty-orbit-footer-wordmark .beauty-orbit-wordmark__img--footer,
  .page-template-page-light-mode .site-footer .beauty-orbit-footer-wordmark .beauty-orbit-wordmark__img--footer {
    height: 22px !important;
  }
}

/* ===== Mobile/Tablet Sticky Footer Menus ===== */
.orbit-sticky-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #000000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.53);
  padding: 15px 20px max(6px, env(safe-area-inset-bottom));
  display: none;
}

.orbit-sticky-inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.orbit-sticky-item {
  color: #ffffff !important;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0;
  padding: 0;
  min-height: 62px;
}

.orbit-sticky-item i {
  font-size: 23px;
  line-height: 1;
  color: #ffffff !important;
  width: auto;
  height: auto;
}

.orbit-sticky-item i.dashicons {
  font-family: dashicons !important;
  font-size: 23px !important;
  line-height: 1 !important;
}

.orbit-sticky-item--home i {
  transform: none !important;
}

div.orbit-sticky-footer.orbit-sticky-footer--public nav.orbit-sticky-inner a.orbit-sticky-item.orbit-sticky-item--home {
  margin-top: -15px;
}

.orbit-sticky-label {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  .home .orbit-sticky-footer,
  .page-template-page-light-mode .orbit-sticky-footer {
    display: block;
  }

  .home .site-footer,
  .page-template-page-light-mode .site-footer {
    padding-bottom: 96px !important;
  }
}

@media (min-width: 1025px) {
  .orbit-sticky-footer {
    display: none !important;
  }
}

html.beauty-orbit-home-light .home .orbit-sticky-footer,
.page-template-page-light-mode .orbit-sticky-footer {
  background: var(--light-mode-navy) !important;
}

html.beauty-orbit-home-dark .home .orbit-sticky-footer {
  background: #000000 !important;
}

/* ===== Hero Copy Final Sizing + Bullets ===== */
html.beauty-orbit-home-dark .home .home-hero .hero-copy .btn,
html.beauty-orbit-home-light .home .home-hero .hero-copy .btn,
.page-template-page-light-mode .home-hero .hero-copy .btn {
  padding: 16px 44px !important;
  font-size: 18px !important;
}

html.beauty-orbit-home-dark .home .home-hero .hero-copy .hero-list li::before,
html.beauty-orbit-home-light .home .home-hero .hero-copy .hero-list li::before,
.page-template-page-light-mode .home-hero .hero-copy .hero-list li::before {
  background: #ffffff !important;
}

@media (max-width: 767px) {
  html.beauty-orbit-home-light .home .home-hero .hero-copy .btn,
  .page-template-page-light-mode .home-hero .hero-copy .btn {
    padding: 16px 34px !important;
  }

  .elementor-2468 .elementor-element.elementor-element-ea515b9 {
    padding: 40px 0 30px 0 !important;
  }

  .elementor-2472 .elementor-element.elementor-element-e02fba4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* ===== Mobile Menu Theme Controls (Light/Dark) ===== */
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-nav-menu .wpr-menu-item,
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-nav-menu .wpr-menu-item span,
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-nav-menu > .menu-item-has-children > .wpr-sub-icon,
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-toggle-text,
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a,
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a span,
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a i,
.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu .menu-item-has-children > a:after,
html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-nav-menu .wpr-menu-item,
html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-nav-menu .wpr-menu-item span,
html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-nav-menu > .menu-item-has-children > .wpr-sub-icon,
html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-toggle-text,
html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a,
html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a span,
html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a i,
html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu .menu-item-has-children > a:after {
  color: var(--light-mode-navy) !important;
}

.page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-toggle-line,
html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-toggle-line {
  background-color: var(--light-mode-navy) !important;
}

.exact-header-template .elementor-2471 .wpr-mobile-nav-menu .wpr-mobile-menu-item {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.exact-header-template .elementor-2471 .wpr-mobile-nav-menu .wpr-mobile-menu-item i._mi {
  display: inline-block !important;
  font-size: 18px !important;
  line-height: 1 !important;
  margin: 0 !important;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu,
  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important;
    overflow: hidden;
  }

  .page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu {
    background: rgba(255, 255, 255, 0.74) !important;
    backdrop-filter: blur(10px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(10px) saturate(120%) !important;
    border-top: 1px solid rgba(8, 25, 58, 0.08) !important;
    border-bottom: 1px solid rgba(8, 25, 58, 0.08) !important;
  }

  .page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu li,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu li {
    background: transparent !important;
    border-bottom: 1px solid rgba(8, 25, 58, 0.08) !important;
  }

  .page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu li:last-child,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu li:last-child {
    border-bottom: none !important;
  }

  .page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a {
    background: transparent !important;
  }

  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu {
    background: #000000 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  }

  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu li {
    background: #000000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu li:last-child {
    border-bottom: none !important;
  }

  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a,
  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a span,
  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a i,
  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu .menu-item-has-children > a:after {
    color: #ffffff !important;
    background: transparent !important;
  }
}
/* ===== End Mobile Menu Theme Controls ===== */

/* ===== Mobile Menu Width + Visibility Hotfix ===== */
@media (max-width: 1024px) {
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-44315f6,
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-44315f6 > .elementor-container,
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-bd59707,
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-bd59707 > .elementor-element-populated,
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723,
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 > .elementor-widget-container,
  .exact-header-template .elementor-2471 .wpr-mobile-nav-menu-container {
    overflow: visible !important;
  }

  .exact-header-template .elementor-2471 .wpr-mobile-nav-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 91.2vw) !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .elementor-2471 .wpr-mobile-nav-menu,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu,
  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu {
    margin-left: calc(50% - 91.2vw) !important;
  }

  html,
  body,
  .home,
  .page-template-page-light-mode {
    overflow-x: hidden !important;
  }

  .page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu {
    color: var(--light-mode-navy) !important;
  }

  .page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a,
  .page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a span,
  .page-template-page-light-mode .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a i,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a span,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a i {
    color: var(--light-mode-navy) !important;
    -webkit-text-fill-color: var(--light-mode-navy) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a,
  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a span,
  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a i {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .exact-header-template .elementor-2471 .wpr-mobile-nav-menu .wpr-mobile-menu-item,
  .exact-header-template .elementor-2471 .wpr-mobile-nav-menu .wpr-mobile-menu-item span {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }
}
/* ===== End Mobile Menu Width + Visibility Hotfix ===== */

/* ===== Homepage Desktop Hero Section Spacing ===== */
@media (min-width: 1025px) {
  .home .elementor-2465 .elementor-element.elementor-element-74733520 {
    transition: background 0s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
    padding: 2em 8em 0em 9em !important;
  }
}

/* ===== Mobile Header: Book Now Before Toggle + Toggle Restyle ===== */
@media (max-width: 1024px) {
  /* Reorder right-side controls: Book Now first, then hamburger */
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-cfabd3a {
    order: 3 !important;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-bd59707 {
    order: 4 !important;
  }

  /* Keep Book Now and toggle at matching height/radius */
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a95fbf8 .elementskit-btn,
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle {
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 7px !important;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a95fbf8 .elementskit-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle-wrap {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle {
    width: 44px !important;
    padding: 0 !important;
    border: 2px solid #ffffff !important;
    background: transparent !important;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle-line {
    width: 18px !important;
    height: 3px !important;
    margin-left: 0 !important;
    margin-bottom: 4px !important;
    background-color: #ffffff !important;
    border-radius: 2px;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle-line:last-child {
    margin-bottom: 0 !important;
  }

  /* Light mode: navy border/lines */
  .page-template-page-light-mode .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle {
    border-color: var(--light-mode-navy) !important;
  }

  .page-template-page-light-mode .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle-line,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle-line {
    background-color: var(--light-mode-navy) !important;
  }
}
/* ===== End Mobile Header Reorder/Toggle Restyle ===== */

/* ===== Mobile Toggle Stack Fix ===== */
@media (max-width: 1024px) {
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle-line {
    display: block !important;
    flex: 0 0 auto !important;
    width: 18px !important;
    height: 3px !important;
    margin: 0 !important;
  }
}
/* ===== End Mobile Toggle Stack Fix ===== */

/* ===== Mobile/Tablet Header Final Sizing + Sitewide Theme Header/Footer ===== */
@media (max-width: 1024px) {
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-cfabd3a {
    order: 3 !important;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-bd59707 {
    order: 4 !important;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a95fbf8 .elementskit-btn,
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle {
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    border-radius: 10px !important;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    flex: 0 0 48px !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* Keep branded wordmark sizing sitewide */
.exact-header-template .beauty-orbit-wordmark {
  display: inline-block !important;
  line-height: 0 !important;
}

.exact-header-template .beauty-orbit-wordmark__img {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: 46px !important;
}

@media (max-width: 1024px) {
  .exact-header-template .beauty-orbit-wordmark__img {
    height: 36px !important;
  }
}

@media (max-width: 767px) {
  .exact-header-template .beauty-orbit-wordmark__img {
    height: 24px !important;
  }
}

/* Sitewide light-theme header/footer application (includes About page) */
html.beauty-orbit-home-light .exact-header-template .beauty-orbit-wordmark__img--navy {
  display: block !important;
}

html.beauty-orbit-home-light .exact-header-template .beauty-orbit-wordmark__img--white {
  display: none !important;
}

html.beauty-orbit-home-dark .exact-header-template .beauty-orbit-wordmark__img--navy {
  display: none !important;
}

html.beauty-orbit-home-dark .exact-header-template .beauty-orbit-wordmark__img--white {
  display: block !important;
}

html.beauty-orbit-home-light .exact-header-template .elementor-2471 .elementor-element.elementor-element-db1e71c:not(.elementor-motion-effects-element-type-background),
html.beauty-orbit-home-light .exact-header-template .elementor-2471 .elementor-element.elementor-element-db1e71c > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: rgba(255, 255, 255, 0.84) !important;
  backdrop-filter: blur(10px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(10px) saturate(120%) !important;
}

html.beauty-orbit-home-light .exact-header-template .elementor-2471 .wpr-nav-menu .wpr-menu-item,
html.beauty-orbit-home-light .exact-header-template .elementor-2471 .wpr-nav-menu .wpr-menu-item span,
html.beauty-orbit-home-light .exact-header-template .elementor-2471 .wpr-nav-menu > .menu-item-has-children > .wpr-sub-icon {
  color: var(--light-mode-navy) !important;
}

html.beauty-orbit-home-light .exact-header-template .elementor-2471 .elementor-element.elementor-element-a95fbf8 .elementskit-btn {
  background: var(--light-mode-navy) !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  border: 1px solid var(--light-mode-navy) !important;
}

html.beauty-orbit-home-light .exact-header-template .elementor-2471 .elementor-element.elementor-element-a95fbf8 .elementskit-btn i,
html.beauty-orbit-home-light .exact-header-template .elementor-2471 .elementor-element.elementor-element-a95fbf8 .elementskit-btn svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

html.beauty-orbit-home-light .site-footer .elementor-2484 .elementor-element.elementor-element-a6d27e4:not(.elementor-motion-effects-element-type-background),
html.beauty-orbit-home-light .site-footer .elementor-2484 .elementor-element.elementor-element-a6d27e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
html.beauty-orbit-home-light .site-footer .elementor-2470 .elementor-element.elementor-element-5f24cce:not(.elementor-motion-effects-element-type-background),
html.beauty-orbit-home-light .site-footer .elementor-2470 .elementor-element.elementor-element-5f24cce > .elementor-motion-effects-container > .elementor-motion-effects-layer,
html.beauty-orbit-home-light .site-footer .elementor-2470 .elementor-element.elementor-element-73cb192:not(.elementor-motion-effects-element-type-background),
html.beauty-orbit-home-light .site-footer .elementor-2470 .elementor-element.elementor-element-73cb192 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: var(--light-mode-navy) !important;
}
/* ===== End Mobile/Tablet Header Final + Sitewide Theme Header/Footer ===== */

/* ===== Final Header/Footer Sitewide Sync (About + Mobile Toggle Square) ===== */
@media (max-width: 1024px) {
  .elementor-2471 .wpr-mobile-nav-menu,
  html.beauty-orbit-home-light .exact-header-template .elementor-2471 .wpr-mobile-nav-menu,
  html.beauty-orbit-home-dark .exact-header-template .elementor-2471 .wpr-mobile-nav-menu {
    margin-left: calc(50% - 91.2vw) !important;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle-wrap {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    line-height: 0 !important;
  }

  .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    flex: 0 0 48px !important;
    aspect-ratio: 1 / 1 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    line-height: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  html.beauty-orbit-home-light .exact-header-template .elementor-2471 .wpr-mobile-nav-menu {
    background: rgba(255, 255, 255, 0.74) !important;
    backdrop-filter: blur(10px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(10px) saturate(120%) !important;
    border-top: 1px solid rgba(8, 25, 58, 0.08) !important;
    border-bottom: 1px solid rgba(8, 25, 58, 0.08) !important;
  }

  html.beauty-orbit-home-light .exact-header-template .elementor-2471 .wpr-mobile-nav-menu li {
    background: transparent !important;
    border-bottom: 1px solid rgba(8, 25, 58, 0.08) !important;
  }

  html.beauty-orbit-home-light .exact-header-template .elementor-2471 .wpr-mobile-nav-menu li:last-child {
    border-bottom: none !important;
  }

  html.beauty-orbit-home-light .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a,
  html.beauty-orbit-home-light .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a span,
  html.beauty-orbit-home-light .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a i,
  html.beauty-orbit-home-light .exact-header-template .elementor-2471 .wpr-mobile-nav-menu .menu-item-has-children > a:after {
    color: var(--light-mode-navy) !important;
    -webkit-text-fill-color: var(--light-mode-navy) !important;
  }

  html.beauty-orbit-home-dark .exact-header-template .elementor-2471 .wpr-mobile-nav-menu {
    background: rgba(0, 0, 0, 0.74) !important;
    backdrop-filter: blur(10px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(10px) saturate(120%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  html.beauty-orbit-home-dark .exact-header-template .elementor-2471 .wpr-mobile-nav-menu li {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  html.beauty-orbit-home-dark .exact-header-template .elementor-2471 .wpr-mobile-nav-menu li:last-child {
    border-bottom: none !important;
  }

  html.beauty-orbit-home-dark .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a,
  html.beauty-orbit-home-dark .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a span,
  html.beauty-orbit-home-dark .exact-header-template .elementor-2471 .wpr-mobile-nav-menu a i,
  html.beauty-orbit-home-dark .exact-header-template .elementor-2471 .wpr-mobile-nav-menu .menu-item-has-children > a:after {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }
}
/* ===== End Final Header/Footer Sitewide Sync ===== */

/* ===== Mobile Toggle Theme Colors Sitewide ===== */
@media (max-width: 1024px) {
  html.beauty-orbit-home-light .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle {
    border-color: var(--light-mode-navy) !important;
  }

  html.beauty-orbit-home-light .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle-line {
    background-color: var(--light-mode-navy) !important;
  }

  html.beauty-orbit-home-dark .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle {
    border-color: #ffffff !important;
  }

  html.beauty-orbit-home-dark .exact-header-template .elementor-2471 .elementor-element.elementor-element-a7c1723 .wpr-mobile-toggle-line {
    background-color: #ffffff !important;
  }
}
/* ===== End Mobile Toggle Theme Colors Sitewide ===== */

/* ===== Light Mode Footer Buttons: Transparent Fill ===== */
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-element.elementor-element-783ac75 .elementskit-btn,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-element.elementor-element-f2900a0 .elementskit-btn,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-element.elementor-element-d99ca84 .elementskit-btn,
html.beauty-orbit-home-light .site-footer .elementor-2484 .elementor-element.elementor-element-783ac75 .elementskit-btn,
html.beauty-orbit-home-light .site-footer .elementor-2484 .elementor-element.elementor-element-f2900a0 .elementskit-btn,
html.beauty-orbit-home-light .site-footer .elementor-2484 .elementor-element.elementor-element-d99ca84 .elementskit-btn {
  background: transparent !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  box-shadow: none !important;
}
/* ===== End Light Mode Footer Buttons ===== */

/* ===== Mobile/Tablet Toggle Container Nudge ===== */
@media (max-width: 1024px) {
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-bd59707 {
    margin-left: -1.5px !important;
  }
}
/* ===== End Mobile/Tablet Toggle Container Nudge ===== */

/* ===== Mobile/Tablet Header Position Final Requested ===== */
@media (max-width: 1024px) {
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-bd59707 {
    margin-left: -8px !important;
  }

  .elementor-2471 .wpr-mobile-nav-menu,
  html.beauty-orbit-home-light .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu,
  html.beauty-orbit-home-dark .home .exact-header-template .elementor-2471 .wpr-mobile-nav-menu {
    margin-left: calc(50% - 89.2vw) !important;
  }
}
/* ===== End Mobile/Tablet Header Position Final Requested ===== */

/* ===== Mobile Footer Logo Size + Top Spacing ===== */
@media (max-width: 767px) {
  body.home .site-footer .beauty-orbit-footer-wordmark,
  body.page-template-page-light-mode .site-footer .beauty-orbit-footer-wordmark,
  body .site-footer .beauty-orbit-footer-wordmark {
    margin-top: 50px !important;
  }

  body.home .site-footer .beauty-orbit-footer-wordmark .beauty-orbit-wordmark__img--footer,
  body.page-template-page-light-mode .site-footer .beauty-orbit-footer-wordmark .beauty-orbit-wordmark__img--footer,
  body .site-footer .beauty-orbit-footer-wordmark .beauty-orbit-wordmark__img--footer {
    height: 27.5px !important;
    width: auto !important;
    max-width: none !important;
  }
}
/* ===== End Mobile Footer Logo Size + Top Spacing ===== */

/* ===== Packages Card Entrance Reveal ===== */
.home .exact-packages-template .bluzetta-product-card.orbit-card-reveal,
.page-template-page-light-mode .exact-packages-template .bluzetta-product-card.orbit-card-reveal,
.page-id-32 .exact-packages-template .bluzetta-product-card.orbit-card-reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
}

.home .exact-packages-template .bluzetta-product-card.orbit-card-reveal.orbit-card-reveal--in,
.page-template-page-light-mode .exact-packages-template .bluzetta-product-card.orbit-card-reveal.orbit-card-reveal--in,
.page-id-32 .exact-packages-template .bluzetta-product-card.orbit-card-reveal.orbit-card-reveal--in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.56s ease, transform 0.56s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--orbit-card-delay, 0ms);
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  .home .exact-packages-template .bluzetta-product-card.orbit-card-reveal,
  .page-template-page-light-mode .exact-packages-template .bluzetta-product-card.orbit-card-reveal,
  .page-id-32 .exact-packages-template .bluzetta-product-card.orbit-card-reveal,
  .home .exact-packages-template .bluzetta-product-card.orbit-card-reveal.orbit-card-reveal--in,
  .page-template-page-light-mode .exact-packages-template .bluzetta-product-card.orbit-card-reveal.orbit-card-reveal--in,
  .page-id-32 .exact-packages-template .bluzetta-product-card.orbit-card-reveal.orbit-card-reveal--in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Page body spacing for my-account-2 exact clone section */
.elementor-2474 .elementor-element.elementor-element-cbb021e {
  padding: 4em 11em 4em 10em;
}

/* ===== Static Hardcut Header/Footer Stabilization ===== */
body:not(.home):not(.page-template-page-light-mode) .exact-header-template .elementor-2471 .elementor-element.elementor-element-db1e71c {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 10050 !important;
}

body:not(.home):not(.page-template-page-light-mode) .exact-page-template-wrap {
  padding-top: 92px;
}

body.admin-bar:not(.home):not(.page-template-page-light-mode) .exact-header-template .elementor-2471 .elementor-element.elementor-element-db1e71c {
  top: 32px !important;
}

body.admin-bar:not(.home):not(.page-template-page-light-mode) .exact-page-template-wrap {
  padding-top: calc(92px + 32px);
}

@media (max-width: 1024px) {
  body:not(.home):not(.page-template-page-light-mode) .exact-page-template-wrap {
    padding-top: 84px;
  }

  body.admin-bar:not(.home):not(.page-template-page-light-mode) .exact-page-template-wrap {
    padding-top: calc(84px + 32px);
  }
}

@media (max-width: 782px) {
  body.admin-bar:not(.home):not(.page-template-page-light-mode) .exact-header-template .elementor-2471 .elementor-element.elementor-element-db1e71c {
    top: 46px !important;
  }
}

@media (max-width: 767px) {
  body:not(.home):not(.page-template-page-light-mode) .exact-page-template-wrap {
    padding-top: 74px;
  }

  body.admin-bar:not(.home):not(.page-template-page-light-mode) .exact-page-template-wrap {
    padding-top: calc(74px + 46px);
  }
}

.site-footer.has-exact-footer-top .exact-footer-top-template,
.site-footer.has-exact-footer-top .exact-footer-bottom-template {
  overflow-x: clip;
}

/* Hard restore: exact footer top row must render on every page (not only home/light). */
body .site-footer.has-exact-footer-top .exact-footer-top-template,
body .site-footer.has-exact-footer-top .exact-footer-top-template > .elementor,
body .site-footer.has-exact-footer-top .exact-footer-top-template .elementor-2484,
body .site-footer.has-exact-footer-top .exact-footer-top-template .elementor-section,
body .site-footer.has-exact-footer-top .exact-footer-top-template .elementor-container,
body .site-footer.has-exact-footer-top .exact-footer-top-template .elementor-column,
body .site-footer.has-exact-footer-top .exact-footer-top-template .elementor-widget-wrap,
body .site-footer.has-exact-footer-top .exact-footer-top-template .elementor-widget {
  visibility: visible !important;
  opacity: 1 !important;
}

body .site-footer.has-exact-footer-top .exact-footer-top-template .elementor-2484 .elementor-section.elementor-element-a6d27e4 {
  display: block !important;
}

body .site-footer.has-exact-footer-top .exact-footer-top-template .elementor-2484 .elementor-section.elementor-element-a6d27e4 > .elementor-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
}

/* Footer conflict fix: lock Elementor icon-list base behavior in exact footer */
.site-footer.has-exact-footer-top .elementor-icon-list-items {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-inline-start: 0 !important;
}

.site-footer.has-exact-footer-top .elementor-icon-list-item {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  padding-inline-start: 0 !important;
}

.site-footer.has-exact-footer-top .elementor-icon-list-item::marker {
  content: "" !important;
}

.site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-ddbd6a6 .elementor-icon-list-items.elementor-inline-items {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-ddbd6a6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  display: inline-flex !important;
}

/* Remove remaining rogue dots on footer bottom rows. */
body .site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-f025d28 .elementor-icon-list-item::before,
body .site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-f025d28 .elementor-icon-list-item::after,
body .site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-0284742 .elementor-icon-list-item::before,
body .site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-0284742 .elementor-icon-list-item::after {
  content: none !important;
}

/* Restore floating basket shape regardless of global button kit styles */
.bluzetta-floating-basket .basket-toggle,
button#basket-toggle-btn.basket-toggle {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  min-width: 70px !important;
  min-height: 70px !important;
}

@media (max-width: 767px) {
  .bluzetta-floating-basket .basket-toggle,
  button#basket-toggle-btn.basket-toggle {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
  }
}

/* ===== About Page Final Scoped Pass ===== */
.page-id-38 .exact-about-template {
  --orbit-about-primary: #000000;
  --orbit-about-primary-rgb: 0, 0, 0;
  padding-top: 92px;
}

@media (max-width: 1024px) {
  .page-id-38 .exact-about-template {
    padding-top: 84px;
  }
}

@media (max-width: 767px) {
  .page-id-38 .exact-about-template {
    padding-top: 74px;
  }
}

.page-id-38 .exact-header-template .elementor-2471 .elementor-element.elementor-element-db1e71c {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 10050 !important;
}

.page-id-38.admin-bar .exact-header-template .elementor-2471 .elementor-element.elementor-element-db1e71c {
  top: 32px !important;
}

.page-id-38.admin-bar .exact-about-template {
  padding-top: calc(92px + 32px);
}

@media (max-width: 1024px) {
  .page-id-38.admin-bar .exact-about-template {
    padding-top: calc(84px + 32px);
  }
}

@media (max-width: 782px) {
  .page-id-38.admin-bar .exact-header-template .elementor-2471 .elementor-element.elementor-element-db1e71c {
    top: 46px !important;
  }

  .page-id-38.admin-bar .exact-about-template {
    padding-top: calc(74px + 46px);
  }
}

html.beauty-orbit-home-light .page-id-38 .exact-about-template {
  --orbit-about-primary: var(--light-mode-navy);
  --orbit-about-primary-rgb: 0, 44, 126;
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-image: url("https://beauty.orbit.bluzetta.com/wp-content/uploads/2025/03/BZ-Team-Landing-Page-copy-2.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top right !important;
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e::before {
  display: none !important;
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e > .elementor-background-overlay {
  display: block !important;
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 1 !important;
  background: linear-gradient(253deg, rgba(180, 226, 255, 0) 34%, rgba(0, 0, 0, 0.82) 57%) !important;
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e > .elementor-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e {
    background-position: center right !important;
  }
}

@media (max-width: 767px) {
  .page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e {
    background-position: bottom right !important;
  }

  .page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e > .elementor-background-overlay {
    background: linear-gradient(180deg, rgba(180, 226, 255, 0) 15%, rgba(0, 0, 0, 0.84) 56%) !important;
  }
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-ae63305:not(.elementor-motion-effects-element-type-background),
.page-id-38 .exact-about-template .elementor-element.elementor-element-ae63305 > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.page-id-38 .exact-about-template .elementor-element.elementor-element-dd90097:not(.elementor-motion-effects-element-type-background),
.page-id-38 .exact-about-template .elementor-element.elementor-element-dd90097 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: var(--orbit-about-primary) !important;
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-466dd33 .elementor-icon-list-icon i,
.page-id-38 .exact-about-template .elementor-element.elementor-element-466dd33 .elementor-icon-list-icon svg,
.page-id-38 .exact-about-template .elementor-element.elementor-element-466dd33 .elementor-icon-list-text {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-51129d1 .elementskit-section-title-wraper .elementskit-section-title,
.page-id-38 .exact-about-template .elementor-element.elementor-element-51129d1 .elementskit-section-title-wraper .elementskit-section-title > span,
.page-id-38 .exact-about-template .elementor-element.elementor-element-51129d1 .elementskit-section-title-wraper p {
  color: #ffffff !important;
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button,
.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button::before,
.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button::after {
  background-color: var(--e-global-color-c7883d7, #d3a073) !important;
}

html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button::before,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button::after {
  background: var(--light-mode-navy) !important;
  border-color: var(--light-mode-navy) !important;
}

html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button-text,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button-icon,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* FAQ should match homepage: black borders + black copy. */
.page-id-38 .exact-about-template .elementor-element.elementor-element-52a95fc .elementskit-single-faq {
  border: 1px solid #000000 !important;
  border-radius: 9px !important;
  margin: 12px 0 !important;
  padding: 10px 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

@media (min-width: 1025px) {
  .page-id-38 .exact-about-template .elementor-element.elementor-element-52a95fc .elementskit-single-faq {
    margin: 0px 0 !important;
    margin-bottom: 0px;
    margin-bottom: 20px !important;
    padding: 30px 0 !important;
  }
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-52a95fc .elementskit-single-faq .elementskit-faq-header {
  padding: 11px 40px 11px 40px !important;
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-52a95fc .elementskit-single-faq .elementskit-faq-body {
  padding: 0 40px 20px 40px !important;
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-52a95fc .elementskit-single-faq .elementskit-faq-title,
.page-id-38 .exact-about-template .elementor-element.elementor-element-52a95fc .elementskit-single-faq .elementskit-faq-body {
  color: #000000 !important;
}

/* Remove desktop margin from the FAQ column wrapper requested. */
@media (min-width: 1025px) {
  .page-id-38 .exact-about-template .elementor-2478 .elementor-element.elementor-element-16cf3b24 > .elementor-element-populated,
  .page-id-38 .elementor-2478 .elementor-element.elementor-element-16cf3b24 > .elementor-element-populated {
    margin: 0 !important;
    --e-column-margin-right: 0 !important;
    --e-column-margin-left: 0 !important;
  }
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-6a2e96b7 img {
  width: 100% !important;
  border-radius: 13px !important;
}

.page-id-38 .exact-about-template .orbit-about-growth-strip {
  background: #ffffff !important;
  color: #000000 !important;
  padding: 0em 0em 3em 0em;
}

.page-id-38 .exact-about-template .orbit-about-growth-strip__intro {
  margin: 0 auto 2rem;
  max-width: 1180px;
  text-align: center;
  padding: 0 10px;
}

.page-id-38 .exact-about-template .orbit-about-growth-strip__intro .orbit-about-growth-strip__kicker {
  margin: 20px 0 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2.5px;
  color: #000000 !important;
}

.page-id-38 .exact-about-template .orbit-about-growth-strip__intro h2 {
  margin: 0 0 12px;
  color: #2b2b2b !important;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2em;
}

.page-id-38 .exact-about-template .orbit-about-growth-strip__intro h2 span {
  font-size: 3.5rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2em;
}

.page-id-38 .exact-about-template .orbit-about-growth-strip__intro p {
  margin: 0 auto;
  max-width: 1360px;
  color: #424242 !important;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.page-id-38 .exact-about-template .orbit-about-growth-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.page-id-38 .exact-about-template .orbit-about-growth-strip__card {
  border: 1px solid var(--light-mode-navy) !important;
  border-radius: 14px;
  background: var(--light-mode-navy) !important;
  padding: 18px 16px;
}

.page-id-38 .exact-about-template .orbit-about-growth-strip__card h3,
.page-id-38 .exact-about-template .orbit-about-growth-strip__card p {
  color: #ffffff !important;
}

html.beauty-orbit-home-light .page-id-38 .exact-about-template .orbit-about-growth-strip__intro h2,
html.beauty-orbit-home-dark .page-id-38 .exact-about-template .orbit-about-growth-strip__intro h2 {
  color: #2b2b2b !important;
}

html.beauty-orbit-home-light .page-id-38 .exact-about-template .orbit-about-growth-strip__intro p,
html.beauty-orbit-home-dark .page-id-38 .exact-about-template .orbit-about-growth-strip__intro p {
  color: #424242 !important;
}

@media (max-width: 1024px) {
  .page-id-38 .exact-about-template .orbit-about-growth-strip__grid {
    grid-template-columns: 1fr;
  }

  .page-id-38 .exact-about-template .orbit-about-growth-strip__intro h2 {
    font-size: 2.8rem;
  }

  .page-id-38 .exact-about-template .orbit-about-growth-strip__intro h2 span {
    font-size: 2.8rem;
  }

  .page-id-38 .exact-about-template .orbit-about-growth-strip__intro p {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .page-id-38 .exact-about-template .orbit-about-growth-strip__intro {
    margin: 0 auto 1.2rem;
  }

  .page-id-38 .exact-about-template .orbit-about-growth-strip__intro .orbit-about-growth-strip__kicker {
    margin: 0 0 8px;
    font-size: 13px;
  }

  .page-id-38 .exact-about-template .orbit-about-growth-strip__intro h2 {
    margin: 0 0 8px;
    font-size: 2.1rem;
    line-height: 1em;
  }

  .page-id-38 .exact-about-template .orbit-about-growth-strip__intro h2 span {
    font-size: 2.1rem;
    line-height: 1em;
  }

  .page-id-38 .exact-about-template .orbit-about-growth-strip__intro p {
    font-size: 15px;
    line-height: 1.45;
  }
}

/* JS-driven reveal animations to restore reliable About motion. */
.page-id-38 .exact-about-template .orbit-about-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  will-change: opacity, transform;
}

.page-id-38 .exact-about-template .orbit-about-reveal--right {
  transform: translate3d(38px, 0, 0);
}

.page-id-38 .exact-about-template .orbit-about-reveal--zoom {
  transform: scale(0.93);
}

.page-id-38 .exact-about-template .orbit-about-reveal--in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--orbit-about-delay, 0ms);
}
/* ===== End About Page Final Scoped Pass ===== */

/* ===== Contact Page Static Hardcut ===== */
.page-id-35 .exact-contact-template .elementor-element.elementor-element-4db4d60:not(.elementor-motion-effects-element-type-background),
.page-id-35 .exact-contact-template .elementor-element.elementor-element-4db4d60 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #000000 !important;
}

html.beauty-orbit-home-dark .page-id-35 .exact-contact-template .elementor-element.elementor-element-4db4d60:not(.elementor-motion-effects-element-type-background),
html.beauty-orbit-home-dark .page-id-35 .exact-contact-template .elementor-element.elementor-element-4db4d60 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #000000 !important;
}

html.beauty-orbit-home-light .page-id-35 .exact-contact-template .elementor-element.elementor-element-4db4d60:not(.elementor-motion-effects-element-type-background),
html.beauty-orbit-home-light .page-id-35 .exact-contact-template .elementor-element.elementor-element-4db4d60 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: var(--light-mode-navy) !important;
}

/* Keep contact copy white in both modes as requested. */
.page-id-35 .exact-contact-template .elementor-element.elementor-element-4902e0e9 .elementor-heading-title,
.page-id-35 .exact-contact-template .elementor-element.elementor-element-bd2d0d0 .elementskit-section-title-wraper .elementskit-section-title,
.page-id-35 .exact-contact-template .elementor-element.elementor-element-bd2d0d0 .elementskit-section-title-wraper .elementskit-section-title > span,
.page-id-35 .exact-contact-template .elementor-element.elementor-element-1356daa .elementor-heading-title,
.page-id-35 .exact-contact-template .orbit-contact-phone-widget .elementor-icon-list-icon i,
.page-id-35 .exact-contact-template .orbit-contact-phone-widget .elementor-icon-list-icon svg,
.page-id-35 .exact-contact-template .orbit-contact-phone-widget .orbit-contact-phone-text,
.page-id-35 .exact-contact-template .elementor-element.elementor-element-64bd3964 .elementor-icon-list-icon i,
.page-id-35 .exact-contact-template .elementor-element.elementor-element-64bd3964 .elementor-icon-list-icon svg,
.page-id-35 .exact-contact-template .elementor-element.elementor-element-64bd3964 .elementor-icon-list-text {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Match About paragraph typography (elementor-element-1fefd8ca) but keep it white on Contact. */
.page-id-35 .exact-contact-template .elementor-element.elementor-element-1356daa .elementor-heading-title {
  font-family: inherit !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  line-height: 1.5em !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .page-id-35 .exact-contact-template .elementor-element.elementor-element-1356daa .elementor-heading-title {
    font-size: 15px !important;
  }
}

.page-id-35 .exact-contact-template .orbit-contact-phone-widget > .elementor-widget-container {
  margin: 20px 0 0 !important;
}

.page-id-35 .exact-contact-template .orbit-contact-phone-widget .elementor-icon-list-items {
  margin: 0 auto !important;
  padding: 0 !important;
}

.page-id-35 .exact-contact-template .orbit-contact-phone-widget .orbit-contact-phone-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  text-align: center !important;
}

.page-id-35 .exact-contact-template .orbit-contact-phone-widget .elementor-icon-list-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-inline-end: 0 !important;
}

.page-id-35 .exact-contact-template .orbit-contact-phone-widget .elementor-icon-list-icon i {
  font-size: 20px !important;
}

.page-id-35 .exact-contact-template .orbit-contact-phone-widget + .orbit-contact-address-widget > .elementor-widget-container {
  margin-top: 8px !important;
}

.page-id-35 .exact-contact-template .orbit-contact-address-item .elementor-icon-list-icon {
  display: none !important;
}

.page-id-35 .exact-contact-template .elementor-element.elementor-element-64bd3964 .elementor-icon-list-items {
  margin: 0 auto !important;
  padding: 0 !important;
}

.page-id-35 .exact-contact-template .elementor-element.elementor-element-64bd3964 .elementor-icon-list-item {
  justify-content: center !important;
  text-align: center !important;
}

.page-id-35 .exact-contact-template .elementor-element.elementor-element-64bd3964 .orbit-contact-address-text {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  line-height: 1.6 !important;
  white-space: normal !important;
}

/* Keep map dimensions/parity stable even if plugin runtime CSS is delayed. */
.page-id-35 .exact-contact-template .elementor-element.elementor-element-77c0f983 > .elementor-widget-container {
  border-color: #ffffff !important;
}

.page-id-35 .exact-contact-template .elementor-element.elementor-element-77c0f983 .elementor-custom-embed,
.page-id-35 .exact-contact-template .elementor-element.elementor-element-77c0f983 iframe {
  width: 100% !important;
}

.page-id-35 .exact-contact-template .elementor-element.elementor-element-77c0f983 iframe {
  display: block !important;
  border: 0 !important;
  min-height: 500px !important;
}

@media (max-width: 767px) {
  .page-id-35 .exact-contact-template .elementor-element.elementor-element-77c0f983 iframe {
    min-height: 350px !important;
  }
}

/* Contact CTA entrance: soft bounce in (trigger button only, not modal actions). */
@keyframes orbitContactButtonSoftBounce {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.96);
  }
  55% {
    opacity: 1;
    transform: translate3d(0, -5px, 0) scale(1.015);
  }
  78% {
    transform: translate3d(0, 2px, 0) scale(0.995);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.page-id-35 .exact-contact-template .elementor-element.elementor-element-d26ddc4 .bzcp-btn {
  opacity: 0;
  animation: orbitContactButtonSoftBounce 0.95s cubic-bezier(0.22, 0.7, 0.2, 1) 0.18s both;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .page-id-35 .exact-contact-template .elementor-element.elementor-element-d26ddc4 .bzcp-btn {
    opacity: 1;
    animation: none !important;
    transform: none !important;
  }
}
/* ===== End Contact Page Static Hardcut ===== */

/* ===== Contact Popup Light-Mode Key Color Sync (2026-04-02) ===== */
html.beauty-orbit-home-light .page-id-35 [id^="bzcp_"][id$="-wrap"],
html.beauty-orbit-home-light .page-id-35 [id^="bzcp_"][id$="-overlay"],
body.page-template-page-light-mode.page-id-35 [id^="bzcp_"][id$="-wrap"],
body.page-template-page-light-mode.page-id-35 [id^="bzcp_"][id$="-overlay"],
body.theme-light-preview.page-id-35 [id^="bzcp_"][id$="-wrap"],
body.theme-light-preview.page-id-35 [id^="bzcp_"][id$="-overlay"] {
  --bzcp-brand-navy: var(--light-mode-navy) !important;
  --bzcp-modal-bg: var(--light-mode-navy) !important;
  --bzcp-field-bg: var(--light-mode-navy) !important;
  --bzcp-button-bg: #ffffff !important;
  --bzcp-button-border: #ffffff !important;
  --bzcp-button-text: var(--light-mode-navy) !important;
}

html.beauty-orbit-home-light .page-id-35 [id^="bzcp_"][id$="-wrap"] .bzcp-btn,
html.beauty-orbit-home-light .page-id-35 [id^="bzcp_"][id$="-wrap"] .bzcp-btn i,
html.beauty-orbit-home-light .page-id-35 [id^="bzcp_"][id$="-overlay"] .orbit-contact-form button[type="submit"],
html.beauty-orbit-home-light .page-id-35 [id^="bzcp_"][id$="-overlay"] .bzcp-close-cta,
body.page-template-page-light-mode.page-id-35 [id^="bzcp_"][id$="-wrap"] .bzcp-btn,
body.page-template-page-light-mode.page-id-35 [id^="bzcp_"][id$="-wrap"] .bzcp-btn i,
body.page-template-page-light-mode.page-id-35 [id^="bzcp_"][id$="-overlay"] .orbit-contact-form button[type="submit"],
body.page-template-page-light-mode.page-id-35 [id^="bzcp_"][id$="-overlay"] .bzcp-close-cta,
body.theme-light-preview.page-id-35 [id^="bzcp_"][id$="-wrap"] .bzcp-btn,
body.theme-light-preview.page-id-35 [id^="bzcp_"][id$="-wrap"] .bzcp-btn i,
body.theme-light-preview.page-id-35 [id^="bzcp_"][id$="-overlay"] .orbit-contact-form button[type="submit"],
body.theme-light-preview.page-id-35 [id^="bzcp_"][id$="-overlay"] .bzcp-close-cta {
  color: var(--light-mode-navy) !important;
  fill: var(--light-mode-navy) !important;
}

html.beauty-orbit-home-light .page-id-35 [id^="bzcp_"][id$="-overlay"] .bzcp-card,
html.beauty-orbit-home-light .page-id-35 [id^="bzcp_"][id$="-overlay"] input[type="text"],
html.beauty-orbit-home-light .page-id-35 [id^="bzcp_"][id$="-overlay"] input[type="email"],
html.beauty-orbit-home-light .page-id-35 [id^="bzcp_"][id$="-overlay"] input[type="tel"],
html.beauty-orbit-home-light .page-id-35 [id^="bzcp_"][id$="-overlay"] textarea,
body.page-template-page-light-mode.page-id-35 [id^="bzcp_"][id$="-overlay"] .bzcp-card,
body.page-template-page-light-mode.page-id-35 [id^="bzcp_"][id$="-overlay"] input[type="text"],
body.page-template-page-light-mode.page-id-35 [id^="bzcp_"][id$="-overlay"] input[type="email"],
body.page-template-page-light-mode.page-id-35 [id^="bzcp_"][id$="-overlay"] input[type="tel"],
body.page-template-page-light-mode.page-id-35 [id^="bzcp_"][id$="-overlay"] textarea,
body.theme-light-preview.page-id-35 [id^="bzcp_"][id$="-overlay"] .bzcp-card,
body.theme-light-preview.page-id-35 [id^="bzcp_"][id$="-overlay"] input[type="text"],
body.theme-light-preview.page-id-35 [id^="bzcp_"][id$="-overlay"] input[type="email"],
body.theme-light-preview.page-id-35 [id^="bzcp_"][id$="-overlay"] input[type="tel"],
body.theme-light-preview.page-id-35 [id^="bzcp_"][id$="-overlay"] textarea {
  background: var(--light-mode-navy) !important;
}
/* ===== End Contact Popup Light-Mode Key Color Sync ===== */

/* ===== Contact Popup Size + Title Tune (2026-04-02) ===== */
@media (min-width: 768px) {
  .page-id-35 [id^="bzcp_"][id$="-overlay"] .bzcp-card {
    width: min(600px, 92vw) !important;
  }

  .page-id-35 [id^="bzcp_"][id$="-overlay"] .bzcp-title {
    font-size: 21px !important;
  }
}

@media (max-width: 767px) {
  .page-id-35 [id^="bzcp_"][id$="-overlay"] .bzcp-title {
    font-size: 17px !important;
  }
}
/* ===== End Contact Popup Size + Title Tune ===== */



/* ===== My Account Page Theme Pass (Page ID 26) ===== */
body.page-id-26 {
  background: #000000 !important;
}

html.beauty-orbit-home-dark body.page-id-26 {
  background: #000000 !important;
}

html.beauty-orbit-home-light body.page-id-26 {
  background: var(--light-mode-navy) !important;
}

.page-id-26 .exact-my-account-template-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 1025px) {
  .page-id-26 .exact-my-account-template-wrap .elementor-2474 {
    padding-top: 132px !important;
  }
}

@media (max-width: 1024px) {
  .page-id-26 .exact-my-account-template-wrap .elementor-2474 {
    padding-top: 92px !important;
  }
}

@media (min-width: 1025px) {
  .page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-cbb021e {
    padding: 2em 11em 4em 9.2em !important;
  }
}

.page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-670d522 > .elementor-widget-container {
  margin: 0 0 -10px 0 !important;
}

.page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-96ea40d > .elementor-widget-container {
  margin: 0 0 -30px 0 !important;
}

.page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-670d522 .elementor-heading-title {
  font-weight: 400 !important;
  color: #ffffff !important;
  font-size: 19px !important;
}

.page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-cbb021e:not(.elementor-motion-effects-element-type-background),
.page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-cbb021e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: transparent !important;
}

.page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-61cd928:not(.elementor-motion-effects-element-type-background),
.page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-61cd928 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #ffffff1c !important;
}

.page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-8252d21:not(.elementor-motion-effects-element-type-background),
.page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-8252d21 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #ffffff1c !important;
}

.page-id-26 .exact-my-account-template-wrap .elementor-button,
.page-id-26 .exact-my-account-template-wrap .elementskit-btn,
.page-id-26 .exact-my-account-template-wrap .woocommerce button.button,
.page-id-26 .exact-my-account-template-wrap .woocommerce a.button,
.page-id-26 .exact-my-account-template-wrap .woocommerce input.button,
.page-id-26 .exact-my-account-template-wrap .woocommerce .button {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
  background: var(--e-global-color-c7883d7, #d3a073) !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .elementor-button,
html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .elementskit-btn,
html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .woocommerce button.button,
html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .woocommerce a.button,
html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .woocommerce input.button,
html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .woocommerce .button {
  background: #ffffff !important;
  color: var(--light-mode-navy) !important;
  border-color: var(--light-mode-navy) !important;
}

html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .elementskit-btn,
html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .woocommerce button.button,
html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .woocommerce a.button,
html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .woocommerce input.button,
html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .woocommerce .button {
  height: 55px !important;
  font-size: 19px !important;
  width: 100% !important;
  border-radius: 7px !important;
}

.page-id-26 .exact-my-account-template-wrap div.elementor-shortcode div.woocommerce div#customer_login.u-columns.col2-set div.u-column1.col-1 h2,
.page-id-26 .exact-my-account-template-wrap div.elementor-shortcode div.woocommerce div#customer_login.u-columns.col2-set div.u-column2.col-2 h2 {
  color: #ffffff !important;
  margin: 0 !important;
}

.page-id-26 .exact-my-account-template-wrap .woocommerce form.checkout_coupon,
.page-id-26 .exact-my-account-template-wrap .woocommerce form.login,
.page-id-26 .exact-my-account-template-wrap .woocommerce form.register {
  border: 2px solid #ffffffab !important;
  padding: 20px !important;
  margin: 1em 0 !important;
  text-align: left !important;
  color: #ffffff !important;
  border-radius: 9px !important;
}

html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-727a11a.elementor-view-framed .elementor-icon,
html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-727a11a.elementor-view-default .elementor-icon {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-727a11a.elementor-view-framed .elementor-icon svg,
html.beauty-orbit-home-light .page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-727a11a.elementor-view-default .elementor-icon svg {
  fill: #ffffff !important;
}

html.beauty-orbit-home-dark .page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-727a11a.elementor-view-framed .elementor-icon,
html.beauty-orbit-home-dark .page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-727a11a.elementor-view-default .elementor-icon {
  color: var(--e-global-color-c7883d7, #d3a073) !important;
  border-color: var(--e-global-color-c7883d7, #d3a073) !important;
}

html.beauty-orbit-home-dark .page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-727a11a.elementor-view-framed .elementor-icon svg,
html.beauty-orbit-home-dark .page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-727a11a.elementor-view-default .elementor-icon svg {
  fill: var(--e-global-color-c7883d7, #d3a073) !important;
}

.page-id-26 .exact-my-account-template-wrap .woocommerce form .form-row input.input-text,
.page-id-26 .exact-my-account-template-wrap .woocommerce form .form-row textarea,
.page-id-26 .exact-my-account-template-wrap .woocommerce form .form-row select,
.page-id-26 .exact-my-account-template-wrap .woocommerce-MyAccount-content input,
.page-id-26 .exact-my-account-template-wrap .woocommerce-MyAccount-content textarea,
.page-id-26 .exact-my-account-template-wrap .woocommerce-MyAccount-content select,
.page-id-26 .exact-my-account-template-wrap input:not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.page-id-26 .exact-my-account-template-wrap textarea,
.page-id-26 .exact-my-account-template-wrap select {
  background: transparent !important;
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.65) !important;
  -webkit-text-fill-color: #ffffff !important;
  height: 50px;
  border-radius: 8px;
}

.page-id-26 .exact-my-account-template-wrap .woocommerce form .form-row label,
.page-id-26 .exact-my-account-template-wrap .woocommerce form .form-row .optional,
.page-id-26 .exact-my-account-template-wrap .woocommerce form .form-row .required,
.page-id-26 .exact-my-account-template-wrap .woocommerce form .form-row .screen-reader-text {
  color: #ffffff !important;
}

.page-id-26 .exact-my-account-template-wrap input::placeholder,
.page-id-26 .exact-my-account-template-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.page-id-26 .exact-my-account-template-wrap .woocommerce-form-login__rememberme {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 8px 0 20px !important;
}

.page-id-26 .exact-my-account-template-wrap .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  border-radius: 4px !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  background: transparent !important;
  vertical-align: middle !important;
}

.page-id-26 .exact-my-account-template-wrap .woocommerce-form-login__rememberme span {
  font-size: 15px !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
}

.page-id-26 .exact-my-account-template-wrap #customer_login form.login .form-row label[for="username"],
.page-id-26 .exact-my-account-template-wrap #customer_login form.login .form-row label[for="password"],
.page-id-26 .exact-my-account-template-wrap #customer_login form.register .form-row label[for="reg_email"],
.page-id-26 .exact-my-account-template-wrap #customer_login form.register .form-row label[for="reg_password"],
.page-id-26 .exact-my-account-template-wrap #customer_login form.register .form-row label[for="reg_password2"] {
  display: none !important;
}

.page-id-26 .exact-my-account-template-wrap .woocommerce form .show-password-input {
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #ffffff !important;
}

.page-id-26 .exact-my-account-template-wrap .woocommerce form .show-password-input::after {
  content: none !important;
}

.page-id-26 .exact-my-account-template-wrap .woocommerce form .show-password-input::before {
  content: "\f070" !important;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
  font-size: 17px !important;
  color: #ffffff !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
}

.page-id-26 .exact-my-account-template-wrap .woocommerce form .show-password-input.display-password::before {
  content: "\f06e" !important;
}

.page-id-26 .exact-my-account-template-wrap #customer_login form.register .iti {
  width: 100% !important;
}

.page-id-26 .exact-my-account-template-wrap #customer_login form.register .iti input#reg_billing_phone {
  width: 100% !important;
  padding-left: 110px !important;
}

.page-id-26 .exact-my-account-template-wrap #customer_login form.register .iti .iti__selected-flag {
  background: transparent !important;
  color: #ffffff !important;
  padding: 0 10px !important;
}

.page-id-26 .exact-my-account-template-wrap #customer_login form.register .iti .iti__selected-country {
  background-color: #ffffff4a !important;
  color: #ffffff !important;
  border-radius: 9px 0 0 9px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
  padding-right: 15px !important;
  padding-left: 10px !important;
}

.page-id-26 .exact-my-account-template-wrap #customer_login form.register .iti .iti__selected-country:focus,
.page-id-26 .exact-my-account-template-wrap #customer_login form.register .iti .iti__selected-country:hover {
  background-color: #ffffff4a !important;
  color: #ffffff !important;
}

.page-id-26 .exact-my-account-template-wrap #customer_login form.register .iti .iti__selected-dial-code {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.page-id-26 .exact-my-account-template-wrap #customer_login form.register .iti .iti__arrow {
  border-top-color: rgba(255, 255, 255, 0.9) !important;
}

.page-id-26 .exact-my-account-template-wrap #customer_login form.register .iti__country-list {
  background: #0b347f !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
}

.page-id-26 .exact-my-account-template-wrap #customer_login form.register .iti__country.iti__highlight,
.page-id-26 .exact-my-account-template-wrap #customer_login form.register .iti__country:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}
/* ===== End My Account Page Theme Pass (Page ID 26) ===== */

/* ===== Footer Bottom Desktop Parity (payment icon size + left item alignment) ===== */
@media (min-width: 1025px) {
  body .site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-ddbd6a6 {
    --e-icon-list-icon-size: 32px !important;
  }

  body .site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-ddbd6a6 .elementor-icon-list-icon i,
  body .site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-ddbd6a6 .elementor-icon-list-icon svg {
    font-size: 32px !important;
    line-height: 1 !important;
  }

  body .site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-ddbd6a6 .elementor-icon-list-items.elementor-inline-items {
    gap: 8px !important;
  }

  body .site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-f025d28 .elementor-icon-list-items,
  body .site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-f025d28 .elementor-icon-list-item {
    display: flex !important;
    justify-content: flex-end !important;
    text-align: right !important;
    width: 100% !important;
  }

  body .site-footer.has-exact-footer-top .elementor-2470 .elementor-element.elementor-element-f025d28 > .elementor-widget-container {
    padding-right: 20px !important;
    padding-left: 0 !important;
  }
}

/* ===== Reset Password Form Polish (2026-03-28) ===== */
.page-id-26 .exact-my-account-template-wrap div.elementor-shortcode div.woocommerce form.woocommerce-ResetPassword.lost_reset_password,
.woocommerce-account .exact-my-account-template-wrap div.elementor-shortcode div.woocommerce form.woocommerce-ResetPassword.lost_reset_password {
  border: 2px solid #ffffffab !important;
  padding: 20px !important;
  margin: 1em 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: left !important;
  color: #ffffff !important;
  border-radius: 9px !important;
  max-width: 500px !important;
}

.page-id-26 .exact-my-account-template-wrap div.elementor-shortcode div.woocommerce form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first,
.woocommerce-account .exact-my-account-template-wrap div.elementor-shortcode div.woocommerce form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100% !important;
  min-width: 100% !important;
}

.page-id-26 .exact-my-account-template-wrap div.elementor-widget-container div.elementor-shortcode div.woocommerce form.woocommerce-ResetPassword.lost_reset_password p,
.woocommerce-account .exact-my-account-template-wrap div.elementor-widget-container div.elementor-shortcode div.woocommerce form.woocommerce-ResetPassword.lost_reset_password p {
  text-align: center !important;
  color: #ffffff !important;
}

.page-id-26 .exact-my-account-template-wrap div.elementor-shortcode div.woocommerce form.woocommerce-ResetPassword.lost_reset_password p.form-row label,
.woocommerce-account .exact-my-account-template-wrap div.elementor-shortcode div.woocommerce form.woocommerce-ResetPassword.lost_reset_password p.form-row label {
  display: none !important;
}
/* ===== End Reset Password Form Polish ===== */

/* ===== Homepage Benefits Strip Icon-List Guard (2026-03-28) ===== */
.home .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064.elementor-invisible {
  visibility: visible !important;
}

.home .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-items,
.home .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-item {
  list-style: none !important;
}

.home .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-item::marker {
  content: "" !important;
}

.home .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-items {
  margin: 0 !important;
  padding: 0 !important;
}

.home .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-items.elementor-inline-items {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px 34px !important;
  margin-inline: 0 !important;
}

.home .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-item,
.home .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-item > a {
  display: inline-flex !important;
  align-items: center !important;
}

.home .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html.beauty-orbit-home-dark .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-item > .elementor-icon-list-text,
html.beauty-orbit-home-dark .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-item > a,
html.beauty-orbit-home-dark .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-icon i,
html.beauty-orbit-home-dark .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-icon svg {
  color: #000000 !important;
  fill: #000000 !important;
}

@media (min-width: 1025px) {
  .home .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-items.elementor-inline-items {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 767px) {
  .home .exact-section-287e7c2f-template .elementor-element.elementor-element-4ce19064 .elementor-icon-list-items.elementor-inline-items {
    gap: 8px 14px !important;
  }
}
/* ===== End Homepage Benefits Strip Icon-List Guard ===== */

/* ===== Lost Password Reset-Link-Sent Notice Tuning (2026-03-28) ===== */
.page-id-26.woocommerce-lost-password .elementor-inner-column.elementor-element.elementor-element-4c5dda9 div.elementor-widget-wrap.elementor-element-populated div.elementor-element.elementor-element-feeb3e5.elementor-widget.elementor-widget-shortcode div.elementor-widget-container div.elementor-shortcode div.woocommerce p {
  color: #ffffff !important;
  text-align: center !important;
}

.page-id-26.woocommerce-lost-password .exact-my-account-template-wrap .woocommerce .woocommerce-message {
  border-top-color: #34ae1b !important;
  background: #1bae3982 !important;
  color: #ffffff !important;
  border-radius: 9px !important;
}

.page-id-26.woocommerce-lost-password .exact-my-account-template-wrap .woocommerce .woocommerce-message::before {
  content: "\e015" !important;
  color: #ffffff !important;
}
/* ===== End Lost Password Reset-Link-Sent Notice Tuning ===== */

/* ===== Ways To Give Theme Template Cutover (2026-03-29) ===== */
.page-id-2496 .exact-ways-to-give-template {
  background: #000000;
  color: #ffffff;
  --orbit-give-cta-bg: #ecd9b8;
  --orbit-give-cta-bg-hover: #e3cb9d;
  --orbit-give-cta-border: #ecd9b8;
  --orbit-give-cta-text: #000000;
  --orbit-give-cta-text-hover: #000000;
  --orbit-give-modal-bg: #000000;
}

html.beauty-orbit-home-light .page-id-2496 .exact-ways-to-give-template,
body.page-template-page-light-mode .page-id-2496 .exact-ways-to-give-template,
body.theme-light-preview .page-id-2496 .exact-ways-to-give-template {
  background: var(--light-mode-navy);
  --orbit-give-cta-bg: #ffffff;
  --orbit-give-cta-bg-hover: #f6f9ff;
  --orbit-give-cta-border: #ffffff;
  --orbit-give-cta-text: var(--light-mode-navy);
  --orbit-give-cta-text-hover: var(--light-mode-navy);
  --orbit-give-modal-bg: var(--light-mode-navy);
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-intro {
  padding: clamp(2.6rem, 6vw, 4.8rem) 0 1.4rem;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-intro__inner {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-eyebrow {
  display: none;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-title {
  margin: 0;
  font-family: inherit;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2em;
  color: #ffffff;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-title span {
  font-weight: 400;
  font-style: italic;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-lead {
  margin: 0.85rem auto 0;
  max-width: min(100%, 960px);
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-options {
  padding: 0 0 clamp(2.2rem, 5vw, 4rem);
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-grid {
  background-color: #ffffff1c !important;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff73;
  border-radius: 14px;
  padding: 35px 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-grid-intro {
  grid-column: 1 / -1;
  margin: 0 0 0.55rem;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-card h2 {
  margin: 0 0 0.55rem;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  font-weight: 800;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.55rem;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 1.45rem;
  color: #ffffff;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-card__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-card p {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-actions {
  display: none;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 60%;
  min-height: 58px;
  margin: 0.9rem auto 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--orbit-give-cta-border);
  background: var(--orbit-give-cta-bg);
  color: var(--orbit-give-cta-text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 1.02rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-btn:hover,
.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-btn:focus-visible {
  background: var(--orbit-give-cta-bg-hover);
  color: var(--orbit-give-cta-text-hover);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.36);
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-btn:active {
  transform: translateY(1px);
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 1.2rem;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-btn__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-id-2496 .exact-ways-to-give-template .orbit-ways-give-btn.orbit-ways-give-btn--alt {
  background: var(--orbit-give-cta-bg);
  border-color: var(--orbit-give-cta-border);
  color: var(--orbit-give-cta-text);
}

.page-id-2496 #orbit-give-online-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2147483647 !important;
}

.page-id-2496 #orbit-give-online-overlay.bzcp-open {
  display: flex;
}

.page-id-2496 #orbit-give-online-overlay .bzcp-card {
  width: min(720px, 92vw);
  background: #000000;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  padding: 22px;
  max-height: 90vh;
  overflow: auto;
}

html.beauty-orbit-home-light body.page-id-2496 #orbit-give-online-overlay .bzcp-card,
html.beauty-orbit-home-light .page-id-2496 #orbit-give-online-overlay .bzcp-card,
body.page-template-page-light-mode.page-id-2496 #orbit-give-online-overlay .bzcp-card,
body.page-template-page-light-mode .page-id-2496 #orbit-give-online-overlay .bzcp-card,
body.theme-light-preview.page-id-2496 #orbit-give-online-overlay .bzcp-card,
body.theme-light-preview .page-id-2496 #orbit-give-online-overlay .bzcp-card {
  background: var(--light-mode-navy);
}

.page-id-2496 #orbit-give-online-overlay .bzcp-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.page-id-2496 #orbit-give-online-overlay .bzcp-title {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.page-id-2496 #orbit-give-online-overlay .bzcp-close {
  background: transparent;
  border: 0;
  color: #f4f4f4;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
}

.page-id-2496 #orbit-give-online-overlay .bzcp-close:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.page-id-2496 .orbit-give-online-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  align-items: stretch;
}

.page-id-2496 .orbit-give-online-item {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 12px;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.09);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-id-2496 .orbit-give-online-item__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
}

.page-id-2496 .orbit-give-online-item__head h4 {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
}

.page-id-2496 .orbit-give-online-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
}

.page-id-2496 .orbit-give-online-item__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-id-2496 .orbit-give-online-item__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.page-id-2496 .orbit-give-online-item__list li {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.page-id-2496 .orbit-give-online-item__list li span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
}

.page-id-2496 .orbit-give-online-item__list li strong {
  color: #ffffff;
  font-size: 0.97rem;
  text-align: right;
}

.page-id-2496 .orbit-give-online-paypal-note {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.page-id-2496 .orbit-give-online-paypal-link {
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border-radius: 7px;
  border: 0;
  background: #ecd9b8;
  color: #000000;
  text-decoration: none;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-id-2496 .orbit-give-online-paypal-link:hover,
.page-id-2496 .orbit-give-online-paypal-link:focus-visible {
  background: #e3cb9d;
  color: #000000;
}

html.beauty-orbit-home-light body.page-id-2496 .orbit-give-online-paypal-link,
html.beauty-orbit-home-light .page-id-2496 .orbit-give-online-paypal-link,
body.page-template-page-light-mode.page-id-2496 .orbit-give-online-paypal-link,
body.page-template-page-light-mode .page-id-2496 .orbit-give-online-paypal-link,
body.theme-light-preview.page-id-2496 .orbit-give-online-paypal-link,
body.theme-light-preview .page-id-2496 .orbit-give-online-paypal-link {
  background: #ffffff;
  color: var(--light-mode-navy);
}

html.beauty-orbit-home-light body.page-id-2496 .orbit-give-online-paypal-link:hover,
html.beauty-orbit-home-light body.page-id-2496 .orbit-give-online-paypal-link:focus-visible,
html.beauty-orbit-home-light .page-id-2496 .orbit-give-online-paypal-link:hover,
html.beauty-orbit-home-light .page-id-2496 .orbit-give-online-paypal-link:focus-visible,
body.page-template-page-light-mode.page-id-2496 .orbit-give-online-paypal-link:hover,
body.page-template-page-light-mode.page-id-2496 .orbit-give-online-paypal-link:focus-visible,
body.page-template-page-light-mode .page-id-2496 .orbit-give-online-paypal-link:hover,
body.page-template-page-light-mode .page-id-2496 .orbit-give-online-paypal-link:focus-visible,
body.theme-light-preview.page-id-2496 .orbit-give-online-paypal-link:hover,
body.theme-light-preview.page-id-2496 .orbit-give-online-paypal-link:focus-visible,
body.theme-light-preview .page-id-2496 .orbit-give-online-paypal-link:hover,
body.theme-light-preview .page-id-2496 .orbit-give-online-paypal-link:focus-visible {
  background: #f6f9ff;
  color: var(--light-mode-navy);
}

.page-id-2496 .orbit-give-online-paypal-email {
  margin: 0.55rem 0 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
}

.page-id-2496 .orbit-give-online-support {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0.1rem 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
}

.page-id-2496 .orbit-give-online-support a {
  color: #ffffff;
  text-decoration: underline;
}

body.orbit-give-modal-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .page-id-2496 .exact-ways-to-give-template .orbit-ways-give-title {
    font-size: 2.9rem;
  }
}

@media (max-width: 900px) {
  .page-id-2496 .exact-ways-to-give-template .orbit-ways-give-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-id-2496 .exact-ways-to-give-template .orbit-ways-give-title {
    font-size: 2.1rem;
    line-height: 1em;
  }

  .page-id-2496 .exact-ways-to-give-template .orbit-ways-give-lead {
    font-size: 15px;
  }

  .page-id-2496 .exact-ways-to-give-template .orbit-ways-give-grid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-id-2496 .exact-ways-to-give-template .orbit-ways-give-grid-intro {
    font-size: 15px;
  }

  .page-id-2496 .exact-ways-to-give-template .orbit-ways-give-btn {
    width: 100%;
    min-height: 52px;
    font-size: 0.95rem;
  }

  .page-id-2496 .exact-ways-to-give-template .orbit-ways-give-card {
    align-items: center;
    text-align: center;
  }

  .page-id-2496 .exact-ways-to-give-template .orbit-ways-give-card h2 {
    width: 100%;
    justify-content: center;
  }

  .page-id-2496 .exact-ways-to-give-template .orbit-ways-give-card p {
    text-align: center;
  }

  .page-id-2496 #orbit-give-online-overlay .bzcp-card {
    padding: 16px;
  }

  .page-id-2496 .orbit-give-online-body {
    grid-template-columns: 1fr;
  }

  .page-id-2496 #orbit-give-online-overlay .bzcp-title {
    font-size: 1.32rem;
  }

  .page-id-2496 .orbit-give-online-item__list li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .page-id-2496 .orbit-give-online-item__list li strong {
    text-align: left;
  }
}
/* ===== End Ways To Give Theme Template Cutover ===== */

/* ===== Watch Online + Photo Gallery Theme Template Cutover (2026-03-28) ===== */
.page-id-2498 .exact-watch-online-template {
  background: #000000;
  color: #ffffff;
}

.page-id-2500 .exact-photo-gallery-template {
  background: #000000;
  color: #ffffff;
}

html.beauty-orbit-home-light .page-id-2498 .exact-watch-online-template,
body.page-template-page-light-mode .page-id-2498 .exact-watch-online-template,
body.theme-light-preview .page-id-2498 .exact-watch-online-template {
  background: var(--light-mode-navy);
}

html.beauty-orbit-home-light .page-id-2500 .exact-photo-gallery-template,
body.page-template-page-light-mode .page-id-2500 .exact-photo-gallery-template,
body.theme-light-preview .page-id-2500 .exact-photo-gallery-template {
  background: var(--light-mode-navy);
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-intro,
.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-intro {
  padding: clamp(2.6rem, 6vw, 4.8rem) 0 1.4rem;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-intro__inner,
.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-intro__inner {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-heading,
.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-heading {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 4.2vw, 2.85rem);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-lead,
.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-lead {
  margin: 0.85rem auto 0;
  max-width: 1120px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
}

/* Match Watch Online intro typography to Contact page style. */
.page-id-2498 .exact-watch-online-template .orbit-watch-online-heading {
  font-family: inherit;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2em;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-heading__watch {
  font-weight: 800;
  font-style: normal;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-heading__online {
  font-weight: 400;
  font-style: italic;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-lead {
  margin: 0.85rem auto 20px;
  max-width: min(100%, 960px);
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-heading {
  font-family: inherit;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2em;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-heading__photo {
  font-weight: 800;
  font-style: normal;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-heading__gallery {
  font-weight: 400;
  font-style: italic;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-lead {
  margin: 0.85rem auto 0;
  max-width: min(100%, 960px);
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
  padding-bottom: 20px;
}

@media (max-width: 1024px) {
  .page-id-2498 .exact-watch-online-template .orbit-watch-online-heading {
    font-size: 2.9rem;
  }

  .page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-heading {
    font-size: 2.9rem;
  }
}

@media (max-width: 767px) {
  .page-id-2498 .exact-watch-online-template .orbit-watch-online-heading {
    font-size: 2.1rem;
    line-height: 1em;
  }

  .page-id-2498 .exact-watch-online-template .orbit-watch-online-lead {
    font-size: 15px;
  }

  .page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-heading {
    font-size: 2.1rem;
    line-height: 1em;
  }

  .page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-lead {
    font-size: 15px;
  }
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-content,
.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-content {
  padding: 0 0 clamp(2.2rem, 5vw, 4rem);
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(280px, 1fr);
  gap: 1rem;
  align-items: start;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-player,
.page-id-2498 .exact-watch-online-template .orbit-watch-online-playlist {
  background-color: #ffffff1c !important;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.4);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(4px);
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-player {
  padding: 0.9rem;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-player__frame-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #04091f;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-player__frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-player__title {
  margin: 0.85rem 0 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(21px, 1.8vw, 1.35rem);
  line-height: 1.35;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-playlist {
  padding: 0.9rem;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-playlist__title {
  margin: 0 0 0.75rem;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
  max-height: 560px;
  overflow: auto;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__button {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-align: left;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__button:hover,
.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__button.is-active {
  border-color: #d3a073;
  background: rgba(211, 160, 115, 0.2);
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__button.is-live {
  border-color: rgba(239, 68, 68, 0.92);
  background: rgba(185, 28, 28, 0.24);
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__button.is-live:hover,
.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__button.is-live.is-active {
  border-color: #ef4444;
  background: rgba(239, 68, 68, 0.3);
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.42) inset;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__thumb {
  width: 72px;
  height: 46px;
  border-radius: 7px;
  overflow: hidden;
  background: #060d32;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__thumb-fallback {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.76);
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__name {
  display: block;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 600;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__meta {
  display: grid;
  gap: 0.18rem;
  justify-items: start;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-list__live-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.2rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-id-2498 .exact-watch-online-template .orbit-watch-online-empty,
.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-empty {
  margin: 0;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-grid {
  background-color: #ffffff1c !important;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff73;
  border-radius: 14px;
  padding: 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-item {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff3d;
  cursor: pointer;
  position: relative;
  aspect-ratio: 1 / 1;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-item:hover img {
  transform: scale(1.04);
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10060;
  isolation: isolate;
  background: rgba(2, 7, 34, 0.9);
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 0.8rem;
  padding: clamp(1rem, 4vw, 2rem);
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox[hidden] {
  display: none;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__figure {
  position: relative;
  z-index: 1;
  margin: 0;
  max-height: 88vh;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__figure img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__figure figcaption {
  margin-top: 0.55rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.45;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__close,
.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__nav {
  position: relative;
  z-index: 1;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2.1rem, 2.6vw, 2.9rem);
  font-weight: 700;
  line-height: 1;
  opacity: 0.96;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__close:hover,
.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__close:focus-visible,
.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__nav:hover,
.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__nav:focus-visible {
  color: #ffe18d;
  opacity: 1;
}

.page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
}

body.orbit-gallery-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .page-id-2498 .exact-watch-online-template .orbit-watch-online-shell {
    grid-template-columns: 1fr;
  }

  .page-id-2498 .exact-watch-online-template .orbit-watch-online-list {
    max-height: 360px;
  }

  .page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1025px) {
  .page-id-2498 .exact-watch-online-template .orbit-watch-online-playlist {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .page-id-2498 .exact-watch-online-template .orbit-watch-online-list {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .page-id-2498 .exact-watch-online-template .orbit-watch-online-intro {
    padding-top: clamp(4rem, 8vw, 3.2rem);
  }

  .page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-intro {
    padding-top: clamp(2rem, 8vw, 3.2rem);
  }

  .page-id-2498 .exact-watch-online-template .orbit-watch-online-player,
  .page-id-2498 .exact-watch-online-template .orbit-watch-online-playlist {
    padding: 0.7rem;
  }

  .page-id-2498 .exact-watch-online-template .orbit-watch-online-list__button {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0.55rem;
  }

  .page-id-2498 .exact-watch-online-template .orbit-watch-online-list__thumb {
    width: 64px;
    height: 42px;
  }

  .page-id-2500 .exact-photo-gallery-template .orbit-photo-gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 0.4rem;
    padding: 0.8rem;
  }

  .page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__close,
  .page-id-2500 .exact-photo-gallery-template .orbit-photo-lightbox__nav {
    font-size: 2.15rem;
  }
}
/* ===== End Watch Online + Photo Gallery Theme Template Cutover ===== */

/* ===== Order Confirmation Theme Template Cutover (2026-03-30) ===== */
.page-id-734 .exact-order-confirmation-template {
  background: #000000;
  color: #ffffff;
}

html.beauty-orbit-home-light .page-id-734 .exact-order-confirmation-template,
body.page-template-page-light-mode .page-id-734 .exact-order-confirmation-template,
body.theme-light-preview .page-id-734 .exact-order-confirmation-template {
  background: var(--light-mode-navy);
}

.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-section {
  padding: clamp(3.1rem, 7vw, 5.2rem) 0 clamp(2.4rem, 6vw, 4.4rem);
}

.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-shell {
  max-width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff1c;
  border: 1px solid #ffffff73;
  border-radius: 14px;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.4);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-logo-wrap {
  margin: 0 auto 1rem;
}

.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-logo {
  display: block;
  width: min(100%, 340px);
  height: auto;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .page-id-734 .exact-order-confirmation-template .beauty-orbit-wordmark__img {
    max-width: 30% !important;
  }
}

.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-title {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
}

.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-copy {
  margin: 1rem auto 0;
  max-width: 900px;
  color: rgba(255, 255, 255, 0.95);
}

.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-copy > :first-child {
  margin-top: 0;
}

.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-copy > :last-child {
  margin-bottom: 0;
}

.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-copy p,
.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-copy li,
.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-copy label,
.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-copy div {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}

.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-copy a {
  color: #d3a073;
}

.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-copy h2,
.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-copy h3,
.page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-copy h4 {
  color: #ffffff;
  font-family: "Manrope", "Segoe UI", sans-serif;
}

@media (max-width: 767px) {
  .page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-section {
    padding-top: clamp(2.2rem, 8vw, 3.4rem);
  }

  .page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-shell {
    padding: 1rem;
  }

  .page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-logo {
    width: min(100%, 260px);
  }

  .page-id-734 .exact-order-confirmation-template .beauty-orbit-wordmark__img {
    max-width: 50% !important;
  }

  .page-id-734 .exact-order-confirmation-template .orbit-order-confirmation-title {
    font-size: 25px !important;
  }
}
/* ===== End Order Confirmation Theme Template Cutover ===== */

/* ===== Legal Pages (Photo Gallery Layout Shell) ===== */
body.page-terms-conditions .exact-legal-doc-template,
body.page-privacy-policy .exact-legal-doc-template {
  background: #000000;
  color: #ffffff;
}

html.beauty-orbit-home-light body.page-terms-conditions .exact-legal-doc-template,
html.beauty-orbit-home-light body.page-privacy-policy .exact-legal-doc-template,
body.page-template-page-light-mode.page-terms-conditions .exact-legal-doc-template,
body.page-template-page-light-mode.page-privacy-policy .exact-legal-doc-template,
body.theme-light-preview.page-terms-conditions .exact-legal-doc-template,
body.theme-light-preview.page-privacy-policy .exact-legal-doc-template {
  background: var(--light-mode-navy);
}

body.page-terms-conditions .exact-legal-doc-template .orbit-photo-gallery-intro,
body.page-privacy-policy .exact-legal-doc-template .orbit-photo-gallery-intro {
  padding: clamp(2.6rem, 6vw, 4.8rem) 0 1.4rem;
}

body.page-terms-conditions .exact-legal-doc-template .orbit-photo-gallery-intro__inner,
body.page-privacy-policy .exact-legal-doc-template .orbit-photo-gallery-intro__inner {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
}

body.page-terms-conditions .exact-legal-doc-template .orbit-photo-gallery-heading,
body.page-privacy-policy .exact-legal-doc-template .orbit-photo-gallery-heading {
  margin: 0;
  font-family: inherit;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2em;
  color: #ffffff;
}

body.page-terms-conditions .exact-legal-doc-template .orbit-photo-gallery-heading__photo,
body.page-privacy-policy .exact-legal-doc-template .orbit-photo-gallery-heading__photo {
  font-weight: 800;
  font-style: normal;
}

body.page-terms-conditions .exact-legal-doc-template .orbit-photo-gallery-heading__gallery,
body.page-privacy-policy .exact-legal-doc-template .orbit-photo-gallery-heading__gallery {
  font-weight: 400;
  font-style: italic;
}

body.page-terms-conditions .exact-legal-doc-template .orbit-photo-gallery-lead,
body.page-privacy-policy .exact-legal-doc-template .orbit-photo-gallery-lead {
  margin: 0.85rem auto 0;
  max-width: min(100%, 960px);
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
  padding-bottom: 20px;
}

body.page-terms-conditions .exact-legal-doc-template .orbit-photo-gallery-content,
body.page-privacy-policy .exact-legal-doc-template .orbit-photo-gallery-content {
  padding: 0 0 clamp(2.2rem, 5vw, 4rem);
}

body.page-terms-conditions .exact-legal-doc-template .orbit-legal-doc-shell,
body.page-privacy-policy .exact-legal-doc-template .orbit-legal-doc-shell {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  body.page-terms-conditions .exact-legal-doc-template .orbit-photo-gallery-heading,
  body.page-privacy-policy .exact-legal-doc-template .orbit-photo-gallery-heading {
    font-size: 2.9rem;
  }
}

@media (max-width: 767px) {
  body.page-terms-conditions .exact-legal-doc-template .orbit-photo-gallery-heading,
  body.page-privacy-policy .exact-legal-doc-template .orbit-photo-gallery-heading {
    font-size: 2.1rem;
    line-height: 1em;
  }

  body.page-terms-conditions .exact-legal-doc-template .orbit-photo-gallery-lead,
  body.page-privacy-policy .exact-legal-doc-template .orbit-photo-gallery-lead {
    font-size: 15px;
  }
}
/* ===== End Legal Pages (Photo Gallery Layout Shell) ===== */

/* ===== Legal Docs Spacing + Panel Theme Tune (2026-03-30) ===== */
body.page-terms-conditions .exact-legal-doc-template,
body.page-privacy-policy .exact-legal-doc-template {
  background: #000000;
  color: #ffffff;
  --orbit-legal-panel-bg: #000000;
  --orbit-legal-panel-text: #ffffff;
  --orbit-legal-panel-border: #ffffff;
  --orbit-legal-panel-accent: #18d0f9;
  --orbit-legal-contact-bg: #2c3e50;
}

html.beauty-orbit-home-light body.page-terms-conditions .exact-legal-doc-template,
html.beauty-orbit-home-light body.page-privacy-policy .exact-legal-doc-template,
body.page-template-page-light-mode.page-terms-conditions .exact-legal-doc-template,
body.page-template-page-light-mode.page-privacy-policy .exact-legal-doc-template,
body.theme-light-preview.page-terms-conditions .exact-legal-doc-template,
body.theme-light-preview.page-privacy-policy .exact-legal-doc-template {
  background: var(--light-mode-navy);
  --orbit-legal-panel-bg: var(--light-mode-navy);
  --orbit-legal-panel-text: #ffffff;
  --orbit-legal-panel-border: #ffffff;
  --orbit-legal-panel-accent: #18d0f9;
  --orbit-legal-contact-bg: rgba(255, 255, 255, 0.14);
}

body.page-terms-conditions .exact-legal-doc-template .blz-legal-document,
body.page-privacy-policy .exact-legal-doc-template .blz-legal-document {
  margin-top: 100px !important;
  margin-bottom: 80px !important;
  background: var(--orbit-legal-panel-bg) !important;
  color: var(--orbit-legal-panel-text) !important;
  border: 2px solid var(--orbit-legal-panel-border) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

body.page-terms-conditions .exact-legal-doc-template .blz-legal-document h1,
body.page-privacy-policy .exact-legal-doc-template .blz-legal-document h1,
body.page-terms-conditions .exact-legal-doc-template .blz-legal-document h2,
body.page-privacy-policy .exact-legal-doc-template .blz-legal-document h2,
body.page-terms-conditions .exact-legal-doc-template .blz-legal-document h3,
body.page-privacy-policy .exact-legal-doc-template .blz-legal-document h3 {
  color: var(--orbit-legal-panel-text) !important;
}

body.page-terms-conditions .exact-legal-doc-template .blz-legal-document h1,
body.page-privacy-policy .exact-legal-doc-template .blz-legal-document h1 {
  border-bottom-color: var(--orbit-legal-panel-accent) !important;
}

body.page-terms-conditions .exact-legal-doc-template .blz-legal-document a,
body.page-privacy-policy .exact-legal-doc-template .blz-legal-document a {
  color: var(--orbit-legal-panel-accent) !important;
}

body.page-terms-conditions .exact-legal-doc-template .blz-legal-document > div:last-child,
body.page-privacy-policy .exact-legal-doc-template .blz-legal-document > div:last-child {
  background: var(--orbit-legal-contact-bg) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

@media (max-width: 767px) {
  body.page-terms-conditions .exact-legal-doc-template .blz-legal-document,
  body.page-privacy-policy .exact-legal-doc-template .blz-legal-document {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    padding: 14px 12px !important;
  }

  body.page-terms-conditions .exact-legal-doc-template .blz-legal-document h1,
  body.page-privacy-policy .exact-legal-doc-template .blz-legal-document h1 {
    font-size: clamp(1.25rem, 5.4vw, 1.6rem) !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.page-terms-conditions .exact-legal-doc-template .blz-legal-document h2,
  body.page-privacy-policy .exact-legal-doc-template .blz-legal-document h2 {
    font-size: clamp(0.8rem, 3.4vw, 0.98rem) !important;
    line-height: 1.24 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.page-terms-conditions .exact-legal-doc-template .blz-legal-document h3,
  body.page-privacy-policy .exact-legal-doc-template .blz-legal-document h3 {
    font-size: clamp(0.74rem, 3.1vw, 0.9rem) !important;
    line-height: 1.22 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.page-terms-conditions .exact-legal-doc-template .blz-legal-document .fas,
  body.page-privacy-policy .exact-legal-doc-template .blz-legal-document .fas {
    margin-right: 0.3rem !important;
  }
}
/* ===== End Legal Docs Spacing + Panel Theme Tune (2026-03-30) ===== */

/* ===== Legal Docs Force Theme Colors + Mobile Fit (2026-03-30 final) ===== */
.exact-legal-doc-template {
  background: #000000 !important;
  color: #ffffff !important;
  --orbit-legal-panel-bg: #000000;
  --orbit-legal-panel-text: #ffffff;
  --orbit-legal-panel-border: #ffffff;
  --orbit-legal-panel-accent: #18d0f9;
  --orbit-legal-contact-bg: #2c3e50;
}

html.beauty-orbit-home-light .exact-legal-doc-template,
body.page-template-page-light-mode .exact-legal-doc-template,
body.theme-light-preview .exact-legal-doc-template {
  background: var(--light-mode-navy) !important;
  --orbit-legal-panel-bg: var(--light-mode-navy);
  --orbit-legal-panel-text: #ffffff;
  --orbit-legal-panel-border: #ffffff;
  --orbit-legal-panel-accent: #18d0f9;
  --orbit-legal-contact-bg: rgba(255, 255, 255, 0.14);
}

.exact-legal-doc-template .orbit-photo-gallery-content {
  padding: 0 0 clamp(2.2rem, 5vw, 4rem);
}

.exact-legal-doc-template .blz-legal-document {
  margin-top: 100px !important;
  margin-bottom: 80px !important;
  background: var(--orbit-legal-panel-bg) !important;
  color: var(--orbit-legal-panel-text) !important;
  border: 2px solid var(--orbit-legal-panel-border) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.exact-legal-doc-template .blz-legal-document h1,
.exact-legal-doc-template .blz-legal-document h2,
.exact-legal-doc-template .blz-legal-document h3 {
  color: var(--orbit-legal-panel-text) !important;
}

.exact-legal-doc-template .blz-legal-document h1 {
  border-bottom-color: var(--orbit-legal-panel-accent) !important;
}

.exact-legal-doc-template .blz-legal-document a {
  color: var(--orbit-legal-panel-accent) !important;
}

.exact-legal-doc-template .blz-legal-document > div:last-child {
  background: var(--orbit-legal-contact-bg) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

@media (max-width: 767px) {
  .exact-legal-doc-template .blz-legal-document {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
    padding: 12px 10px !important;
  }

  .exact-legal-doc-template .blz-legal-document h1 {
    font-size: clamp(1rem, 4.1vw, 1.22rem) !important;
    line-height: 1.14 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .exact-legal-doc-template .blz-legal-document h2 {
    font-size: clamp(0.73rem, 2.95vw, 0.9rem) !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .exact-legal-doc-template .blz-legal-document h3 {
    font-size: clamp(0.67rem, 2.7vw, 0.82rem) !important;
    line-height: 1.18 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .exact-legal-doc-template .blz-legal-document .fas {
    margin-right: 0.22rem !important;
  }
}
/* ===== End Legal Docs Force Theme Colors + Mobile Fit (2026-03-30 final) ===== */

/* ===== Legal Docs Visual Tightening (2026-03-30 user pass) ===== */
.exact-legal-doc-template .blz-legal-document,
.exact-legal-doc-template .blz-legal-document > div:last-child {
  background-color: #ffffff1c !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #ffffff73 !important;
}

.exact-legal-doc-template .blz-legal-document {
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 500 !important;
}

.exact-legal-doc-template .blz-legal-document a {
  color: #fff !important;
}

.exact-legal-doc-template .blz-legal-document h1 {
  font-weight: 500 !important;
  border-bottom: 1.5px solid #ffffffad !important;
}

.exact-legal-doc-template .blz-legal-document h2 {
  font-weight: 500 !important;
}
/* ===== End Legal Docs Visual Tightening (2026-03-30 user pass) ===== */

/* ===== Legal Docs Final Force Pass (2026-03-30) ===== */
.exact-legal-doc-template .blz-legal-document,
.exact-legal-doc-template .blz-legal-document > div:last-child {
  background-color: #ffffff1c !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #ffffff73 !important;
  box-shadow: none !important;
}

.exact-legal-doc-template .blz-legal-document {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.exact-legal-doc-template .blz-legal-document a,
.exact-legal-doc-template .blz-legal-document a:visited,
.exact-legal-doc-template .blz-legal-document a:hover,
.exact-legal-doc-template .blz-legal-document a:focus {
  color: #fff !important;
}

.exact-legal-doc-template .blz-legal-document h1 {
  font-weight: 500 !important;
  border-bottom: 1.5px solid #ffffffad !important;
}

.exact-legal-doc-template .blz-legal-document h2 {
  font-weight: 500 !important;
}
/* ===== End Legal Docs Final Force Pass (2026-03-30) ===== */

/* ===== Legal Docs Desktop Width (2026-03-30) ===== */
@media (min-width: 768px) {
  .exact-legal-doc-template .blz-legal-document {
    max-width: 950px !important;
  }
}
/* ===== End Legal Docs Desktop Width (2026-03-30) ===== */


/* ===== Order Online Theme Template Cutover (2026-03-30) ===== */
.page-id-32 .exact-order-online-template {
  background: #000000;
  color: #ffffff;
}

html.beauty-orbit-home-light .page-id-32 .exact-order-online-template,
body.page-template-page-light-mode .page-id-32 .exact-order-online-template,
body.theme-light-preview .page-id-32 .exact-order-online-template {
  background: var(--light-mode-navy);
}

.page-id-32 .exact-order-online-template .orbit-order-online-intro,
.page-id-32 .exact-order-online-template .orbit-order-online-products {
  background: #ffffff;
  color: #000000;
}

.page-id-32 .exact-order-online-template .orbit-order-online-intro {
  padding: clamp(2.2rem, 5vw, 3.5rem) 0 0.8rem;
}

.page-id-32 .exact-order-online-template .orbit-order-online-intro__inner {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
}

.page-id-32 .exact-order-online-template .orbit-order-online-eyebrow {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 2.5px;
  color: #000000;
}

.page-id-32 .exact-order-online-template .orbit-order-online-heading {
  margin: 0.2rem 0 0;
  font-family: inherit;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2em;
  color: #2b2b2b;
}

.page-id-32 .exact-order-online-template .orbit-order-online-heading__our {
  font-weight: 800;
  font-style: normal;
}

.page-id-32 .exact-order-online-template .orbit-order-online-heading__packages {
  font-weight: 400;
  font-style: italic;
}

.page-id-32 .exact-order-online-template .orbit-order-online-products {
  padding: 0 0 0;
}

.page-id-32 .exact-order-online-template .orbit-order-online-products__inner {
  padding-bottom: 40px;
}

.page-id-32 .exact-order-online-template .orbit-order-online-products .bluzetta-products-container {
  padding-bottom: 40px !important;
}

.page-id-32 .exact-order-online-template .orbit-order-online-got {
  background: #000000;
  padding: clamp(1.4rem, 3vw, 2.2rem) 0 clamp(1.1rem, 2.6vw, 1.8rem);
}

html.beauty-orbit-home-light .page-id-32 .exact-order-online-template .orbit-order-online-got,
body.page-template-page-light-mode .page-id-32 .exact-order-online-template .orbit-order-online-got,
body.theme-light-preview .page-id-32 .exact-order-online-template .orbit-order-online-got {
  background: var(--light-mode-navy);
}

.page-id-32 .exact-order-online-template .orbit-order-online-got__panel {
  border-radius: 30px;
  margin: 0 auto;
  padding: clamp(1.3rem, 3vw, 2.4rem) clamp(1rem, 3vw, 2.8rem);
  text-align: center;
  max-width: 1200px;
}

.page-id-32 .exact-order-online-template .orbit-order-online-got__heading {
  margin: 0;
  font-family: inherit;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2em;
  color: #ffffff;
}

.page-id-32 .exact-order-online-template .orbit-order-online-got__heading-main {
  font-weight: 800;
  font-style: normal;
  margin-right: 0.3rem;
}

.page-id-32 .exact-order-online-template .orbit-order-online-got__heading-accent {
  font-weight: 400;
  font-style: italic;
}

.page-id-32 .exact-order-online-template .orbit-order-online-got__lead {
  margin: 0.55rem auto 0;
  max-width: 760px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.page-id-32 .exact-order-online-template .orbit-order-online-got__btn {
  margin-top: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 220px;
  padding: 1rem 1.15rem;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 11px;
  background: transparent;
  text-decoration: none;
}

.page-id-32 .exact-order-online-template .orbit-order-online-got__btn:hover,
.page-id-32 .exact-order-online-template .orbit-order-online-got__btn:focus-visible {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1024px) {
  .page-id-32 .exact-order-online-template .orbit-order-online-heading,
  .page-id-32 .exact-order-online-template .orbit-order-online-got__heading {
    font-size: 2.9rem;
  }

  .page-id-32 .exact-order-online-template .orbit-order-online-got__lead {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .page-id-32 .exact-order-online-template .orbit-order-online-intro {
    padding-top: clamp(2rem, 8vw, 3rem);
  }

  .page-id-32 .exact-order-online-template .orbit-order-online-eyebrow {
    font-size: 13px;
  }

  .page-id-32 .exact-order-online-template .orbit-order-online-heading {
    font-size: 2.1rem;
    line-height: 1em;
  }

  .page-id-32 .exact-order-online-template .orbit-order-online-products .bluzetta-products-container {
    padding-bottom: 24px !important;
  }

  .page-id-32 .exact-order-online-template .orbit-order-online-got {
    padding: 2rem 0 1.1rem;
  }

  .page-id-32 .exact-order-online-template .orbit-order-online-got__panel {
    border-radius: 16px;
    padding: 1rem 0.9rem 1.1rem;
  }

  .page-id-32 .exact-order-online-template .orbit-order-online-got__heading {
    font-size: 1.9rem;
    line-height: 1em;
  }

  .page-id-32 .exact-order-online-template .orbit-order-online-got__lead {
    font-size: 14px;
  }

  .page-id-32 .exact-order-online-template .orbit-order-online-got__btn {
    min-width: 69%;
    width: 69%;
    font-size: 15px;
    padding: 0.95rem 1rem;
  }
}
/* ===== End Order Online Theme Template Cutover (2026-03-30) ===== */

/* ===== Order Online Root Background Final (2026-03-30) ===== */
.page-id-32 .exact-order-online-template {
  background: #000000 !important;
}

html.beauty-orbit-home-light .page-id-32 .exact-order-online-template,
body.page-template-page-light-mode .page-id-32 .exact-order-online-template,
body.theme-light-preview .page-id-32 .exact-order-online-template {
  background: #ffffff !important;
}
/* ===== End Order Online Root Background Final (2026-03-30) ===== */

/* ===== Header Menu Width Sitewide (2026-03-31) ===== */
@media (min-width: 768px) {
  .exact-header-template .elementor-2471 .elementor-element.elementor-element-bd59707 {
    width: 60% !important;
  }
}
/* ===== End Header Menu Width Sitewide (2026-03-31) ===== */

/* ===== Home/About Image Proportion Lock (2026-03-31) ===== */
/* Home packages: keep product thumbnails locked to square slots. */
.home .exact-packages-template .bluzetta-products-grid .product-image {
  position: relative;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
}

.home .exact-packages-template .bluzetta-products-grid .product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

/* Home services: side cards square, center card portrait (taller). */
.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-8aa4de5 .elementor-widget-container,
.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-c1cff6a .elementor-widget-container {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
  border-radius: 13px 13px 0 0;
}

.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-8339cb3 .elementor-widget-container {
  aspect-ratio: 947 / 1280 !important;
  overflow: hidden;
  border-radius: 13px 13px 0 0;
}

.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-8aa4de5 .elementor-widget-container > a,
.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-8339cb3 .elementor-widget-container > a,
.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-c1cff6a .elementor-widget-container > a {
  display: block;
  width: 100%;
  height: 100%;
}

.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-8aa4de5 .elementor-widget-container > a,
.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-8339cb3 .elementor-widget-container > a,
.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-c1cff6a .elementor-widget-container > a,
.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-5f25004 .ekit-btn-wraper > a,
.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-634ebc2 .ekit-btn-wraper > a,
.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-1f4c38d .ekit-btn-wraper > a {
  pointer-events: none !important;
  cursor: default !important;
}

.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-8aa4de5 img,
.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-8339cb3 img,
.home .exact-services-template .elementor-2468 .elementor-element.elementor-element-c1cff6a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

/* Home FAQ image slot lock. */
.home .exact-faq-template .elementor-2469 .elementor-element.elementor-element-0b09f3e .elementor-widget-container {
  width: 100%;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
  border-radius: 13px !important;
}

.home .exact-faq-template .elementor-2469 .elementor-element.elementor-element-0b09f3e img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

/* Preserve the current tablet/mobile FAQ image sizing behavior while locked. */
@media (min-width: 768px) and (max-width: 1024px) {
  .home .exact-faq-template .elementor-2469 .elementor-element.elementor-element-0b09f3e .elementor-widget-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* About page side image slot lock. */
.page-id-38 .exact-about-template .elementor-element.elementor-element-6a2e96b7 .elementor-widget-container {
  width: 100%;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
  border-radius: 13px !important;
}

.page-id-38 .exact-about-template .elementor-element.elementor-element-6a2e96b7 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

/* Hero banners: fixed container heights + cover fit keep proportions stable on replacements. */
.home .exact-hero-template .elementor-2465 .elementor-element.elementor-element-74733520 > .elementor-container,
.page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e > .elementor-container {
  min-height: 66vh !important;
}

@media (max-width: 1024px) {
  .home .exact-hero-template .elementor-2465 .elementor-element.elementor-element-74733520 > .elementor-container,
  .page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e > .elementor-container {
    min-height: 36vh !important;
  }
}

@media (max-width: 767px) {
  .home .exact-hero-template .elementor-2465 .elementor-element.elementor-element-74733520 > .elementor-container,
  .page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e > .elementor-container {
    min-height: 48vh !important;
  }
}
/* ===== End Home/About Image Proportion Lock (2026-03-31) ===== */

/* ===== Footer Text Align Hard Override (2026-03-31) ===== */
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-widget-text-editor,
.page-template-page-light-mode .site-footer .elementor-2484 .elementor-widget-text-editor *,
html.beauty-orbit-home-light .site-footer .elementor-2484 .elementor-widget-text-editor,
html.beauty-orbit-home-light .site-footer .elementor-2484 .elementor-widget-text-editor *,
body.theme-light-preview .site-footer .elementor-2484 .elementor-widget-text-editor,
body.theme-light-preview .site-footer .elementor-2484 .elementor-widget-text-editor * {
  text-align: center !important;
}
/* ===== End Footer Text Align Hard Override (2026-03-31) ===== */

/* ===== Hero Banner Vertical Center Baseline (2026-04-02) ===== */
.home .exact-hero-template .elementor-element.elementor-element-74733520,
.home .exact-hero-template .elementor-element.elementor-element-74733520 .elementor-background-slideshow__slide__image,
.page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e,
.page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e .elementor-background-slideshow__slide__image {
  background-position: right center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
/* ===== End Hero Banner Vertical Center Baseline (2026-04-02) ===== */

/* ===== Home Hero CTA + Heading Tone (2026-04-02) ===== */
@media (min-width: 768px) {

  .elementor-2465 .elementor-element.elementor-element-53e5c10 .elementskit-btn,
  .home .elementor-2465 .elementor-element.elementor-element-53e5c10 .elementskit-btn {
    padding: 25px 20px 25px 20px !important;
    width: 45% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .elementor-2465 .elementor-element.elementor-element-1edd7c29,
  .home .elementor-2465 .elementor-element.elementor-element-1edd7c29 {
    --e-global-color-8b57de5: #f7ede3;
  }

  .elementor-2465 .elementor-element.elementor-element-53e5c10 .ekit-btn-wraper,
  .home .elementor-2465 .elementor-element.elementor-element-53e5c10 .ekit-btn-wraper {
    text-align: center !important;
  }

  .elementor-2465 .elementor-element.elementor-element-53e5c10 .elementskit-btn,
  .home .elementor-2465 .elementor-element.elementor-element-53e5c10 .elementskit-btn {
    padding: 22px !important;
    width: 60% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title > span,
  .elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title > span > span,
  .home .elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title > span,
  .home .elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title > span > span {
    color: var(--e-global-color-8b57de5, #f7ede3) !important;
    -webkit-text-fill-color: var(--e-global-color-8b57de5, #f7ede3) !important;
  }
}

.elementor-2465 .elementor-element.elementor-element-1edd7c29 .ekit-heading--title.elementskit-section-title,
.elementor-2465 .elementor-element.elementor-element-1edd7c29 .ekit-heading--subtitle.elementskit-section-subtitle,
.home .elementor-2465 .elementor-element.elementor-element-1edd7c29 .ekit-heading--title.elementskit-section-title,
.home .elementor-2465 .elementor-element.elementor-element-1edd7c29 .ekit-heading--subtitle.elementskit-section-subtitle {
  color: rgba(255, 255, 255, 0.9) !important;
}

.elementor-2465 .elementor-element.elementor-element-1edd7c29,
.home .elementor-2465 .elementor-element.elementor-element-1edd7c29 {
  --e-global-color-8b57de5: #f7ede3;
}

.elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title > span,
.elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title > span > span,
.home .elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title > span,
.home .elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title > span > span {
  color: var(--e-global-color-8b57de5, #f7ede3) !important;
  -webkit-text-fill-color: var(--e-global-color-8b57de5, #f7ede3) !important;
}

.elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title:hover > span,
.elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title:hover > span > span,
.home .elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title:hover > span,
.home .elementor-2465 .elementor-element.elementor-element-1edd7c29 .elementskit-section-title-wraper .elementskit-section-title:hover > span > span {
  color: var(--e-global-color-8b57de5, #f7ede3) !important;
  -webkit-text-fill-color: var(--e-global-color-8b57de5, #f7ede3) !important;
}

.elementor-2465 .elementor-element.elementor-element-53e5c10 .elementskit-btn > :is(i, svg) {
  font-size: 19px;
  margin-top: -5px;
}
/* ===== End Home Hero CTA + Heading Tone (2026-04-02) ===== */

/* ===== My Account Heading Spacing Tune (2026-04-02) ===== */
.page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-670d522 .elementor-heading-title {
  margin-bottom: 40px !important;
  font-size: 16px !important;
}

@media (max-width: 767px) {
  .page-id-26 .exact-my-account-template-wrap .elementor-2474 .elementor-element.elementor-element-670d522 .elementor-heading-title {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
  }
}

/* About page hero spacing (desktop only) */
@media (min-width: 1025px) {
  html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-fcfdf1e {
    padding: 3em 8em 3em 8em !important;
  }
}

/* ===== About Contact CTA Light Mode Match (2026-04-02) ===== */
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button::before,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button::after,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button::before,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button::after {
  background: var(--light-mode-navy) !important;
  border-color: var(--light-mode-navy) !important;
}

html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button-text,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button-icon,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button-icon svg,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button-text,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button-icon,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* About page contact CTA: keep homepage-like light-mode style across states */
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:hover,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:focus,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:active,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:hover,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:focus,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:active {
  background: var(--light-mode-navy) !important;
  border-color: var(--light-mode-navy) !important;
}

html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:hover .wpr-button-text,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:focus .wpr-button-text,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:hover .wpr-button-icon,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:focus .wpr-button-icon,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:hover .wpr-button-icon svg,
html.beauty-orbit-home-light .page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:focus .wpr-button-icon svg,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:hover .wpr-button-text,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:focus .wpr-button-text,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:hover .wpr-button-icon,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:focus .wpr-button-icon,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:hover .wpr-button-icon svg,
body.theme-light-preview.page-id-38 .exact-about-template .elementor-element.elementor-element-a521540 .wpr-button:focus .wpr-button-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* ===== Our Services Page (2026-04-02) ===== */
.page-id-2748 .exact-our-services-template-wrap .exact-about-template .elementor-element.elementor-element-a521540 {
  display: none !important;
}

.page-id-2748 .exact-our-services-template-wrap .orbit-our-services-products {
  margin: 0 !important;
  padding: 0 1rem 0 !important;
}

.page-id-2748 .exact-our-services-template-wrap .orbit-our-services-products .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== Our Services parity: About clone styling scope ===== */
.page-id-2748 .exact-about-template .elementor-element.elementor-element-a521540,
.page-id-2748 .exact-our-services-template-wrap .exact-about-template .elementor-element.elementor-element-a521540 {
  display: none !important;
}

.page-id-2748 .orbit-our-services-products,
.page-id-2748 .exact-our-services-template-wrap .orbit-our-services-products {
  margin: 0 !important;
  padding: 0 1rem 0 !important;
}

.page-id-2748 .orbit-our-services-products .elementor-widget-container,
.page-id-2748 .exact-our-services-template-wrap .orbit-our-services-products .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}
