/** Shopify CDN: Minification failed

Line 4479:2 Expected ":"
Line 4481:2 Expected ":"
Line 4487:2 Expected ":"
Line 4489:2 Expected ":"
Line 4490:2 Expected ":"
Line 4491:2 Expected ":"
Line 4497:2 Expected ":"
Line 4503:2 Expected ":"
Line 4504:2 Expected ":"
Line 4505:2 Expected ":"
... and 2 more hidden warnings

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.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);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --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);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

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

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

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

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

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

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

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

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .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));
  }
}

.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;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

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

.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: 0.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);
}

@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;
  }
}

.left {
  text-align: left;
}

.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-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext 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);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* 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;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

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

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

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  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 {
  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);
}

/*
  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 {
  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);
}

/* 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-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  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;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@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);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .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;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .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;
  }

  .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);
  }
}

/* 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--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --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);
  --shadow-visible: var(--buttons-shadow-visible);
  --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);
}

.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 {
  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__button--unbranded: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) {
  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;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__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__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

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

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

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

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;
  min-width: 1.3rem;
}

.share-button__fallback {
  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 {
  background: rgb(var(--color-background));
  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-shadow), 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-wrapper {
  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), 0.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), 0.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-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  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-shadow), 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 .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 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-wrapper {
  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-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

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

.customer .field .form__message .svg-wrapper {
  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 {
  background: rgb(var(--color-background));
  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-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  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-wrapper {
  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;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.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));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

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

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

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

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

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

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

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

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* 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-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

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

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

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

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-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;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

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

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

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

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

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

  .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;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.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 .svg-wrapper {
  width: 44px;
  height: 44px;
}

.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;
  padding: 0;
}

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

.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);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

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

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

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.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;
  }
}

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;
}

.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: 74.2rem;
  }

  .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 details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

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

@media (prefers-reduced-motion) {
  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;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  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));
  z-index: -1;
}

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

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

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

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

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

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

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

header-menu > details,
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-desktop {
  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.5rem 1.3rem 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-badge-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);
  overflow: visible !important;
  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;
  pointer-events: none;
}

.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,
.global-media-settings .placeholder-svg {
  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,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  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);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .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: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  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));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

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

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    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));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
/* CERISE — Badge overlay rose premium */
.product__media-wrapper { position: relative; }

.cz-badges--overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 30;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  pointer-events: none;
}

.cz-badge {
  padding: 8px 14px;
  border: none;
  border-radius: 9999px;
  background: #e9a2a3;           /* Rose Cerise */
  color: #000;                   /* Texte noir */
  font: 600 13.5px/1 Inter, system-ui;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  letter-spacing: 0.2px;
  text-transform: none;
}

@media (max-width: 749px) {
  .cz-badges--overlay {
    top: 12px;
    left: 12px;
    gap: 6px;
  }
  .cz-badge {
    font-size: 12.5px;
    padding: 7px 11px;
  }
}

/* Évite que le badge soit masqué */
.product__media-wrapper,
.product__media-list,
.product__media-item,
.media {
  overflow: visible !important;
}
/* ===== Cerise — bloc "Les bienfaits" (édition finale premium) ===== */
.cz-block.cz-refined {
  background: #faf9f8;
  border: 1px solid #f2f0ef;
  border-radius: 16px;
padding: 36px 48px 32px;
  max-width: 760px;
  margin: 56px auto 16px;
  font-family: "Inter", "Montserrat", sans-serif;
  color: #141414;
  line-height: 1.85;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

/* petit titre éditorial */
.cz-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #d88f99; /* rose Cerise */
  margin: 0 0 20px;
  font-weight: 600;
}

/* paragraphes */
.cz-lead {
  font-size: clamp(17px, 1vw + 12px, 19px);
  margin-bottom: 12px;
  color: #111;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.cz-text {
  font-size: clamp(16px, 0.7vw + 11px, 18px);
  color: #2a2a2a;
  margin-bottom: 28px;
}

/* liste minimaliste à bordure fine */
.cz-list {
  list-style: none;
  margin: 0;
  padding: 22px 0 0 18px;
  border-top: 1px solid #ecebea;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cz-list li {
  position: relative;
  font-size: clamp(15.5px, 0.6vw + 11px, 17px);
  color: #1c1c1c;
}
.cz-list li::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 10px;
  width: 8px;
  height: 1.5px;
  background-color: #d88f99;
}

/* mobile */
@media (max-width: 600px) {
  .cz-block.cz-refined {
    padding: 32px 26px;
    margin: 42px auto 48px;
  }
  .cz-subtitle { margin-bottom: 16px; }
}
/* Remonter le contenu dans le bloc */
.product__info .cz-block.cz-refined{
  padding-top: 22px !important;   /* ↓ était trop grand */
  padding-bottom: 20px !important;
}

/* Aucune marge parasite en haut du premier paragraphe */
.product__info .cz-block.cz-refined .cz-lead{
  margin-top: 0 !important;
}

/* Ajuste l'espace entre le bloc et l'accordéon */
.product__info .cz-block.cz-refined{
  margin-bottom: 10px !important; /* rapproche encore des accordéons */
}
/* ——— Uniformiser la typo/couleur avec la fiche produit Dawn ——— */
.product__info .cz-block.cz-refined{
  font-family: inherit !important;
  color: inherit !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Les paragraphes héritent exactement les styles .rte */
.product__info .cz-block.cz-refined p{
  font: inherit !important;      /* police, taille, graisse, interlettrage identiques */
  color: inherit !important;
  line-height: inherit !important;
  margin-bottom: 0.9em;          /* rythme identique aux <p> du thème */
}

/* ——— Remettre des puces classiques comme dans l’accordéon ——— */
.product__info .cz-block.cz-refined .cz-list{
  list-style: disc !important;   /* puces pleines • */
  padding-left: 1.25rem !important;
  border-top: 1px solid rgba(0,0,0,.08); /* séparateur discret */
  margin-top: 0.9em !important;
}

/* Supprime nos tirets personnalisés s'ils existent encore */
.product__info .cz-block.cz-refined .cz-list li{
  position: static !important;
}
.product__info .cz-block.cz-refined .cz-list li::before{
  content: none !important;
}

/* Harmoniser la taille des items sur celle du body */
.product__info .cz-block.cz-refined .cz-list li{
  font: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
}
/* --- Harmonisation FAQ / Engagements (typo + alignements) --- */

/* Titres : même police/tailles */
.cz-split-premium .cz-title,
.cz-engagements h2,
.cz-engagements h3{
  font-family:"Poppins","Inter",system-ui;
  font-weight:700;
  font-size:26px;
  line-height:1.25;
  letter-spacing:-.2px;
  color:#111;
  margin:0 0 6px;
}

/* Aligner la colonne droite sur la même ligne de base que la FAQ */
.cz-engagements{ align-self:flex-start; padding-top:2px; }

/* Centrer tout le contenu du bloc engagements */
.cz-engagements,
.cz-engagements *{ text-align:center; }

/* Grilles internes possibles du snippet (ul, .grid, .items…) */
.cz-engagements ul{ list-style:none; padding:0; margin:14px 0 0; }
.cz-engagements ul,
.cz-engagements .grid,
.cz-engagements .items,
.cz-engagements .features{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  justify-items:center;
  align-items:start;
}

/* Titres sous icônes (selon les balises de ton snippet) */
.cz-engagements h4,
.cz-engagements .feature-title,
.cz-engagements .eng-title{
  font:600 15px/1.4 "Inter",system-ui;
  color:#111;
  margin:8px 0 2px;
}

/* Descriptifs sous titres */
.cz-engagements p,
.cz-engagements small,
.cz-engagements .feature-desc{
  font:400 13.5px/1.6 "Inter",system-ui;
  color:#666;
  margin:0;
}

/* Responsif */
@media(max-width: 991px){
  .cz-engagements ul,
  .cz-engagements .grid,
  .cz-engagements .items,
  .cz-engagements .features{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
  }
}
@media(max-width: 520px){
  .cz-engagements ul,
  .cz-engagements .grid,
  .cz-engagements .items,
  .cz-engagements .features{
    grid-template-columns:1fr;
  }
}
/* ---------- Harmonisation engag. : typo + centrage + grille ---------- */
/* 1) Titres alignés et mêmes fontes que la FAQ */
.cz-split-premium .cz-title,
.cz-eng-embed h1,
.cz-eng-embed h2,
.cz-eng-embed h3{
  font-family:"Poppins","Inter",system-ui !important;
  font-weight:700 !important;
  font-size:26px !important;
  line-height:1.25 !important;
  letter-spacing:-.2px !important;
  color:#111 !important;
  margin:0 0 10px !important;
  text-align:left !important;   /* même alignement que le titre FAQ */
}

/* 2) Tout le contenu des engagements centré sous chaque icône */
.cz-eng-embed,
.cz-eng-embed *{
  font-family:"Inter",system-ui !important;
  text-align:center !important;
}

/* 3) Forcer une grille propre (3 colonnes desktop, 2 tablette, 1 mobile) */
.cz-eng-embed ul,
.cz-eng-embed .grid,
.cz-eng-embed .items,
.cz-eng-embed .features{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:28px !important;
  justify-items:center !important;
  align-items:start !important;
  margin:16px 0 0 !important;
  padding:0 !important;
  list-style:none !important;
}
@media(max-width: 991px){
  .cz-eng-embed ul,
  .cz-eng-embed .grid,
  .cz-eng-embed .items,
  .cz-eng-embed .features{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:22px !important;
  }
}
@media(max-width: 520px){
  .cz-eng-embed ul,
  .cz-eng-embed .grid,
  .cz-eng-embed .items,
  .cz-eng-embed .features{
    grid-template-columns:1fr !important;
  }
}

/* 4) Titres/descriptions sous icônes (quel que soit l’élément utilisé) */
.cz-eng-embed h4,
.cz-eng-embed .feature-title,
.cz-eng-embed strong{
  display:block !important;
  margin:8px 0 4px !important;
  font:600 15px/1.4 "Inter",system-ui !important;
  color:#111 !important;
}
.cz-eng-embed p,
.cz-eng-embed small,
.cz-eng-embed .feature-desc{
  margin:0 !important;
  font:400 13.5px/1.6 "Inter",system-ui !important;
  color:#666 !important;
}

/* 5) Nettoyage des wrappers fréquents du snippet */
.cz-eng-embed .section,
.cz-eng-embed .container,
.cz-eng-embed .wrapper{
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
}
/* ==== CERISE — Fix overlay bannière (Dawn) ==== */

/* 1) S’assure que la bannière est la référence de positionnement */
.banner,
.slideshow,
.banner__media,
.slideshow__media {
  position: relative;
}

/* 2) Le wrapper du texte devient un calque couvrant la bannière */
#MainContent .banner:not(.banner--stacked) .banner__content,
#MainContent .slideshow__text-wrapper {
  position: absolute !important;
  inset: 0 !important;                  /* top/right/bottom/left:0 */
  display: flex !important;
  align-items: center !important;       /* centrage vertical */
  justify-content: flex-start !important;
  transform: none !important;           /* on neutralise d’anciens translate */
  top: auto !important;                 /* évite le décalage 50% */
  left: auto !important;
}

/* 3) Décalage horizontal « safe » à gauche + largeur */
.banner__box,
.slideshow__text-content {
  margin: 0 !important;
  padding: 0 5vw !important;            /* respiration latérale */
  max-width: 620px;                     /* largeur de bloc texte */
  z-index: 2;
}

/* 4) Couche sombre (si besoin) pour la lisibilité */
.banner::after,
.slideshow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.10) 45%, rgba(0,0,0,0) 70%);
  pointer-events: none;
  z-index: 1;
}

/* 5) Mobile : on remet le texte en bas-gauche avec un padding propre */
@media (max-width: 749px) {
  #MainContent .banner:not(.banner--stacked) .banner__content,
  #MainContent .slideshow__text-wrapper {
    align-items: flex-end !important;
  }
  .banner__box,
  .slideshow__text-content {
    padding: 24px 16px !important;
    max-width: 100%;
  }
}
.cz-hero { position: relative; }
.cz-hero .cz-hero-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: flex-start;
  transform: none;
}
/* ==== CERISE — Hero fix (hauteur + overlay + voisinage) ==== */

/* 0) Contexte de positionnement propre */
#MainContent .banner,
#MainContent .slideshow {
  position: relative;
  overflow: hidden; /* évite tout dépassement visuel */
}

/* 1) Hauteur minimum fiable de la bannière (desktop & mobile) */
#MainContent .shopify-section:first-of-type .banner__media,
#MainContent .shopify-section:first-of-type .slideshow__media {
  min-height: clamp(520px, 72vh, 860px) !important;
  height: auto !important;
}
@media (max-width: 749px) {
  #MainContent .shopify-section:first-of-type .banner__media,
  #MainContent .shopify-section:first-of-type .slideshow__media {
    min-height: 420px !important;
  }
}

/* 2) Overlay : plein calque + centrage vertical, calé à gauche */
#MainContent .shopify-section:first-of-type .banner__content,
#MainContent .shopify-section:first-of-type .slideshow__text-wrapper {
  position: absolute !important;
  inset: 0 !important;                     /* top/right/bottom/left: 0 */
  display: flex !important;
  align-items: center !important;           /* centre vertical */
  justify-content: flex-start !important;
  transform: none !important;               /* supprime tout translateY */
}
#MainContent .shopify-section:first-of-type .banner__box,
#MainContent .shopify-section:first-of-type .slideshow__text-content {
  margin: 0 !important;
  padding: 0 5vw !important;                /* marge latérale fluide */
  max-width: 640px;
  z-index: 2;
}

/* Option lisibilité : léger dégradé sombre côté gauche */
#MainContent .shopify-section:first-of-type .banner::after,
#MainContent .shopify-section:first-of-type .slideshow::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.12) 45%, rgba(0,0,0,0) 70%);
  pointer-events: none;
  z-index: 1;
}

/* 3) Empêche la section suivante de remonter / chevaucher le hero */
#MainContent .shopify-section:first-of-type + .shopify-section {
  margin-top: 0 !important;
  padding-top: clamp(16px, 2.5vw, 36px) !important;
}

/* Mobile : texte en bas-gauche si tu préfères */
@media (max-width: 749px) {
  #MainContent .shopify-section:first-of-type .banner__content,
  #MainContent .shopify-section:first-of-type .slideshow__text-wrapper {
    align-items: flex-end !important;
  }
  #MainContent .shopify-section:first-of-type .banner__box,
  #MainContent .shopify-section:first-of-type .slideshow__text-content {
    padding: 24px 16px !important;
    max-width: 100%;
  }
}
/* ==== CERISE — supprime l’espace blanc entre bannière et "Les essentiels Cerise" ==== */

