.elementor-2865 .elementor-element.elementor-element-3b61650{--display:flex;}.elementor-2865 .elementor-element.elementor-element-3bac60b > .elementor-widget-container{margin:0px 0px -16px 0px;}.elementor-2865 .elementor-element.elementor-element-4eea704 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2865 .elementor-element.elementor-element-d1cb121 > .elementor-widget-container{padding:90px 0px 0px 0px;}@media(max-width:767px){.elementor-2865 .elementor-element.elementor-element-f798b1b > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-2865 .elementor-element.elementor-element-4eea704 > .elementor-widget-container{margin:-15px 0px -100px 0px;}}/* Start custom CSS for html, class: .elementor-element-c2ad52f *//* ================================
   ORACARE NAVIGATION CSS
   Announcement + Navbar + Drawer
================================ */

/* Announcement bar */
.ow-announce {
  width: 100%;
  background: var(--secondary);
  color: #005a6e;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  padding: 8px var(--px);
  letter-spacing: .3px;
  line-height: 1.35;
}

/* Header wrapper */
.ow-header {
  width: 100%;
  position: relative;
  z-index: 200;
}

/* Navbar */
.ow-site-nav {
  width: 100%;
  min-height: 70px;
  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);
  backdrop-filter: blur(8px);
}

/* Hamburger */
.ow-nav-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 5px;
  border-radius: 7px;
  transition: background .15s;
}

.ow-nav-hamburger:hover {
  background: rgba(255,255,255,.16);
}

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

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

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

/* Cart */
.ow-nav-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 58px;
  padding: 0;
  border-radius: 12px;
  color: #fff;
  transition: background .15s;
}

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

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

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

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

.ow-cart-badge {
  position: absolute;
  top: 12px;
  right: 11px;
  width: 14px;
  height: 14px;
  background: var(--secondary);
  color: #005a6e;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Drawer overlay */
.ow-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);
}

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

/* Drawer panel */
.ow-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;
}

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

/* Drawer head */
.ow-drawer-head {
  background: var(--primary);
  padding: 16px var(--px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

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

.ow-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;
}

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

/* Drawer body */
.ow-drawer-nav {
  padding: 20px 0;
  flex: 1;
}

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

.ow-drawer-sec-label {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 10px;
}

.ow-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, transform .15s;
}

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

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

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

/* Drawer footer */
.ow-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;
}

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

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

  .ow-site-nav {
    padding: 12px 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f798b1b *//* ================================
   ORACARE REUSABLE PRODUCT TOP
================================ */

.owp-product-top {
  width: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
}

/* ================================
   BREADCRUMB
================================ */

.owp-product-top .owp-breadcrumb {
  width: 100%;
  background: #f8faff;
  border-bottom: 1px solid #e8eef8;
  padding: 11px var(--px);
  font-size: 12px;
  color: var(--light);
  display: flex;
  align-items: center;
  gap: 5px;
}

.owp-product-top .owp-breadcrumb a {
  color: var(--primary);
  text-decoration: none;
}

.owp-product-top .owp-breadcrumb strong {
  font-weight: 500;
  color: var(--muted);
}

/* ================================
   PRODUCT GALLERY
================================ */

.owp-product-top .owp-gallery-wrap {
  width: 100%;
  background: linear-gradient(180deg, #e6f4ff 0%, #fff2e1 100%);
  padding: 18px var(--px) 26px;
}

.owp-product-top .owp-main-frame {
  position: relative;
  height: 520px;
  width: 100%;
  background: linear-gradient(145deg, #28aafe 0%, #1ba1ff 42%, #e6f4ff 100%);
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  touch-action: pan-y;
}

.owp-product-top .owp-main-img {
  max-width: 86%;
  max-height: 86%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  transition: opacity .2s ease;
}

.owp-product-top .owp-gal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  z-index: 4;
  border: none;
}

.owp-product-top .owp-gal-prev {
  left: 20px;
}

.owp-product-top .owp-gal-next {
  right: 20px;
}

.owp-product-top .owp-thumbs {
  display: flex;
  gap: 16px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.owp-product-top .owp-thumbs::-webkit-scrollbar {
  display: none;
}

.owp-product-top .owp-thumb {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  border-radius: 22px;
  background: #dde9f6;
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.owp-product-top .owp-thumb.active {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(27,161,255,.18);
}

.owp-product-top .owp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.owp-product-top .owp-thumb-placeholder {
  font-size: 14px;
  font-weight: 800;
  color: #9db0c4;
  letter-spacing: .8px;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}

/* ================================
   PRODUCT INFO / IDENTITY
================================ */

.owp-product-top .owp-identity {
  width: 100%;
  background: var(--white);
  padding: 34px var(--px) 24px;
  border-bottom: 1px solid var(--divider);
}

.owp-product-top .owp-stock-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.owp-product-top .owp-stock-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4ade80;
  flex-shrink: 0;
  animation: owpPulse 2s ease-in-out infinite;
}

@keyframes owpPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(74,222,128,.7);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(74,222,128,0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(74,222,128,0);
  }
}

.owp-product-top .owp-stock-text {
  font-size: 18px;
  font-weight: 700;
  color: var(--muted);
}

.owp-product-top .owp-product-title {
  font-family: 'Patrick Hand', cursive;
  font-size: 40px;
  line-height: 1.1;
  color: var(--text);
  margin: 0 0 20px;
}

.owp-product-top .owp-badge-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.owp-product-top .owp-badge {
  font-size: 16px;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: var(--pill);
  line-height: 1;
}

.owp-product-top .owp-b-blue {
  background: #e6f4ff;
  color: var(--primary);
}

.owp-product-top .owp-b-mint {
  background: var(--highlight);
  color: #005a6e;
}

.owp-product-top .owp-b-warm {
  background: #fff3e3;
  color: #c2621a;
  border: 1.5px solid #fdd8a0;
}

.owp-product-top .owp-b-navy {
  background: #e6f4ff;
  color: #0d1b3e;
}

/* ================================
   STARS / REVIEWS
================================ */

.owp-product-top .owp-stars-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}

.owp-product-top .owp-stars {
  display: flex;
  align-items: center;
  gap: 1px;
  color: #FFD600;
  font-size: 32px;
  line-height: 1;
  white-space: nowrap;
}

.owp-product-top .owp-stars-rating {
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
  white-space: nowrap;
}

.owp-product-top .owp-stars-count {
  font-size: 20px;
  color: var(--muted);
  white-space: nowrap;
}

.owp-product-top .owp-stars-pipe {
  width: 1.5px;
  height: 22px;
  background: var(--divider);
  flex-shrink: 0;
}

.owp-product-top .owp-stars-verified {
  font-size: 20px;
  font-weight: 700;
  color: var(--highlight);
  white-space: nowrap;
}

/* ================================
   PRICE
================================ */

.owp-product-top .owp-price-block {
  margin-bottom: 28px;
}

.owp-product-top .owp-price-main {
  font-size: 66px;
  line-height: 1;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -1.5px;
}

.owp-product-top .owp-price-curr {
  font-size: 30px;
  font-weight: 500;
  opacity: .55;
  margin-left: 6px;
}

.owp-product-top .owp-price-note {
  font-size: 22px;
  color: var(--muted);
  line-height: 1.45;
  margin: 12px 0 0;
}

/* ================================
   QUANTITY SELECTOR
================================ */

.owp-product-top .owp-qty-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}

