/** Shopify CDN: Minification failed

Line 74:32 Unexpected "("

**/
/* ==========================================================================
   SELVERINE — Collagène Gummies visual identity
   --------------------------------------------------------------------------
   The Collagène page inherits assets/selverine.css, whose palette is the
   forest/sage green of the Pack (anti-chute) product. Rather than hunting
   green values through every component rule, this file re-points the shared
   tokens at the Collagène palette, scoped to .cg-fr. Every inherited
   component — buttons, cards, offers, accordion, sticky bar — recolours from
   one place, and the Pack page is untouched.

   Palette (supplied):
     blush #F0D0D0 · cream #FFF4F1 · rose #C98080
     burgundy #7D3F46 · coral #E08070 · ink #542F32
   ========================================================================== */

.svl-page.cg-fr {
  /* ---- Collagène's own scale ------------------------------------------ */
  --cg-blush: #f0d0d0;
  --cg-cream: #fff4f1;
  --cg-rose: #c98080;
  --cg-burgundy: #7d3f46;
  --cg-coral: #e08070;
  --cg-ink: #542f32;
  --cg-white: #ffffff;
  --cg-line: #f0dedb;
  --cg-ink-soft: #8a6266;

  --cg-serif: 'Cormorant Garamond', Georgia, serif;
  --cg-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --cg-ease: cubic-bezier(0.16, 1, 0.3, 1);

  /* ---- shared tokens, re-pointed off green ---------------------------- */
  --color-primary: #7d3f46;
  --color-primary-ink: #5e2f35;
  --color-primary-soft: #c98080;
  --color-accent: #e08070;
  --color-accent-ink: #c96a5a;
  --color-background: #fff4f1;
  --color-surface: #ffffff;
  --color-surface-muted: #fff4f1;
  --color-sand: #f0d0d0;
  --color-text-primary: #542f32;
  --color-text-secondary: #8a6266;
  --color-text-on-primary: #fff4f1;
  --color-text-on-accent: #ffffff;
  --color-border: #f0dedb;
  --color-border-strong: #e3c5c2;
  --color-success: #7d3f46;
  --color-success-bg: #fff4f1;
  --color-rating: #d99a6c;
  --tint-accent-08: rgba(224, 128, 112, 0.08);
  --tint-accent-25: rgba(224, 128, 112, 0.25);
  --tint-primary-06: rgba(125, 63, 70, 0.06);
  --tint-primary-12: rgba(125, 63, 70, 0.12);
  --tint-on-primary-85: rgba(255, 244, 241, 0.85);
  --shadow-cta: 0 10px 26px rgba(224, 128, 112, 0.28);

  background: var(--cg-white);
  color: var(--cg-ink);
}

/* collagene-simple.css carries `main > section:nth-of-type(7)…(14){display:none}`,
   an index-based rule written against an older section order. Every original
   section also carries `.section` and is re-shown by a later rule, so in
   practice that rule now hides nothing except newly inserted sections whose
   index happens to fall in the range — which silently collapsed the
   ingredients and badge marquees to zero height. Neutralised here; ordering
   is expressed by the markup, never by nth-of-type. */
   Scoped to .cg2-sec and given (0,3,2) so it outranks the (0,2,2)
   nth-of-type rule without un-hiding anything that was hidden on purpose. */
.svl-page.cg-fr main > section.cg2-sec { display: block; }

/* Any green that slipped through as a literal value on this page. */
.cg-fr .problem-section { background: var(--cg-burgundy); }
.cg-fr .announce-bar { background: var(--cg-burgundy); }

/* Final CTA: the inherited rule painted this heading cream (#FFF4F1) while
   the section itself resolved to a transparent — effectively light — ground,
   leaving the line almost unreadable. Set black on a light ground, and bring
   the supporting copy back to readable ink. */
