/** Shopify CDN: Minification failed

Line 2064:15 Unexpected "{"
Line 2064:20 Expected ":"
Line 2069:15 Unexpected "{"
Line 2069:20 Expected ":"
Line 2070:15 Unexpected "{"
Line 2070:20 Expected ":"
Line 2088:15 Unexpected "{"
Line 2088:20 Expected ":"
Line 2089:15 Unexpected "{"
Line 2089:20 Expected ":"
... and 28 more hidden warnings

**/
/* ============================================================ */
/* JELLZY LANDING PAGE — v3 (PDP architecture)                   */
/* Two-column desktop, image gallery, FAQ accordion              */
/* ============================================================ */

/* === SCAFFOLD === */

.jl-page {
  background: var(--jl-bg);
  color: var(--jl-fg);
  font-family: var(--jl-font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: var(--jl-sticky-bar-height);
}

.jl-page .section + .section { margin-top: 0; }

.jl-lp-header {
  background: var(--jl-bg);
  padding: 18px 16px 8px;
  text-align: center;
}

.jl-lp-wordmark {
  display: inline-block;
  font-family: var(--jl-font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--jl-fg);
  text-decoration: none;
  text-transform: lowercase;
  line-height: 1;
}

.jl-lp-footer {
  padding: 32px 16px 24px;
  text-align: center;
  margin-top: 24px;
}

.jl-lp-footer-inner {
  font-size: 11px;
  color: var(--jl-fg-secondary);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.jl-lp-footer-inner a { color: var(--jl-fg-secondary); text-decoration: none; }
.jl-lp-footer-inner a:hover { text-decoration: underline; }
.jl-lp-footer-divider { opacity: 0.4; }

.jl-lp-footer-trust {
  font-size: 11px;
  color: var(--jl-fg-tertiary);
  margin-top: 8px;
}

/* === MAIN === */

.jl-main {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

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

.jl-divider {
  height: 1px;
  background: var(--jl-border);
  margin: 0 24px;
}

/* === SECTION LABELS + HEADLINES === */

.jl-section-label {
  font-family: var(--jl-font-body);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--jl-fg-tertiary);
  font-weight: 600;
  padding: 0 16px 6px;
}

.jl-section-headline {
  font-family: var(--jl-font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--jl-fg);
  margin: 0 0 18px;
  padding: 0 16px;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

/* === BADGES === */

.jl-badge {
  display: inline-block;
  font-family: var(--jl-font-body);
  font-size: 11px;
  font-weight: 500;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--jl-success-bg);
  color: var(--jl-success);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

/* ============================================================ */
/* PDP HERO — two-column layout                                 */
/* ============================================================ */

.jl-pdp { padding: 10px 0px 0px; }

.jl-pdp-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 0 16px;
}

.jl-pdp-gallery-col { min-width: 0; }
.jl-pdp-info-col { min-width: 0; }

/* Reviews bar */
.jl-pdp-reviews-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px 0 0px;
}

.jl-pdp-stars {
  color: #EF9F27;
  letter-spacing: 1px;
  font-size: 24px;
}

.jl-pdp-reviews-count {
  font-family: var(--jl-font-body);
  font-size: 12px;
  color: var(--jl-fg-secondary);
  font-weight: 500;
}

/* Headline */
.jl-pdp-headline {
  font-family: var(--jl-font-display);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--jl-fg);
  margin: 0 0 18px;
  letter-spacing: -0.015em;
}

.jl-pdp-headline-accent { color: var(--jl-rose); }

.jl-pdp-subhead {
  font-family: var(--jl-font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--jl-fg-secondary);
  margin: 0 0 20px;
}

/* Checkbox benefits */
.jl-checkbox-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jl-checkbox-benefit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--jl-font-body);
  font-size: 14px;
  line-height: 1.4;
  color: var(--jl-fg);
}

.jl-checkbox-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--jl-success-bg);
  color: var(--jl-success);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.jl-checkbox-text {
  flex: 1;
}

/* Trust stamp */
.jl-pdp-trust-stamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  padding: 10px 16px;
  background: var(--jl-success-bg);
  color: var(--jl-success);
  border-radius: 999px;
  font-family: var(--jl-font-body);
  font-size: 13px;
  font-weight: 500;
}

.jl-pdp-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ============================================================ */
/* IMAGE GALLERY                                                 */
/* ============================================================ */

