/** Shopify CDN: Minification failed

Line 3561:0 Unexpected "}"

**/
/* Color custom properties */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.contains-card,
.card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
}

.product__media-gallery .slider,
.product__media-item {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
}

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 990px) {
  .grid--full-width .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--peek.slider .grid__item:last-of-type {
    margin-right: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item  {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}
  
@media screen and (min-width: 990px) {
  .slider--desktop.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--desktop.grid--peek.grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--desktop.grid--peek.grid--2-col-desktop .grid__item,
  .slider--desktop.grid--peek.grid--2-col-desktop-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--desktop.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .slider--desktop.grid--peek .grid__item:last-of-type {
    margin-right: 1.5rem;
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}

.share-button__fallback {
  background: rgb(var(--color-background));
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground),.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}

/* section-header */
#shopify-section-header {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header--has-menu:not(.header--middle-left, .header--logo-center) {
    padding-bottom: 0;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu),
  .header--logo-center:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }
  
  .header--logo-center {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 40% 20% 40%;
    column-gap: 0rem;
  }
  
  .header--logo-center .header__heading {
    justify-self: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icon heading icons'
      'navigation navigation navigation';
  }

  .header:not(.header--middle-left, .header--logo-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js .header__inline-menu details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

.header__inline-menu details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  .header__inline-menu details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.header__submenu.list-menu--disclosure {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.header__submenu.list-menu {
  padding: 2.4rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

/* color dark and light */
.color-text-dark .button {
  background-color: #fff !important;
}

.color-text-dark .button,
.color-text-dark > * {
  color: #000 !important;
}

.color-text-light .button,
.color-text-light > * {
  color: #fff !important;
}
  
/* header transparent */
@media screen and (min-width: 750px) {
  .template-index .header-wrapper.color-transparent {
    position: absolute;
    width: 100%;
    left: 0;
    background: transparent;
  }
  .template-index .shopify-section-header-sticky .color-transparent {
    background-color: #fff;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
  }
  .template-index .section-header:not(.shopify-section-header-sticky) .header-wrapper.color-transparent .header__icon .icon,
  .template-index .section-header:not(.shopify-section-header-sticky) .header-wrapper.color-transparent .header__menu-item {
    color: #fff;
  }
  .template-index .section-header:not(.shopify-section-header-sticky) .header__heading-logo-dark .header__heading-logo-dark,
  .template-index .section-header:not(.shopify-section-header-sticky) .header__heading-logo-light .header__heading-logo-light {
    display: block !important;
  }
  .template-index .section-header:not(.shopify-section-header-sticky) .header__heading-logo-dark .header__heading-logo-light,
  .template-index .section-header:not(.shopify-section-header-sticky) .header__heading-logo-light .header__heading-logo-dark {
    display: none !important;
  } 
}
  
/* Animations */
@keyframes fadeInUp{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
  
@keyframes sliding-carousel{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * ((30% * 10) + (15px * 10))));
  }
}
/* Newsletter popup */
newsletter-popup.modal__layout{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(10,10,10,.45);
  z-index: 9; 
  transition: all 0.35s; 
  visibility: hidden;
  opacity: 0;
}.clairbois-separator-wrapper {
  width: 100%;
  margin: 48px 0;
  display: flex;
  justify-content: center;
}

.clairbois-separator {
  width: 100%;
  max-width: 1100px;
  border-style: solid;
  box-sizing: border-box;
}

.clairbois-separator-text {
  margin: 0;
  text-align: center;
  font-size: 0.95rem;
  color: #6b6b6b;
  font-weight: 400;
}
.clairbois-wave-wrapper {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.clairbois-wave {
  width: 200%;
  height: 220px;
  display: block;
}

/* Base */
.wave {
  will-change: transform;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* Désynchronisation volontaire */
.wave-1 { animation: waveL1 16s infinite; }
.wave-2 { animation: waveL2 20s infinite; }
.wave-3 { animation: waveL3 24s infinite; }
.wave-4 { animation: waveL4 28s infinite; }

/* Animations large */

@keyframes waveL1 {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-12.5%, -14px); }
  50%  { transform: translate(-25%, 10px); }
  75%  { transform: translate(-37.5%, -10px); }
  100% { transform: translate(-50%, 0); }
}

@keyframes waveL2 {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-12.5%, 10px); }
  50%  { transform: translate(-25%, -14px); }
  75%  { transform: translate(-37.5%, 8px); }
  100% { transform: translate(-50%, 0); }
}

@keyframes waveL3 {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-12.5%, -8px); }
  50%  { transform: translate(-25%, 14px); }
  75%  { transform: translate(-37.5%, -6px); }
  100% { transform: translate(-50%, 0); }
}

@keyframes waveL4 {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-12.5%, 6px); }
  50%  { transform: translate(-25%, -10px); }
  75%  { transform: translate(-37.5%, 4px); }
  100% { transform: translate(-50%, 0); }
}

.clairbois-wave-wrapper.flip {
  transform: rotate(180deg);
}
.clairbois-wave-thin-wrapper {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.clairbois-wave-thin {
  width: 200%;
  height: 120px;
  display: block;
}

/* Base */
.wave-thin {
  will-change: transform;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* Couche 1 – la plus vivante */
.wave-thin-1 {
  animation: wave1 14s infinite;
}

/* Couche 2 */
.wave-thin-2 {
  animation: wave2 18s infinite;
}

/* Couche 3 */
.wave-thin-3 {
  animation: wave3 22s infinite;
}

/* Couche 4 – très lente */
.wave-thin-4 {
  animation: wave4 26s infinite;
}

/* Animations */

@keyframes wave1 {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-12.5%, -6px); }
  50%  { transform: translate(-25%, 4px); }
  75%  { transform: translate(-37.5%, -4px); }
  100% { transform: translate(-50%, 0); }
}

@keyframes wave2 {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-12.5%, 4px); }
  50%  { transform: translate(-25%, -6px); }
  75%  { transform: translate(-37.5%, 3px); }
  100% { transform: translate(-50%, 0); }
}

@keyframes wave3 {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-12.5%, -3px); }
  50%  { transform: translate(-25%, 6px); }
  75%  { transform: translate(-37.5%, -2px); }
  100% { transform: translate(-50%, 0); }
}

@keyframes wave4 {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-12.5%, 2px); }
  50%  { transform: translate(-25%, -3px); }
  75%  { transform: translate(-37.5%, 1px); }
  100% { transform: translate(-50%, 0); }
}

/* Flip */
.clairbois-wave-thin-wrapper.flip {
  transform: rotate(180deg);
}
/* ===============================
   Clairbois – Bandeau défilant
   =============================== */

.clairbois-marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 0;
  font-size: 18px;
  line-height: 1;
}

.clairbois-marquee-track {
  display: flex;
  width: fit-content;
  animation: marquee-scroll var(--marquee-speed) linear infinite;
}

.clairbois-marquee-content {
  display: flex;
  align-items: center;
  gap: 48px;
  padding-right: 48px;
}

.clairbois-marquee-content p {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0;
  font-family: inherit;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Mobile optimisation */
@media (max-width: 768px) {
  .clairbois-marquee {
    font-size: 15px;
    padding: 12px 0;
  }
}
/* ===============================
   Clairbois – Tableau comparatif
   =============================== */

.clairbois-comparison {
  padding: 80px 0;
}

.clairbois-comparison-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}

.clairbois-comparison-text h2 {
  font-size: 36px;
  margin-bottom: 16px;
}

