.elementor-3145 .elementor-element.elementor-element-3b61650{--display:flex;}.elementor-3145 .elementor-element.elementor-element-3b61650.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3145 .elementor-element.elementor-element-c2ad52f > .elementor-widget-container{margin:-10px -10px -10px -10px;}.elementor-3145 .elementor-element.elementor-element-dc941c4 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-3145 .elementor-element.elementor-element-3bac60b > .elementor-widget-container{margin:0px 0px -16px 0px;}.elementor-3145 .elementor-element.elementor-element-89ebc42 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-3145 .elementor-element.elementor-element-846e29f > .elementor-widget-container{margin:-20px 0px -110px 0px;}.elementor-3145 .elementor-element.elementor-element-d1cb121 > .elementor-widget-container{padding:90px 0px 0px 0px;}@media(max-width:767px){.elementor-3145 .elementor-element.elementor-element-c2ad52f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3145 .elementor-element.elementor-element-dc941c4 > .elementor-widget-container{margin:-20px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3145 .elementor-element.elementor-element-11854b2 > .elementor-widget-container{margin:-22px 0px 0px 0px;}.elementor-3145 .elementor-element.elementor-element-3bac60b > .elementor-widget-container{margin:-22px 0px 0px 0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-3145 .elementor-element.elementor-element-3b61650{--width:794px;}}/* Start custom CSS for html, class: .elementor-element-c2ad52f *//* ================================
   ORACARE NAVIGATION CSS
   Announcement + Navbar + Drawer
================================ */

/* Announcement bar */
.ow-announce {
  width: 100%;
  margin: 0;
  padding: 8px var(--px);

  background: var(--secondary);
  color: #005a6e;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.3px;
  text-align: center;
}

/* ================================
   HEADER AND NAVBAR
================================ */

.ow-header {
  position: relative;
  z-index: 200;
  width: 100%;
  margin: 0;
  padding: 0;
}

.ow-site-nav {
  position: sticky;
  top: 0;
  z-index: 200;

  width: 100%;
  min-height: 70px;
  margin: 0;
  padding: 11px var(--px);

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: var(--primary);
  box-shadow: 0 2px 14px rgba(27, 161, 255, 0.28);
}

/* ================================
   HAMBURGER BUTTON
================================ */

.ow-nav-hamburger {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  color: #ffffff !important;
  background: transparent !important;
  background-color: transparent !important;

  border: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;

  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;

  cursor: pointer;
}

/* Keep the button transparent in every state */
.ow-nav-hamburger:hover,
.ow-nav-hamburger:focus,
.ow-nav-hamburger:focus-visible,
.ow-nav-hamburger:active {
  color: #ffffff !important;
  background: transparent !important;
  background-color: transparent !important;

  border: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;

  transform: none !important;
}

/* Remove any theme-generated button decoration */
.ow-nav-hamburger::before,
.ow-nav-hamburger::after {
  display: none !important;
  content: none !important;
}

.ow-nav-hamburger svg {
  display: block;
  width: 20px !important;
  height: 15px !important;
  margin: 0;
  padding: 0;
  overflow: visible;
  pointer-events: none;
}

.ow-nav-hamburger svg path {
  stroke: #ffffff !important;
  stroke-width: 2px !important;
}

/* ================================
   BRAND
================================ */

.ow-nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ow-nav-logo {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: cover;
}

.ow-nav-brand-name {
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25px;
  white-space: nowrap;
}

/* ================================
   CART
================================ */

.ow-nav-cart {
  position: relative;

  min-width: 58px;
  min-height: 58px;
  margin: 0;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  background: transparent;
  border: 0;
  border-radius: 12px;
  transition: background-color 0.15s ease;
}

.ow-nav-cart:hover {
  background: rgba(255, 255, 255, 0.16);
}

.ow-nav-cart:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}

.ow-nav-cart svg {
  display: block;
  width: 22px !important;
  height: 34px !important;
}

.ow-nav-cart svg path {
  stroke: #ffffff !important;
  stroke-width: 2.2px !important;
}

.ow-nav-cart svg circle {
  fill: #ffffff !important;
}

.ow-cart-badge {
  position: absolute;
  top: 12px;
  right: 11px;

  width: 14px;
  height: 14px;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--secondary);
  color: #005a6e;
  border-radius: 50%;

  font-size: 8px;
  font-weight: 800;
  line-height: 1;
}

/* ================================
   DRAWER OVERLAY
================================ */

.ow-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;

  background: rgba(13, 27, 62, 0.55);
  opacity: 0;
  pointer-events: none;

  backdrop-filter: blur(2px);
  transition: opacity 0.28s ease;
}

.ow-drawer-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ================================
   DRAWER PANEL
================================ */

.ow-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 310;

  width: 78%;
  max-width: 300px;
  height: 100%;

  display: flex;
  flex-direction: column;
  overflow-y: auto;

  background: var(--dark);
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ow-nav-drawer.open {
  transform: translateX(0);
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.3);
}

/* Drawer heading */
.ow-drawer-head {
  padding: 16px var(--px);

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: var(--primary);
}

.ow-drawer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ow-drawer-logo {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  object-fit: cover;
}

.ow-drawer-name {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
}

/* Drawer close button */
.ow-drawer-close {
  width: 32px;
  height: 32px;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  border-radius: 6px;

  font-size: 18px;
}

.ow-drawer-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* ================================
   DRAWER LINKS
================================ */

.ow-drawer-nav {
  flex: 1;
  padding: 20px 0;
}

.ow-drawer-sec {
  margin-bottom: 22px;
  padding: 0 var(--px);
}

.ow-drawer-sec-label {
  margin-bottom: 10px;

  color: var(--secondary);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ow-drawer-link {
  padding: 11px 0;

  display: flex;
  align-items: center;
  gap: 10px;

  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);

  font-size: 13px;
  font-weight: 500;
  transition: color 0.15s ease, transform 0.15s ease;
}

.ow-drawer-link:last-child {
  border-bottom: 0;
}

.ow-drawer-link:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.ow-drawer-icon {
  width: 18px;
  flex-shrink: 0;
  font-size: 14px;
  text-align: center;
}

/* Drawer footer */
.ow-drawer-foot {
  padding: var(--px);

  color: rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.08);

  font-size: 9px;
  line-height: 1.8;
}

.ow-drawer-foot strong {
  color: rgba(255, 255, 255, 0.65);
}

/* ================================
   TABLET AND DESKTOP
================================ */