.owp-product-top .owp-qty-label {
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
}

.owp-product-top .owp-qty-ctrl {
  display: flex;
  align-items: center;
  gap: 0;
  height: 76px;
  overflow: hidden;
  background: #fff;
  border: 2px solid var(--divider);
  border-radius: 16px;
}

.owp-product-top .owp-qty-btn {
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: #fff3e3;
  color: var(--text);
  border: 0;
  border-radius: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.owp-product-top .owp-qty-btn:hover {
  background: #e8eef8;
}

.owp-product-top .owp-qty-num {
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--text);
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

/* ================================
   ADD TO CART
================================ */

.owp-product-top .owp-atc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 106px;
  background: var(--primary);
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 34px rgba(27,161,255,.28);
  margin-bottom: 24px;
  transition: opacity .15s, transform .2s cubic-bezier(.34,1.3,.64,1);
}

.owp-product-top .owp-atc-btn:hover {
  color: #fff;
  opacity: .92;
  transform: translateY(-1px);
}

.owp-product-top .owp-atc-btn.added {
  background: var(--dark);
}

/* ================================
   GUARANTEE LINE
================================ */

.owp-product-top .owp-guarantee-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 22px;
  font-weight: 500;
  color: var(--muted);
  margin: 0 0 24px;
  text-align: center;
}

/* ================================
   TRUST MINI STRIP
================================ */

.owp-product-top .owp-trust-mini {
  display: flex;
  justify-content: space-around;
  padding: 22px 0 6px;
  border-top: 1px solid #f0f4f8;
}

.owp-product-top .owp-trust-mini-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  flex: 1;
}

.owp-product-top .owp-tm-icon {
  color: var(--primary);
  display: flex;
  justify-content: center;
}

.owp-product-top .owp-tm-lbl {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-align: center;
  line-height: 1.25;
}

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