/* Retire la marge/padding de la section suivante directement après la bannière */
#MainContent .shopify-section:first-of-type + .shopify-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Option : si ta section "Les essentiels Cerise" a un ID ou une classe spécifique */
#shopify-section-featured-collection,
#shopify-section-essentiels-cerise,
.cz-essentiels {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* === CERISE — Fix HERO mobile (hauteur, image, overlay, cadrage) === */
@media (max-width: 749px){
  /* 1) force une vraie hauteur au hero */
  #MainContent .shopify-section:first-of-type .banner,
  #MainContent .shopify-section:first-of-type .slideshow,
  #MainContent .shopify-section:first-of-type .banner__media,
  #MainContent .shopify-section:first-of-type .slideshow__media{
    min-height: 420px !important;
    height: auto !important;
    position: relative !important;
    overflow: hidden;
  }

  /* 2) s’assure que l’image remplit bien le cadre */
  #MainContent .shopify-section:first-of-type .banner__media img,
  #MainContent .shopify-section:first-of-type .slideshow__media img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit: cover !important;
    object-position: 50% 25% !important;   /* remonte un peu la photo */
  }

  /* 3) overlay posé SUR le média (au-dessus de l’image, sous le texte) */
  #MainContent .shopify-section:first-of-type .banner__media::after,
  #MainContent .shopify-section:first-of-type .slideshow__media::after{
    content:"";
    position:absolute; inset:0;
    background: linear-gradient(90deg, rgba(0,0,0,.36) 0%,
                                       rgba(0,0,0,.14) 45%,
                                       rgba(0,0,0,0) 70%);
    pointer-events:none;
    z-index:1;
  }

  /* 4) le texte passe au dessus de l’overlay */
  #MainContent .shopify-section:first-of-type .banner__content,
  #MainContent .shopify-section:first-of-type .slideshow__text-wrapper{
    z-index: 2 !important;
    align-items: flex-end !important;      /* texte en bas-gauche sur mobile */
  }

  /* 5) évite tout chevauchement avec l’entête sticky */
  .shopify-section-header-sticky + #MainContent .shopify-section:first-of-type .banner,
  .shopify-section-header-sticky + #MainContent .shopify-section:first-of-type .slideshow{
    margin-top: 0 !important;
  }
}
/* === CERISE — Blog mobile: largeur cartes + titres qui cassent bien === */
@media (max-width: 749px){
  /* 1) chaque article prend toute la largeur */
  .blog-articles .grid__item,
  .section-template--blog .grid__item,
  .index-section .blog-articles .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* 2) évite le "une lettre par ligne" */
  .blog-articles .card__heading,
  .blog-articles .article-card__title,
  .blog-articles h3.card__heading {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto;
  }

  /* 3) un peu de respiration */
  .blog-articles .grid {
    row-gap: 16px !important;
  }
}
/* === CERISE — Fix bloc Blog mobile (cartes trop étroites + titres) === */
@media (max-width: 749px){
  /* 1) annule le mode peek/slider pour les posts du blog */
  .featured-blog .grid--peek .grid__item,
  .blog-articles.grid--peek .grid__item,
  .blog-articles .grid--peek .grid__item,
  .section-template--blog .grid--peek .grid__item {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* 2) espace vertical “propre” entre les cartes */
  .featured-blog .grid,
  .blog-articles .grid { row-gap: 16px !important; }

  /* 3) titres : retour à une casse/rupture normales (évite l’effet “une lettre par ligne”) */
  .blog-articles .card__heading,
  .blog-articles .article-card__title,
  .featured-blog .card__heading {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto;
    line-height: 1.2 !important;
  }
}
/* === CERISE — Fix "Le journal de Cerise" (mobile) === */
@media (max-width: 749px){
  /* 1) annuler le slider/peek et forcer 1 colonne */
  .featured-blog .grid,
  .blog-articles .grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 16px !important;
    margin: 0 !important;
  }

  .featured-blog .grid--peek,
  .blog-articles .grid--peek,
  .featured-blog .slider--mobile,
  .blog-articles .slider--mobile {
    margin: 0 !important;
  }

  .featured-blog .grid__item,
  .blog-articles .grid__item,
  .grid--peek.slider--mobile .grid__item,
  .slider--mobile.grid--peek .grid__item {
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
  }

  /* 2) titres : retour à un flux normal (pas une lettre par ligne) */
  .featured-blog .card__heading,
  .blog-articles .card__heading,
  .featured-blog .article-card__title,
  .blog-articles .article-card__title {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: auto;
    line-height: 1.2 !important;
  }

  /* 3) option: assagir un peu la taille du titre si très long */
  .featured-blog .card__heading,
  .blog-articles .card__heading {
    font-size: clamp(18px, 5.2vw, 24px) !important;
  }
  /* === CERISE — Accordéons produit : puces homogènes (corrige aussi li + li de Dawn) === */
.product .rte ul,
.product .rte ol {
  margin: 0 0 1rem 1.25rem !important;
  padding-left: 1.25rem !important;
}

/* Interligne identique sur tous les <li> */
.product .rte li {
  line-height: 1.6 !important;
  margin: 0 !important; /* on remet à zéro pour reprendre la main */
}

/* Espacement uniforme entre puces (remplace la règle du thème li + li) */
.product .rte ul li + li,
.product .rte ol li + li {
  margin-top: 0.45em !important;
}
}
/* === CERISE — Puces homogènes dans les accordéons produit === */
/* Accordéons natifs du produit */
.product .product__accordion .rte ul,
.product .product__accordion .rte ol {
  margin: 0 0 1rem 1.25rem !important;
  padding-left: 1.25rem !important;
}
.product .product__accordion .rte li {
  line-height: 1.6 !important;
  margin: 0 !important; /* reset Dawn */
}
.product .product__accordion .rte ul li + li,
.product .product__accordion .rte ol li + li {
  margin-top: 0.45em !important;
}

/* Section "Rangée réductible" (collapsible-content) de Dawn */
.product .collapsible-content .rte ul,
.product .collapsible-content .rte ol {
  margin: 0 0 1rem 1.25rem !important;
  padding-left: 1.25rem !important;
}
.product .collapsible-content .rte li {
  line-height: 1.6 !important;
  margin: 0 !important;
}
.product .collapsible-content .rte ul li + li,
.product .collapsible-content .rte ol li + li {
  margin-top: 0.45em !important;
}
/* === CERISE — Listes homogènes dans les accordéons produit (corrige <li><p>…</p></li>) === */
.product .rte ul,
.product .rte ol {
  margin: 0 0 1rem 1.25rem !important;
  padding-left: 1.25rem !important;
  list-style: disc outside !important;
}

.product .rte li {
  line-height: 1.6 !important;
  margin: 0 !important;                /* reset toutes marges li */
}

/* <-- clé : supprime la marge des <p> à l’intérieur des <li> */
.product .rte li p {
  margin: 0 !important;
  line-height: 1.6 !important;
}

/* espace uniforme entre puces, remplace la règle Dawn `li + li` */
.product .rte ul li + li,
.product .rte ol li + li {
  margin-top: 0.45em !important;
}

/* Couvre aussi les contenus d'accordéons Dawn (collapsible-content) */
.product .collapsible-content .rte ul,
.product .collapsible-content .rte ol { margin: 0 0 1rem 1.25rem !important; padding-left: 1.25rem !important; }
.product .collapsible-content .rte li { line-height: 1.6 !important; margin: 0 !important; }
.product .collapsible-content .rte li p { margin: 0 !important; line-height: 1.6 !important; }
.product .collapsible-content .rte ul li + li,
.product .collapsible-content .rte ol li + li { margin-top: 0.45em !important; }
/* === CERISE — Interligne identique dans les deux accordéons produit === */
/* Zone précise : colonne info produit */
.product .product__info-wrapper .rte ul,
.product .product__info-wrapper .rte ol {
  margin: 0 0 1rem 1.25rem !important;
  padding-left: 1.25rem !important;
  list-style: disc outside !important;
}

/* 1) Même interligne et reset des marges sur li ET sur p à l'intérieur des li */
.product .product__info-wrapper .rte li,
.product .product__info-wrapper .rte li p {
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* 2) Espacement uniforme entre puces (remplace li + li du thème) */
.product .product__info-wrapper .rte ul li + li,
.product .product__info-wrapper .rte ol li + li,
.product .product__info-wrapper .rte ul > * + *,
.product .product__info-wrapper .rte ol > * + * {
  margin-top: 0.45em !important;
}

/* 3) Couvre explicitement les deux types d'accordéons de Dawn */
.product .product__info-wrapper .product__accordion .accordion__content .rte ul,
.product .product__info-wrapper .collapsible-content .rte ul,
.product .product__info-wrapper .product__accordion .accordion__content .rte ol,
.product .product__info-wrapper .collapsible-content .rte ol { 
  margin: 0 0 1rem 1.25rem !important;
  padding-left: 1.25rem !important;
}
.product .product__info-wrapper .product__accordion .accordion__content .rte li,
.product .product__info-wrapper .collapsible-content .rte li,
.product .product__info-wrapper .product__accordion .accordion__content .rte li p,
.product .product__info-wrapper .collapsible-content .rte li p { 
  line-height: 1.6 !important;
  margin: 0 !important;
}
.product .product__info-wrapper .product__accordion .accordion__content .rte ul li + li,
.product .product__info-wrapper .collapsible-content .rte ul li + li,
.product .product__info-wrapper .product__accordion .accordion__content .rte ol li + li,
.product .product__info-wrapper .collapsible-content .rte ol li + li {
  margin-top: 0.45em !important;
}
/* CERISE — listes homogènes dans les accordéons (colonne info produit) */
.product .product__info-container .product__accordion .accordion__content .rte ul,
.product .product__info-container .product__accordion .accordion__content .rte ol,
.product .product__info-container .collapsible-content .rte ul,
.product .product__info-container .collapsible-content .rte ol{
  margin: 0 0 1rem 1.25rem !important;
  padding-left: 1.25rem !important;
  list-style: disc outside !important;
}

.product .product__info-container .product__accordion .accordion__content .rte li,
.product .product__info-container .product__accordion .accordion__content .rte li p,
.product .product__info-container .collapsible-content .rte li,
.product .product__info-container .collapsible-content .rte li p{
  line-height: 1.6 !important;
  margin: 0 !important;
}

.product .product__info-container .product__accordion .accordion__content .rte ul li + li,
.product .product__info-container .product__accordion .accordion__content .rte ol li + li,
.product .product__info-container .collapsible-content .rte ul li + li,
.product .product__info-container .collapsible-content .rte ol li + li{
  margin-top: 0.45em !important;
}
/* CERISE — Interligne et espacements IDENTIQUES dans les 2 accordéons */
.product .product__info-container details .accordion__content .rte ul,
.product .product__info-container details .accordion__content .rte ol{
  list-style: disc outside !important;
  padding-left: 1.25rem !important;
  margin: 0 0 1rem 1.25rem !important;
}

/* 1) même interligne partout (li et p dans li) */
.product .product__info-container details .accordion__content .rte li,
.product .product__info-container details .accordion__content .rte li p{
  line-height: 1.6 !important;
  margin: 0 !important;          /* annule margin-top/bottom variés de Dawn */
}

/* 2) même espace entre puces (remplace li + li de Dawn) */
.product .product__info-container details .accordion__content .rte ul li + li,
.product .product__info-container details .accordion__content .rte ol li + li{
  margin-top: 0.45em !important;
}

/* 3) sécurité : empêche toute marge résiduelle sur li */
.product .product__info-container details .accordion__content .rte li{
  margin-bottom: 0 !important;
  padding: 0 !important;
}
/* CERISE — Même interligne/espacement dans les 2 accordéons produit */
.product .product__info-wrapper :is(.product__accordion,.collapsible-content) .rte ul,
.product .product__info-wrapper :is(.product__accordion,.collapsible-content) .rte ol{
  list-style: disc outside !important;
  padding-left: 1.25rem !important;
  margin: 0 0 1rem 1.25rem !important;
}

/* li et p dans li → même line-height, pas de marge parasite */
.product .product__info-wrapper :is(.product__accordion,.collapsible-content) .rte li,
.product .product__info-wrapper :is(.product__accordion,.collapsible-content) .rte li > p{
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* même espace ENTRE les puces */
.product .product__info-wrapper :is(.product__accordion,.collapsible-content) .rte ul li + li,
.product .product__info-wrapper :is(.product__accordion,.collapsible-content) .rte ol li + li{
  margin-top: 0.45em !important;
}
/* === CERISE — RESET UNIQUE : mêmes puces + même interligne partout
   Couvre : texte descriptif du haut + tous les accordéons (Dawn)
   — line-height identique
   — list-style identique
   — espacement identique entre les puces
================================================================== */
#MainContent .product .product__info-container .rte ul,
#MainContent .product .product__info-container .rte ol{
  list-style: disc outside !important;
  padding-left: 1.25rem !important;     /* même retrait pour toutes les listes */
  margin: 0 0 1rem 1.25rem !important;  /* marge basse douce, aucune marge haute */
}

#MainContent .product .product__info-container .rte li,
#MainContent .product .product__info-container .rte li > p{
  line-height: 1.6 !important;          /* interligne unifié */
  margin: 0 !important;                 /* supprime les marges Dawn sur <li> et <p> dans <li> */
  padding: 0 !important;
}

/* même espace entre éléments successifs de liste (remplace li + li de Dawn) */
#MainContent .product .product__info-container .rte ul > li + li,
#MainContent .product .product__info-container .rte ol > li + li{
  margin-top: 0.45em !important;
}
/* === CERISE — RESET UNIQUE : mêmes puces + même interligne partout
   Couvre : texte descriptif du haut + tous les accordéons (Dawn)
================================================================== */
#MainContent .product .product__info-container .rte ul,
#MainContent .product .product__info-container .rte ol{
  list-style: disc outside !important;
  padding-left: 1.25rem !important;
  margin: 0 0 1rem 1.25rem !important;
}

#MainContent .product .product__info-container .rte li,
#MainContent .product .product__info-container .rte li > p{
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#MainContent .product .product__info-container .rte ul > li + li,
#MainContent .product .product__info-container .rte ol > li + li{
  margin-top: 0.45em !important;
}
/* --- CORRECTION INTERLIGNE ACCORDÉONS/LISTES V2.0 (Plus Agressif) --- */

/*   1. Corrige l'espacement excessif sur les listes et les paragraphes
  (souvent la cause des écarts irréguliers dans les accordéons).
*/
.rte ul,
.rte ol,
.rte li,
.rte p {
  /* Annule toutes les marges pour assurer un point de départ cohérent */
  margin: 0 !important;
  padding: 0 !important;
}

/*   2. Définit un espacement uniforme et minimal après chaque élément de liste.
*/
.rte li {
  /* Définit un interligne uniforme et standard pour tous les éléments de liste */
  line-height: 1.5; /* (ou la valeur que vous préférez, 1.5 est standard) */
  margin-bottom: 0.5rem !important; /* Espacement cohérent entre les puces */
  list-style: disc; /* Assure que les puces sont toujours là (pour les ul) */
  margin-inline-start: 2rem !important; /* Décalage pour voir la puce */
}