.jl-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Main image viewport */
.jl-gallery-main {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(140deg, #FFE5EC 0%, #F0E5FF 35%, #E5F4EC 70%, #E5EFF7 100%);
}

.jl-gallery-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.jl-gallery-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

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

.jl-gallery-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jl-gallery-placeholder-rose { background: linear-gradient(140deg, #FFE5EC 0%, #FFD0DA 100%); }
.jl-gallery-placeholder-taro { background: linear-gradient(140deg, #F0E5FF 0%, #DCC9F0 100%); }
.jl-gallery-placeholder-matcha { background: linear-gradient(140deg, #E5F4EC 0%, #CFE6D5 100%); }
.jl-gallery-placeholder-blue { background: linear-gradient(140deg, #E5EFF7 0%, #C9DEEE 100%); }
.jl-gallery-placeholder-collection {
  background: linear-gradient(140deg, #FFE5EC 0%, #F0E5FF 33%, #E5F4EC 66%, #E5EFF7 100%);
}

/* Mobile dots */
.jl-gallery-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.jl-gallery-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.jl-gallery-dot.is-active {
  background: rgba(255,255,255,0.95);
  transform: scale(1.2);
}

/* Desktop thumbnails (hidden on mobile) */
.jl-gallery-thumbs {
  display: none;
  gap: 8px;
}

.jl-gallery-thumb {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.15s ease, transform 0.15s ease;
  flex-shrink: 0;
}

.jl-gallery-thumb.is-active {
  border-color: var(--jl-fg);
  transform: scale(1.02);
}

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

.jl-gallery-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================ */
/* OFFER STACK (within PDP info column)                          */
/* ============================================================ */

.jl-pdp-offer { display: block; }

.jl-tier { display: block; }

/* Tier 1 — HERO (dark card) */
.jl-tier-hero {
  position: relative;
  background: #2B1F2D;
  border-radius: 16px;
  padding: 22px 18px 18px;
  color: white;
  margin-top: 20px;
  border: 0;
}

.jl-tier-hero-badge {
  position: absolute;
  top: -10px;
  right: 18px;
  background: rgb(221 191 234);
  color: #620256;
  font-family: var(--jl-font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
}

.jl-tier-hero-title {
  font-family: var(--jl-font-display);
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.jl-tier-hero-sub {
  font-family: var(--jl-font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin: 0 0 16px;
  line-height: 1.3; /* ← tighter subtitle too */
}

.jl-tier-hero-hearts {
  display: flex;
  gap: 8px;
}

.jl-tier-hero-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

.jl-tier-hero-price-big {
  font-family: var(--jl-font-display);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.jl-tier-hero-price-strike {
  font-family: var(--jl-font-body);
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  text-decoration: line-through;
}

.jl-tier-hero-price-save {
  font-family: var(--jl-font-body);
  font-size: 11px;
  font-weight: 600;
  color: #620256;
  background: #ddbfea;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.jl-tier-hero-shipping {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  font-family: var(--jl-font-body);
  font-size: 11px;
  color: rgba(255,255,255,0.55);
}

.jl-tier-hero-shipping-dot { opacity: 0.4; }

/* OR divider */
.jl-or-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 4px;
  padding: 0 4px;
}

.jl-or-divider-line {
  flex: 1;
  height: 1px;
  background: var(--jl-border);
}

.jl-or-divider-text {
  font-family: var(--jl-font-body);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--jl-fg-tertiary);
  text-transform: uppercase;
}

/* Tier 2 — SECONDARY */
.jl-tier-secondary {
  background: var(--jl-bg-card);
  border: 1px solid var(--jl-border);
  border-radius: 16px;
  padding: 18px;
}

.jl-tier-sec-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.jl-tier-sec-title {
  font-family: var(--jl-font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--jl-fg);
  margin: 0 0 2px;
  letter-spacing: -0.01em;
}

.jl-tier-sec-sub {
  font-family: var(--jl-font-body);
  font-size: 12px;
  color: var(--jl-fg-tertiary);
  margin: 0;
}

.jl-tier-sec-price-block { text-align: right; }

.jl-tier-sec-price-big {
  font-family: var(--jl-font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--jl-fg);
  letter-spacing: -0.01em;
}

.jl-tier-sec-price-sub {
  font-family: var(--jl-font-body);
  font-size: 10px;
  color: var(--jl-success);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.jl-duo-picker { margin-top: 14px; }

.jl-duo-picker-label {
  font-family: var(--jl-font-body);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--jl-fg-tertiary);
  font-weight: 600;
  margin-bottom: 6px;
}

.jl-duo-picker-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.jl-duo-picker-row:last-child { margin-bottom: 0; }

.jl-heart-btn {
  background: transparent;
  border: 0;
  padding: 4px;
  cursor: pointer;
  border-radius: 8px;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.jl-heart-btn[aria-pressed="true"] {
  transform: scale(1.05);
  box-shadow: 0 0 0 2px var(--jl-fg), 0 0 0 4px var(--jl-bg);
}

.jl-tier-sec-shipping {
  text-align: center;
  font-family: var(--jl-font-body);
  font-size: 10px;
  color: var(--jl-fg-tertiary);
  margin-top: 10px;
  letter-spacing: 0.02em;
}

/* Tier 3 — SHADOW */
.jl-tier-shadow {
  text-align: center;
  font-family: var(--jl-font-body);
  font-size: 11px;
  color: var(--jl-fg-tertiary);
  padding: 16px 0 8px;
}

.jl-tier-shadow a {
  color: var(--jl-fg-tertiary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jl-tier-shadow a:hover { color: var(--jl-fg-secondary); }

/* === BUTTONS === */

.jl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  border-radius: 10px;
  font-family: var(--jl-font-display);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: opacity 0.15s ease, transform 0.05s ease;
}

.jl-btn:active { transform: scale(0.99); }
.jl-btn:disabled { opacity: 0.4; cursor: not-allowed; }

.jl-btn-light { background: white; color: var(--jl-fg); }
.jl-btn-light:hover { opacity: 0.92; }

.jl-btn-outline {
  background: transparent;
  color: var(--jl-fg);
  border: 1.5px solid var(--jl-fg);
  padding: 13px 20px;
  font-size: 14px;
}


/* ============================================================ */
/* INGREDIENTS                                                   */
/* ============================================================ */

.jl-ingredients { padding: 30px 0; }

.jl-ingr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 16px;
}

.jl-ingr-card {
  border-radius: 14px;
  padding: 14px;
  position: relative;
}

.jl-ingr-card-bad {
  background: var(--jl-error-bg);
  border: 1px solid #F0999920;
}

.jl-ingr-card-good {
  background: var(--jl-success-bg);
  border: 1px solid #5DCAA540;
}

.jl-ingr-card-title {
  font-family: var(--jl-font-display);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.jl-ingr-card-bad .jl-ingr-card-title { color: var(--jl-error); }
.jl-ingr-card-good .jl-ingr-card-title { color: var(--jl-success); }

.jl-ingr-card-list {
  font-family: var(--jl-font-body);
  font-size: 10px;
  line-height: 1.55;
  color: var(--jl-fg-secondary);
  margin-bottom: 12px;
}

.jl-ingr-card-good .jl-ingr-card-list {
  font-size: 11px;
  line-height: 1.6;
}

.jl-ingr-card-count {
  font-family: var(--jl-font-display);
  font-size: 13px;
  font-weight: 600;
  padding-top: 8px;
}

.jl-ingr-card-bad .jl-ingr-card-count {
  color: var(--jl-error);
  border-top: 1px dashed rgba(163,45,45,0.25);
}

.jl-ingr-card-good .jl-ingr-card-count {
  color: var(--jl-success);
  border-top: 1px dashed rgba(15,110,86,0.25);
}

/* ============================================================ */
/* SOCIAL PROOF                                                  */
/* ============================================================ */

.jl-social { padding: 30px 0; }

.jl-ugc-row {
  display: flex;
  gap: 10px;
  padding: 0 16px 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.jl-ugc-row::-webkit-scrollbar { display: none; }

.jl-ugc-tile {
  position: relative;
  min-width: 110px;
  aspect-ratio: 9/16;
  border-radius: 12px;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.jl-ugc-tile-rose { background: linear-gradient(160deg, rgba(232,96,122,0.18) 0%, rgba(232,96,122,0.32) 100%); border: 1px solid rgba(232,96,122,0.18); }
.jl-ugc-tile-taro { background: linear-gradient(160deg, rgba(155,126,200,0.18) 0%, rgba(155,126,200,0.32) 100%); border: 1px solid rgba(155,126,200,0.18); }
.jl-ugc-tile-matcha { background: linear-gradient(160deg, rgba(141,181,128,0.18) 0%, rgba(141,181,128,0.32) 100%); border: 1px solid rgba(141,181,128,0.18); }
.jl-ugc-tile-blue { background: linear-gradient(160deg, rgba(91,164,201,0.18) 0%, rgba(91,164,201,0.32) 100%); border: 1px solid rgba(91,164,201,0.18); }

.jl-ugc-tile-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
}

.jl-ugc-tile-handle {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-family: var(--jl-font-body);
  font-size: 10px;
  font-weight: 500;
  color: white;
  background: rgba(0,0,0,0.5);
  padding: 3px 7px;
  border-radius: 999px;
}

.jl-reviews {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 16px;
}

.jl-review-card {
  background: var(--jl-bg-card);
  border: 1px solid var(--jl-border);
  border-radius: 12px;
  padding: 14px;
}

.jl-review-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 8px;
  color: #EF9F27;
  letter-spacing: 1px;
  font-size: 12px;
}

.jl-review-text {
  font-family: var(--jl-font-body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--jl-fg);
  margin: 0 0 8px;
}

.jl-review-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--jl-font-body);
  font-size: 11px;
  color: var(--jl-fg-tertiary);
}

.jl-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--jl-success);
  font-weight: 500;
}

/* ============================================================ */
/* HOW IT WORKS                                                  */
/* ============================================================ */

.jl-how {
  padding: 30px 0;
}

.jl-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 16px;
}

/* INDIVIDUAL STEP — no card bg, no border */
.jl-how-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* IMAGE */
.jl-how-step-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}

.jl-how-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* STEP TITLE */
.jl-how-step-title {
  font-family: var(--jl-font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--jl-fg);
  margin-bottom: 6px;
  line-height: 1.3;
}

/* STEP DESCRIPTION */
.jl-how-step-text {
  font-family: var(--jl-font-body);
  font-size: 12px;
  line-height: 1.6;
  color: var(--jl-fg-secondary);
  margin-bottom: 14px;
  flex-grow: 1;
}

/* STEP LABEL — bottom, bold uppercase */
.jl-how-step-label {
  font-family: var(--jl-font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--jl-fg);
  margin: 0;
}

/* TABLET — 2 columns */
@media screen and (max-width: 900px) {
  .jl-how-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* MOBILE — single column */
@media screen and (max-width: 540px) {
  .jl-how-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

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

.jl-guarantee { padding: 8px 0 24px; }

.jl-guarantee-box {
  background: #fbe6f77d;
  border-radius: 14px;
  padding: 16px;
  margin: 0 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.jl-guarantee-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}

.jl-guarantee-text {
  font-family: var(--jl-font-body);
  font-size: 12.5px;
  line-height: 1.55;
  color:#7c0c35;
}

.jl-guarantee-text strong { font-weight: 600; }

/* ============================================================ */
/* FAQ                                                           */
/* ============================================================ */

.jl-faq { padding: 30px 0; }

.jl-faq-list {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.jl-faq-item {
  border-bottom: 1px solid var(--jl-border);
  padding: 0;
}

.jl-faq-item:first-child {
  border-top: 1px solid var(--jl-border);
}

.jl-faq-item[open] .jl-faq-icon svg {
  transform: rotate(180deg);
}

.jl-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 4px;
  cursor: pointer;
  font-family: var(--jl-font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--jl-fg);
  list-style: none;
  user-select: none;
}

.jl-faq-question::-webkit-details-marker { display: none; }

.jl-faq-question:hover { color: var(--jl-fg-secondary); }

.jl-faq-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--jl-fg-tertiary);
  transition: transform 0.2s ease;
}

.jl-faq-icon svg {
  transition: transform 0.2s ease;
}

.jl-faq-answer {
  font-family: var(--jl-font-body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--jl-fg-secondary);
  padding: 0 4px 18px;
}

/* ============================================================ */
/* REPEAT CTA                                                    */
/* ============================================================ */

.jl-repeat { padding: 10px 16px 0; }

.jl-repeat-shadow-links {
  text-align: center;
  font-family: var(--jl-font-body);
  font-size: 11px;
  color: var(--jl-fg-tertiary);
  padding: 14px 0 100px;
}

.jl-repeat-shadow-links a {
  color: var(--jl-fg-tertiary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jl-repeat-shadow-links a:hover { color: var(--jl-fg-secondary); }


/* ============================================================ */
/* TABLET BREAKPOINT (750–989px)                                 */
/* ============================================================ */

@media screen and (min-width: 750px) and (max-width: 989px) {
  .jl-main { max-width: 600px; }
  .jl-pdp-headline { font-size: 42px; }
  .jl-section-headline { font-size: 28px; }
  .jl-tier-hero-title { font-size: 24px; }
  .jl-tier-hero-price-big { font-size: 34px; }
}

/* ============================================================ */
/* DESKTOP BREAKPOINT (990px+) — TWO-COLUMN PDP                  */
/* ============================================================ */

@media screen and (min-width: 990px) {

  /* Background atmosphere */
  .jl-page {
    background:
      radial-gradient(ellipse 900px 700px at 15% 5%, rgba(232,96,122,0.05) 0%, transparent 55%),
      radial-gradient(ellipse 700px 600px at 95% 35%, rgba(155,126,200,0.05) 0%, transparent 55%),
      radial-gradient(ellipse 800px 600px at 5% 75%, rgba(141,181,128,0.04) 0%, transparent 55%),
      radial-gradient(ellipse 600px 500px at 90% 95%, rgba(91,164,201,0.04) 0%, transparent 55%),
      var(--jl-bg);
    min-height: 100vh;
  }

  /* Wider main column for the two-column PDP */
  
  @media screen and (min-width: 990px) {
  .jl-main {
    max-width: 1100px;
    padding: 0 32px;
  }
}

@media screen and (min-width: 1440px) {
  .jl-main {
    max-width: 100%;
  }
}

  /* Header */
  .jl-lp-header {
    padding: 32px 16px 24px;
  }

  .jl-lp-wordmark {
    font-size: 28px;
  }

  /* PDP grid — two columns */
  .jl-pdp {
    padding: 24px 0 64px;
  }

  .jl-pdp-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    padding: 0;
    align-items: start;
  }

  /* Sticky right column on desktop */
  .jl-pdp-info-col {
    position: sticky;
    top: 32px;
    align-self: start;
  }

  /* Bigger headline */
  .jl-pdp-headline {
    font-size: 42px;
    line-height: 1.12;
  }

  .jl-pdp-subhead {
    font-size: 16px;
  }

  /* Checkbox bullets — slightly bigger */
  .jl-checkbox-benefit {
    font-size: 15px;
  }

  /* Hide mobile dots, show desktop thumbnails */
  .jl-gallery-dots {
    display: none;
  }

  .jl-gallery-thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .jl-gallery-thumbs::-webkit-scrollbar {
    height: 0;
  }

  .jl-gallery-thumb {
    width: 88px;
    height: 88px;
  }

  /* Below-hero sections need to release the sticky column */
  /* Wrapping the post-hero sections in a single-column flow */
  .jl-below-hero {
    grid-column: 1 / -1;
  }

  /* Below-hero sections — keep them in narrower column for readability */
  .jl-below-hero-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px 0 0;
  }

  /* Tier 1 desktop sizing */
  .jl-tier-hero {
    padding: 28px 24px 24px;
  }

  .jl-tier-hero-title {
    font-size: 26px;
  }

  .jl-tier-hero-price-big {
    font-size: 36px;
  }

  /* Section headlines on desktop */
  .jl-section-headline {
    font-size: 30px;
  }

  /* Sticky bar — centered, contained, rounded top */
  .jl-sticky {
    max-width: 600px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%);
    border-radius: 16px 16px 0 0;
  }

  .jl-sticky.is-visible {
    transform: translate(-50%, 0);
  }

  /* Footer */
  .jl-lp-footer {
    padding: 48px 24px 32px;
  }
}

/* === EXTRA-LARGE SCREENS === */
@media screen and (min-width: 1440px) {
  .jl-main {
    max-width: 1200px;
  }
}

/* === COMPACT DUO STYLING === */
/* Makes Duo card visually secondary so Collection dominates */

.jl-tier-secondary-compact {
  padding: 14px 16px;
  background: var(--jl-bg);
  border: 1px dashed var(--jl-border);
  margin-top: 4px;
}

.jl-tier-secondary-compact .jl-tier-sec-title {
  font-size: 16px;
}

.jl-tier-secondary-compact .jl-tier-sec-sub {
  font-size: 11px;
}

.jl-tier-secondary-compact .jl-tier-sec-price-big {
  font-size: 16px;
}

.jl-tier-secondary-compact .jl-heart-btn {
  padding: 2px;
}

.jl-tier-secondary-compact .jl-duo-picker {
  margin-top: 10px;
}

.jl-tier-secondary-compact .jl-duo-picker-row {
  gap: 6px;
  margin-bottom: 8px;
}

.jl-tier-secondary-compact .jl-btn-outline {
  padding: 11px 18px;
  font-size: 13px;
}

/* Reduce OR divider prominence */
.jl-or-divider {
  margin: 12px 4px 8px;
}

.jl-or-divider-text {
  font-size: 9px;
}


/*start editing*/
/*review stars edit*/
.jl-pdp-reviews-tagline { font-size: 14px;}


  /* Sticky gallery layout */
  
  @media screen and (min-width: 990px) {
    .jl-pdp-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      max-width: 1400px;
      margin: 0 auto;
    }

    /* Gallery column - STICKY */
    .jl-pdp-gallery-col {
      position: sticky;
      top: 100px; /* Adjust to your header height */
      height: fit-content;
    }
  }

  @media screen and (max-width: 989px) {
  .jl-pdp-grid {
    display: block;
  }

  .jl-pdp-gallery-col {
    margin-bottom: 30px;
  }
}
  


.jl-btn-hero {
  margin-top: 16px;
  min-height: 60px;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 14px;
}


/* offer widget*/

.jl-tier-hero {
  background: #2B1F2D; /* deep plum */
  color: #F8EFE8;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 30px rgba(43,31,45,0.18);
}

.jl-tier-hero { background: #2B1F2D; /* deep plum */
  color: #F8EFE8;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 30px rgba(43,31,45,0.18);
}

.jl-tier-hero-title {
  color: #F8EFE8; 
  font-size: 26px;
}

.jl-tier-hero-badge {
  background: #B58AA3;
  color: #FFF7F2;
}

.jl-tier-hero-price-save {color: #620256;
    background: rgb(221 191 234);}

.jl-btn-outline { Background: #2b1f2d; color:#FFF7F2; }

/* ========================================
   JL Sticky Bar - Clean Light Design
   ======================================== 
   
   Matches the light, product-focused aesthetic.
   Drop this after your existing .jl-sticky styles.
*/

/* Clean light sticky bar */
.jl-sticky {
  /* Light background with subtle warmth */
  background: #ffffff;
  
  /* Subtle top border instead of heavy shadow */
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.06);
  
  /* Clean spacing */
  padding: 12px clamp(16px, 4vw, 32px);
  gap: clamp(12px, 3vw, 20px);
  
  /* Smooth entrance */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Price section - clean dark text */
.jl-sticky-price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  
  /* Dark text on light background */
  color: #2d2d2d;
  font-family: var(--jl-font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}

/* Price emphasis */
.jl-sticky-price strong {
  font-family: var(--jl-font-display), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}

/* Subtle free shipping indicator */
.jl-sticky-price-light {
  color: #737373;
  font-size: 12px;
  font-weight: 400;
}

/* Mauve/dusty rose CTA button - matches reference */
.jl-sticky-btn {
  /* Mauve/dusty rose color from image */
  background: #a87c8f;
  color: #ffffff;
  
  /* Clean rounded shape */
  border: 0;
  border-radius: 8px;
  padding: 11px clamp(20px, 5vw, 32px);
  
  /* Typography */
  font-family: var(--jl-font-display), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  
  /* Clean interaction */
  cursor: pointer;
  transition: all 0.2s ease;
  
  /* Subtle shadow for depth */
  box-shadow: 0 2px 8px rgba(168, 124, 143, 0.25);
}

/* Hover state - slightly darker */
.jl-sticky-btn:hover {
  background: #996f81;
  box-shadow: 0 4px 12px rgba(168, 124, 143, 0.35);
  transform: translateY(-1px);
}

/* Active state */
.jl-sticky-btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 1px 4px rgba(168, 124, 143, 0.3);
}

/* Mobile responsive */
@media (max-width: 640px) {
  .jl-sticky {
    padding: 10px 16px;
    gap: 10px;
  }
  
  .jl-sticky-price {
    font-size: 12px;
  }
  
  .jl-sticky-price strong {
    font-size: 15px;
  }
  
  .jl-sticky-btn {
    padding: 10px 18px;
    font-size: 13px;
  }
}

/* Optional: If you want to add a product image to the left */
.jl-sticky-product-image {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.jl-sticky-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Layout adjustment if product image is added */
.jl-sticky:has(.jl-sticky-product-image) {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

@media (max-width: 640px) {
  .jl-sticky:has(.jl-sticky-product-image) {
    grid-template-columns: auto 1fr;
    grid-template-areas: 
      "image price"
      "button button";
  }
  
  .jl-sticky-product-image {
    grid-area: image;
    width: 48px;
    height: 48px;
  }
  
  .jl-sticky-price {
    grid-area: price;
  }
  
  .jl-sticky-btn {
    grid-area: button;
    width: 100%;
    margin-top: 8px;
  }
}

/* === NEW PAGE FIXES- 05/20/2026=== */

/* Fix invisible button inside dark hero card */
.jl-tier-hero .jl-btn-light {
  background: #F8EFE8;
  color: #2B1F2D;
  margin-top: 16px;
}

.jl-tier-hero .jl-btn-light:hover {
  background: #fff;
}

/* Restore info column background and spacing */
.jl-pdp-info-col {
  background-color: #FFF5F0;
  border-radius: 16px;
  padding: 24px 26px;
}


/* Force hero section to break out of theme container */
.shopify-section:has(.jl-pdp) {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.jl-pdp-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.jl-pdp-headline { 
  font-family: 'Fraunces, serif';
  color: #D94C74;
  Font-size: 32px;
}

/* Tier 1 — HERO (pink card)- 05/20/2026 */
.jl-tier-hero { 
  background: #ffffffff;
  border: 1px solid#D94C74;
  box-shadow: none;
}

.jl-tier-hero-title {
  color: #4B1528;
  font-family: 'Fraunces, serif';
}

.jl-tier-hero-sub {
  color: #D94C74;
}

.jl-tier-hero-price-big {
  color: #4B1528;
}
.jl-tier-hero-price-strike {
  color: #D94C74;
}

.jl-tier-hero-price-save {
  background: #FFD6E6;
  color: #D94C74;
}

.jl-tier-hero-badge {
  background: #D8C7FF;
  color: #4A234A;
}

.jl-tier-hero .jl-btn-light {
    background: #D94C74;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffffff;
}

.jl-tier-hero .jl-btn-light:hover {
      background: #D94C74;
}

.jl-btn-hero {
  min-height: 50px;
}

.jl-tier-hero-shipping {
  color: #D94C74
;

}

.jl-tier-secondary-compact {
  border: 1px dashed #E7A8B8;
  Background: #ffffffff;
}

.jl-tier-hero-price {
  gap: 15px;
}

.jl-tier-secondary-compact .jl-tier-sec-price-big {
      font-size: 20px;
}

.jl-tier-shadow a {
  color: #8b6673;
  text-decoration: none;
}

.jl-tier-hero-shipping-dot {
  width: 1px;
  height: 14px;
  background: currentColor;
  opacity: 0.25;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 420px) {
  .jl-tier-hero .jl-btn-light {
    font-size: 13px;
    font-weight: 500;
    padding: 4px;
    margin-top: 8px;
    border-radius: 8px;
    background: #D94C74;
    color: #ffffff;
  }
}


/* 90 days guarantee*/

.jl-guarantee-box {
  margin: 10px 0px;
}

/* ================================================
   ACCORDION
   ================================================ */

.jl-accordion {
  margin-top: 24px;
  border-top: 1px solid #e8e0e2;
}

.jl-accordion-item {
  border-bottom: 1px solid #e8e0e2;
}

.jl-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #444441;
  gap: 12px;
}

.jl-accordion-trigger:hover {
  color: #D94C74;
}

.jl-accordion-icon {
  flex-shrink: 0;
  transition: transform 0.2s ease;
  color: #999;
}

.jl-accordion-trigger[aria-expanded="true"] .jl-accordion-icon {
  transform: rotate(180deg);
}

.jl-accordion-panel {
  overflow: hidden;
}

.jl-accordion-panel[hidden] {
  display: none;
}

.jl-accordion-body {
  padding-bottom: 16px;
  font-size: 13px;
  line-height: 1.7;
  color: #D94C74;
}

.jl-accordion-body p {
  margin: 0 0 8px;
}

.jl-accordion-body p:last-child {
  margin-bottom: 0;
}

.jl-pdp-grid {
  padding: 0 22px;
}


.jl-btn-outline {
  Background: #4A234A;
    color: #fff7f2;
}

/* Full-width primary CTA */
.jl-btn-full {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

/* Demoted secondary — ghost/text link */
.jl-tier-shadow .jl-btn-text-link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 0.85rem;
  color: #555;
  text-decoration: underline;
  text-underline-offset: 2px;
  background: transparent;
  border: none;
}

.jl-tier-shadow .jl-btn-text-link:hover {
  color: #222;
}


/* Price row: strikethrough + badge side by side */
.jl-tier-hero-price-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

/* Larger strikethrough */
.jl-tier-hero-price-strike {
  font-size: 1.15rem;   /* increase from whatever it was */
  color: #888;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  font-weight: 500;
}

/* High-contrast % badge */
.jl-tier-hero-price-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 4px;
  background: #1a1a1a;   /* near-black for max contrast on pink bg */
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
}


/* Swatch wrapper — stacks button + label vertically, centers both */
.jl-swatch-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  position: relative; /* tooltip anchor */
}

/* Visible label below swatch */
.jl-swatch-label {
  font-size: 0.65rem;
  font-weight: 500;
  color: #555;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  transition: color 0.15s ease;
}

/* Bold label when swatch is active */
.jl-heart-btn[aria-pressed="true"] + .jl-swatch-label,
.jl-heart-btn.active + .jl-swatch-label {
  color: #1a1a1a;
  font-weight: 700;
}

/* CSS tooltip on hover */
.jl-swatch-wrap::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #1a1a1a;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 10;
}

/* Tooltip caret */
.jl-swatch-wrap::before {
  content: '';
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1a1a1a;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 10;
}

.jl-swatch-wrap:hover::after,
.jl-swatch-wrap:hover::before {
  opacity: 1;
}

/* 3px high-contrast active ring — replaces whatever was there before */
.jl-heart-btn[aria-pressed="true"],
.jl-heart-btn.active {
  outline: 3px solid #1a1a1a;
  outline-offset: 3px;
  border-radius: 50%;
}


/* ============================================
   TIER 3 — SINGLE CARD
   ============================================ */

.jl-tier-single {
  background: #fff;
  border: 1.5px solid #e8e8e8;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}

.jl-tier-single-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.jl-tier-single-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.jl-tier-single-sub {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}

.jl-tier-single-price {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
  flex-shrink: 0;
}

.jl-tier-single-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.jl-tier-single-shipping {
  font-size: 11.5px;
  color: #999;
}

.jl-btn-single-full {
  display: block;
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  border: 1.5px solid #d94060;
  border-radius: 8px;
  color: #d94060;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s ease, color 0.2s ease;
}

.jl-btn-single-full:hover {
  background: #d94060;
  color: #fff;
}


/* ── Free Products Strip ─────────────────────────────────── */
.jl-free-products {
  margin: 8px 0 20px;
  padding: 14px 14px 16px;
  background: #fff8f9;
  border: 1.5px dashed #f0b8c4;
  border-radius: 10px;
}

/* Heading */
.jl-free-products__heading {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b03050;
}
.jl-free-products__heading-icon {
  flex-shrink: 0;
  color: #b03050;
}

/* ── Vertical stack instead of horizontal scroll ── */
.jl-free-products__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ── Row layout: image left, text right ── */
.jl-free-products__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* was: center — image now anchors to top */
  gap: 10px;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0d0d8; /* separator between items */
}

.jl-free-products__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* Image wrapper */
.jl-free-products__img-wrap {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #f0d0d8;
  border-radius: 8px;
  padding: 4px;
  margin-top: 2px; /* subtle nudge to align with first line of text */
}
.jl-free-products__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Meta column (label + value stacked) */
.jl-free-products__meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1;
}

/* Product label — gets full remaining width, wraps cleanly */
.jl-free-products__label {
  font-size: 12px;
  font-weight: 600;
  color: #5a3040;
  line-height: 1.3;
  word-break: break-word;
  margin-bottom: 4px;
}

/* Strikethrough retail value */
.jl-free-products__value {
  font-size: 10px;
  font-weight: 600;
  color: #b03050;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  line-height: 1;
}

/* --- Gift color picker wrapper --- */

.jl-gift-color-picker__label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #b08090; /* lighter than before */
  margin-bottom: 5px;
  display: block;
}

/* --- Select wrapper --- */
.jl-gift-select-wrap {
  position: relative;
  display: inline-block;
  width: 100px;
}

/* --- The <select> itself --- */
.jl-gift-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 7px 32px 7px 12px;
  border-radius: 8px;
  border: 1.5px solid #e3c8cc;
  background: #fff;
  color: #5a3a3e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  outline: none;
}
.jl-gift-select:hover { border-color: #c96a7a; }
.jl-gift-select:focus {
  border-color: #d94f67;
  box-shadow: 0 0 0 2px rgba(217, 79, 103, 0.18);
}

#jellzy-offer-{{ sid }} .jl-free-products + .jellzy-price-row {
  margin-top: 14px;
}

/* Tighter spacing for sponge picker inside duo/single cards */
#jellzy-offer-{{ sid }} .jellzy-card-duo .jl-free-products,
#jellzy-offer-{{ sid }} .jellzy-card-single .jl-free-products {
  margin: 8px 0 10px;
  padding: 10px 12px 12px;
}

/* --- Custom chevron icon --- */
.jl-gift-select-chevron {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #c96a7a;
  display: flex;
  align-items: center;
}

/* Sponge pickers inside duo/single: tighter spacing */
#jellzy-offer-{{ sid }} .jellzy-card-duo .jl-free-products,
#jellzy-offer-{{ sid }} .jellzy-card-single .jl-free-products {
  margin: 8px 0 10px;
  padding: 10px 12px 12px;
}