.cg-fr .cg-final-cta { background: var(--cg-cream); }
.cg-fr .cg-final-cta h2 { color: #000; }
.cg-fr .cg-final-cta p { color: var(--cg-ink); }
.cg-fr .cg-final-cta__notes,
.cg-fr .cg-final-cta__notes span { color: var(--cg-ink-soft); }

/* --------------------------------------------------------------------------
   Tonal grounds — alternate so no two neighbours look alike
   -------------------------------------------------------------------------- */
.cg-fr .cg2-white { background: var(--cg-white); }
.cg-fr .cg2-cream { background: var(--cg-cream); }
.cg-fr .cg2-blush { background: linear-gradient(180deg, var(--cg-cream) 0%, var(--cg-blush) 100%); }

.cg-fr .cg2-sec { padding-block: clamp(52px, 8vw, 104px); }
.cg-fr .cg2-sec--tight { padding-block: clamp(38px, 5vw, 64px); }
.cg-fr .cg2-wrap {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

/* --------------------------------------------------------------------------
   Type
   -------------------------------------------------------------------------- */
.cg-fr .cg2-eyebrow {
  display: block;
  font-family: var(--cg-sans);
  font-size: 0.688rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cg-rose);
  margin: 0 0 var(--space-3, 12px);
}
.cg-fr .cg2-title {
  font-family: var(--cg-serif);
  font-weight: 500;
  font-size: clamp(1.8rem, 4.4vw, 2.9rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--cg-burgundy);
  margin: 0;
  text-wrap: balance;
}
.cg-fr .cg2-title em { font-style: italic; color: var(--cg-rose); }
.cg-fr .cg2-lede {
  font-family: var(--cg-sans);
  font-size: 1rem;
  line-height: 1.72;
  color: var(--cg-ink-soft);
  margin: var(--space-4, 16px) 0 0;
  max-width: 52ch;
}

/* --------------------------------------------------------------------------
   MARQUEE — one component, three uses (badges / ingredients / UGC)
   Duplicated track + translateX(-50%) gives a seamless loop with no snap.
   -------------------------------------------------------------------------- */
.cg-fr .cg2-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.cg-fr .cg2-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: var(--cg2-gap, 40px);
  animation: cg2-scroll var(--cg2-dur, 46s) linear infinite;
  will-change: transform;
}
.cg-fr .cg2-marquee--reverse .cg2-marquee__track { animation-direction: reverse; }
.cg-fr .cg2-marquee:hover .cg2-marquee__track { animation-play-state: paused; }
@keyframes cg2-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
.cg-fr .cg2-marquee__item { flex: none; display: flex; align-items: center; justify-content: center; }

/* Badges — given real presence. The source crops are trimmed tight to the
   artwork, so this height is all logo rather than mostly empty margin. */
.cg-fr .cg2-badges { --cg2-gap: clamp(52px, 8vw, 110px); --cg2-dur: 58s; }
.cg-fr .cg2-badges .cg2-marquee__item img {
  display: block;
  height: clamp(140px, 17vw, 230px);
  width: auto;
  opacity: 1;
}

/* ingredients — larger, the visual lead */
.cg-fr .cg2-ings { --cg2-gap: clamp(20px, 3vw, 34px); --cg2-dur: 44s; }
.cg-fr .cg2-ing {
  width: clamp(180px, 24vw, 268px);
  text-align: center;
}
.cg-fr .cg2-ing__media {
  border-radius: 18px;
  overflow: hidden;
  background: var(--cg-cream);
  aspect-ratio: 1;
}
.cg-fr .cg2-ing__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cg-fr .cg2-ing__name {
  font-family: var(--cg-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cg-burgundy);
  margin: 14px 0 0;
}

/* UGC — portraits, no card chrome */
.cg-fr .cg2-ugc { --cg2-gap: clamp(10px, 1.6vw, 18px); --cg2-dur: 58s; }
.cg-fr .cg2-ugc .cg2-marquee__item img {
  display: block;
  height: clamp(300px, 40vw, 440px);
  width: auto;
  border-radius: 14px;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
   VIDEO — collagen / skin
   -------------------------------------------------------------------------- */
.cg-fr .cg2-video__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}
.cg-fr .cg2-video__media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--cg-cream);
  box-shadow: 0 30px 70px -40px rgba(84, 47, 50, 0.5);
}
.cg-fr .cg2-video__media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* --------------------------------------------------------------------------
   EDITORIAL compositions
   -------------------------------------------------------------------------- */