/*   3. Supprime la marge sous le dernier élément (pour éviter l'espace en fin de liste).
*/
.rte li:last-child {
  margin-bottom: 0 !important;
}

/*   4. S'assure que les paragraphes (s'ils sont utilisés dans le li) n'ajoutent pas de marge.
*/
.rte li p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: inherit;
}

/*   5. Si le contenu n'est PAS dans un .rte (cas rare, mais possible)
  Ciblez simplement tous les éléments de liste pour la cohérence.
*/
ul li {
  margin-bottom: 0.5rem;
}
/* --- CORRECTION FINALE INTERLIGNE ACCORDÉONS/LISTES V3.0 --- */

/* * 1. Cible les listes (ul) dans n'importe quel conteneur de type 'détail' ou 'RTE'
 * 2. Réinitialise les marges excessives sur la liste elle-même et les paragraphes qu'elle pourrait contenir.
 */
details ul, 
details ol,
.rte ul,
.rte ol {
    /* Supprime la marge excessive que le navigateur met sur la liste entière */
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    /* Assurez-vous que l'alignement des puces est correct */
    padding-left: 2rem !important;
}

/* * 3. Cible chaque élément de liste (li) et force un espacement uniforme et minimal.
 */
details li,
.rte li {
    /* Retire la marge supérieure/inférieure interne qui crée l'espacement irrégulier */
    margin: 0 !important; 
    
    /* Ajoute un petit espace en bas pour la séparation */
    margin-bottom: 0.5rem !important; 
    
    /* Définition d'une hauteur de ligne uniforme pour le texte */
    line-height: 1.5 !important;
}

/* * 4. Cible les paragraphes P qui se trouvent DANS les éléments LI. 
 * C'est souvent le véritable coupable de l'espacement aléatoire.
 */
details li p, 
.rte li p {
    /* Retire la marge par défaut des paragraphes pour éviter les doubles espacements. */
    margin: 0 !important; 
    padding: 0 !important;
    line-height: 1.5 !important;
}

/* * 5. Supprime la marge du dernier élément pour éviter un espace superflu en fin de liste.
 */
details li:last-child,
.rte li:last-child {
    margin-bottom: 0 !important;
}
/* ==== CERISE — Header premium ==== */
:root{
  --cerise-ink:#111;                 /* texte principal */
  --cerise-ink-soft:#4b5563;         /* texte secondaire */
  --cerise-rose:#F6E9ED;             /* rose très pâle Cerise */
  --cerise-accent:#E11D48;           /* cerise/rouge accent si besoin */
}

.section-header .header,
header.header {
  height: 72px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
  backdrop-filter: none;
}

/* Nav — typo & espacement */
.header__inline-menu,
.list-menu--inline {
  gap: 28px !important;
}

.header__inline-menu a,
.list-menu--inline a {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .01em;
  color: var(--cerise-ink);
  text-decoration: none;
  position: relative;
  padding: 10px 2px;
  opacity: .92;
  transition: opacity .2s ease;
}