/* Sponge pickers inside duo/single: full-width dropdown */
#jellzy-offer-{{ sid }} .jellzy-card-duo .jl-gift-select-wrap,
#jellzy-offer-{{ sid }} .jellzy-card-single .jl-gift-select-wrap {
  max-width: 100%;
}

/* Name + price on same row (hero gifts and sponge pickers) */
#jellzy-offer-{{ sid }} .jl-free-products__name-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

/* Worth / price label */
#jellzy-offer-{{ sid }} .jl-free-products__worth {
  font-size: 12px;
  font-weight: 600;
  color: #b03050;
  white-space: nowrap;
  flex-shrink: 0;
}

  /* Name + price inline row for gift strip items */

  .jl-free-products__name-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
  }

  .jl-free-products__worth {
    font-size: 14px;
    font-weight: 600;
    color: #b03050;
    white-space: nowrap;
    flex-shrink: 0;
  }


  /* --- Feedback message --- */
  .jl-hero-add-msg {
    font-size: 12px;
    margin: 6px 0 0;
    text-align: center;
    font-weight: 500;
  }
  .jl-hero-add-msg--success { color: #2e7d32; }
  .jl-hero-add-msg--error   { color: #c62828; }
  .jl-hero-add-msg--loading { color: #888; }



  .jellzy-offer {
    --jo-pink:       #C9405A;
    --jo-pink-light: #E8607A;
    --jo-dark:       #1a1a1a;
    --jo-muted:      rgba(0,0,0,0.55);
    --jo-radius:     14px;
    --jo-radius-sm:  8px;
    --jo-gap:        20px;
    font-family: inherit;
    padding: 32px 0 48px;
    max-width: 100%;
    margin: 0;
  }

  .jellzy-offer__inner { max-width: 960px; margin: 0 auto; padding: 0 20px; }

  .jellzy-banner {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    background: var(--jo-pink);
    border-radius: var(--jo-radius-sm);
    padding: 10px 20px;
    margin-bottom: 24px;
  }

  .jellzy-section-heading { text-align: center; margin-bottom: 20px; }

  .jellzy-section-title {
    font-size: 36px;
    font-weight: 500;
    color: #1a1a2e;
    margin: 0 0 6px;
    line-height: 1.2;
    letter-spacing: -0.3px;
  }

  .jellzy-section-heading--grid .jellzy-section-title { font-size: 22px; font-weight: 400; color: rgba(255,254,254,0.6); letter-spacing: 0; }
  .jellzy-section-heading--grid .jellzy-section-sub   { font-size: 12px; color: rgba(255,255,255,0.5); }
  .jellzy-section-sub { font-size: 13px; color: rgba(0,0,0,0.8); margin: 0; }

  .jellzy-card { background: #fff; border-radius: var(--jo-radius); padding: 32px 28px; box-shadow: 0 2px 24px rgba(0,0,0,0.08); }
  .jellzy-card-hero { margin-bottom: 32px; }

  .jellzy-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 32px; align-items: start; }
  .jellzy-hero-left { display: flex; flex-direction: column; }

  .jellzy-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--jo-pink);
    margin-bottom: 10px;
  }

  .jellzy-hero-title { font-size: 26px; font-weight: 800; line-height: 1.15; color: var(--jo-dark); margin: 0 0 6px; }
  .jellzy-hero-sub   { font-size: 14px; color: var(--jo-muted); margin: 0 0 8px; }
  .jellzy-hero-desc  { font-size: 13px; line-height: 1.55; color: var(--jo-muted); margin: 0 0 16px; }

  .jellzy-hearts { display: flex; gap: 6px; margin-bottom: 18px; }
  .jellzy-heart  { display: inline-block; width:32px; height: 32px; border-radius: 50%; flex-shrink: 0; }

  .jellzy-price-row { display: flex; align-items: baseline; gap: 0px; flex-wrap: wrap; margin-bottom: 8px; }
  .jellzy-price-main    { font-size: 40px; font-weight: 800; line-height: 1; color: var(--jo-dark); }
  .jellzy-price-compare { font-size: 16px; text-decoration: line-through; color: var(--jo-muted); }

  .jellzy-save-badge {
    background: var(--jo-pink);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 20px;
  }

  .jellzy-btn {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    border: none;
    border-radius: var(--jo-radius-sm);
    cursor: pointer;
    text-align: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    line-height: 1;
    text-decoration: none;
  }

  .jellzy-btn:hover:not(:disabled)  { transform: translateY(-1px); opacity: 0.92; }
  .jellzy-btn:active:not(:disabled) { transform: translateY(0); }
  .jellzy-btn:disabled              { opacity: 0.6; cursor: not-allowed; transform: none; }
  .jellzy-btn-primary { background: var(--jo-pink); color: #fff; margin-bottom: 8px; }
  .jellzy-btn-dark    { background: var(--jo-dark);  color: #fff; margin-top: auto; }

  .jellzy-shipping-note          { font-size: 12px; color: var(--jo-muted); text-align: center; margin: 8px 0 0; }
  .jellzy-shipping-note--pre-cta { margin: 0 0 10px; text-align: left; }
  .jellzy-free-shipping-nudge    { font-size: 12px; color: #888; font-weight: 400; text-align: center; margin: 0px 0 0; }

  .jellzy-guarantee {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fdf5f7;
    border: 1px solid rgba(232,96,122,0.2);
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 16px;
  }

  .jellzy-guarantee svg    { flex-shrink: 0; color: var(--jo-pink); margin-top: 2px; }
  .jellzy-guarantee strong { display: block; font-size: 14px; font-weight: 700; color: var(--jo-pink); margin-bottom: 2px; }
  .jellzy-guarantee span   { font-size: 12px; color: var(--jo-muted); }

  .jellzy-hero-right { display: flex; flex-direction: column; gap: 14px; }
  .jellzy-hero-image { border-radius: 10px; overflow: hidden; aspect-ratio: 1 / 1; background: #f0f0f0; }
  .jellzy-hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

  .jellzy-benefits-box { background: #f0ecf8; border-radius: 10px; padding: 16px 18px; }
  .jellzy-benefits-heading { font-size: 11px; font-weight: 700; letter-spacing: 1px; color: #7B5EA7; margin: 0 0 10px; text-transform: uppercase; }

  .jellzy-benefit-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--jo-dark); margin-bottom: 7px; line-height: 1.4; }
  .jellzy-benefit-item:last-child { margin-bottom: 0; }
  .jellzy-benefit-item svg { flex-shrink: 0; color: #7B5EA7; margin-top: 1px; }

  /* ── Free gifts strip + gift picker — see jellzy-gifts.css ── */

  /* ── Divider ───────────────────────────────────────────── */

  .jellzy-divider { display: flex; align-items: center; justify-content: center; margin: 40px 0; gap: 12px; }
  .jellzy-divider::before,
  .jellzy-divider::after { content: ''; flex: 1; height: 1px; background: rgba(0,0,0,0.12); }
  .jellzy-divider__inner { display: flex; flex-direction: column; align-items: center; gap: 4px; }
  .jellzy-divider__label { padding: 6px 18px; background: #e8607a45; color: #f8efe8a1; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; border-radius: 20px; white-space: nowrap; }
  .jellzy-divider__subline { font-size: 11px; color: #ffffffa1; font-weight: 600; letter-spacing: 0.3px; }

  /* ── Lower grid ────────────────────────────────────────── */

  .jellzy-lower-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--jo-gap); align-items: end; }
  .jellzy-card-duo, .jellzy-card-single { display: flex; flex-direction: column; height: 100%; }

  .jellzy-card-title { font-size: 24px; font-weight: 800; color: var(--jo-dark); margin: 0 0 4px; }
  .jellzy-card-sub   { font-size: 14px; color: var(--jo-muted); margin: 0 0 18px; }

  .jellzy-heart-group { margin-bottom: 16px; }
  .jellzy-heart-row   { display: flex; gap: 6px; flex-wrap: wrap; }

  .jellzy-heart-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: none;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 6px 8px;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, transform 0.15s;
    outline: none;
  }

  .jellzy-heart-btn svg {
    width: 36px;
    height: 36px;
    display: block;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
    transition: transform 0.15s;
  }

  .jellzy-heart-btn-label { font-size: 9px; font-weight: 600; letter-spacing: 0.3px; color: var(--jo-muted); white-space: nowrap; }
  .jellzy-heart-btn:hover { transform: translateY(-2px); }
  .jellzy-heart-btn.active { border-color: var(--jo-dark); background: rgba(0,0,0,0.04); }
  .jellzy-heart-btn.active svg { transform: scale(1.1); }
  .jellzy-heart-btn.active .jellzy-heart-btn-label { color: var(--jo-dark); font-weight: 700; }

  .jellzy-swatch-label { font-size: 11px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; color: var(--jo-muted); margin: 0 0 8px; }

  .jellzy-card-duo-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; margin-bottom: 4px; }

  .jellzy-value-note { font-size: 12px; color: var(--jo-muted); font-style: italic; margin: 4px 0 16px; }
  .jellzy-card-duo--featured { border-top: 3px solid var(--jo-pink); }

  .jellzy-single-image { display: flex; justify-content: center; margin-bottom: 16px; }
  .jellzy-single-image img { width: 120px; height: 120px; object-fit: contain; border-radius: 12px; }

  .jellzy-single-placeholder {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #f9b0bc, #f7d0d7);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .jellzy-heart-lg    { display: block; width: 50px; height: 50px; border-radius: 50%; }
  .jellzy-brand-label { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 0.5px; }

  @media (max-width: 700px) {
    .jellzy-offer         { padding: 20px 0 36px; }
    .jellzy-banner        { font-size: 13px; margin-bottom: 20px; }
    .jellzy-card          { padding: 22px 18px; }
    .jellzy-hero-grid     { grid-template-columns: 1fr; gap: 20px; display: flex; flex-direction: column; }
    .jellzy-hero-left     { order: 1; }
    .jellzy-hero-right    { order: 2; }
    .jellzy-hero-image    { aspect-ratio: 4 / 3; }
    .jellzy-hero-title    { font-size: 22px; }
    .jellzy-price-main    { font-size: 32px; }
    .jellzy-lower-grid    { grid-template-columns: 1fr; }
    .jellzy-divider       { margin: 32px 0; }
    .jellzy-heart-btn svg { width: 30px; height: 30px; }
    .jellzy-heart-btn     { padding: 5px 6px; }
  }

  /* ── Gift strip wrapper ──────────────────────────────────── */

  .jo-gift-strip {
    background: #fdf5f7;
    border: 1px solid rgba(201,64,90,0.15);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 16px;
  }

  .jo-gift-strip__heading {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #C9405A;
    margin: 0 0 12px;
  }

  .jo-gift-strip__heading-icon { flex-shrink: 0; color: #C9405A; }

  .jo-gift-strip__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .jo-gift-strip__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  /* ── Gift item image ─────────────────────────────────────── */

  .jo-gift-strip__img-wrap {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
  }

  .jo-gift-strip__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s ease;
  }

  /* ── Gift item meta ──────────────────────────────────────── */

  .jo-gift-strip__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
  }

  .jo-gift-strip__value {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #C9405A;
    text-transform: uppercase;
  }

  .jo-gift-strip__label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* ── Gift color picker ───────────────────────────────────── */

  .jo-gift-picker { margin-top: 8px; }

  .jo-gift-picker__label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #9a6b72;
    margin-bottom: 5px;
  }

  .jo-gift-picker__select-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 220px;
  }

  .jo-gift-picker__select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 7px 32px 7px 12px;
    border-radius: 8px;
    border: 1.5px solid #e3c8cc;
    background: #fff;
    color: #5a3a3e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }

  .jo-gift-picker__select:hover { border-color: #c96a7a; }

  .jo-gift-picker__select:focus {
    border-color: #d94f67;
    box-shadow: 0 0 0 2px rgba(217,79,103,0.18);
  }

  .jo-gift-picker__chevron {
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #c96a7a;
    display: flex;
    align-items: center;
  }

  /* ── Hero feedback message ───────────────────────────────── */

  .jellzy-hero-add-msg {
    font-size: 12px;
    margin: 6px 0 0;
    text-align: center;
    font-weight: 500;
  }

  .jellzy-hero-add-msg--success { color: #2e7d32; }
  .jellzy-hero-add-msg--error   { color: #c62828; }
  .jellzy-hero-add-msg--loading { color: #888; }

  @media (max-width: 700px) {
    .jo-gift-picker__select-wrap { max-width: 100%; }
  }


  .jl-pdp-subheadline {
  font-size: 16px;
  line-height: 1.6;
  color: #444441; 
  margin: 6px 0 16px;
  font-weight: 500;
}

  .jl-build-own-link {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 4px;
  }
  .jl-build-own-link a {
    font-size: 13px;
    color: inherit;
    opacity: 0.65;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #d94c74;
  }
  .jl-build-own-link a:hover {
    opacity: 1;
  }

/* ============================================================ */
/* WHY KONJAC — Reason to Believe                                */
/* ============================================================ */
 
.jl-why-konjac {
  padding: 60px 20px;
  background-color: var(--jl-bg, #fff);
  text-align: center;
}
 
.jl-why-konjac__inner {
  max-width: 720px;
  margin: 0 auto;
}
 
.jl-why-konjac__heading {
  font-family: var(--jl-font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--jo-pink, #e75480);
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.015em;
}
 
.jl-why-konjac__body {
  font-family: var(--jl-font-body);
  font-size: 14px;
  color: var(--jl-fg-secondary);
  line-height: 1.75;
  margin: 0 auto;
}
 
@media screen and (min-width: 990px) {
  .jl-why-konjac__heading {
    font-size: 30px;
  }
}
 
@media (max-width: 640px) {
  .jl-why-konjac {
    padding: 40px 16px;
  }
}


/* offer card style*/

  #jellzy-offer-{{ section.id }} .jellzy-heart-btn {
    flex: 0 0 auto;
  }
  #jellzy-offer-{{ section.id }} .jellzy-heart-btn svg {
    width: {{ section.settings.swatch_heart_size | default: 40 }}px;
    height: {{ section.settings.swatch_heart_size | default: 40 }}px;
    max-width: none;
  }
  /* Static "included" note on duo + single cards */
  #jellzy-offer-{{ section.id }} .jellzy-included-note {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0 2px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #4a4a4a;
  }
  #jellzy-offer-{{ section.id }} .jellzy-included-note svg {
    flex: 0 0 auto;
    color: #2e9e5b;
  }
  /* Static sponge row inside the hero included strip */
  #jellzy-offer-{{ section.id }} .jo-included-static {
    display: block;
    margin-top: 2px;
    font-size: 0.78rem;
    color: #6a6a6a;
  }

  #jellzy-offer-{{ section.id }} .jellzy-included-note {
  margin: 14px 0 10px;
}

/* Jellzy — Guarantee Section Styles */

.jz-guarantee {
  padding: 72px 20px;
  background: #FFF7F8;
  font-family: inherit;
}

.jz-guarantee__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.jz-guarantee__badge {
  display: inline-block;
  background: #F48FB1;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 999px;
  margin-bottom: 26px;
  box-shadow: 0 3px 10px rgba(244, 143, 177, 0.25);
}

.jz-guarantee__heading {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 400;
  color: #D6336C;
}

.jz-guarantee__subheading {
  margin: 0 0 40px;
  font-size: 22px;
  line-height: 1.4;
  color: #D6336C;
  opacity: 0.85;
}

.jz-guarantee__card {
  background: #FDEDF1;
  border-radius: 24px;
  padding: 44px 48px;
  text-align: left;
  box-shadow: 0 8px 30px rgba(244, 143, 177, 0.1);
}

.jz-guarantee__number-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.jz-guarantee__number {
  font-size: 84px;
  line-height: 1;
  font-weight: 700;
  color: #D6336C;
}

.jz-guarantee__number-label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #D6336C;
}

.jz-guarantee__eyebrow {
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F06292;
}

.jz-guarantee__body {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.65;
  color: #5B5560;
  max-width: 620px;
}

@media (max-width: 600px) {
  .jz-guarantee__heading {
    font-size: 36px;
  }
  .jz-guarantee__subheading {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .jz-guarantee__card {
    padding: 30px 24px;
    border-radius: 20px;
  }
  .jz-guarantee__number {
    font-size: 60px;
  }
  .jz-guarantee__number-label {
    font-size: 16px;
  }
  .jz-guarantee__body {
    font-size: 15.5px;
  }
}

 

/* JL Final CTA */

.jl-final-cta {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.jl-final-cta__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.jl-final-cta__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 48px;
}

/* --- Left content --- */

.jl-final-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.jl-final-cta__heading {
  margin: 0 0 12px;
  color: #D6336C;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 600;
  max-width: 16ch;
}

.jl-final-cta__subheading {
  margin: 0 0 28px;
  color: #5B5560;
  font-size: 17px;
  line-height: 1.6;
  max-width: 42ch;
}

.jl-final-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.jl-final-cta__button {
  display: inline-block;
  background-color: #c9405a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 16px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.jl-final-cta__button:hover {
  background-color: #b23650;
  transform: translateY(-1px);
}

.jl-final-cta__button:focus-visible {
  outline: 2px solid #c9405a;
  outline-offset: 3px;
}

.jl-final-cta__secondary-link {
  color: #5B5560;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.jl-final-cta__secondary-link:hover {
  color: #D6336C;
}

/* --- Right media --- */

.jl-final-cta__media {
  display: flex;
  justify-content: center;
}

.jl-final-cta__image {
  width: 100%;
  height: auto;
  max-width: 520px;
  display: block;
}

/* --- Responsive --- */

@media screen and (max-width: 749px) {
  .jl-final-cta {
    padding: 56px 0;
  }

  .jl-final-cta__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .jl-final-cta__media {
    order: -1; /* image above text on mobile; remove if you want text first */
  }

  .jl-final-cta__heading {
    font-size: 30px;
  }

  .jl-final-cta__button {
    width: 100%;
    text-align: center;
  }

  .jl-final-cta__actions {
    width: 100%;
    align-items: center;
  }
}

/* JL Final CTA*/

.jl-final-cta {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.jl-final-cta__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.jl-final-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 480px) 1fr;
  align-items: center;
  min-height: 380px;
}

/* --- Content --- */

.jl-final-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.jl-final-cta__heading {
  margin: 0 0 12px;
  color: #D6336C;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 600;
  max-width: 16ch;
}

.jl-final-cta__subheading {
  margin: 0 0 28px;
  color: #5B5560;
  font-size: 17px;
  line-height: 1.6;
  max-width: 42ch;
}

.jl-final-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: fit-content;
}

