@font-face {
  font-family: "Kendamil Serif";
  src: url("../fonts/Kendamil_Serif-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Elza";
  src: url("../fonts/Elza-Condensed.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Elza";
  src: url("../fonts/Elza-CondensedBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

html,
body {
   width: 100%;
   max-width: 100%;
   overflow-x: hidden;
   overscroll-behavior-x: none;
}

body {
   margin: 0;
   font-family: "Elza", Arial, Helvetica, sans-serif;
   color: #071f60;
   background: #f7f2ea;
}

main {
   overflow-x: hidden;
}

/* One homepage source: desktop and mobile markup switch at the tablet breakpoint. */
.mobile-home {
   display: none;
}

@media (max-width: 1180px) {
   .desktop-home {
      display: none;
   }

   .mobile-home {
      display: block;
   }
}

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

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

.top-banner {
   background: #071f60;
   color: #fff;

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

   font-size: 16px;
  

   margin: 0px; /* remove negative margin */
   padding: 5px 5px; /* remove fat padding */
   height: 24px;
}

.site-header {
   background: #fff;
   border-bottom: 1px solid #ddd;
   margin: 0;
   height: 63px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.nav {
   width: 100%;
   display: grid;
   grid-template-columns: 1fr auto 1fr;
   align-items: center;
   padding: 0 25px;

}

.logo-link {
   display: flex;
   align-items: center;
   justify-content: center;
}

.logo-img {
   display: block;
   width: auto;
   height: 58px;
   max-width: 181px;
   object-fit: contain;
}

.formula-text-logo {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: #071f60;
   font-family: "Elza", Arial, Helvetica, sans-serif;
   font-size: 24px;
   font-weight: 400;
   line-height: 1;
   letter-spacing: 0;
   white-space: nowrap;
}

.formula-text-logo--header {
   min-width: 181px;
}

.formula-text-logo--footer {
   color: inherit;
   font-size: 28px;
   margin-bottom: 20px;
}

.nav-left {
   display: flex;
   gap: clamp(24px, 2.4vw, 42px);
   justify-self: start;
   align-items: center;
   justify-content: center;
   font-weight: 320;
   font-size: 21px;
   margin-left: 20px;
   font-family: "Elza", Arial, Helvetica, sans-serif;
}

.nav-left a {
   border-bottom: 1px solid transparent;
   padding-bottom: 1px;
}

.nav-left a:hover,
.nav-left a:focus-visible {
   border-bottom-color: #071f60;
}

.hero {
   position: relative;
   min-height: 460px;
   overflow: hidden;
   background: #f8f3ec;
}

.hero-img {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: 100% center;
}

.hero-overlay {
   position: absolute;
   inset: 0;
   z-index: 1;
   display: flex;
   align-items: center;
}

.hero-product-scene {
   position: absolute;
   inset: 0;
   z-index: 0;
   background: #f8f3ec;
   pointer-events: none;
}

.hero-product-scene::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   width: 56%;
   background: #e7f0ef;
}

.hero-product-scene::after {
   content: "";
   position: absolute;
   right: 0;
   bottom: 0;
   width: 64%;
   height: 132px;
   background: #e5d1bb;
}

.hero-product {
   position: absolute;
   z-index: 1;
   object-fit: contain;
   filter: drop-shadow(0 24px 22px rgba(7, 31, 96, 0.16));
}

.hero-product--kendamil {
   right: 28%;
   bottom: 54px;
   width: clamp(210px, 20vw, 310px);
}

.hero-product--bobbie {
   right: 42%;
   bottom: 72px;
   width: clamp(155px, 14vw, 225px);
}

.hero-product--enfamil {
   right: 10%;
   bottom: 42px;
   width: clamp(225px, 22vw, 345px);
}

.hero-content {
   padding: 31px 0 31px 150px;
   color: #fff;
   width: 100%;
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
}

.hero-copy {
   width: min(900px, 100%);
   padding: 0 15px;
}

.hero-content h1 {
   max-width: 780px;
   font-size: 58px;
   font-family: "Kendamil Serif", Georgia, serif;
   font-weight: 500;
   line-height: 0.98;
   margin: 0 0 12px;
   white-space: normal;
}

.hero-content p {
   max-width: 650px;
   margin: 0;
   font-family: "Elza", Arial, Helvetica, sans-serif;
   font-size: 23px;
   line-height: 1.22;
   font-weight: 350;
   
}

.btn {
   width: 218px;
   height: 57px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: #f6f2eb;
   color: #071f60;
   margin-top: 30px;
   padding: 0;
   font-family: "Elza", Arial, Helvetica, sans-serif;
   font-size: 23px;
   font-weight: 700;
   border-radius: 8px;
   border: 1px solid #071f60;
   cursor: pointer;
   text-decoration: none;
}

.trustpilot {
   background: #fffdf9;
   border: 1px solid rgba(7, 31, 96, 0.13);
   border-radius: 8px;
   box-shadow: 0 14px 24px rgba(7, 31, 96, 0.08);
   color: #071f60;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 24px;
   padding: 13px 24px;
   position: relative;
   width: min(760px, calc(100% - 48px));
   max-width: none;
   min-height: 54px;
   margin: -27px auto 0;
   font-size: 18px;
   font-weight: 700;
   text-align: center;
   z-index: 3;

}

.trustpilot span {
   position: relative;
   display: inline-flex;
   align-items: center;
   white-space: nowrap;
}

.trustpilot span:not(:last-child)::after {
   content: "";
   width: 5px;
   height: 5px;
   margin-left: 24px;
   border-radius: 50%;
   background: #d84f45;
}

.trust-strip {
  position: relative;
  z-index: 3;
  width: min(1120px, calc(100% - 64px));
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(190px, 1.15fr) repeat(4, minmax(145px, 1fr));
  align-items: center;
  margin: -34px auto 0;
  overflow: hidden;
  border: 1px solid rgba(7, 31, 96, 0.13);
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 16px 30px rgba(7, 31, 96, 0.11);
  color: #071f60;
}

.trust-strip__since {
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 0 28px;
  background: #071f60;
  color: #fff;
}

.trust-strip__since span {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.trust-strip__since strong {
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 31px;
  line-height: 1;
  font-weight: 500;
}

.trust-strip__item {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-left: 1px solid rgba(7, 31, 96, 0.13);
  font-size: 17px;
  line-height: 1.12;
  font-weight: 700;
  text-align: center;
}

.restock-note {
  width: min(760px, calc(100% - 48px));
  margin: 14px auto 0;
  color: #071f60;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.trust-ledger {
  background: #f7f2ea;
  color: #071f60;
  padding: 42px 32px 44px;
}

.trust-ledger__intro {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  margin: 0 auto 22px;
}

.trust-ledger__intro p {
  grid-column: 1 / -1;
  margin: 0 0 -16px;
  color: #d84f45;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.trust-ledger__intro h2 {
  margin: 0;
  color: #071f60;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
}

.trust-ledger__intro span {
  max-width: 650px;
  color: #071f60;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}

.trust-ledger__grid {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
}

.trust-ledger__grid article {
  min-height: 222px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(7, 31, 96, 0.14);
  border-radius: 8px;
  background: #fffdf9;
}

.trust-ledger__grid article > span {
  color: #d89212;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.trust-ledger__grid h3 {
  margin: 0;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 700;
}

.trust-ledger__grid p {
  margin: 0;
  color: #071f60;
  font-size: 17px;
  line-height: 1.38;
}

@media (max-width: 1040px) {
  .trust-ledger__intro,
  .trust-ledger__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-ledger__intro span {
    align-self: start;
  }
}

@media (max-width: 720px) {
  .trust-ledger {
    padding: 34px 16px 36px;
  }

  .trust-ledger__intro {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .trust-ledger__intro p {
    margin-bottom: 0;
  }

  .trust-ledger__intro h2 {
    font-size: 34px;
  }

  .trust-ledger__intro span {
    font-size: 16px;
  }

  .trust-ledger__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .trust-ledger__grid article {
    min-height: 0;
    padding: 18px;
  }
}

.instagram-trust {
  background: #f7f2ea;
  color: #071f60;
  padding: 32px 32px 32px;
}

.instagram-trust__inner {
  width: min(1360px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, 470px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  justify-content: stretch;
}

.instagram-trust__profile {
  border: 1px solid rgba(7, 31, 96, 0.13);
  border-radius: 8px;
  background: #fffdf9;
}

.instagram-trust__profile {
  padding: 34px 42px;
}

.instagram-trust__eyebrow {
  margin: 0 0 18px;
  color: #d84f45;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.instagram-trust__account {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.instagram-trust__avatar {
  width: 96px;
  height: 96px;
  border: 1px solid rgba(7, 31, 96, 0.12);
  border-radius: 50%;
  object-fit: cover;
  background: #f7f2ea;
}

.instagram-trust__account h2 {
  margin: 0 0 7px;
  color: #071f60;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
}

.instagram-trust__account p {
  margin: 0;
  color: #071f60;
  font-size: 19px;
  line-height: 1.2;
}

.instagram-trust__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 24px 0 0;
  padding: 18px 0;
  border-top: 1px solid rgba(7, 31, 96, 0.13);
  border-bottom: 1px solid rgba(7, 31, 96, 0.13);
}

.instagram-trust__stats div {
  text-align: center;
}

.instagram-trust__stats div:not(:last-child) {
  border-right: 1px solid rgba(7, 31, 96, 0.13);
}

.instagram-trust__stats dt {
  margin: 0 0 6px;
  color: #60719a;
  font-size: 15px;
  line-height: 1;
}

.instagram-trust__stats dd {
  margin: 0;
  color: #071f60;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
}

.instagram-trust__bio {
  max-width: 360px;
  margin: 20px 0 0;
  color: #071f60;
  font-size: 21px;
  line-height: 1.24;
}

.instagram-trust__link {
  width: fit-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 23px;
  padding: 0 20px;
  border-radius: 8px;
  background: #071f60;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.instagram-trust__link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.instagram-trust__feed {
  min-height: 328px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.9fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.instagram-trust__post {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(7, 31, 96, 0.12);
  border-radius: 8px;
  background: #fffdf9;
  color: #fff;
}

.instagram-trust__post--lead {
  grid-row: span 2;
}

.instagram-trust__post img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 420ms ease;
}

.instagram-trust__post:hover img,
.instagram-trust__post:focus-visible img {
  transform: scale(1.045);
}

.instagram-trust__post span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 28px);
  padding: 0 14px;
  border-radius: 6px;
  background: rgba(7, 31, 96, 0.88);
  color: #fff;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}


.features-wrapper {
  --card-width: 200px;
  --feature-gap: 36px;
  --visible-cards: 5;
  --step: calc(var(--card-width) + var(--feature-gap));

  width: calc(
    (var(--card-width) * var(--visible-cards)) +
    (var(--feature-gap) * (var(--visible-cards) - 1))
  );

  margin: 0 auto;
  padding: 61px 0 3px;
  background: #f7f2ea;
  overflow: hidden;
}

.slider {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--feature-gap);
  width: max-content;
  animation: slideSteps 18s infinite;
}

.feature-card {
  flex: 0 0 var(--card-width);
  text-align: center;
}

.feature-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  background: #fffdf9;
  border: 1px solid rgba(7, 31, 96, 0.12);
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-icon--contain {
  padding: 10px;
}

.feature-icon--contain img {
  object-fit: contain;
}

.feature-card h3 {
  margin: 0px 0 15px;
  font-size: 22px;
  white-space: nowrap;
  font-family: "Elza", Arial, Helvetica, sans-serif;
}

.feature-card p {
  max-width: 160px;
  margin: 0 auto;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.18;

}

@keyframes slideSteps {
  0%, 10% {
    transform: translateX(0);
  }

  14%, 24% {
    transform: translateX(calc(-1 * var(--step)));
  }

  28%, 38% {
    transform: translateX(calc(-2 * var(--step)));
  }

  42%, 52% {
    transform: translateX(calc(-3 * var(--step)));
  }

  56%, 66% {
    transform: translateX(calc(-4 * var(--step)));
  }

  70%, 80% {
    transform: translateX(calc(-5 * var(--step)));
  }

  84%, 94% {
    transform: translateX(calc(-6 * var(--step)));
  }

  98%, 100% {
    transform: translateX(calc(-6 * var(--step)));
  }
}


.nav-right {
   margin-left: auto;
   display: flex;
   align-items: center;
   gap: 38px;

}

.nav-icon {
   width: 28px;
   height: 28px;
   display: block;
   flex-shrink: 0;
}

.user-icon {
   width: 30px;
   height: 30px;
}

.flag-icon {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   object-fit: cover;
   display: block;
}

@media (min-width: 1181px) {
   .flag-icon,
   .user-icon {
      display: none;
   }

   .nav-right {
      gap: 28px;
   }
}

.cart-wrap {
   display: flex;
   align-items: center;
   gap: 4px;
   color: #071f60;
}

.cart-icon {
   width: 35px;
   height: 27px;
   display: block;
   flex-shrink: 0;
}

.cart-count {
   font-size: 18px;
   line-height: 1;
   color: #071f60;
   position: relative;
   top: 1px;
}
/* Range construction */
.ranges {
   background: #f7f2ea;
   padding: 34px 0 52px 50px;
   overflow: hidden;
}

.section-heading h2 {
   font-family: "Kendamil Serif", Georgia, serif;
   font-size: 39px;
   font-weight: 500;
   
   margin: 0 0 12px;
}

.ranges-slider-wrapper {
   overflow: hidden;
}

.ranges-track {
   display: flex;
   gap: 5px;
   overflow-x: auto;
   scrollbar-width: none;
   cursor: grab;
   user-select: none;
   transition: transform 220ms ease-out;
   will-change: transform;
}

.ranges-track.is-dragging {
   cursor: grabbing;
   transition: none;
}

.ranges-track::-webkit-scrollbar {
   display: none;
}

.range-card {
   flex: 0 0 512px;
}

.range-link {
   display: block;
}

.range-visual {
   aspect-ratio: 1 / 1;
   overflow: hidden;
}

.range-img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   pointer-events: none;
   transform: scale(1);
   transform-origin: center;
   transition: transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.range-link:hover .range-img,
.range-link:focus-visible .range-img {
   transform: scale(1.100);
}

.range-info {
  margin-top: 25px;
}

.range-info h3 {
   font-family: "Kendamil Serif", Georgia, serif;
   font-size: 29px;
   font-weight: 500;
   margin: 0px 0px 6px;
}

.range-info p {
  font-family: "Elza", Arial, Helvetica, sans-serif;
   font-size: 16px;
   margin: 0;

}

/* Range construction ends here */

@keyframes slideshow {
  /* Slide 1 */
  0%, 18% {
    transform: translateX(0%);
  }

  /* Slide 2 */
  20%, 38% {
    transform: translateX(-100%);
  }

  /* Slide 3 */
  40%, 58% {
    transform: translateX(-200%);
  }

  /* Slide 4 */
  60%, 78% {
    transform: translateX(-300%);
  }

  /* Slide 5 */
  80%, 98% {
    transform: translateX(-400%);
  }

  /* Reset */
  100% {
    transform: translateX(0%);
  }
}

.slider-wrapper {
   width: 100%;
   max-width: 1920px;
   height: auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 44px 0;
   overflow: hidden;
   margin: 0 auto;
}

.slider-track {
   display: flex;
   flex-wrap: nowrap;
   width: 100%;
   transition: transform 0.38s ease;
}

.slide {
   flex: 0 0 100%;
   width: 100%;
   display: flex;
   align-items: center;
   box-sizing: border-box;
   gap: 117px;
   padding-left: 70px;
   overflow: hidden;
}

.slide-media {
   flex: 0 0 877px;
   width: 877px;
   height: 657.917px;
   overflow: hidden;
}

.slide-img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

.slide-img--contain {
   object-fit: contain;
   background: #f8f3ec;
}

.slide-box {
   display: flex;
   align-items: center;
   flex: 0 0 791px;
   width: 791px;
   min-height: 237.6px;
   height: auto;
   justify-content: flex-start;
   min-width: 0;
   margin: 0;
}

.slide-eyebrow {
   font-size: 40px;
   font-weight: 500;
   margin: 0px 0px 10px 0px;
   font-family: "Kendamil Serif", Georgia, serif;
   
}

.slide-content h2 {
   font-size: 30px;
   font-weight: 500;
   font-family: "Kendamil Serif", Georgia, serif;
   margin: 0px 0px 10px 0px;
   
}

.slide-content > p:not(.slide-eyebrow) {
   margin: 0px;
   line-height: 1.2;
   font-weight: 100
}

.slide-learn-more {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-top: 30px;
   min-width: 111px;
   height: 45px;
   padding: 0 28px;
   background: #071f60;
   color: #fff;
   border: 1px solid #071f60;
   font-size: 15px;
   line-height: 1;
   text-decoration: none;
   transition: background-color 0.25s ease, color 0.40s ease, transform 1.20s ease;
  
}

.slide-learn-more:hover {
   background: white;
   color: #071f60;
   transform: translateY(-2px);
}

.slide-content{
   width: 650px;
   min-height: 237.6px;
   max-width: 650px;
   padding-left: 0;
   padding-top: 0;
   margin: 0 auto;
}

.slide-sections {
   width: 100%;
   max-width: 1820px;
   height: 84px;
   display: none;
   align-items: center;
   justify-content: center;
   margin: 40px 0 0;
   padding: 0;
   gap: 33px;
}

.slide-icon {
   width: auto;
   height: auto;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.slide-divider {
  width: 100px;
  height: 1px;
  flex: 0 0 100px;
   background: #8fb0d6;
   opacity: 0.5;
   margin-top: -65px;
}

.icon-img {
   width: 40px;
   height: 40px;
   object-fit: contain;
   display: block;
   filter: grayscale(40%);
   opacity: 0.50;
   margin: 0 auto 20px;
}

.icon-name {
   width: fit-content;
   height: auto;
   max-width: 164px;
   white-space: nowrap;
   display: inline-block;
   
   font-weight: 100;
   color: #7c859b;
   line-height:24px;
   margin: 0;
   transform: scaleX(0.90);
   font-size: 18px;
}

.slide-icon.is-active .icon-img {
   filter: grayscale(0);
   opacity: 1;
}

.slide-icon.is-active .icon-name {
   color: #071f60;
}

.textbar-wrapper {
  --textbar-gap: clamp(84px, 10vw, 156px);
  width: 100%;
  background: #071f60;
  padding: 16px 0;
}

.textbar-window {
  width: 100%;
  overflow: hidden;
}

.textbar-slider {
  display: flex;
  width: max-content;
  animation: textbarMove 34s linear infinite;
}

.textbar-name {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  justify-content: center;
  padding: 0 calc(var(--textbar-gap) / 2);
  color: #fff;

}

.textbar-name h6 {
  width: auto;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  font-family: "Kendamil Serif", Georgia, serif;
  
}

@keyframes textbarMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


@font-face {
  font-family: "JudgemeStar";
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAScAA0AAAAABrAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAEgAAAABoAAAAcbyQ+3kdERUYAAARgAAAAHgAAACAAMwAGT1MvMgAAAZgAAABGAAAAVi+vS9xjbWFwAAAB8AAAAEAAAAFKwBMjvmdhc3AAAARYAAAACAAAAAj//wADZ2x5ZgAAAkAAAAEJAAABdH33LXtoZWFkAAABMAAAAC0AAAA2BroQKWhoZWEAAAFgAAAAHAAAACQD5QHQaG10eAAAAeAAAAAPAAAAFAYAAABsb2NhAAACMAAAAA4AAAAOAO4AeG1heHAAAAF8AAAAHAAAACAASgAvbmFtZQAAA0wAAADeAAABkorWfVZwb3N0AAAELAAAACkAAABEp3ubLXgBY2BkYADhPPP4OfH8Nl8ZuJkYQODS2fRrCPr/aSYGxq1ALgcDWBoAO60LkwAAAHgBY2BkYGDc+v80gx4TAwgASaAICmABAFB+Arl4AWNgZGBgYGPQYWBiAAIwyQgWc2AAAwAHVQB6eAFjYGRiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbByMsCBAAMCBKS5pjA4PGB4wMR44P8BBj3GrQymQGFGkBwAjtgK/gAAeAFjYoAAEA1jAwAAZAAHAHgB3crBCcAwDEPRZydkih567CDdf4ZskmLwFBV8xBfCaC4BXkOUmx4sU0h2ngNb9V0vQCxaRKIAevT7fGWuBrEAAAAAAAAAAAA0AHgAugAAeAF9z79Kw1AUx/FzTm7un6QmJtwmQ5Bg1abgEGr/BAqlU6Gju+Cgg1MkQ/sA7Vj7BOnmO/gUvo2Lo14NqIO6/IazfD8HEODtmQCfoANwNsyp2/GJt3WKQrd1NLiYYWx2PBqOsmJMEOznPOTzfSCrhAtbbLdmeFLJV9eKd63WLrZcIcuaEVdssWCKM6pLCfTVOYbz/0pNSMSZKLIZpvh78sAUH6PlMrreTCabP9r+Z/puPZ2ur/RqpQHgh+MIegCnXeM4MRAPjYN//5tj4ZtTjkFqEdmeMShlEJ7tVAly2TAkx6R68Fl4E/aVvn8JqHFQ4JS1434gXKcuL31dDhzs3YbsEOAd/IU88gAAAHgBfY4xTgMxEEVfkk0AgRCioKFxQYd2ZRtpixxgRU2RfhU5q5VWseQ4JdfgAJyBlmNwAM7ABRhZQ0ORwp7nr+eZAa54YwYg9zm3ynPOeFRe8MCrciXOh/KSS76UV5L/iDmrLiS5AeU519wrL3jmSbkS5115yR2fyivJv9kx0ZMZ2RLZw27q87iNQi8EBo5FSPIMw3HqBboi5lKTGAGDp8FKXWP+t9TU01Lj5His1Ba6uM9dTEMwvrFmbf5GC/q2drW3ruXUhhsCiQOjznFlCzYhHUZp4xp76vsvQh89CQAAeAFjYGJABowM6IANLMrEyMTIzMjCXpyRWJBqZshWXJJYBKOMAFHFBucAAAAAAAAB//8AAngBY2BkYGDgA2IJBhBgAvKZGViBJAuYxwAABJsAOgAAeAFjYGBgZACCk535hiD60tn0azAaAEqpB6wAAA==") format("woff");
  font-weight: normal;
  font-style: normal;
}

.product-card-rating {
  display: flex;
  gap: 0;
  width: 100%;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #D0AF71;
  line-height: 1;
}

.star {
  display: inline-flex;
  width: 29.5167px;
  height: 19px;
  align-items: center;
  justify-content: center;
}

.star::before {
  content: "\e000";
  font-family: "JudgemeStar", sans-serif;
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.family-favorite-section {
  --product-card-width: 423.85px;
  --product-card-height: 599px;
  --product-image-size: 423.85px;
  --product-slider-end-gutter: 50px;
  padding: 48px 0px 48px 50px;
  display: flex;
  background-color: #f8f3ec;
  gap: 54px;
  overflow: hidden;
}

.family-favorite-content {
  width: 318px;
  height: var(--product-card-height);
  flex: 0 0 318px;
  box-sizing: border-box;
  padding: 0px 15px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.family-favorite-text {
  width: 288px;
  min-height: 132px;
}

.family-favorite-content h3 {
   font-size: 40px;
   font-family: "Kendamil Serif", Georgia, serif;
   margin: 0px;
   text-align: center;
   margin-bottom: 10px;
   font-weight: 500;
   
}

.family-favorite-content p {
  font-size: 21px;
  letter-spacing: 0px;
  font-weight: 350;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  margin: 0;
}

.family-favorites__button {
  font-family: "Elza", Arial, Helvetica, sans-serif;
  display: inline-flex;
  width: 107px;
  height: 45px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border: 1px solid #071f60;
  border-radius: 0;
  background-color: transparent;
  color: #071f60;
  font-size: 15px;
  font-weight: 350;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.family-favorites__button:hover,
.family-favorites__button:focus-visible {
  background-color: #071f60;
  color: #fff;
}

.product-slider-track {
  width: 100%;
  height: 599px;
  gap: 5px;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  padding-inline-end: var(--product-slider-end-gutter, 0);
  scroll-padding-inline-end: var(--product-slider-end-gutter, 0);
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.product-slider-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.product-slider-track.is-dragging a,
.product-slider-track.is-dragging img {
  pointer-events: none;
}

.product-slider-track::-webkit-scrollbar {
  display: none;
}

.product-slider-wrapper {
  flex: 0 1 1496px;
  width: min(1496px, 100%);
  max-width: 1496px;
  min-width: 0;
  overflow: hidden;
}

.product-slider-carousel {
  width: 100%;
  height: 599px;
  overflow: hidden;
}

.product-card {
  width: var(--product-card-width, 423.85px);
  height: auto;
  flex: 0 0 var(--product-card-width, 423.85px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  width: var(--product-card-width, 423.85px);
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px rgba(7, 31, 96, 0.08);
  cursor: pointer;
}

.product-slider-track.is-dragging .product-card {
  cursor: grabbing;
}

.product-card-image {
  width: 100%;
  height: var(--product-image-size, 423.85px);
  flex: 0 0 var(--product-image-size, 423.85px);
  position: relative;
  overflow: hidden;
  background: #fffdf9;
}

.product-card__link {
  color: inherit;
  text-decoration: none;
}

.product-card-image > .product-card__link {
  display: block;
  height: 100%;
}

.product-card__link:focus-visible {
  outline: 2px solid #071f60;
  outline-offset: 3px;
}

.image-card {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card-info {
  height: 111px;
  flex: 0 0 111px;
  padding: 10px 0px;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid rgba(7, 31, 96, 0.08);
}

.product-card-info p {
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0px 0px 2px 0px;

}

.money {
  font-size: 18px;
  margin: 0;
}

.product-addtocart {
  width: 100%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.product-card:hover .product-addtocart {
  max-height: 65px;
  opacity: 1;
  pointer-events: auto;
}

.product-addtocart-inner {
  display: flex;
  gap: 5px;
  padding: 10px 13px;
}

.quantity {
  width: 95px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #071f60;
  border-radius: 6px;
  color: #071f60;
  background: white;
}

.quantity button {
  width: 31px;
  height: 100%;
  border: 0;
  background: transparent;
  color: #071f60;
  font-size: 14px;
  cursor: pointer;
}

.quantity button[aria-disabled="true"] {
  color: #8d96b2;
  cursor: default;
}

.quantity span {
  font-weight: 100;
  font-size: 18px;
  color: #071f60;
}

.product-card-button {
    flex: 0 1 298.233px;
    height: 45px;
    border: 0;
    border-radius: 6px;
    background: #071f60;
    color: #fff;
    font-family: "Elza", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.bobbie-deals-section {
  --product-card-width: 423.85px;
  --product-card-height: 599px;
  --product-image-size: 423.85px;
  padding: 48px 50px 52px;
  background: #f8f3ec;
  color: #071f60;
}

.bobbie-deals-heading {
  margin: 0 0 24px;
}

.bobbie-deals-heading p {
  margin: 0 0 6px;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.bobbie-deals-heading h2 {
  margin: 0;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

.brand-deals-heading-link {
  color: inherit;
  text-decoration: none;
}

.brand-deals-heading-link:hover,
.brand-deals-heading-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.bobbie-deals-grid {
  display: flex;
  grid-template-columns: none;
  gap: 5px;
  height: var(--product-card-height);
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.bobbie-deals-grid::-webkit-scrollbar {
  display: none;
}

.bobbie-deals-grid .product-card {
  width: var(--product-card-width);
  min-width: 0;
  flex: 0 0 var(--product-card-width);
}

.bobbie-deals-grid .product-card-image {
  height: var(--product-image-size);
  flex: 0 0 var(--product-image-size);
  background: #fff;
}

.bobbie-deals-grid .image-card {
  padding: 0;
  object-fit: contain;
  box-sizing: border-box;
}

.deal-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 14px;
  border-radius: 5px;
  background: #dcd4f2;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.deal-card-badge[data-deal-tone="low"] {
  background: #ffe0dc;
  color: #8a2118;
}

.deal-card-badge[data-deal-tone="restock"] {
  background: #dbeee6;
  color: #0f5d3f;
}

.deal-card-stock {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 5px;
  background: rgba(255, 253, 249, 0.94);
  color: #071f60;
  box-shadow: 0 6px 18px rgba(7, 31, 96, 0.12);
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.deal-card-stock[data-stock-tone="low"] {
  color: #8a2118;
}

.bobbie-deals-grid .product-card-info {
  height: 111px;
  flex-basis: 111px;
  padding: 10px 0;
}

.enfamil-deals-section {
  --product-card-width: 423.85px;
  --product-card-height: 599px;
  --product-image-size: 423.85px;
  padding: 52px 0 50px;
  background: #f8f3ec;
  color: #071f60;
  overflow: hidden;
}

.enfamil-deals-shell {
  display: block;
}

.enfamil-deals-heading {
  margin: 0 0 24px;
  padding: 0 50px;
  text-align: right;
}

.enfamil-deals-heading p {
  margin: 0 0 6px;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.enfamil-deals-heading h2 {
  margin: 0;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
}

.enfamil-slider-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  max-width: none;
}

.enfamil-deals-section .product-slider-carousel,
.enfamil-deals-track {
  height: var(--product-card-height);
}

.enfamil-deals-track {
  gap: 5px;
}

.enfamil-deals-track .product-card {
  width: var(--product-card-width);
  flex: 0 0 var(--product-card-width);
}

.enfamil-deals-track .product-card-image {
  height: var(--product-image-size);
  flex: 0 0 var(--product-image-size);
  background: #fff;
}

.enfamil-deals-track .image-card {
  padding: 0;
  object-fit: contain;
  box-sizing: border-box;
}

.polaroid-slideshow {
  background: #fed6e1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 170px;
  padding: 55px 0 100px;
  width: 100%;
  max-width: 1920px;
  min-height: 583px;
  overflow: hidden;
}

.polaroid-slideshow__items {
  position: relative;
  flex: 0 0 45%;
  height: 428px;
  display: flex;
  justify-content: flex-end;
}

.polaroid-slideshow__card {
  position: absolute;
  width: 408px;
  top: 0;
  right: 0;
  transition: right 0.7s ease;
}

.polaroid-slideshow__card.swiped-away {
  right: 120%;
}

.polaroid-slideshow__frame {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow:
    0 5px 4px rgba(203, 77, 106, 0.08),
    0 8px 11px rgba(203, 77, 106, 0.1);
}

.polaroid-slideshow__frame img {
  display: block;
  width: 350px;
  height: 350px;
  object-fit: cover;
}

.polaroid-slideshow__frame p {
  margin: 20px 0 0;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 32px;
  line-height: 1;
  color: #071f60;
  text-align: center;
}

.polaroid-slideshow__card:nth-child(1) {
  z-index: 5;
  transform: rotate(-8deg);
}

.polaroid-slideshow__card:nth-child(2) {
  z-index: 4;
  transform: rotate(-1deg);
}

.polaroid-slideshow__card:nth-child(3) {
  z-index: 3;
  transform: rotate(-4deg);
}

.polaroid-slideshow__card:nth-child(4) {
  z-index: 2;
  transform: rotate(4deg);
}

.polaroid-slideshow__card:nth-child(5) {
  z-index: 1;
  transform: rotate(-4deg);
}

.polaroid-slideshow__content {
  width: 526px;
  color: #071f60;
  text-align: left;
}

.polaroid-slideshow__content-div {
  width: 100%;

}

.polaroid-slideshow__slide {
  display: none;
}

.polaroid-slideshow__slide.is-active {
  display: block;
}

.polaroid-slideshow__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px;
  color: #c47e2c;
  line-height: 1;
}

.polaroid-slideshow__stars {
  width: 184px;
  height: auto;
  display: block;
}

.polaroid-slideshow__content-div h3 {
  margin: 0 0 10px;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}

.polaroid-slideshow__content-div p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-weight: 350;
}

.product-link-wrap {
  margin: 18px 0;
}

.product-link {
  display: inline-block;
  color: #071f60;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.product-link span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.polaroid-slideshow__controls {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 0;
  overflow: auto;
  scrollbar-width: none;
}

.polaroid-slideshow__controls::-webkit-scrollbar {
  display: none;
}

.polaroid-slideshow__controls button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.polaroid-slideshow__controls button::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  background: #f9edf0;
}

.polaroid-slideshow__controls button.is-active::before {
  background: #cb4d6a;
}

.video-feature {
  padding: 0px;
  width: 100%;
}

.video-feature__media {
  margin: 0 auto;
  overflow: hidden;
  height: 500px;
  width: 100%;
}

.video-feature__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-showcase-wrapper {
  --textbar-item-width: max(180px, 25vw);
  width: 100%;
  background: #f7dadf;
  padding: 16px 0;
}

.brand-showcase-window {
  width: 100%;
  overflow: hidden;
}

.brand-showcase-slider {
  display: flex;
  width: max-content;
  animation: textbarMove 34s linear infinite;
}

@keyframes textbarMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.brand-showcase-names {
    flex: 0 0 var(--textbar-item-width);
    width: var(--textbar-item-width);
    display: flex;
    justify-content: center;
    padding: 0;
    color: #fff;
}

.support-hub {
  background: #bfe5f2;
  color: #071f60;
  padding: 50px 0 50px;
}

.support-hub__inner {
  width: min(1293px, calc(100% - 48px));
  min-height: 1011.23px;
  margin: 0 auto;
  padding-left: 15px;
  text-align: center;
}

.support-hub__header {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 25px;
  min-height: 50px;
  text-align: left;
}

.support-hub__header h2 {
  margin: 0;
  color: #071f60;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 40px;
  line-height: 1;
  min-height: 50px;
  font-weight: 500;
}

.support-hub__nav {
  display: flex;
  align-items: center;
  gap: 48px;
}

.support-hub__nav button {
  border: 0;
  padding: 0;
  background: transparent;
  color: #7199bd;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.support-hub__nav button.is-active {
  color: #071f60;
}

.support-hub__grid {
  display: grid;
  grid-template-columns: 594px 1fr;
  gap: 10px;
  text-align: left;
}

.support-featured-post img {
  display: block;
  width: 594px;
  height: 608px;
  object-fit: cover;
}

.support-featured-post time,
.support-post-card time {
  display: block;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

.support-featured-post time {
  margin-top: 30px;
}

.support-featured-post h3,
.support-post-card h3 {
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.support-featured-post h3 {
  max-width: 590px;
  margin: 20px 0 12px;
  font-size: 24px;
  line-height: 1.18;
}

.support-featured-post p,
.support-post-card p {
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.support-featured-post p {
  max-width: 590px;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.3;
}

.support-featured-post a,
.support-post-card a {
  color: #071f60;
}

.support-featured-post > a:last-child,
.support-post-card__copy a {
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline;
}

.support-post-list {
  display: grid;
  gap: 24px;
}

.support-post-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.support-post-card img {
  display: block;
  width: 260px;
  height: 260px;
  object-fit: cover;
}

.support-post-card__copy {
  padding-top: 18px;
}

.support-post-card h3 {
  max-width: 370px;
  margin: 20px 0 12px;
  font-size: 23px;
  line-height: 1.2;
}

.support-post-card p {
  max-width: 365px;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.3;
}

.support-hub__all-posts {
  display: inline-flex;
  width: 238px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
  border: 1px solid #071f60;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 50px 16px 50px;
}

.before-buy {
  background: #fffaf3;
  color: #071f60;
  padding: 76px 0 72px;
  border-top: 1px solid rgba(6, 36, 102, 0.08);
  border-bottom: 1px solid rgba(6, 36, 102, 0.08);
}

.before-buy__inner {
  width: min(1300px, calc(100% - 100px));
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(290px, 380px) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  padding-left: 0;
  text-align: left;
}

.before-buy__header {
  display: grid;
  gap: 13px;
  align-items: start;
  max-width: none;
  min-height: 0;
  margin-bottom: 0;
  padding-top: 5px;
}

.before-buy__eyebrow {
  margin: 0;
  color: #d89212;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.before-buy__header h2 {
  min-height: 0;
  font-size: 64px;
  line-height: 0.98;
}

.before-buy__intro {
  max-width: 335px;
  margin: 0;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.45;
}

.before-buy__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(6, 36, 102, 0.18);
}

.before-buy-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 58px minmax(180px, 245px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px 0 25px;
  border: 0;
  border-bottom: 1px solid rgba(6, 36, 102, 0.18);
  border-radius: 0;
  background: transparent;
  color: #071f60;
}

.before-buy-card__number {
  color: #d89212;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.before-buy-card h3 {
  margin: 0;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.12;
}

.before-buy-card p {
  max-width: 560px;
  margin: 0;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.42;
}

@media (max-width: 1100px) {
  .before-buy__inner {
    width: min(100% - 48px, 900px);
    display: block;
  }

  .before-buy__header {
    max-width: 720px;
    margin-bottom: 30px;
  }

  .before-buy__header h2 {
    font-size: 54px;
  }

  .before-buy__intro {
    max-width: 620px;
  }

  .before-buy-card {
    grid-template-columns: 58px minmax(190px, 250px) minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .before-buy {
    padding: 48px 0;
  }

  .before-buy__inner {
    width: min(100% - 32px, 560px);
  }

  .before-buy__header h2 {
    font-size: 42px;
  }

  .before-buy-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px 16px;
    padding: 20px 0 21px;
  }

  .before-buy-card p {
    grid-column: 2;
  }
}

.trust-faq {
  background: #f8f3ec;
  color: #071f60;
  padding: 74px 24px 78px;
}

.trust-faq__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(290px, 360px) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.trust-faq__intro {
  display: grid;
  gap: 16px;
}

.trust-faq__eyebrow {
  margin: 0;
  color: #d89212;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.trust-faq__intro h2 {
  margin: 0;
  color: #071f60;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 0.98;
}

.trust-faq__intro > p,
.trust-contact p,
.trust-faq__grid p {
  margin: 0;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  line-height: 1.42;
}

.trust-faq__intro > p {
  font-size: 18px;
}

.trust-contact {
  margin-top: 12px;
  padding: 22px;
  border: 1px solid rgba(7, 31, 96, 0.14);
  border-radius: 8px;
  background: #fffdf9;
}

.trust-contact h3,
.trust-faq__grid h3 {
  margin: 0;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.16;
}

.trust-contact h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.trust-contact p,
.trust-faq__grid p {
  font-size: 16px;
}

.trust-contact a {
  color: #071f60;
  font-weight: 700;
  text-decoration: underline;
}

.trust-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-faq__grid article {
  min-height: 164px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(7, 31, 96, 0.14);
  border-radius: 8px;
  background: #fffdf9;
}

.trust-faq__grid h3 {
  font-size: 20px;
}

@media (max-width: 1100px) {
  .trust-faq__inner {
    grid-template-columns: 1fr;
  }

  .trust-faq__intro {
    max-width: 720px;
  }
}

@media (max-width: 720px) {
  .trust-faq__grid {
    grid-template-columns: 1fr;
  }

  .trust-faq {
    padding: 50px 16px 54px;
  }

  .trust-faq__intro h2 {
    font-size: 40px;
  }
}

.footer {
  background: #fff;
  color: #071f60;
  font-family: "Elza", Arial, Helvetica, sans-serif;
  padding: 71px 0 44px;
}

.footer-inner {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
}

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

.footer-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  height: 259px;
  padding: 0px 50px 0px 50px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 1 333px;
  min-width: 0;
}

.footer-brand img {
  display: block;
  width: 195px;
  height: auto;
  margin-bottom: 20px;
  filter: none;
}

.footer-brand p,
.footer-newsletter p,
.footer-whatsapp {
  font-size: 14px;
  font-weight: 300;
}

.footer-brand p {
  max-width: 355px;
  margin: 0;
  line-height: 1.60;
}

.footer-socials,
.list-payment {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 16px;
}

.footer-socials a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.footer-socials svg {
  display: block;
  width: 22px;
  height: 22px;
}

.footer-socials a[aria-label="Instagram"] svg,
.footer-whatsapp svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-whatsapp {
  margin-top: 27px;
}

.footer-whatsapp a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-whatsapp svg {
  width: 21px;
  height: 21px;
  opacity: .28;
}

.footer-center {
  display: flex;
  flex: 0 1 346px;
  align-items: flex-start;
  height: 259px;
  min-width: 0;
  gap: 30px;
}

.footer h3 {
  margin: 0 0 18px;
  color: #071f60;
  font-family: "Kendamil Serif", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.footer-customer-care h3 {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 24px;
  width: 158px;
  height: 22px;
  margin: 0;
}

.footer-left,
.footer-right {
  flex: 0 0 158px;
  align-self: flex-start;
  min-width: 158px;
}

.footer-customer-care,
.footer-right {
  height: 259px;
}

.footer-main-menu h3 {
  letter-spacing: 0;
  font-weight: 500;
  font-size: 24px;
  width: 158px;
  height: 22px;
  margin: 0;
}

.footer-customer-care h3,
.footer-main-menu h3 {
  transform: translateY(-4px);
}

.footer-customer-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.footer-customer-list li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-customer-list li:first-child {
  font-size: 14px;
}

.footer-menu-list {
  display: grid;
  gap: 0;
  height: 222px;
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.footer-menu-list li {
  margin: 0;
}

.footer-menu-list li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 1 380px;
  min-width: 0;
  max-width: 380px;
  transform: translateY(-5px);
}

.footer-newsletter p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.footer-email-form {
  display: flex;
  width: 100%;
  height: 44px;
  margin-top: 51px;
  border: 1px solid rgba(7, 31, 96, 0.18);
  background: #fff;
}

.footer-email-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  color: #071f60;
  font: 400 18px "Elza", Arial, Helvetica, sans-serif;
  outline: 0;
  padding: 0 18px;
}

.footer-email-form input::placeholder {
  color: #071f60;
  opacity: 1;
}

.footer-email-form button {
  width: 52px;
  border: 0;
  background: transparent;
  color: #071f60;
  cursor: pointer;
  font-size: 17px;
}

.footer-legal {
  margin: 49px 0px 30px;
  text-align: center;

}

.footer-legal > span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 300;
}

.footer-copyright {
  font-size: 16px;
  font-weight: 350;
}

.list-payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0px;
}

.list-payment li {
  display: flex;
}

.list-payment .icon {
  display: block;
  width: 38px;
  height: 24px;
}

.mobile-menu {
  display: none;
}

/* MOBILE */

@media (max-width: 767px) {
  html,
  body {
    height: auto;
    overflow-y: auto;
  }

  .top-banner {
    min-height: 28px;
    height: auto;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0;
  }

  .site-header {
    height: 58px;
  }

  .nav {
    grid-template-columns: 44px 1fr auto;
    gap: 10px;
    padding: 0 14px;
  }

  .mobile-menu {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .mobile-menu span {
    display: block;
    width: 22px;
    height: 2px;
    background: #071f60;
  }

  .nav-left {
    display: none;
  }

  .logo {
    justify-self: center;
  }

  .logo-img {
    width: auto;
    height: 50px;
  }

  .nav-right {
    gap: 14px;
    justify-self: end;
    margin-left: 0;
  }

  .flag-icon,
  .user-icon {
    display: none;
  }

  .cart-icon {
    width: 31px;
    height: 24px;
  }

  .cart-count {
    font-size: 14px;
  }

  .hero {
    min-height: 430px;
  }

  .hero-img {
    object-position: 64% center;
  }

  .hero-content {
    padding: 32px 16px;
    justify-content: center;
  }

  .hero-copy {
    width: 100%;
    max-width: 350px;
    min-height: 0;
    padding: 0;
  }

  .hero-content h1 {
    max-width: 100%;
    white-space: normal;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .hero-content p {
    max-width: 300px;
    white-space: normal;
    font-size: 16px;
    line-height: 1.35;
  }

  .btn {
    width: 184px;
    height: 52px;
    min-height: 44px;
    margin-top: 24px;
    font-size: 20px;
    letter-spacing: 0;
  }

  .features-wrapper,
  .slider,
  .ranges,
  .ranges-slider-wrapper,
  .ranges-track {
    touch-action: pan-y;
  }

  .ranges-track {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

}