.clairbois-comparison-description {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* Tableau */

.clairbois-comparison-table {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  padding: 16px 20px;
  align-items: center;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

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

.comparison-header {
  font-weight: 600;
  background: #fafafa;
}

.comparison-row .label {
  color: #333;
}

.comparison-row .brand {
  text-align: center;
  background-color: var(--brand-color);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 600;
}

.comparison-row .other {
  text-align: center;
  background-color: var(--other-color);
  border-radius: 999px;
  padding: 6px 10px;
  color: #555;
}

/* Mobile */
@media (max-width: 900px) {
  .clairbois-comparison-inner {
    grid-template-columns: 1fr;
  }
}
/* ===============================
   Clairbois – Résultats clients
   =============================== */

.clairbois-results {
  padding: 80px 0;
}

.clairbois-results-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.clairbois-results-header {
  text-align: center;
  margin-bottom: 48px;
}

.clairbois-results-header h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

.clairbois-results-header p {
  color: #555;
  font-size: 16px;
}

/* Grid */

.clairbois-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card */

.clairbois-result-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Circle */

.clairbois-result-circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--accent-color);
  background: rgba(0,0,0,0.02);
}

.clairbois-counter {
  font-size: 26px;
  font-weight: 700;
  color: var(--accent-color);
  transition: color 0.3s ease;
}

/* Text */

.clairbois-result-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Note */

.clairbois-results-note {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  color: #777;
}

/* Mobile */

@media (max-width: 900px) {
  .clairbois-results-grid {
    grid-template-columns: 1fr;
  }
}
.cb-break-base {
  position: relative;
  padding: 140px 0;
  overflow: visible;
}

.cb-break-base-inner {
  max-width: 520px;
  position: relative;
  z-index: 2;
}

/* Position texte selon côté produit */
.cb-side-right .cb-break-base-inner {
  margin-left: 10%;
}
.cb-side-left .cb-break-base-inner {
  margin-left: auto;
  margin-right: 10%;
}

/* Produit */
.cb-break-product {
  position: absolute;
  top: -180px;
  height: 520px;
  width: auto;
  z-index: 5;
  filter: drop-shadow(0 80px 120px rgba(0,0,0,.35));
  pointer-events: none;
}

/* Côté */
.cb-side-right .cb-break-product {
  right: 8%;
}
.cb-side-left .cb-break-product {
  left: 8%;
}

/* Débordement contrôlé */
.cb-overflow-top .cb-break-product {
  bottom: auto;
}
.cb-overflow-bottom .cb-break-product {
  top: auto;
  bottom: -180px;
}
.cb-overflow-both .cb-break-product {
  top: -180px;
}

/* Mobile */
@media (max-width: 900px) {
  .cb-break-product {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: -120px auto 40px;
    height: 360px;
    display: block;
  }

  .cb-break-base-inner {
    margin: 0 auto;
    text-align: center;
  }
}
/* ================================
   BANDEAU VIDÉO DÉFILANT – CLAIRBOIS
   ================================ */

.cb-video-marquee {
  position: relative;
  overflow: hidden;
  padding: 160px 0;                 /* ÉPAISSEUR DU BANDEAU */
  background: #FAF7F2;              /* Fond doux Clairbois */
}

/* Piste horizontale */
.cb-video-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: cb-video-scroll 55s linear infinite;
}

/* Carte vidéo */
.cb-video-item {
  flex: 0 0 auto;
  width: 440px;
  height: 260px;
  border-radius: 28px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
}

/* Vidéo */
.cb-video-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Animation fluide */
@keyframes cb-video-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 1024px) {
  .cb-video-marquee {
    padding: 120px 0;
  }

  .cb-video-item {
    width: 360px;
    height: 210px;
  }
}

@media (max-width: 768px) {
  .cb-video-marquee {
    padding: 80px 0;
  }

  .cb-video-track {
    gap: 24px;
    animation-duration: 70s; /* Plus lent sur mobile */
  }

  .cb-video-item {
    width: 260px;
    height: 150px;
    border-radius: 20px;
  }
}
/* ================================
   INTRO CLAIRBOIS – VERSION FINALE
   ================================ */

#cb-intro {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 1;
  backdrop-filter: blur(0px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1),
    backdrop-filter 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#cb-intro.fade-out {
  opacity: 0;
  backdrop-filter: blur(8px);
}

.cb-intro-logo {
 max-width: 280px;
 max-height: 280px;
 width: auto;
 height: auto;
 object-fit: contain;

  transform: scale(0.96);
  opacity: 0;
  animation: logoEnter 1.4s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.12));
}

@keyframes logoEnter {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
}
/* Clairbois – Animation comparaison */