@media (min-width: 768px) {
  .ow-announce {
    padding: 9px 28px;
    font-size: 11px;
  }

  .ow-site-nav {
    padding: 12px 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc941c4 */<style>
/* =================================
   MAXIMIZE RESULTS — HERO
================================== */

.ow-max-hero,
.ow-max-hero * {
  box-sizing: border-box;
}

.ow-max-hero {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 24px 18px 0;
  overflow: hidden;
  background: #1ba1ff;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
}

/* Subtle horizontal background texture */
.ow-max-hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(
      circle at 85% 10%,
      rgba(43, 219, 243, 0.18),
      transparent 38%
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 18px,
      rgba(255, 255, 255, 0.04) 18px,
      rgba(255, 255, 255, 0.04) 19px
    );
}

/* Text container */
.ow-max-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Small heading */
.ow-max-hero-eyebrow {
  margin: 0 0 6px;
  padding: 0;
  color: #2bdbf3;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* Main heading */
.ow-max-hero-title {
  margin: 0 0 9px;
  padding: 0;
  color: #ffffff;
  font-family: "Patrick Hand", cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
}

/* Teal heading words */
.ow-max-hero-title span {
  color: #2bdbf3;
}

/* Description */
.ow-max-hero-description {
  width: 100%;
  max-width: 330px;
  margin: 0 0 18px;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}

/* Full-width bottom waves */
.ow-max-hero-wave {
  position: relative;
  z-index: 2;
  left: 50%;
  width: 100vw;
  min-width: 100vw;
  height: 44px;
  margin: 0 0 -1px;
  display: block;
  transform: translateX(-50%);
  pointer-events: none;
}


/* =================================
   TABLET
================================== */

@media (min-width: 600px) {
  .ow-max-hero {
    padding: 38px 28px 0;
  }

  .ow-max-hero-eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .ow-max-hero-title {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .ow-max-hero-description {
    max-width: 460px;
    margin-bottom: 25px;
    font-size: 13px;
  }

  .ow-max-hero-wave {
    height: 58px;
  }
}


/* =================================
   DESKTOP
================================== */

@media (min-width: 900px) {
  .ow-max-hero {
    padding: 58px 30px 0;
  }

  .ow-max-hero-eyebrow {
    font-size: 11px;
    letter-spacing: 1.7px;
  }

  .ow-max-hero-title {
    font-size: 52px;
    line-height: 1.05;
  }

  .ow-max-hero-description {
    max-width: 550px;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 1.65;
  }

  .ow-max-hero-wave {
    height: 72px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af5ab8a */<style>
/* =================================
   MAXIMIZE RESULTS — INTRODUCTION
================================== */

.ow-max-introduction,
.ow-max-introduction * {
  box-sizing: border-box;
}

.ow-max-introduction {
  width: 100%;
  margin: 0;
  padding: 18px;
  background: #ffffff;
  border-bottom: 1px solid #d3d6dd;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
}

.ow-max-introduction-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.ow-max-introduction-text {
  margin: 0;
  padding: 0;
  color: #7a8fa8;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
}

.ow-max-introduction-text strong {
  color: #0d1b3e;
  font-weight: 700;
}


/* =================================
   TABLET
================================== */

@media (min-width: 600px) {
  .ow-max-introduction {
    padding: 25px 28px;
  }

  .ow-max-introduction-text {
    font-size: 13px;
    line-height: 1.75;
  }
}


/* =================================
   DESKTOP
================================== */

@media (min-width: 900px) {
  .ow-max-introduction {
    padding: 36px 30px;
  }

  .ow-max-introduction-text {
    font-size: 15px;
    line-height: 1.8;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11854b2 */<style>
/* =================================
   MAXIMIZE RESULTS — SCIENCE CALLOUT
================================== */

.ow-max-science,
.ow-max-science * {
  box-sizing: border-box;
}

.ow-max-science {
  width: 100%;
  margin: 0;
  padding: 14px 18px;
  background: #f0f7ff;
  border-top: 1px solid #c8dfff;
  border-bottom: 1px solid #c8dfff;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
}

.ow-max-science-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

/* Microscope icon container */
.ow-max-science-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6f4ff;
  border: 1px solid rgba(27, 161, 255, 0.12);
  border-radius: 10px;
  font-size: 18px;
  line-height: 1;
}

/* Text area */
.ow-max-science-content {
  flex: 1;
  min-width: 0;
}

.ow-max-science-title {
  margin: 0 0 4px;
  padding: 0;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.ow-max-science-text {
  margin: 0;
  padding: 0;
  color: #7a8fa8;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
}


/* =================================
   TABLET
================================== */

@media (min-width: 600px) {
  .ow-max-science {
    padding: 20px 28px;
  }

  .ow-max-science-inner {
    gap: 17px;
  }

  .ow-max-science-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 23px;
    border-radius: 12px;
  }

  .ow-max-science-title {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .ow-max-science-text {
    font-size: 11.5px;
  }
}


/* =================================
   DESKTOP
================================== */

@media (min-width: 900px) {
  .ow-max-science {
    padding: 28px 30px;
  }

  .ow-max-science-inner {
    gap: 21px;
  }

  .ow-max-science-icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    font-size: 28px;
  }

  .ow-max-science-title {
    font-size: 16px;
  }

  .ow-max-science-text {
    font-size: 13px;
    line-height: 1.7;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bac60b */<style>
/* =================================
   HABITS THAT PROTECT YOUR PROGRESS
================================== */

.ow-habits-section,
.ow-habits-section * {
  box-sizing: border-box;
}

.ow-habits-section {
  width: 100%;
  margin: 0;
  padding: 22px 18px 21px;
  background: #fff3e3;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
}

.ow-habits-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* Section heading */
.ow-habits-eyebrow {
  margin: 0 0 4px;
  padding: 0;
  color: #1ba1ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ow-habits-title {
  margin: 0;
  padding: 0;
  color: #0d1b3e;
  font-family: "Patrick Hand", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

/* Cards container */
.ow-habits-grid {
  width: 100%;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

/* Individual card */
.ow-habit-card {
  width: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d3d6dd;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(13, 27, 62, 0.035);
}

/* Coloured left border */
.ow-habit-accent {
  width: 5px;
  flex: 0 0 5px;
}

.ow-habit-blue {
  background: #1ba1ff;
}

.ow-habit-teal {
  background: #2bdbf3;
}

.ow-habit-green {
  background: #4ade80;
}

.ow-habit-amber {
  background: #f59e0b;
}

.ow-habit-red {
  background: #f87171;
}

/* Card content */
.ow-habit-body {
  flex: 1;
  min-width: 0;
  padding: 13px 13px 13px 14px;
}

.ow-habit-top {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ow-habit-icon {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
}

/* Card heading */
.ow-habit-heading {
  margin: 0;
  padding: 0;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
}

/* Card description */
.ow-habit-description {
  margin: 0;
  padding: 0;
  color: #7a8fa8;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
}

/* Blue information pill */
.ow-habit-tip {
  max-width: 100%;
  margin-top: 8px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  background: #f0f7ff;
  border-radius: 12px;
}

.ow-habit-tip > span {
  flex: 0 0 auto;
  font-size: 10px;
  line-height: 1.4;
}

.ow-habit-tip p {
  margin: 0;
  padding: 0;
  color: #1ba1ff;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.5;
}


/* =================================
   TABLET
================================== */

@media (min-width: 600px) {
  .ow-habits-section {
    padding: 32px 28px 30px;
  }

  .ow-habits-eyebrow {
    font-size: 10px;
  }

  .ow-habits-title {
    font-size: 32px;
  }

  .ow-habits-grid {
    margin-top: 19px;
    gap: 14px;
  }

  .ow-habit-accent {
    width: 6px;
    flex-basis: 6px;
  }

  .ow-habit-body {
    padding: 17px 18px;
  }

  .ow-habit-top {
    gap: 12px;
    margin-bottom: 8px;
  }

  .ow-habit-icon {
    font-size: 24px;
  }

  .ow-habit-heading {
    font-size: 15px;
  }

  .ow-habit-description {
    font-size: 11.5px;
  }

  .ow-habit-tip {
    margin-top: 10px;
    padding: 7px 12px;
  }

  .ow-habit-tip p {
    font-size: 10px;
  }
}


/* =================================
   DESKTOP
================================== */

@media (min-width: 900px) {
  .ow-habits-section {
    padding: 46px 30px 44px;
  }

  .ow-habits-title {
    font-size: 40px;
  }

  .ow-habits-grid {
    margin-top: 24px;
    gap: 16px;
  }

  .ow-habit-card {
    border-radius: 17px;
  }

  .ow-habit-body {
    padding: 21px 23px;
  }

  .ow-habit-icon {
    font-size: 28px;
  }

  .ow-habit-heading {
    font-size: 17px;
  }

  .ow-habit-description {
    font-size: 13px;
  }

  .ow-habit-tip p {
    font-size: 11.5px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ffb026 */<style>
/* =================================
   WHAT STAINS TEETH AND WHY
================================== */

.ow-stainers-section,
.ow-stainers-section * {
  box-sizing: border-box;
}

.ow-stainers-section {
  width: 100%;
  margin: 0;
  padding: 22px 18px;
  background: #ffffff;
  border-top: 1px solid #d3d6dd;
  border-bottom: 1px solid #d3d6dd;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
}

.ow-stainers-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* Heading */
.ow-stainers-eyebrow {
  margin: 0 0 4px;
  color: #1ba1ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ow-stainers-title {
  margin: 0 0 5px;
  color: #0d1b3e;
  font-family: "Patrick Hand", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.ow-stainers-intro {
  margin: 0 0 13px;
  color: #7a8fa8;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.65;
}

.ow-stainers-intro strong {
  color: #0d1b3e;
  font-weight: 700;
}

/* Threat-level key */
.ow-stainers-key {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

/* Shared badges */
.ow-stain-badge {
  padding: 4px 9px;
  display: inline-flex;
  align-items: center;
  border: 1px solid;
  border-radius: 50px;
  font-size: 8.5px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.ow-stain-triple {
  background: rgba(248, 113, 113, 0.1);
  border-color: rgba(248, 113, 113, 0.3);
  color: #dc2626;
}

.ow-stain-double {
  background: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.3);
  color: #b45309;
}

.ow-stain-single {
  background: #e6f4ff;
  border-color: #b8d4f0;
  color: #1ba1ff;
}

/* Food list */
.ow-stainers-list {
  width: 100%;
}

/* Individual row */
.ow-stainer-row {
  width: 100%;
  margin: 0;
  padding: 13px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-bottom: 1px solid #d3d6dd;
}

.ow-stainer-row:first-child {
  padding-top: 0;
}

.ow-stainer-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Food emoji */
.ow-stainer-emoji {
  width: 34px;
  flex: 0 0 34px;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}

/* Food information */
.ow-stainer-info {
  flex: 1;
  min-width: 0;
}

.ow-stainer-name {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.ow-stainer-name h3 {
  margin: 0;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.ow-row-badge {
  padding: 3px 8px;
  font-size: 7.5px;
}

/* Explanation */
.ow-stainer-reason {
  margin: 0 0 5px;
  color: #7a8fa8;
  font-size: 9.5px;
  font-weight: 400;
  line-height: 1.6;
}

/* Recommended action */
.ow-stainer-fix {
  margin: 0;
  color: #1ba1ff;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.55;
}


/* =================================
   TABLET
================================== */

@media (min-width: 600px) {
  .ow-stainers-section {
    padding: 32px 28px;
  }

  .ow-stainers-eyebrow {
    font-size: 10px;
  }

  .ow-stainers-title {
    font-size: 32px;
  }

  .ow-stainers-intro {
    margin-bottom: 17px;
    font-size: 12px;
  }

  .ow-stainers-key {
    margin-bottom: 21px;
    gap: 8px;
  }

  .ow-stain-badge {
    padding: 5px 11px;
    font-size: 9.5px;
  }

  .ow-stainer-row {
    padding: 17px 0;
    gap: 16px;
  }

  .ow-stainer-emoji {
    width: 42px;
    flex-basis: 42px;
    font-size: 32px;
  }

  .ow-stainer-name h3 {
    font-size: 14px;
  }

  .ow-row-badge {
    padding: 4px 9px;
    font-size: 8.5px;
  }

  .ow-stainer-reason,
  .ow-stainer-fix {
    font-size: 11px;
  }
}


/* =================================
   DESKTOP
================================== */

@media (min-width: 900px) {
  .ow-stainers-section {
    padding: 46px 30px;
  }

  .ow-stainers-title {
    font-size: 40px;
  }

  .ow-stainers-intro {
    font-size: 13px;
  }

  .ow-stain-badge {
    font-size: 10.5px;
  }

  .ow-stainer-row {
    padding: 21px 0;
    gap: 20px;
  }

  .ow-stainer-emoji {
    width: 50px;
    flex-basis: 50px;
    font-size: 38px;
  }

  .ow-stainer-name h3 {
    font-size: 16px;
  }

  .ow-row-badge {
    font-size: 9.5px;
  }

  .ow-stainer-reason,
  .ow-stainer-fix {
    font-size: 12.5px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63adc84 */<style>
/* =================================
   LOW-STAINING FOODS
================================== */

.ow-safe-foods-section,
.ow-safe-foods-section * {
  box-sizing: border-box;
}

.ow-safe-foods-section {
  width: 100%;
  margin: 0;
  padding: 18px;
  background: #fff3e3;
  font-family: "Inter", Arial, sans-serif;
}

.ow-safe-foods-inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

/* Green outer card */
.ow-safe-foods-card {
  width: 100%;
  margin: 0;
  padding: 14px;
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  border-radius: 14px;
}

/* Card heading */
.ow-safe-foods-title {
  margin: 0 0 10px;
  padding: 0;
  color: #166534;
  font-family: "Inter", Arial, sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.4;
}

/* Three-column grid */
.ow-safe-foods-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

/* Individual food */
.ow-safe-food-item {
  min-width: 0;
  min-height: 72px;
  padding: 9px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #ffffff;
  border: 1px solid #d1fae5;
  border-radius: 10px;
  text-align: center;
}

.ow-safe-food-emoji {
  font-size: 22px;
  line-height: 1;
}

.ow-safe-food-name {
  color: #166534;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}


/* =================================
   TABLET
================================== */

@media (min-width: 600px) {
  .ow-safe-foods-section {
    padding: 25px 28px;
  }

  .ow-safe-foods-card {
    padding: 19px;
    border-radius: 17px;
  }

  .ow-safe-foods-title {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .ow-safe-foods-grid {
    gap: 10px;
  }

  .ow-safe-food-item {
    min-height: 92px;
    padding: 13px 8px;
    gap: 7px;
    border-radius: 12px;
  }

  .ow-safe-food-emoji {
    font-size: 29px;
  }

  .ow-safe-food-name {
    font-size: 10px;
  }
}


/* =================================
   DESKTOP
================================== */

@media (min-width: 900px) {
  .ow-safe-foods-section {
    padding: 34px 30px;
  }

  .ow-safe-foods-card {
    padding: 24px;
    border-radius: 20px;
  }

  .ow-safe-foods-title {
    font-size: 15px;
  }

  .ow-safe-foods-grid {
    gap: 12px;
  }

  .ow-safe-food-item {
    min-height: 108px;
  }

  .ow-safe-food-emoji {
    font-size: 34px;
  }

  .ow-safe-food-name {
    font-size: 12px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89ebc42 */<style>
/* =================================
   BEST TIME IN YOUR ROUTINE
================================== */

.ow-timing-section,
.ow-timing-section * {
  box-sizing: border-box;
}

.ow-timing-section {
  width: 100%;
  margin: 0;
  padding: 22px 18px 24px;
  background: #fff3e3;
  color: #0d1b3e;
  border-top: 1px solid #d3d6dd;
  font-family: "Inter", Arial, sans-serif;
}

.ow-timing-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* Section heading */
.ow-timing-eyebrow {
  margin: 0 0 4px;
  padding: 0;
  color: #1ba1ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ow-timing-title {
  margin: 0;
  padding: 0;
  color: #0d1b3e;
  font-family: "Patrick Hand", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

/* Timing table */
.ow-timing-card {
  width: 100%;
  margin: 14px 0 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d3d6dd;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(13, 27, 62, 0.04);
}

.ow-timing-row {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #d3d6dd;
}

.ow-timing-row:last-child {
  border-bottom: 0;
}

/* Left question column */
.ow-timing-question {
  width: 45%;
  flex: 0 0 45%;
  padding: 12px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-right: 1px solid #d3d6dd;
}

.ow-timing-question p {
  margin: 0;
  padding: 0;
  color: #7a8fa8;
  font-size: 9.5px;
  font-weight: 400;
  line-height: 1.45;
}

/* Right answer column */
.ow-timing-answer {
  flex: 1;
  min-width: 0;
  padding: 12px;
  background: #ffffff;
}

.ow-timing-answer strong {
  margin: 0;
  display: block;
  color: #0d1b3e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.ow-timing-answer p {
  margin: 3px 0 0;
  padding: 0;
  color: #7a8fa8;
  font-size: 8.5px;
  font-weight: 400;
  line-height: 1.45;
}


/* =================================
   TABLET
================================== */

@media (min-width: 600px) {
  .ow-timing-section {
    padding: 32px 28px;
  }

  .ow-timing-eyebrow {
    font-size: 10px;
  }

  .ow-timing-title {
    font-size: 32px;
  }

  .ow-timing-card {
    margin-top: 19px;
    border-radius: 17px;
  }

  .ow-timing-row {
    min-height: 82px;
  }

  .ow-timing-question,
  .ow-timing-answer {
    padding: 16px;
  }

  .ow-timing-question p {
    font-size: 11px;
  }

  .ow-timing-answer strong {
    font-size: 14px;
  }

  .ow-timing-answer p {
    font-size: 10px;
  }
}


/* =================================
   DESKTOP
================================== */

@media (min-width: 900px) {
  .ow-timing-section {
    padding: 46px 30px;
  }

  .ow-timing-title {
    font-size: 40px;
  }

  .ow-timing-card {
    margin-top: 24px;
    border-radius: 20px;
  }

  .ow-timing-row {
    min-height: 95px;
  }

  .ow-timing-question,
  .ow-timing-answer {
    padding: 20px;
  }

  .ow-timing-question {
    width: 38%;
    flex-basis: 38%;
  }

  .ow-timing-question p {
    font-size: 13px;
  }

  .ow-timing-answer strong {
    font-size: 16px;
  }

  .ow-timing-answer p {
    font-size: 12px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-118de59 */<style>
/* =================================
   MANAGING SENSITIVITY
================================== */

.ow-sensitivity-section,
.ow-sensitivity-section * {
  box-sizing: border-box;
}

.ow-sensitivity-section {
  width: 100%;
  margin: 0;
  padding: 22px 18px;
  background: #ffffff;
  border-top: 1px solid #d3d6dd;
  border-bottom: 1px solid #d3d6dd;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
}

.ow-sensitivity-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* Section heading */
.ow-sensitivity-eyebrow {
  margin: 0 0 4px;
  color: #1ba1ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ow-sensitivity-title {
  margin: 0 0 5px;
  color: #0d1b3e;
  font-family: "Patrick Hand", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.ow-sensitivity-intro {
  margin: 0 0 15px;
  color: #7a8fa8;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.6;
}

/* Steps container */
.ow-sensitivity-steps {
  width: 100%;
}

/* Individual step */
.ow-sensitivity-step {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 12px;
}

/* Number and connecting line */
.ow-sensitivity-left {
  width: 26px;
  flex: 0 0 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ow-sensitivity-number {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2bdbf3;
  border-radius: 50%;
  color: #005a6e;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.ow-sensitivity-connector {
  width: 2px;
  min-height: 12px;
  flex: 1;
  margin-top: 3px;
  background: rgba(43, 219, 243, 0.25);
  border-radius: 4px;
}

/* Step content */
.ow-sensitivity-content {
  flex: 1;
  min-width: 0;
  padding: 3px 0 17px;
}

.ow-sensitivity-step-last .ow-sensitivity-content {
  padding-bottom: 0;
}

.ow-sensitivity-content h3 {
  margin: 0 0 3px;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.4;
}

.ow-sensitivity-content p {
  margin: 0;
  color: #7a8fa8;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.65;
}


/* =================================
   TABLET
================================== */

@media (min-width: 600px) {
  .ow-sensitivity-section {
    padding: 32px 28px;
  }

  .ow-sensitivity-eyebrow {
    font-size: 10px;
  }

  .ow-sensitivity-title {
    font-size: 32px;
  }

  .ow-sensitivity-intro {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .ow-sensitivity-step {
    gap: 16px;
  }

  .ow-sensitivity-left {
    width: 34px;
    flex-basis: 34px;
  }

  .ow-sensitivity-number {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 12px;
  }

  .ow-sensitivity-content {
    padding-top: 5px;
    padding-bottom: 22px;
  }

  .ow-sensitivity-content h3 {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .ow-sensitivity-content p {
    font-size: 11.5px;
  }
}


/* =================================
   DESKTOP
================================== */

@media (min-width: 900px) {
  .ow-sensitivity-section {
    padding: 46px 30px;
  }

  .ow-sensitivity-title {
    font-size: 40px;
  }

  .ow-sensitivity-intro {
    font-size: 13px;
  }

  .ow-sensitivity-step {
    gap: 20px;
  }

  .ow-sensitivity-left {
    width: 42px;
    flex-basis: 42px;
  }

  .ow-sensitivity-number {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 15px;
  }

  .ow-sensitivity-content {
    padding-top: 7px;
    padding-bottom: 28px;
  }

  .ow-sensitivity-content h3 {
    font-size: 16px;
  }

  .ow-sensitivity-content p {
    font-size: 13px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-508fb9d */<style>
/* =================================
   USING YOUR SHADE GUIDE
================================== */

.ow-shade-guide-section,
.ow-shade-guide-section * {
  box-sizing: border-box;
}

.ow-shade-guide-section {
  width: 100%;
  margin: 0;
  padding: 22px 18px 24px;
  background: #fff3e3;
  border-top: 1px solid #d3d6dd;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
}

.ow-shade-guide-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* Section introduction */
.ow-shade-guide-eyebrow {
  margin: 0 0 4px;
  padding: 0;
  color: #1ba1ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ow-shade-guide-title {
  margin: 0 0 5px;
  padding: 0;
  color: #0d1b3e;
  font-family: "Patrick Hand", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.ow-shade-guide-intro {
  margin: 0 0 15px;
  padding: 0;
  color: #7a8fa8;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.65;
}

/* Steps */
.ow-shade-guide-steps {
  width: 100%;
}

/* Individual step */
.ow-shade-guide-step {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 14px;
}

/* Number and vertical line */
.ow-shade-guide-left {
  width: 30px;
  flex: 0 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ow-shade-guide-number {
  width: 30px;
  flex: 0 0 auto;
  color: #1ba1ff;
  font-family: "Patrick Hand", cursive;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.ow-shade-guide-line {
  width: 2px;
  min-height: 14px;
  flex: 1;
  margin-top: 3px;
  background: #d3d6dd;
  border-radius: 4px;
}

/* Step content */
.ow-shade-guide-content {
  flex: 1;
  min-width: 0;
  padding: 4px 0 19px;
}

.ow-shade-guide-step-last .ow-shade-guide-content {
  padding-bottom: 0;
}

.ow-shade-guide-content h3 {
  margin: 0 0 4px;
  padding: 0;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.ow-shade-guide-content p {
  margin: 0;
  padding: 0;
  color: #7a8fa8;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.65;
}


/* =================================
   TABLET
================================== */

@media (min-width: 600px) {
  .ow-shade-guide-section {
    padding: 32px 28px;
  }

  .ow-shade-guide-eyebrow {
    font-size: 10px;
  }

  .ow-shade-guide-title {
    font-size: 32px;
  }

  .ow-shade-guide-intro {
    margin-bottom: 21px;
    font-size: 12px;
  }

  .ow-shade-guide-step {
    gap: 18px;
  }

  .ow-shade-guide-left {
    width: 38px;
    flex-basis: 38px;
  }

  .ow-shade-guide-number {
    width: 38px;
    font-size: 35px;
  }

  .ow-shade-guide-content {
    padding-top: 6px;
    padding-bottom: 25px;
  }

  .ow-shade-guide-content h3 {
    font-size: 14px;
  }

  .ow-shade-guide-content p {
    font-size: 11.5px;
  }
}


/* =================================
   DESKTOP
================================== */

@media (min-width: 900px) {
  .ow-shade-guide-section {
    padding: 46px 30px;
  }

  .ow-shade-guide-title {
    font-size: 40px;
  }

  .ow-shade-guide-intro {
    font-size: 13px;
  }

  .ow-shade-guide-step {
    gap: 22px;
  }

  .ow-shade-guide-left {
    width: 46px;
    flex-basis: 46px;
  }

  .ow-shade-guide-number {
    width: 46px;
    font-size: 42px;
  }

  .ow-shade-guide-content {
    padding-top: 8px;
    padding-bottom: 32px;
  }

  .ow-shade-guide-content h3 {
    font-size: 16px;
  }

  .ow-shade-guide-content p {
    font-size: 13px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-feb605d */<style>
/* =================================
   PROTECTING WHAT YOU’VE BUILT
================================== */

.ow-aftercare-section,
.ow-aftercare-section * {
  box-sizing: border-box;
}

.ow-aftercare-section {
  width: 100%;
  margin: 0;
  padding: 22px 18px;
  background: #ffffff;
  border-top: 1px solid #d3d6dd;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
}

.ow-aftercare-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* Section heading */
.ow-aftercare-eyebrow {
  margin: 0 0 4px;
  padding: 0;
  color: #1ba1ff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ow-aftercare-title {
  margin: 0 0 5px;
  padding: 0;
  color: #0d1b3e;
  font-family: "Patrick Hand", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.ow-aftercare-intro {
  margin: 0 0 15px;
  padding: 0;
  color: #7a8fa8;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.6;
}

/* Checklist */
.ow-aftercare-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

/* Individual checklist item */
.ow-aftercare-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

/* Green check */
.ow-aftercare-check {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #beffeb;
  border: 1.5px solid #4ade80;
  border-radius: 50%;
  color: #166534;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

/* Checklist text */
.ow-aftercare-item p {
  margin: 0;
  padding: 0;
  color: #7a8fa8;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.6;
}

.ow-aftercare-item strong {
  color: #0d1b3e;
  font-weight: 700;
}


/* =================================
   TABLET
================================== */

@media (min-width: 600px) {
  .ow-aftercare-section {
    padding: 32px 28px;
  }

  .ow-aftercare-eyebrow {
    font-size: 10px;
  }

  .ow-aftercare-title {
    font-size: 32px;
  }

  .ow-aftercare-intro {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .ow-aftercare-list {
    gap: 15px;
  }

  .ow-aftercare-item {
    gap: 14px;
  }

  .ow-aftercare-check {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 12px;
  }

  .ow-aftercare-item p {
    font-size: 11.5px;
  }
}


/* =================================
   DESKTOP
================================== */

@media (min-width: 900px) {
  .ow-aftercare-section {
    padding: 46px 30px;
  }

  .ow-aftercare-title {
    font-size: 40px;
  }

  .ow-aftercare-intro {
    font-size: 13px;
  }

  .ow-aftercare-list {
    gap: 18px;
  }

  .ow-aftercare-item {
    gap: 17px;
  }

  .ow-aftercare-check {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 14px;
  }

  .ow-aftercare-item p {
    font-size: 13px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d6d0df */<style>
/* =================================
   30-DAY CHALLENGE GUARANTEE
================================== */

.ow-challenge-guarantee,
.ow-challenge-guarantee * {
  box-sizing: border-box;
}

.ow-challenge-guarantee {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 27px 18px 25px;
  overflow: hidden;
  background: #0d1b3e;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
}

/* Decorative background */
.ow-guarantee-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 10% 0%,
      rgba(43, 219, 243, 0.1),
      transparent 48%
    ),
    radial-gradient(
      ellipse at 95% 100%,
      rgba(27, 161, 255, 0.08),
      transparent 45%
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 20px,
      rgba(255, 255, 255, 0.015) 20px,
      rgba(255, 255, 255, 0.015) 21px
    );
}

.ow-guarantee-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/* Section heading */
.ow-guarantee-eyebrow {
  margin: 0 0 4px;
  padding: 0;
  color: #2bdbf3;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ow-guarantee-title {
  margin: 0 0 5px;
  padding: 0;
  color: #ffffff !important;
  font-family: "Patrick Hand", cursive;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

.ow-guarantee-intro {
  max-width: 670px;
  margin: 0 0 15px;
  padding: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
}

/* Checklist */
.ow-guarantee-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ow-guarantee-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Teal circular icons */
.ow-guarantee-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2bdbf3;
  border-radius: 50%;
  color: #005a6e;
  font-size: 10px;
  line-height: 1;
}

/* Checklist text */
.ow-guarantee-row p {
  margin: 0;
  padding: 2px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.55;
}


/* =================================
   TABLET
================================== */

@media (min-width: 600px) {
  .ow-challenge-guarantee {
    padding: 38px 28px 36px;
  }

  .ow-guarantee-eyebrow {
    font-size: 10px;
  }

  .ow-guarantee-title {
    margin-bottom: 7px;
    font-size: 30px;
  }

  .ow-guarantee-intro {
    margin-bottom: 21px;
    font-size: 12px;
  }

  .ow-guarantee-list {
    gap: 14px;
  }

  .ow-guarantee-row {
    gap: 14px;
  }

  .ow-guarantee-icon {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
    font-size: 13px;
  }

  .ow-guarantee-row p {
    padding-top: 4px;
    font-size: 11.5px;
  }
}


/* =================================
   DESKTOP
================================== */

@media (min-width: 900px) {
  .ow-challenge-guarantee {
    padding: 54px 30px 50px;
  }

  .ow-guarantee-title {
    font-size: 40px;
  }

  .ow-guarantee-intro {
    max-width: 760px;
    font-size: 14px;
  }

  .ow-guarantee-list {
    gap: 17px;
  }

  .ow-guarantee-row {
    gap: 17px;
  }

  .ow-guarantee-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 16px;
  }

  .ow-guarantee-row p {
    padding-top: 6px;
    font-size: 13px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-846e29f *//* =================================
   SAFETY & STANDARDS — FINAL CTA
   MOBILE
================================== */

.ow-safety-cta,
.ow-safety-cta * {
  box-sizing: border-box;
}

.ow-safety-cta {
  width: 100vw;
  max-width: none;
  margin: 0;
  margin-left: calc(50% - 50vw);
  padding: 22px 18px;

  background: #fff3e3;
  font-family: "Inter", sans-serif;
}

/* Blue CTA card */
.ow-safety-cta__card {
  position: relative;
  width: 100%;
  padding: 25px 20px 26px;
  overflow: hidden;

  background: #1ba1ff;
  border-radius: 18px;
  text-align: center;
}

/* Decorative wave */
.ow-safety-cta__wave {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  display: block;
  width: 100%;
  height: 60px;

  pointer-events: none;
}

/* Content */
.ow-safety-cta__content {
  position: relative;
  z-index: 2;
}

/* Heading */
.ow-safety-cta .ow-safety-cta__title {
  margin: 0 0 7px !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 23px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Supporting text */
.ow-safety-cta__description {
  max-width: 290px;
  margin: 0 auto 17px;

  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.55;
}

/* CTA button */
.ow-safety-cta__button {
  min-height: 44px;
  padding: 12px 25px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  background: #ffffff;
  color: #1ba1ff !important;
  border: 0;
  border-radius: 50px;
  box-shadow: none;

  font-size: 12px;
  font-weight: 700 !important;
  line-height: 1;
  text-decoration: none !important;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.ow-safety-cta__button:hover,
.ow-safety-cta__button:focus {
  background: #ffffff;
  color: #1ba1ff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(13, 27, 62, 0.18);
}

.ow-safety-cta__button span {
  font-size: 16px;
  line-height: 1;
}

/* Very small mobile screens */
@media (max-width: 359px) {
  .ow-safety-cta {
    padding-right: 14px;
    padding-left: 14px;
  }

  .ow-safety-cta__card {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ow-safety-cta .ow-safety-cta__title {
    font-size: 22px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1cb121 *//* ================================
   ORACARE FOOTER CSS
================================ */

.ow-site-footer {
  width: 100%;
  background: var(--dark);
  padding: 34px var(--px) 24px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.ow-footer-logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 22px;
}

.ow-footer-logo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: cover;
}

.ow-footer-brand-name {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.ow-footer-links {
  max-width: 760px;
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ow-footer-col h5 {
  color: var(--secondary);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ow-footer-col a {
  display: flex;
  align-items: center;
  min-height: 24px;
  color: rgba(255,255,255,.45);
  font-size: 9px;
  margin-bottom: 5px;
  transition: color .15s;
}

.ow-footer-col a:hover {
  color: rgba(255,255,255,.82);
}

.ow-footer-bottom {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 14px;
  text-align: center;
}

.ow-footer-bottom p {
  color: rgba(255,255,255,.35);
  font-size: 8.5px;
  margin-bottom: 4px;
}

.ow-footer-bottom strong {
  color: rgba(255,255,255,.75);
}

.ow-copyright {
  color: rgba(255,255,255,.18);
  font-size: 7.5px;
  margin-top: 9px;
}

/* Desktop footer polish */
@media (min-width: 768px) {
  .ow-site-footer {
    padding: 42px 48px 34px;
  }

  .ow-footer-links {
    grid-template-columns: 1fr 1fr;
  }
}/* End custom CSS */
/* Start custom CSS *//* ================================
   ORACARE GLOBAL CSS
   Use this on every custom page
================================ */



:root {
  --primary: #1ba1ff;
  --secondary: #2bdbf3;
  --bg: #fff3e3;
  --highlight: #beffeb;
  --divider: #d3d6dd;
  --dark: #0d1b3e;
  --text: #0d1b3e;
  --muted: #7a8fa8;
  --light: #9db0c4;
  --white: #ffffff;
  --px: 18px;
  --pill: 50px;
  --card-r: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

<link rel="preconnect" href="https://fonts.googleapis.com">

<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

<link
  href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Patrick+Hand&display=swap"
  rel="stylesheet"
>

body {
  font-family: 'Inter', sans-serif;
  color: var(--text)
  -webkit-font-smoothing: antialiased;
  box-shadow: none !important;
}

img,
svg {
  display: block;
}

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

/* Hide original theme/header on custom Elementor pages */
body.elementor-page .site-header,
body.elementor-page header#masthead,
body.elementor-page .elementor-location-header {
  display: none !important;
}

/* Remove Elementor/theme width limits */
body.elementor-page .site,
body.elementor-page .content-area,
body.elementor-page .elementor,
body.elementor-page .site-main,
body.elementor-page .entry-content,
body.elementor-page .page-content,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget-container,
.e-con,
.e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Useful reusable container for section content */
.ow-container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: var(--px);
  padding-right: var(--px);
}

@media (min-width: 768px) {
  .ow-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
/* ─────────────────────────────────────
   ANNOUNCEMENT + NAV
───────────────────────────────────── */
.announce{
  background:var(--secondary);color:#005a6e;
  font-size:10px;font-weight:700;
  text-align:center;padding:8px var(--px);
  letter-spacing:.3px;
}
.site-nav{
  background:var(--primary);
  padding:11px var(--px);
  display:flex;align-items:center;justify-content:space-between;
  position:sticky;top:0;z-index:200;
  box-shadow:0 2px 14px rgba(27,161,255,.28);
}
.nav-hamburger{
  display:flex;align-items:center;justify-content:center;
  min-width:44px;min-height:44px;padding:5px;
  border-radius:7px;transition:background .15s;
}
.nav-hamburger:hover{background:rgba(255,255,255,.16);}
.nav-hamburger:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;}
.nav-brand{display:flex;align-items:center;gap:8px;}
.nav-logo{width:30px;height:30px;border-radius:8px;object-fit:cover;}
.nav-brand-name{font-size:11.5px;font-weight:700;color:#fff;letter-spacing:.25px;}
.nav-cart{
  display:flex;align-items:center;justify-content:center;
  position:relative;min-width:44px;min-height:44px;
  padding:5px;border-radius:7px;transition:background .15s;
}
.nav-cart:hover{background:rgba(255,255,255,.16);}
.nav-cart:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;}
.cart-badge{
  position:absolute;top:4px;right:4px;
  width:1px;height:1px;background:var(--secondary);
  border-radius:50%;font-size:7.5px;font-weight:700;color:#005a6e;
  display:flex;align-items:center;justify-content:center;
}



/* Breadcrumb */
.breadcrumb{
  padding:9px var(--px);font-size:12px;
  color:var(--light);background:#f8faff;
  border-bottom:1px solid #e8eef8;
}
.breadcrumb a{color:var(--primary);}
.breadcrumb span{color:var(--muted);}



/* ─────────────────────────────────────
   HOW TO USE — 4 STEPS
   Persona 9: easy and approachable.
   Persona 3: no jargon, plain language.
───────────────────────────────────── */
.steps-section{
  background:var(--white);
  padding:26px var(--px) 24px;
  border-top:1px solid var(--divider);
}
.step-row{
  display:flex;gap:14px;align-items:flex-start;
  margin-bottom:22px;
}
.step-row:last-child{margin-bottom:0;}
.step-left{
  display:flex;flex-direction:column;
  align-items:center;flex-shrink:0;
}
.step-num{
  font-family:'Patrick Hand',cursive;
  font-size:30px;font-weight:700;
  color:var(--primary);line-height:1;
  width:32px;text-align:center;
}
.step-line{
  width:1px;background:#e8eef8;
  flex:1;min-height:18px;margin-top:3px;
}
.step-right{padding-top:3px;flex:1;}
.step-title{font-size:13px;font-weight:600;color:var(--text);margin-bottom:3px;}
.step-desc{font-size:10.5px;color:var(--muted);line-height:1.6;}
.step-tip{
  display:inline-block;font-size:9px;
  color:#92400e;background:#fff8e1;
  border:1px solid #fde68a;
  padding:3px 8px;border-radius:7px;margin-top:6px;
}

/* ─────────────────────────────────────
   RESULTS TIMELINE BAND
   Dark. Confident. Shows the journey.
───────────────────────────────────── */
.timeline-band{
  background:var(--dark);
  padding:24px var(--px);
  position:relative;overflow:hidden;
}
.timeline-band::before{
  content:'';position:absolute;
  inset:0;
  /* Brand wave palette: top layers use full brand spec */
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 480 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,60 C120,30 240,90 360,60 C420,45 455,68 480,56 L480,0 L0,0 Z' fill='%23fbf8f3' opacity='0.06'/%3E%3Cpath d='M0,90 C120,60 240,118 360,88 C420,72 455,98 480,82 L480,0 L0,0 Z' fill='%23bafbf3' opacity='0.08'/%3E%3Cpath d='M0,120 C100,95 220,145 340,118 C405,104 448,125 480,112 L480,0 L0,0 Z' fill='%2355e5f0' opacity='0.07'/%3E%3C/svg%3E");
  background-size:cover;pointer-events:none;
}
.tl-inner{position:relative;z-index:2;}
.tl-eyebrow{font-size:9px;font-weight:700;color:var(--secondary);letter-spacing:1.4px;text-transform:uppercase;margin-bottom:4px;}
.tl-title{font-family:'Patrick Hand',cursive;font-size:20px;color:#fff;margin-bottom:4px;}
.tl-sub{font-size:10px;color:rgba(255,255,255,.5);margin-bottom:20px;line-height:1.5;}
.tl-row{
  display:flex;align-items:flex-start;
  position:relative;margin-bottom:10px;
}
.tl-row::before{
  content:'';position:absolute;
  top:13px;left:13px;right:13px;
  height:1px;background:rgba(255,255,255,.08);
}
.tl-step{
  flex:1;display:flex;flex-direction:column;
  align-items:center;gap:5px;position:relative;z-index:1;
}
.tl-dot{
  width:26px;height:26px;border-radius:50%;
  background:#162d55;border:1.5px solid rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;
  font-size:8px;color:rgba(255,255,255,.3);font-weight:700;
}
.tl-dot.lit{background:var(--secondary);border-color:var(--secondary);color:#005a6e;}
.tl-day{font-size:8px;color:rgba(255,255,255,.4);font-weight:500;}
.tl-note{font-size:8.5px;color:rgba(255,255,255,.7);text-align:center;line-height:1.4;}
.tl-disclaimer{
  font-size:8.5px;color:rgba(255,255,255,.3);
  text-align:center;margin-top:14px;line-height:1.5;
}

/* ─────────────────────────────────────
   SOCIAL PROOF — same component as homepage
───────────────────────────────────── */
.proof-section{
  background:var(--bg);
  padding:28px 0 22px;
  border-top:1px solid var(--divider);
}
.proof-header{padding:0 var(--px) 14px;}
.proof-scroll{
  display:flex;gap:11px;overflow-x:auto;
  padding:0 var(--px) 10px;scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.proof-scroll::-webkit-scrollbar{display:none;}
.vid-card{flex-shrink:0;width:130px;display:flex;flex-direction:column;gap:8px;}
.vid-frame{
  width:130px;height:210px;border-radius:18px;
  overflow:hidden;position:relative;cursor:pointer;
  box-shadow:0 8px 24px rgba(0,0,0,.14);
}
.vc-1 .vid-frame{background:linear-gradient(168deg,#0a2d5e,#1875ff,#1ba1ff);}
.vc-2 .vid-frame{background:linear-gradient(168deg,#0d4a8a,#28aafe,#2bdbf3);}
.vc-3 .vid-frame{background:linear-gradient(168deg,#0a2d5e,#0d8fd8,#55e5f0);}
.vid-silhouette{
  position:absolute;bottom:0;left:50%;transform:translateX(-50%);
  width:64px;height:90px;border-radius:50% 50% 0 0;opacity:.28;
}
.vc-1 .vid-silhouette{background:#fff;}
.vc-2 .vid-silhouette{background:#beffeb;}
.vc-3 .vid-silhouette{background:#8ef6ed;}
.vid-play{
  position:absolute;top:10px;right:10px;
  width:26px;height:26px;border-radius:50%;
  background:rgba(255,255,255,.2);
  display:flex;align-items:center;justify-content:center;
  font-size:10px;color:#fff;
}
.vid-platform{
  position:absolute;top:8px;left:8px;
  background:rgba(0,0,0,.38);border-radius:5px;
  padding:2px 6px;font-size:7px;font-weight:700;color:#fff;
}
.vid-scrim{
  position:absolute;bottom:0;left:0;right:0;
  background:linear-gradient(transparent,rgba(0,0,0,.72));
  padding:28px 8px 10px;
}
.vid-quote{font-size:9px;color:#fff;line-height:1.4;font-weight:500;}
.vid-author{display:flex;align-items:center;gap:6px;}
.vid-avatar{
  width:22px;height:22px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:8.5px;font-weight:700;flex-shrink:0;
}
.av-blue{background:var(--primary);color:#fff;}
.av-purple{background:var(--secondary);color:#005a6e;}
.av-green{background:var(--dark);color:#fff;}
.vid-name{font-size:9px;color:var(--muted);font-weight:500;}
.proof-summary{
  display:flex;align-items:center;gap:8px;
  padding:0 var(--px) 12px;
}
.proof-stars{display:flex;gap:1px;}
.proof-star{font-size:13px;color:#FFD600;}
.proof-count{font-size:10.5px;color:var(--muted);}
.proof-count strong{color:var(--text);font-weight:600;}

/

/* ─────────────────────────────────────
   GUARANTEE SECTION
   Persona 6: specific, plain language.
   Persona 13: no hidden conditions.
───────────────────────────────────── */
.guarantee-section{
  background:var(--dark);
  padding:26px var(--px) 24px;
  border-top:1px solid rgba(255,255,255,.06);
  position:relative;overflow:hidden;
}
.guarantee-section::before{
  content:'';position:absolute;
  top:0;left:0;right:0;height:4px;
  /* Full brand wave gradient: left to right */
  background:linear-gradient(90deg,#1875ff,#1ba1ff,#28aafe,#2bdbf3,#55e5f0,#8ef6ed,#bafbf3);
}
.g-icon{
  width:48px;height:48px;
  background:rgba(27,161,255,.15);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:22px;margin-bottom:12px;
}
.g-title{
  font-family:'Patrick Hand',cursive;
  font-size:20px;color:#fff;margin-bottom:6px;
}
.g-body{font-size:11px;color:rgba(255,255,255,.65);line-height:1.7;margin-bottom:14px;}
.g-conditions{font-size:9.5px;color:rgba(255,255,255,.35);line-height:1.6;}

/* ─────────────────────────────────────
   CROSS-SELL
   Single card. Strips.
   Persona 1: one product, not a grid.
───────────────────────────────────── */
.crosssell-section{
  background:var(--white);
  padding:26px var(--px) 24px;
  border-top:1px solid var(--divider);
}
.crosssell-card{
  background:var(--bg);border:1.5px solid var(--divider);
  border-radius:var(--card-r);display:flex;
  gap:12px;padding:12px;align-items:center;
}
.cs-img-wrap{
  width:72px;height:84px;flex-shrink:0;
  background:linear-gradient(135deg,#e8f2fd,#d0e6f8);
  border-radius:10px;display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.cs-img-wrap img{width:100%;height:100%;object-fit:contain;padding:6px;}
.cs-info{flex:1;}
.cs-name{font-size:11.5px;font-weight:600;color:var(--text);margin-bottom:3px;}
.cs-desc{font-size:9.5px;color:var(--muted);margin-bottom:7px;line-height:1.4;}
.cs-price{font-size:16px;font-weight:700;color:var(--primary);margin-bottom:8px;}
.cs-btns{display:flex;gap:6px;}
.cs-view{
  flex:4;font-size:9px;font-weight:600;
  padding:8px;border-radius:var(--pill);
  border:1.5px solid #b8d4f0;color:var(--primary);
  background:var(--white);text-align:center;
  min-height:36px;display:flex;align-items:center;justify-content:center;
}
.cs-atc{
  flex:6;font-size:9px;font-weight:700;
  padding:8px;border-radius:var(--pill);
  border:none;background:var(--primary);color:#fff;
  text-align:center;cursor:pointer;
  min-height:36px;display:flex;align-items:center;justify-content:center;
  transition:opacity .15s;
}
.cs-atc:hover{opacity:.88;}
.cs-atc:focus-visible{outline:2px solid var(--primary);outline-offset:2px;}
.cs-atc.added{background:var(--green);}

/* ─────────────────────────────────────
   STICKY ATC BAR
   Always visible below fold.
   Persona 1: conversion always accessible.
   Persona 15: thumb-reachable, 54px min.
   Hidden above fold — appears on scroll.
───────────────────────────────────── */
.sticky-bar{
  position:fixed;bottom:0;left:50%;
  transform:translateX(-50%);
  width:100%;max-width:480px;
  background:var(--white);
  border-top:1px solid var(--divider);
  padding:12px var(--px) 14px;
  z-index:150;
  box-shadow:0 -4px 20px rgba(0,0,0,.1);
  /* Hidden until user scrolls past identity block */
  opacity:0;pointer-events:none;
  transition:opacity .25s ease,transform .25s ease;
  transform:translateX(-50%) translateY(100%);
}
.sticky-bar.visible{
  opacity:1;pointer-events:all;
  transform:translateX(-50%) translateY(0);
}
.sticky-inner{display:flex;align-items:center;gap:10px;}
.sticky-price-block{flex-shrink:0;}
.sticky-name{font-size:9px;color:var(--muted);line-height:1.2;margin-bottom:1px;}
.sticky-price{font-size:15px;font-weight:700;color:var(--primary);}
.sticky-atc{
  flex:1;min-height:50px;
  background:var(--primary);color:#fff;
  font-size:13px;font-weight:700;
  border-radius:var(--pill);border:none;
  cursor:pointer;
  transition:opacity .15s,transform .2s cubic-bezier(.34,1.3,.64,1);
  box-shadow:0 4px 16px rgba(27,161,255,.3);
}
.sticky-atc:hover{opacity:.9;transform:translateY(-1px);}
.sticky-atc:active{transform:translateY(0);}
.sticky-atc:focus-visible{outline:2px solid var(--primary);outline-offset:3px;}
.sticky-atc.added{background:var(--green);}

/* Footer shared with homepage */
.site-footer{
  background:var(--dark);
  padding:24px var(--px) 18px;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-logo-row{
  display:flex;align-items:center;
  justify-content:center;gap:9px;margin-bottom:18px;
}
.footer-logo{width:30px;height:30px;border-radius:8px;object-fit:cover;}
.footer-brand-name{color:#fff;font-size:12px;font-weight:700;}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px;}
.footer-col h5{
  color:var(--secondary);font-size:8px;font-weight:700;
  letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;
}
.footer-col a{
  display:flex;align-items:center;min-height:24px;
  color:rgba(255,255,255,.45);font-size:9px;
  margin-bottom:5px;transition:color .15s;
}
.footer-col a:hover{color:rgba(255,255,255,.82);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding-top:13px;text-align:center;}
.footer-bottom p{color:rgba(255,255,255,.35);font-size:8.5px;margin-bottom:3px;}
.footer-bottom strong{color:rgba(255,255,255,.75);}
.copyright{color:rgba(255,255,255,.15);font-size:7.5px;margin-top:9px;}

/* Nav drawer */
.drawer-overlay{
  position:fixed;inset:0;background:rgba(13,27,62,.55);
  z-index:300;opacity:0;pointer-events:none;
  transition:opacity .28s ease;backdrop-filter:blur(2px);
}
.drawer-overlay.open{opacity:1;pointer-events:all;}
.nav-drawer{
  position:fixed;top:0;left:0;width:78%;max-width:300px;height:100%;
  background:var(--dark);z-index:310;
  transform:translateX(-100%);
  transition:transform .3s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;overflow-y:auto;
}
.nav-drawer.open{transform:translateX(0);box-shadow:8px 0 32px rgba(0,0,0,.3);}
.drawer-head{
  background:var(--primary);padding:16px var(--px);
  display:flex;align-items:center;justify-content:space-between;
}
.drawer-brand{display:flex;align-items:center;gap:8px;}
.drawer-logo{width:28px;height:28px;border-radius:7px;object-fit:cover;}
.drawer-name{font-size:11px;font-weight:700;color:#fff;}
.drawer-close{
  width:32px;height:32px;border-radius:6px;
  display:flex;align-items:center;justify-content:center;
  color:#fff;background:rgba(255,255,255,.15);font-size:18px;
}
.drawer-close:hover{background:rgba(255,255,255,.25);}
.drawer-nav{padding:20px 0;flex:1;}
.drawer-sec{padding:0 var(--px);margin-bottom:22px;}
.drawer-sec-label{
  font-size:8px;font-weight:700;letter-spacing:1.2px;
  text-transform:uppercase;color:var(--secondary);margin-bottom:10px;
}
.drawer-link{
  display:flex;align-items:center;gap:10px;
  padding:11px 0;color:rgba(255,255,255,.75);
  font-size:13px;font-weight:500;
  border-bottom:1px solid rgba(255,255,255,.06);transition:color .15s;
}
.drawer-link:last-child{border-bottom:none;}
.drawer-link:hover{color:#fff;}
.drawer-icon{width:18px;text-align:center;font-size:14px;}
.drawer-foot{
  padding:var(--px);border-top:1px solid rgba(255,255,255,.08);
  font-size:9px;color:rgba(255,255,255,.35);line-height:1.8;
}
.drawer-foot strong{color:rgba(255,255,255,.65);}



/* ─────────────────────────────────────
   ORACARE WORDPRESS / ELEMENTOR OVERRIDES
───────────────────────────────────── */
.nav-cart.fkcart-mini-open{
  position:relative;
  min-width:68px !important;
  min-height:68px !important;
  border-radius:14px;
}
.nav-cart.fkcart-mini-open svg{width:42px;height:40px;}
.nav-cart.fkcart-mini-open svg path,
.nav-cart.fkcart-mini-open svg circle{stroke-width:2.2;}
.nav-cart.fkcart-mini-open .cart-badge{
  top:6px;right:6px;width:22px;height:22px;font-size:10px;font-weight:800;
}
.atc-btn.add_to_cart_button,
.sticky-atc.add_to_cart_button{
  text-decoration:none !important;
}
.elementor-page,
.elementor-page .site-main,
.elementor-page .entry-content,
.elementor-page .page-content{
  margin:0 !important;
  padding:0 !important;
}

/* 1. HIDE ORIGINAL THEME NAV ON CUSTOM PAGES */
body.elementor-page .site-header,
body.elementor-page header#masthead,
body.elementor-page .elementor-location-header {
  display: none !important;
}




/* 3. RESULTS TIMELINE TEXT */
.timeline-band .tl-title,
.timeline-band .tl-sub,
.timeline-band .tl-day,
.timeline-band .tl-note,
.timeline-band .tl-disclaimer {
  color: #fff !important;
}

/* 4. STARS ALIGNMENT */
.stars-row,
.proof-summary {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.stars,
.proof-stars {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

/* 5. TABS SMALLER WITH SPACING */
.tabs-nav {
  gap: 10px !important;
  border-bottom: none !important;
}

.tab-btn {
  flex: 1;
  font-size: 9.5px !important;
  border-radius: 999px !important;
  background: #8de4e4 !important;
  color: #fff !important;
  border: none !important;
  margin-bottom: 0 !important;
}

.tab-btn.active {
  background: #ffc928 !important;
  color: var(--primary) !important;
  outline: 3px solid var(--primary);
}


/* 7. GUARANTEE TEXT WHITE */
.guarantee-section,
.guarantee-section * {
  color: #fff !important;
}

/* Remove theme constraints */
body.elementor-page .site,
body.elementor-page .content-area,
body.elementor-page .elementor {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove container padding Elementor adds */
.elementor-section,
.elementor-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* FORCE CUSTOM PAGE FULL WIDTH */
html,
body {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body {
  box-shadow: none !important;
}

/* Elementor wrapper fixes */
.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget-container,
.e-con,
.e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Your custom product wrapper/page */
.ow-product,
.ow-homepage,
.site-nav,
.announce,
.gallery-wrap,
.identity,
.box-section,
.steps-section,
.timeline-band,
.proof-section,
.tabs-section,
.faq-section,
.guarantee-section,
.crosssell-section,
.site-footer {
  max-width: 100% !important;
  width: 100% !important;
}

/* HOMEPAGE-MATCH NAV */
.ow-homepage .site-nav,
.ow-product .site-nav {
  background: var(--primary);
  padding: 11px var(--px);
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 14px rgba(27,161,255,.28);
  backdrop-filter: blur(8px);
}

.ow-homepage .nav-brand,
.ow-product .nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ow-homepage .nav-logo,
.ow-product .nav-logo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: cover;
}

.ow-homepage .nav-brand-name,
.ow-product .nav-brand-name {
  font-size: 11.5px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .25px;
}

.ow-homepage .nav-hamburger,
.ow-product .nav-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 5px;
  border-radius: 7px;
}

.ow-homepage .nav-cart,
.ow-product .nav-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border-radius: 12px;
  color: #fff;
}

.ow-homepage .nav-cart svg,
.ow-product .nav-cart svg {
  width: 42px !important;
  height: 38px !important;
}

.ow-homepage .nav-cart svg path,
.ow-product .nav-cart svg path {
  stroke: #fff !important;
  stroke-width: 2.2 !important;
}

.ow-homepage .nav-cart svg circle,
.ow-product .nav-cart svg circle {
  fill: #fff !important;
}

.ow-homepage .cart-badge,
.ow-product .cart-badge {
  position: absolute;
  top: 2px !important;
  right: -2px !important;
  width: 24px !important;
  height: 24px !important;
  background: var(--secondary) !important;
  color: #005a6e !important;
  border-radius: 50%;
  font-size: 13px !important;
  font-weight: 800 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}/* End custom CSS */