.jl-final-cta__button {
  display: inline-block;
  background-color: #c9405a;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 16px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.jl-final-cta__button:hover {
  background-color: #b23650;
  transform: translateY(-1px);
}

.jl-final-cta__button:focus-visible {
  outline: 2px solid #c9405a;
  outline-offset: 3px;
}

.jl-final-cta__secondary-link {
  align-self: center;
  color: #5B5560;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.jl-final-cta__secondary-link:hover {
  color: #D6336C;
}

/* --- Responsive --- */

@media screen and (max-width: 749px) {
  .jl-final-cta {
    padding: 56px 0;
  }

  .jl-final-cta__grid {
    grid-template-columns: 1fr;
    min-height: 520px; /* room for mobile background artwork; adjust to your image */
    align-content: start;
  }

  .jl-final-cta__heading {
    font-size: 30px;
    text-align: center;
  }

  .jl-final-cta__button {
    width: 100%;
    text-align: center;
  }

  .jl-final-cta__actions {
    width: 100%;
  }

  .jl-final-cta__subheading {
    align-self: center;
    text-align: center;
  }
}

/*4 colors clickable*/

.jl-heart-btn {
  background: none;
  border: none;
  padding: 4px;
  line-height: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jl-heart-btn:hover {
  transform: scale(1.18);
}

.jl-heart-btn.is-selected {
  transform: scale(1.18);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85);
}