.comparison-product svg,
.comparison-product .icon,
.comparison-product span {
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.comparison-product .is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.comparison-row .brand,
.comparison-row .other {
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.comparison-row .brand.is-visible,
.comparison-row .other.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* HOTFIX PROD – suppression caractère injecté '>' */
#top-layer,
#top-layer *,
body > span:empty,
body > div:empty {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
/* ===== Avis client Clairbois ===== */

.cb-review-section {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.cb-review-container {
  max-width: 520px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  background: #f7f6f3;
  border-radius: 14px;
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;

  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.cb-review-section.is-visible .cb-review-container {
  opacity: 1;
  transform: translateY(0);
}

.cb-review-photo img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.cb-review-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2f2f2f;
  margin-bottom: 0.6rem;
}

.cb-review-name {
  font-size: 0.85rem;
  color: #6d6d6d;
}
/* ===== Clairbois – Bénéfices Cards ===== */

.cb-benefits-section {
  background: var(--cb-bg);
  padding: 4rem 1.5rem;
}

.cb-benefits-title {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 3rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.cb-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.cb-benefit-card {
  background: var(--cb-card-bg);
  border-radius: 18px;
  box-shadow: 0 18px 40px var(--cb-shadow);
  overflow: hidden;

  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.cb-benefit-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cb-benefit-media img,
.cb-benefit-media video {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.cb-benefit-content {
  padding: 1.4rem;
}

.cb-benefit-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}

.cb-benefit-header h3 {
  font-size: 1rem;
  font-weight: 500;
}

.cb-benefit-content p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #4a4a4a;
}
/* ===== Hover doux Clairbois (desktop only) ===== */

@media (hover: hover) and (pointer: fine) {

  .cb-benefit-card {
    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .cb-benefit-card:hover {
    transform: translateY(-6px) scale(1.035);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
  }

}
/* ===== Avis client gauche – Clairbois ===== */

.cb-review-left-section {
  padding: 2.5rem 0;
}

.cb-review-left-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 520px) 1fr;
  gap: 2.5rem;
  align-items: center;
}

/* Carte avis */
.cb-review-card {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

.cb-review-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

/* Encadrement commentaire */
.cb-review-box {
  background: #ffffff;
  padding: 1.4rem 1.6rem;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.cb-review-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2f2f2f;
  margin-bottom: 0.6rem;
}

.cb-review-name {
  font-size: 0.85rem;
  color: #6b6b6b;
}

/* Texte droite */
.cb-review-context {
  max-width: 420px;
}

.cb-review-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #2f2f2f;
}

.cb-review-subtext {
  font-size: 0.85rem;
  color: #6b6b6b;
  line-height: 1.6;
  margin-top: 0.4rem;
}

/* Responsive */
@media (max-width: 768px) {
  .cb-review-left-wrapper {
    grid-template-columns: 1fr;
  }
}
/* ===== Effet gloss subtil ===== */

.gloss-effect::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45),
    transparent 70%
  );
  transform: translateX(-120%);
  pointer-events: none;
}

.gloss-effect.active::after {
  animation: glossMove 1.4s ease;
}

@keyframes glossMove {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}
/* ===== Media + Texte premium – Clairbois ===== */

.cb-media-text-section {
  background: var(--cb-bg);
  padding: 4rem 1.5rem;
}

.cb-media-text-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.cb-media-text-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;

  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.cb-media-text-row.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cb-media-text-row.reverse {
  direction: rtl;
}

.cb-media-text-row.reverse > * {
  direction: ltr;
}

/* MEDIA */
.cb-media-wrapper {
  position: relative;
  z-index: 2;
}

.cb-media-wrapper img,
.cb-media-wrapper video {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

/* TEXTE */
.cb-text-card {
  background: var(--cb-card-bg);
  padding: 2rem;
  border-radius: 18px;
  box-shadow: 0 20px 45px var(--cb-shadow);
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.cb-text-card h3 {
  margin: 0.4rem 0 0.8rem;
}

.cb-text-card p {
  line-height: 1.65;
  font-size: 0.95rem;
}

.cb-subtitle {
  font-size: 0.8rem;
  color: #7a7a7a;
}

/* Alignement texte */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* Effet 3D : débordement */
.cb-media-text-row:not(.reverse) .cb-media-wrapper {
  margin-right: -40px;
}
.cb-media-text-row.reverse .cb-media-wrapper {
  margin-left: -40px;
}

/* Hover doux (desktop only) */
@media (hover: hover) and (pointer: fine) {
  .cb-media-text-row:hover .cb-text-card {
    transform: translateY(-6px);
    transition: transform 0.4s ease;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .cb-media-text-row {
    grid-template-columns: 1fr;
  }

  .cb-media-wrapper {
    margin: 0 !important;
  }
}
/* ===== Réassurance + CTA – Clairbois ===== */

.cb-reassurance-section {
  background: var(--cb-bg);
  padding: 5rem 1.5rem;
}

.cb-reassurance-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;

  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.cb-reassurance-wrapper.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* TEXTE */
.cb-reassurance-content {
  background: var(--cb-card-bg);
  padding: 2.8rem;
  border-radius: 22px;
  box-shadow: 0 24px 60px var(--cb-shadow);
  max-width: 560px;
}

.cb-reassurance-content h2 {
  margin-bottom: 1.2rem;
}

.cb-reassurance-text p {
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* BOUTON */
.cb-reassurance-btn {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  background: var(--cb-btn);
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}

/* MEDIA */
.cb-reassurance-media {
  position: relative;
}

.cb-reassurance-media img,
.cb-reassurance-media video {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

/* Hover doux (desktop) */
@media (hover: hover) and (pointer: fine) {
  .cb-reassurance-content:hover {
    transform: translateY(-6px);
    transition: transform 0.4s ease;
  }
}

/* Mobile : rupture volontaire du pattern */
@media (max-width: 768px) {
  .cb-reassurance-wrapper {
    grid-template-columns: 1fr;
  }

  .cb-reassurance-media {
    order: -1;
  }

  .cb-reassurance-content {
    margin-top: -3rem;
    z-index: 2;
  }
}
/* ===== Glass CTA immersif – Clairbois ===== */

.cb-glass-section {
  position: relative;
  height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Media plein cadre */
.cb-glass-media img,
.cb-glass-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1.05);
  animation: slowZoom 18s ease-in-out infinite alternate;
}

@keyframes slowZoom {
  from { transform: scale(1.05); }
  to { transform: scale(1.12); }
}

/* Flou périphérique */
.cb-glass-overlay {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(14px);
  background: radial-gradient(
    circle at center,
    transparent 35%,
    rgba(0,0,0,0.25)
  );
}

/* Carte verre */
.cb-glass-card {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 2.4rem 2.6rem;
  border-radius: 24px;

  background: var(--cb-glass-bg);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.18);

  color: var(--cb-text-color);
  text-align: center;

  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.cb-glass-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Typo plus fine (important) */
.cb-glass-card h2 {
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.cb-glass-text p {
  font-size: 0.9rem;
  line-height: 1.65;
  margin-bottom: 0.8rem;
}

/* Bouton */
.cb-glass-btn {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background: var(--cb-btn);
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
}

/* Mobile */
@media (max-width: 768px) {
  .cb-glass-section {
    height: auto;
    padding: 6rem 1.5rem;
  }

  .cb-glass-card {
    max-width: 100%;
  }
}
/* ===== Hover vitre – interaction douce ===== */

@media (hover: hover) and (pointer: fine) {

  .cb-glass-card {
    transition:
      transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .cb-glass-card:hover {
    transform: scale(1.035);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.22);
  }

}
/* ===== Bouton – inversion premium ===== */

@media (hover: hover) and (pointer: fine) {

  .cb-glass-btn {
    transition:
      background-color 0.45s ease,
      color 0.45s ease,
      transform 0.45s ease,
      box-shadow 0.45s ease;
  }

  .cb-glass-btn:hover {
    background-color: #1f1f1f;
    color: var(--cb-btn);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  }

}
.cb-glass-btn {
  position: relative;
  overflow: hidden;
}

.cb-glass-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255,255,255,0.35),
    transparent 70%
  );
  transform: translateX(-120%);
}

@media (hover: hover) and (pointer: fine) {
  .cb-glass-btn:hover::after {
    transition: transform 0.8s ease;
    transform: translateX(120%);
  }
}
/* =========================================================
   Clairbois — Interaction globale des boutons (desktop)
   ========================================================= */

@media (hover: hover) and (pointer: fine) {

  /* Cible la majorité des boutons Shopify */
  button,
  .button,
  .btn,
  .shopify-payment-button__button,
  a[href].cb-btn,
  a.button,
  a.btn {
    
    transition:
      background-color 0.45s ease,
      color 0.45s ease,
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    
    will-change: transform;
  }

  button:hover,
  .button:hover,
  .btn:hover,
  .shopify-payment-button__button:hover,
  a[href].cb-btn:hover,
  a.button:hover,
  a.btn:hover {

    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  }

}
@media (hover: hover) and (pointer: fine) {

  .cb-primary-btn {
    transition:
      background-color 0.45s ease,
      color 0.45s ease,
      transform 0.45s ease,
      box-shadow 0.45s ease;
  }

  .cb-primary-btn:hover {
    background-color: #1f1f1f;
    color: var(--cb-primary, #cbbf9c);
  }

}
.cb-primary-btn {
  position: relative;
  overflow: hidden;
}

.cb-primary-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255,255,255,0.35),
    transparent 70%
  );
  transform: translateX(-120%);
}

@media (hover: hover) and (pointer: fine) {
  .cb-primary-btn:hover::after {
    transition: transform 0.8s ease;
    transform: translateX(120%);
  }
}
/* =====================================================
   Clairbois — CTA clés uniquement
   Acheter / Ajouter au panier
   ===================================================== */

@media (hover: hover) and (pointer: fine) {

  /* Ciblage précis des CTA produit */
  button[name="add"],
  .product-form__submit,
  .add-to-cart,
  .shopify-payment-button__button {

    transition:
      background-color 0.45s ease,
      color 0.45s ease,
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);

    will-change: transform;
  }

  button[name="add"]:hover,
  .product-form__submit:hover,
  .add-to-cart:hover,
  .shopify-payment-button__button:hover {

    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  }

}
@media (hover: hover) and (pointer: fine) {

  button[name="add"]:hover,
  .product-form__submit:hover,
  .add-to-cart:hover,
  .shopify-payment-button__button:hover {

    background-color: #1f1f1f;
    color: var(--cb-primary, #cbbf9c);
  }

}
button[name="add"],
.product-form__submit,
.add-to-cart,
.shopify-payment-button__button {
  position: relative;
  overflow: hidden;
}

button[name="add"]::after,
.product-form__submit::after,
.add-to-cart::after,
.shopify-payment-button__button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255,255,255,0.35),
    transparent 70%
  );
  transform: translateX(-120%);
}

@media (hover: hover) and (pointer: fine) {
  button[name="add"]:hover::after,
  .product-form__submit:hover::after,
  .add-to-cart:hover::after,
  .shopify-payment-button__button:hover::after {
    transition: transform 0.8s ease;
    transform: translateX(120%);
  }
}
/* ===== Comparatif visuel – Clairbois ===== */