/* Soulignement fin & animé (premium) */
.header__inline-menu a::after,
.list-menu--inline a::after{
  content:"";
  position:absolute; left:0; bottom:6px;
  width:100%; height:2px;
  background: var(--cerise-ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  border-radius: 2px;
  opacity:.9;
}
.header__inline-menu a:hover,
.list-menu--inline a:hover { opacity:1; }
.header__inline-menu a:hover::after,
.list-menu--inline a:hover::after { transform: scaleX(1); }

/* Lien actif plus “discret-chic” */
.header__inline-menu .link--active,
.list-menu--inline .link--active{
  opacity:1;
}
.header__inline-menu .link--active::after,
.list-menu--inline .link--active::after{
  transform: scaleX(1);
}

/* Logo un peu plus présent, sans écraser le reste */
.header__heading,
.header__heading-link { transform: translateY(1px); }
.header__heading img,
.header__heading svg{ height:auto; max-height:28px; }

/* Icônes (recherche, compte, panier) plus nettes */
.header__icons .header__icon,
.header__icons a {
  opacity:.92;
  transition: opacity .2s ease, transform .2s ease;
}
.header__icons .header__icon:hover,
.header__icons a:hover { opacity:1; transform: translateY(-1px); }

/* Badge panier raffiné */
.cart-count-bubble{
  background:#111 !important;
  color:#fff !important;
  font-weight: 600;
  font-size: 10px;
  min-width: 18px; height:18px;
  line-height:18px;
  border-radius: 9px;
  top:-6px; right:-8px;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

/* État sticky “verre dépoli” au scroll */
.header--scrolled,
.sticky-header--scrolled {
  background: color-mix(in srgb, #fff 85%, var(--cerise-rose) 15%);
  backdrop-filter: saturate(120%) blur(10px);
  border-bottom-color: color-mix(in srgb, var(--cerise-rose) 60%, #000 4%);
  box-shadow: 0 6px 20px rgba(17,17,17,.06);
}

/* Option : soulignement rose très pâle au survol (si tu préfères) */
/*
.header__inline-menu a::after,
.list-menu--inline a::after{ background: var(--cerise-rose); height: 3px; }
*/
/* ===== CERISE — Header Luxe v2 ===== */
:root{
  --cerise-ink:#111;
  --cerise-mute:#6b7280;
  --cerise-rose:#F6E9ED;         /* rose très pâle */
  --cerise-veil: rgba(255,255,255,.66);
}

/* 1) Gabarit + centrage du menu */
.section-header .header, header.header{
  height: 80px;
  border-bottom: 1px solid rgba(0,0,0,.05);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.header__inline-menu, .list-menu--inline{
  gap: 40px !important;                  /* espace large = luxe */
  align-items: center;
}
.header__heading img, .header__heading svg{
  max-height: 26px;                      /* logo fin, pas massif */
}

/* 2) Liens premium : petites caps, tracking fin, hairline animé */
.header__inline-menu a, .list-menu--inline a{
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cerise-ink);
  text-decoration: none;
  position: relative;
  padding: 12px 2px;
  opacity: .9;
  transition: opacity .2s ease;
}
.header__inline-menu a:hover, .list-menu--inline a:hover{ opacity:1; }

/* Hairline + pastille active ultra discrète */
.header__inline-menu a::after, .list-menu--inline a::after{
  content:"";
  position:absolute; left:0; bottom:8px;
  width:100%; height:1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  opacity:.55;
}
.header__inline-menu a:hover::after, .list-menu--inline a:hover::after{ transform: scaleX(1); }

.header__inline-menu .link--active, .list-menu--inline .link--active{ opacity:1; }
.header__inline-menu .link--active::after, .list-menu--inline .link--active::after{
  transform: scaleX(1);
  opacity:.7;
}
.header__inline-menu .link--active::before, .list-menu--inline .link--active::before{
  content:"";
  position:absolute; left:50%; bottom:2px; transform:translateX(-50%);
  width:4px; height:4px; border-radius:2px;
  background: var(--cerise-ink); opacity:.85;
}

/* 3) Icônes plus fines + alignement parfait */
.header__icons{ gap: 18px; }
.header__icons .header__icon, .header__icons a{
  color: var(--cerise-ink);
  opacity:.9;
  transition: opacity .2s ease, transform .2s ease;
}
.header__icons .header__icon:hover, .header__icons a:hover{ opacity:1; transform: translateY(-1px); }

/* 4) Badge panier “bijou” */
.cart-count-bubble{
  background:#111 !important; color:#fff !important;
  font-weight: 600; font-size: 10px;
  min-width: 16px; height:16px; line-height:16px;
  border-radius: 8px;
  top:-6px; right:-8px;
  box-shadow: 0 4px 10px rgba(17,17,17,.18);
  outline: 1px solid #fff;              /* cerclage joaillerie */
  outline-offset: -2px;
}

/* 5) Header transparent sur la home (luxe éditorial) */
.template-index .section-header .header{
  background: transparent;
  border-bottom-color: transparent;
  position: absolute; top:0; left:0; right:0; z-index: 30;
}
.template-index .section-header .header.is-opaque{
  background: color-mix(in srgb, #fff 90%, var(--cerise-rose) 10%);
  border-bottom-color: rgba(0,0,0,.06);
  box-shadow: 0 10px 30px rgba(17,17,17,.08);
  backdrop-filter: blur(10px) saturate(120%);
}

/* 6) Effet “glass” au scroll (toutes pages) */
.header--scrolled, .sticky-header--scrolled{
  background: color-mix(in srgb, #fff 88%, var(--cerise-rose) 12%);
  border-bottom-color: rgba(0,0,0,.06);
  box-shadow: 0 10px 30px rgba(17,17,17,.08);
  backdrop-filter: blur(10px) saturate(120%);
}

/* 7) Version mobile : sobriété & air */
@media (max-width: 989px){
  .section-header .header, header.header{ height: 70px; }
  .header__inline-menu, .list-menu--inline{ gap: 22px !important; }
  .header__inline-menu a, .list-menu--inline a{ font-size: 12px; letter-spacing:.07em; }
}
/* === Correction badge produit (évite qu'il passe au-dessus du header) === */
.product__badge,
.badge,
.product-badge,
.custom-badge {
  z-index: 5 !important;         /* inférieur au header */
  position: relative !important; /* évite le "fixed" qui suit le scroll */
}

/* Si ton badge est volontairement fixé (ex: sticky), limite sa zone */
.product__badge.is-fixed,
.custom-badge.is-fixed {
  position: sticky !important;
  top: 100px;                    /* reste sous le header */
  z-index: 5 !important;
}
/* ===== CERISE — Badge Hydratation (fix overlap header) ===== */
.product__media, .product-media, .product__media-wrapper, .media { position: relative; }

#cerise-hydration-badge {
  position: absolute !important;   /* plus fixed/sticky */
  inset: 14px auto auto 14px;      /* top/left */
  z-index: 2 !important;           /* inférieur au header */
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  border-radius: 999px;
  background: #E9C4CD;             /* rose badge */
  color: #111;
  box-shadow: 0 4px 14px rgba(17,17,17,.12);
  pointer-events: none;             /* ne gêne pas le survol de l'image */
  transform: translateZ(0);         /* anti-jitter */
}

/* Si le thème/app lui met un style inline (fixed/sticky), on écrase tout */
#cerise-hydration-badge[style] {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;
}
/* === CERISE — Badge Hydratation 24h (version premium + fix position) === */

/* Le parent devient la référence du badge */
.product__media-wrapper,
.product__media,
.media {
  position: relative !important;
  overflow: visible !important;
}

/* Style du badge */
#cerise-hydration-badge {
  position: absolute !important;
  top: 18px !important;          /* Décalage visuel parfait */
  left: 18px !important;
  z-index: 2 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #111;
  background: linear-gradient(145deg, #E9C4CD, #F6E9ED);
  border-radius: 999px;
  box-shadow: 0 3px 12px rgba(17,17,17,0.08), inset 0 1px 0 rgba(255,255,255,0.4);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.8);
  pointer-events: none;          /* ne bloque pas le clic sur l’image */
  transform: translateZ(0);
  transition: all .3s ease;
}

/* Effet léger au survol (si jamais cliquable plus tard) */
#cerise-hydration-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(17,17,17,0.12);
}

/* Sécurité contre tout style inline d’app */
#cerise-hydration-badge[style] {
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  z-index: 2 !important;
}
/* === CERISE — Fix définitif badge overlay + style luxe === */

/* Le header passe toujours au-dessus */
.section-header .header,
header.header,
sticky-header { z-index: 60 !important; }

/* Le parent des médias sert de repère au badge */
.product .product__media-wrapper { position: relative !important; overflow: visible !important; }

/* Le conteneur d’overlay est ABSOLU dans la zone image (plus jamais "fixed/sticky") */
.cz-badges--overlay{
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2 !important;           /* < header */
  pointer-events: none;             /* ne capte pas le clic */
  display: flex; gap: 10px; flex-wrap: wrap;
}

/* Sécurité : si une app lui met un style inline */
.cz-badges--overlay[style]{
  position: absolute !important;
  top: 18px !important; left: 18px !important;
  right: auto !important; bottom: auto !important;
  z-index: 2 !important;
}

/* Pastille premium */
.cz-badges--overlay .cz-badge{
  pointer-events: none;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 6px 14px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px; font-weight: 500; letter-spacing: .03em; text-transform: uppercase;
  color: #111;
  background: linear-gradient(145deg, #E9C4CD, #F6E9ED);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 4px 14px rgba(17,17,17,.10), inset 0 1px 0 rgba(255,255,255,.5);
  backdrop-filter: blur(6px);
  white-space: nowrap;
}

/* Mobile : colle un peu plus le bord et réduit légèrement */
@media (max-width: 749px){
  .cz-badges--overlay{ top: 12px !important; left: 12px !important; gap: 8px; }
  .cz-badges--overlay .cz-badge{ padding: 5px 12px; font-size: 11px; }
}
/* === CERISE — Badge overlay visible (au-dessus des médias, sous le header) === */

/* header au-dessus de tout */
.section-header .header,
header.header,
sticky-header { z-index: 200 !important; }

/* le wrapper média sert de repère */
.product .product__media-wrapper { position: relative !important; }

/* badge overlay : positionné et au-dessus de la galerie */
.product .product__media-wrapper > .cz-badges--overlay{
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  gap: 10px;
  flex-wrap: wrap;
  pointer-events: none;
  z-index: 120 !important;           /* > médias (z10–100), < header (200) */
}

/* certaines versions du slider créent un stacking context : on force leur z-index plus bas */
.product .product__media-wrapper .media,
.product .product__media-wrapper media-gallery,
.product .product__media-wrapper .product-media-modal__content {
  position: relative;
  z-index: 20;
}

/* style luxe du badge */
.cz-badges--overlay .cz-badge{
  pointer-events: none;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 6px 14px;
  font: 500 12px/1 Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .03em; text-transform: uppercase;
  color: #111;
  background: linear-gradient(145deg, #E9C4CD, #F6E9ED);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 4px 14px rgba(17,17,17,.12), inset 0 1px 0 rgba(255,255,255,.5);
  backdrop-filter: blur(6px);
  white-space: nowrap;
}

/* si une app colle un style inline qui casse tout, on écrase */
.cz-badges--overlay[style]{
  position: absolute !important; top:18px !important; left:18px !important;
  right:auto !important; bottom:auto !important;
  z-index: 120 !important; display:flex !important;
}

@media (max-width: 749px){
  .product .product__media-wrapper > .cz-badges--overlay{ top:12px !important; left:12px !important; gap:8px; }
  .cz-badges--overlay .cz-badge{ padding:5px 12px; font-size:11px; }
}
/* ===== CERISE — Badges overlay luxe sur cartes produits ===== */

/* Le conteneur média sert de repère (sinon le badge flotte) */
.card-wrapper .card__media,
.card-wrapper .media,
.card--media { position: relative; }

/* Overlay positionné dans l’image, au-dessus de l’img mais sous le header */
.cz-badges--overlay.cz-badges--card{
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  gap: 8px;
  flex-wrap: wrap;
  pointer-events: none;
  z-index: 120 !important; /* > image, < header */
}

/* Style identique au badge "Hydratation 24h" (version luxe) */
.cz-badges--overlay.cz-badges--card .cz-badge{
  pointer-events: none;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 6px 12px;
  font: 500 11px/1 Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .03em; text-transform: uppercase;
  color: #111;
  background: linear-gradient(145deg, #E9C4CD, #F6E9ED);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 4px 14px rgba(17,17,17,.12), inset 0 1px 0 rgba(255,255,255,.5);
  backdrop-filter: blur(6px);
  white-space: nowrap;
}

/* Si une app injecte un style inline, on écrase */
.cz-badges--overlay.cz-badges--card[style]{
  position: absolute !important;
  top: 14px !important; left: 14px !important;
  right: auto !important; bottom: auto !important;
  display: flex !important; z-index: 120 !important;
}

/* Mobile */
@media (max-width: 749px){
  .cz-badges--overlay.cz-badges--card{ top: 10px !important; left: 10px !important; gap: 6px; }
  .cz-badges--overlay.cz-badges--card .cz-badge{ padding: 5px 10px; font-size: 10.5px; }
}
/* ===== CERISE — Style luxe visible pour badges page d'accueil ===== */

.card-wrapper .card__media { position: relative !important; }

.cz-badges--overlay.cz-badges--card{
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
  z-index: 50 !important;
}

/* Style ultra-luxe (identique à Hydratation 24h sur fiche produit) */
.cz-badges--overlay.cz-badges--card .cz-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #111;
  background: linear-gradient(135deg, #f3d0d9, #f8e7ea);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(17,17,17,.12), inset 0 1px 0 rgba(255,255,255,.5);
  backdrop-filter: blur(6px);
  transition: all .25s ease;
}

/* Hover subtil */
.card-wrapper:hover .cz-badges--card .cz-badge{
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(17,17,17,.18), inset 0 1px 0 rgba(255,255,255,.5);
}

/* Petits écrans */
@media (max-width: 749px){
  .cz-badges--overlay.cz-badges--card{ top: 10px; left: 10px; gap: 6px; }
  .cz-badges--overlay.cz-badges--card .cz-badge{ padding: 5px 10px; font-size: 10px; }
}
/* ===========================================================
   CERISE — Style premium pour les badges sur la page d'accueil
   Section : "Les essentiels Cerise"
   =========================================================== */

.cerise-essentiels .cz-badges--overlay.cz-badges--card {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
  z-index: 100 !important;
}

.cerise-essentiels .cz-badges--overlay.cz-badges--card .cz-badge {
  all: unset;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 6px 14px !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  background: linear-gradient(135deg, #f3d0d9 0%, #f8e7ea 100%) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 4px 14px rgba(17, 17, 17, 0.12),
              inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(6px) !important;
  transition: all 0.25s ease !important;
}

/* Effet subtil au survol */
.cerise-essentiels .card-wrapper:hover .cz-badge {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(17,17,17,.18),
              inset 0 1px 0 rgba(255,255,255,.5);
}

/* Responsive */
@media (max-width: 749px) {
  .cerise-essentiels .cz-badges--overlay.cz-badges--card {
    top: 10px !important;
    left: 10px !important;
    gap: 6px !important;
  }
  .cerise-essentiels .cz-badges--overlay.cz-badges--card .cz-badge {
    padding: 5px 10px !important;
    font-size: 10px !important;
  }
}
/* ===== CERISE — Badges premium (section Accueil "Les essentiels Cerise") ===== */
/* Couvre .cz-badge (notre overlay) ET .badge (Dawn) dans la zone image des cartes */

.cerise-essentiels .card__media { position: relative !important; }

.cerise-essentiels .card__media .cz-badges--overlay,
.cerise-essentiels .card__media .badges-overlay,
.cerise-essentiels .card__media .badge-list {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  pointer-events: none !important;
  z-index: 120 !important;
}

/* Style luxe — s'applique aux 2 types de badges (Dawn .badge et nos .cz-badge) */
.cerise-essentiels .card__media .cz-badge,
.cerise-essentiels .card__media .badge {
  all: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 14px !important;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  background: linear-gradient(135deg, #f3d0d9 0%, #f8e7ea 100%) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  box-shadow: 0 4px 14px rgba(17,17,17,.12), inset 0 1px 0 rgba(255,255,255,.5) !important;
  backdrop-filter: blur(6px) !important;
  white-space: nowrap !important;
}

/* Si le thème met des styles inline, on écrase */
.cerise-essentiels .card__media [style*="background"],
.cerise-essentiels .card__media [style*="border"],
.cerise-essentiels .card__media [style*="padding"] {
  background: linear-gradient(135deg, #f3d0d9 0%, #f8e7ea 100%) !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  border-radius: 999px !important;
  padding: 6px 14px !important;
}

/* Mobile */
@media (max-width: 749px){
  .cerise-essentiels .card__media .cz-badges--overlay,
  .cerise-essentiels .card__media .badges-overlay,
  .cerise-essentiels .card__media .badge-list { top: 10px !important; left: 10px !important; gap: 6px !important; }
  .cerise-essentiels .card__media .cz-badge,
  .cerise-essentiels .card__media .badge { padding: 5px 10px !important; font-size: 10px !important; }
}
/* ===== CERISE — Badges luxe sur la section "Les essentiels Cerise" (HOME) ===== */
/* 1) l’image sert de repère pour les pastilles */
.cerise-essentiels .card__media,
.cerise-essentiels .media { position: relative !important; }

/* 2) on place le conteneur des badges dans l’image, en haut-gauche */
.cerise-essentiels .card__media .badge-list,
.cerise-essentiels .card__media .badges,
.cerise-essentiels .card__media .card__badge,
.cerise-essentiels .card__media .product-badge,
.cerise-essentiels .card__media .cz-badges--overlay,
.cerise-essentiels .card__media [class*="badge-wrapper"] {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  pointer-events: none !important;     /* ne gêne pas le clic sur l’image */
  z-index: 120 !important;             /* au-dessus de l’image, sous le header */
}

/* 3) style “Hydratation 24h” appliqué à TOUTES les puces */
.cerise-essentiels .card__media .badge,
.cerise-essentiels .card__media .badge--pill,
.cerise-essentiels .card__media .card__badge,
.cerise-essentiels .card__media .product-badge,
.cerise-essentiels .card__media .cz-badge,
.cerise-essentiels .card__media [data-badge] {
  all: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 14px !important;
  font: 600 11px/1 "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  background: linear-gradient(135deg, #f3d0d9 0%, #f8e7ea 100%) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  box-shadow: 0 4px 14px rgba(17,17,17,.12), inset 0 1px 0 rgba(255,255,255,.5) !important;
  backdrop-filter: blur(6px) !important;
  white-space: nowrap !important;
  pointer-events: none !important;     /* laisse l’image cliquable */
}

/* 4) si une app force des styles inline, on les écrase quand même */
.cerise-essentiels .card__media .badge[style],
.cerise-essentiels .card__media .badge--pill[style],
.cerise-essentiels .card__media .card__badge[style],
.cerise-essentiels .card__media .product-badge[style],
.cerise-essentiels .card__media [data-badge][style]{
  background: linear-gradient(135deg, #f3d0d9 0%, #f8e7ea 100%) !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
}

/* 5) mobile : un poil plus petit et un peu plus proche du bord */
@media (max-width: 749px){
  .cerise-essentiels .card__media .badge-list,
  .cerise-essentiels .card__media .badges,
  .cerise-essentiels .card__media .card__badge,
  .cerise-essentiels .card__media .product-badge,
  .cerise-essentiels .card__media .cz-badges--overlay,
  .cerise-essentiels .card__media [class*="badge-wrapper"] {
    top: 10px !important;
    left: 10px !important;
    gap: 6px !important;
  }
  .cerise-essentiels .card__media .badge,
  .cerise-essentiels .card__media .badge--pill,
  .cerise-essentiels .card__media .card__badge,
  .cerise-essentiels .card__media .product-badge,
  .cerise-essentiels .card__media [data-badge]{
    padding: 5px 10px !important;
    font-size: 10px !important;
  }
}
/* ===== CERISE — Badges luxe (overlay) sur les cartes produits ===== */
.card-wrapper .card__media { position: relative !important; }

.cz-badges--overlay.cz-badges--card {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  pointer-events: none !important;
  z-index: 120 !important;
}

.cz-badges--overlay.cz-badges--card .cz-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 14px !important;
  font: 600 11px/1 "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  background: linear-gradient(135deg, #f3d0d9 0%, #f8e7ea 100%) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  box-shadow: 0 4px 14px rgba(17,17,17,.12), inset 0 1px 0 rgba(255,255,255,.5) !important;
  backdrop-filter: blur(6px) !important;
  white-space: nowrap !important;
  pointer-events: none !important;
}

@media (max-width: 749px){
  .cz-badges--overlay.cz-badges--card { top: 10px !important; left: 10px !important; gap: 6px !important; }
  .cz-badges--overlay.cz-badges--card .cz-badge { padding: 5px 10px !important; font-size: 10px !important; }
}
/* ===== CERISE — Badges luxe sur la section "Les essentiels Cerise" ===== */
/* 1) Le conteneur image sert de repère */
.cerise-essentiels .card__media { position: relative !important; overflow: visible !important; }

/* 2) Le conteneur des badges (celui que Dawn génère souvent: .card__badge / .badge-list) devient un overlay */
.cerise-essentiels .card__media .card__badge,
.cerise-essentiels .card__media .badge-list {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  pointer-events: none !important;
  z-index: 160 !important;
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* 3) Style luxe pour chaque badge (quelle que soit sa classe actuelle) */
.cerise-essentiels .card__media .card__badge .badge,
.cerise-essentiels .card__media .badge-list .badge,
.cerise-essentiels .card__media .badge {
  all: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 14px !important;
  font: 600 11px/1 "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  background: linear-gradient(135deg, #f3d0d9 0%, #f8e7ea 100%) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  box-shadow: 0 4px 14px rgba(17,17,17,.12), inset 0 1px 0 rgba(255,255,255,.5) !important;
  backdrop-filter: blur(6px) !important;
  white-space: nowrap !important;
  pointer-events: none !important; /* ne bloque pas le clic sur l'image */
}

/* 4) Mobile: resserrer un peu */
@media (max-width: 749px){
  .cerise-essentiels .card__media .card__badge,
  .cerise-essentiels .card__media .badge-list { top: 10px !important; left: 10px !important; gap: 6px !important; }
  .cerise-essentiels .card__media .card__badge .badge,
  .cerise-essentiels .card__media .badge-list .badge,
  .cerise-essentiels .card__media .badge { padding: 5px 10px !important; font-size: 10px !important; }
}
/* ===== CERISE — Badges luxe sur la grille d'accueil ===== */
/* Le média sert de repère */
.cerise-essentiels .cerise-card .cerise-media {
  position: relative !important;
  overflow: visible !important;
}

/* Le conteneur des badges devient un overlay en haut-gauche */
.cerise-essentiels .cerise-card .cerise-badges {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  pointer-events: none !important;  /* ne bloque pas les clics sur l'image */
  z-index: 160 !important;
  margin: 0 !important;             /* reset UL */
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
}

/* Style luxe pour chaque pastille (les <li>) */
.cerise-essentiels .cerise-card .cerise-badges > li {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 14px !important;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  background: linear-gradient(135deg, #f3d0d9 0%, #f8e7ea 100%) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  box-shadow: 0 4px 14px rgba(17,17,17,.12), inset 0 1px 0 rgba(255,255,255,.5) !important;
  backdrop-filter: blur(6px) !important;
  white-space: nowrap !important;
  pointer-events: none !important;  /* la pastille elle-même ne capture pas le clic */
}

/* Mobile : resserrer et réduire un peu */
@media (max-width: 749px){
  .cerise-essentiels .cerise-card .cerise-badges { top: 10px !important; left: 10px !important; gap: 6px !important; }
  .cerise-essentiels .cerise-card .cerise-badges > li { padding: 5px 10px !important; font-size: 10px !important; }
}
/* ===== CERISE — Bande d’annonce fine + texte centré ===== */

/* 1) Gabarit de la barre : plus fine, sans padding parasite */
.announcement-bar {
  height: 34px !important;          /* épaisseur finale desktop */
  min-height: 34px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;   /* centre vertical */
  justify-content: center !important; /* centre horizontal */
}

/* 2) Assure la pleine largeur et le centrage du contenu (toutes versions de Dawn) */
.announcement-bar__link,
.announcement-bar__message {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 3) Typo propre et compacte */
.announcement-bar__message {
  line-height: 1 !important;
  font-weight: 600;
  letter-spacing: .10em;
  text-transform: uppercase;
}

/* 4) Mobile : encore un peu plus fin */
@media (max-width: 749px){
  .announcement-bar{
    height: 30px !important;
    min-height: 30px !important;
  }
}
/* ===== CERISE — Fix logo étiré dans le header ===== */
.header__heading,
.header__heading-link {
  display: flex !important;
  align-items: center !important;
}

/* garde le ratio : hauteur fixe, largeur automatique */
.header__heading .header__heading-link img,
.header__heading .header__heading-link svg,
.header__heading-logo,
.header__heading-logo img {
  height: 26px !important;     /* ajuste à 24–28px si tu veux */
  max-height: 26px !important;
  width: auto !important;       /* clé anti-étirement */
  object-fit: contain !important;
}

/* version mobile un peu plus compacte */
@media (max-width: 989px){
  .header__heading .header__heading-link img,
  .header__heading .header__heading-link svg,
  .header__heading-logo,
  .header__heading-logo img {
    height: 24px !important;
    max-height: 24px !important;
  }
}
/* CERISE — Home hero plus petit + pas de zoom (override Dawn) */
/* 1) on force la hauteur du conteneur .banner (écrase .banner--medium) */
div[id^="Banner-template"][id$="__image_banner"].banner{
  min-height: 50vh !important;   /* ajuste 55–65vh si tu veux */
  height: 50vh !important;
}

/* 2) le bloc media occupe toute la hauteur */
div[id^="Banner-template"][id$="__image_banner"] .banner__media{
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  overflow: hidden !important;
}

/* 3) image propre, centrée, sans zoom */
div[id^="Banner-template"][id$="__image_banner"] .banner__media img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 50% !important;
  transform: none !important;        /* tue tout scale/translate */
}

/* 4) si l’animation “ambient” est active, on neutralise le zoom animé */
div[id^="Banner-template"][id$="__image_banner"] .animate--ambient{
  --scale: 1 !important;
}
/* Titres des cartes produit (ex: "Vitamin C Serum") en noir */
.cerise-essentiels .card__information .full-unstyled-link{
  color:#111 !important;
}
.cerise-essentiels .card__information .full-unstyled-link:hover{
  color:#111 !important; opacity:.9;
}

/* Bouton "Découvrir nos soins" (le gros bouton sous la grille) : texte noir */
.cerise-essentiels .section-footer .button,
.cerise-essentiels .collection__view-all .button{
  color:#111 !important;
}
/* Styles CTA "Ajouter au panier" sur les cartes des Essentiels */
.cerise-essentiels form[action*="/cart/add"] .button{
  background: linear-gradient(135deg, #f3d0d9 0%, #f8e7ea 100%) !important;
  color:#111 !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  box-shadow: 0 4px 14px rgba(17,17,17,.10) !important;
}
.cerise-essentiels form[action*="/cart/add"] .button:hover{
  filter: brightness(.96);
  transform: translateY(-1px);
}
/* ===== CERISE — Grille "Les essentiels" ===== */

/* 1) Titres des cartes en NOIR (ex: "Vitamin C Serum") */
.cerise-essentiels .cerise-info .cerise-name,
.cerise-essentiels .cerise-name {
  color: #111 !important;
}

/* 1bis) Bouton "Découvrir nos soins" (sous la grille) — texte en noir
   -> sur ta capture, le lien était: /collections/all */
a.button[href="/collections/all"] {
  color: #111 !important;
}

/* 2) Boutons AJOUTER AU PANIER : fond rose + MAJUSCULES */
.cerise-essentiels .cerise-form .cerise-btn,
.cerise-essentiels .cerise-form button[type="submit"],
.cerise-essentiels form[action*="/cart/add"] .button,
.cerise-essentiels form[action*="/cart/add"] button[type="submit"] {
  background: linear-gradient(135deg, #f3d0d9 0%, #f8e7ea 100%) !important;
  color: #111 !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(0,0,0,.06) !important;
  box-shadow: 0 4px 14px rgba(17,17,17,.10) !important;
}

.cerise-essentiels .cerise-form .cerise-btn:hover,
.cerise-essentiels .cerise-form button[type="submit"]:hover,
.cerise-essentiels form[action*="/cart/add"] .button:hover,
.cerise-essentiels form[action*="/cart/add"] button[type="submit"]:hover {
  filter: brightness(.96);
  transform: translateY(-1px);
}
/* Charger Poppins (si pas déjà présent) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');

/* Boutons "AJOUTER AU PANIER" dans la grille */
.cerise-essentiels .cerise-form .cerise-btn,
.cerise-essentiels .cerise-form button[type="submit"],
.cerise-essentiels form[action*="/cart/add"] .button,
.cerise-essentiels form[action*="/cart/add"] button[type="submit"]{
  font-family: 'Poppins', Inter, system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 600 !important; /* un peu de tenue */
  letter-spacing: .02em;
}
/* Variante fallback : si un seul paragraphe dans ce bloc, on peut cibler le premier paragraphe */
.cerise-essentiels p:first-of-type::first-letter{
  font-size: 0 !important;
  line-height: 0 !important;
}
/* Masque le tout premier caractère (l’emoji) */
.cerise-divider::first-letter{
  font-size: 0 !important;
  line-height: 0 !important;
}
/* === CERISE — Bande Diagnostic : +10% de largeur & MAJUSCULES === */

/* Option A (simple & fiable) : élargissement visuel sans casser la grille */
[id*="diagnostic"], [class*="diagnostic"] {
  transform: scaleX(1.10);         /* +10% */
  transform-origin: center;
}

/* Tout en majuscules (texte + bouton + petit "x") */
[id*="diagnostic"], [class*="diagnostic"],
[id*="diagnostic"] .button, [class*="diagnostic"] .button {
  text-transform: uppercase !important;
  letter-spacing: .04em;
}

/* Si tu veux garder la force du bouton et une jolie lecture */
[id*="diagnostic"] .button, [class*="diagnostic"] .button {
  font-weight: 700;                 /* Poppins Bold si déclaré, sinon gras système */
}
/* Cerise — Hero buttons: rendre le secondaire en fond blanc */
.banner .banner__buttons .button--secondary,
.banner .banner__buttons .button--secondary:visited{
  background:#fff !important;
  color:#111 !important;
  border-color:#fff !important;
}

/* évite les overlays/pseudo-effets du thème */
.banner .banner__buttons .button--secondary::before,
.banner .banner__buttons .button--secondary::after{
  content:none !important;
  display:none !important;
}

/* hover propre */
.banner .banner__buttons .button--secondary:hover{
  background:#fff !important;
  color:#111 !important;
  opacity:.95;
}
/* --- CERISE FOOTER PREMIUM STYLE --- */
.footer {
  background: #fff;
  padding-top: 60px !important;
  padding-bottom: 40px !important;
  border-top: 1px solid #f1f1f1;
}

.footer h2,
.footer__title,
.footer__heading {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .03em;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 24px;
  text-align: center;
}

.footer .list-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 32px;
  margin-bottom: 24px;
}

.footer .list-menu__item a {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  transition: color .2s ease;
}

.footer .list-menu__item a:hover {
  color: #d13b56; /* couleur Cerise */
}

/* Icônes paiement */
.footer .payment-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  opacity: 0.85;
}

/* Texte © */
.footer .copyright__content {
  text-align: center;
  font-size: 13px;
  color: #888;
  font-weight: 400;
  margin-top: 32px;
}
/* === CERISE – Footer propre & premium (DOM de ta capture) === */

/* respiration du footer */
.footer__content-top{padding-top:48px!important;padding-bottom:24px!important;}
.footer__content-bottom{border-top:1px solid #f2f2f2!important;padding-top:18px!important;}

/* Titre "Informations" (garde-le sobre, ou masque-le en décommentant la ligne 2) */
.footer-block__heading{
  font-family:Inter,system-ui,sans-serif!important;
  font-weight:500!important;font-size:16px!important;letter-spacing:.02em!important;
  color:#1a1a1a!important;margin:0 0 18px!important;text-align:center!important;text-transform:none!important;
}
/* .footer-block__heading{display:none!important;} */

/* La liste que tu vois: <ul class="footer-block__details-content list-unstyled"> */
.footer-block--menu .footer-block__details-content{
  display:flex!important;flex-wrap:wrap!important;justify-content:center!important;
  gap:14px 28px!important;list-style:none!important;margin:0 auto 6px!important;padding:0!important;
  max-width:1100px!important;
}

/* Liens : <a class="link link--text list-menu__item list-menu__item--link"> */
.footer-block--menu .list-menu__item--link{
  font-family:Inter,system-ui,sans-serif!important;font-weight:400!important;
  font-size:15px!important;letter-spacing:.01em!important;color:#444!important;text-decoration:none!important;
}
.footer-block--menu .list-menu__item--link:hover{color:#111!important;}

/* Icônes paiement (si affichées) */
.list-payment{justify-content:center!important;gap:10px!important;opacity:.9!important;}
/* Aligne verticalement chaque item du menu footer */
.footer-block--menu .footer-block__details-content li{
  display:flex !important; align-items:center !important;
}
.footer-block--menu .list-menu__item--link{
  line-height:1.6 !important; /* baseline uniforme */
}
.footer__content-top{ padding-top:10px !important; padding-bottom:18px !important; }
.section-footer, .footer{ margin-top:0 !important; }
/* Banner CTA Cerise → rose #D34C58 */
.template-index .image-banner .banner__buttons .button--primary,
.template-index .image-banner .banner__buttons .button--secondary,
.template-index .image-banner a.button.button--secondary {
  background:#D34C58 !important;
  border-color:#D34C58 !important;
  color:#fff !important;
}

.template-index .image-banner .banner__buttons .button--primary:hover,
.template-index .image-banner .banner__buttons .button--secondary:hover,
.template-index .image-banner a.button.button--secondary:hover {
  background:#B53A47 !important;
  border-color:#B53A47 !important;
  color:#fff !important;
}
/* CTA bannière Cerise */
.image-banner .banner__buttons .button{
  --color-button: 211, 76, 88 !important;       /* #D34C58 */
  --color-button-text: 255, 255, 255 !important;
  --alpha-button-background: 1 !important;
  --alpha-button-border: 1 !important;
  background: rgb(var(--color-button)) !important;
  border-color: rgb(var(--color-button)) !important;
  color: rgb(var(--color-button-text)) !important;
}
.image-banner .banner__buttons .button:hover{ filter:brightness(0.88) !important; }
/* === CTA Bannière Cerise (#D34C58) === */
.image-banner .banner__buttons .button {
  --color-button: 211, 76, 88 !important;       /* #D34C58 */
  --color-button-text: 255, 255, 255 !important;
  --alpha-button-background: 1 !important;
  --alpha-button-border: 1 !important;
  background: rgb(var(--color-button)) !important;
  border-color: rgb(var(--color-button)) !important;
  color: rgb(var(--color-button-text)) !important;
}
.image-banner .banner__buttons .button:hover {
  filter: brightness(0.88) !important;
}
/* CERISE — Alignement footer liens à gauche */
.footer__blocks-wrapper .footer-block--menu,
.footer__blocks-wrapper .footer-block--menu ul,
.footer__blocks-wrapper .footer-block--menu li,
.footer__blocks-wrapper .footer-block--menu a {
  text-align: left !important;
  justify-content: flex-start !important;
}
/* CERISE — Menus footer en colonne (comme "Politiques") */
.footer__blocks-wrapper .footer-block--menu ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 6px !important; /* espace entre chaque lien */
}

.footer__blocks-wrapper .footer-block--menu li {
  display: block !important;
  width: 100%;
}
/* CERISE — Une seule bordure propre bas footer */
.footer__content-bottom {
  border-top: none !important; /* supprime la ligne interne Shopify */
}

.cz-trust-row {
  border-top: 1px solid #eee !important; /* garde une seule ligne fine et discrète */
  margin-top: 0;
}
/* Harmonisation titre Judge.me avec "Conformité COSMOS Natural" */
.jdgm-widget.jdgm-rev-wid header.jdgm-rev-wid__header h2,
.jdgm-widget.jdgm-rev-wid .jdgm-rev-wid__title,
.jdgm-widget.jdgm-rev-wid .jdgm-rev-wid__summary-text {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  color: #141416 !important;
  text-align: center !important;
  margin-bottom: 12px !important;
  text-transform: none !important;
}
.jdgm-rev-wid__summary {
  text-align: center !important;
  color: #6D7278 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  margin-bottom: 24px !important;
}
/* Force couleur du badge ICONIQUE (priorité maximale) */
.cerise-badge--iconic {
  background: linear-gradient(90deg, #ff1744, #c3002f) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 800 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  box-shadow: 0 6px 18px rgba(255, 23, 68, 0.45) !important;
  padding: 5px 14px !important;
  border-radius: 999px !important;
  z-index: 20 !important;
}
/* ======= Badge ICONIQUE Cerise ======= */
section.cerise-essentiels .cerise-badge--iconic {
  background: linear-gradient(90deg, #ff1744, #c3002f) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 800 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  box-shadow: 0 6px 18px rgba(255, 23, 68, 0.45) !important;
  padding: 5px 14px !important;
  border-radius: 999px !important;
  z-index: 30 !important;
}
/* Harmoniser le titre Judge.me avec le style Cerise - Conformité COSMOS */
.jdgm-title {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 28px !important; /* même que .title de la section COSMOS */
  font-weight: 700 !important;
  color: #141416 !important; /* même couleur que var(--fg) */
  text-align: center !important;
  margin: 0 0 8px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
/* === Footer Cerise — compact & aligné (desktop) === */
@media (min-width:990px){
  /* coupe tout le padding haut/bas injecté par Dawn */
  .footer,
  .footer__content-top,
  .footer__content-top.page-width{
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  /* resserre et remonte le contenu du top footer */
  .footer__content-top .grid{
    display:flex !important;
    align-items:flex-start;
    gap:16px;                /* <-- espace horizontal entre "À propos" & "Politiques" */
    margin-top:0px;        /* <-- enlève l’air AU-DESSUS du bloc */
  }

  /* menus : alignés à gauche + descente contrôlée */
  .footer__content-top .footer-block--menu{
    min-width:300px;
    margin-top:30px;         /* <-- descend "À propos" & "Politiques" */
    text-align:left !important;
  }
  .footer__content-top .footer-block__heading{
    margin:0 0 10px 0;
    text-align:left !important;
  }

  /* newsletter compacte et lisible */
  .footer__content-top .footer-block--newsletter{
    max-width:420px;
    margin-top:6px;
  }

  /* très peu d’air sous la newsletter */
  .footer__content-bottom{
    padding-top:6px !important;
    padding-bottom:0 !important;
  }
}
@media (min-width: 750px){
  .cz-hero-title{
    max-width: 640px !important; /* rétrécit le bloc pour forcer 2 lignes */
    margin: 0 auto 20px !important;
    line-height: 1.25 !important;
  }
}
/* CERISE — Judge.me (MOBILE) : header propre, texte large, zéro espace fantôme */
@media (max-width: 749px){

  /* 0) Variables du widget qui gonflent la carte (on les calme) */
  .jdgm-testimonials-carousel{
    --line-clamp-mobile: 12 !important;   /* plus de troncature courte */
    --quote-size: 14px !important;        /* guillemet plus petit */
    --quote-aspect: 0 !important;         /* supprime la "bande" vide sous le header */
  }

  /* 1) HEADER : le titre au-dessus, les étoiles centrées, pas de chevauchement */
  .jdgm-testimonials-carousel .jdgm-header{
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-items: center !important;
    row-gap: 8px !important;
    margin: 0 0 10px !important;
  }
  .jdgm-testimonials-carousel .jdgm-title{
    margin: 0 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    position: static !important;
  }
  .jdgm-testimonials-carousel .jdgm-header-info{
    position: static !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
  }

  /* 2) SLIDER/CARTE : AUCUNE HAUTEUR FORCÉE, pas de padding fantôme */
  .jdgm-testimonials-carousel .jdgm-carousel,
  .jdgm-testimonials-carousel .jdgm-carousel__viewport,
  .jdgm-testimonials-carousel .jdgm-carousel__item,
  .jdgm-testimonials-carousel .jdgm-testimonial{
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 12px auto !important;
    padding: 12px 14px !important;    /* compact mais respirant */
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* 3) WRAPPERS INTERNES : on casse la "cheminée" verticale */
  .jdgm-testimonials-carousel .jdgm-testimonial__inner,
  .jdgm-testimonials-carousel .jdgm-testimonial__content,
  .jdgm-testimonials-carousel .jdgm-testimonial [class*="inner"],
  .jdgm-testimonials-carousel .jdgm-testimonial [class*="content"]{
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  /* 4) TEXTE : largeur 100%, pas de clamp, aligné à gauche (anti-spaghetti) */
  .jdgm-testimonials-carousel .jdgm-testimonial__body,
  .jdgm-testimonials-carousel .jdgm-rev__body,
  .jdgm-testimonials-carousel .jdgm-testimonial__text{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 6px 0 8px 0 !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-overflow: clip !important;
    overflow: visible !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-size: 15px !important;
  }
  /* au cas où un enfant impose une petite colonne */
  .jdgm-testimonials-carousel .jdgm-testimonial__body *{
    width: auto !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 5) Éléments sous le texte : compacts, centrés proprement */
  .jdgm-testimonials-carousel .jdgm-rev__rating,
  .jdgm-testimonials-carousel .jdgm-rev__author,
  .jdgm-testimonials-carousel .jdgm-rev__product{
    margin: 6px 0 !important;
    text-align: center !important;
  }
}
/* CERISE – Patch mobile ciblé : header non-chevauché + marge supprimée */
@media (max-width: 749px){

  /* 1) Titre au-dessus, étoiles dessous — on neutralise tout offset/position */
  .jdgm-testimonials-carousel .jdgm-header{
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    row-gap: 10px !important;          /* espace sûr entre Titre et étoiles */
    margin: 0 !important;
  }
  .jdgm-testimonials-carousel .jdgm-title{
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    z-index: 1 !important;
  }
  .jdgm-testimonials-carousel .jdgm-header-info{
    position: static !important;       /* ← clé anti-chevauchement */
    transform: none !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    z-index: 0 !important;
  }

  /* 2) On supprime les grands espacements parasites autour des slides */
  /* espace ENTRE header et carrousel */
  .jdgm-testimonials-carousel .jdgm-carousel,
  .jdgm-testimonials-carousel .jdgm-carousel__viewport,
  .jdgm-testimonials-carousel .jdgm-carousel__track,
  .jdgm-testimonials-carousel .jdgm-slides{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* carte elle-même : pas de padding/marge exagérés */
  .jdgm-testimonials-carousel .jdgm-carousel__item,
  .jdgm-testimonials-carousel .jdgm-testimonial{
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }

  /* texte de l’avis : largeur 100%, pas de clamp ni de marge fantôme */
  .jdgm-testimonials-carousel .jdgm-testimonial__body,
  .jdgm-testimonials-carousel .jdgm-rev__body{
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 6px 0 8px 0 !important;
    line-height: 1.45 !important;
    text-align: left !important;
  }

  /* pagination (les petits points) : pas d’énorme marge dessous */
  .jdgm-testimonials-carousel .jdgm-carousel__dots{
    margin-top: 6px !important;
    margin-bottom: 0 !important;
  }
}
/* Utility bar / Announcement — Desktop : centré vertical + 1 seule ligne */
@media (min-width:990px){
  .utility-bar{
    height:36px!important; padding:0!important;
    display:grid!important; place-items:center!important;
  }
  .utility-bar__grid{
    height:100%!important; width:100%!important;
    display:grid!important; place-items:center!important;
  }
  .announcement-bar{
    height:100%!important;
    display:grid!important; place-items:center!important;
  }
  .announcement-bar__message,
  .announcement-bar__link{
    margin:0!important; padding:0 24px!important;
    white-space:nowrap!important; line-height:1!important; text-align:center!important;
  }
}
/* 1) Réduire l’air sous le carrousel Judge.me */
.jdgm-carousel-wrapper,
.jdgm-widget{margin-bottom:12px!important;padding-bottom:0!important;}
.jdgm-testimonials-carousel,
.jdgm-carousel{margin-bottom:0!important;}

/* 2) Réduire l’air au-dessus de la section COSMOS */
#shopify-section-template--26487059874124__custom_liquid_LYdbJH{
  margin-top:12px!important; padding-top:8px!important;
}
/* --- [HOT-FIX] Empêche tout scroll horizontal (propre) --- */
html, body, #MainContent { overflow-x: clip; } /* mieux que hidden, ne casse pas les modals */
.shopify-section { max-width: 100%; }

/* --- [Bande Diagnostic] anti-overflow blindé (corrigé) --- */
#cerise-diagnostic-quiz,
#cerise-diagnostic-quiz .cz-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

/* Le bouton doit être auto sur desktop */
@media (min-width: 990px) {
  #cerise-diagnostic-quiz .cz-cta {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto;
  }
}

/* Le bouton peut être 100% sur mobile */
@media (max-width: 989px) {
  #cerise-diagnostic-quiz .cz-cta {
    width: 100%;
    max-width: 360px;
  }
}
#cerise-diagnostic-quiz .cz-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

#cerise-diagnostic-quiz .cz-txt {
  flex: 1 1 auto;
  min-width: 0;
}

#cerise-diagnostic-quiz .cz-title,
#cerise-diagnostic-quiz .cz-sub {
  white-space: normal;
  word-break: normal;
  writing-mode: horizontal-tb !important;
}
#cerise-diagnostic-quiz { overflow-x: clip; }           /* coupe tout dépassement local */
#cerise-diagnostic-quiz .cz-wrap { overflow: hidden; }  /* au cas où un enfant dépasse d'1px */
#cerise-diagnostic-quiz .cz-cta { box-shadow: none !important; transform: none !important; }

/* --- [Footer/Klaviyo] éléments connus pour déborder --- */
.footer, .footer * { box-sizing: border-box; max-width: 100%; }
.footer input, .footer .field__input, .footer .klaviyo-form input,
.footer .klaviyo-form .kl-private-reset-css-Xuajs1 {
  max-width: 100% !important; width: 100% !important; box-sizing: border-box !important;
}
/* évite un 100vw qui dépasse si le thème l’applique sur desktop */
.footer, .section-footer, .footer__content-bottom, .footer__content-top { overflow-x: clip; }
/* CERISE — Bande Diagnostic : layout desktop correct */
@media (min-width: 990px){
  #cerise-diagnostic-quiz .cz-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  #cerise-diagnostic-quiz .cz-txt{
    flex: 1 1 auto;
    min-width: 0;
  }
  #cerise-diagnostic-quiz .cz-title,
  #cerise-diagnostic-quiz .cz-sub{
    white-space: normal;
    word-break: normal;
    writing-mode: horizontal-tb !important; /* anti-style parasite */
  }
  #cerise-diagnostic-quiz .cz-cta{
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto;
    box-shadow: none !important; /* évite tout débordement visuel */
    transform: none !important;
  }
}

/* Mobile : le bouton peut rester full width si tu aimes */
@media (max-width: 989px){
  #cerise-diagnostic-quiz .cz-cta{
    width: 100%;
    max-width: 360px;
  }
}
@media (max-width:749px){
  .slider-buttons{display:flex!important;pointer-events:auto!important}
  .slider-button{position:relative;z-index:9!important}
  .slider--mobile{overflow-x:auto!important;scroll-behavior:smooth}
  .slider--mobile .slider__slide{scroll-snap-align:start!important}
  .product__media-wrapper:before,
  .product__media-wrapper:after{pointer-events:none!important}
}
/* ===== UX globales (doux & premium) ===== */

/* 1) Défilement doux, sans gêner l’accessibilité */
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* 2) Transitions élégantes sur liens et boutons primaires */
a, .button, .shopify-payment-button, .product-form__submit {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .12s ease;
}

/* 3) Hover “haut de gamme” sur ton CTA rose produit */
.product__info-container .product-form__submit,
.product .button--primary,
.product .button {
  /* laisse la couleur actuelle du thème */
}
.product__info-container .product-form__submit:hover,
.product .button--primary:hover,
.product .button:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  transform: translateY(-1px);
}
.product__info-container .product-form__submit:active,
.product .button--primary:active,
.product .button:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
}
.link-under-stars {
  display:inline-block;
  margin:6px 0 12px;
  font-size:14px;
  text-decoration:none;
  color:#111;
  opacity:.7;
  border-bottom:1px dashed rgba(0,0,0,.25);
  padding-bottom:2px;
}
.link-under-stars:hover { opacity:1; border-bottom-color: rgba(0,0,0,.45); }
.cz-payment-trust{
  margin-top:10px;
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  color:#111;
}
.cz-payment-trust__lock{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:600;
  opacity:.9;
}
.cz-payment-trust__logos{
  display:flex;
  align-items:center;
  gap:10px;
  opacity:.85;
  filter: grayscale(20%);
}
.cz-payment-trust__logos img{
  height:20px; width:auto; display:block;
}
@media (max-width:749px){
  .cz-payment-trust{ gap:10px; }
  .cz-payment-trust__logos img{ height:18px; }
}
/* Ombre ultra-légère uniquement sur mobile pour le bloc info produit */
@media (max-width: 749px){
  .product__info-wrapper{
    /* ombre légèrement plus présente mais très douce */
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.06); /* bord fin pour le relief */
    border-radius: 12px;
  }
}
/* Style premium pour la section complémentaires/routine */
.product .complementary-products__container{
  background:#F8F3F4;
  border: 1px solid #f0e6e8;
  border-radius: 16px;
  padding: 24px;
  margin-top: 26px;
}

.product .complementary-products__container .slider-buttons{
  margin-top: 8px;
  opacity:.9;
}

/* Mobile : respirations optimisées */
@media (max-width:749px){
  .product .complementary-products__container{
    padding: 16px;
    border-radius: 14px;
    margin-top: 18px;
  }
  /* cartes un peu plus compactes */
  .complementary-slider .card-wrapper, 
  .complementary-slider .card--product{
    margin-bottom: 10px;
  }
}
/* Micro-animations sur cartes d'engagements / icônes */
:where(.icon-with-text, .cz-engagement-card){
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
  will-change: transform;
}
:where(.icon-with-text, .cz-engagement-card):hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  background-color: #fff;
}
/* Animation douce sur les SVG d’icône */
:where(.icon-with-text, .cz-engagement-card) svg{
  transition: transform .22s ease, opacity .22s ease;
  transform-origin: center;
}
:where(.icon-with-text, .cz-engagement-card):hover svg{
  transform: scale(1.06);
  opacity: .95;
}/* Micro-animations "Nos engagements" — ciblées sur ta section */
#cz-commitments .cz-card{
  transition: transform .18s ease, box-shadow .18s ease,
              background-color .18s ease, border-color .18s ease;
  will-change: transform;
}
#cz-commitments .cz-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  background-color:#fff;
  border-color:#e0e3e7;
}

