.elementor-3633 .elementor-element.elementor-element-605dadb{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3633 .elementor-element.elementor-element-7c94546{width:100%;max-width:100%;}.elementor-3633 .elementor-element.elementor-element-7c94546 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-74eabb0 *//* =========================================================
   ORACARE HOMEPAGE V3 — RESPONSIVE HERO
========================================================= */

.ow-home-hero-widget,
.ow-home-hero-widget > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

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

.ow-v3-hero {
  --ow-blue: #1ba1ff;
  --ow-ink: #0d1b3e;
  --ow-muted: #7a8fa8;
  --ow-border: #d3d6dd;
  --ow-cream: #fff3e3;
  --ow-image-position: center center;

  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  background: var(--ow-cream);
  color: var(--ow-ink);
  font-family: "Inter", Arial, sans-serif;
}


/* =========================================================
   MAIN HERO IMAGE — MOBILE
========================================================= */

.ow-v3-hero__media {
  width: 100%;
  height: 245px;
  min-height: 0;
  overflow: hidden;
  background: #e6f4ff;
}

.ow-v3-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: cover;
  object-position: var(--ow-image-position);
}


/* =========================================================
   HERO CONTENT — MOBILE
========================================================= */

.ow-v3-hero__content {
  width: 100%;
  min-width: 0;
  padding: 16px 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ow-v3-hero__title {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ow-ink) !important;
  font-family: "Patrick Hand", cursive !important;
  font-size: 44px !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

.ow-v3-hero__description {
  margin: 9px 0 0 !important;
  padding: 0 !important;
  color: var(--ow-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.ow-v3-hero__label {
  margin: 14px 0 9px !important;
  padding: 0 !important;
  color: var(--ow-muted);
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}


/* =========================================================
   PRODUCT CHOICES
========================================================= */

.ow-v3-hero__choices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ow-v3-choice {
  width: 100%;
  min-height: 70px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #ffffff;
  border: 1px solid var(--ow-border);
  border-radius: 16px;
  color: var(--ow-ink) !important;
  text-decoration: none !important;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.ow-v3-choice:hover {
  border-color: var(--ow-blue);
  color: var(--ow-ink) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(13, 27, 62, 0.08);
}

.ow-v3-choice:focus-visible {
  outline: 3px solid rgba(27, 161, 255, 0.35);
  outline-offset: 2px;
}

.ow-v3-choice__copy {
  flex: 1;
  min-width: 0;
  display: block;
}

.ow-v3-choice__copy strong {
  display: block;
  color: var(--ow-ink);
  font-family: "Patrick Hand", cursive !important;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}

.ow-v3-choice__copy small {
  display: block;
  margin-top: 4px;
  color: var(--ow-muted);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
}

.ow-v3-choice__image {
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.ow-v3-choice__arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: var(--ow-blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


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

@media (min-width: 768px) {
  .ow-v3-hero {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr);

    min-height: 420px;
  }

  .ow-v3-hero__media {
    height: 100%;
    min-height: 420px;
  }

  .ow-v3-hero__content {
    padding: 28px;
  }

  .ow-v3-hero__title {
    font-size: 54px !important;
  }

  .ow-v3-hero__description {
    margin-top: 12px !important;
    font-size: 14px;
  }

  .ow-v3-hero__label {
    margin-top: 18px !important;
    font-size: 10px;
  }

  .ow-v3-choice {
    min-height: 78px;
    padding: 13px 15px;
    border-radius: 17px;
  }

  .ow-v3-choice__copy strong {
    font-size: 23px;
  }

  .ow-v3-choice__copy small {
    font-size: 11.5px;
  }

  .ow-v3-choice__image {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px;
  }
}


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

@media (min-width: 1024px) {
  .ow-v3-hero {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr);

    min-height: 470px;
  }

  .ow-v3-hero__media {
    height: 100%;
    min-height: 470px;
  }

  .ow-v3-hero__content {
    padding: 37px 52px;
  }

  .ow-v3-hero__title {
    font-size: clamp(64px, 5.3vw, 76px) !important;
    line-height: 0.95 !important;
  }

  .ow-v3-hero__description {
    margin-top: 15px !important;
    font-size: 16px;
  }

  .ow-v3-hero__label {
    margin-top: 21px !important;
    margin-bottom: 11px !important;
    font-size: 10.5px;
  }

  .ow-v3-hero__choices {
    max-width: 530px;
    gap: 12px;
  }

  .ow-v3-choice {
    min-height: 86px;
    padding: 16px 18px;
    gap: 14px;
    border-radius: 18px;
  }

  .ow-v3-choice__copy strong {
    font-size: 24px;
  }

  .ow-v3-choice__copy small {
    font-size: 12.5px;
  }

  .ow-v3-choice__image {
    width: 52px !important;
    height: 52px !important;
    flex-basis: 52px;
    border-radius: 14px;
  }

  .ow-v3-choice__arrow {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
}

/* =========================================================
   TABLET IMAGE HEIGHT AND CROP FIX
========================================================= */

@media (min-width: 600px) and (max-width: 1023px) {
  .ow-v3-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ow-v3-hero__media {
    width: 100%;
    height: clamp(360px, 52vw, 460px);
    min-height: 360px;
  }

  .ow-v3-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 38%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d8cc3d7 *//* =========================================
   ELEMENTOR WIDGET RESET
========================================= */

.elementor-3633 .elementor-element.elementor-element-d8cc3d7 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

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


/* =========================================
   SECTION
========================================= */

.ow-range {
  width: 100%;
  margin: 0;
  padding: 48px 22px 58px;

  overflow: hidden;

  background: #ffffff;
  color: #0d1b3e;

  font-family: "Inter", Arial, sans-serif;
}

.ow-range__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.ow-range__eyebrow {
  margin: 0 0 7px;
  padding: 0;

  color: #1ba1ff;

  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ow-range__title {
  margin: 0 0 30px;
  padding: 0;

  color: #0d1b3e;

  font-family: "Patrick Hand", cursive;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.05;
}


/* =========================================
   CARDS LAYOUT
========================================= */

.ow-range__scroll {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 26px;
}

.ow-range-card {
  display: block;
  min-width: 0;

  color: #0d1b3e !important;
  text-decoration: none !important;
}


/* =========================================
   IDENTICAL GRADIENT IMAGE AREAS
========================================= */

.ow-range-card__media {
  position: relative;
  isolation: isolate;

  width: 100%;
  aspect-ratio: 1 / 1;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 76% 18%,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0) 36%
    ),
    linear-gradient(
      145deg,
      #1ba1ff 0%,
      #21b8f5 50%,
      #2bdbf3 100%
    );

  border-radius: 32px;

  box-shadow:
    0 8px 24px rgba(13, 27, 62, 0.08);
}


/* Soft lighting inside each square */
.ow-range-card__media::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0) 50%,
      rgba(13, 27, 62, 0.06) 100%
    );

  pointer-events: none;
}


/* =========================================
   SINGLE PRODUCT IMAGES
========================================= */

.ow-range-product--kit,
.ow-range-product--strips {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;

  display: block;

  width: auto !important;
  height: var(--ow-product-height, 74%) !important;

  max-width: none !important;
  max-height: none !important;

  margin: 0 !important;

  object-fit: contain;

  transform:
    translate(-50%, -50%)
    translate3d(
      var(--ow-product-x, 0px),
      var(--ow-product-y, 0px),
      0
    )
    scale(var(--ow-product-scale, 1)) !important;

  transform-origin: center center;
  will-change: transform;
}


/* =========================================
   BUNDLE LAYOUT
========================================= */

.ow-range-bundle {
  position: absolute;
  inset: 8%;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto
    minmax(0, 1fr);

  align-items: center;
  gap: 6px;
}

.ow-range-bundle__slot {
  position: relative;

  width: 100%;
  height: 100%;

  min-width: 0;
}

.ow-range-product--bundle-kit,
.ow-range-product--bundle-strips {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: auto !important;
  height: var(--ow-product-height, 76%) !important;

  max-width: none !important;
  max-height: none !important;

  margin: 0 !important;

  object-fit: contain;

  transform:
    translate(-50%, -50%)
    translate3d(
      var(--ow-product-x, 0px),
      var(--ow-product-y, 0px),
      0
    )
    scale(var(--ow-product-scale, 1)) !important;

  transform-origin: center center;
  will-change: transform;
}

.ow-range-bundle__plus {
  position: relative;
  z-index: 4;

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

  width: 34px;
  height: 34px;

  color: #ffffff;

  font-family: "Inter", Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;

  text-shadow:
    0 2px 8px rgba(13, 27, 62, 0.16);
}


/* =========================================
   CARD FOOTER
========================================= */

.ow-range-card__footer {
  width: 100%;
  padding: 18px 6px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ow-range-card__title {
  margin: 0;
  padding: 0;

  color: #0d1b3e;

  font-family: "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.25;
}

.ow-range-card__arrow {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;

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

  background: #e7f5ff;
  border-radius: 50%;

  color: #1ba1ff;

  font-family: "Inter", Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;

  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.ow-range-card:hover .ow-range-card__arrow {
  background: #1ba1ff;
  color: #ffffff;

  transform: translateX(3px);
}


/* =========================================================
   DEFAULT/MOBILE IMAGE CONTROLS

   Scale:
   1 = original size
   1.10 = 10% larger

   X:
   Positive = right
   Negative = left

   Y:
   Positive = down
   Negative = up
========================================================= */

/* Main Advanced Kit */
.ow-range-product--kit {
  --ow-product-height: 74%;
  --ow-product-scale: 1.6;
  --ow-product-x: 0px;
  --ow-product-y: -5px;
}

/* Main Whitening Strips */
.ow-range-product--strips {
  --ow-product-height: 74%;
  --ow-product-scale: 1.8;
  --ow-product-x: 0px;
  --ow-product-y: -15px;
}

/* Kit inside Bundle */
.ow-range-product--bundle-kit {
  --ow-product-height: 76%;
  --ow-product-scale: 1.4;
  --ow-product-x: 0px;
  --ow-product-y: 6px;
}

/* Strips inside Bundle */
.ow-range-product--bundle-strips {
  --ow-product-height: 76%;
  --ow-product-scale: 1.6;
  --ow-product-x: 0px;
  --ow-product-y: -6px;
}


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

@media (min-width: 601px) and (max-width: 900px) {
  .ow-range {
    padding: 52px 28px 62px;
  }

  .ow-range__title {
    margin-bottom: 26px;
    font-size: 40px;
  }

  .ow-range__scroll {
    gap: 18px;
  }

  .ow-range-card__media {
    border-radius: 25px;
  }

  .ow-range-card__footer {
    padding: 15px 3px 0;
  }

  .ow-range-card__title {
    font-size: 16px;
  }

  .ow-range-card__arrow {
    width: 38px;
    height: 38px;
    flex-basis: 38px;

    font-size: 21px;
  }


  /* Tablet — Main Advanced Kit */
  .ow-range-product--kit {
    --ow-product-height: 75%;
    --ow-product-scale: 1.5;
    --ow-product-x: 0px;
    --ow-product-y: 7px;
  }

  /* Tablet — Main Whitening Strips */
  .ow-range-product--strips {
    --ow-product-height: 75%;
    --ow-product-scale: 1.7;
    --ow-product-x: 0px;
    --ow-product-y: 0px;
  }

  /* Tablet — Bundle Kit */
  .ow-range-product--bundle-kit {
    --ow-product-height: 77%;
    --ow-product-scale: 1.5;
    --ow-product-x: 0px;
    --ow-product-y: 5px;
  }

  
   .ow-range-product--bundle-strips {
    --ow-product-height: 78%;
    --ow-product-scale: 1.7;
    --ow-product-x: 0px;
    --ow-product-y: -4px;
  }

  .ow-range-bundle__plus {
    width: 25px;
    height: 25px;
    font-size: 23px;
  }
}


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

@media (min-width: 901px) {
  .ow-range-product--kit {
    --ow-product-height: 76%;
    --ow-product-scale: 1.5;
    --ow-product-x: 0px;
    --ow-product-y: 5px;
  }

  .ow-range-product--strips {
    --ow-product-height: 76%;
    --ow-product-scale: 1.8;
    --ow-product-x: 0px;
    --ow-product-y: -10px;
  }

  .ow-range-product--bundle-kit {
    --ow-product-height: 78%;
    --ow-product-scale: 1.5;
    --ow-product-x: 0px;
    --ow-product-y: 7px;
  }

  .ow-range-product--bundle-strips {
    --ow-product-height: 78%;
    --ow-product-scale: 1.7;
    --ow-product-x: 0px;
    --ow-product-y: -4px;
  }
}


/* =========================================
   MOBILE — HORIZONTAL SWIPE
========================================= */

@media (max-width: 600px) {
  .ow-range {
    padding: 36px 0 44px;
  }

  .ow-range__eyebrow,
  .ow-range__title {
    margin-left: 18px;
    margin-right: 18px;
  }

  .ow-range__eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
  }

  .ow-range__title {
    margin-bottom: 22px;
    font-size: 32px;
  }

  .ow-range__scroll {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    overflow-x: auto;
    overflow-y: hidden;

    padding: 0 18px 12px;

    scroll-snap-type: x mandatory;
    scroll-padding-left: 18px;

    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .ow-range__scroll::-webkit-scrollbar {
    display: none;
  }

  .ow-range-card {
    width: min(78vw, 290px);
    flex: 0 0 min(78vw, 290px);

    scroll-snap-align: start;
  }

  .ow-range-card__media {
    border-radius: 24px;
  }

  .ow-range-card__footer {
    padding: 14px 3px 0;
  }

  .ow-range-card__title {
    font-size: 17px;
  }

  .ow-range-card__arrow {
    width: 39px;
    height: 39px;
    flex-basis: 39px;

    font-size: 21px;
  }

  .ow-range-bundle {
    inset: 7%;
    gap: 3px;
  }

  .ow-range-bundle__plus {
    width: 25px;
    height: 25px;

    font-size: 23px;
  }
}


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

@media (max-width: 380px) {
  .ow-range-card {
    width: 82vw;
    flex-basis: 82vw;
  }

  .ow-range-card__title {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d98938e *//* =========================================================
   REAL SMILES. REAL RESULTS.
========================================================= */

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

.ow-smiles {
  width: 100%;
  margin: 0;

  background: #ffffff;
  color: #0d1b3e;

  font-family: "Inter", Arial, sans-serif;
}

.ow-smiles__inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 14px 16px 34px;
}


/* =========================================================
   PHOTO COLLAGE
========================================================= */

.ow-smiles__collage {
  position: relative;

  width: 100%;
  height: 280px;
  margin: 0 auto;
}


/* Polaroid card */

.ow-smiles-photo {
  position: absolute;
  z-index: 1;

  margin: 0;
  overflow: hidden;

  background: #ffffff;
  border: 1px solid #d3d6dd;

  box-shadow:
    0 8px 22px rgba(13, 27, 62, 0.12);
}


/* Actual customer image */

.ow-smiles-photo__image {
  position: relative;

  width: 100%;
  height: 100%;

  overflow: hidden;

  background-color: #e7f4fb;
  background-image: var(--ow-smiles-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  transform:
    translate(
      var(--ow-photo-x, 0px),
      var(--ow-photo-y, 0px)
    )
    scale(var(--ow-photo-scale, 1));

  transform-origin: center;
  transition: transform 0.3s ease;
}

/* Final empty customer-photo placeholder */

.ow-smiles-photo__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #e7f4fb;
  background-image: none !important;

  transform: none !important;
  text-align: center;
}

.ow-smiles-photo__image--placeholder span {
  color: #1ba1ff;

  font-family: "Patrick Hand", cursive;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.05;
}

@media (max-width: 599px) {
  .ow-smiles-photo__image--placeholder span {
    font-size: 16px;
  }
}


/* =========================================================
   MOBILE PHOTO POSITIONS
========================================================= */

.ow-smiles-photo--1 {
  top: 10px;
  left: 4px;

  width: 130px;
  height: 158px;
  padding: 8px 8px 26px;

  transform: rotate(-7deg);
  z-index: 2;
}

.ow-smiles-photo--2 {
  top: 0;
  right: 10px;

  width: 120px;
  height: 148px;
  padding: 8px 8px 26px;

  transform: rotate(6deg);
  z-index: 3;
}

.ow-smiles-photo--3 {
  top: 118px;
  left: 96px;

  width: 124px;
  height: 152px;
  padding: 8px 8px 26px;

  transform: rotate(3deg);
  z-index: 5;
}

.ow-smiles-photo--4 {
  top: 140px;
  left: 0;

  width: 104px;
  height: 128px;
  padding: 7px 7px 22px;

  transform: rotate(-11deg);
  z-index: 4;
}

.ow-smiles-photo--5 {
  top: 150px;
  right: 0;

  width: 112px;
  height: 136px;
  padding: 7px 7px 22px;

  transform: rotate(9deg);
  z-index: 4;
}


/* =========================================================
   TEXT
========================================================= */

.ow-smiles__content {
  width: 100%;
  padding-top: 18px;
}

.ow-smiles__title,
.ow-smiles h2.ow-smiles__title {
  margin: 0;
  padding: 0;

  color: #0d1b3e;

  font-family: "Patrick Hand", cursive !important;
  font-size: 40px;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.02;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.ow-smiles__title span {
  display: inline-block;
  padding: 2px 16px 4px;

  background: #1ba1ff;
  border-radius: 999px;

  color: #ffffff;

  font-family: inherit !important;
  font-size: inherit;
  font-weight: inherit !important;
  line-height: 0.95;
}

.ow-smiles__description {
  max-width: 390px;
  margin: 0;
  padding: 10px 0 0;

  color: #7a8fa8;

  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}


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

.ow-smiles__button {
  width: fit-content;
  min-height: 46px;
  margin-top: 16px;
  padding: 14px 26px;

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

  background: #0d1b3e;
  border-radius: 999px;

  color: #ffffff !important;

  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.ow-smiles__button:hover {
  background: #16295c;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.ow-smiles__button span {
  font-size: 18px;
  line-height: 1;
}


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

@media (max-width: 359px) {

  .ow-smiles__collage {
    transform: scale(0.91);
    transform-origin: top center;

    margin-bottom: -24px;
  }
}


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

@media (min-width: 600px) and (max-width: 1023px) {

  .ow-smiles__inner {
    padding: 34px 32px 56px;
  }

  .ow-smiles__collage {
    max-width: 540px;
    height: 390px;
  }

  .ow-smiles-photo {
    box-shadow:
      0 9px 25px rgba(13, 27, 62, 0.13);
  }

  .ow-smiles-photo--1 {
    top: 15px;
    left: 20px;

    width: 165px;
    height: 200px;
    padding: 9px 9px 30px;
  }

  .ow-smiles-photo--2 {
    top: 0;
    right: 32px;

    width: 154px;
    height: 188px;
    padding: 9px 9px 30px;
  }

  .ow-smiles-photo--3 {
    top: 160px;
    left: calc(50% - 80px);

    width: 160px;
    height: 195px;
    padding: 9px 9px 30px;
  }

  .ow-smiles-photo--4 {
    top: 200px;
    left: 20px;

    width: 135px;
    height: 165px;
    padding: 8px 8px 26px;
  }

  .ow-smiles-photo--5 {
    top: 205px;
    right: 20px;

    width: 145px;
    height: 176px;
    padding: 8px 8px 26px;
  }

  .ow-smiles__content {
    max-width: 560px;
    margin: 0 auto;

    padding-top: 28px;
    text-align: center;
  }

  .ow-smiles__title,
  .ow-smiles h2.ow-smiles__title {
    font-size: 50px;
  }

  .ow-smiles__title span {
    padding: 2px 19px 5px;
  }

  .ow-smiles__description {
    max-width: 470px;
    margin: 0 auto;

    padding-top: 13px;

    font-size: 14px;
  }

  .ow-smiles__button {
    margin-top: 20px;
    padding: 15px 30px;

    font-size: 14px;
  }
}


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

@media (min-width: 1024px) {

  .ow-smiles__inner {
    padding: 40px 64px 80px;

    display: flex;
    align-items: center;
    gap: clamp(32px, 4vw, 56px);
  }

  .ow-smiles__collage {
    flex: 1;
    min-width: 0;
    height: 460px;
  }

  .ow-smiles__content {
    width: clamp(350px, 33vw, 430px);
    flex: 0 0 auto;

    padding-top: 0;
  }

  .ow-smiles-photo {
    box-shadow:
      0 10px 28px rgba(13, 27, 62, 0.13);
  }

  .ow-smiles-photo--1 {
    top: 20px;
    bottom: auto;
    left: 0;
    right: auto;

    width: 190px;
    height: 230px;
    padding: 10px 10px 34px;

    transform: rotate(-8deg);
  }

  .ow-smiles-photo--2 {
    top: 0;
    bottom: auto;
    left: 180px;
    right: auto;

    width: 178px;
    height: 216px;
    padding: 10px 10px 32px;

    transform: rotate(5deg);
  }

  .ow-smiles-photo--3 {
    top: 30px;
    bottom: auto;
    left: auto;
    right: 0;

    width: 184px;
    height: 222px;
    padding: 10px 10px 32px;

    transform: rotate(9deg);
  }

  .ow-smiles-photo--4 {
    top: auto;
    bottom: 0;
    left: 70px;
    right: auto;

    width: 180px;
    height: 220px;
    padding: 10px 10px 32px;

    transform: rotate(4deg);
  }

  .ow-smiles-photo--5 {
    top: auto;
    bottom: 16px;
    left: auto;
    right: 36px;

    width: 172px;
    height: 210px;
    padding: 10px 10px 32px;

    transform: rotate(-6deg);
  }

  .ow-smiles__title,
  .ow-smiles h2.ow-smiles__title {
    font-size: clamp(58px, 5vw, 66px);
    line-height: 1;
  }

  .ow-smiles__title span {
    padding: 2px 22px 6px;
  }

  .ow-smiles__description {
    max-width: 410px;
    padding-top: 16px;

    font-size: 15px;
    line-height: 1.55;
  }

  .ow-smiles__button {
    min-height: 50px;
    margin-top: 24px;
    padding: 16px 32px;

    font-size: 14px;
  }
}


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

@media (min-width: 1440px) {

  .ow-smiles__inner {
    max-width: 1320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ce4e1c *//* =========================================================
   T&T IS TALKING — CUSTOMER STORIES
========================================================= */

.ow-talk-section,
.ow-talk-section *,
.ow-talk-section *::before,
.ow-talk-section *::after {
  box-sizing: border-box;
}

.ow-talk-section {
  width: 100%;
  margin: 0;
  padding: 30px 0 34px;
  overflow: hidden;

  background: #fff3e3;
  color: #0d1b3e;

  font-family: "Inter", Arial, sans-serif;
}

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

.ow-talk-title,
.ow-talk-section h2.ow-talk-title {
  margin: 0 0 14px;
  padding: 0 16px;

  color: #0d1b3e;

  font-family: "Patrick Hand", cursive !important;
  font-size: 34px;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.1;
  letter-spacing: 0 !important;
  text-transform: none !important;
}


/* =========================================================
   CUSTOMER CARD TRACK
========================================================= */

.ow-talk-track {
  width: 100%;
  padding: 0 16px 8px;

  display: flex;
  gap: 12px;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;
  scroll-padding-left: 16px;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;
}

.ow-talk-track::-webkit-scrollbar {
  display: none;
}


/* =========================================================
   CUSTOMER CARD
========================================================= */

.ow-talk-card {
  position: relative;

  width: 172px;
  height: 280px;
  flex: 0 0 172px;

  overflow: hidden;

  border: 1px solid rgba(13, 27, 62, 0.1);
  border-radius: 20px;

  background:
    linear-gradient(
      145deg,
      #cceeff,
      #d9f8f4 48%,
      #fff3e3
    );

  box-shadow: 0 6px 18px rgba(13, 27, 62, 0.08);

  scroll-snap-align: start;
  isolation: isolate;
}


/* =========================================================
   CUSTOMER PHOTO
========================================================= */

.ow-talk-card__photo {
  position: absolute;
  inset: 0;
  z-index: 0;

  width: 100%;
  height: 100%;

  background-color: #d8efff;
  background-image: var(--ow-talk-photo);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  transform:
    translate(
      var(--ow-talk-x, 0px),
      var(--ow-talk-y, 0px)
    )
    scale(var(--ow-talk-scale, 1));

  transform-origin: center;
  transition: transform 0.35s ease;
}

.ow-talk-card:hover .ow-talk-card__photo {
  transform:
    translate(
      var(--ow-talk-x, 0px),
      var(--ow-talk-y, 0px)
    )
    scale(calc(var(--ow-talk-scale, 1) + 0.025));
}


/* =========================================================
   PHOTO OVERLAY
========================================================= */

.ow-talk-card__shade {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      to top,
      rgba(13, 27, 62, 0.3) 0%,
      rgba(13, 27, 62, 0.05) 38%,
      transparent 68%
    );

  pointer-events: none;
}


/* =========================================================
   PLAY BUTTON
========================================================= */

.ow-talk-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;

  width: 48px;
  height: 48px;

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

  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;

  color: #1ba1ff;

  transform: translate(-50%, -50%);

  box-shadow:
    0 6px 18px rgba(13, 27, 62, 0.16);

  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  pointer-events: none;
}

.ow-talk-card__play svg {
  width: 23px;
  height: 23px;

  display: block;
  fill: currentColor;

  transform: translateX(1px);
}


/* =========================================================
   CUSTOMER LABEL
========================================================= */

.ow-talk-card__label {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 3;

  max-width: calc(100% - 22px);
  padding: 5px 11px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.91);
  border-radius: 999px;

  color: #0d1b3e;

  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;

  transform: translateX(-50%);

  box-shadow: 0 3px 10px rgba(13, 27, 62, 0.09);

  pointer-events: none;
}


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

@media (min-width: 600px) and (max-width: 899px) {

  .ow-talk-section {
    padding: 42px 0 48px;
  }

  .ow-talk-title,
  .ow-talk-section h2.ow-talk-title {
    margin-bottom: 20px;
    padding: 0 28px;

    font-size: 42px;
  }

  .ow-talk-track {
    gap: 18px;
    padding: 0 28px 10px;

    scroll-padding-left: 28px;
  }

  .ow-talk-card {
    width: 240px;
    height: 380px;
    flex-basis: 240px;

    border-radius: 24px;
  }

  .ow-talk-card__play {
    width: 58px;
    height: 58px;
  }

  .ow-talk-card__play svg {
    width: 27px;
    height: 27px;
  }

  .ow-talk-card__label {
    bottom: 18px;
    padding: 7px 14px;

    font-size: 11px;
  }
}


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

@media (min-width: 900px) {

  .ow-talk-section {
    padding: 62px 30px 70px;
  }

  .ow-talk-inner {
    max-width: 1220px;
  }

  .ow-talk-title,
  .ow-talk-section h2.ow-talk-title {
    margin-bottom: 28px;
    padding: 0;

    font-size: 52px;
  }

  .ow-talk-track {
    padding: 0;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;

    overflow: visible;
  }

  .ow-talk-card {
    width: 100%;
    height: clamp(430px, 36vw, 520px);
    min-width: 0;

    border-radius: 28px;
  }

  .ow-talk-card__play {
    width: 68px;
    height: 68px;
  }

  .ow-talk-card__play svg {
    width: 31px;
    height: 31px;
  }

  .ow-talk-card__label {
    bottom: 22px;
    padding: 8px 17px;

    font-size: 12px;
  }
}


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

@media (min-width: 1440px) {

  .ow-talk-inner {
    max-width: 1280px;
  }

  .ow-talk-card {
    height: 540px;
  }

  .ow-talk-title,
  .ow-talk-section h2.ow-talk-title {
    font-size: 56px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b22a59 *//* =========================================================
   ACTION CARDS + MANUFACTURING CERTIFICATIONS
========================================================= */

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

.ow-assurance {
  width: 100%;
  margin: 0;

  background: #ffffff;
  color: #0d1b3e;

  font-family: "Inter", Arial, sans-serif;
}

.ow-assurance__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 34px 16px;
}


/* =========================================================
   ACTION CARD GRID
========================================================= */

.ow-assurance__actions {
  width: 100%;

  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}


/* Individual action card */

.ow-assurance-action {
  width: 100%;
  min-height: 126px;
  padding: 18px;

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

  background: #ffffff;
  border: 1px solid #d3d6dd;
  border-radius: 20px;

  color: #0d1b3e !important;
  text-decoration: none !important;

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

.ow-assurance-action:hover {
  border-color: rgba(27, 161, 255, 0.5);

  color: #0d1b3e !important;

  box-shadow:
    0 10px 26px rgba(13, 27, 62, 0.09);

  transform: translateY(-2px);
}

.ow-assurance-action__content {
  flex: 1;
  min-width: 0;
}


/* Action card title */

.ow-assurance-action__title,
.ow-assurance h3.ow-assurance-action__title {
  margin: 0;
  padding: 0;

  color: #0d1b3e;

  font-family: "Patrick Hand", cursive !important;
  font-size: 25px;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.12;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.ow-assurance-action__title span {
  display: inline-block;
  margin-left: 3px;
  padding: 1px 12px 4px;

  border-radius: 999px;

  font-family: inherit !important;
  font-size: inherit;
  font-style: normal !important;
  font-weight: inherit !important;
  line-height: 1;

  white-space: nowrap;
}


/* Guaranteed pill */

.ow-assurance-action--guarantee
.ow-assurance-action__title span {
  background: #1ba1ff;
  color: #ffffff;
}


/* Compare pill */

.ow-assurance-action--compare
.ow-assurance-action__title span {
  background: #2bdbf3;
  color: #0d1b3e;
}


/* Earn pill */

.ow-assurance-action--earn
.ow-assurance-action__title span {
  background: #f59e0b;
  color: #ffffff;
}


/* Action supporting text */

.ow-assurance-action__description {
  margin: 0;
  padding: 8px 0 0;

  color: #7a8fa8;

  font-family: "Inter", Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}


/* Action arrow */

.ow-assurance-action__arrow {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;

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

  color: #0d1b3e;

  transition: transform 0.2s ease;
}

.ow-assurance-action__arrow svg {
  width: 20px;
  height: 20px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ow-assurance-action:hover
.ow-assurance-action__arrow {
  transform: translateX(4px);
}


/* =========================================================
   MANUFACTURING SECTION
========================================================= */

.ow-manufacturing {
  width: 100%;
  margin-top: 48px;
}

.ow-manufacturing__header {
  width: 100%;
}


/* Eyebrow */

.ow-manufacturing__eyebrow {
  margin: 0;
  padding: 0;

  color: #7a8fa8;

  font-family: "Inter", Arial, sans-serif !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}


/* Heading */

.ow-manufacturing__title,
.ow-assurance h2.ow-manufacturing__title {
  margin: 0;
  padding: 9px 0 22px;

  color: #0d1b3e;

  font-family: "Patrick Hand", cursive !important;
  font-size: 34px;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.08;
  letter-spacing: 0 !important;
  text-transform: none !important;
}


/* =========================================================
   CERTIFICATION CARDS
========================================================= */

.ow-manufacturing__grid {
  width: 100%;

  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.ow-manufacturing-card {
  width: 100%;
  padding: 18px;

  background: #fff3e3;
  border-radius: 20px;
}

.ow-manufacturing-card h3 {
  margin: 0 0 8px;
  padding: 0;

  color: #0d1b3e;

  font-family: "Inter", Arial, sans-serif !important;
  font-size: 16px;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.3;
}

.ow-manufacturing-card p {
  margin: 0;
  padding: 0;

  color: #7a8fa8;

  font-family: "Inter", Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}


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

@media (min-width: 768px) and (max-width: 1023px) {

  .ow-assurance__inner {
    padding: 54px 36px 62px;
  }

  .ow-assurance__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .ow-assurance-action {
    min-height: 190px;
    padding: 20px;

    flex-direction: column;
    align-items: flex-start;
  }

  .ow-assurance-action__title,
  .ow-assurance h3.ow-assurance-action__title {
    font-size: 27px;
  }

  .ow-assurance-action__title span {
    margin-top: 4px;
    margin-left: 0;
    padding: 1px 13px 4px;
  }

  .ow-assurance-action__description {
    padding-top: 10px;

    font-size: 12px;
    line-height: 1.5;
  }

  .ow-assurance-action__arrow {
    margin-top: auto;

    justify-content: flex-start;
  }

  .ow-manufacturing {
    margin-top: 68px;
  }

  .ow-manufacturing__eyebrow {
    font-size: 10.5px;
  }

  .ow-manufacturing__title,
  .ow-assurance h2.ow-manufacturing__title {
    padding: 10px 0 25px;

    font-size: 44px;
  }

  .ow-manufacturing__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .ow-manufacturing-card {
    min-height: 165px;
    padding: 21px;

    border-radius: 22px;
  }

  .ow-manufacturing-card h3 {
    font-size: 16px;
  }

  .ow-manufacturing-card p {
    font-size: 12px;
  }
}


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

@media (min-width: 1024px) {

  .ow-assurance__inner {
    padding: 80px 64px;
  }

  .ow-assurance__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .ow-assurance-action {
    min-height: 210px;
    padding: 28px;

    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

    border-radius: 24px;
  }

  .ow-assurance-action__title,
  .ow-assurance h3.ow-assurance-action__title {
    font-size: 32px;
    line-height: 1.15;
  }

  .ow-assurance-action__title span {
    margin-left: 4px;
    padding: 1px 16px 4px;
  }

  .ow-assurance-action__description {
    max-width: 390px;
    padding-top: 10px;

    font-size: 13.5px;
    line-height: 1.5;
  }

  .ow-assurance-action__arrow {
    margin-top: auto;

    justify-content: flex-start;
  }

  .ow-assurance-action__arrow svg {
    width: 22px;
    height: 22px;
  }

  .ow-manufacturing {
    margin-top: 88px;
  }

  .ow-manufacturing__eyebrow {
    font-size: 11px;
  }

  .ow-manufacturing__title,
  .ow-assurance h2.ow-manufacturing__title {
    padding: 10px 0 28px;

    font-size: 54px;
  }

  .ow-manufacturing__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .ow-manufacturing-card {
    min-height: 180px;
    padding: 28px;

    border-radius: 24px;
  }

  .ow-manufacturing-card h3 {
    margin-bottom: 10px;

    font-size: 18px;
  }

  .ow-manufacturing-card p {
    font-size: 13.5px;
    line-height: 1.55;
  }
}


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

@media (min-width: 1440px) {

  .ow-assurance__inner {
    max-width: 1600px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9cf22b *//* =========================================
   HOMEPAGE TRUST ROW
========================================= */

.ow-home-trust,
.ow-home-trust * {
  box-sizing: border-box;
}

.ow-home-trust {
  width: 100%;
  margin: 0;
  padding: 48px 64px;
  background: #fff3e3;
  color: #0d1b3e;
  font-family: "Inter", Arial, sans-serif;
}

.ow-home-trust__inner {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 44px;
}

.ow-home-trust__item {
  min-width: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.ow-home-trust__icon {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;

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

  color: #1ba1ff;
}

.ow-home-trust__icon svg {
  display: block;
  width: 100%;
  height: 100%;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ow-home-trust__text {
  color: #0d1b3e;

  font-family: "Inter", Arial, sans-serif;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.25;
  white-space: nowrap;
}


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

@media (min-width: 601px) and (max-width: 900px) {
  .ow-home-trust {
    padding: 34px 36px;
  }

  .ow-home-trust__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 44px;
  }

  .ow-home-trust__item {
    justify-content: flex-start;
    gap: 17px;
  }

  .ow-home-trust__icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .ow-home-trust__text {
    font-size: 16px;
    white-space: normal;
  }
}


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

@media (max-width: 600px) {
  .ow-home-trust {
    padding: 26px 18px;
  }

  .ow-home-trust__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 16px;
  }

  .ow-home-trust__item {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 11px;
  }

  .ow-home-trust__icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .ow-home-trust__text {
    padding-top: 2px;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.3;
    white-space: normal;
  }
}


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

@media (max-width: 380px) {
  .ow-home-trust {
    padding-inline: 14px;
  }

  .ow-home-trust__inner {
    gap: 22px 12px;
  }

  .ow-home-trust__item {
    gap: 8px;
  }

  .ow-home-trust__icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .ow-home-trust__text {
    font-size: 11px;
  }
}/* End custom CSS */