.cb-compare-section {
  background: var(--cb-bg);
  padding: 4rem 1.5rem;
}

.cb-compare-wrapper {
  max-width: 1100px;
  margin: auto;
}

.cb-compare-title {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.cb-compare-intro {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  color: #6b6b6b;
}

.cb-compare-table {
  background: var(--cb-card-bg);
  border-radius: 18px;
  box-shadow: 0 20px 50px var(--cb-shadow);
  overflow: hidden;
}

.cb-compare-row {
  display: grid;
  grid-template-columns: 1.4fr repeat(auto-fit, minmax(140px, 1fr));
  align-items: center;
  padding: 0.9rem 1.2rem;
}

.cb-compare-row.header {
  background: #f1f1f1;
  font-weight: 500;
}

.cb-compare-label {
  font-size: 0.85rem;
}

.cb-slider {
  height: 6px;
  border-radius: 999px;
  background: #ddd;
  position: relative;
}

.cb-slider span {
  display: block;
  height: 100%;
  border-radius: inherit;
  width: 0;
  transition: width 1s ease, background-color 0.6s ease;
}
.cb-compare-simple {
  padding: 5rem 1.5rem;
  background: #f6f5f1;
}

.cb-compare-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.cb-compare-container h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.cb-compare-subtitle {
  font-size: 1rem;
  color: #6b6b6b;
  margin-bottom: 3rem;
}

.cb-compare-table {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  overflow: hidden;
}

.cb-compare-header,
.cb-compare-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: center;
}

.cb-compare-header {
  background: #f1efe9;
  font-weight: 600;
  padding: 1.5rem;
}

.cb-compare-row {
  padding: 1.6rem;
  border-top: 1px solid #eee;
}

.cb-compare-row .label {
  text-align: left;
  font-weight: 500;
}

.value {
  padding: 1rem;
  border-radius: 14px;
  font-size: 0.9rem;
}

/* Couleurs */
.level-faible { background: #f8d7da; }
.level-moyen  { background: #fff3cd; }
.level-eleve  { background: #d4edda; }

.value.clairbois {
  font-weight: 600;
}
.cb-compare-dynamic {
  padding: 80px 20px;
}

.cb-compare-wrapper {
  max-width: 1100px;
  margin: auto;
}

.cb-compare-header {
  text-align: center;
  margin-bottom: 40px;
}

.cb-compare-header h2 {
  font-size: 34px;
}

.cb-compare-header p {
  max-width: 700px;
  margin: 10px auto 0;
  opacity: 0.7;
}

.cb-compare-grid {
  background: #f8f8f6;
  border-radius: 24px;
  overflow: hidden;
}

.cb-compare-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  align-items: center;
  padding: 18px 24px;
  gap: 20px;
}

.cb-compare-head {
  background: #efefec;
  font-weight: 600;
}

.cb-compare-line {
  border-top: 1px solid rgba(0,0,0,0.05);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.cb-compare-line.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cb-cell {
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 500;
  text-align: center;
  transition: background 1s ease;
}

/* Couleurs progressives */
.cb-compare-line[data-cb="eleve"] .cb-clairbois { background: #dcefe3; }
.cb-compare-line[data-cb="moyen"] .cb-clairbois { background: #f3ecd6; }
.cb-compare-line[data-cb="faible"] .cb-clairbois { background: #f3dede; }

.cb-compare-line[data-autres="eleve"] .cb-autres { background: #dcefe3; }
.cb-compare-line[data-autres="moyen"] .cb-autres { background: #f3ecd6; }
.cb-compare-line[data-autres="faible"] .cb-autres { background: #f3dede; }

@media (max-width: 768px) {
  .cb-compare-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
/* ============================
   CAPSULES – HOVER PREMIUM
============================ */

.cb-cell {
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: 
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.35s ease;
}

/* Effet de grossissement */
.cb-cell:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Gloss / reflet lumineux */
.cb-cell::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.35) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: translateX(0) rotate(10deg);
  opacity: 0;
  pointer-events: none;
}

/* Animation du reflet au hover */
.cb-cell:hover::after {
  animation: cb-gloss 0.9s ease forwards;
  opacity: 1;
}

@keyframes cb-gloss {
  0% {
    transform: translateX(0) rotate(10deg);
  }
  100% {
    transform: translateX(260%) rotate(10deg);
  }
}
.cb-time-section {
  height: 400vh;
  position: relative;
}

.cb-time-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  background: #2E2A39;
  color: #fff;
  overflow: hidden;
}

.cb-time-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, #3b3654 0%, #2E2A39 70%);
  opacity: 0;
  transition: opacity 1s ease;
}

.cb-time-sticky.active .cb-time-bg {
  opacity: 1;
}

.cb-time-steps {
  position: relative;
  height: 100%;
}

.cb-time-step {
  position: absolute;
  max-width: 420px;
  opacity: 0;
  transition: opacity .8s ease, transform .8s ease;
}

.cb-time-step.left { left: 8%; top: 35%; }
.cb-time-step.right { right: 8%; top: 35%; }
.cb-time-step.center {
  left: 50%;
  top: 45%;
  transform: translateX(-50%);
}

.cb-time-step.active {
  opacity: 1;
}

.cb-time-title {
  font-size: 0.8rem;
  opacity: .6;
  margin-bottom: 6px;
}

.cb-time-progress {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cb-time-progress span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
}

.cb-time-progress span.active {
  background: #fff;
}

.cb-time-path {
  position: absolute;
  inset: 0;
}

.cb-time-path path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 1.2s ease;
}

.cb-time-sticky.active .cb-time-path path {
  stroke-dashoffset: 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .cb-time-section { height: auto; }
  .cb-time-sticky { position: relative; height: auto; padding: 80px 20px; }
  .cb-time-step { position: relative; opacity: 1; margin-bottom: 60px; }
  .cb-time-progress, .cb-time-path { display: none; }
}
/* ===============================
   MOBILE – version stable finale
=============================== */
@media (max-width: 768px) {

  .cb-narrative {
    background-color: #f6f4ef;
    transition: background-color 1.2s ease;
  }

  .cb-narrative.is-visible {
    background-color: #2E2A39;
  }

  .cb-narrative h1,
  .cb-narrative h2,
  .cb-narrative h3,
  .cb-narrative p,
  .cb-narrative span {
    color: #111;
    transition: color 0.8s ease, transform 0.8s ease, opacity 0.8s ease;
    opacity: 0;
    transform: translateY(20px);
  }

  .cb-narrative.is-visible h1,
  .cb-narrative.is-visible h2,
  .cb-narrative.is-visible h3,
  .cb-narrative.is-visible p,
  .cb-narrative.is-visible span {
    color: #ffffff;
    opacity: 1;
    transform: translateY(0);
  }

}

/* ================================
   FIX MOBILE – COMPARATIF DYNAMIQUE
   (NE TOUCHE PAS AU DESKTOP)
================================ */

@media (max-width: 768px) {

  /* 1️⃣ Header : titre AU-DESSUS du texte */
  .cb-compare-header {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    text-align: left;
  }

  .cb-compare-header h2 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
  }

  .cb-compare-header p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
  }

  /* 2️⃣ Tableau → mode VERTICAL (vrai sens mobile) */
  .cb-compare-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px;
  }

  /* Cache l’en-tête desktop (Critère / Clairbois / Autres) */
  .cb-compare-head {
    display: none !important;
  }

  /* 3️⃣ Chaque ligne devient un bloc lisible */
  .cb-compare-line {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px;
    padding: 20px;
    border-radius: 18px;
    background: #f4f4f2;
  }

  /* Critère */
  .cb-compare-line .cb-critere {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
  }

  /* Clairbois / Autres → empilés */
  .cb-compare-line .cb-cell {
    width: 100%;
    text-align: center;
  }

  /* Optionnel : labels pour la compréhension */
  .cb-compare-line .cb-clairbois::before {
    content: "Clairbois";
    display: block;
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 6px;
  }

  .cb-compare-line .cb-autres::before {
    content: "Autres solutions";
    display: block;
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 6px;
  }
}

/* =====================================================
   FIX FINAL MOBILE – COMPARATIF DYNAMIQUE CLAIRBOIS
   (DESKTOP STRICTEMENT INCHANGÉ)
===================================================== */

@media (max-width: 768px) {

  /* HEADER : empilé, lisible */
  .cb-compare-header {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
    gap: 12px;
  }

  .cb-compare-header h2 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0;
  }

  .cb-compare-header p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    opacity: 0.7;
  }

  /* TABLEAU : désactivation GRID desktop */
  .cb-compare-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px;
  }

  /* Cache header desktop */
  .cb-compare-head {
    display: none !important;
  }

  /* CHAQUE CRITÈRE = CARTE */
  .cb-compare-row.cb-compare-line {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px;
    padding: 20px;
    background: #f8f8f6;
    border-radius: 18px;
  }

  /* CRITÈRE */
  .cb-critere {
    font-weight: 600;
    font-size: 15px;
  }

  /* CELLULES */
  .cb-cell {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  /* LABELS CONTEXTUELS */
  .cb-clairbois::before {
    content: "Clairbois";
    display: block;
    font-size: 11px;
    opacity: 0.6;
    margin-bottom: 6px;
  }

  .cb-autres::before {
    content: "Autres solutions";
    display: block;
    font-size: 11px;
    opacity: 0.6;
    margin-bottom: 6px;
  }

}
/* =========================
   AVIS CLIENTS – PREMIUM
========================= */