@media (min-width: 768px) {
  .owp-product-top .owp-breadcrumb,
  .owp-product-top .owp-gallery-wrap,
  .owp-product-top .owp-identity {
    padding-left: 48px;
    padding-right: 48px;
  }

  .owp-product-top .owp-main-frame {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .owp-product-top .owp-thumbs,
  .owp-product-top .owp-identity > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .owp-product-top .owp-identity {
    padding-top: 42px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {
  .owp-product-top .owp-breadcrumb {
    font-size: 12px;
    padding: 10px var(--px);
  }

  .owp-product-top .owp-gallery-wrap {
    padding: 16px var(--px) 18px;
  }

  .owp-product-top .owp-main-frame {
    height: 260px;
    border-radius: 18px;
    margin-bottom: 12px;
  }

  .owp-product-top .owp-main-img {
    max-width: 88%;
    max-height: 88%;
  }

  .owp-product-top .owp-gal-arrow {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }

  .owp-product-top .owp-gal-prev {
    left: 10px;
  }

  .owp-product-top .owp-gal-next {
    right: 10px;
  }

  .owp-product-top .owp-thumbs {
    gap: 8px;
  }

  .owp-product-top .owp-thumb {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
    border-radius: 10px;
    border-width: 2px;
  }

  .owp-product-top .owp-thumb-placeholder {
    font-size: 7px;
    letter-spacing: .3px;
  }

  .owp-product-top .owp-identity {
    padding: 18px var(--px) 16px;
  }

  .owp-product-top .owp-stock-row {
    gap: 5px;
    margin-bottom: 8px;
  }

  .owp-product-top .owp-stock-dot {
    width: 7px;
    height: 7px;
  }

  .owp-product-top .owp-stock-text {
    font-size: 9.5px;
    font-weight: 700;
  }

  .owp-product-top .owp-product-title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .owp-product-top .owp-badge-row {
    gap: 5px;
    margin-bottom: 10px;
  }

  .owp-product-top .owp-badge {
    font-size: 8.5px;
    padding: 4px 9px;
  }

  .owp-product-top .owp-stars-row {
    gap: 7px;
    margin-bottom: 12px;
  }

  .owp-product-top .owp-stars {
    font-size: 13px;
  }

  .owp-product-top .owp-stars-rating {
    font-size: 11px;
  }

  .owp-product-top .owp-stars-count,
  .owp-product-top .owp-stars-verified {
    font-size: 9.5px;
  }

  .owp-product-top .owp-stars-pipe {
    height: 10px;
  }

  .owp-product-top .owp-price-block {
    margin-bottom: 14px;
  }

  .owp-product-top .owp-price-main {
    font-size: 30px;
    letter-spacing: -.5px;
  }

  .owp-product-top .owp-price-curr {
    font-size: 14px;
    margin-left: 2px;
  }

  .owp-product-top .owp-price-note {
    font-size: 10px;
    margin-top: 3px;
  }

  .owp-product-top .owp-qty-row {
  gap: 12px;
  margin-bottom: 18px;
}

.owp-product-top .owp-qty-label {
  font-size: 15px;
}

.owp-product-top .owp-qty-ctrl {
  height: 58px;
  border-radius: 14px;
}

.owp-product-top .owp-qty-btn,
.owp-product-top .owp-qty-num {
  width: 58px;
  height: 54px;
  min-width: 58px;
}

.owp-product-top .owp-qty-btn {
  font-size: 28px;
}

.owp-product-top .owp-qty-num {
  font-size: 24px;
}

  .owp-product-top .owp-atc-btn {
    min-height: 54px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .owp-product-top .owp-guarantee-line {
    font-size: 10px;
    gap: 5px;
    margin-bottom: 14px;
  }

  .owp-product-top .owp-trust-mini {
    padding: 12px 0;
  }

  .owp-product-top .owp-tm-lbl {
    font-size: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bac60b *//* ================================
   ORACARE 4 STEPS SECTION
   Matches screenshot layout
================================ */

.steps-section {
  width: 100%;
  background: var(--white, #ffffff);
  padding: 46px 30px 52px;
  border-top: 1px solid var(--divider, #d3d6dd);
  border-bottom: 1px solid var(--divider, #d3d6dd);
  font-family: 'Inter', sans-serif;
}

/* Section heading */
.steps-section .sec-eyebrow {
  font-size: 15px;
  font-weight: 800;
  color: var(--primary, #1ba1ff);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.steps-section .sec-title {
  font-family: 'Patrick Hand', cursive;
  font-size: 43px;
  color: var(--text, #0d1b3e);
  line-height: 1.05;
  margin: 0 0 34px;
}

/* Individual step row */
.step-row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 58px;
}

.step-row:last-child {
  margin-bottom: 0;
}

/* Number + line column */
.step-left {
  width: 60px;
  flex: 0 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Big handwritten number — no circle */
.step-num {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--primary, #1ba1ff);
  font-family: 'Patrick Hand', cursive;
  font-size: 58px;
  font-weight: 700;
  line-height: .9;
  display: block;
  text-align: center;
}

/* Thin pale connector line */
.step-line {
  width: 2px;
  min-height: 36px;
  margin-top: 14px;
  background: #e6edf7;
  border-radius: 999px;
  flex: none;
}

/* Text column */
.step-right {
  flex: 1;
  padding-top: 3px;
}

.step-title {
  font-size: 27px;
  font-weight: 800;
  color: var(--text, #0d1b3e);
  line-height: 1.2;
  margin: 0 0 7px;
}

.step-desc {
  font-size: 22px;
  color: #7890ae;
  line-height: 1.52;
  margin: 0;
  max-width: 760px;
}

/* Yellow tip pill */
.step-tip {
  display: inline-flex;
  align-items: center;
  margin-top: 13px;
  background: #fff8e1;
  border: 1.5px solid #ffd85c;
  color: #92400e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  padding: 6px 17px;
  border-radius: 13px;
}

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

@media (min-width: 768px) {
  .steps-section {
    padding: 46px 30px 52px;
  }

  .steps-section > * {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-section .sec-eyebrow {
    font-size: 15px;
    letter-spacing: 4px;
    margin-bottom: 12px;
  }

  .steps-section .sec-title {
    font-size: 43px;
    margin-bottom: 34px;
  }

  .step-row {
    gap: 32px;
    margin-bottom: 58px;
  }

  .step-left {
    width: 60px;
    flex-basis: 60px;
  }

  .step-num {
    font-size: 58px;
  }

  .step-line {
    min-height: 36px;
    margin-top: 14px;
  }

  .step-title {
    font-size: 27px;
    margin-bottom: 7px;
  }

  .step-desc {
    font-size: 22px;
    line-height: 1.52;
  }

  .step-tip {
    font-size: 18px;
    padding: 6px 17px;
    border-radius: 13px;
    margin-top: 13px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {
  .steps-section {
    padding: 28px var(--px, 18px) 30px;
  }

  .steps-section .sec-eyebrow {
    font-size: 9px;
    letter-spacing: 1.8px;
    margin-bottom: 5px;
  }

  .steps-section .sec-title {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .step-row {
    gap: 16px;
    margin-bottom: 32px;
  }

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

  .step-num {
    font-size: 42px;
    line-height: .9;
  }

  .step-line {
    width: 2px;
    min-height: 30px;
    margin-top: 10px;
    background: #e6edf7;
  }

  .step-right {
    padding-top: 1px;
  }

  .step-title {
    font-size: 17px;
    line-height: 1.25;
    margin-bottom: 5px;
  }

  .step-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #7890ae;
  }

  .step-tip {
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 8px;
    margin-top: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11854b2 *//* ================================
   ORACARE RESULTS TIMELINE SECTION
   "When Will You See Results?"
================================ */

.timeline-band {
  width: 100%;
  background: var(--dark);
  padding: 34px var(--px) 36px;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  color: #fff;
}

.timeline-band::before {
  content: "";
  position: absolute;
  inset: 0;
  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;
  background-position: center top;
  pointer-events: none;
}

.tl-inner {
  position: relative;
  z-index: 2;
}

.tl-eyebrow {
  font-size: 10px;
  font-weight: 800;
  color: var(--secondary);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.tl-title {
  font-family: 'Patrick Hand', cursive;
  font-size: 32px;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 8px;
}

.tl-sub {
  font-size: 13px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
  margin: 0 0 26px;
}

.tl-row {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 16px;
}

.tl-row::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: rgba(255,255,255,.1);
  border-radius: 999px;
}

.tl-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  position: relative;
  z-index: 2;
}

.tl-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #162d55;
  border: 2px solid rgba(255,255,255,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.38);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.tl-dot.lit {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #005a6e;
  box-shadow: 0 0 0 5px rgba(43,219,243,.12);
}

.tl-day {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  text-align: center;
}

.tl-note {
  font-size: 10px;
  font-weight: 500;
  color: rgba(255,255,255,.78);
  text-align: center;
  line-height: 1.35;
  max-width: 78px;
}

.tl-disclaimer {
  font-size: 10px;
  color: rgba(255,255,255,.38);
  text-align: center;
  line-height: 1.55;
  margin: 18px 0 0;
}

/* Desktop */
@media (min-width: 768px) {
  .timeline-band {
    padding: 52px 48px 58px;
  }

  .tl-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .tl-eyebrow {
    font-size: 12px;
  }

  .tl-title {
    font-size: 48px;
  }

  .tl-sub {
    font-size: 17px;
    margin-bottom: 34px;
  }

  .tl-row::before {
    top: 24px;
    left: 24px;
    right: 24px;
  }

  .tl-dot {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }

  .tl-day {
    font-size: 13px;
  }

  .tl-note {
    font-size: 13px;
    max-width: 110px;
  }

  .tl-disclaimer {
    font-size: 13px;
    margin-top: 24px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .timeline-band {
    padding: 28px var(--px) 30px;
  }

  .tl-eyebrow {
    font-size: 9px;
    margin-bottom: 4px;
  }

  .tl-title {
    font-size: 26px;
    margin-bottom: 5px;
  }

  .tl-sub {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .tl-row {
    margin-bottom: 10px;
  }

  .tl-row::before {
    top: 13px;
    left: 13px;
    right: 13px;
    height: 1px;
  }

  .tl-step {
    gap: 5px;
  }

  .tl-dot {
    width: 26px;
    height: 26px;
    font-size: 8px;
    border-width: 1.5px;
  }

  .tl-dot.lit {
    box-shadow: none;
  }

  .tl-day {
    font-size: 8px;
  }

  .tl-note {
    font-size: 8.5px;
    max-width: 62px;
  }

  .tl-disclaimer {
    font-size: 8.5px;
    margin-top: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5019325 *//* ================================
   ORACARE SOCIAL PROOF SECTION
================================ */

.proof-section {
  width: 100%;
  background: var(--bg);
  padding: 34px 0 30px;
  border-top: 1px solid var(--divider);
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.proof-header {
  padding: 0 var(--px) 16px;
}

.proof-section .sec-eyebrow {
  font-size: 10px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.proof-section .sec-title {
  font-family: 'Patrick Hand', cursive;
  font-size: 34px;
  color: var(--text);
  line-height: 1.1;
  margin: 0;
}

/* Rating summary */
.proof-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 var(--px) 14px;
  flex-wrap: nowrap;
}

.proof-stars {
  display: flex;
  align-items: center;
  gap: 1px;
  line-height: 1;
  flex-shrink: 0;
}

.proof-star {
  font-size: 14px;
  color: #FFD600;
  line-height: 1;
}

.proof-count {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
  line-height: 1.4;
}

.proof-count strong {
  color: var(--text);
  font-weight: 800;
}

/* Horizontal testimonial scroll */
.proof-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 0 var(--px) 12px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.proof-scroll::-webkit-scrollbar {
  display: none;
}

/* Video card */
.vid-card {
  flex: 0 0 132px;
  width: 132px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  scroll-snap-align: start;
}

.vid-frame {
  width: 132px;
  height: 212px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,.14);
}

/* Card backgrounds */
.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);
}

/* Fake person silhouette */
.vid-silhouette {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 64px;
  height: 90px;
  border-radius: 50% 50% 0 0;
  opacity: .28;
  transform: translateX(-50%);
}

.vc-1 .vid-silhouette {
  background: #fff;
}

.vc-2 .vid-silhouette {
  background: #beffeb;
}

.vc-3 .vid-silhouette {
  background: #8ef6ed;
}

/* Play button */
.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;
  z-index: 3;
}

/* Platform label */
.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: 800;
  color: #fff;
  z-index: 3;
}

/* Bottom quote overlay */
.vid-scrim {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
  padding: 28px 8px 10px;
  z-index: 2;
}

.vid-quote {
  font-size: 9px;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
}

/* Author row */
.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: 800;
  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: 600;
  line-height: 1.3;
}

/* Desktop */
@media (min-width: 768px) {
  .proof-section {
    padding: 52px 0 48px;
  }

  .proof-header,
  .proof-summary,
  .proof-scroll {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
  }

  .proof-section .sec-eyebrow {
    font-size: 12px;
  }

  .proof-section .sec-title {
    font-size: 48px;
  }

  .proof-summary {
    gap: 10px;
    padding-bottom: 22px;
  }

  .proof-star {
    font-size: 18px;
  }

  .proof-count {
    font-size: 15px;
  }

  .proof-scroll {
    gap: 18px;
  }

  .vid-card {
    flex-basis: 170px;
    width: 170px;
  }

  .vid-frame {
    width: 170px;
    height: 270px;
    border-radius: 24px;
  }

  .vid-quote {
    font-size: 12px;
  }

  .vid-name {
    font-size: 11px;
  }

  .vid-avatar {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .proof-section {
    padding: 28px 0 22px;
  }

  .proof-header {
    padding: 0 var(--px) 14px;
  }

  .proof-section .sec-eyebrow {
    font-size: 9px;
    margin-bottom: 4px;
  }

  .proof-section .sec-title {
    font-size: 28px;
  }

  .proof-summary {
    padding: 0 var(--px) 12px;
  }

  .proof-star {
    font-size: 13px;
  }

  .proof-count {
    font-size: 10.5px;
  }

  .proof-scroll {
    gap: 11px;
    padding: 0 var(--px) 10px;
  }

  .vid-card {
    flex-basis: 130px;
    width: 130px;
    gap: 8px;
  }

  .vid-frame {
    width: 130px;
    height: 210px;
    border-radius: 18px;
  }

  .vid-name {
    font-size: 9px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e91942e *//* ================================
   SAFETY & INGREDIENTS — TABS
   Elementor button override version
================================ */

.tabs-section {
  width: 100%;
  background: var(--white, #ffffff) !important;
  padding: 28px var(--px, 18px) 26px !important;
  border-top: 1px solid var(--divider, #d3d6dd) !important;
  border-bottom: 1px solid var(--divider, #d3d6dd) !important;
  font-family: 'Inter', sans-serif !important;
}

/* Section heading */
.tabs-section .sec-eyebrow {
  font-size: 9px !important;
  font-weight: 800 !important;
  color: var(--primary, #1ba1ff) !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  margin: 0 0 4px !important;
}

.tabs-section .sec-title {
  font-family: 'Patrick Hand', cursive !important;
  font-size: 24px !important;
  line-height: 1.05 !important;
  color: var(--text, #0d1b3e) !important;
  margin: 0 !important;
}

/* Tabs row */
.tabs-section .tabs-nav {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  align-items: end !important;
  margin-top: 8px !important;
  margin-bottom: 18px !important;
  border-bottom: 2px solid #e6edf7 !important;
}

/* Strong override for Elementor/global button styles */
.tabs-section .tab-btn,
.elementor .tabs-section .tab-btn,
.elementor-widget-html .tabs-section .tab-btn,
body .tabs-section button.tab-btn {
  appearance: none !important;
  -webkit-appearance: none !important;

  position: relative !important;
  min-height: 42px !important;

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

  width: 100% !important;
  max-width: none !important;

  padding: 0 4px !important;
  margin: 0 0 -2px !important;

  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;

  box-shadow: none !important;
  outline: none;

  color: var(--light, #9db0c4) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: 0 !important;

  cursor: pointer !important;
  transition: color .15s ease, border-color .15s ease !important;
}

/* Stop teal/yellow background from returning on hover/click */
.tabs-section .tab-btn:hover,
.tabs-section .tab-btn:focus,
.tabs-section .tab-btn:active,
.elementor .tabs-section .tab-btn:hover,
.elementor .tabs-section .tab-btn:focus,
.elementor .tabs-section .tab-btn:active,
body .tabs-section button.tab-btn:hover,
body .tabs-section button.tab-btn:focus,
body .tabs-section button.tab-btn:active {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;

  box-shadow: none !important;
  color: var(--light, #9db0c4) !important;
}

/* Active tab */
.tabs-section .tab-btn.active,
.elementor .tabs-section .tab-btn.active,
body .tabs-section button.tab-btn.active {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  color: var(--primary, #1ba1ff) !important;
  border-bottom-color: var(--primary, #1ba1ff) !important;
  box-shadow: none !important;
}

/* Active tab on hover/click */
.tabs-section .tab-btn.active:hover,
.tabs-section .tab-btn.active:focus,
.tabs-section .tab-btn.active:active {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  color: var(--primary, #1ba1ff) !important;
  border-bottom-color: var(--primary, #1ba1ff) !important;
  box-shadow: none !important;
}

.tabs-section .tab-btn:focus-visible {
  outline: 2px solid var(--primary, #1ba1ff) !important;
  outline-offset: 2px !important;
}

/* Panels */
.tabs-section .tab-panel {
  display: none !important;
  font-size: 10.5px !important;
  color: #536a86 !important;
  line-height: 1.75 !important;
}

.tabs-section .tab-panel.active {
  display: block !important;
}

/* Bullet list items */
.tabs-section .tab-list-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
  color: #536a86 !important;
  font-size: 10.5px !important;
  line-height: 1.7 !important;
}

.tabs-section .tab-list-item strong {
  color: #40516b !important;
  font-weight: 800 !important;
}

/* Blue bullet dot */
.tabs-section .tab-dot {
  width: 6px !important;
  height: 6px !important;
  flex: 0 0 6px !important;
  border-radius: 50% !important;
  background: var(--secondary, #2bdbf3) !important;
  margin-top: 8px !important;
}

/* Yellow warning / disclaimer box */
.tabs-section .disclaimer-box {
  background: #fff8e1 !important;
  border: 1.5px solid #ffd85c !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  margin-top: 18px !important;
  color: #9a3f0c !important;
  font-size: 9.5px !important;
  line-height: 1.6 !important;
}

.tabs-section .disclaimer-box strong {
  display: block !important;
  color: #8a3a08 !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  margin-bottom: 4px !important;
}

/* Certifications grid */
.tabs-section .cert-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: 10px !important;
}

.tabs-section .cert-card {
  background: #f8faff !important;
  border: 1px solid #e4edf8 !important;
  border-radius: 10px !important;
  padding: 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.tabs-section .cert-seal {
  width: 32px !important;
  height: 32px !important;
  flex: 0 0 32px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--primary, #1ba1ff) !important;
  background: #e6f4ff !important;
  border: 1.5px solid #b8d4f0 !important;
  font-size: 9px !important;
  font-weight: 800 !important;
}

.tabs-section .cert-name {
  font-size: 9.5px !important;
  font-weight: 800 !important;
  color: var(--text, #0d1b3e) !important;
  line-height: 1.3 !important;
}

/* Cert seal variations */
.tabs-section .cs-blue {
  background: #e6f1fb !important;
  color: var(--primary, #1ba1ff) !important;
  border-color: #b8d4f0 !important;
}

.tabs-section .cs-green {
  background: #e6f4ff !important;
  color: var(--primary, #1ba1ff) !important;
  border-color: #b8d4f0 !important;
}

.tabs-section .cs-navy {
  background: #e6f4ff !important;
  color: var(--dark, #0d1b3e) !important;
  border-color: #b8d4f0 !important;
}

.tabs-section .cs-teal {
  background: #e0fcff !important;
  color: #005a6e !important;
  border-color: var(--secondary, #2bdbf3) !important;
}

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

@media (min-width: 768px) {
  .tabs-section {
    padding: 42px 48px 44px !important;
  }

  .tabs-section > * {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tabs-section .sec-eyebrow {
    font-size: 12px !important;
    letter-spacing: 2.2px !important;
  }

  .tabs-section .sec-title {
    font-size: 42px !important;
  }

  .tabs-section .tabs-nav {
    margin-top: 12px !important;
    margin-bottom: 24px !important;
  }

  .tabs-section .tab-btn,
  .elementor .tabs-section .tab-btn,
  body .tabs-section button.tab-btn {
    min-height: 58px !important;
    font-size: 20px !important;
    padding: 0 8px !important;
  }

  .tabs-section .tab-panel,
  .tabs-section .tab-list-item {
    font-size: 15px !important;
  }

  .tabs-section .tab-dot {
    width: 8px !important;
    height: 8px !important;
    flex-basis: 8px !important;
    margin-top: 10px !important;
  }

  .tabs-section .disclaimer-box {
    font-size: 14px !important;
    padding: 18px 20px !important;
    border-radius: 14px !important;
  }

  .tabs-section .disclaimer-box strong {
    font-size: 15px !important;
  }

  .tabs-section .cert-grid {
    gap: 14px !important;
  }

  .tabs-section .cert-card {
    padding: 16px !important;
    border-radius: 14px !important;
  }

  .tabs-section .cert-seal {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
    font-size: 13px !important;
  }

  .tabs-section .cert-name {
    font-size: 14px !important;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {
  .tabs-section {
    padding: 28px var(--px, 18px) 26px !important;
  }

  .tabs-section .sec-eyebrow {
    font-size: 9px !important;
    letter-spacing: 1.8px !important;
    margin-bottom: 4px !important;
  }

  .tabs-section .sec-title {
    font-size: 24px !important;
  }

  .tabs-section .tabs-nav {
    margin-top: 8px !important;
    margin-bottom: 18px !important;
  }

  .tabs-section .tab-btn,
  .elementor .tabs-section .tab-btn,
  body .tabs-section button.tab-btn {
    min-height: 42px !important;
    font-size: 11px !important;
    padding: 0 4px !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    color: var(--light, #9db0c4) !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .tabs-section .tab-btn.active,
  .elementor .tabs-section .tab-btn.active,
  body .tabs-section button.tab-btn.active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    color: var(--primary, #1ba1ff) !important;
    border-bottom-color: var(--primary, #1ba1ff) !important;
    box-shadow: none !important;
  }

  .tabs-section .tab-panel {
    font-size: 10.5px !important;
  }

  .tabs-section .tab-list-item {
    font-size: 10.5px !important;
    margin-bottom: 9px !important;
  }

  .tabs-section .disclaimer-box {
    font-size: 9.5px !important;
    padding: 12px 14px !important;
  }

  .tabs-section .disclaimer-box strong {
    font-size: 10.5px !important;
  }

  .tabs-section .cert-name {
    font-size: 9.5px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a4921d *//* ─────────────────────────────────────
   FAQ — PRODUCT PAGE STYLE
   Strong Elementor override
───────────────────────────────────── */

.faq-section {
  background: var(--bg, #fff3e3) !important;
  padding: 26px var(--px, 18px) 24px !important;
  border-top: 1px solid var(--divider, #d3d6dd) !important;
}

.faq-section .sec-eyebrow {
  font-size: 9px !important;
  font-weight: 700 !important;
  color: var(--primary, #1ba1ff) !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  margin-bottom: 4px !important;
}

.faq-section .sec-title {
  font-family: 'Patrick Hand', cursive !important;
  font-size: 22px !important;
  color: var(--text, #0d1b3e) !important;
  line-height: 1.2 !important;
  margin-bottom: 14px !important;
}

.faq-section .faq-item {
  border-bottom: 1px solid var(--divider, #d3d6dd) !important;
}

.faq-section .faq-item:last-child {
  border-bottom: none !important;
}

/* This is the important part */
.faq-section .faq-q,
.elementor .faq-section .faq-q,
.elementor-widget-html .faq-section .faq-q {
  appearance: none !important;
  -webkit-appearance: none !important;

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

  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;

  padding: 14px 0 !important;
  margin: 0 !important;

  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  color: var(--text, #0d1b3e) !important;
  text-align: left !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;

  gap: 10px !important;
  cursor: pointer !important;
}

/* Stops Elementor hover from bringing back teal */
.faq-section .faq-q:hover,
.faq-section .faq-q:focus,
.faq-section .faq-q:active {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--text, #0d1b3e) !important;
}

.faq-section .faq-q:focus-visible {
  outline: 2px solid var(--primary, #1ba1ff) !important;
  outline-offset: 2px !important;
}

.faq-section .faq-icon {
  font-size: 18px !important;
  font-weight: 300 !important;
  color: var(--primary, #1ba1ff) !important;
  flex-shrink: 0 !important;
  transition: transform .22s ease !important;
  line-height: 1 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.faq-section .faq-item.open .faq-icon {
  transform: rotate(45deg) !important;
}

.faq-section .faq-a {
  max-height: 0 !important;
  overflow: hidden !important;
  font-size: 10.5px !important;
  color: var(--muted, #7a8fa8) !important;
  line-height: 1.7 !important;
  transition: max-height .3s ease, padding .3s ease !important;
  padding-bottom: 0 !important;
}

.faq-section .faq-item.open .faq-a {
  max-height: 220px !important;
  padding-bottom: 14px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4eea704 *//* ================================
   GUARANTEE SECTION
   Matches screenshot
================================ */

.guarantee-section {
  width: 100%;
  background: var(--dark, #0d1b3e);
  padding: 44px 34px 54px;
  border-top: 2px solid var(--secondary, #2bdbf3);
  border-bottom: 1px solid var(--divider, #d3d6dd);
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

/* Remove any previous gradient strip */
.guarantee-section::before {
  display: none !important;
  content: none !important;
}

/* Shield icon circle */
.g-icon {
  width: 96px;
  height: 96px;
  background: #123d70;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 0 0 32px;
  box-shadow: none;
}

/* Title */
.g-title {
  font-family: 'Patrick Hand', cursive;
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.12;
  margin: 0 0 16px;
}

/* Main body text */
.g-body {
  max-width: 860px;
  font-size: 23px;
  font-weight: 400;
  color: rgba(255, 255, 255, .72);
  line-height: 1.55;
  margin: 0 0 32px;
}

/* Small condition text */
.g-conditions {
  max-width: 850px;
  font-size: 19px;
  font-weight: 400;
  color: rgba(255, 255, 255, .36);
  line-height: 1.55;
  margin: 0;
}

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

@media (min-width: 768px) {
  .guarantee-section {
    padding: 44px 34px 54px;
  }

  .guarantee-section > * {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .g-icon {
    width: 96px;
    height: 96px;
    font-size: 34px;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .g-title {
    font-size: 38px;
    margin-bottom: 16px;
  }

  .g-body {
    font-size: 23px;
    line-height: 1.55;
    margin-bottom: 32px;
  }

  .g-conditions {
    font-size: 19px;
    line-height: 1.55;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {
  .guarantee-section {
    padding: 30px var(--px, 18px) 34px;
    border-top: 2px solid var(--secondary, #2bdbf3);
  }

  .g-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
    margin-bottom: 22px;
  }

  .g-title {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .g-body {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 22px;
  }

  .g-conditions {
    font-size: 11px;
    line-height: 1.6;
  }
}/* 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;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--bg);
  -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);}

/* ─────────────────────────────────────
   GALLERY
   Swipeable. Editorial feel.
   Persona 9: premium, not catalogue.
   Persona 15: touch-native, smooth.
───────────────────────────────────── */
.gallery-wrap{
  /* Brand wave: warm cream fff2e1 → light primary blue */
  background:linear-gradient(180deg,#e6f4ff 0%,#fff2e1 100%);
  padding:16px var(--px) 14px;
}
.main-frame{
  position:relative;
  height:260px;
  /* Brand wave mid tones for gallery frame */
  background:linear-gradient(145deg,#28aafe 0%,#1ba1ff 40%,#e6f4ff 100%);
  border-radius:18px;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:12px;
  cursor:ew-resize;
  touch-action:pan-y;
}
.main-img{
  height:240px;width:auto;object-fit:contain;
  position:relative;z-index:1;
  transition:opacity .2s ease;
  pointer-events:none;
}
/* Nav arrows */
.gal-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  width:32px;height:32px;border-radius:50%;
  background:rgba(255,255,255,.9);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;color:var(--primary);
  box-shadow:0 2px 10px rgba(0,0,0,.12);
  z-index:3;cursor:pointer;
  transition:background .15s;
  border:none;
}
.gal-arrow:hover{background:#fff;}
.gal-arrow:focus-visible{outline:2px solid var(--primary);outline-offset:2px;}
.gal-prev{left:10px;}
.gal-next{right:10px;}

/* Thumbnails */
.thumbs{display:flex;gap:8px;}
.thumb{
  width:60px;height:60px;border-radius:10px;
  background:#dde9f6;border:2px solid transparent;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;overflow:hidden;transition:border-color .15s;
  flex-shrink:0;
}
.thumb.active{border-color:var(--primary);}
.thumb img{width:100%;height:100%;object-fit:contain;padding:4px;}
.thumb-placeholder{
  width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;
  font-size:7px;font-weight:700;color:var(--light);
  text-align:center;line-height:1.4;padding:4px;
  text-transform:uppercase;letter-spacing:.3px;
}

/* ─────────────────────────────────────
   IDENTITY BLOCK
   Above the fold: name, badges, stars,
   price, trust signals.
   Persona 1: answers everything before
   the visitor has to scroll.
   Persona 10: one primary action only.
───────────────────────────────────── */
.identity{
  background:var(--white);
  padding:18px var(--px) 16px;
  border-bottom:1px solid var(--divider);
}
.stock-row{
  display:flex;align-items:center;gap:5px;
  margin-bottom:8px;
}
.stock-dot{
  width:7px;height:7px;border-radius:50%;
  background:#4ade80;flex-shrink:0;
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(74,222,128,.7);}
  70%{box-shadow:0 0 0 6px rgba(74,222,128,0);}
  100%{box-shadow:0 0 0 0 rgba(74,222,128,0);}
}
.stock-dot{animation:pulse 2s ease-in-out infinite;}
.stock-text{font-size:9.5px;font-weight:600;color:var(--muted);}

.product-title{
  font-family:'Patrick Hand',cursive;
  font-size:22px;color:var(--text);
  line-height:1.2;margin-bottom:8px;
}

/* Badge row */
.badge-row{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:10px;}
.badge{
  font-size:8.5px;font-weight:700;
  padding:3px 9px;border-radius:var(--pill);
}
.b-blue{background:#e6f4ff;color:var(--primary);}
.b-mint{background:var(--highlight);color:#005a6e;}
.b-warm{background:#fff3e3;color:#c2621a;border:1px solid #fdd8a0;}
.b-navy{background:#e6f4ff;color:#0d1b3e;}

/* Stars row */
.stars-row{
  display:flex;
  align-items:center;gap:7px;
  margin-bottom:12px;
}
.stars{display:flex;gap:1px;}
.star{font-size:13px;color:#FFD600;line-height:1;}
.stars-rating{font-size:11px;font-weight:600;color:var(--text);}
.stars-count{font-size:10px;color:var(--muted);}
.stars-verified{font-size:9.5px;font-weight:600;color:var(--highlight);}
.stars-pipe{width:1px;height:10px;background:var(--divider);flex-shrink:0;}

/* Price */
.price-block{margin-bottom:14px;}
.price-main{
  font-size:30px;font-weight:700;
  color:var(--primary);line-height:1;
  letter-spacing:-.5px;
}
.price-curr{font-size:14px;font-weight:500;opacity:.6;margin-left:2px;}
.price-note{font-size:10px;color:var(--muted);margin-top:3px;line-height:1.4;}

/* Quantity body.elementor-page-2865 */
.ow-product-page .qty-row{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.ow-product-page .qty-label{
  font-size:15px;
  font-weight:700;
  color:var(--text);
}

.ow-product-page .qty-ctrl{
  display:flex;
  align-items:center;
  gap:0;
  border:2px solid var(--divider);
  border-radius:40px;
  overflow:hidden;
  background:#fff;
}

.ow-product-page .qty-btn{
  width:58px;
  height:54px;
  background:#f3f7fc !important;
  color:var(--text);
  font-size:30px;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  padding:0;
}

.ow-product-page .qty-btn:first-child{
  background:#fff3e3 !important;
}

.ow-product-page .qty-btn:hover{
  background:#e8eef8 !important;
}

.ow-product-page .qty-num{
  width:58px;
  height:54px;
  text-align:center;
  font-size:24px;
  font-weight:700;
  color:var(--text);
  border-left:3px solid #fff;
  border-right:3px solid #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f8fbff;
  padding:0;
}

/* Mobile adjustment to match the reference spacing */
@media (max-width:767px){
  .ow-product-page .qty-row{
    gap:12px;
    margin-bottom:18px;
  }

  .ow-product-page .qty-label{
    font-size:15px;
  }

  .ow-product-page .qty-btn,
  .ow-product-page .qty-num{
    width:58px;
    height:54px;
  }

  .ow-product-page .qty-ctrl{
    border-radius:16px;
  }
}

/* Mobile adjustment to match the reference spacing */
@media (max-width:767px){
  .ow-product-page .qty-row{
    gap:12px;
    margin-bottom:18px;
  }

  .ow-product-page .qty-label{
    font-size:15px;
  }

  .ow-product-page .qty-btn,
  .ow-product-page .qty-num{
    width:58px;
    height:54px;
  }

  .ow-product-page .qty-ctrl{
    border-radius:16px;
  }
}
/* Mobile adjustment to match the reference spacing */
@media (max-width:767px){
  .ow-product-page .qty-row{
    gap:12px;
    margin-bottom:18px;
  }

  .ow-product-page .qty-label{
    font-size:15px;
  }

  .ow-product-page .qty-btn,
  .ow-product-page .qty-num{
    width:58px;
    height:54px;
  }

  .ow-product-page .qty-ctrl{
    border-radius:16px;
  }
}
/* ATC button — above fold version */
.atc-btn{
  display:flex;align-items:center;justify-content:center;
  width:100%;min-height:54px;
  background:var(--primary);color:#fff;
  font-size:15px;font-weight:700;
  border-radius:var(--pill);border:none;
  cursor:pointer;letter-spacing:.1px;
  box-shadow:0 4px 20px rgba(27,161,255,.32);
  transition:opacity .15s,transform .2s cubic-bezier(.34,1.3,.64,1);
  margin-bottom:10px;
}
.atc-btn:hover{opacity:.9;transform:translateY(-1px);}
.atc-btn:active{transform:translateY(0);opacity:1;}
.atc-btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px;}
.atc-btn.added{background:var(--green);}

/* Guarantee line under ATC */
.guarantee-line{
  display:flex;align-items:center;justify-content:center;
  gap:5px;font-size:10px;font-weight:500;
  color:var(--muted);margin-bottom:14px;
}

/* Trust badges under ATC */
.trust-mini{
  display:flex;justify-content:space-around;
  padding:12px 0;
  border-top:1px solid #f0f4f8;
}
.trust-mini-item{
  display:flex;flex-direction:column;
  align-items:center;gap:4px;
}
.tm-icon{color:var(--primary);font-size:16px;}
.tm-lbl{font-size:8px;font-weight:500;color:var(--muted);text-align:center;line-height:1.3;}

/* ─────────────────────────────────────
   WHAT'S IN THE BOX
   Persona 9: gift reveal, not spec sheet.
   Persona 1: confirms value of $495.
───────────────────────────────────── */
.box-section{
  background:var(--bg);
  padding:26px var(--px) 24px;
  border-top:1px solid var(--divider);
}
.sec-eyebrow{
  font-size:9px;font-weight:700;
  color:var(--primary);letter-spacing:1.4px;
  text-transform:uppercase;margin-bottom:4px;
}
.sec-title{
  font-family:'Patrick Hand',cursive;
  font-size:22px;color:var(--text);
  line-height:1.2;margin-bottom:14px;
}
.box-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:10px;
}
.box-item{
  background:var(--white);border:1px solid var(--divider);
  border-radius:var(--card-r);padding:13px 11px;
  display:flex;flex-direction:column;gap:7px;
}
.box-item-icon{
  width:38px;height:38px;
  border-radius:10px;background:var(--highlight);
  display:flex;align-items:center;justify-content:center;
  font-size:18px;
}
.box-item-name{font-size:10.5px;font-weight:600;color:var(--text);}
.box-item-desc{font-size:9px;color:var(--muted);line-height:1.4;}
.box-item.full{grid-column:1/-1;}

/* ─────────────────────────────────────
   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 */