/* Icônes SVG */
#cz-commitments .cz-card svg{
  transition: transform .22s ease, opacity .22s ease;
  transform-origin: center;
}
#cz-commitments .cz-card:hover svg{
  transform: scale(1.06);
  opacity:.96;
}

/* Accessibilité : désactiver les animations si l’utilisateur préfère */
@media (prefers-reduced-motion: reduce){
  #cz-commitments .cz-card,
  #cz-commitments .cz-card svg{
    transition: none !important;
  }
}

/* Clavier : même effet au focus */
#cz-commitments .cz-card:focus-within{
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  background-color:#fff;
  border-color:#e0e3e7;
}
.cz-live-views{
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.25;
  color:#111;
  opacity:.85;
  display:flex;
  align-items:center;
  gap:8px;
}
.cz-live-views .dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background: #28c76f;
  box-shadow: 0 0 0 2px rgba(40,199,111,.18);
  display:inline-block;
}
@media (max-width:749px){
  .cz-live-views{ font-size:12.5px; }
}
/* --- Paiement : logos en premier, texte en dessous --- */
.cz-payment-trust {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cz-payment-trust__logos {
  order: 1;
}
.cz-payment-trust__lock {
  order: 2;
  margin-top: 8px;
}
/* ===== CERISE — Panier premium (v2 flat) ===== */

/* Typo + liens neutres */
body.template-cart,
body.template-cart *{
  font-family:"Inter","Poppins",system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial,sans-serif !important;
}
body.template-cart .title-wrapper-with-link .underlined-link{
  color:inherit; text-decoration:none; border-bottom:1px solid rgba(0,0,0,.12);
  padding-bottom:1px; transition:border-color .2s ease, opacity .2s ease;
}
body.template-cart .title-wrapper-with-link .underlined-link:hover{ border-color:rgba(0,0,0,.35); opacity:.9; }

/* Séparateurs plus fins */
body.template-cart .cart-items,
body.template-cart .cart-items tbody tr,
body.template-cart .cart__footer hr{ border-color:#ECEDEF; }

/* Image produit : léger arrondi + ombre douce */
body.template-cart .cart-item__image-container{ border-radius:12px; overflow:hidden; box-shadow:0 8px 24px rgba(0,0,0,.06); }

/* Quantité : pilule clean */
body.template-cart .quantity__button,
body.template-cart .quantity__input{ border-radius:999px; }

/* Bloc totaux aligné “boutique clean” */
body.template-cart .totals{ color:#2A2A2A; }
body.template-cart .totals .totals__total{ font-weight:600; letter-spacing:.2px; }

/* ===== Bouton principal : plat, net, premium ===== */
body.template-cart [name="checkout"],
body.template-cart .cart__checkout-button,
body.template-cart form[action*="/checkout"] [type="submit"]{
  appearance:none; -webkit-appearance:none;
  background:#111; color:#fff;
  border:1px solid rgba(0,0,0,.75) !important;
  border-radius:16px !important;
  height:52px; padding:0 22px !important;
  width:100%; max-width:420px;   /* plus compact = plus premium */
  margin-left:auto;              /* aligne à droite du bloc totaux */
  display:flex; align-items:center; justify-content:center; gap:10px;
  font-weight:600; font-size:16px; letter-spacing:.2px; line-height:1;
  box-shadow:0 6px 14px rgba(0,0,0,.12);
  transition:transform .12s ease, box-shadow .18s ease, opacity .18s ease;
}
@media (max-width: 749px){
  body.template-cart [name="checkout"], body.template-cart .cart__checkout-button,
  body.template-cart form[action*="/checkout"] [type="submit"]{ max-width:100%; height:48px; }
}
body.template-cart [name="checkout"]:hover,
body.template-cart .cart__checkout-button:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
  opacity:.98;
}
body.template-cart [name="checkout"]:focus-visible,
body.template-cart .cart__checkout-button:focus-visible{
  outline:2px solid #D79AA2; outline-offset:3px;
}

/* Petit pictogramme cadenas – option premium discrète */
body.template-cart [name="checkout"]::before,
body.template-cart .cart__checkout-button::before{
  content:""; width:16px; height:16px; margin-right:4px;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10V8a5 5 0 1110 0v2' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='5' y='10' width='14' height='10' rx='2' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;
  background:#fff;
}

/* Boutons express : coins arrondis (ou masquer via bloc suivant) */
body.template-cart .shopify-payment-button__button,
body.template-cart .shopify-cleanslate [role="button"]{ border-radius:14px !important; }

/* OPTION — masquer Shop/PayPal pour un rendu ultra premium */
/*
body.template-cart .shopify-payment-button,
body.template-cart .additional-checkout-buttons{ display:none !important; }
*/

main#MainContent.cart{background:#F8F3F4!important;color:#0f172a;font-family:Inter,sans-serif}
.cart-item__media img{border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.06)}
.cart__ctas .button,.shopify-payment-button__button--unbranded{background:#0f172a!important;color:#fff!important;border-radius:999px;font-weight:700}
.cart__ctas .button:hover{opacity:.9;transform:translateY(-1px)}
.preorder-btn {
  background-color: #F8F3F4;
  color: #D34C58;
  border: 1px solid #D34C58;
}

.preorder-btn:hover {
  background-color: #D34C58;
  color: #fff;
}
/* --- PANIER tjrs au-dessus --- */
.drawer,
#CartDrawer,
cart-drawer,
.cart-drawer,
.cart-notification {
  z-index: 2147483647 !important; /* top of the world */
}

/* --- Bandeau diagnostic en dessous --- */
.cz-diagnostic-bar,
.diagnostic-bar,
#diagnostic-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9 !important;  /* sous le panier */
}

/* --- Masquer le bandeau quand le panier est ouvert --- */
body.overflow-hidden .cz-diagnostic-bar,
body.overflow-hidden .diagnostic-bar,
body.js-drawer-open .cz-diagnostic-bar,
body.js-drawer-open .diagnostic-bar,
cart-drawer[open] ~ .cz-diagnostic-bar,
cart-drawer[open] ~ .diagnostic-bar {
  display: none !important;
}
/* 1) La barre de diagnostic doit repasser au-dessus du contenu normal */
#cerise-quiz-bar {
  position: fixed; /* si ce n'est pas déjà le cas */
  z-index: 7000;   /* au-dessus des badges / contenu */
}