.cg-fr .cg2-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
}
.cg-fr .cg2-split img,
.cg-fr .cg2-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
}
.cg-fr .cg2-split--reverse .cg2-split__media { order: -1; }

/* macro skin: one dominant + one secondary, deliberately offset */
.cg-fr .cg2-macro {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2.4vw, 22px);
}
.cg-fr .cg2-macro img { border-radius: 18px; }
.cg-fr .cg2-macro__a img { aspect-ratio: 4 / 4.6; }
.cg-fr .cg2-macro__b img { aspect-ratio: 4 / 3.4; }

/* benefit trio */
.cg-fr .cg2-tri {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.6vw, 26px);
}
.cg-fr .cg2-tri__item {
  background: var(--cg-white);
  border: 1px solid var(--cg-line);
  border-radius: 16px;
  padding: clamp(20px, 3vw, 28px);
}
.cg-fr .cg2-tri__item h4 {
  font-family: var(--cg-serif);
  font-weight: 500;
  font-size: 1.28rem;
  color: var(--cg-burgundy);
  margin: 0 0 6px;
}
.cg-fr .cg2-tri__item p { margin: 0; font-size: 0.938rem; line-height: 1.65; color: var(--cg-ink-soft); }
.cg-fr .cg2-tri__num {
  display: block;
  font-family: var(--cg-serif);
  font-style: italic;
  font-size: 0.875rem;
  color: var(--cg-coral);
  margin-bottom: 10px;
}

/* --------------------------------------------------------------------------
   Reveal — subtle, once
   -------------------------------------------------------------------------- */
/* The hidden state is applied only once JS has confirmed it can reveal it
   again (.cg2-anim is set by the observer below). Without that guard a JS
   failure would leave half the page invisible. */
.cg-fr.cg2-anim .cg2-rise {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.8s var(--cg-ease), transform 0.8s var(--cg-ease);
}
.cg-fr.cg2-anim .cg2-rise.is-in { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   Tablet / desktop
   -------------------------------------------------------------------------- */
@media (min-width: 700px) {
  .cg-fr .cg2-tri { grid-template-columns: repeat(3, 1fr); }
  .cg-fr .cg2-macro { grid-template-columns: 1.25fr 1fr; align-items: end; }
  .cg-fr .cg2-macro__b { padding-bottom: clamp(20px, 4vw, 54px); }
}
@media (min-width: 900px) {
  .cg-fr .cg2-split { grid-template-columns: 1fr 1fr; }
  .cg-fr .cg2-video__grid { grid-template-columns: 1.15fr 0.85fr; }
}

/* --------------------------------------------------------------------------
   Mobile — video first, then copy (per brief)
   -------------------------------------------------------------------------- */
@media (max-width: 899px) {
  .cg-fr .cg2-video__media { order: -1; }
  .cg-fr .cg2-video__grid { display: flex; flex-direction: column; }
}
@media (max-width: 699px) {
  .cg-fr .cg2-ugc .cg2-marquee__item img { height: 268px; }
  .cg-fr .cg2-ing { width: 156px; }
  .cg-fr .cg2-badges .cg2-marquee__item img { height: 124px; }
  .cg-fr .cg2-split--reverse .cg2-split__media { order: 0; }
}

/* --------------------------------------------------------------------------
   Motion preferences — marquees stop, content stays readable
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .cg-fr .cg2-marquee__track { animation: none; transform: none; }
  .cg-fr .cg2-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: none;
  }
  .cg-fr .cg2-marquee::-webkit-scrollbar { display: none; }
  .cg-fr .cg2-rise { opacity: 1; transform: none; transition: none; }
}