.cb-review-section {
  padding: 5rem 1.5rem;
  background: var(--cb-bg);
}

.cb-review-wrapper {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.cb-review-header {
  text-align: center;
  margin-bottom: 3rem;
}

.cb-review-stars-global {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #3f6df6;
  margin-bottom: 0.6rem;
}

.cb-review-header h2 {
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}

.cb-review-header p {
  font-size: 0.95rem;
  opacity: 0.7;
  max-width: 520px;
  margin: auto;
}

/* Grid */
.cb-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* Card */
.cb-review-card {
  background: var(--cb-card-bg);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 55px var(--cb-shadow);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

@media (hover: hover) and (pointer: fine) {
  .cb-review-card:hover {
    transform: scale(1.04);
    box-shadow: 0 35px 80px rgba(0,0,0,0.18);
  }
}

/* Image */
.cb-review-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Stars */
.cb-review-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  font-size: 0.9rem;
  color: #3f6df6;
  margin: 0.8rem 0;
}

.cb-review-stars span {
  display: inline-block;
  animation: cb-star-wave 5s infinite ease-in-out;
}

.cb-review-stars span:nth-child(1) { animation-delay: 0s; }
.cb-review-stars span:nth-child(2) { animation-delay: 0.15s; }
.cb-review-stars span:nth-child(3) { animation-delay: 0.3s; }
.cb-review-stars span:nth-child(4) { animation-delay: 0.45s; }
.cb-review-stars span:nth-child(5) { animation-delay: 0.6s; }

@keyframes cb-star-wave {
  0%, 90%, 100% { transform: scale(1); opacity: 0.85; }
  45% { transform: scale(1.35); opacity: 1; }
}

/* Content */
.cb-review-content {
  padding: 1.6rem;
  text-align: center;
}

.cb-review-name {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.6rem;
}

.cb-review-text {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.85;
}

/* Mobile */
@media (max-width: 768px) {

  .cb-review-grid {
    grid-template-columns: 1fr;
  }

  .cb-review-header h2 {
    font-size: 1.6rem;
  }

  .cb-review-text {
    font-size: 0.88rem;
  }

}
/* ============================
   AVIS CLIENTS – PREMIUM
============================ */

.cb-review-section {
  padding: 5rem 1.5rem;
  background: var(--cb-bg);
}

.cb-review-wrapper {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.cb-review-header {
  text-align: center;
  margin-bottom: 3.2rem;
}

.cb-review-stars-global {
  font-size: 1.15rem;
  letter-spacing: 3px;
  color: #3f6df6;
  margin-bottom: 0.6rem;
}

.cb-review-header h2 {
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}

.cb-review-header p {
  font-size: 0.95rem;
  opacity: 0.7;
  max-width: 520px;
  margin: auto;
}

/* Grid */
.cb-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

/* Card */
.cb-review-card {
  background: var(--cb-card-bg);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 60px var(--cb-shadow);
  text-align: center;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

@media (hover: hover) and (pointer: fine) {
  .cb-review-card:hover {
    transform: scale(1.045);
    box-shadow: 0 38px 90px rgba(0,0,0,0.2);
  }
}

/* Image */
.cb-review-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* Stars */
.cb-review-stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  font-size: 1.35rem; /* PLUS GROS */
  color: #3f6df6;
  margin: 1.1rem 0 0.6rem;
}

.cb-review-stars span {
  display: inline-block;
  animation: cb-star-pulse 5s infinite ease-in-out;
}

/* Décalage du chenillard */
.cb-review-stars span:nth-child(1) { animation-delay: 0s; }
.cb-review-stars span:nth-child(2) { animation-delay: 0.2s; }
.cb-review-stars span:nth-child(3) { animation-delay: 0.4s; }
.cb-review-stars span:nth-child(4) { animation-delay: 0.6s; }
.cb-review-stars span:nth-child(5) { animation-delay: 0.8s; }

/* Animation volontairement perceptible */
@keyframes cb-star-pulse {
  0%, 85%, 100% {
    transform: scale(1);
    opacity: 0.85;
  }
  45% {
    transform: scale(1.6);
    opacity: 1;
  }
}

/* Content */
.cb-review-content {
  padding: 1.6rem 1.6rem 2rem;
}

.cb-review-name {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.6rem;
}

.cb-review-text {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.85;
}

/* Mobile */
@media (max-width: 768px) {
  .cb-review-grid {
    grid-template-columns: 1fr;
  }

  .cb-review-header h2 {
    font-size: 1.6rem;
  }
}
/* 🔹 Forcer le texte en blanc quand le scroll-lock est actif */
.cb-narrative-sticky.active,
.cb-narrative-sticky.active h1,
.cb-narrative-sticky.active h2,
.cb-narrative-sticky.active h3,
.cb-narrative-sticky.active p,
.cb-narrative-sticky.active span,
.cb-narrative-sticky.active .cb-step-kicker {
  color: #ffffff !important;
}
/* =================================================
   FIX STRUCTURE AVIS CLIENTS – VERROUILLAGE TOTAL
   ================================================= */

.cb-review-section .cb-review-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

/* Empilement STRICT des enfants */
.cb-review-section .cb-review-card > * {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

/* IMAGE TOUJOURS EN PREMIER */
.cb-review-section .cb-review-image {
  order: 1 !important;
}

.cb-review-section .cb-review-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* ÉTOILES EN DESSOUS */
.cb-review-section .cb-review-stars {
  order: 2 !important;
  margin: 1.2rem 0 0.6rem !important;
  display: flex !important;
  justify-content: center !important;
}

/* CONTENU TEXTE */
.cb-review-section .cb-review-content {
  order: 3 !important;
  padding: 0 1.6rem 2rem !important;
}

.cb-review-section .cb-review-name {
  display: block;
  margin-bottom: 0.6rem;
}

/* ANTI-GRILLE : on neutralise tout grid/flex parasite */
.cb-review-section .cb-review-card,
.cb-review-section .cb-review-card * {
  grid-column: unset !important;
  grid-row: unset !important;
}
/* ===============================
   BANDEAU RESPIRANT – CLAIRBOIS (BLEU)
=============================== */

.cb-bandeau-respirant {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #2E2A39;
}

.cb-bandeau-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    #2E2A39,
    #3b3654,
    #2E2A39
  );
  background-size: 300% 300%;
  animation: cb-breath 28s ease-in-out infinite;
}

@keyframes cb-breath {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.cb-bandeau-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  padding: 28px 20px;
  text-align: center;
}

.cb-bandeau-content p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
}