/* 2) On force les badges sous la barre (dans leur propre pile locale) */
.cerise-essentiels, .cz-essentiels, .section-essentiels {
  position: relative; /* crée un contexte prévisible */
}
.cerise-essentiels .cz-badge,
.cz-essentiels .cz-badge,
.section-essentiels .cz-badge,
.cerise-essentiels .product-badge,
.cz-essentiels .product-badge,
.section-essentiels .product-badge {
  position: relative;
  z-index: 1; /* contenu normal */
}

/* 3) Sécurité panier : éviter que la barre recouvre les CTA du panier */
.has-quiz-bar .cart__footer,
.has-quiz-bar .cart--page .totals,
.cart--page.has-quiz-bar .cart__footer {
  position: relative;
  z-index: 8000; /* juste au-dessus de la barre si besoin */
  padding-bottom: calc(var(--quiz-bar-height, 80px) + 16px);
}

/* 4) Si un parent crée un stacking context indésirable (transform/opacity/filter),
   on le neutralise localement pour les vignettes essentiels */
.cerise-essentiels [style*="transform"],
.cerise-essentiels .has-transform {
  transform: none !important;
}
/* --- 1) La barre diagnostic doit être AU-DESSUS des cartes/badges --- */
#cerise-quiz-bar{
  z-index: 1200 !important; /* > cartes/badges ; << tiroirs/popins */
}

