/** Shopify CDN: Minification failed

Line 1684:0 Expected percentage but found "."
Line 1875:1 Expected "}" to go with "{"

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--jf-text);
  background: var(--jf-bg);
  font-family: var(--jf-body-font);
  font-size: var(--jf-base-font);
  line-height: 1.5;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  z-index: 9999;
  transform: translateY(-150%);
  border-radius: 8px;
  background: var(--jf-text);
  color: var(--jf-bg);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: none;
}

.jf-page-width {
  width: min(100% - 32px, var(--jf-page-width));
  margin-inline: auto;
}

.jf-section {
  --section-bg: var(--jf-bg);
  --section-text: var(--jf-text);
  --section-muted: var(--jf-muted);
  --section-accent: var(--jf-accent);
  color: var(--section-text);
  background: var(--section-bg);
  padding-block: var(--jf-section-spacing);
}

.jf-section.compact {
  padding-block: 28px;
}

.jf-section__inner {
  width: min(100% - 32px, var(--jf-page-width));
  margin-inline: auto;
}

.jf-section__header {
  max-width: 780px;
  margin-inline: auto;
  margin-block-end: 32px;
  text-align: center;
}

.jf-kicker {
  margin: 0 0 12px;
  color: var(--section-accent);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jf-title {
  margin: 0;
  color: var(--section-text);
  font-family: var(--jf-heading-font);
  font-size: clamp(32px, 7vw, calc(50px * var(--jf-heading-scale)));
  line-height: 1.04;
  letter-spacing: 0;
}

.jf-title--sm {
  font-size: clamp(28px, 6vw, calc(42px * var(--jf-heading-scale)));
}

.jf-title--left {
  text-align: start;
}

.jf-title__accent {
  color: var(--section-accent);
}

.jf-subtitle,
.jf-rte {
  color: var(--section-muted);
  font-size: clamp(17px, 3vw, 21px);
}

.jf-subtitle {
  margin: 18px auto 0;
  max-width: 620px;
}

.jf-rte p:first-child {
  margin-block-start: 0;
}

.jf-rte p:last-child {
  margin-block-end: 0;
}

.jf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border: 0;
  border-radius: 10px;
  background: var(--section-accent);
  color: #fff;
  padding: 0 26px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.jf-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgb(0 0 0 / .14);
}

.jf-button--light {
  background: #fff;
  color: var(--section-text);
}

.jf-button--full {
  width: 100%;
}

.jf-icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
}

.jf-placeholder {
  display: grid;
  min-height: 240px;
  place-items: center;
  border-radius: var(--jf-card-radius);
  background: linear-gradient(135deg, #eef1f6, #dfe4ec);
  color: #9aa3b2;
  text-align: center;
}

.jf-placeholder svg {
  width: 64px;
  height: 64px;
  opacity: .72;
}

.jf-announcement {
  background: var(--section-bg);
  color: var(--section-text);
  padding: 10px 16px;
  text-align: center;
  font-weight: 700;
}

.jf-announcement__track {
  display: flex;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
}

.jf-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-block-end: 1px solid rgb(20 24 36 / .08);
  background: rgb(255 255 255 / .92);
  backdrop-filter: blur(18px);
}

.jf-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 70px;
  gap: 18px;
}

.jf-header__menu-button,
.jf-header__icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--jf-text);
  cursor: pointer;
}

.jf-header__brand {
  justify-self: center;
  font-family: var(--jf-heading-font);
  font-size: var(--header-logo-size, 28px);
  font-weight: 900;
  line-height: 1;
  color: var(--header-logo-color, var(--jf-text));
}

.jf-header__logo {
  max-height: 44px;
  width: auto;
}

.jf-header__actions {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}

.jf-header__cart {
  position: relative;
}

.jf-header__cart-count {
  position: absolute;
  inset-block-start: 2px;
  inset-inline-end: 2px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}

.jf-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
}

.jf-drawer.is-open {
  pointer-events: auto;
}

.jf-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgb(20 24 36 / .38);
  opacity: 0;
  transition: opacity .2s ease;
}

.jf-drawer.is-open .jf-drawer__overlay {
  opacity: 1;
}

.jf-drawer__panel {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: min(88vw, 340px);
  background: #fff;
  padding: 24px;
  transform: translateX(-100%);
  transition: transform .22s ease;
}

.jf-drawer.is-open .jf-drawer__panel {
  transform: none;
}

.jf-drawer__close {
  float: inline-end;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.jf-drawer__menu {
  display: grid;
  gap: 14px;
  margin-block-start: 48px;
}

.jf-hero {
  position: relative;
  min-height: min(720px, calc(100vh - 120px));
  overflow: hidden;
  color: #fff;
  background: #090b10;
  padding-block: clamp(64px, 10vw, 116px);
}

.jf-hero__media {
  position: absolute;
  inset: 0;
  opacity: var(--hero-opacity, .55);
}

.jf-hero__media img,
.jf-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jf-hero__content {
  position: relative;
  width: min(100% - 32px, var(--jf-page-width));
  margin-inline: auto;
  max-width: 720px;
}

.jf-hero .jf-title {
  color: #fff;
  text-align: start;
}

.jf-hero .jf-subtitle {
  margin-inline: 0;
  color: rgb(255 255 255 / .82);
}

.jf-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block-start: 28px;
}

.jf-logo-press__title {
  display: grid;
  grid-template-columns: minmax(60px, 1fr) auto minmax(60px, 1fr);
  align-items: center;
  gap: 18px;
  margin-block-end: 28px;
  font-weight: 900;
}

.jf-logo-press__title::before,
.jf-logo-press__title::after {
  content: "";
  height: 1px;
  background: currentColor;
  opacity: .35;
}

.jf-logo-grid {
  display: grid;
  grid-template-columns: repeat(var(--columns, 6), minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  text-align: center;
}

.jf-logo-item {
  display: grid;
  min-height: var(--logo-height, 44px);
  place-items: center;
  color: inherit;
  opacity: .78;
  font-weight: 800;
}

.jf-logo-item img {
  max-height: var(--logo-height, 44px);
  width: auto;
  object-fit: contain;
}

.jf-product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.jf-product--image-right .jf-product__media {
  order: 2;
}

.jf-product__media,
.jf-product__info,
.jf-card {
  border-radius: var(--jf-card-radius);
  min-width: 0;
}

.jf-product__media-main {
  overflow: hidden;
  background: #f1f4f8;
  height: var(--product-image-height-desktop, auto);
  max-height: var(--product-image-max-height, none);
}

.jf-product__media-main img {
  width: 100%;
  height: 100%;
  min-height: var(--product-image-height-mobile, 360px);
  aspect-ratio: var(--product-image-ratio, 1 / 1);
  object-fit: var(--product-image-fit, cover);
  object-position: var(--product-image-position, center center);
  transform: scale(var(--product-image-zoom, 1));
  transform-origin: var(--product-image-position, center center);
  transition: transform .18s ease;
}

.jf-product__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-block-start: 12px;
}

.jf-product__thumb {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #f2f4f8;
  padding: 0;
}

.jf-product__thumb:first-child {
  border-color: var(--section-accent);
}

.jf-product__thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.jf-product__title {
  margin: 16px 0 8px;
  font-family: var(--jf-heading-font);
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1.05;
}

.jf-product__price {
  margin: 0 0 18px;
  font-family: var(--jf-heading-font);
  font-size: 30px;
  font-weight: 900;
}

.jf-product__description {
  color: var(--section-muted);
  font-size: 18px;
}

.jf-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-block: 14px;
  font-weight: 900;
}

.jf-rating__stars {
  display: inline-flex;
  gap: 2px;
  color: #fff;
}

.jf-rating__stars span {
  display: grid;
  width: var(--star-size, 24px);
  height: var(--star-size, 24px);
  place-items: center;
  background: #00b67a;
  font-size: calc(var(--star-size, 24px) * .7);
  line-height: 1;
}

.jf-rating--small {
  --star-size: 18px;
  font-size: 14px;
}

.jf-rating--large {
  --star-size: 30px;
  font-size: 18px;
}

.jf-rating--white {
  color: #fff;
}

.jf-check-line {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-block: 12px;
  color: var(--section-text);
  font-size: var(--line-size, 18px);
}

.jf-check-line__icon {
  display: inline-grid;
  width: var(--icon-size, 22px);
  height: var(--icon-size, 22px);
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--line-icon-bg, var(--section-accent));
  color: #fff;
  margin-block-start: .15em;
}

.jf-product-form {
  margin-block: 20px;
}

.jf-add-button {
  --section-accent: var(--button-bg, var(--jf-accent));
  display: flex;
  width: 100%;
  min-height: var(--button-height, 62px);
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: var(--button-radius, 12px);
  background: var(--button-bg, var(--jf-accent));
  color: var(--button-text, #fff);
  font-size: var(--button-font-size, 16px);
  font-weight: 900;
  cursor: pointer;
}

.jf-add-button__divider {
  width: 1px;
  height: 24px;
  background: currentColor;
  opacity: .35;
}

.jf-shipping {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-block: 12px;
  font-weight: 800;
}

.jf-shipping__dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--indicator, var(--jf-success));
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--indicator, var(--jf-success)) 18%, transparent);
}

.jf-videos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-block: 20px;
  text-align: center;
}

.jf-video-link {
  display: grid;
  gap: 8px;
  color: var(--section-muted);
  font-size: 14px;
}

.jf-video-link__thumb {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  justify-self: center;
  overflow: hidden;
  border: 3px solid var(--section-accent);
  border-radius: 999px;
  background: #9ca3af;
  color: #fff;
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--section-accent) 15%, transparent);
}

.jf-video-link__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jf-gifts {
  margin-block: 22px;
}

.jf-gifts__title {
  margin: 0 0 12px;
  color: var(--section-accent);
  font-family: var(--jf-heading-font);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-gifts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.jf-gift {
  text-align: center;
}

.jf-gift__media {
  display: grid;
  min-height: 86px;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #f4f5f7;
  color: #9aa3b2;
}

.jf-gift__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jf-gift__value {
  color: var(--section-accent);
  font-weight: 900;
  text-transform: uppercase;
}

.jf-gift__old {
  color: var(--section-muted);
  text-decoration: line-through;
  font-size: 13px;
}

.jf-accordion {
  border-block-start: 1px solid rgb(20 24 36 / .1);
}

.jf-accordion__item {
  border-block-end: 1px solid rgb(20 24 36 / .1);
}

.jf-accordion__button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 18px 0;
  color: var(--section-text);
  text-align: start;
  font-weight: 800;
  cursor: pointer;
}

.jf-accordion__content {
  display: none;
  color: var(--section-muted);
  padding-block: 0 18px;
}

.jf-accordion__item.is-open .jf-accordion__content {
  display: block;
}

.jf-testimonial-track,
.jf-product-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 360px);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 4px 22px;
}

.jf-testimonial-track::-webkit-scrollbar,
.jf-product-carousel-track::-webkit-scrollbar {
  display: none;
}

.jf-testimonial-card {
  overflow: hidden;
  scroll-snap-align: center;
  border-radius: var(--jf-card-radius);
  background: #fff;
  box-shadow: 0 18px 40px rgb(20 24 36 / .08);
}

.jf-testimonial-card__image {
  display: grid;
  min-height: 160px;
  place-items: center;
  background: linear-gradient(135deg, #edf1f8, #dbe1ea);
  color: #9aa3b2;
}

.jf-testimonial-card__image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.jf-testimonial-card__body {
  padding: 22px;
}

.jf-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--verified-bg, var(--jf-accent)) 18%, transparent);
  color: var(--verified-text, var(--jf-accent));
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 800;
}

.jf-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-block-start: 12px;
}

.jf-carousel-button {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 28px rgb(20 24 36 / .12);
  cursor: pointer;
}

.jf-stats-grid {
  display: grid;
  grid-template-columns: repeat(var(--stat-columns, 4), minmax(0, 1fr));
  gap: 28px;
  margin-block-start: 36px;
}

.jf-stat {
  text-align: center;
}

.jf-stat__emoji {
  font-size: 48px;
  line-height: 1;
}

.jf-stat__number {
  margin-block-start: 12px;
  color: var(--section-accent);
  font-family: var(--jf-heading-font);
  font-size: 24px;
  font-weight: 900;
}

.jf-stat__desc1 {
  margin-block-start: 8px;
  color: var(--section-accent);
  font-weight: 900;
}

.jf-stat__desc2 {
  color: var(--section-muted);
}

.jf-showcase {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
}

.jf-showcase__slider {
  position: relative;
  overflow: hidden;
  border-radius: var(--jf-card-radius);
  background: #e8edf5;
}

.jf-showcase__slide img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.jf-showcase__nav {
  position: absolute;
  inset-block: 50%;
  inset-inline: 16px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.jf-showcase__badge {
  color: var(--section-accent);
  font-weight: 900;
  text-transform: uppercase;
}

.jf-expert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
}

.jf-expert {
  border-radius: var(--jf-card-radius);
  background: #fff;
  padding: 24px;
  box-shadow: 0 16px 36px rgb(20 24 36 / .08);
}

.jf-expert__photo {
  display: grid;
  height: 160px;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, #edf1f8, #dbe1ea);
  color: #9aa3b2;
  padding: var(--expert-image-padding, 14px);
}

.jf-expert__photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: var(--expert-image-fit, contain) !important;
  object-position: var(--expert-image-position, center) !important;
  display: block !important;
  transform: scale(var(--expert-image-zoom, 1));
  transform-origin: var(--expert-image-position, center);
}

.jf-expert__quote {
  color: var(--section-muted);
}

.jf-expert__name {
  margin: 18px 0 2px;
  font-family: var(--jf-heading-font);
  font-weight: 900;
  text-transform: uppercase;
}

.jf-faq {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.jf-faq--center {
  display: block;
  max-width: 820px;
  margin-inline: auto;
}

.jf-faq__image {
  overflow: hidden;
  border-radius: var(--jf-card-radius);
  background: #e8edf5;
}

.jf-faq__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.jf-faq .jf-accordion__item {
  margin-block-end: 12px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  padding-inline: 20px;
  box-shadow: 0 10px 24px rgb(20 24 36 / .05);
}

.jf-product-card {
  scroll-snap-align: center;
  border-radius: var(--jf-card-radius);
  background: #fff;
  padding: 14px;
  box-shadow: 0 14px 30px rgb(20 24 36 / .07);
}

.jf-product-card__image {
  overflow: hidden;
  border-radius: 12px;
  background: #f0f3f8;
}

.jf-product-card__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.jf-product-card__title {
  margin: 12px 0 4px;
  font-weight: 900;
}

.jf-benefits {
  display: grid;
  gap: 24px;
  max-width: 720px;
  margin-inline: auto;
}

.jf-benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  align-items: start;
}

.jf-benefit__icon {
  color: var(--section-accent);
}

.jf-benefit__icon svg {
  width: 34px;
  height: 34px;
}

.jf-benefit__title {
  margin: 0 0 4px;
  font-family: var(--jf-heading-font);
  font-size: 20px;
  font-weight: 900;
}

.jf-benefit__text {
  color: var(--section-muted);
}

.jf-urgency {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) repeat(3, minmax(160px, 1fr));
  gap: 16px;
  align-items: stretch;
}

.jf-urgency__timer,
.jf-urgency__item {
  border-radius: var(--jf-card-radius);
  background: #fff;
  padding: 18px;
  box-shadow: 0 12px 28px rgb(20 24 36 / .06);
}

.jf-urgency__timer {
  display: grid;
  gap: 6px;
  background: var(--section-accent);
  color: #fff;
}

.jf-urgency__timer strong {
  font-family: var(--jf-heading-font);
  font-size: 30px;
  line-height: 1;
}

.jf-urgency__item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.jf-urgency__icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--section-accent) 12%, white);
  color: var(--section-accent);
}

.jf-urgency__title {
  margin: 0;
  font-weight: 900;
}

.jf-urgency__text {
  color: var(--section-muted);
  font-size: 14px;
}

.jf-comparison {
  overflow-x: auto;
  border-radius: var(--jf-card-radius);
  background: #fff;
  box-shadow: 0 16px 38px rgb(20 24 36 / .07);
}

.jf-comparison table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.jf-comparison th,
.jf-comparison td {
  border-bottom: 1px solid rgb(20 24 36 / .08);
  padding: 18px;
  text-align: center;
}

.jf-comparison th:first-child,
.jf-comparison td:first-child {
  text-align: start;
}

.jf-comparison th.highlight,
.jf-comparison td.highlight {
  background: color-mix(in srgb, var(--section-accent) 16%, white);
}

.jf-comparison__mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  background: var(--section-accent);
  color: #fff;
}

.jf-comparison__mark--no {
  background: #e5e7eb;
  color: #6b7280;
}

.jf-before-after-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.jf-before-after-card {
  border-radius: var(--jf-card-radius);
  background: #fff;
  padding: 16px;
  box-shadow: 0 16px 36px rgb(20 24 36 / .08);
}

.jf-before-after-card__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 14px;
}

.jf-before-after-card__image {
  display: grid;
  min-height: 220px;
  place-items: center;
  background: #e8edf5;
  color: #9aa3b2;
}

.jf-before-after-card__image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.jf-before-after-card__labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: var(--section-muted);
  font-weight: 800;
  text-align: center;
  margin-block: 10px;
}

.jf-offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.jf-offer-card {
  position: relative;
  display: grid;
  gap: 14px;
  border: 2px solid rgb(20 24 36 / .08);
  border-radius: var(--jf-card-radius);
  background: #fff;
  padding: 20px;
  box-shadow: 0 18px 42px rgb(20 24 36 / .08);
}

.jf-offer-card.is-featured {
  border-color: var(--section-accent);
  box-shadow: 0 22px 54px color-mix(in srgb, var(--section-accent) 22%, transparent);
}

.jf-offer-card__badge {
  position: absolute;
  inset-block-start: -14px;
  inset-inline: 20px;
  width: fit-content;
  border-radius: 999px;
  background: var(--section-accent);
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-offer-card__title {
  margin: 12px 0 0;
  font-family: var(--jf-heading-font);
  font-size: 24px;
  font-weight: 900;
}

.jf-offer-card__price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}

.jf-offer-card__price strong {
  font-family: var(--jf-heading-font);
  font-size: 34px;
  line-height: 1;
}

.jf-offer-card__compare {
  color: var(--section-muted);
  text-decoration: line-through;
}

.jf-offer-card__saving {
  color: var(--section-accent);
  font-weight: 900;
}

.jf-offer-card__features {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jf-offer-card__features li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.jf-offer-card__features .jf-icon {
  color: var(--section-accent);
  margin-block-start: .2em;
}

.jf-benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.jf-benefit-card {
  overflow: hidden;
  border-radius: var(--jf-card-radius);
  background: #fff;
  box-shadow: 0 16px 36px rgb(20 24 36 / .07);
}

.jf-benefit-card__media {
  display: grid;
  height: 280px;
  place-items: center;
  overflow: hidden;
  background: #e8edf5;
  color: #9aa3b2;
  padding: var(--benefit-image-padding, 14px);
}

.jf-benefit-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: var(--benefit-image-fit, contain) !important;
  object-position: var(--benefit-image-position, center) !important;
  display: block !important;
  transform: scale(var(--benefit-image-zoom, 1));
  transform-origin: var(--benefit-image-position, center);
}

.jf-benefit-card__body {
  padding: 20px;
}

.jf-benefit-card__title {
  margin: 0 0 8px;
  font-family: var(--jf-heading-font);
  font-size: 22px;
  font-weight: 900;
}

.jf-guarantee {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  border-radius: var(--jf-card-radius);
  background: #fff;
  padding: clamp(24px, 5vw, 46px);
  box-shadow: 0 20px 50px rgb(20 24 36 / .08);
}

.jf-guarantee__seal {
  display: grid;
  width: min(220px, 65vw);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border: 10px solid color-mix(in srgb, var(--section-accent) 18%, white);
  border-radius: 999px;
  background: color-mix(in srgb, var(--section-accent) 8%, white);
  color: var(--section-accent);
  text-align: center;
  font-family: var(--jf-heading-font);
  font-size: 28px;
  font-weight: 900;
}

.jf-four-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.jf-column-card__image {
  display: grid;
  min-height: 120px;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: #e8edf5;
  color: #9aa3b2;
}

.jf-column-card__image img {
  width: 100%;
  aspect-ratio: 1.6 / 1;
  object-fit: cover;
}

.jf-column-card__title {
  margin: 12px 0 6px;
  font-family: var(--jf-heading-font);
  font-size: 20px;
  font-weight: 900;
}

.jf-footer {
  color: #fff;
  background: var(--section-bg, var(--jf-accent));
}

.jf-footer__newsletter {
  display: grid;
  gap: 16px;
  max-width: 620px;
  margin-inline: auto;
}

.jf-footer__newsletter input {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 10px;
  padding: 0 18px;
}

.jf-footer__newsletter button {
  min-height: 58px;
  border: 0;
  border-radius: 10px;
  background: var(--jf-success);
  color: #fff;
  font-weight: 900;
}

.jf-footer__brand {
  margin-block: 48px 28px;
  text-align: center;
  font-family: var(--jf-heading-font);
  font-size: 26px;
  font-weight: 900;
}

.jf-footer__menus {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 28px;
  margin-block: 28px;
}

.jf-footer__menu-title {
  margin: 0 0 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-footer__links {
  display: grid;
  gap: 10px;
  color: rgb(255 255 255 / .75);
}

.jf-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-block-start: 18px;
}

.jf-payment-icons svg {
    width: 42px;
    height: 26px;
    border-radius: 4px;
    background: rgb(255 255 255 / .9);
  }


.jf-cart {
  display: grid;
  gap: 22px;
  max-width: 820px;
  margin-inline: auto;
}

.jf-cart-box {
  border-radius: var(--jf-card-radius);
  background: #fff;
  padding: 24px;
  box-shadow: 0 14px 32px rgb(20 24 36 / .06);
}

.jf-cart-alert {
  display: grid;
  gap: 12px;
}

.jf-cart-alert__line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.jf-cart-alert strong {
  display: block;
  font-family: var(--jf-heading-font);
  font-size: 22px;
}

.jf-countdown {
  color: var(--section-accent);
}

.jf-cart-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: start;
}

.jf-cart-item__image {
  overflow: hidden;
  border-radius: 10px;
  background: #f0f3f8;
}

.jf-cart-item__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.jf-quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(20 24 36 / .14);
  border-radius: 8px;
  overflow: hidden;
}

.jf-quantity button,
.jf-quantity input {
  width: 42px;
  height: 38px;
  border: 0;
  background: transparent;
  text-align: center;
}

.jf-cart-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-block-end: 16px;
}

.jf-cart-review {
  text-align: center;
}

.jf-cart-review__quote {
  max-width: 420px;
  margin-inline: auto;
  color: var(--section-muted);
}

.jf-sticky-cart {
  position: sticky;
  bottom: 0;
  z-index: 25;
  padding: 12px 16px;
  background: rgb(255 255 255 / .88);
  backdrop-filter: blur(14px);
}

@media (min-width: 900px) {
  .jf-header__menu-button {
    display: none;
  }

  .jf-header__nav {
    display: flex;
    gap: 24px;
  }
}

@media (max-width: 899px) {
  .jf-section {
    padding-block: clamp(38px, 12vw, 64px);
  }

  .jf-header__nav {
    display: none;
  }

  .jf-header__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 62px;
  }

  .jf-header__brand {
    font-size: var(--header-logo-size, 25px);
  }

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

  .jf-product,
  .jf-showcase,
  .jf-faq {
    grid-template-columns: 1fr;
  }

  .jf-product--image-right .jf-product__media {
    order: 0;
  }

  .jf-product__thumbs {
    grid-template-columns: repeat(5, minmax(56px, 1fr));
    overflow-x: auto;
  }

  .jf-product__media-main {
    height: var(--product-image-height-mobile, auto);
  }

  .jf-product__media-main img {
    min-height: 0;
  }

  .jf-videos {
    grid-template-columns: repeat(4, minmax(64px, 1fr));
    gap: 8px;
  }

  .jf-video-link__thumb {
    width: 62px;
    height: 62px;
  }

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

  .jf-urgency {
    grid-template-columns: 1fr;
  }

  .jf-cart-item {
    grid-template-columns: 96px 1fr;
  }

  .jf-guarantee {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .jf-section__inner,
  .jf-page-width,
  .jf-hero__content {
    width: min(100% - 24px, var(--jf-page-width));
  }

  .jf-title {
    font-size: clamp(30px, 12vw, calc(44px * var(--jf-heading-scale)));
  }

  .jf-gifts__grid,
  .jf-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .jf-testimonial-track,
  .jf-product-carousel-track {
    grid-auto-columns: minmax(260px, 88vw);
  }
  .jf-product__media-main {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--product-image-bg, #fff);
  height: var(--product-image-height-desktop, auto);
  padding: var(--product-image-padding, 0);
}

.jf-product__media-main img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: var(--product-image-fit, cover);
  object-position: var(--product-image-position, center center);
}

.jf-product__media--layout-natural .jf-product__media-main {
  height: auto;
}

.jf-product__media--layout-natural .jf-product__media-main img {
  height: auto;
  object-fit: contain;
}
.jf-product__thumbs {
  width: 100%;
  margin-top: 14px;
  overflow: hidden;
}

.jf-product__thumbs-track,
.jf-product__thumbs-group {
  display: flex;
  gap: var(--thumb-gap, 10px);
}

.jf-product__thumb {
  flex: 0 0 var(--thumb-size, 76px);
  width: var(--thumb-size, 76px);
  height: var(--thumb-size, 76px);
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  padding: 0;
}

.jf-product__thumb:first-child {
  border-color: var(--section-accent);
}

.jf-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: var(--thumb-fit, cover);
}

.jf-product__thumbs--scroll,
.jf-product__thumbs--snap {
  overflow-x: auto;
}

.jf-product__thumbs--snap {
  scroll-snap-type: x mandatory;
}

.jf-product__thumbs--snap .jf-product__thumb {
  scroll-snap-align: start;
}

.jf-product__thumbs--grid .jf-product__thumbs-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--thumb-size, 76px), 1fr));
}

.jf-product__thumbs--auto .jf-product__thumbs-track {
  width: max-content;
  animation: jf-product-thumbs-scroll var(--thumb-speed, 24s) linear infinite;
}

@keyframes jf-product-thumbs-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
.jf-product__thumb.is-active {
  border-color: var(--section-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--section-accent) 18%, transparent);
}
.jf-product__media .jf-product__thumbs {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
}

.jf-product__media .jf-product__thumbs-track,
.jf-product__media .jf-product__thumbs-group {
  display: block !important;
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
}

.jf-product__media .jf-product__thumb {
  display: inline-block !important;
  vertical-align: top !important;
  width: var(--thumb-size, 76px) !important;
  min-width: var(--thumb-size, 76px) !important;
  max-width: var(--thumb-size, 76px) !important;
  height: var(--thumb-size, 76px) !important;
  min-height: var(--thumb-size, 76px) !important;
  max-height: var(--thumb-size, 76px) !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 0 !important;
  margin-right: var(--thumb-gap, 10px) !important;
}

.jf-product__media .jf-product__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: var(--thumb-fit, cover) !important;
  object-position: center !important;
}
.jf-product__media .jf-product__thumbs {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.jf-product__media .jf-product__thumbs-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: var(--thumb-gap, 10px) !important;
  width: max-content !important;
  max-width: none !important;
}

.jf-product__media .jf-product__thumb {
  flex: 0 0 var(--thumb-size, 76px) !important;
  width: var(--thumb-size, 76px) !important;
  height: var(--thumb-size, 76px) !important;
  min-width: var(--thumb-size, 76px) !important;
  max-width: var(--thumb-size, 76px) !important;
  min-height: var(--thumb-size, 76px) !important;
  max-height: var(--thumb-size, 76px) !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  padding: 0 !important;
}

.jf-product__media .jf-product__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: var(--thumb-fit, cover) !important;
  object-position: center !important;
}
/* Force le carrousel temoignages a vraiment defiler */
.jf-testimonial-track {
  display: flex !important;
  max-width: min(100%, 460px) !important;
  margin-inline: auto !important;
  gap: 18px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
}