/* Mobile */
@media (max-width: 768px) {
  .cb-bandeau-content {
    padding: 22px 18px;
  }

  .cb-bandeau-content p {
    font-size: 1.15rem;
  }
}
/* =====================================================
   BANDEAU LOGOS – CLAIRBOIS (VERSION SOLIDE)
===================================================== */

.cb-logo-band-wrapper {
  width: 100%;
  background: #2E2A39 !important;
}

.cb-logo-band-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;

  /* Animation d’entrée sûre */
  animation: cbFadeUp 0.9s ease-out both;
}

.cb-logo-title {
  color: #ffffff !important;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 48px;
}

/* LOGOS */
.cb-logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.cb-logo-circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;

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

  transition:
    transform 0.35s cubic-bezier(0.22,1,0.36,1),
    box-shadow 0.35s ease;
}

.cb-logo-circle img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

/* HOVER DESKTOP */
@media (hover: hover) and (pointer: fine) {
  .cb-logo-circle:hover {
    transform: scale(1.12);
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .cb-logo-band-inner {
    padding: 56px 20px;
  }

  .cb-logo-title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .cb-logo-circle {
    width: 80px;
    height: 80px;
  }
}

/* ANIMATION */
@keyframes cbFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===============================
   Hover premium – Points clés
================================ */

.cbp-list li {
  transition:
    transform 0.35s cubic-bezier(.22,.61,.36,1),
    box-shadow 0.35s cubic-bezier(.22,.61,.36,1),
    background-color 0.35s ease,
    padding 0.35s ease;
  padding: 10px 14px;
  border-radius: 12px;
  will-change: transform;
}

.cbp-list li:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

/* Optionnel : légère montée de l’icône */
.cbp-list li:hover::before {
  transform: translateY(-1px) scale(1.1);
  transition: transform 0.35s cubic-bezier(.22,.61,.36,1);
}
/* ===============================
   CLAIRBOIS — BOUTONS AURA PREMIUM
   =============================== */

/* Cible boutons principaux homepage */
.template-index .button,
.template-index .btn,
.template-index button:not(.drawer__close),
.template-index a.button {
  position: relative;
  overflow: hidden;

  background-color: #CBBF9C;
  color: #FFFFFF;

  border-radius: 999px;
  border: none;

  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    color 0.35s ease,
    background-color 0.35s ease;

  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* Effet de rayon lumineux */
.template-index .button::before,
.template-index .btn::before,
.template-index a.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.35),
    transparent 70%
  );

  transition: left 0.6s ease;
  pointer-events: none;
}

/* HOVER */
.template-index .button:hover,
.template-index .btn:hover,
.template-index a.button:hover {
  transform: scale(1.05);

  background-color: #2F2F2F;
  color: #CBBF9C;

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

/* Activation du rayon */
.template-index .button:hover::before,
.template-index .btn:hover::before,
.template-index a.button:hover::before {
  left: 120%;
}

/* Active / focus (clic) */
.template-index .button:active,
.template-index .btn:active,
.template-index a.button:active {
  transform: scale(0.98);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* Accessibilité focus clavier */
.template-index .button:focus-visible,
.template-index .btn:focus-visible,
.template-index a.button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(203, 191, 156, 0.35);
}
/* =========================================
   COLLECTION EN VEDETTE — HOVER PREMIUM FINAL
   Carte + texte + bouton synchronisés
   ========================================= */

:root {
  --card-bg-hover: #2F2F2F;
  --card-text-hover: #FFFFFF;

  --button-bg-hover: #CBBF9C;
  --button-text-hover: #2F2F2F;

  --sun-ray: rgba(255, 255, 255, 0.35);
}

/* CARTES PRODUITS */
.collection .card,
.collection .product-card,
.featured-collection .card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  transition:
    background-color 0.45s ease,
    transform 0.45s ease,
    box-shadow 0.45s ease;
}


/* HOVER CARTE */
.collection .card:hover,
.collection .product-card:hover,
.featured-collection .card:hover {
  background-color: var(--card-bg-hover);
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 22px 60px rgba(0,0,0,0.28);
}



/* TEXTE DE LA CARTE → BLANC */
.collection .card:hover *,
.collection .product-card:hover *,
.featured-collection .card:hover * {
  color: var(--card-text-hover);
}

/* EXCEPTIONS : ÉTOILES & PRIX BARRÉS (si besoin) */
.collection .card:hover .price--compare,
.collection .product-card:hover .price--compare {
  opacity: 0.6;
}

/* BOUTON — ÉTAT NORMAL */
.collection .card .button,
.collection .product-card .button,
.featured-collection .card .button {
  background-color: #2F2F2F;
  color: #FFFFFF;
  transition:
    background-color 0.4s ease,
    color 0.4s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
  position: relative;
  z-index: 2;
}

/* BOUTON — RÉACTION AU HOVER DE LA CARTE */
.collection .card:hover .button,
.collection .product-card:hover .button,
.featured-collection .card:hover .button {
  background-color: var(--button-bg-hover);
  color: var(--button-text-hover);
  transform: scale(1.06);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}
/* =========================================================
   CLAIRBOIS — HEADER MICRO-INTERACTIONS PREMIUM
   Aucun impact structurel / CSS uniquement
========================================================= */

/* ---------- VARIABLES COULEURS ---------- */
:root {
  --cb-dark: #2F2F3A;        /* texte foncé */
  --cb-amber: #CBBF9C;       /* beige / ambre */
  --cb-shadow: rgba(47,47,58,0.18);
}

/* =========================================================
   LOGO — respiration & lévitation
========================================================= */
header .header__heading-logo,
header .site-header__logo {
  transition: transform 0.6s ease, filter 0.6s ease;
}

header .header__heading-logo:hover,
header .site-header__logo:hover {
  transform: translateY(-2px) scale(1.015);
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.12));
}

/* =========================================================
   NAVIGATION — soulignement organique
========================================================= */
header nav a {
  position: relative;
  transition: color 0.4s ease;
}

header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--cb-amber),
    transparent
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  opacity: 0.7;
}

header nav a:hover {
  color: var(--cb-dark);
}

header nav a:hover::after {
  transform: scaleX(1);
}

/* =========================================================
   ICONES — comportement individuel
========================================================= */