/* --- 2) Essentiels : pile locale basse pour les badges --- */
.cerise-essentiels{ position: relative; z-index: 0; }
.cerise-essentiels .cerise-badges{ z-index: 2; }
.cerise-essentiels .cerise-badges.cerise-badges--right{ z-index: 3; }

/* --- 3) Sécurité : si un parent crée un stacking context via transform/opacity/filter,
   on neutralise juste dans cette section pour éviter qu'elle "grimpe" au-dessus de la barre --- */
.cerise-essentiels[style*="transform"],
.cerise-essentiels .cerise-card[style*="transform"],
.cerise-essentiels .cerise-media[style*="transform"]{
  transform: none !important;
}
/* ===== CERISE — Cart Drawer : patch ciblé sur le markup de ton snippet ===== */

/* (0) Corrige la règle inline du snippet: .drawer { visibility:hidden } */
cart-drawer.drawer[open] { visibility: visible !important; }

/* (1) Overlay existant (ton #CartDrawer-Overlay) → belle couche sombre + blur */
#CartDrawer-Overlay{
  position: fixed !important;
  inset: 0 !important;
  background: rgba(17,17,17,.35) !important;
  backdrop-filter: blur(2px) !important;
  opacity: 0; pointer-events: none;
  z-index: 9998;            /* sous le tiroir */
  transition: opacity .18s ease;
}
cart-drawer[open] #CartDrawer-Overlay{ opacity: 1; pointer-events: auto; }

/* (2) Le tiroir lui-même */
.cart-drawer .drawer__inner{
  width: min(520px, 92vw);
  border-radius: 16px 0 0 16px;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: -20px 0 40px rgba(17,17,17,.18);
  background: #fff;
  z-index: 9999; /* au-dessus de l’overlay */
}

/* (3) En-tête */
.cart-drawer .drawer__header{
  padding: 18px 22px;
  border-bottom: 1px solid #f0f0f0;
  background:
    radial-gradient(1200px 300px at 100% 0, #F6E9ED 0%, transparent 60%) #fff;
}
.cart-drawer .drawer__heading{ font: 700 18px/1.1 Inter,system-ui; color:#111; margin:0; }
.cart-drawer .drawer__close{
  width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center;
  transition: transform .15s ease, background-color .15s ease, opacity .15s ease;
}
.cart-drawer .drawer__close:hover{ background:#f7f7f7; transform: translateY(-1px); }

/* (4) Liste d’articles */
.cart-drawer .drawer__contents{ padding: 10px 18px 16px; }
.cart-drawer .cart-items{ border: none; }
.cart-drawer .cart-item{ padding: 14px 6px; border-bottom: 1px solid #f3f3f3; }
.cart-drawer .cart-item:last-child{ border-bottom: none; }
.cart-drawer .cart-item__image-container{
  border-radius: 14px; overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.cart-drawer .cart-item__name{ font-weight: 600; color:#111; }
.cart-drawer .product-option, .cart-drawer .cart-item__discounted-prices{ color:#6b7280; font-size: 13px; }
.cart-drawer .price.price--end{ font-weight: 700; color:#111; }

/* (5) Quantité (pilules) */
.cart-drawer .quantity__button, .cart-drawer .quantity__input{ border-radius: 999px; }
.cart-drawer .quantity__button{ background:#f7f7f8; border-color:#ececec; }
.cart-drawer .quantity__button:hover{ background:#f1f1f2; }

/* (6) Pied + totaux */
.cart-drawer .drawer__footer{
  border-top: 1px solid #f0f0f0;
  padding: 16px 18px 18px;
  background: #fff;
}
.cart-drawer .totals{ color:#111; }
.cart-drawer .totals__total{ font-weight:700; letter-spacing:.2px; }
.cart-drawer .tax-note{ color:#6b7280; font-size: 12.5px; }

/* (7) CTA principal */
.cart-drawer [name="checkout"],
.cart-drawer .cart__checkout-button,
.cart-drawer .shopify-payment-button__button--unbranded{
  background:#111 !important; color:#fff !important;
  border:1px solid rgba(0,0,0,.8) !important;
  border-radius:14px !important; height:48px;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
  transition: transform .12s ease, box-shadow .18s ease, opacity .18s ease;
}
.cart-drawer [name="checkout"]:hover,
.cart-drawer .cart__checkout-button:hover{
  transform: translateY(-1px); opacity:.98; box-shadow:0 12px 28px rgba(0,0,0,.16);
}

/* (8) État panier vide plus “chic” */
.cart-drawer .drawer__inner-empty{ padding: 18px 18px 8px; }
.cart-drawer .cart-drawer__empty-content .cart__empty-text{
  color:#111; font-size:18px; font-weight:700; margin-bottom:10px;
}
.cart-drawer .cart-drawer__empty-content a{
  text-decoration:none; border-bottom:1px dashed rgba(0,0,0,.25);
  color:#111; opacity:.85;
}
.cart-drawer .cart-drawer__empty-content a:hover{ opacity:1; border-bottom-color: rgba(0,0,0,.45); }
/* ================= CERISE — Cart Drawer V7.3 (overrides fin de base.css) ================ */

/* Overlay plus premium, tirroir net */
#CartDrawer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
}
#CartDrawer-Overlay{
  position: fixed !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: rgba(0,0,0,.50) !important;             /* plus sombre */
  backdrop-filter: blur(28px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(120%) !important;
}

/* Tiroir : fond blanc propre, bords doux */
#CartDrawer .drawer__inner{
  right: 0; top: 0; bottom: 0;
  width: min(520px, 92vw) !important;
  background: #fff !important;
  border-left: 1px solid rgba(17,17,17,.06) !important;
  border-radius: 20px 0 0 20px !important;
  box-shadow: -24px 0 48px rgba(17,17,17,.16) !important;
}

/* Header léger rose (preuve que le CSS charge) */
#CartDrawer .drawer__header{
  background: linear-gradient(180deg, #F8F3F4 70%, #fff 30%) !important;
  border-top-left-radius: 20px !important;
}

/* Bouton principal cerise */
#CartDrawer .cart__ctas .button{
  background: #D34C58 !important;
  border-radius: 14px !important;
  height: 48px !important;
  color:#fff !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px rgba(211,76,88,.25) !important;
}

/* ======================= MOBILE ======================= */
@media screen and (max-width: 749px){

  /* Tiroir plein écran mobile, sans ombre latérale */
  #CartDrawer .drawer__inner{
    width: 100vw !important;
    border-radius: 16px 0 0 16px !important;
    border-left: none !important;
    box-shadow: none !important;
  }

  /* 1) On “dé-tablifie” la ligne : carte claire */
  #CartDrawer .cart-items thead{
    display: none !important; /* cache PRODUIT / TOTAL */
  }
  #CartDrawer .cart-items tbody tr.cart-item{
    display: grid !important;
    grid-template-columns: 72px 1fr !important;  /* image + contenu */
    grid-column-gap: 12px !important;
    align-items: start !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid #f2f2f2 !important;
  }
  #CartDrawer .cart-item__media{ grid-row: 1 / span 3 !important; padding: 0 !important; }
  #CartDrawer .cart-item__details{ padding: 0 !important; }
  #CartDrawer .cart-item__totals{ display: none !important; } /* total ligne, on garde le total footer */

  /* 2) Vire le gros cadre d’origine autour des quantités */
  #CartDrawer .cart-item__quantity .quantity-popover-container{
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
  }
  /* Certains thèmes posent aussi une bordure au TD parent : on la neutralise */
  #CartDrawer .cart-item__quantity{
    border: none !important;
  }

  /* 3) Quantités en pilule premium */
  #CartDrawer quantity-input.cart-quantity{
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 10px !important;
    border: 1px solid #E6E7EA !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 1px 0 rgba(0,0,0,.04) inset !important;
  }
  #CartDrawer quantity-input.cart-quantity .quantity__button{
    width: 36px !important; height: 36px !important;
    border: 0 !important; background: #F7F7F8 !important; border-radius: 999px !important;
  }
  #CartDrawer quantity-input.cart-quantity .quantity__button:hover{
    background: #EFEFF0 !important;
  }
  #CartDrawer quantity-input.cart-quantity .quantity__input{
    width: 40px !important; height: 36px !important;
    border: 0 !important; background: transparent !important; box-shadow: none !important;
    text-align: center !important; font-weight: 600 !important; color: #111 !important;
  }

  /* 4) Espace propre avec la poubelle */
  #CartDrawer .cart-item__quantity-wrapper{
    display: flex !important; align-items: center !important;
    gap: 14px !important; margin-top: 8px !important;
  }
  #CartDrawer cart-remove-button .cart-remove-button{
    width: 44px !important; height: 44px !important;
    border-radius: 12px !important; border: 1px solid #E6E7EA !important;
    background: #fff !important; box-shadow: none !important;
  }

  /* 5) Petits raffinements */
  #CartDrawer .cart-item__image{ border-radius: 14px !important; }
  #CartDrawer .cart-item__name{ font-weight: 700 !important; }
  #CartDrawer .product-option{ margin-top: 4px !important; color: #6b7280 !important; }
}

/* ================= CERISE — Cart Page (premium final) ================= */

/* ---- Palette ---- */
:root{
  --cz-bg:#FFFFFF;               /* page background (pure white) */
  --cz-card:#FFFFFF;             /* card background */
  --cz-ink:#111111;              /* main text */
  --cz-soft:#6B6B6B;             /* secondary text */
  --cz-border:rgba(17,17,17,.08);
  --cz-accent:#D34C58;           /* Cerise */
  --cz-accent-dark:#B63E49;
  --cz-shadow:0 12px 30px rgba(0,0,0,.08);
}

/* 1) Scope strictly to the CART page */
body.template-cart,
body.template-cart * {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--cz-ink);
}

/* 2) Kill any pink/gradient background on the cart page only */
body.template-cart,
body.template-cart .gradient,
body.template-cart .shopify-section,
body.template-cart .color-scheme,
body.template-cart .page-width {
  background: var(--cz-bg) !important;
}

/* 3) Title + continue shopping */
body.template-cart .title.title--primary{
  font-weight: 900;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: .2px;
  margin: 8px 0 18px;
}
body.template-cart .underlined-link{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(17,17,17,.15);
  transition: border-color .2s ease, opacity .2s ease;
}
body.template-cart .underlined-link:hover{ border-color: rgba(17,17,17,.35); opacity: .9; }

/* 4) Turn the table into spaced "cards" without touching the HTML */
body.template-cart .cart-items{
  border-collapse: separate;
  border-spacing: 0 18px; /* vertical space between rows */
}
body.template-cart .cart-items thead th{
  border: 0;
  color: #1F2937;
  font-weight: 700;
  padding-bottom: 6px;
}
body.template-cart .cart-items tbody tr{
  background: var(--cz-card);
  border: 1px solid var(--cz-border);
  border-radius: 16px;
  box-shadow: var(--cz-shadow);
}
body.template-cart .cart-items tbody tr > td{ border: 0 !important; }