.jf-testimonial-track::-webkit-scrollbar {
  display: none !important;
}

.jf-testimonial-card {
  flex: 0 0 min(86vw, 420px) !important;
  scroll-snap-align: center !important;
}
/* Carrousel avis - force un vrai defilement */
.jf-section__inner[data-carousel] .jf-testimonial-track {
  display: flex !important;
  gap: 18px !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  padding: 4px 4px 22px !important;
}

.jf-section__inner[data-carousel] .jf-testimonial-track::-webkit-scrollbar {
  display: none !important;
}

.jf-section__inner[data-carousel] .jf-testimonial-card {
  flex: 0 0 calc((100% - 36px) / 3) !important;
  min-width: calc((100% - 36px) / 3) !important;
  scroll-snap-align: start !important;
}

@media (max-width: 749px) {
  .jf-section__inner[data-carousel] .jf-testimonial-card {
    flex: 0 0 86% !important;
    min-width: 86% !important;
  }
}
.jf-footer__legal-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 10px;
  max-width: 1100px;
  margin: 18px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}

.jf-footer__legal-line span,
.jf-footer__legal-line a {
  color: inherit;
  opacity: 0.9;
}

.jf-footer__legal-line a {
  text-decoration: none;
}

.jf-footer__legal-line a:hover {
  text-decoration: underline;
}

.jf-footer__legal-line span:not(:first-child)::before,
.jf-footer__legal-line a::before {
  content: "·";
  margin-right: 10px;
  opacity: 0.55;
}

@media (max-width: 520px) {
  .jf-footer__legal-line {
    font-size: 12px;
    gap: 4px 8px;
  }
}
.jf-footer__legal-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  margin-top: 14px;
  color: #2f2a3a;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.jf-footer__legal-line a {
  color: inherit;
  text-decoration: none;
}

.jf-footer__legal-line a:hover {
  text-decoration: underline;
}