/* ════════════════════════════════════════════════════════════
   JZ-ADDONS — "Add to your order" panel (section: jellzy-addons)
   ════════════════════════════════════════════════════════════ */

.jz-addons-section {
  padding: 28px 16px;
}

.jz-addons {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(232, 96, 122, 0.18);
  border-radius: 16px;
  padding: 18px 20px 6px;
}

.jz-addons__heading {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2b2b2b;
}

.jz-addons__subline {
  margin: 2px 0 4px;
  font-size: 0.75rem;
  color: #8a8a8a;
}

.jz-addon-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #f6e8ec;
}

.jz-addon-row:last-child {
  border-bottom: none;
}

.jz-addon-img {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
  background: #fdf3f5;
  transition: opacity 0.15s;
}

.jz-addon-meta {
  flex: 1 1 auto;
  min-width: 0;
}

.jz-addon-title {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 1.3;
}

.jz-addon-note {
  display: block;
  font-size: 0.72rem;
  color: #8a8a8a;
  margin-top: 1px;
}

.jz-addon-price {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #c9405a;
  margin-top: 2px;
}

.jz-addon-select {
  display: block;
  margin-top: 6px;
  max-width: 160px;
  font-size: 0.75rem;
  padding: 5px 8px;
  border: 1px solid #e8d4da;
  border-radius: 8px;
  background: #fff;
  color: #2b2b2b;
}