/* Base commune */
header .header__icon {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* 🔍 Loupe — focus */
header .header__icon--search:hover {
  transform: scale(1.12);
}

/* 👤 Compte — halo doux */
header .header__icon--account:hover {
  box-shadow: 0 0 0 6px rgba(203,191,156,0.18);
  border-radius: 50%;
}

/* 🛒 Panier — pulse vivant */
header .header__icon--cart {
  position: relative;
}

header .header__icon--cart:hover {
  transform: translateY(-2px);
}

/* Badge panier */
header .cart-count-bubble,
header .header__cart-count {
  animation: cb-pulse 3.5s infinite ease-in-out;
}

@keyframes cb-pulse {
  0%   { transform: scale(1);   }
  50%  { transform: scale(1.12); }
  100% { transform: scale(1);   }
}

/* =========================================================
   OMBRE DE STRUCTURE — profondeur header
========================================================= */
header {
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
}
/* ===== Guide offert sous bouton Ajouter au panier ===== */

.guide-offert-info {
  margin-top: 6px;
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}

.guide-offert-info .gift-emoji {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Animation de l’emoji quand on survole le bouton */
.add-to-cart-button:hover + .guide-offert-info .gift-emoji,
.product-form__submit:hover + .guide-offert-info .gift-emoji,
button[name="add"]:hover + .guide-offert-info .gift-emoji {
  transform: rotate(-10deg) scale(1.2);
}
/* =========================
   CLAIRBOIS – Animation vague icônes
   ========================= */

@keyframes clairboisWave {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  40% {
    transform: scale(1.12);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.clairbois-wave {
  animation: clairboisWave 2s ease-in-out;
}
/* ===== Badge réduction ===== */
.cb-offre-wrapper {
  position: relative;
}

.cb-offre-discount-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 110px;
  height: 110px;
  background: #111827;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.5px;
  z-index: 5;
  transform: scale(0.9);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.cb-offre-discount-badge:hover {
  transform: scale(1.05);
}

/* Mobile */
@media (max-width: 768px) {
  .cb-offre-discount-badge {
    width: 90px;
    height: 90px;
    font-size: 22px;
    top: 15px;
    right: 15px;
  }
}

/* ================================================================= */
/* HEADER PRO V3 : PLEINE LARGEUR & ULTRA-FIN (MOBILE + BUREAU)     */
/* ================================================================= */

/* 1. FORCAGE PLEINE LARGEUR (FULL WIDTH) */
/* Cela casse la "boîte" et force le header à toucher les bords de l'écran */
.header-wrapper, 
header.header, 
.shopify-section-group-header-group {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border: none !important;
}

/* Supprime les marges par défaut du thème sur les côtés */
.header.page-width {
    padding-left: 20px !important;  /* Espace pro à gauche */
    padding-right: 20px !important; /* Espace pro à droite */
    max-width: 100% !important;     /* Écrase la limite de largeur du thème */
}

/* 2. FINESSE & HAUTEUR SUR ORDINATEUR (> 750px) */
@media screen and (min-width: 750px) {
    header.header {
        padding-top: 10px !important;    /* Juste ce qu'il faut pour respirer */
        padding-bottom: 10px !important;
        display: grid !important;        /* Assure l'alignement parfait */
    }

    .header__heading-logo, 
    .site-header__logo img {
        max-width: 120px !important;     /* Taille logo idéale PC */
        height: auto !important;
    }
}

/* 3. FINESSE & HAUTEUR SUR MOBILE (< 750px) */
@media screen and (max-width: 749px) {
    /* Corrige le "pâté" et le trou sur les côtés */
    header.header {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 15px !important;  /* Colle au bord mais garde une petite aération */
        padding-right: 15px !important;
        min-height: 50px !important;
    }

    /* Force le logo à ne pas pousser la hauteur */
    .header__heading-logo, 
    .site-header__logo img {
        max-width: 90px !important;
        max-height: 40px !important;    /* Bloque la hauteur */
        width: auto !important;
        object-fit: contain !important;
    }
    
    /* Réalignement des icônes (Burger/Panier) */
    .header__icon {
        height: 44px !important;
        width: 44px !important;
        margin: 0 !important;
    }
}

/* 4. OPTIONNEL : LIGNE DE SÉPARATION SUBTILE */
/* Ajoute une ligne très fine en bas pour délimiter le header proproment */
.header-wrapper {
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
}
/* =========================================================
   BLOCAGE ABSOLU DU GLOSS / GLOW PAR MASQUAGE
   (background animé global)
   FICHE PRODUIT UNIQUEMENT
========================================================= */

/* 1️⃣ La section produit devient un écran opaque */
.product {
  position: relative;
  z-index: 1;

  /* FOND OPAQUE POUR BLOQUER LE GLOSS DERRIÈRE */
  background-color: #ffffff !important;
  background-image: none !important;
  background-blend-mode: normal !important;
}

/* 2️⃣ Tous les blocs internes héritent d’un fond neutre */
.product * {
  background-image: none !important;
  background-blend-mode: normal !important;
}

/* 3️⃣ Sécurité : neutralisation des backgrounds animés */
.product [style*="background"],
.product [style*="gradient"],
.product [style*="radial"],
.product [style*="linear"] {
  background-image: none !important;
  animation: none !important;
}

/* 4️⃣ Mobile — images protégées (sans casser le slider) */
.product__media,
.product__media * {
  background: #ffffff !important;
}

/* 5️⃣ Empêche toute propagation visuelle depuis le body */
body.template-product {
  background-image: none !important;
}
/* ================================
   Garantie 90 jours sans risque
================================ */

.risk-free-guarantee {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #1f2937;
}

.risk-free-icon {
  background-color: #2563eb;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.risk-free-text strong {
  font-weight: 700;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .risk-free-guarantee {
    font-size: 14px;
  }

  .risk-free-icon {
    width: 28px;
    height: 28px;
  }
}
/* ==========================================
   SECTION AVIS CLIENT GAUCHE – VERSION HARMONISÉE
========================================== */

/* Section principale */
.cb-review-left-section {
  overflow: visible !important;
}

/* Wrapper interne (corrige la marge gauche mangée) */
.cb-review-left-section .cb-review-left-wrapper {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

/* Texte du témoignage – même taille que description */
.cb-review-left-section p,
.cb-review-left-section .cb-review-text,
.cb-review-left-section blockquote {

  font-size: 16px !important;   /* Taille standard */
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

/* Nom du client légèrement mis en valeur */
.cb-review-left-section strong,
.cb-review-left-section .client-name {
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .cb-review-left-section p,
  .cb-review-left-section blockquote {
    font-size: 16px !important;
  }
}
/* ============================= */
/* UNIFORMISATION TYPO BENEFITS  */
/* ============================= */

.cb-benefits-wrapper {
  font-size: 16px; /* base homogène Shopify */
  line-height: 1.6;
}

/* Texte descriptif dans les cartes */
.cb-benefit-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Titres des cartes (sous-titres) */
.cb-benefit-card h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

/* Titre principal de la section */
.cb-benefits-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

/* Responsive mobile */
@media (max-width: 768px) {

  .cb-benefits-wrapper {
    font-size: 15px;
  }

  .cb-benefit-card p {
    font-size: 15px;
  }

  .cb-benefit-card h3 {
    font-size: 18px;
  }

  .cb-benefits-title {
    font-size: 24px;
  }
}
/* ===== DESKTOP : ne rien casser ===== */

.cb-media-text-row {
  display: flex;
  align-items: center;
  gap: 60px;
}

.cb-media-text-row.reverse {
  flex-direction: row-reverse;
}

.cb-media-wrapper,
.cb-text-card {
  flex: 1;
}


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

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

  .cb-media-text-row {
    display: flex;
    flex-direction: column;
  }

  /* On sépare le titre visuellement */
  .cb-title {
    order: -1;
    margin-bottom: 20px;
  }

  .cb-media-wrapper {
    order: 0;
  }

  .cb-subtitle,
  .cb-text {
    order: 1;
  }

}
/* ========================= */
/* CORRECTIF DESKTOP UNIQUEMENT */
/* ========================= */

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

  .cb-media-text-row {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
  }

  .cb-media-text-row.reverse {
    flex-direction: row-reverse !important;
  }

  .cb-media-wrapper,
  .cb-text-card {
    flex: 1;
  }

  /* ===== TYPOGRAPHIE PC ===== */

  .cb-text-card h3,
  .cb-title {
    font-size: 40px !important;
    font-weight: 700 !important;
    margin-bottom: 24px;
  }

  .cb-subtitle {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
  }

  .cb-text-card p,
  .cb-text {
    font-size: 19px !important;
    font-weight: 500 !important;
    line-height: 1.8;
  }

}
/* =============================== */
/* CORRECTIF INVERSION DESKTOP */
/* =============================== */

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

  .cb-media-text-row {
    display: flex !important;
  }

  /* Par défaut */
  .cb-media-wrapper {
    order: 1;
  }

  .cb-text-card {
    order: 2;
  }

  /* Si reverse activé */
  .cb-media-text-row.reverse .cb-media-wrapper {
    order: 2 !important;
  }

  .cb-media-text-row.reverse .cb-text-card {
    order: 1 !important;
  }

}
/* ===================================== */
/* MOBILE STRUCTURE DEFINITIVE */
/* ===================================== */

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

  /* Forcer structure verticale */
  .cb-media-text-row {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Titre séparé au-dessus */
  .cb-text-card {
    display: flex;
    flex-direction: column;
  }

  /* On sort visuellement le titre */
  .cb-text-card h3 {
    order: -2;
    background: var(--cb-card-bg);
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
  }

  /* Média au centre */
  .cb-media-wrapper {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }

  /* Bloc sous-titre + texte */
  .cb-subtitle,
  .cb-text-card p {
    background: var(--cb-card-bg);
    padding: 20px;
    border-radius: 20px;
  }

  .cb-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .cb-text-card p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
  }

}
/* ================================= */
/* AJUSTEMENT TYPOGRAPHIE GLOBAL */
/* ================================= */

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

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

  .cb-text-card h3 {
    font-size: 34px !important;
    font-weight: 600 !important;
  }

  .cb-subtitle {
    font-size: 18px !important;
    font-weight: 500 !important;
  }

  .cb-text-card p {
    font-size: 16px !important;
    line-height: 1.7;
    font-weight: 400 !important;
  }

}


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

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

  .cb-media-text-row {
    display: flex !important;
    flex-direction: column !important;
  }

  /* On sépare visuellement le titre */
  .cb-text-card {
    display: contents;
  }

  /* Titre au-dessus */
  .cb-text-card h3 {
    order: -2;
    background: var(--cb-card-bg);
    padding: 18px;
    border-radius: 16px;
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 600;
  }

  /* Média */
  .cb-media-wrapper {
    order: -1;
    margin-bottom: 18px;
  }

  /* Bloc texte */
  .cb-subtitle,
  .cb-text-card p {
    background: var(--cb-card-bg);
    padding: 18px;
    border-radius: 16px;
  }

  .cb-subtitle {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .cb-text-card p {
    font-size: 15px;
    line-height: 1.7;
  }

}
/* ================================= */
/* MOBILE – RAPPROCHER SUBTITLE + TEXTE */
/* ================================= */

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

  .cb-subtitle {
    margin-bottom: 6px !important;
  }

  .cb-text-card p {
    margin-top: 0 !important;
  }

  /* Réduit légèrement le padding vertical global */
  .cb-text-card {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

}
/* ================================= */
/* MOBILE – BENEFITS TRUE SLIDER */
/* ================================= */

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

  .cb-benefits-slider {
    position: relative;
  }

  .cb-benefits-grid {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .cb-benefits-grid::-webkit-scrollbar {
    display: none;
  }

  .cb-benefit-card {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .cb-benefits-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
  }

  .cb-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    transition: all 0.3s ease;
  }

  .cb-dot.active {
    background: #2d2d2d;
    transform: scale(1.2);
  }

}
/* ============================= */
/* GLASS CTA – TYPO HARMONISÉE  */
/* ============================= */