/* 5) Media block = neat image container */
body.template-cart .cart-item__media{ width: min(32vw, 180px); }
body.template-cart .cart-item__image-container{
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

/* 6) Product name + short description (metafield) */
body.template-cart .cart-item__details{ max-width: none; padding-right: clamp(10px, 2vw, 28px); }
body.template-cart .cart-item__name{
  font-weight: 800; line-height: 1.22; margin: 0 0 4px;
}
body.template-cart .cart-item__short{
  color: var(--cz-soft);
  font-size: 15px;
  line-height: 1.6;
  margin: .45rem 0;
  max-width: 68ch;
}
@media (max-width: 749px){
  body.template-cart .cart-item__short{ font-size: 14px; line-height: 1.5; }
}

/* 7) Quantity pill — robust and clean */
body.template-cart .cart-item__quantity-wrapper{ gap: 10px; }
body.template-cart .quantity.cart-quantity{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--cz-border);
  min-width: 130px;
  max-width: 160px;
  overflow: hidden;
}
body.template-cart .quantity__button{
  width: 28px; height: 28px; border-radius: 999px;
  border: 1px solid var(--cz-border);
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  display: grid; place-items: center;
  transition: transform .12s ease, box-shadow .18s ease, opacity .18s ease;
}
body.template-cart .quantity__button:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
  opacity: .95;
}
body.template-cart .quantity__input{
  width: 36px; text-align: center; border: 0; background: transparent;
  font-weight: 800;
}

/* 8) Price column = stronger hierarchy */
body.template-cart .cart-item__totals .price{
  font-weight: 900; letter-spacing: .02em;
}

/* 9) Checkout area */
body.template-cart .cart__ctas .cart__checkout-button,
body.template-cart .cart__checkout-button.button{
  height: 56px; width: 100%;
  border-radius: 16px;
  font-size: 15.5px; font-weight: 900;
  background: linear-gradient(180deg,var(--cz-accent),var(--cz-accent-dark)) !important;
  color: #fff !important; border: none;
  box-shadow: 0 14px 30px rgba(211,76,88,.28);
  transition: filter .2s ease, transform .12s ease;
}
body.template-cart .cart__ctas .cart__checkout-button:hover,
body.template-cart .cart__checkout-button.button:hover{
  filter: brightness(1.02); transform: translateY(-1px);
}

/* 10) Small touch: empty-cart button rounded */
body.template-cart .cart__warnings .button{
  border-radius: 999px;
  background: var(--cz-accent);
  color: #fff; font-weight: 800;
}

/* 11) Mobile fine-tuning */
@media (max-width: 749px){
  body.template-cart .cart-items{ border-spacing: 0 12px; }
  body.template-cart .cart-item__media{ width: 140px; }
}
/* === Cerise — Cart page: force fond blanc & coupe tout gradient === */
body.template-cart,
body.template-cart #MainContent,
body.template-cart main#MainContent,
body.template-cart .shopify-section,
body.template-cart .shopify-section .shopify-section,
body.template-cart cart-items,
body.template-cart .page-width,
body.template-cart .gradient,
body.template-cart [class*="color-scheme"],
body.template-cart .color-scheme-1,
body.template-cart .color-scheme-2,
body.template-cart .color-scheme-3 {
  background: #fff !important;
  background-image: none !important;
}

/* sécu: si le thème met un fond rose sur cette section précise */
body.template-cart .section-template--cart-items-padding,
body.template-cart .cart-items.cz-cart {
  background: #fff !important;
  background-image: none !important;
}

/* Corrige alignement prix / quantité / poubelle */
.cart-items td.cart-item__totals{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  vertical-align:middle!important;
}
.cart-item__totals .price{
  display:inline-flex!important;
  align-items:center!important;
}

/* Éviter le doublon de prix sur les cartes "Essentiels" */
.cerise-card .price { display: none; }
.cerise-card .cerise-price .price { display: block; }

/* CERISE — Fix image produit qui passe devant le menu mobile (19/11/2025) */
@media (max-width: 749px) {

  /* Le bloc media produit ne doit plus être au-dessus du menu */
  media-gallery.product__column-sticky,
  .product__media.media.media--transparent {
    z-index: 1 !important;  /* avant : 20 */
  }
}

/* CERISE — Masquer les flèches & compteur du slider produit partout */
.product__media-wrapper .slider-button,
.product__media-wrapper .slider-counter {
  display: none !important;
}

/* CERISE — Menu mobile ULTRA PREMIUM v3 */
@media (max-width: 749px){

  /* Fond & structure */
  .menu-drawer{
    background:radial-gradient(circle at top,#ffe6ef 0,#f9a9bf 38%,#f78faf 100%) !important;
    color:#111827 !important;
  }

  .menu-drawer__inner{
    min-height:100vh !important;
    padding:28px 20px 24px !important;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }

  /* Titre MENU centré, même taille que les liens */
  .menu-drawer__navigation::before{
    content:"Menu";
    display:block;
    text-align:center;
    font-size:18px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:24px;
  }

  /* Liste des liens */
  .menu-drawer__menu-list{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:14px;
  }

  /* Liens = pillules / badges */
  .menu-drawer__menu-item a{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    border-radius:9999px;
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.65);
    box-shadow:0 8px 18px rgba(248,164,195,.45);
    font-size:15px;
    font-weight:600;
    letter-spacing:.04em;
    text-transform:uppercase;
    color:#111827;
    text-decoration:none;
    transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  }

  .menu-drawer__menu-item a:hover{
    background:rgba(255,255,255,.26);
    transform:translateY(-1px);
    box-shadow:0 12px 24px rgba(248,164,195,.55);
  }

  /* Page active = pillule plus claire */
  .menu-drawer__menu-item a[aria-current="page"]{
    background:#ffffff;
    border-color:#ffffff;
    box-shadow:0 10px 22px rgba(248,164,195,.6);
  }

  /* Bloc connexion en bas */
  .menu-drawer__account{
    margin-top:28px;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.45);
    text-align:center;
    font-size:14px;
    opacity:.9;
  }

  .menu-drawer__account a{
    text-decoration:none;
    font-weight:500;
  }

  /* Sécu : pas de flèches de slider visibles quand le menu prend tout l'écran */
  .menu-drawer .slider-button--prev,
  .menu-drawer .slider-button--next{
    display:none !important;
  }
}

/* ===== CERISE — Lock scroll quand un drawer/menu est ouvert ===== */
html.overflow-hidden,
body.overflow-hidden {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  touch-action: none;
  overscroll-behavior: contain;
}

/* ===== CERISE — Menu mobile premium (pillules) ===== */

/* Fond du menu */
.menu-drawer__inner {
  background: radial-gradient(circle at top, #ffe6f0 0%, #ffc9dd 40%, #f8a4c3 100%) !important;
}

/* Padding intérieur du menu */
.menu-drawer__navigation {
  padding: 24px 20px 32px !important;
}

/* Titre "MENU" centré, même famille que le reste */
.menu-drawer__title {
  margin: 0 48px 18px !important;
  text-align: center !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #111827 !important;
}

/* Liens principaux = grosses pillules Cerise */
.menu-drawer__menu-item.list-menu__item.link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 8px 0;
  padding: 14px 18px;
  border-radius: 999px;
  border: 1px solid rgba(248, 164, 195, .9);
  background: linear-gradient(135deg, #fff5f8, #ffd8e9);
  box-shadow: 0 8px 18px rgba(248, 164, 195, .45);
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: .02em;
  color: #111827 !important;
  text-decoration: none !important;
}

/* Petit hover doux */
.menu-drawer__menu-item.list-menu__item.link:hover {
  filter: brightness(1.03);
  box-shadow: 0 12px 24px rgba(248, 164, 195, .55);
}

/* Lien "Connexion" : pillule secondaire */
.menu-drawer__account.link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 18px 0 4px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .16);
  background: #ffffff;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #111827 !important;
  text-decoration: none !important;
}

/* ===== CERISE — Scroll lock menu mobile ===== */

/* Le panneau de menu occupe toute la hauteur de l'écran */
.menu-drawer__inner {
  min-height: 100vh;
  max-height: 100vh;
}

/* Quand le menu est ouvert, on bloque le scroll de la page */
html:has(.menu-drawer[open]),
html:has(.menu-drawer.menu-opening),
html:has(.menu-drawer.is-open) {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}

html:has(.menu-drawer[open]) body,
html:has(.menu-drawer.menu-opening) body,
html:has(.menu-drawer.is-open) body {
  overflow: hidden !important;
  height: 100%;
}

/* Empêche le "rebond" trop violent dans le menu lui-même */
html:has(.menu-drawer[open]) .menu-drawer__inner,
html:has(.menu-drawer.menu-opening) .menu-drawer__inner,
html:has(.menu-drawer.is-open) .menu-drawer__inner {
  overscroll-behavior: contain;
}

/* Le contenu du menu occupe bien tout l'écran et scroll seulement à l'intérieur */
.menu-drawer__inner {
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
}

/* ===== CERISE PATCH — Alignement du menu sous le logo ===== */

#menu-drawer{
  text-align:center;
}

/* Colonne centrée sous le logo */
#menu-drawer .menu-drawer__navigation{
  display:flex;
  flex-direction:column;
  align-items:center !important;
}

/* Même colonne pour MENU, liens et Connexion */
#menu-drawer .menu-drawer__menu,
#menu-drawer .menu-drawer__utility-links{
  width:100%;
  max-width:420px;
  margin:0 auto;           /* centre pile sous le logo */
}

/* Les “pillules” prennent toute la largeur de la colonne centrée */
#menu-drawer .menu-drawer__menu-item,
#menu-drawer .menu-drawer__account{
  width:100%;
}

/* CERISE — Recentrage horizontal du menu mobile sous le logo */
#menu-drawer .menu-drawer__menu {
  width: 100%;
  max-width: 380px;          /* largeur de la colonne de pillules */
  margin: 24px auto 0;       /* centre la colonne */
  padding: 0 0 32px;         /* plus de padding gauche/droite qui décale */
  list-style: none;
}

/* ===== CERISE — Judge.me override v1 ===== */

/* Container général */
.jdgm-widget,
.jdgm-rev-widg {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: #141416 !important;

  /* on garde un rayon pour suivre la grande carte du thème */
  border-radius: 24px !important;

  /* on supprime la petite carte intérieure */
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  /* padding léger pour que le contenu respire dans la grande carte */
  padding: 18px 14px 16px !important;
}


/* On vire le style carton/gris d'origine */
.jdgm-rev-widg__header,
.jdgm-rev-widg__summary,
.jdgm-rev-widg__reviews,
.jdgm-rev {
  border: none !important;
  background: transparent !important;
}

/* Titre anglais "Customer Reviews" -> caché */
.jdgm-rev-widg__title {
  display: none !important;
}

/* On injecte notre propre titre FR */
.jdgm-rev-widg::before {
  content: "Vos avis sur Cerise" !important;
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}

/* Texte "Based on X reviews" plus léger */
.jdgm-rev-widg__summary-text,
.jdgm-rev-widg__summary-average-rating {
  font-size: 13px !important;
  color: #6D7278 !important;
}

/* Étoiles couleur Cerise */
.jdgm-star.jdgm--on {
  color: #E35F88 !important;
}

/* Bouton "Write a review" style pill Cerise */
.jdgm-btn,
.jdgm-btn--primary {
  background: linear-gradient(120deg, #F08AAE, #E35F88) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  border: none !important;
  padding: 7px 18px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  box-shadow: 0 8px 20px rgba(227, 95, 136, 0.35) !important;
}
.jdgm-btn:hover,
.jdgm-btn--primary:hover {
  opacity: 0.92 !important;
}

/* Cartouches de chaque avis */
.jdgm-rev {
  padding: 14px 0 !important;
  border-top: 1px solid #F2D9E4 !important;
}
.jdgm-rev__author,
.jdgm-rev__timestamp,
.jdgm-rev__title {
  font-size: 13px !important;
}
.jdgm-rev__body {
  font-size: 13px !important;
  color: #44464A !important;
}

/* Pagination + tri arrondis */
.jdgm-paginate__page,
.jdgm-paginate__next,
.jdgm-paginate__prev,
.jdgm-sort-dropdown {
  border-radius: 999px !important;
  border: 1px solid #F2D9E4 !important;
  font-size: 12px !important;
}
.jdgm-sort-dropdown {
  padding: 4px 10px !important;
}

/* Un peu de resserrage sur mobile */
@media (max-width: 749px) {
  .jdgm-widget,
  .jdgm-rev-widg {
    margin: 12px 0 4px !important;
    padding: 18px 14px 16px !important;
  }
}

/* ===== CERISE — Judge.me histogram couleur ===== */

/* Track + barre remplie du breakdown 5★ / 4★ etc. */
.jdgm-histogram__bar {
  background-color: #FBE6F0 !important;    /* rose très clair */
}

.jdgm-histogram__bar-content {
  background-color: #E35F88 !important;    /* rose Cerise */
}

/* Au cas où Judge.me réinjecte sa couleur de star */
.jdgm-histogram__star .jdgm-star.jdgm--on,
.jdgm-rev-widg__summary-stars .jdgm-star.jdgm--on {
  color: #E35F88 !important;
}

/* ==== CERISE — Slider produit mobile, ratio d'origine v1 ==== */
@media (max-width: 749px) {

  .product__media-list.slider--mobile .slider__slide .product__media {
    padding-top: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .product__media-list.slider--mobile .slider__slide .product__media > img,
  .product__media-list.slider--mobile .slider__slide .product__media picture img {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
  }
}

/* CERISE — mobile : bloc hero sans carte + contenu étiré */
@media (max-width: 749px) {
  [id^="MainProduct-"] .product__info-wrapper,
  [id^="MainProduct-"] .product__info-wrapper .product__info-container,
  [id^="MainProduct-"] .product__info-wrapper .cz-clean,
  [id^="MainProduct-"] .product__info-wrapper .cz-card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none !important;
  }

  [id^="MainProduct-"] .product__info-wrapper .cz-clean {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  [id^="MainProduct-"] .product__info-wrapper .cz-card {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* CERISE — Espacement & coins arrondis des blocs mobile */
@media (max-width: 749px) {
  #cerise-before-after,
  .cz-faq-section,
  #cz-derm-results,
  .cz-results,
  #cz-quality-commitments {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }
}

/* CERISE – Fix halo noir du cart drawer sur mobile */
@media (max-width: 749px) {
  cart-drawer .drawer__inner,
  cart-drawer .drawer__header,
  #CartDrawer .drawer__inner,
  #CartDrawer .drawer__header {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }
}

/* CERISE – kill complet du cercle du bouton de fermeture du zoom */
.product-media-modal__toggle,
.product-media-modal__toggle::before,
.product-media-modal__toggle::after {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.skip-to-content-link.button {
  display: none !important;
}

/* CERISE — Fix largeur & overflow produit sur mobile très étroit (320px) */
@media screen and (max-width: 749px) {

  /* On interdit le débordement horizontal du bloc produit */
  .product {
    overflow-x: hidden !important;
  }

  /* Colonne info + conteneur collant : toujours à 100% de la largeur vue */
  .product__info-container,
  .product__info-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Galerie d’images : pas plus large que l’écran, pas de dépassement */
  .product__media-wrapper,
  .product__media-list {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
  }

  /* Chaque slide / image reste bien dans le viewport */
  .product__media-item,
  .product-media-container,
  .image-magnify-lightbox {
    max-width: 100% !important;
    width: 100% !important;
  }
}