.jz-addon-add {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1.5px solid #E8607A;
  background: #fff;
  color: #E8607A;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.jz-addon-add:hover:not(:disabled) {
  background: #E8607A;
  color: #fff;
}

.jz-addon-add:disabled {
  opacity: 0.5;
  cursor: default;
}

.jz-addon-msg {
  display: none;
  font-size: 0.72rem;
  margin-top: 3px;
}

.jz-addon-msg--loading { color: #8a8a8a; }
.jz-addon-msg--success { color: #2e7d32; }
.jz-addon-msg--error   { color: #c0392b; }


  .jl-sticky-bar {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 90;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(110%);
    transition: transform 0.3s ease;
  }

  .jl-sticky-bar.is-visible {
    transform: translateY(0);
  }

  .jl-sticky-bar__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .jl-sticky-bar__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .jl-sticky-bar__title {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .jl-sticky-bar__price {
    font-size: 14px;
    font-weight: 600;
    color: #C0364B;
  }

  .jl-sticky-bar__strike {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
  }

  .jl-sticky-bar__btn {
    flex-shrink: 0;
    padding: 12px 24px;
    border: none;
    border-radius: 999px;
    background: #E8607A;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .jl-sticky-bar__btn:hover {
    background: #D9536D;
  }

  .jl-sticky-bar__btn:active {
    transform: scale(0.98);
  }

  @media (max-width: 480px) {
    .jl-sticky-bar__inner {
      padding: 8px 12px;
    }
    .jl-sticky-bar__btn {
      padding: 11px 18px;
      font-size: 13px;
    }
  }

  

  .jl-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  border-top: 1px solid #f0d9de;
  box-shadow: 0 -4px 16px rgba(232, 96, 122, 0.10);
  padding: 14px 24px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.jl-sticky-bar.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

.jl-sticky-bar__inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.jl-sticky-bar__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}

.jl-sticky-bar__name {
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jl-sticky-bar__price {
  font-size: 13px;
  color: #E8607A;
  font-weight: 500;
}

.jl-sticky-bar__btn {
  flex-shrink: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  width: auto;
}

@media (max-width: 480px) {
  .jl-sticky-bar {
    padding: 12px 16px;
  }
  .jl-sticky-bar__inner {
    gap: 12px;
  }
  .jl-sticky-bar__name {
    font-size: 13px;
  }
  .jl-sticky-bar__btn {
    padding: 11px 18px;
    font-size: 13px;
  }
}


.jl-free-products__worth-old {
  opacity: 0.5;
  color: #999;
}

.jl-free-products__worth-free {
  color: #c9405a;
  font-weight: 700;
}