.cb-glass-card h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.cb-glass-card .cb-glass-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

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

@media screen and (max-width: 749px) {

  .cb-glass-card h2 {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .cb-glass-card .cb-glass-text p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

}
.cb-compare-mobile {
  display: none;
}

@media screen and (max-width: 749px) {

  /* On cache la version desktop */
  .cb-compare-grid {
    display: none;
  }

  /* On affiche la version mobile */
  .cb-compare-mobile {
    display: block;
  }

  .cb-compare-mobile-block {
    margin-bottom: 3rem;
  }

  .cb-compare-mobile-title {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .cb-compare-mobile-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.2rem;
    margin-bottom: 1rem;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  }

  .cb-compare-mobile-critere {
    font-size: 0.85rem;
    opacity: 0.6;
    margin-bottom: 0.4rem;
  }

  .cb-compare-mobile-value {
    font-size: 1rem;
    font-weight: 600;
  }

}
/* Desktop intact */
.cb-compare-mobile {
  display: none;
}

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

  .cb-desktop {
    display: none !important;
  }

  .cb-compare-mobile {
    display: block;
    margin-top: 30px;
  }

  .cb-mobile-group {
    margin-bottom: 50px;
  }

  .cb-mobile-group h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
  }

  .cb-mobile-item {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
  }

  .cb-mobile-item:hover {
    transform: scale(1.03);
  }

  .cb-mobile-critere {
    font-size: 15px;
    opacity: 0.6;
    margin-bottom: 6px;
  }

  .cb-mobile-value {
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .cb-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  .cb-mobile-item:hover .cb-icon {
    transform: scale(1.3);
  }

  /* Couleurs */
  .cb-good {
    background: #e8f4ef;
  }

  .cb-good .cb-icon {
    color: #2e7d60;
  }

  .cb-bad {
    background: #f6eaea;
  }

  .cb-bad .cb-icon {
    color: #b44444;
  }
}
/* =========================================
   NARRATIVE – VERSION STABLE DEFINITIVE
========================================= */

.cb-narrative {
  position: relative;
  height: 300vh; /* moins agressif */
}

.cb-narrative-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center; /* CENTRAGE VERTICAL */
  justify-content: center;
  background: #f6f4ef;
  transition: background 0.8s ease, color 0.8s ease;
}

.cb-narrative-sticky.active {
  background: #2E2A39;
  color: #ffffff;
}

.cb-narrative-steps {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ===== DESKTOP NARRATIVE FIX ===== */

@media (min-width: 769px) {

  .cb-narrative {
    position: relative;
  }

  .cb-narrative-sticky {
    display: flex;
    align-items: center;     /* centre vertical */
    justify-content: center; /* centre horizontal */
    height: 100vh;
  }

  .cb-narrative-steps {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .cb-narrative-step {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .6s ease;
  }

  .cb-narrative-step.active {
    opacity: 1;
  }

  .cb-step-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    max-width: 1200px;
    width: 100%;
    padding: 0 60px;
  }

  .cb-narrative-step.left .cb-step-inner {
    flex-direction: row;
  }

  .cb-narrative-step.right .cb-step-inner {
    flex-direction: row-reverse;
  }

  .cb-narrative-step.center .cb-step-inner {
    flex-direction: column;
    text-align: center;
  }

}


/* Direction */

.cb-narrative-step.left .cb-step-inner {
  flex-direction: row;
}

.cb-narrative-step.right .cb-step-inner {
  flex-direction: row-reverse;
}

.cb-narrative-step.center .cb-step-inner {
  flex-direction: column;
  text-align: center;
}

/* Media */

.cb-step-media {
  flex: 1;
}

.cb-step-media img,
.cb-step-media video {
  width: 100%;
  border-radius: 16px;
  display: block;
}

/* Content */

.cb-step-content {
  flex: 1;
}

.cb-step-content h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.cb-step-content p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 520px;
}

/* =========================================
   MOBILE – VERSION SIMPLE & PROPRE
========================================= */

@media (max-width: 768px) {

  .cb-narrative {
    height: auto !important;
  }

  .cb-narrative-sticky {
    position: relative !important;
    height: auto !important;
    padding: 80px 20px;
    background: #2E2A39 !important;
    color: #ffffff !important;
  }

  .cb-narrative-step {
    position: relative !important;
    opacity: 0;
    transform: translateY(40px);
    margin-bottom: 80px;
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .cb-narrative-step.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .cb-step-inner {
    flex-direction: column !important;
    gap: 30px;
    text-align: center;
  }

  .cb-step-media {
    width: 100%;
  }

  .cb-step-content h3 {
    font-size: 28px;
  }

  .cb-step-content p {
    font-size: 16px;
  }

}
