/** Shopify CDN: Minification failed

Line 3884:0 Unexpected "}"
Line 8915:20 Unexpected "{"
Line 8915:29 Expected ":"
Line 8928:20 Unexpected "{"
Line 8928:29 Expected ":"
Line 8936:20 Unexpected "{"
Line 8936:29 Expected ":"
Line 8937:20 Unexpected "{"
Line 8937:29 Expected ":"
Line 8942:20 Unexpected "{"
... and 22 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);
  }
}

/* HDFR External Redirect Modal */
.hdfr-modal { display: none; position: fixed; inset: 0; z-index: 9999; }
.hdfr-modal.is-open { display: block; }

.hdfr-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.55); }

.hdfr-modal__dialog {
  position: relative;
  max-width: 520px;
  margin: 10vh auto;
  background: #fff;
  border-radius: 14px;
  padding: 22px 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.hdfr-modal__close{
  position:absolute; top:10px; right:12px;
  width:36px; height:36px; border:0; background:transparent;
  font-size:28px; line-height:36px; cursor:pointer;
}

.hdfr-modal__logos{
  display:flex; align-items:center; justify-content:center;
  gap:90px; margin-bottom:100px;
}

.hdfr-modal__logo{
  max-height:46px;
  width:auto;
  object-fit:contain;
}

.hdfr-modal__arrow{ font-size:20px; opacity:.7; }

.hdfr-modal__title{ margin: 8px 0 6px; text-align:center; }
.hdfr-modal__text{ margin: 0 0 16px; text-align:center; opacity:.9; }

.hdfr-modal__actions{
  display:flex; gap:10px; justify-content:center; flex-wrap:wrap;
}

@media (max-width: 480px){
  .hdfr-modal__dialog{ margin: 12vh 14px; }
  .hdfr-modal__logo{ max-height:40px; }
}

/* Logos en colonne */
.hdfr-modal__logos--vertical{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  margin-bottom: 28px;
}

/* Logo principal (Halles de France) */
.hdfr-modal__logo--primary{
  height: 50px;
  max-width: 220px;
}

/* Logo secondaire (La Box Paysanne) */
.hdfr-modal__logo--secondary{
  height: 70px;
  max-width: 220px;
}

/* Règle générale logos */
.hdfr-modal__logo{
  width: auto;
  object-fit: contain;
  display: block;
}

/* Séparateur chic */
.hdfr-modal__separator{
  letter-spacing: 4px;
  margin: 2px 0; /* réduit l’espace vertical autour du tiret */
  opacity: .3;
}


.hdfr-modal__dialog{
  min-height: 420px;        /* augmente la hauteur */
  padding: 34px 28px 36px; /* plus d’air en bas */
}

@media (max-width: 480px){
  .hdfr-modal__dialog{
    min-height: 520px;
    margin: 10vh auto;
  }

  .hdfr-modal__logo--primary{
    height: 46px;
  }

  .hdfr-modal__logo--secondary{
    height: 40px;
  }
}

/* =========================================================
   HEADER MOBILE – DAWN
   Logo à gauche | Search + Cart | Burger à droite
   Espacement égal + pas de chevauchement
   ========================================================= */
@media screen and (max-width: 989px) {

  /* 1) Grille du header */
  .shopify-section-header .header,
  .header {
    display: grid !important;
    grid-template-columns: auto 1fr auto auto !important;
    align-items: center !important;
    column-gap: -5px !important; /* espace entre bloc icônes et burger */
  }

  /* 2) Logo */
  .shopify-section-header .header__heading,
  .header__heading {
    grid-column: 1 !important;
    justify-self: start !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 3) Groupe d'icônes (Search + Cart) */
  .shopify-section-header .header__icons,
  .header__icons {
    grid-column: 3 !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    gap: -5px !important; /* ✅ espacement égal entre search et cart */
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 4) Burger */
  .shopify-section-header header-drawer,
  header-drawer,
  .shopify-section-header .header__icon--menu,
  .header__icon--menu {
    grid-column: 4 !important;
    justify-self: end !important;
    margin: 0 !important;
  }

  /* 5) IMPORTANT : Dawn met une marge négative au panier => chevauchement */
  .shopify-section-header .header__icon--cart,
  .header__icon--cart {
    margin-right: 0 !important;
  }

  /* 6) Optionnel : cacher compte */
  .shopify-section-header .header__icon--account,
  .header__icon--account {
    display: none !important;
  }
}

/* ================================
   HEADER – Icônes à droite + spacing égal
   (à coller tout en bas du CSS)
================================ */

/* Desktop + mobile : bloc icônes collé à droite + espacement constant */
.header__icons {
  justify-self: end !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 12px !important;          /* ✅ même espace entre chaque icône */
  padding-right: 0 !important;   /* ✅ évite un décalage inutile */
  margin-right: 0 !important;
}

/* Dawn met parfois une marge négative au panier → on neutralise */
.header__icon--cart {
  margin-right: 0 !important;
}

/* Optionnel mais recommandé : même “box” cliquable pour les 3 icônes */
.header__icon,
.header__icon--cart {
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
}

/* Mobile : si tu utilises ta grille (logo | ... | icons | burger),
   on force l’alignement parfait et on supprime les gaps négatifs */
@media screen and (max-width: 989px) {
  .header {
    column-gap: 12px !important;  /* ✅ remplace ton column-gap:-5px */
  }

  .header__icons {
    gap: 10px !important;         /* ✅ spacing égal mobile */
  }
}

/* ======================================================
   HEADER DESKTOP – VERSION FINALE PROPRE & ÉQUILIBRÉE
   Logo gauche | Menu centré | Icônes droite
   Panier volontairement plus grand
   ====================================================== */

  /* === STRUCTURE GÉNÉRALE === */
  .header {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    grid-template-areas: "heading navigation icons" !important;
    align-items: center !important;
  }

  /* === LOGO À GAUCHE === */
  .header__heading,
  .header__heading-link {
    grid-area: heading !important;
    justify-self: start !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header__heading-logo {
    max-width: 260px; /* équilibre visuel */
  }

  /* === MENU PARFAITEMENT CENTRÉ === */
  .header__inline-menu {
    grid-area: navigation !important;
    justify-self: center !important;
  }

  .header__inline-menu .list-menu--inline {
    display: flex !important;
    justify-content: center !important;
    gap: 22px !important; /* spacing final validé */
  }

  /* === ICÔNES À DROITE === */
  .header__icons {
    grid-area: icons !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding-right: 0 !important;
  }

  /* === ZONE CLIQUABLE IDENTIQUE === */
  .header__icon {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
  }

  /* === ICÔNES SEARCH & COMPTE === */
  .header__icon .icon {
    width: 21px !important;
    height: 21px !important;
    stroke-width: 1.7 !important;
  }

  /* === NETTOYAGE DAWN === */
  .header__icon--cart {
    margin-right: 0 !important;
  }
}

/* =====================================
   FICHE PRODUIT – Encadré noir avec ombre portée
   Bas + droite (style premium)
   ===================================== */

.product__info-wrapper {
  border: 2px solid #000000;       /* noir / vert foncé élégant */
  border-radius: 18px;
  padding: 36px 22px;
  background-color: #ffffff;

  /* Ombre portée directionnelle */
  box-shadow: 4px 4px 0 rgba(11, 43, 26, 1);
}

/* =========================================
   FICHE PRODUIT – Prix aligné avec quantité
   (même hauteur visuelle)
   ========================================= */

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

  /* 1) On transforme le bloc prix en ligne */
  .product__info-wrapper .price {
    display: flex !important;
    align-items: center !important;        /* ✅ aligne verticalement */
    justify-content: space-between !important;
    gap: 24px !important;
    margin: 0 0 14px 0 !important;         /* espace sous la ligne */
    padding: 0 !important;
  }

  /* 2) Annule les marges internes du prix (sinon il reste "en haut") */
  .product__info-wrapper .price__container,
  .product__info-wrapper .price__regular,
  .product__info-wrapper .price__sale,
  .product__info-wrapper .price-item {
    margin: 0 !important;
    line-height: 1 !important;             /* ✅ descend visuellement */
  }

  /* 3) Quantité à droite, alignée au centre */
  .product__info-wrapper .product-form__quantity {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  /* 4) (optionnel) Réduit le label “Quantité” si ça décale */
  .product__info-wrapper .quantity__label {
    margin: 0 12px 0 0 !important;
    align-self: center !important;
  }
}

/* =========================================
   FICHE PRODUIT – Descendre uniquement le prix
   (sans impacter les autres éléments)
   ========================================= */

@media screen and (min-width: 990px) {
  .product__info-wrapper .price-item {
    display: inline-block;
    transform: translateY(35px); /* ajuste : 14 à 22px */
  }
}

/* =========================================
   FICHE PRODUIT – Nettoyage éléments inutiles
   ========================================= */


/* Supprimer le bouton "Acheter maintenant" */
.product__info-wrapper .shopify-payment-button {
  display: none !important;
}

/* Supprimer le bouton "Share" */
.product__info-wrapper .share-button,
.product__info-wrapper .product__share {
  display: none !important;
}

/* =========================================
   FICHE PRODUIT – Sélecteur quantité clean
   ========================================= */

/* 1️⃣ Supprimer le mot "Quantité" */
.product__info-wrapper .quantity__label {
  display: none !important;
}

/* 2️⃣ Conteneur du sélecteur (pilule) */
.product__info-wrapper .quantity {
  display: inline-flex !important;
  align-items: center;
  border-radius: 999px !important;   /* vrai arrondi */
  overflow: hidden !important;
  border: 1px solid #1a1a1a !important;
  width: auto !important;
}

/* 3️⃣ Boutons - / + */
.product__info-wrapper .quantity__button {
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent;
  font-size: 16px;
  line-height: 1;
}

/* 4️⃣ Champ central (valeur) */
.product__info-wrapper .quantity__input {
  width: 40px !important;
  height: 36px !important;
  border: none !important;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 0 !important;
}

/* 5️⃣ Supprime les séparateurs internes Dawn */
.product__info-wrapper .quantity__button::before,
.product__info-wrapper .quantity__button::after {
  display: none !important;
}

/* Enlève le double contour / ombre interne du sélecteur quantité (Dawn) */
.product__info-wrapper .quantity,
.product__info-wrapper .quantity * {
  box-shadow: none !important;
}

.product__info-wrapper .quantity::before,
.product__info-wrapper .quantity::after {
  content: none !important;
  display: none !important;
}

.product__info-wrapper .quantity {
  border: 2px solid #111 !important; /* ton contour */
  border-radius: 999px !important;
  overflow: hidden !important;        /* évite les artefacts internes */
  background: #fff !important;
}

.product__info-wrapper .quantity__button,
.product__info-wrapper .quantity__input {
  border: 0 !important;
  background: transparent !important;
  outline: none !important;
}

/* =========================================
   FICHE PRODUIT – Uniformiser la couleur - / +
   ========================================= */

/* Forcer la même couleur pour - et + */
.product__info-wrapper .quantity__button {
  color: #111 !important;       /* même couleur que le + */
  opacity: 1 !important;        /* enlève l’effet grisé */
}

/* Même quand le bouton - est désactivé */
.product__info-wrapper .quantity__button[disabled] {
  color: #111 !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

/* =========================================
   FICHE PRODUIT – Prix plus grand, gras et resserré
   ========================================= */

.product__info-wrapper .price-item {
  font-size: 35px !important;
  font-weight: 700 !important;
  line-height: 1.1;
  letter-spacing: -0.5px; /* 🔥 rapproche les chiffres */
}

@media screen and (max-width: 749px) {
  .product__info-wrapper .price-item {
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: -0.3px;
  }
}

/* =========================================================
   BOUTON "AJOUTER AU PANIER"
   Contour net + ombre derrière (PROPRE)
   ========================================================= */

.product-form__buttons {
  position: relative !important;
  width: 100%;
  overflow: visible !important; /* 🔥 indispensable */
}

/* OMBRE (EN FOND) */
.product-form__buttons::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  border-radius: 999px;
  transform: translate(2px, 2px); /* bas + droite */
  z-index: 0;
}

/* CONTOUR */
.product-form__buttons::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  border-radius: 999px;
  background: #F3C74A;
  z-index: 1;
}

/* LE BOUTON (AU-DESSUS DE TOUT) */
.product-form__submit {
  position: relative !important;
  z-index: 2 !important;

  width: 100%;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 999px !important;
}

/* Supprime toutes les membranes internes Dawn */
.product-form__submit::before,
.product-form__submit::after {
  content: none !important;
}

/* Effet press (option premium) */
@media (hover:hover) {
  .product-form__submit:hover {
    transform: translate(1px, 1px);
  }

  .product-form__buttons:hover::after {
    transform: translate(8px, 8px);
  }
}

/* ============================
   FICHE PRODUIT – PRODUCTEUR
   ============================ */

.producteur-link {
  margin-top: 12px;
}

.producteur-link a {
  font-size: 16px;
  font-weight: 600;
  color: #0b2e1a; /* vert foncé comme ton design */
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.producteur-link a:hover {
  opacity: 0.7;
}

.producteur a{
  color: inherit;
  text-decoration: none;
}
.producteur a{
  text-decoration: underline;
}

/* ==============================
   ACCORDÉONS PRODUIT – FULL WIDTH + 1 SEULE LIGNE + CHEVRON À DROITE
   ============================== */

/* 1) Reset complet (évite les doubles lignes du thème) */
.product-accordion,
.product-accordion summary,
.product-accordion .content {
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* 2) Le <details> prend toute la largeur */
.product-accordion {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* 3) Ligne unique (full width) + chevron collé à droite */
.product-accordion summary {
  list-style: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  width: 100%;

  /* espace vertical */
  padding: 18px 0 !important;

  /* on évite space-between (qui “rentre” le chevron) */
  justify-content: flex-start;

  position: relative;
  color: #1f3b2c;
  font-size: 16px;
  font-weight: 500;
}

/* supprime le marker natif */
.product-accordion summary::-webkit-details-marker {
  display: none;
}

/* ✅ Ligne en dessous : pleine largeur du bloc */
.product-accordion summary::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #1f3b2c;
  opacity: 0.7;
}

/* ✅ Chevron à droite, collé au bord */
.product-accordion summary::after {
  content: "⌄";
  margin-left: auto;          /* pousse au bout */
  padding-left: 16px;         /* petit espace avec le texte */
  font-size: 16px;
  line-height: 1;
  transition: transform 0.25s ease;
}

/* rotation quand ouvert */
.product-accordion[open] summary::after {
  transform: rotate(180deg);
}

/* Contenu */
.product-accordion .content {
  padding: 14px 0 18px 0 !important;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* ==============================
   TWEAKS : ligne + proche du titre / marges symétriques / chevron plus à droite
   ============================== */

/* Réglage de la marge latérale (mets 24px si ta fiche est plus "large") */
:root {
  --acc-pad-x: 22px;   /* marge gauche/droite des lignes + textes */
  --acc-pad-y: 12px;   /* hauteur (rapproche la ligne du titre) */
}

/* On garde une marge identique à gauche et à droite */
.product-accordion summary {
  padding: var(--acc-pad-y) var(--acc-pad-x) !important;
}

/* La ligne suit exactement ces marges (donc symétrique) */
.product-accordion summary::before {
  left: var(--acc-pad-x) !important;
  right: var(--acc-pad-x) !important;
  bottom: 0 !important;
}

/* Chevron plus à droite (tout en restant dans la fiche) */
.product-accordion summary::after {
  margin-right: -10px;   /* augmente à -14px si tu le veux encore + à droite */
  padding-left: 12px;    /* espace entre texte et chevron */
}

/* Contenu un peu plus "serré" */
.product-accordion .content {
  padding: 10px var(--acc-pad-x) 14px var(--acc-pad-x) !important;
}

/* ==============================
   Chevron légèrement rentré avant la fin de ligne
   ============================== */

/* On crée une zone de sécurité à droite */
.product-accordion summary {
  padding-right: calc(var(--acc-pad-x) + 18px) !important;
}

/* Chevron rentré vers la gauche */
.product-accordion summary::after {
  margin-right: 0 !important;     /* on annule le négatif */
  padding-right: 6px;             /* distance entre chevron et fin visuelle */
}

/* ==============================
   Lignes parfaitement alignées avec le contenu
   ============================== */

/* Valeur UNIQUE de marge par rapport au cadre */
:root {
  --acc-pad-x: 22px;  /* ajuste si besoin : 20px / 24px */
  --acc-pad-y: 12px;
}

/* Summary = zone de référence */
.product-accordion summary {
  padding: var(--acc-pad-y) var(--acc-pad-x) !important;
  position: relative;
}

/* Ligne exactement au ras du texte */
.product-accordion summary::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #1f3b2c;
  opacity: 0.7;
}

/* Chevron bien placé, sans tricher */
.product-accordion summary::after {
  margin-left: auto;
  padding-left: 12px;
}

/* Contenu aligné avec le titre */
.product-accordion .content {
  padding: 10px var(--acc-pad-x) 14px var(--acc-pad-x) !important;
}

/* ==============================
   Marge au-dessus du titre produit
   ============================== */

.product__title,
.product__title h1 {
  margin-top: 10px !important; /* ajuste : 16px / 20px / 28px */
}

.product__info-wrapper{
  --frame-pad-x: 22px;   /* marge horizontale du cadre */
  --frame-pad-y: 36px;
  padding: var(--frame-pad-y) var(--frame-pad-x);
}

/* =========================================
   Décaler le bloc des accordéons vers la gauche
   (titres + lignes + icônes)
   ========================================= */

.product__info-wrapper{
  --shift: 18px; /* essaie 14px / 18px / 22px */
}

/* on déplace chaque accordéon vers la gauche */
.product__info-wrapper .product-accordion{
  margin-left: calc(-1 * var(--shift)) !important;
}

/* on garde une marge “propre” à droite (pour ne pas coller au cadre) */
.product__info-wrapper .product-accordion summary,
.product__info-wrapper .product-accordion .content{
  padding-right: calc(var(--shift) + 22px) !important; /* 22px = ta marge cadre */
}

/* la ligne suit le summary (donc elle se décale aussi) */
.product__info-wrapper .product-accordion summary::before{
  left: 21px !important;
  right: 44px !important; /* + grand = ligne + courte à droite */
}

/* =========================================
   MOBILE – Réduire l’espace entre le titre
   et le contour du cadre
   ========================================= */
@media (max-width: 749px) {

  .product__info-wrapper {
    padding-top: 12px !important; /* ajuste si besoin */
  }
}

/* =========================================
   MOBILE – Alignement vertical prix / quantité
   ========================================= */
@media (max-width: 749px){

  /* Prix */
  .product__info-wrapper .price{
    display: inline-block !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* Sélecteur quantité */
  .product__info-wrapper .quantity,
  .product__info-wrapper quantity-input,
  .product__info-wrapper .product-form__quantity{
    float: right !important;
    margin: 0 !important;

    /* ✅ alignement avec le texte du prix */
    position: relative;
    top: -14px; /* ajuste : -4px / -6px / -8px */
  }
}
/* =====================================================
   MOBILE – Accordéons produit
   Centrage RÉEL du texte (structure Dawn)
   ===================================================== */
@media (max-width: 749px) {

  /* 1️⃣ On neutralise les décalages hérités */
  .product__info-wrapper .product-accordion {
    margin-left: 0 !important;
  }

  /* 2️⃣ On cible LE vrai conteneur du texte Dawn */
  .product__info-wrapper .product-accordion .accordion__content,
  .product__info-wrapper .product-accordion .accordion__content.rte {
    padding-left: var(--acc-pad-x, 22px) !important;
    padding-right: var(--acc-pad-x, 22px) !important;

    text-align: center !important;   /* ✅ TEXTE CENTRÉ */
    margin: 0 auto !important;       /* ✅ BLOC CENTRÉ */
  }

  /* 3️⃣ Sécurité : paragraphes, listes, etc. */
  .product__info-wrapper .product-accordion .accordion__content * {
    text-align: center !important;
  }
}

/* =====================================================
   MOBILE – Reculer les TITRES d’accordéon
   (alignés sur le texte, pas sur le bouton)
   ===================================================== */
@media screen and (max-width: 749px) {

  /* Réglage unique de l’alignement */
  .product__info-wrapper{
    --acc-text-x: 22px; /* ajuste : 18 / 20 / 24 */
  }

  /* TITRES (summary) */
  .product__info-wrapper details.product-accordion > summary,
  .product__info-wrapper details.product__accordion > summary {
    padding-left: var(--acc-text-x) !important;
    padding-right: var(--acc-text-x) !important;
  }

  /* LIGNE sous le titre */
  .product__info-wrapper details.product-accordion > summary::before,
  .product__info-wrapper details.product__accordion > summary::before {
    left: var(--acc-text-x) !important;
    right: var(--acc-text-x) !important;
  }

  /* CONTENU ouvert */
  .product__info-wrapper .accordion__content,
  .product__info-wrapper .accordion__content.rte {
    padding-left: var(--acc-text-x) !important;
    padding-right: var(--acc-text-x) !important;
  }
}

/* =====================================================
   GRILLE PRODUITS – Bouton Ajout rapide
   Fix contour (traits) + radius propre
   ===================================================== */

.card-wrapper .quick-add__submit {
  border-radius: 22px !important;
  overflow: hidden !important; /* clip le contour interne */
}

.card-wrapper .quick-add__submit::before,
.card-wrapper .quick-add__submit::after {
  border-radius: 22px !important;
}

/* SUPPRIMER L’EFFET AU SURVOL sur Ajouter au panier */
@media (hover:hover) {
  .product-form__submit:hover {
    transform: none !important;
  }

  .product-form__buttons:hover::after {
    transform: translate(2px, 2px) !important; /* reste fixe comme au repos */
  }
}

/* =========================================
   AJOUTER AU PANIER — Effet PRESS
   - Desktop : hover
   - Mobile : active (tap)
   - ombre supprimée
   - bouton déplacé bas + droite
   ========================================= */

/* DESKTOP (hover réel) */
@media (hover: hover) {

  /* Ombre supprimée */
  .product-form__buttons:hover::after {
    opacity: 0 !important;
  }

  /* Fond + contour */
  .product-form__buttons:hover::before {
    transform: translate(3px, 3px) !important;
  }

  /* Texte / contenu */
  .product-form__buttons:hover .product-form__submit {
    transform: translate(3px, 3px) !important;
  }
}

/* MOBILE (tap = active) */
@media (hover: none) and (pointer: coarse) {

  /* Ombre supprimée */
  .product-form__buttons:active::after {
    opacity: 0 !important;
  }

  /* Fond + contour */
  .product-form__buttons:active::before {
    transform: translate(3px, 3px) !important;
  }

  /* Texte / contenu */
  .product-form__buttons:active .product-form__submit {
    transform: translate(3px, 3px) !important;
  }
}


/* =========================================
   AJOUTER AU PANIER — Transitions douces
   ========================================= */

/* Fond + contour */
.product-form__buttons::before {
  transition: transform 0.25s ease;
}

/* Ombre */
.product-form__buttons::after {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Texte / contenu */
.product-form__submit {
  transition: transform 0.25s ease;
}

/* =========================================================
   GRID PRODUITS — Bouton Ajouter au panier
   Fond blanc + contour noir + ombre portée
   ========================================================= */

.product-grid .quick-add__submit,
.featured-collection .quick-add__submit,
.collection .quick-add__submit,
.card-wrapper .quick-add__submit {

  background: #F3C74A !important;          /* fond blanc */
  color: #000 !important;               /* texte noir */

  border: 1px solid #000 !important;    /* contour noir */
  border-radius: 999px !important;

  box-shadow: 2px 2px 0 #000 !important; /* ombre portée */

  font-weight: 500;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* =========================
   DESKTOP — Hover
   ========================= */
@media (hover: hover) {
  .product-grid .quick-add__submit:hover,
  .featured-collection .quick-add__submit:hover,
  .collection .quick-add__submit:hover,
  .card-wrapper .quick-add__submit:hover {

    transform: translate(3px, 3px);
    box-shadow: 0 0 0 #000 !important; /* ombre disparaît */
  }
}

/* =========================
   MOBILE — Tap
   ========================= */
@media (hover: none) and (pointer: coarse) {
  .product-grid .quick-add__submit:active,
  .featured-collection .quick-add__submit:active,
  .collection .quick-add__submit:active,
  .card-wrapper .quick-add__submit:active {

    transform: translate(3px, 3px);
    box-shadow: 0 0 0 #000 !important;
  }
}

/* =========================================================
   GRID PRODUITS — 1 SEULE carte stylée (évite le double cadre)
   ========================================================= */

/* 1) On neutralise les wrappers qui créent la 2e "carte" */
.card-wrapper,
.card__inner,
.card__content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* 2) On applique le style uniquement à la vraie carte cliquable */
.card-wrapper > .card {
  position: relative;
  background: #fff !important;

  border: 2px solid #000 !important;
  border-radius: 22px !important;

  box-shadow: 2px 2px 0 #000 !important;

  padding: 22px 18px 26px !important;  /* + large / + haut */
  overflow: visible !important;

  transition: transform .18s ease, box-shadow .18s ease;
}

/* Hover desktop */
@media (hover:hover) {
  .card-wrapper > .card:hover {
    transform: translate(5px,5px);
    box-shadow: 0 0 0 #000 !important;
  }
}

/* Tap mobile */
@media (hover:none) and (pointer:coarse) {
  .card-wrapper > .card:active {
    transform: translate(5px,5px);
    box-shadow: 0 0 0 #000 !important;
  }
}

/* =====================================================
   HEADER MOBILE — Rapprocher le BURGER du PANIER
   ===================================================== */
@media (max-width: 989px) {

  /* Icône menu (3 traits) */
  .header__menu-toggle,
  .header__icon--menu {
    margin-left: -14px !important; /* ajuste : -6 / -10 / -14 */
  }

}

/* =====================================================
   HEADER MOBILE — Rapprocher LOUPE → PANIER
   ===================================================== */
@media (max-width: 989px) {

  /* Icône recherche (loupe) */
  .header__icon--search {
    margin-right: -12px !important; /* ajuste : -6 / -10 / -14 */
  }

}

/* =====================================================
   HEADER MOBILE — Décaler les 3 icônes vers la droite
   (loupe + panier + menu)
   ===================================================== */
@media (max-width: 989px) {

  .header__icons {
    margin-left: 1px !important; /* ajuste : 8 / 12 / 16 / 20 */
  }

}

/* =====================================================
   HEADER MOBILE — Agrandir le logo sans impacter les icônes
   ===================================================== */
@media (max-width: 989px) {

  /* Image du logo */
  .header__heading-logo,
  .header__heading-logo-wrapper img {
    max-width: 140px !important; /* ajuste : 160 / 180 / 200 */
    width: auto !important;
    height: auto !important;
  }

}

/* =====================================================
   HEADER MOBILE — Marges équilibrées gauche / droite
   ===================================================== */
@media (max-width: 989px) {

  /* Marges générales du header */
  .header {
    padding-left: 10px !important;
    padding-right: 16px !important;
  }

  /* Logo : on garde une marge propre à gauche */
  .header__heading {
    margin-left: 0 !important;
  }

  /* Bloc icônes (loupe + panier + burger) */
  .header__icons {
    margin-right: 0 !important;
    gap: 10px !important; /* espace uniforme entre icônes */
  }

}

.product-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1;
}

.product-badge.region {
  background-color: #D8792E;
  color: #FAF9F7;
}

/* =========================
   Badge Région – fiche produit
   ========================= */

.product__title .product-badge.region {
  display: inline-block;
  margin-top: 8px;

  background-color: #D8792E;
  color: #FAF9F7;

  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  padding: 7px 14px 5px; /* 👈 ajuste haut/bas */
  border-radius: 5px;

  line-height: 1;        /* 👈 essentiel */
  vertical-align: middle; /* 👈 IMPORTANT */
  text-align: center;     /* 👈 centrage horizontal */
}

/* Espace intérieur bas de la fiche produit */
.product__info-container {
  padding-bottom: 35px; /* ajuste : 32 / 48 / 64 */
}

/* DESKTOP – supprimer l’espace entre badge région (dans le titre) et le bloc prix */
@media screen and (min-width: 990px) {

  /* 1) Le titre ne doit pas "pousser" le bloc suivant */
  .product__info-container .product__title{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* 2) Annule le spacing auto ENTRE le bloc titre et le bloc suivant (prix) */
  .product__info-container .product__title + *{
    margin-top: 0 !important;
  }

  /* 3) Cas où Shopify applique une marge directement sur le bloc prix */
  .product__info-container .product__title + div[id^="price-"]{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* =========================================================
   DESKTOP – remonter bloc infos (stock / bouton / accordéons)
   ========================================================= */
@media screen and (min-width: 990px) {

  /* 1) Remonter "En stock" (bloc inventory) */
  .product__info-container .product__inventory{
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }

  /* 2) Remonter le bouton "Ajouter au panier" (bloc buy buttons) */
  .product__info-container product-form{
    margin-top: 12px !important;
  }
  .product__info-container .product-form{
    margin-top: 12px !important;
  }

  /* 3) Remonter / compacter les accordéons */
  .product__info-container .product__accordion,
  .product__info-container .product-accordion{
    margin-top: 16px !important;
  }

  /* Lignes + titre + icône + chevron : réduire hauteur */
  .product__info-container .accordion summary{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  /* Espace entre chaque accordéon (la ligne/trait) */
  .product__info-container .accordion{
    margin-top: 0 !important;
  }

  /* Si tes accordéons customs utilisent <details> sans classe "accordion" */
  .product__info-container .product-accordion details summary{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .product__info-container .product-accordion details{
    margin: 0 !important;
  }
}

/* =========================================================
   DESKTOP – Descendre le sélecteur de quantité
   ========================================================= */
@media screen and (min-width: 990px) {

  /* =========================================================
   DESKTOP – Descendre UNIQUEMENT le sélecteur de quantité
   (sans toucher à "En stock")
   ========================================================= */
@media screen and (min-width: 990px) {

  /* Le vrai bouton quantité (Dawn) */
  .product__info-container quantity-input {
    margin-top: 16px !important; /* ajuste ici */
  }

  /* Sécurité : on annule tout déplacement global */
  .product__info-container .inventory {
    margin-top: 0 !important;
    transform: none !important;
  }

}

/* ==============================
   FREE SHIPPING BAR – CART TOP
   ============================== */

.free-shipping-bar-wrapper{
  margin: 1.2rem 0 2rem;
}

.free-shipping-text{
  font-size: 1.3rem;
  margin: 0 0 .8rem;
}

/* Texte quand livraison offerte */
.free-shipping-text.success{
  color: #5A7A2E;
}

/* Barre fond */
.free-shipping-bar{
  width: 100%;
  height: 8px;
  background: #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}

/* 🔴 PAR DÉFAUT : frais de livraison payants */
.free-shipping-bar-progress{
  height: 100%;
  background: #000000;
  transition: width .3s ease, background-color .3s ease;
}

/* 🟢 LIVRAISON OFFERTE */
.free-shipping-text.success + .free-shipping-bar .free-shipping-bar-progress,
.free-shipping-bar-wrapper.success .free-shipping-bar-progress{
  background: #5A7A2E;
}


/* ===============================
   GRILLE PRODUITS – TYPOGRAPHIES
   =============================== */

/* TITRE PRODUIT */
.card__information .card__heading{
  font-size: 1.8rem;       /* augmente la taille */
  font-weight: 700;       /* plus présent mais élégant */
  line-height: 1.25;
  margin-bottom: 0.4rem;
}

/* FOURNISSEUR (DOMAINE) */
.card__information .caption-with-letter-spacing{
  font-size: 1.25rem;     /* plus lisible */
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 0.6rem;
}

/* PRIX */
.card__information .price{
  font-size: 1.9rem;      /* prix plus gros */
  font-weight: 700;      /* gras */
  margin-top: 0.4rem;
}

/* =========================================
   MOBILE – "Ajouter au panier" sur 1 ligne
   ========================================= */
@media screen and (max-width: 989px){

  .card-wrapper .quick-add__submit{
    white-space: nowrap !important;     /* empêche le retour à la ligne */
    font-size: 1.01rem !important;      /* légèrement réduit */
    padding: 10px 16px !important;      /* équilibre largeur/hauteur */
    min-height: 42px !important;
    line-height: 1 !important;
  }

}

/* ============================= */
/* PRODUITS ASSOCIÉS / RECO : bouton sous le prix + clic mobile OK */
/* Couvre : <product-recommendations> ET .product-recommendations */
/* ============================= */

product-recommendations .card > .card__content,
.product-recommendations .card > .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

product-recommendations .card > .card__content .card__information,
.product-recommendations .card > .card__content .card__information {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

product-recommendations .card > .card__content .card__price,
.product-recommendations .card > .card__content .card__price {
  order: 20;
}

product-recommendations .card > .card__content .quick-add,
.product-recommendations .card > .card__content .quick-add {
  order: 30;
  margin-top: 12px;
}

/* --- Fix clic (desktop + mobile) : le bouton doit passer au-dessus du lien --- */
product-recommendations .quick-add,
product-recommendations product-form,
product-recommendations .quick-add__submit,
.product-recommendations .quick-add,
.product-recommendations product-form,
.product-recommendations .quick-add__submit {
  position: relative;
  z-index: 10;
}

  /* mais on garde le clic sur les vrais boutons */
  product-recommendations .quick-add,
  product-recommendations product-form,
  product-recommendations .quick-add__submit,
  .product-recommendations .quick-add,
  .product-recommendations product-form,
  .product-recommendations .quick-add__submit {
    pointer-events: auto;
  }
}

@media screen and (max-width: 989px) {

  /* Cible large : recommandations (élément + classe) + fallback si le thème n’utilise pas ces wrappers */
  product-recommendations .card,
  .product-recommendations .card,
  #product-recommendations .card,
  .section-product-recommendations .card,
  .related-products .card {
    position: relative;
  }

  /* 1) Neutralise la couche cliquable au-dessus (souvent ::after/::before) */
  product-recommendations .card__inner::before,
  product-recommendations .card__inner::after,
  .product-recommendations .card__inner::before,
  .product-recommendations .card__inner::after,
  #product-recommendations .card__inner::before,
  #product-recommendations .card__inner::after,
  .section-product-recommendations .card__inner::before,
  .section-product-recommendations .card__inner::after,
  .related-products .card__inner::before,
  .related-products .card__inner::after {
    pointer-events: none !important;
  }

  /* 2) Si un lien overlay recouvre la carte, on le rend inoffensif */
  product-recommendations .card__inner a,
  .product-recommendations .card__inner a,
  #product-recommendations .card__inner a,
  .section-product-recommendations .card__inner a,
  .related-products .card__inner a {
    pointer-events: none !important;
  }

  /* 3) On remet le contenu (texte + bouton) au-dessus de tout */
  product-recommendations .card__content,
  .product-recommendations .card__content,
  #product-recommendations .card__content,
  .section-product-recommendations .card__content,
  .related-products .card__content {
    position: relative !important;
    z-index: 9998 !important;
    pointer-events: auto !important;
  }

  /* 4) Priorité absolue au bouton */
  product-recommendations .quick-add,
  product-recommendations product-form,
  product-recommendations .quick-add__submit,
  .product-recommendations .quick-add,
  .product-recommendations product-form,
  .product-recommendations .quick-add__submit,
  #product-recommendations .quick-add,
  #product-recommendations product-form,
  #product-recommendations .quick-add__submit,
  .section-product-recommendations .quick-add,
  .section-product-recommendations product-form,
  .section-product-recommendations .quick-add__submit,
  .related-products .quick-add,
  .related-products product-form,
  .related-products .quick-add__submit {
    position: relative !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
  }

  /* 5) On garde le titre cliquable (dans le contenu) */
  product-recommendations .card__content .card__heading a,
  .product-recommendations .card__content .card__heading a,
  #product-recommendations .card__content .card__heading a,
  .section-product-recommendations .card__content .card__heading a,
  .related-products .card__content .card__heading a {
    pointer-events: auto !important;
  }
}

/* Espace entre photo (card__inner) et contenu (titre) */
.card--media .card__inner + .card__content {
  margin-top: 12px !important;
}

@media screen and (max-width: 749px) {
  .header__heading-logo {
    transform: translateX(8px);
  }
}

/* ==========================================================
   DAWN — 1) TITRES TOP-LEVEL (header) = BLANC PUR (sans gris)
   ========================================================== */

/* On enlève l'opacité que Dawn met sur les liens du header */
.header,
.header__inline-menu {
  --color-foreground: 255, 255, 255 !important; /* blanc */
  --alpha-link: 1 !important;
  --alpha-link-hover: 1 !important;
}

/* Titres du menu niveau 1 (lien + summary) + état ouvert/actif */
.header__inline-menu > .list-menu > li > a,
.header__inline-menu > .list-menu > li > details > summary,
.header__inline-menu > .list-menu > li > details[open] > summary,
.header__menu-item,
.header__menu-item--active,
.header__active-menu-item {
  color: #000000 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #000000 !important;
}

/* Si Dawn applique la couleur sur un span interne */
.header__inline-menu > .list-menu > li > details > summary span,
.header__inline-menu > .list-menu > li > details[open] > summary span,
.header__inline-menu > .list-menu > li > a span {
  color: #000 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #000000 !important;
}

/* Flèches (chevrons) du niveau 1 */
.header__inline-menu > .list-menu > li > details > summary svg,
.header__inline-menu > .list-menu > li > details > summary svg * ,
.header__inline-menu > .list-menu > li > details[open] > summary svg,
.header__inline-menu > .list-menu > li > details[open] > summary svg * {
  stroke: #000000 !important;
  opacity: 1 !important;
  filter: none !important;
}


/* ==========================================================
   DAWN — 2) DROPDOWN / MEGA-MENU = NOIR #000000 (texte intérieur)
   ========================================================== */

/* IMPORTANT : on remet les variables NOIR dans le mega-menu
   (sinon il hérite du blanc du header, ce qui est normal) */
.mega-menu__content,
.header__submenu {
  --color-foreground: 43, 43, 43 !important; /* #000000 */
  --alpha-link: 1 !important;
  --alpha-link-hover: 1 !important;
}

/* Texte intérieur dropdown (toutes variantes Dawn) */
.mega-menu__content a,
.mega-menu__content span,
.mega-menu__list a,
.mega-menu__list span,
.header__submenu a,
.header__submenu span {
  color: #000000 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #000000 !important;
}

/* Hover dropdown */
.mega-menu__content a:hover,
.header__submenu a:hover {
  color: #000000 !important;
  text-decoration: none;
}

/* ==================================================
   MOBILE (Dawn) — Menu drawer fond blanc => texte noir
   ================================================== */
@media screen and (max-width: 989px) {

  /* Texte des items dans le menu mobile (drawer) */
  .menu-drawer,
  .menu-drawer a,
  .menu-drawer summary,
  .menu-drawer summary span,
  .menu-drawer__menu-item,
  .menu-drawer__menu-item a,
  .menu-drawer__menu-item span {
    color: #000000 !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-text-fill-color: #000000 !important;
  }

  /* Chevrons / icônes dans le menu mobile */
  .menu-drawer svg,
  .menu-drawer svg * {
    stroke: #000000 !important;
    opacity: 1 !important;
    filter: none !important;
  }

  /* Option : hover/active en vert (classe) */
  .menu-drawer a:hover,
  .menu-drawer a:focus {
    color: #000000 !important;
  }
}

/* ==================================================
   SUPPRIMER LA BANDE BEIGE ENTRE FOOTER ET BANDEAU ALCOOL
   ================================================== */

/* 1) Force le fond vert sur la section footer entière */
.shopify-section-footer {
  background: #3A5C33 !important;
}

/* 2) Enlève la marge/espacement qui crée la "cassure" */
.footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* 3) Colle le bandeau alcool au footer */
.footer__bottom-legal-banner {
  margin-top: 0 !important;
  padding-top: 0 !important;   /* <- c'est souvent ça qui crée le vide */
  padding-bottom: 12px !important;
  background: transparent !important; /* le vert est porté par .shopify-section-footer */
}

/* =========================================
   FOOTER – AJUSTEMENT ESPACEMENT VERTICAL
   ========================================= */

/* 1. Réduire le vide au-dessus des menus */
.footer.section-padding,
footer.footer.section-padding,
.footer[class*="section-"] {
  padding-top: 0px !important; /* ajuste ici (12–20 idéal) */
}

/* 2. Resserre encore le haut du contenu */
.footer__content-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 3. Aérer le bas des menus */
.footer__blocks-wrapper {
  margin-bottom: 17px !important;
}

/* 4. Aérer chaque colonne */
.footer-block {
  padding-bottom: 1.5rem;
}

/* 5. Sécurité : pas d’impact sur le bandeau alcool */
.footer__bottom-legal-banner {
  margin-top: 0 !important;
}

/* Option : remonter uniquement la grille des colonnes */
footer.footer .footer__blocks-wrapper{
  margin-top: -30px !important; /* ajuste */
}

/* =========================================
   FOOTER — TEXTE BLANC SANS FILTRE
   ========================================= */

/* Forçage global du footer */
footer.footer,
footer.footer * {
  color: #000000 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
  -webkit-text-fill-color: #000000 !important;
  mix-blend-mode: normal !important;
}

/* Sécurité ciblée : textes */
footer.footer p,
footer.footer span,
footer.footer li,
footer.footer a,
footer.footer h1,
footer.footer h2,
footer.footer h3,
footer.footer h4,
footer.footer h5,
footer.footer h6 {
  color: #000000 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: #000000 !important;
}

/* Icônes SVG (Instagram, flèches, etc.) */
footer.footer svg,
footer.footer svg path {
  fill: #000000 !important;
  stroke: #000000 !important;
  opacity: 1 !important;
  filter: none !important;
}

/* Liens au survol */
footer.footer a:hover {
  color: #000000 !important;
  opacity: 1 !important;
}

/* =========================================
   FOOTER — ICÔNE INSTAGRAM ULTRA FINE
   ========================================= */

footer.footer .footer-instagram-icon {
  width: 18px;            /* taille maîtrisée */
  height: 18px;
}

footer.footer .footer-instagram-icon path {
  stroke: none !important;      /* suppression totale du contour */
  fill: #000000 !important;     /* blanc pur */
  opacity: 1;                 /* finesse visuelle */
  filter: none !important;
}

/* =========================================
   FOOTER — ESPACE AU-DESSUS DU LOGO (MOBILE)
   ========================================= */
@media screen and (max-width: 749px) {
  footer.footer .footer-block__image-wrapper {
    margin-top: 5rem;   /* ajuste ici : 2rem / 3rem selon ton goût */
  }
}

/* Newsletter : input + vrai bouton séparé */
.newsletter-form__controls{
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 520px;
  margin: 0 auto;
}

/* Empêche certains thèmes de réserver une place à l'ancien bouton dans le champ */
.newsletter-form__controls .field{
  width: 100%;
}

/* Bouton "S’inscrire" */
.newsletter-form__submit{
  width: 100%;
  padding: 14px 18px;
  border: 1px solid currentColor;
  background: #000;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  line-height: 1;
  transition: opacity .25s ease;
}

.newsletter-form__submit:hover{
  opacity: .85;
}

/* Desktop : input + bouton côte à côte (option premium) */
@media screen and (min-width: 750px){
  .newsletter-form__controls{
    flex-direction: row;
    align-items: stretch;
  }
  .newsletter-form__submit{
    width: auto;
    padding: 14px 28px;
    white-space: nowrap;
  }
}

/* ==========================
   NEWSLETTER – ALIGNEMENT PARFAIT
   ========================== */

.newsletter-form__controls{
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: 560px;
  margin: 0 auto;
}

/* ======================
   NEUTRALISE LE WRAPPER
   ====================== */

.newsletter-form__controls .field{
  all: unset;
  flex: 1;
  display: block;
}

/* ======================
   INPUT EMAIL
   ====================== */

.newsletter-form__controls .field__input{
  width: 100%;
  height: 56px;                 /* 🔑 clé de l’alignement */
  padding: 0 18px;
  border: 2px solid #000000;
  border-radius: 12px;
  background: #FAF9F7;
  font-size: 15px;
  color: #000000;
  box-shadow: none;
}

.newsletter-form__controls .field__input::placeholder{
  color: #7a7a7a;
}

.newsletter-form__controls .field__input:focus{
  outline: none;
  box-shadow: 0 0 0 2px rgba(43,43,43,0.12);
}

/* Supprime totalement label & pseudo éléments */
.newsletter-form__controls label,
.newsletter-form__controls .field:before,
.newsletter-form__controls .field:after{
  display: none !important;
}

/* =========================================================
   NEWSLETTER — BOUTON "S’INSCRIRE" (STYLE AJOUTER AU PANIER)
   Ombre nette bas+droite + effet press
   ========================================================= */

/* Desktop + base */
.newsletter-form__submit{
  height: 56px;
  padding: 0 36px;

  border: 2px solid #000;
  border-radius: 999px;

  background: #F3C74A;
  color: #000;

  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;

  cursor: pointer;

  /* Ombre nette (PAS de blur) */
  box-shadow: 2px 2px 0 #000;

  transition: transform .15s ease, box-shadow .15s ease;
  -webkit-tap-highlight-color: transparent;
}

/* Hover desktop : bouton "rentre" dans l’ombre */
@media (hover: hover){
  .newsletter-form__submit:hover{
    transform: translate(2px, 2px);
    box-shadow: 0 0 0 #000;
  }
}

/* Tap mobile : même effet que hover */
@media (hover: none) and (pointer: coarse){
  .newsletter-form__submit:active{
    transform: translate(2px, 2px);
    box-shadow: 0 0 0 #000;
  }
}

/* Mobile : bouton pleine largeur (si ton layout empile) */
@media (max-width: 749px){
  .newsletter-form__submit{
    width: 100%;
  }
}

/* =========================================================
   NEWSLETTER — PLACEHOLDER "Votre adresse mail"
   ========================================================= */

/* Forcer le texte du placeholder */
.newsletter-form__controls .field__input::placeholder{
  color: #000000;
  opacity: 1; /* indispensable : certains thèmes baissent l’opacité */
}

/* Compatibilité navigateurs */
.newsletter-form__controls .field__input::-webkit-input-placeholder{
  color: #000000;
  opacity: 1;
}

.newsletter-form__controls .field__input::-moz-placeholder{
  color: #000000;
  opacity: 1;
}

.newsletter-form__controls .field__input:-ms-input-placeholder{
  color: #000000;
  opacity: 1;
}

/* ==========================
   HEADER — DESKTOP UNIQUEMENT
   ========================== */
@media screen and (min-width: 990px) {
  .header {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    grid-template-areas: "heading navigation icons" !important;
    align-items: center !important;
  }

  .header__heading,
  .header__heading-link {
    grid-area: heading !important;
    justify-self: start !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header__heading-logo {
    max-width: 300px;
  }

  .header__inline-menu {
    grid-area: navigation !important;
    justify-self: center !important;
  }

  .header__icons {
    grid-area: icons !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding-right: 0 !important;
  }

  .header__icon {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
  }

  /* ✅ correction du sélecteur */
  .header__icon .icon {
    width: 21px !important;
    height: 21px !important;
    stroke-width: 1.7 !important;
  }

  .header__icon--cart {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 989px){
  .header__heading,
  .header__heading-link,
  .header__heading-logo-wrapper{
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header__heading-logo-wrapper img,
  .header__heading-logo-wrapper svg{
    display:block !important;
    max-height: 100px;
    width:auto !important;
    height:auto !important;
  }
}

/* =====================================================
   HEADER MOBILE — AGRANDIR LE LOGO
   SANS toucher à la taille du header
   ===================================================== */
@media screen and (max-width: 989px){

  /* On ne modifie PAS le header */
  .header,
  .shopify-section-header .header{
    height: auto !important;
  }

  /* Logo : agrandissement PUREMENT VISUEL */
  .header__heading-logo-wrapper img,
  .header__heading-logo-wrapper svg{
    transform: scale(1.25);           /* 🔥 AJUSTE ICI : 1.15 / 1.2 / 1.3 */
    transform-origin: left center;
  }
}

/* =========================================
   HDF — COLLECTIONS : TITRE CENTRÉ + FLÈCHE + CARTE 100% CLIQUABLE
   (BLOC UNIQUE — pas de doublons)
   ========================================= */

/* 0) On évite tout overflow qui coupe la hitbox */
.collection-card-wrapper,
.collection-card-wrapper .card,
.collection-card-wrapper .card__inner{
  overflow: visible !important;
}

/* 1) La carte = référence */
.collection-card-wrapper .card{
  position: relative !important;
  cursor: pointer;
}

/* 2) Ton overlay (le <a>) doit couvrir TOUTE la carte */
.collection-card-wrapper .hdf-collection-overlay{
  position: absolute !important;

  /* couvre la carte entière + récupère le clic au ras du contour */
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;

  width: 100% !important;
  height: 100% !important;

  z-index: 999999 !important;
  pointer-events: auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  padding: 26px 28px !important;
  text-align: center !important;
  text-decoration: none !important;

  text-transform: uppercase !important;
  letter-spacing: .10em !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #000 !important;
}

/* 3) IMPORTANT : rien ne doit intercepter le clic au-dessus */
.collection-card-wrapper .card::before,
.collection-card-wrapper .card::after,
.collection-card-wrapper .card__inner::before,
.collection-card-wrapper .card__inner::after,
.collection-card-wrapper .card__media,
.collection-card-wrapper .card__media *,
.collection-card-wrapper .media,
.collection-card-wrapper .media *{
  pointer-events: none !important;
}

/* 4) On masque les contenus natifs (sinon doublons) */
.collection-card-wrapper .card__content{
  display: none !important;
}

/* 5) Flèche / texte */
.collection-card-wrapper .hdf-collection-overlay__arrow{
  transform: translateY(1px);
}

.collection-card-wrapper .card{
  position: relative;
  cursor: pointer;
}

.collection-card-wrapper .hdf-collection-overlay{
  position: absolute;
  inset: 0;
  z-index: 50;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 26px 28px;
  text-decoration: none;
  text-align: center;

  text-transform: uppercase;
  letter-spacing: .10em;
  font-weight: 700;
  font-size: 12px;
  color: #000;
}

.collection-card-wrapper .hdf-collection-overlay__arrow{
  transform: translateY(1px);
}

/* Pour éviter les doublons de titres natifs */
.collection-card-wrapper .card__content{
  display: none !important;
}

/* Panier : plus grand (même si .header__icon .icon force à 21px) */
#cart-icon-bubble .svg-wrapper svg,
#cart-icon-bubble svg.icon {
  width: 50px !important;
  height: 50px !important;
}


/* =========================================
   POPUP — Supprimer le trait séparateur
   entre les deux logos
   ========================================= */

.hdfr-modal__separator{
  display: none !important;
}

/* =========================================================
   POPUP HDFR — BOUTONS (style premium contour + ombre nette)
   - angles arrondis
   - contour #000000
   - bouton DROITE : texte noir + fond transparent + ombre pleine bas/droite
   ========================================================= */

/* Base : les 2 boutons */
.hdfr-modal__actions a,
.hdfr-modal__actions button{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 54px;
  padding: 0 28px;

  border: 2px solid #000000 !important;
  border-radius: 14px !important;

  font-weight: 600;
  letter-spacing: .04em;

  background: transparent !important;
  color: #000000 !important;

  box-shadow: none !important;
  cursor: pointer;
  text-decoration: none !important;
}

/* Bouton DROITE = "Continuer" (2e bouton) */
.hdfr-modal__actions a:nth-child(2),
.hdfr-modal__actions button:nth-child(2){
  background: transparent !important;  /* intérieur transparent */
  color: #000 !important;              /* texte noir */

  /* Ombre nette bas + droite (pleine) */
  box-shadow: 2px 2px 0 #000 !important;  /* ajuste : 4/4 ou 8/8 */
}

/* Hover desktop : petit "press" propre */
@media (hover:hover){
  .hdfr-modal__actions a:nth-child(2):hover,
  .hdfr-modal__actions button:nth-child(2):hover{
    transform: translate(2px, 2px);
    box-shadow: 0 0 0 #000 !important;
  }
}

/* Tap mobile : même effet */
@media (hover:none) and (pointer:coarse){
  .hdfr-modal__actions a:nth-child(2):active,
  .hdfr-modal__actions button:nth-child(2):active{
    transform: translate(2px, 2px);
    box-shadow: 0 0 0 #000 !important;
  }
}

/* =========================================================
   POPUP — SUPPRIMER LES CONTOURS RECTANGULAIRES INTERNES
   (garder uniquement le border arrondi)
   ========================================================= */

/* 1) Boutons du popup : reset total des pseudo-éléments */
.hdfr-modal__actions a::before,
.hdfr-modal__actions a::after,
.hdfr-modal__actions button::before,
.hdfr-modal__actions button::after {
  content: none !important;
  display: none !important;
}

/* 2) Supprimer outline / shadow parasites */
.hdfr-modal__actions a,
.hdfr-modal__actions button {
  outline: none !important;
  box-shadow: none; /* sera réappliqué proprement après */
}

/* 3) Supprimer tout wrapper interne qui dessine un cadre */
.hdfr-modal__actions a *,
.hdfr-modal__actions button * {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ======================
   FOOTER – TITRES DE SECTIONS
   ====================== */

.footer h2,
.footer h3,
.footer .footer-block__heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #000000;
}

/* Espacement entre les blocs */
.footer-block {
  margin-bottom: 28px;
}




/* =========================================
   PRODUCT GRID — Bordure invisible au repos,
   visible + ombre au survol
   ========================================= */

/* Cible le conteneur de la card (Dawn/Local-like) */
.card-wrapper .card,
.product-card-wrapper .card,
.card-wrapper .card--standard,
.card-wrapper .card--card {
  border: 2px solid transparent !important;  /* invisible au repos */
  box-shadow: none !important;               /* pas d’ombre au repos */
  border-radius: 28px !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  will-change: border-color, box-shadow, transform;
}

/* Au survol : bordure + ombre */
@media (hover: hover) and (pointer: fine) {
  .card-wrapper:hover .card,
  .product-card-wrapper:hover .card,
  .card-wrapper:hover .card--standard,
  .card-wrapper:hover .card--card {
    border-color: #000000 !important;
    box-shadow: 3px 3px 0 #000 !important; /* même esprit que tes boutons */
    transform: translate(-1px, -1px);
  }
}

/* =========================================================
   PRODUCT GRID — MOBILE : effet au TAP (focus / active)
   ========================================================= */

/* 1) Quand on tape sur la carte (active) */
@media (hover: none) and (pointer: coarse) {
  .card-wrapper:active .card,
  .product-card-wrapper:active .card,
  .card-wrapper:active .card--standard,
  .card-wrapper:active .card--card {
    border-color: #000000 !important;
    box-shadow: 3px 3px 0 #000 !important;
    transform: translate(-1px, -1px);
  }
}

/* 2) Quand un élément dans la card est sélectionné (focus) */
@media (hover: none) and (pointer: coarse) {
  .card-wrapper:focus-within .card,
  .product-card-wrapper:focus-within .card,
  .card-wrapper:focus-within .card--standard,
  .card-wrapper:focus-within .card--card {
    border-color: #000000 !important;
    box-shadow: 3px 3px 0 #000 !important;
    transform: translate(-1px, -1px);
  }
}

/* 3) IMPORTANT : ne force plus “neutre” sur mobile (on supprime l’ancien bloc) */
@media (hover: none) {
  .card-wrapper .card,
  .product-card-wrapper .card,
  .card-wrapper .card--standard,
  .card-wrapper .card--card {
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }
}


/* =========================================================
   DAWN — LISTE DES COLLECTIONS (MOBILE + CARROUSEL)
   - cartes visibles entièrement
   - largeur réduite (effet premium swipe)
   - hauteur réduite
   - titres + flèche parfaitement centrés
   ========================================================= */

@media screen and (max-width: 749px) {

  /* --- Slider : pas d'effet "coupé" sur les côtés --- */
  .collection-list-wrapper .slider,
  .collection-list-wrapper .slider__viewport {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* --- Largeur des encadrés + espacements --- */
  .collection-list-wrapper .slider__slide {
    flex: 0 0 50% !important;        /* 🔑 largeur carte (70–85%) */
    max-width: 50% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;

    /* évite que le slide ajoute de la hauteur */
    align-items: stretch !important;
  }

  /* Centrage du carrousel (1ère carte bien placée) */
  .collection-list-wrapper .slider {
    scroll-padding-left: 14% !important;
  }

  /* --- Carte : taille / rayon --- */
  .collection-list-wrapper .card,
  .collection-list-wrapper .collection-card {
    height: 130px !important;        /* 🔑 hauteur (150–180px) */
    min-height: 0 !important;
    border-radius: 30px !important;
    overflow: hidden !important;
  }

  /* --- Contenu : centrage vertical + horizontal --- */
  .collection-list-wrapper .card__content,
  .collection-list-wrapper .collection-card__info {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;      /* centre vertical */
    justify-content: center !important;  /* centre horizontal */
    padding: 14px !important;
    text-align: center !important;
  }

  /* --- Titre + flèche : un seul bloc centré --- */
  .collection-list-wrapper .card__heading,
  .collection-list-wrapper .collection-card__title,
  .collection-list-wrapper .card__heading a,
  .collection-list-wrapper .collection-card__title a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 auto !important;
    text-align: center !important;
    transform: none !important;          /* annule tout ancien décalage */
  }

  /* --- Flèche stable --- */
  .collection-list-wrapper .icon-arrow,
  .collection-list-wrapper .icon-wrap,
  .collection-list-wrapper .icon,
  .collection-list-wrapper svg {
    flex-shrink: 0 !important;
  }
}

/* =========================================================
   DAWN — FORCER centrage titre + flèche (mobile + carrousel)
   Compatible flèche en SVG OU en ::after
   ========================================================= */

@media screen and (max-width: 749px) {

  /* Le bloc texte dans la card (Dawn) */
  .collection-list-wrapper .card__information {
    display: flex !important;
    align-items: center !important;     /* centre vertical */
    justify-content: center !important; /* centre horizontal */
    height: 100% !important;
    text-align: center !important;
  }

  /* Le lien du titre devient un "inline-flex" centré */
  .collection-list-wrapper .card__heading,
  .collection-list-wrapper .card__heading a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    width: max-content !important;
  }

  /* CAS 1 : si la flèche est un élément (svg / icon-wrap) poussé à droite */
  .collection-list-wrapper .card__heading a .icon-wrap,
  .collection-list-wrapper .card__heading a svg,
  .collection-list-wrapper .card__heading a .icon {
    position: static !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    flex: 0 0 auto !important;
  }

  /* CAS 2 : si la flèche est un pseudo-élément ::after collé à droite */
  .collection-list-wrapper .card__heading a::after {
    position: static !important;
    margin: 0 0 0 10px !important;
    inset: auto !important;
    transform: none !important;
    float: none !important;
  }

  /* Neutralise toute ancienne bidouille de décalage */
  .collection-list-wrapper .card__heading,
  .collection-list-wrapper .card__heading a {
    transform: none !important;
  }
}

/* =========================================================
   HDF — COLLECTIONS (MOBILE + CARROUSEL)
   Centrer le texte dans chaque carte + léger décalage à gauche
   (cible ton overlay .hdf-collection-overlay, pas le titre Dawn)
   ========================================================= */

@media screen and (max-width: 749px){

  /* 1) La carte sert de "boîte" */
  .collection-list-wrapper .collection-card-wrapper .card{
    position: relative !important;
  }

  /* 2) Ton overlay = le vrai texte à centrer */
  .collection-list-wrapper .collection-card-wrapper .hdf-collection-overlay{
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;

    display: flex !important;
    align-items: center !important;      /* centre vertical */
    justify-content: center !important;  /* centre horizontal */
    text-align: center !important;

    /* on évite que ça pousse à droite */
    padding: 0 14px !important;
  }

  /* 3) Bloc texte+flèche (même si c’est juste du texte + un span) */
  .collection-list-wrapper .collection-card-wrapper .hdf-collection-overlay{
    gap: 14px !important;
    white-space: nowrap !important;
  }

  /* 4) Effet "desktop" : on décale légèrement tout le bloc à gauche */
  .collection-list-wrapper .collection-card-wrapper .hdf-collection-overlay{
    transform: translateX(-10px) !important; /* ajuste : -6 à -14px */
  }

  /* 5) Flèche stable (si tu as une classe dédiée) */
  .collection-list-wrapper .collection-card-wrapper .hdf-collection-overlay__arrow{
    flex: 0 0 auto !important;
    transform: translateY(1px) !important;
  }
}

/* =========================================
   BANNIÈRE AVEC IMAGE – BOUTONS PLUS COMPACTS
   ========================================= */

/* Desktop + Mobile */
.banner__buttons .button {
  padding: 10px 22px !important; /* réduit largeur + hauteur */
  min-width: auto !important;   /* supprime largeur forcée */
  font-size: 14px;              /* plus équilibré */
  line-height: 1.2;
}

/* Mobile : encore un peu plus serré */
@media screen and (max-width: 749px) {
  .banner__buttons .button {
    padding: 8px 18px !important;
    font-size: 13px;
  }
}

/* =========================================
   HEADER – RÉDUCTION ÉPAISSEUR DESKTOP
   ========================================= */

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

/* Pop-up redirection – titre plus affirmé */
#external-redirect-modal .hdfr-modal__title{
  font-weight: 800; /* ou 700 si tu veux un peu moins fort */
}

/* Bouton CONTINUER – CTA principal */
#external-redirect-modal #hdfr-modal-continue{
  background-color: #F3C74A !important;
  color: #000 !important;
  border-color: #000 !important;
}

/* Séparateur sous le titre (Halles de France) */
#external-redirect-modal .hdfr-modal__divider{
  display: block;
  width: 90px;                 /* ajuste si tu veux plus long */
  height: 3px;                 /* épaisseur */
  margin: 10px auto 18px;      /* espace au-dessus et en dessous */
  background: rgba(0,0,0,0.18);
  border-radius: 999px;
}

/* =========================================
   POPUP REDIRECTION — OVERRIDES (ULTRA SPECIFIQUES)
   ========================================= */

/* 1) Pop-up plus large (aérer le texte) */
#external-redirect-modal.hdfr-modal .hdfr-modal__dialog,
#external-redirect-modal .hdfr-modal__dialog{
  max-width: 600px !important;      /* 🔥 largeur (teste 780 / 860 / 920) */
  width: calc(100% - 60px) !important;
  padding: 34px 42px 38px !important;
}

/* Mobile */
@media (max-width: 480px){
  #external-redirect-modal.hdfr-modal .hdfr-modal__dialog,
  #external-redirect-modal .hdfr-modal__dialog{
    width: calc(100% - 28px) !important;
    padding: 28px 18px 30px !important;
  }
}

/* 2) Titre “Un partenariat engagé” en GRAS */
#external-redirect-modal .hdfr-modal__title{
  font-weight: 800 !important;
}

/* 3) Séparateur SOUS le titre (si tu utilises .hdfr-modal__divider) */
#external-redirect-modal .hdfr-modal__divider{
  display: block !important;
  width: 90px !important;
  height: 3px !important;
  margin: 10px auto 18px !important;
  background: rgba(0,0,0,0.18) !important;
  border-radius: 999px !important;
}

/* 4) Bouton CONTINUER en jaune (cible par ID + fallback) */
#external-redirect-modal #hdfr-modal-continue,
#external-redirect-modal a#hdfr-modal-continue,
#external-redirect-modal button#hdfr-modal-continue{
  background: #F3C74A !important;
  color: #000 !important;
  border-color: #000 !important;
}

/* 5) Si ton “Continuer” n’a PAS l’ID, on prend le dernier bouton comme fallback */
#external-redirect-modal .hdfr-modal__actions a:last-child,
#external-redirect-modal .hdfr-modal__actions button:last-child{
  background: #F3C74A !important;
  color: #000 !important;
  border-color: #000 !important;
}

.footer__payment-icons{
  display:flex !important;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:16px;
}
.footer__payment-icon svg{
  height:28px !important;
  width:auto !important;
  display:block !important;
}

/* =========================================================
   NEWSLETTER — Formulaire
   ========================================================= */

/* Wrapper du formulaire */
.newsletter-form,
.newsletter__form{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* Form = input + bouton */
.newsletter-form form{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

/* Input email */
.newsletter-form input[type="email"],
.newsletter__input{
  width: 420px;
  max-width: 100%;
  padding: 16px 20px;
  border-radius: 999px;
}

/* Bouton s’inscrire */
.newsletter-form button,
.newsletter__button{
  padding: 16px 36px;
  border-radius: 999px;
}

/* Responsive mobile */
@media screen and (max-width: 749px){
  .newsletter-form form{
    flex-direction: column;
    gap: 16px;
  }

  .newsletter-form input[type="email"],
  .newsletter__input{
    width: 100%;
  }
}

/* =========================================================
   CHECKOUT BUTTON — Panier (push + suppression cadre)
   ========================================================= */

button[name="checkout"],
input[name="checkout"]{
  position: relative;
  border: 2px solid #000000 !important;
  border-radius: 999px !important;
  box-shadow: 2px 2px 0 #000000 !important;

  outline: none !important;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;

  transition: transform .25s ease, box-shadow .25s ease;
}

/* Supprime cadres / pseudo-éléments du thème */
button[name="checkout"]::before,
button[name="checkout"]::after,
input[name="checkout"]::before,
input[name="checkout"]::after{
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

/* Focus */
button[name="checkout"]:focus,
button[name="checkout"]:focus-visible,
input[name="checkout"]:focus,
input[name="checkout"]:focus-visible{
  outline: none !important;
  box-shadow: 2px 2px 0 #000000 !important;
}

/* PUSH : hover + clic / tap */
button[name="checkout"]:hover,
button[name="checkout"]:active,
button[name="checkout"]:focus,
input[name="checkout"]:hover,
input[name="checkout"]:active,
input[name="checkout"]:focus{
  transform: translate(2px, 2px);
  box-shadow: 0 0 0 #000000 !important;
}

/* =========================================================
   FIX SPACING — rapprocher collections -> newsletter
   (agit sur la SECTION, pas sur le wrapper interne)
   ========================================================= */

/* 1) On remonte la section newsletter */
.shopify-section.section:has(.newsletter__wrapper),
.shopify-section:has(.newsletter__wrapper) {
  margin-top: -30px !important;   /* 🔥 réduit l’espace : teste -40 / -60 / -80 */
  padding-top: 0 !important;
}

/* 2) On garde un espace propre avant le footer */
.shopify-section:has(.newsletter__wrapper) {
  margin-bottom: 70px !important; /* ajuste : 60 / 80 / 100 */
}

/* =========================================================
   FORCE CENTER — input + bouton dans la newsletter
   ========================================================= */

.newsletter__wrapper * {
  text-align: center;
}

/* Centre le bloc controls (input + bouton) */
.newsletter__wrapper .newsletter-form__controls {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
}

/* Desktop : côte à côte centré */
@media (min-width: 750px) {
  .newsletter__wrapper .newsletter-form__controls {
    flex-direction: row !important;
    gap: 18px !important;
  }
}

/* Mobile : empilé centré */
@media (max-width: 749px) {
  .newsletter__wrapper .newsletter-form__controls {
    flex-direction: column !important;
    gap: 14px !important;
  }
  .newsletter__wrapper .newsletter-form__controls .field,
  .newsletter__wrapper .newsletter-form__controls .field__input,
  .newsletter__wrapper .newsletter-form__submit {
    width: 100% !important;
    max-width: 520px !important;
  }
}

/* Style appliqué UNIQUEMENT au bouton taggé par JS */
.hdf-emptycart-cta {
  border: 2px solid #111 !important;
  box-shadow: 2px 2px 0 #111 !important; /* ombre au repos */
  border-radius: 999px !important;
  outline: none !important;              /* supprime outline */
  transition: transform .25s ease, box-shadow .15s ease, outline .15s ease !important;
}

/* IMPORTANT : enlever le cadre jaune (focus ring Shopify / navigateur) */
.hdf-emptycart-cta:focus,
.hdf-emptycart-cta:focus-visible,
.hdf-emptycart-cta:focus-within {
  outline: none !important;
  box-shadow: 2px 2px 0 #111 !important; /* on garde l'ombre normale au focus */
}

/* Si le thème dessine un "ring" via pseudo-élément */
.hdf-emptycart-cta::after,
.hdf-emptycart-cta::before {
  box-shadow: none !important;
  outline: none !important;
}

/* Effet PUSH au survol : le bouton s'enfonce et l'ombre disparaît */
.hdf-emptycart-cta:hover {
  transform: translate(2px, 2px) !important;
  box-shadow: 0 0 0 #111 !important;
}

/* =========================================================
   FREE SHIPPING BAR — COULEUR PROGRESS (override hard)
   - Par défaut (frais payants) : bordeaux #000000
   - Livraison offerte : vert #5A7A2E
   ========================================================= */

/* ✅ Cas le plus courant : div .free-shipping-bar-progress */
.free-shipping-bar-wrapper .free-shipping-bar .free-shipping-bar-progress{
  background-color: #000000 !important;
  background: #000000 !important;
}

/* ✅ Si le thème met la couleur sur un ::before/::after */
.free-shipping-bar-wrapper .free-shipping-bar .free-shipping-bar-progress::before,
.free-shipping-bar-wrapper .free-shipping-bar .free-shipping-bar-progress::after{
  background-color: #000000 !important;
  background: #000000 !important;
}

/* ✅ État "livraison offerte" : on cible plusieurs classes possibles */
.free-shipping-bar-wrapper.success .free-shipping-bar-progress,
.free-shipping-bar-wrapper.is-success .free-shipping-bar-progress,
.free-shipping-bar-wrapper.free-shipping--success .free-shipping-bar-progress,
.free-shipping-text.success ~ .free-shipping-bar .free-shipping-bar-progress{
  background-color: #5A7A2E !important;
  background: #5A7A2E !important;
}

/* ✅ Cas où c’est un élément <progress> */
.free-shipping-bar-wrapper progress{
  color: #000000 !important;
}

.free-shipping-bar-wrapper progress::-webkit-progress-value{
  background-color: #000000 !important;
}

.free-shipping-bar-wrapper progress::-moz-progress-bar{
  background-color: #000000 !important;
}

/* ✅ <progress> en succès */
.free-shipping-bar-wrapper.success progress,
.free-shipping-bar-wrapper.is-success progress,
.free-shipping-bar-wrapper.free-shipping--success progress{
  color: #5A7A2E !important;
}

.free-shipping-bar-wrapper.success progress::-webkit-progress-value,
.free-shipping-bar-wrapper.is-success progress::-webkit-progress-value,
.free-shipping-bar-wrapper.free-shipping--success progress::-webkit-progress-value{
  background-color: #5A7A2E !important;
}

.free-shipping-bar-wrapper.success progress::-moz-progress-bar,
.free-shipping-bar-wrapper.is-success progress::-moz-progress-bar,
.free-shipping-bar-wrapper.free-shipping--success progress::-moz-progress-bar{
  background-color: #5A7A2E !important;
}

/* =========================================================
   HERO (image d’accueil) — Boutons premium
   Fond jaune + texte noir + contour + ombre + arrondi
   Cible : boutons dans la bannière Dawn (.banner__buttons)
   ========================================================= */

.banner__buttons .button,
.banner__buttons a.button,
.banner__buttons button.button {
  background: #F3C74A !important;
  color: #000000 !important;

  border: 2px solid #000000 !important;
  border-radius: 999px !important;

  /* ombre nette bas + droite */
  box-shadow: 2px 2px 0 #000000 !important;

  /* un peu plus "chic" */
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  text-transform: none !important;

  padding: 14px 28px !important;
  min-height: 52px !important;

  /* pas de cadre/flash mobile */
  outline: none !important;
  -webkit-tap-highlight-color: transparent;

  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

/* Supprime les pseudo-éléments de Dawn qui ajoutent parfois un cadre */
.banner__buttons .button::before,
.banner__buttons .button::after {
  content: none !important;
  display: none !important;
}

/* Hover desktop : effet press (ombre disparaît) */
@media (hover: hover) and (pointer: fine) {
  .banner__buttons .button:hover {
    transform: translate(3px, 3px);
    box-shadow: 0 0 0 #000000 !important;
  }
}

/* Tap mobile : même effet */
@media (hover: none) and (pointer: coarse) {
  .banner__buttons .button:active {
    transform: translate(3px, 3px);
    box-shadow: 0 0 0 #000000 !important;
  }
}

/* =========================================================
   HERO — Boutons PLUS PETITS sur MOBILE
   (n'impacte PAS desktop)
   ========================================================= */
@media (max-width: 749px) {
  .banner__buttons .button,
  .banner__buttons a.button,
  .banner__buttons button.button {
    padding: 10px 20px !important;   /* ↓ padding */
    min-height: 42px !important;     /* ↓ hauteur */
    font-size: 14px !important;      /* ↓ taille texte */
    letter-spacing: .04em !important;/* ↓ tracking */
  }
}


/* =========================================================
   COLLECTION LIST 
   Bouton en bas de la carte : titre + rond flèche
   ========================================================= */

.collection-list-wrapper .card,
.collection-list-wrapper .collection-card-wrapper .card{
  position: relative !important;
  overflow: hidden !important; /* pour garder le bouton dans les angles */
}

/* Le bouton */
.collection-list-wrapper .hdf-collection-cta{
  position: absolute !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  z-index: 5 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;

  padding: 14px 16px !important;

  background: #FAF9F7 !important;
  color: #000000 !important;
  border: 1.5px solid #000000 !important;
  border-radius: 999px !important;

  /* ombre nette bas + droite */
  box-shadow: 0px 0px 0 #000000 !important;

  text-decoration: none !important;

  /* typo */
  font-weight: 700 !important;
  letter-spacing: .04em !important;

  -webkit-tap-highlight-color: transparent;
  transition: transform .18s ease, box-shadow .18s ease;
}

/* Texte */
.collection-list-wrapper .hdf-collection-cta__label{
  display: block;
  line-height: 1;
}

/* Rond flèche */
.collection-list-wrapper .hdf-collection-cta__icon{
  width: 34px !important;
  height: 34px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 2px solid #000000 !important;
  border-radius: 999px !important;

  background: #F3C74A !important;
  color: #000000 !important;

  font-size: 16px !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
}

@media (hover: none) and (pointer: coarse){
  .collection-list-wrapper .hdf-collection-cta:active{
    transform: translate(3px, 3px);
    box-shadow: 0 0 0 #000000 !important;
  }
}

/* Mobile : un peu plus compact */
@media (max-width: 749px){
  .collection-list-wrapper .hdf-collection-cta{
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    padding: 12px 14px !important;
  }
}

/* =========================================================
   HDF — COLLECTION LIST : HOME
   Grille figée (PAS de carrousel, PAS de ligne unique)
   Desktop : 3 colonnes → 2 lignes
   Mobile  : 2 colonnes → 3 lignes
   ========================================================= */

/* --- RESET anti-carrousel : HOME UNIQUEMENT --- */
.template-index .collection-list-wrapper .slider,
.template-index .collection-list-wrapper .slider__viewport,
.template-index .collection-list-wrapper .collection-list{
  overflow: visible !important;
}

/* ✅ IMPORTANT : Dawn utilise souvent .slider__grid (pas .grid)
   Donc on force la grille sur les deux */
.template-index .collection-list-wrapper .grid,
.template-index .collection-list-wrapper .slider__grid{
  display: grid !important;                 /* force grille */
  grid-auto-flow: row !important;           /* 🔒 retour à la ligne OBLIGATOIRE */

  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;

  overflow: visible !important;             /* pas de scroll */
  overflow-x: visible !important;           /* 🔒 casse le scroll horizontal */
  
  flex-wrap: unset !important;              /* 🔒 casse le nowrap si c'était un flex */
}

/* Sécurité : on annule tout héritage “slide/flex” */
.template-index .collection-list-wrapper .grid__item,
.template-index .collection-list-wrapper .slider__slide{
  flex: initial !important;
  width: auto !important;
  max-width: none !important;
}

/* ================= DESKTOP ================= */
@media screen and (min-width: 990px){
  .template-index .collection-list-wrapper .grid,
  .template-index .collection-list-wrapper .slider__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

/* ================= MOBILE ================= */
@media screen and (max-width: 749px){
  .template-index .collection-list-wrapper .grid,
  .template-index .collection-list-wrapper .slider__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;

    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}


/* Hauteur carte + bouton collé en bas */
.collection-list-wrapper .collection-card-wrapper .card{
  position: relative !important;
  height: 260px !important; /* desktop par défaut */
}

@media (max-width: 749px){
  .collection-list-wrapper .collection-card-wrapper .card{
    height: 200px !important; /* mobile */
  }
}

.collection-list-wrapper .hdf-collection-cta{
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
}

/* =========================================================
   HDF — COLLECTION LIST : MOBILE FIX
   - cartes moins hautes
   - CTA fin + texte responsive
   ========================================================= */
@media screen and (max-width: 749px){

  /* 1) Cartes plus basses */
  .collection-list-wrapper .collection-card-wrapper .card{
    height: 115px !important;          /* 🔥 ajuste : 130 / 140 / 150 */
    border-radius: 20px !important;
    overflow: hidden !important;
  }

  /* 2) Si ton "fond" ou inner force de la hauteur */
  .collection-list-wrapper .card__inner,
  .collection-list-wrapper .card__content{
    height: 100% !important;
  }

  /* 3) CTA : fin, collé en bas, dans la largeur de la carte */
  .collection-list-wrapper .hdf-collection-cta{
    position: absolute !important;
    left: 3px !important;
    right: 3px !important;
    bottom: 3px !important;

    min-height: 35px !important;       /* ✅ bouton plus fin */
    padding: 1px 12px !important;      /* ✅ moins “haut” */
    border-radius: 999px !important;

    gap: 15px !important;
    box-shadow: 0px 0px 0 #000000 !important; /* un peu plus discret */
  }

  /* 4) Texte : plus petit + 2 lignes max (sinon déborde) */
  .collection-list-wrapper .hdf-collection-cta__label{
    font-size: 10px !important;        /* 🔥 ajuste : 12 / 13 / 14 */
    line-height: 1.2 !important;
    font-weight: 700 !important;

    text-align: left !important;       /* mieux sur mobile */
    margin: 0 !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* 5) Rond flèche : plus petit */
  .collection-list-wrapper .hdf-collection-cta__icon{
    width: 26px !important;
    height: 26px !important;
    font-size: 14px !important;
    border-width: 1.5px !important;
    flex: 0 0 26px !important;
  }

  /* 6) Sécurité anti-débordement */
  .collection-list-wrapper .hdf-collection-cta,
  .collection-list-wrapper .hdf-collection-cta *{
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* =========================================================
   HDF — COLLECTION LIST : DESKTOP FIX
   - cartes plus basses
   - CTA fin + texte responsive
   ========================================================= */
@media screen and (min-width: 750px){

  /* 1) Cartes : plus basses et plus élégantes */
  .collection-list-wrapper .collection-card-wrapper .card{
    height: 200px !important;          /* 🔥 ajuste : 180 / 200 / 220 */
    border-radius: 26px !important;
    overflow: hidden !important;
  }

  /* 2) Forcer l’inner à respecter la hauteur */
  .collection-list-wrapper .card__inner,
  .collection-list-wrapper .card__content{
    height: 100% !important;
  }

  /* 3) CTA desktop : fin mais plus confortable que mobile */
  .collection-list-wrapper .hdf-collection-cta{
    position: absolute !important;
    left: 5px !important;
    right: 5px !important;
    bottom: 5px !important;

    min-height: 42px !important;
    padding: 8px 18px !important;      /* 🔥 plus respirant qu’en mobile */
    border-radius: 999px !important;

    gap: 18px !important;
    box-shadow: 0px 0px 0 #000000 !important;
  }

    /* 4) Texte : HOME = 1 ligne, PAGES COLLECTION = 2 lignes (sans ...) */
  .collection-list-wrapper .hdf-collection-cta__label{
    font-size: 14px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;

    text-align: center !important;
    margin: 0 !important;

    /* par défaut (home) */
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* ✅ SUR PAGES COLLECTION uniquement : pas d’ellipsis, 2 lignes max */
  body.template-collection .collection-list-wrapper .hdf-collection-cta__label{
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }


  /* 5) Rond flèche : proportion desktop */
  .collection-list-wrapper .hdf-collection-cta__icon{
    width: 30px !important;
    height: 30px !important;
    font-size: 15px !important;
    border-width: 2px !important;
    flex: 0 0 30px !important;
  }

  /* 6) Sécurité anti-débordement */
  .collection-list-wrapper .hdf-collection-cta,
  .collection-list-wrapper .hdf-collection-cta *{
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* TITRE des sections "Collection vedette" (sans changer la police) */
.collection[id^="collection-"] .collection__title .title.inline-richtext {
  font-size: 45px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  text-align: center !important;
  text-transform: none;      /* optionnel */
  letter-spacing: 0.04em;         /* optionnel */
}

/* HDF — Featured collection title: force size + weight (desktop + mobile) */
#MainContent .collection[id^="collection-"] .collection__title .title.inline-richtext,
#MainContent .collection[id^="collection-"] .collection__title .title.inline-richtext.h0,
#MainContent .collection[id^="collection-"] .collection__title .title.inline-richtext.h1,
#MainContent .collection[id^="collection-"] .collection__title .title.inline-richtext.h2,
#MainContent .collection[id^="collection-"] .collection__title .title.inline-richtext.hxl,
#MainContent .collection[id^="collection-"] .collection__title .title.inline-richtext.hxxl{
  font-weight: 700 !important;
  font-size: clamp(30px, 7.5vw, 45px) !important; /* ✅ petit mobile, grand desktop */
  line-height: 1.05 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
}



@media (max-width: 749px){
  .collection[id^="collection-"] .collection__title .title.inline-richtext {
    font-size: 30px !important;
  }
}

/* TITRE "L'APÉRITIF" (section collection-list) */
.section-collection-list .collection-list-title {
  font-size: 45px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  text-align: center !important;
  text-transform: none !important; /* optionnel */
  letter-spacing: 0.04em !important;    /* optionnel */
}

/* ================================
   COLLECTION LIST — TITRE (MOBILE ONLY)
   ================================ */
@media (max-width: 749px){

  /* Dawn : le titre de section est quasi toujours ici */
  .section-collection-list .title-wrapper-with-link .title,
  .section-collection-list .title-wrapper-with-link .title.inline-richtext,
  .section-collection-list .title-wrapper-with-link h2.title,
  .section-collection-list .title-wrapper-with-link .h1,
  .section-collection-list .title-wrapper-with-link .h2{
    font-size: 30px !important;     /* ✅ réduit ici */
    font-weight: 700 !important;    /* ✅ moins gras */
    color: #000000 !important;      /* ✅ couleur */
    line-height: 1.15 !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    text-align: center !important;
  }
}


/* CENTRAGE RÉEL du titre "L'APÉRITIF" */
.section-collection-list .title-wrapper-with-link {
  justify-content: center !important;
  text-align: center !important;
}

.section-collection-list .collection-list-title {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  display: inline-block; /* clé */
}

/* =========================================================
   HDFR – External redirect modal (Dawn)
   Texte noir (pas gris) + strong vraiment gras
   Cible : #external-redirect-modal
   ========================================================= */

#external-redirect-modal .hdfr-modal__content,
#external-redirect-modal .hdfr-modal__title,
#external-redirect-modal .hdfr-modal__text,
#external-redirect-modal .hdfr-modal__text--secondary {
  color: #111 !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* Dawn met souvent un rgba gris sur les <p> / .rte -> on écrase */
#external-redirect-modal p,
#external-redirect-modal .hdfr-modal__content p {
  color: #111 !important;
  opacity: 1 !important;
}

/* Gras : on force la graisse (Dawn peut le “délaver”) */
#external-redirect-modal strong,
#external-redirect-modal b {
  color: #111 !important;
  font-weight: 800 !important; /* mets 700 si tu veux plus soft */
  opacity: 1 !important;
}

/* (Optionnel) si tu veux que le texte secondaire soit aussi noir franc */
#external-redirect-modal .hdfr-modal__text--secondary {
  color: #111 !important;
}

/* =========================================================
   THEME — CART DRAWER (mini-cart)
   Fond #FAF9F7 + textes #000000
   ========================================================= */

/* 1) Cibles robustes (Local varie selon versions) */
:root {
  --hdf-drawer-bg: #FAF9F7;
  --hdf-drawer-fg: #000000;
}

/* Conteneurs drawer / mini-cart */
body :is(
  #CartDrawer,
  #cart-drawer,
  .cart-drawer,
  .drawer,
  .drawer--right,
  .drawer--cart,
  .mini-cart,
  .minicart,
  .ajaxcart,
  .ajaxcart__drawer,
  .cart-notification,
  .cart-notification-wrapper
) {
  background: var(--hdf-drawer-bg) !important;
  background-color: var(--hdf-drawer-bg) !important;
  color: var(--hdf-drawer-fg) !important;
}

/* 2) Tous les textes dedans */
body :is(
  #CartDrawer,
  #cart-drawer,
  .cart-drawer,
  .drawer,
  .drawer--cart,
  .mini-cart,
  .ajaxcart__drawer,
  .cart-notification
) * {
  color: var(--hdf-drawer-fg) !important;
}

/* 3) Icônes / SVG (croix, check, etc.) */
body :is(
  #CartDrawer,
  #cart-drawer,
  .cart-drawer,
  .drawer,
  .drawer--cart,
  .mini-cart,
  .ajaxcart__drawer,
  .cart-notification
) svg,
body :is(
  #CartDrawer,
  #cart-drawer,
  .cart-drawer,
  .drawer,
  .drawer--cart,
  .mini-cart,
  .ajaxcart__drawer,
  .cart-notification
) svg * {
  fill: var(--hdf-drawer-fg) !important;
  stroke: var(--hdf-drawer-fg) !important;
}

/* 4) Fonds internes (souvent il y a un "inner" qui garde la couleur) */
body :is(
  #CartDrawer,
  #cart-drawer,
  .cart-drawer,
  .drawer,
  .drawer--cart,
  .mini-cart,
  .ajaxcart__drawer,
  .cart-notification
) :is(
  .drawer__inner,
  .drawer__content,
  .ajaxcart__inner,
  .ajaxcart__content,
  .mini-cart__inner,
  .cart-notification__content
) {
  background: var(--hdf-drawer-bg) !important;
  background-color: var(--hdf-drawer-bg) !important;
}

/* 5) Liens (ex: "Continuer les achats") */
body :is(#CartDrawer, #cart-drawer, .drawer--cart, .mini-cart, .ajaxcart__drawer, .cart-notification) a {
  color: var(--hdf-drawer-fg) !important;
}

/* 6) Boutons (si Local les stylise via variables) */
body :is(#CartDrawer, #cart-drawer, .drawer--cart, .mini-cart, .ajaxcart__drawer, .cart-notification) button,
body :is(#CartDrawer, #cart-drawer, .drawer--cart, .mini-cart, .ajaxcart__drawer, .cart-notification) .button {
  color: var(--hdf-drawer-fg) !important;
}

/* =========================================================
   THEME — CART DRAWER BOUTONS
   ========================================================= */

/* Bouton "Voir le panier" */
body :is(
  #CartDrawer,
  #cart-drawer,
  .drawer--cart,
  .mini-cart,
  .ajaxcart__drawer,
  .cart-notification
) a[href*="/cart"],
body :is(
  #CartDrawer,
  #cart-drawer,
  .drawer--cart,
  .mini-cart,
  .ajaxcart__drawer,
  .cart-notification
) .button--secondary {
  background-color: #FAF9F7 !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 999px !important;
}

/* Bouton "Procéder au paiement" */
body :is(
  #CartDrawer,
  #cart-drawer,
  .drawer--cart,
  .mini-cart,
  .ajaxcart__drawer,
  .cart-notification
) a[href*="/checkout"],
body :is(
  #CartDrawer,
  #cart-drawer,
  .drawer--cart,
  .mini-cart,
  .ajaxcart__drawer,
  .cart-notification
) .button--primary {
  background-color: #F3C74A !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  border-radius: 999px !important;
}

/* =========================================================
   THEME — enlever le petit rectangle interne sur "Voir le panier"
   ========================================================= */

body :is(#CartDrawer, #cart-drawer, .drawer--cart, .mini-cart, .ajaxcart__drawer, .cart-notification)
a[href*="/cart"]{
  outline: none !important;
  box-shadow: none !important;
}

/* Pseudo-éléments / overlays qui créent souvent ce rectangle */
body :is(#CartDrawer, #cart-drawer, .drawer--cart, .mini-cart, .ajaxcart__drawer, .cart-notification)
a[href*="/cart"]::before,
body :is(#CartDrawer, #cart-drawer, .drawer--cart, .mini-cart, .ajaxcart__drawer, .cart-notification)
a[href*="/cart"]::after{
  content: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Si le thème met un fond sur un enfant (span/em) */
body :is(#CartDrawer, #cart-drawer, .drawer--cart, .mini-cart, .ajaxcart__drawer, .cart-notification)
a[href*="/cart"] > *{
  background: transparent !important;
  box-shadow: none !important;
}

/* Cas “focus ring” (clic clavier / mobile) */
body :is(#CartDrawer, #cart-drawer, .drawer--cart, .mini-cart, .ajaxcart__drawer, .cart-notification)
a[href*="/cart"]:focus,
body :is(#CartDrawer, #cart-drawer, .drawer--cart, .mini-cart, .ajaxcart__drawer, .cart-notification)
a[href*="/cart"]:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}


/* =========================
   CARDS PRODUITS — angles
   ========================= */
.product-item,
.product-card,
.card-product,
.card--product,
.product-grid-item,
.product-grid .grid__item .card {
  border-radius: 10px !important; /* <-- augmente/diminue ici */
  overflow: hidden !important;
}

/* Si l'image est dans un bloc séparé, on arrondit aussi l'image */
.product-item img,
.product-card img,
.card-product img,
.card--product img,
.product-grid-item img,
.product-grid .grid__item .card img {
  border-radius: 24px !important; /* même valeur */
}

/* =========================================================
   PRODUCT GRID — réduire l’espace SOUS le bouton
   (c’est le padding-bottom de la card)
   ========================================================= */

/* Option A : réduire juste le bas */
.card-wrapper > .card{
  padding-bottom: 0px !important; /* teste 6 / 8 / 10 / 12 */
}

/* Bonus : si le bloc quick-add ajoute un margin-bottom */
.card-wrapper .quick-add{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Et si le thème met une marge sur le dernier élément */
.card-wrapper .card__content > :last-child{
  margin-bottom: 0 !important;
}

@media (max-width: 749px){
  .product-grid .card-wrapper > .card{
    padding-bottom: 10px !important; /* garde un bas propre */
  }
}


/* =========================================================
   DAWN — 3 SLIDERS DESKTOP (STABLE ENTRE PAGES)
   On décale le CONTENU interne (stable), pas les colonnes du header
   ========================================================= */
@media (min-width: 990px) {

  :root{
    --hdf-logo-x: -70px;   /* négatif = gauche, positif = droite */
    --hdf-menu-x: -31px;     /* négatif = gauche, positif = droite */
    --hdf-icons-x: 70px;   /* négatif = gauche, positif = droite */
  }

  /* 1) LOGO : on déplace le lien/logo, pas le bloc heading */
  .header__heading-link,
  .header__heading-logo-wrapper{
    transform: translateX(var(--hdf-logo-x)) !important;
    will-change: transform;
  }

  /* 2) MENUS : on déplace la liste interne (stable), pas le conteneur grid */
  .header__inline-menu .list-menu--inline{
    transform: translateX(var(--hdf-menu-x)) !important;
    will-change: transform;
  }

  /* Menu sur 1 ligne */
  .header__inline-menu,
  .header__inline-menu .list-menu--inline{
    white-space: nowrap !important;
  }
  .header__inline-menu .list-menu--inline{
    flex-wrap: nowrap !important;
  }

  /* 3) ICÔNES : on déplace le wrapper des icônes, pas la colonne */
  .header__icons > *:first-child,
  .header__icons{
    transform: translateX(var(--hdf-icons-x)) !important;
    will-change: transform;
  }
}

/* =========================================================
   MOBILE — Recaler le contenu des cartes produit vers la gauche
   (sélecteurs ULTRA larges)
   ========================================================= */
@media screen and (max-width: 749px){

  /* On réduit le padding général qui centre trop */
  .card-wrapper > .card,
  .product-grid .card-wrapper > .card,
  .grid.product-grid .card-wrapper > .card{
    padding-left: 12px !important;   /* 🔥 ajuste 10–18 */
    padding-right: 8px !important;
    padding-bottom: 10px !important; /* 🔥 réduit l’espace sous le bouton */
  }

  /* Le contenu texte (titre/fournisseur/région/prix) */
  .card__content,
  .product-grid .card__content,
  .grid.product-grid .card__content{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .card__information,
  .product-grid .card__information,
  .grid.product-grid .card__information{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }

  /* Le bloc bouton "Ajouter au panier" */
  .quick-add,
  .product-grid .quick-add,
  .grid.product-grid .quick-add{
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* =========================================================
   HDF — COLLECTION LIST : CARROUSEL DESKTOP
   Pages collections UNIQUEMENT (pas la home)
   Objectif : 1 ligne scrollable + cartes visibles entièrement
   ========================================================= */

/* 1) Scope : pages collection uniquement */
@media screen and (min-width: 990px){

  /* Le wrapper slider doit laisser déborder les ombres/CTA */
  .template-collection .collection-list-wrapper .slider,
  .template-collection .collection-list-wrapper .slider__viewport{
    overflow: visible !important;
  }

  /* 2) La "grille" redevient un slider horizontal */
  .template-collection .collection-list-wrapper .grid,
  .template-collection .collection-list-wrapper .slider__grid{
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;

    /* padding pour que la 1ère / dernière carte ne soit pas collée au bord */
    padding-left: 24px !important;
    padding-right: 24px !important;

    /* évite le centrage grid qui casse le carrousel */
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* (optionnel) masquer la scrollbar sur desktop */
  .template-collection .collection-list-wrapper .grid::-webkit-scrollbar,
  .template-collection .collection-list-wrapper .slider__grid::-webkit-scrollbar{
    height: 0px !important;
  }

  /* 3) Chaque item devient une "slide" avec largeur fixe */
  .template-collection .collection-list-wrapper .grid__item,
  .template-collection .collection-list-wrapper .slider__slide{
    flex: 0 0 320px !important;     /* 🔥 largeur carte (teste 280/300/340) */
    width: 3200px !important;
    max-width: 320px !important;

    scroll-snap-align: start !important;
  }

  /* 4) On évite que les cartes soient coupées par un overflow hidden quelque part */
  .template-collection .collection-list-wrapper .collection-card-wrapper,
  .template-collection .collection-list-wrapper .card-wrapper{
    overflow: visible !important;
  }

  /* 5) Taille de carte cohérente sur desktop carrousel */
  .template-collection .collection-list-wrapper .collection-card-wrapper .card{
    height: 200px !important;     /* comme ton desktop fix */
    border-radius: 26px !important;
    overflow: hidden !important;  /* ok : CTA reste dedans */
  }

  /* 6) CTA : on garde ton style mais on évite la troncature sur desktop carrousel */
  .template-collection .collection-list-wrapper .hdf-collection-cta__label{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* BONUS : si tu veux voir le texte entier au survol */
  .template-collection .collection-list-wrapper .hdf-collection-cta:hover .hdf-collection-cta__label{
    white-space: normal !important;
  }
}


/* =========================================================
   HDF — FIX BORDER ROGNÉES (CARROUSEL COLLECTION)
   ✅ On laisse overflow visible sur les WRAPPERS
   ✅ On garde overflow-x:auto sur le container qui scrolle
   ========================================================= */
@media screen and (min-width: 990px){

  /* 1) Les wrappers peuvent laisser déborder (ombres/arrondis) */
  .template-collection .collection-list-wrapper,
  .template-collection .collection-list-wrapper .slider,
  .template-collection .collection-list-wrapper .slider__viewport{
    overflow: visible !important;
  }

  /* 2) Le container qui scroll DOIT garder overflow-x:auto */
  .template-collection .collection-list-wrapper .grid,
  .template-collection .collection-list-wrapper .slider__grid{
    overflow-x: auto !important;
    overflow-y: visible !important;

    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* 3) Empêche la page de “glisser” horizontalement,
        tout en laissant le carrousel scroller */
  body.template-collection{
    overflow-x: hidden !important;
  }

  /* 4) Les items ne doivent pas clip */
  .template-collection .collection-list-wrapper .grid__item,
  .template-collection .collection-list-wrapper .slider__slide,
  .template-collection .collection-list-wrapper .collection-card-wrapper,
  .template-collection .collection-list-wrapper .card-wrapper{
    overflow: visible !important;
  }
}

/* =========================================================
   HDF — CARROUSEL FULL-BLEED (pages collection)
   Déroulant + marge gauche = marge droite dès l’arrivée
   + pas de scroll horizontal de page + pas de masques
   ========================================================= */
@media screen and (min-width: 990px){

  :root{
    --hdf-carousel-gutter: 40px;  /* ✅ ta marge gauche/droite */
    --hdf-slide-gap: 15px;
    --hdf-slide-width: 360px;
  }

  /* Empêche la page entière de scroller horizontalement */
  body.template-collection{
    overflow-x: hidden !important;
  }

  /* Wrappers : ne doivent pas couper les bordures */
  .template-collection .collection-list-wrapper,
  .template-collection .collection-list-wrapper .slider,
  .template-collection .collection-list-wrapper .slider__viewport{
    overflow: visible !important;
  }

  /* ✅ LE RAIL (scroll horizontal) */
  .template-collection .collection-list-wrapper .grid,
  .template-collection .collection-list-wrapper .slider__grid{
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: var(--hdf-slide-gap) !important;

    overflow-x: auto !important;       /* ← scroll ici */
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch !important;

    scroll-snap-type: x mandatory !important;

    /* ✅ full-bleed stable */
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;

    /* ✅ marge identique dès le chargement */
    padding-left: var(--hdf-carousel-gutter) !important;
    padding-right: var(--hdf-carousel-gutter) !important;

    /* ✅ clé avec scroll-snap : le snap respecte l’inset */
    scroll-padding-left: var(--hdf-carousel-gutter) !important;
    scroll-padding-right: var(--hdf-carousel-gutter) !important;

    box-sizing: border-box !important;
    justify-content: flex-start !important;
  }

  /* ✅ “spacer” technique : garantit la marge visible à scroll=0 */
  .template-collection .collection-list-wrapper .grid::before,
  .template-collection .collection-list-wrapper .slider__grid::before{
    content: "" !important;
    flex: 0 0 0.1px !important; /* minuscule, juste pour activer l’inset visuellement */
  }

  /* Slides : largeur fixe */
  .template-collection .collection-list-wrapper .grid__item,
  .template-collection .collection-list-wrapper .slider__slide{
    flex: 0 0 var(--hdf-slide-width) !important;
    width: var(--hdf-slide-width) !important;
    max-width: var(--hdf-slide-width) !important;
    scroll-snap-align: start !important;
  }

  /* Masquer scrollbar (optionnel) */
  .template-collection .collection-list-wrapper .grid::-webkit-scrollbar,
  .template-collection .collection-list-wrapper .slider__grid::-webkit-scrollbar{
    height: 0px !important;
  }

  /* ✅ Supprimer les masques/fades (si Dawn en ajoute) */
  .template-collection .collection-list-wrapper .slider::before,
  .template-collection .collection-list-wrapper .slider::after,
  .template-collection .collection-list-wrapper .slider__viewport::before,
  .template-collection .collection-list-wrapper .slider__viewport::after{
    content: none !important;
    display: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    background: transparent !important;
  }
}

/* =========================================================
   HDF — COLLECTION LIST (pages collection) : tailles pilotées
   Colle en FIN de fichier pour écraser les anciens doublons
   ========================================================= */
@media (min-width: 990px){

  :root{
    --hdf-carousel-gutter: 40px;
    --hdf-slide-gap: 15px;

    /* ✅ Réglages tailles (modifie ces 2 valeurs) */
    --hdf-slide-width: 280px;     /* ex: 240 / 260 / 280 */
    --hdf-slide-height: 160px;    /* ex: 110 / 120 / 140 */
  }

  /* Rail */
  .template-collection .collection-list-wrapper .grid,
  .template-collection .collection-list-wrapper .slider__grid{
    gap: var(--hdf-slide-gap) !important;
    padding-left: var(--hdf-carousel-gutter) !important;
    padding-right: var(--hdf-carousel-gutter) !important;
    scroll-padding-left: var(--hdf-carousel-gutter) !important;
    scroll-padding-right: var(--hdf-carousel-gutter) !important;
  }

  /* ✅ Slides : largeur unique (corrige ton width: 3200px) */
  .template-collection .collection-list-wrapper .grid__item,
  .template-collection .collection-list-wrapper .slider__slide{
    flex: 0 0 var(--hdf-slide-width) !important;
    width: var(--hdf-slide-width) !important;
    max-width: var(--hdf-slide-width) !important;
  }

  /* ✅ Carte : hauteur unique (écrase le height: 200px) */
  .template-collection .collection-list-wrapper .collection-card-wrapper .card,
  .template-collection .collection-list-wrapper .card{
    height: var(--hdf-slide-height) !important;
    min-height: var(--hdf-slide-height) !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  /* ✅ Contenu : évite le “grand vide” interne */
  .template-collection .collection-list-wrapper .card__content{
    padding: 14px !important;
  }

  /* ✅ CTA : plus compact (le bouton en bas) */
  .template-collection .collection-list-wrapper .hdf-collection-cta{
    padding: 10px 14px !important;
    border-radius: 999px !important;
  }

  .template-collection .collection-list-wrapper .hdf-collection-cta__label{
    font-size: 15px !important;
    line-height: 1.1 !important;
  }
}

/* =========================================================
   HDF — ESPACE ENTRE LISTE DE COLLECTIONS
   ET TITRE DE COLLECTION ("Vin blanc")
   Pages collection uniquement
   ========================================================= */
@media (min-width: 990px){

  /* 1) Réduit l’espace SOUS la liste de collections */
  .template-collection .collection-list-wrapper{
    margin-bottom: 0px !important; /* teste 10 / 20 / 30 */
  }

  /* 2) Réduit l’espace AU-DESSUS du titre "Vin blanc" */
  .template-collection .collection-hero,
  .template-collection .collection-header{
    padding-top: 0px !important;
  }

  /* 3) Ajuste directement le titre si besoin */
  .template-collection h1,
  .template-collection .collection-title{
    margin-top: 0 !important;
  }
}

@media (max-width: 989px){

  .template-collection .collection-list-wrapper{
    margin-bottom: 0px !important;
  }

  .template-collection .collection-hero,
  .template-collection .collection-header{
    padding-top: 0px !important;
  }

  .template-collection h1,
  .template-collection .collection-title{
    margin-top: 0 !important;
  }
}

/* =========================================================
   HDF — COLLECTION LIST (MOBILE)
   Largeur + hauteur MANUELLES des encadrés
   ========================================================= */
@media (max-width: 749px){

  /* 1) Largeur des cartes */
  .template-collection .collection-list-wrapper .grid__item,
  .template-collection .collection-list-wrapper .slider__slide{
    flex: 0 0 60vw !important;   /* 🔧 largeur carte */
    max-width: 70vw !important;
  }

  /* 2) Hauteur des encadrés */
  .template-collection .collection-list-wrapper .card{
    height: 80px !important;   /* 🔧 hauteur carte */
    min-height: 100px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    display: flex;
    align-items: flex-end;
  }

  /* 3) Contenu compact */
  .template-collection .collection-list-wrapper .card__content{
    padding: 12px !important;
    width: 100%;
  }

  /* 4) CTA plus petit */
  .template-collection .collection-list-wrapper .hdf-collection-cta{
    padding: 8px 12px !important;
  }

  .template-collection .collection-list-wrapper .hdf-collection-cta__label{
    font-size: 14px !important;
    line-height: 1.1 !important;
  }

  /* 5) Supprime pagination et flèches */
  .template-collection .collection-list-wrapper .slider-counter,
  .template-collection .collection-list-wrapper .slider-buttons{
    display: none !important;
  }
}

/* =========================================================
   BLOG — CARTES PRODUCTEURS (HOME)
   Encadrés TRÈS larges + hauteur maîtrisée
   Compatible Dawn
   ========================================================= */

body.template-index{

  /* 👉 RÈGLES TOUT ICI */
  --producer-card-width: 350px;  /* largeur encadré (800 / 1000 / 1400…) */
  --producer-card-height: 200px;  /* hauteur encadré */

}

/* 1) Largeur RÉELLE des cartes */
body.template-index .blog li.blog__post{
  flex: 0 0 var(--producer-card-width) !important; /* 🔥 clé */
  max-width: var(--producer-card-width) !important;
}

/* 3) Contenu interne */
body.template-index .blog .card__content,
body.template-index .blog .article-card__content{
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
}

/* 4) Titre */
body.template-index .blog .card__heading,
body.template-index .blog .article-card__title{
  margin: 0;
  line-height: 1.25;
}


/* =========================================================
   HOME — BLOG "Nos producteurs" (DESKTOP)
   ✅ pas de @media imbriqué / CSS sain
   ========================================================= */
@media (min-width: 990px){

  /* Empêche la page entière de scroller horizontalement */
  body.template-index{
    overflow-x: hidden !important;
  }

  /* Enlever le soulignement des titres */
  body.template-index .blog .article-card__title a,
  body.template-index .blog .card__heading a{
    text-decoration: none !important;
    text-underline-offset: 0 !important;
  }

  /* Même au hover/focus */
  body.template-index .blog .article-card__title a:hover,
  body.template-index .blog .article-card__title a:focus,
  body.template-index .blog .card__heading a:hover,
  body.template-index .blog .card__heading a:focus{
    text-decoration: none !important;
  }

  /* Donne de l’air en haut/bas du rail (évite le rognage) */
  body.template-index .blog ul.blog__posts.slider{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  /* Bonus : donne de l’air au viewport si les cartes sont rognées */
  body.template-index .blog .slider__viewport{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

/* =========================================================
   HOME — BLOG producteurs
   FIX DÉFINITIF : cartes visibles EN ENTIER
   ========================================================= */

@media (min-width: 990px){

  /* 1) Le viewport du slider garde son overflow hidden (normal)
        MAIS on lui donne de l’air */
  body.template-index .blog .slider__viewport{
    padding-top: 14px !important;     /* ← clé du fix */
    padding-bottom: 14px !important;
  }

  /* 2) AUCUNE carte ne doit avoir de marge verticale */
  body.template-index .blog li.blog__post,
  body.template-index .blog .article-card,
  body.template-index .blog .card{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* 3) La carte reste strictement dans sa boîte */
  body.template-index .blog .article-card,
  body.template-index .blog .card{
    box-sizing: border-box;
  }
}

/* =========================================================
   HOME — BLOG "Nos producteurs"
   Contrôle du TITRE (gras, taille, centrage, couleur)
   ========================================================= */

body.template-index {

  /* 🔧 RÈGLE TOUT ICI */
  --producer-title-size: 45px;      /* taille du titre */
  --producer-title-weight: 700;     /* graisse (400 / 500 / 600 / 700) */
  --producer-title-color: #000000;  /* couleur du titre */
}

/* Ciblage strict du titre de la section Articles de blog */
body.template-index .blog .blog__title {
  font-size: var(--producer-title-size) !important;
  font-weight: var(--producer-title-weight) !important;
  color: var(--producer-title-color) !important;

  text-align: center !important;    /* centrage horizontal */
  margin-left: auto !important;
  margin-right: auto !important;
}

/* =========================================================
   MOBILE ONLY — TITRE "Nos producteurs" (Featured blog)
   ✅ cible la section blog + force les enfants inline_richtext
   ========================================================= */
@media (max-width: 749px){

  body.template-index .blog .blog__title,
  body.template-index .blog .blog__title *{
    font-size: 30px !important;   /* 🔧 change ici */
    font-weight: 700 !important;  /* 🔧 400/500/600/700 */
    color: #000000 !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  /* espace sous le titre (optionnel) */
  body.template-index .blog .blog__title{
    margin-bottom: 7px !important;
  }
}


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

  body.template-index .section-featured-blog .hdf-blog-cta{
    left: 4px !important;
    right: 4px !important;
    bottom: 4px !important;

    padding: 8px 12px !important;
    min-height: 36px !important;
    gap: 12px !important;
  }

  body.template-index .section-featured-blog .hdf-blog-cta__label{
    font-size: 12px !important;
    font-weight: 700 !important;

    /* 2 lignes max sur mobile (comme tes collections) */
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }

  body.template-index .section-featured-blog .hdf-blog-cta__icon{
    width: 26px !important;
    height: 26px !important;
    flex: 0 0 26px !important;
    border-width: 1.5px !important;
  }
}



/* =========================================================
   BLOG (Featured blog / Articles) — Bouton type COLLECTION LIST
   CTA en bas de la carte : titre + rond flèche
   ========================================================= */

/* La carte doit être relative pour positionner le bouton */
body .article-card,
body .blog .article-card,
body .blog .card.article-card{
  position: relative !important;
  overflow: hidden !important; /* garde le bouton dans les angles */
}

/* Le bouton */
body .hdf-blog-cta{
  position: absolute !important;
  left: 5px !important;
  right: 5px !important;
  bottom: 5px !important;
  z-index: 5 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;

  padding: 14px 16px !important;

  background: #FAF9F7 !important;
  color: #000000 !important;
  border: 1.5px solid #000000 !important;
  border-radius: 999px !important;

  box-shadow: 0px 0px 0 #000000 !important;

  text-decoration: none !important;
  -webkit-text-decoration: none !important;

  font-weight: 700 !important;
  letter-spacing: .04em !important;

  -webkit-tap-highlight-color: transparent !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

/* Empêche le style “lien violet / visited / underline” */
body .hdf-blog-cta:link,
body .hdf-blog-cta:visited,
body .hdf-blog-cta:hover,
body .hdf-blog-cta:active{
  color: #000000 !important;
  text-decoration: none !important;
}

/* Texte */
body .hdf-blog-cta__label{
  display: block !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

/* Rond flèche */
body .hdf-blog-cta__icon{
  width: 34px !important;
  height: 34px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 2px solid #000000 !important;
  border-radius: 999px !important;

  background: #F3C74A !important;
  color: #000000 !important;

  line-height: 1 !important;
  flex: 0 0 auto !important;
}


/* =========================================================
   BLOG CTA — VERSION PLUS FINE (DESKTOP UNIQUEMENT)
   ========================================================= */
@media screen and (min-width: 990px){

  body .hdf-blog-cta{
    padding: 8px 16px !important;   /* ⬇️ avant 14px 16px */
    min-height: 35px !important;    /* ⬇️ contrôle direct */
    gap: 15px !important;           /* plus serré */
  }

  body .hdf-blog-cta__label{
    font-size: 14px !important;     /* ⬇️ */
    line-height: 1.2 !important;    /* ⬇️ */
    letter-spacing: .03em !important;
  }

  body .hdf-blog-cta__icon{
    width: 30px !important;         /* ⬇️ avant 34px */
    height: 30px !important;
    border-width: 1.5px !important;
  }

}




/* =========================================================
   BLOG — SUPPRIMER LE TITRE DANS LA CARTE (DESKTOP + MOBILE)
   Garder UNIQUEMENT le CTA en bas
   ========================================================= */

/* Titre article (toutes variantes Dawn) */
body .blog .card__heading,
body .blog .article-card__title,
body .blog .article-card__title a,
body .blog .card__information h3,
body .blog .card__information h2{
  display: none !important;
}

/* =========================================================
   OVERRIDE FINAL — MOBILE ONLY — BLOG "Nos producteurs" (Dawn)
   Réduit largeur + hauteur cartes + CTA + typo + icône
   (anti-doublons : écrase tout ce que tu as au-dessus)
   ========================================================= */
@media (max-width: 749px){

  /* ✅ Réglages en PX */
  body.template-index{
    --hdf-blog-card-w: 250px;   /* largeur carte */
    --hdf-blog-card-h: 150px;   /* hauteur carte */

    --hdf-blog-cta-font: 12px;  /* taille texte du bouton */
    --hdf-blog-cta-h: 34px;     /* hauteur bouton */
    --hdf-blog-cta-py: 5px;     /* padding vertical bouton */
    --hdf-blog-cta-px: 12px;    /* padding horizontal bouton */

    --hdf-blog-icon: 24px;      /* rond flèche */
  }


  /* 2) Largeur des “slides/cartes” (li + structure slider Dawn) */
  body.template-index .blog li.blog__post,
  body.template-index .blog .blog__post,
  body.template-index .blog .slider__slide{
    flex: 0 0 var(--hdf-blog-card-w) !important;
    width: var(--hdf-blog-card-w) !important;
    max-width: var(--hdf-blog-card-w) !important;
    scroll-snap-align: start !important;
  }

  /* 3) Hauteur de la carte (article-card + card) */
  body.template-index .blog .article-card,
  body.template-index .blog .card.article-card,
  body.template-index .blog .card{
    height: var(--hdf-blog-card-h) !important;
    min-height: var(--hdf-blog-card-h) !important;
    max-height: var(--hdf-blog-card-h) !important;
    overflow: hidden !important;
    border-radius: 22px !important;
  }

  /* 4) CTA : plus fin (ton bouton custom) */
  body.template-index .blog .hdf-blog-cta{
    left: 4px !important;
    right: 4px !important;
    bottom: 4px !important;

    min-height: var(--hdf-blog-cta-h) !important;
    padding: var(--hdf-blog-cta-py) var(--hdf-blog-cta-px) !important;
    gap: 10px !important;
    border-width: 1.5px !important;
  }

  /* 5) Texte dans le bouton */
  body.template-index .blog .hdf-blog-cta__label{
    font-size: var(--hdf-blog-cta-font) !important;
    line-height: 1.15 !important;
    letter-spacing: .02em !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* 6) Rond flèche */
  body.template-index .blog .hdf-blog-cta__icon{
    width: var(--hdf-blog-icon) !important;
    height: var(--hdf-blog-icon) !important;
    flex: 0 0 var(--hdf-blog-icon) !important;
    border-width: 1.5px !important;
    font-size: 14px !important;
  }
}



/* =========================================================
   HOME — Featured blog / Articles de blog
   Bouton "Tout afficher" -> style "Ajouter au panier"
   👉 DESKTOP UNIQUEMENT
   ========================================================= */
@media screen and (min-width: 990px){

  /* ✅ Dawn : le bouton est généralement dans .blog__view-all */
  body.template-index main#MainContent .blog__view-all .button,
  body.template-index main#MainContent .blog__view-all a.button,
  body.template-index main#MainContent .blog__view-all .button--secondary,
  body.template-index main#MainContent .blog__view-all a.button--secondary,
  body.template-index main#MainContent .blog__view-all .button--primary,
  body.template-index main#MainContent .blog__view-all a.button--primary,

  /* ✅ Fallback (selon versions / thèmes) */
  body.template-index main#MainContent .blog .blog__view-all .button,
  body.template-index main#MainContent .blog .blog__view-all a,
  body.template-index main#MainContent .blog .blog__buttons .button,
  body.template-index main#MainContent .blog .blog__button-wrapper .button{
    appearance: none !important;
    -webkit-appearance: none !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 5px 25px !important;
    min-height: 45px !important;
    border-radius: 999px !important;

    background-color: #F3C74A !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;

    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: .04em !important;
    text-transform: none !important;

    box-shadow: 2px 2px 0 #000000 !important;
    transition: transform .18s ease, box-shadow .18s ease !important;

    text-decoration: none !important;
  }

  /* Hover “push” desktop */
  body.template-index main#MainContent .blog__view-all .button:hover,
  body.template-index main#MainContent .blog__buttons .button:hover,
  body.template-index main#MainContent .blog__button-wrapper .button:hover{
    transform: translate(2px, 2px) !important;
    box-shadow: 0 0 0 #000000 !important;
  }
}


/* =========================================================
   BLOG LISTING — 3 colonnes (desktop)
   ========================================================= */
@media screen and (min-width: 990px){
  .template-blog .blog-articles{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* =========================================================
   BLOG — "Nos producteurs partenaires"
   Contrôle LARGEUR + HAUTEUR des encadrés
   Page blog UNIQUEMENT
   ========================================================= */

/* 🔧 RÉGLAGES (modifie UNIQUEMENT ici) */
.template-blog{
  --producer-card-width: 100%;   /* largeur carte (ex: 100%, 320px, 360px) */
  --producer-card-height: 200px; /* hauteur carte */
}

/* 1) Grille : on laisse Shopify gérer les colonnes */
.template-blog .blog-articles{
  align-items: stretch !important;
}

/* 2) Conteneur de chaque article */
.template-blog .blog-articles__article{
  width: var(--producer-card-width) !important;
}

/* 3) Carte visuelle (la vraie boîte blanche arrondie) */
.template-blog .article-card,
.template-blog .card.article-card,
.template-blog .blog-articles__article .card{
  height: var(--producer-card-height) !important;
  min-height: var(--producer-card-height) !important;
  max-height: var(--producer-card-height) !important;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  border-radius: 28px !important;
  overflow: hidden !important;
}

/* 4) Contenu interne (évite les débordements) */
.template-blog .article-card__content,
.template-blog .card__content{
  padding: 22px !important;
  box-sizing: border-box;
}

/* 5) Sécurité : aucun margin parasite */
.template-blog .blog-articles__article,
.template-blog .article-card{
  margin: 0 !important;
}

/* =========================================================
   BLOG — "Nos producteurs partenaires"
   Supprimer les titres en noir dans les encadrés
   ========================================================= */

/* Titres des articles (toutes variantes Dawn) */
.template-blog .article-card__title,
.template-blog .article-card__title a,
.template-blog .card__heading,
.template-blog .card__heading a,
.template-blog .card__information h2,
.template-blog .card__information h3{
  display: none !important;
}

/* HOME mobile — Featured blog en grille 3 colonnes (sans inspect) */
@media (max-width: 749px){

  /* cible toute section blog sur la home */
  body.template-index .blog .blog__posts{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;

    overflow: visible !important;
  }

  /* annule le comportement “slide” */
  body.template-index .blog .slider__slide,
  body.template-index .blog li.blog__post,
  body.template-index .blog .blog__post{
    width: auto !important;
    max-width: none !important;
    flex: unset !important;
  }

  /* cache flèches + compteur (1/6) */
  body.template-index .blog .slider-buttons,
  body.template-index .blog .slider-counter{
    display: none !important;
  }

  /* limite à 6 (3x2) */
  body.template-index .blog .blog__posts > *:nth-child(n+7){
    display: none !important;
  }

}

/* =========================================================
   HOME — BLOG "Nos producteurs"
   Supprimer le petit lien "Tout afficher" (en haut à gauche)
   ========================================================= */
body.template-index .section-featured-blog .title-wrapper-with-link > a,
body.template-index .section-featured-blog .title-wrapper-with-link .link,
body.template-index .section-featured-blog .title-wrapper-with-link .link-with-icon{
  display: none !important;
}

/* =========================================================
   HOME (template-index) — Featured blog "Nos producteurs"
   SUPPRIMER le petit lien "Tout afficher" (en haut à gauche)
   Sans toucher au bouton du bas
   ========================================================= */

/* 1) Cache le lien dans l’en-tête de la section (toutes variantes) */
body.template-index .blog .title-wrapper-with-link > a,
body.template-index .blog .title-wrapper-with-link .link,
body.template-index .blog .title-wrapper-with-link .link-with-icon,
body.template-index .blog .title-wrapper-with-link .underlined-link,
body.template-index .blog .title-wrapper-with-link .button,
body.template-index .blog .title-wrapper-with-link .button--secondary,
body.template-index .blog .title-wrapper-with-link .button--primary{
  display: none !important;
}

/* 2) (Optionnel) recentre le titre si le lien prenait de la place */
body.template-index .blog .title-wrapper-with-link{
  justify-content: center !important;
}

/* 3) Sécurité : on ne touche PAS au vrai bouton "Tout afficher" du bas */
body.template-index .blog .blog__view-all,
body.template-index .blog .blog__view-all *{
  display: revert !important;
}

/* =========================================================
   HOME mobile — BLOG (Nos producteurs) uniquement
   Encadrés centrés + tailles réglables + 1er slide corrigé
   ========================================================= */

@media (max-width: 749px){

  /* 🔧 Réglages */
  body.template-index .blog{
    --hdf-blog-card-w: 165px;   /* largeur encadré */
    --hdf-blog-card-h: 130px;   /* hauteur encadré */
    --hdf-blog-gap: 15px;       /* espace entre encadrés */
    --hdf-blog-pad: 15px;       /* marge gauche/droite page */
  }

  /* Le conteneur des posts (on écrase le mode slider) */
  body.template-index .blog .blog__posts{
    display: grid !important;
    grid-template-columns: repeat(2, var(--hdf-blog-card-w)) !important;
    justify-content: center !important;
    gap: var(--hdf-blog-gap) !important;

    padding-left: var(--hdf-blog-pad) !important;
    padding-right: var(--hdf-blog-pad) !important;
    margin-left: auto !important;
    margin-right: auto !important;

    overflow: visible !important;
  }

  /* 🔥 Correction Dawn : le 1er slide a souvent du padding => plus petit visuellement */
  body.template-index .blog .slider__slide,
  body.template-index .blog li.blog__post,
  body.template-index .blog .blog__post{
    padding: 0 !important;
    margin: 0 !important;

    width: var(--hdf-blog-card-w) !important;
    max-width: var(--hdf-blog-card-w) !important;
    box-sizing: border-box !important;

    flex: unset !important; /* annule flex du slider */
  }

  /* Fix hauteur (selon ton markup, l’un des 2 matchera) */
  body.template-index .blog .card,
  body.template-index .blog .card-wrapper{
    height: var(--hdf-blog-card-h) !important;
  }

  /* L’image/zone interne prend la hauteur */
  body.template-index .blog .card__inner,
  body.template-index .blog .card__media{
    height: 100% !important;
  }
}

/* 1) ✅ Supprime le rectangle : focus ring + pseudo éléments Dawn */
  body.template-index main#MainContent .blog__view-all a.button:focus,
  body.template-index main#MainContent .blog__view-all a.button:focus-visible,
  body.template-index main#MainContent .blog__view-all .button:focus,
  body.template-index main#MainContent .blog__view-all .button:focus-visible{
    outline: none !important;
    box-shadow: 3px 3px 0 #000000 !important; /* garde ton shadow, sans cadre */
  }

  body.template-index main#MainContent .blog__view-all a.button::before,
  body.template-index main#MainContent .blog__view-all a.button::after,
  body.template-index main#MainContent .blog__view-all .button::before,
  body.template-index main#MainContent .blog__view-all .button::after{
    content: none !important;
    display: none !important;
  }



/* =========================================================
   HOME — BLOG — Bouton "Tout afficher"
   Repos: ombre 2px
   Hover: press (2px,2px) + ombre disparaît
   ========================================================= */
body.template-index .blog .blog__view-all .button,
body.template-index .blog .blog__view-all a.button{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 1px 15px !important;
  min-height: 30px !important;
  border-radius: 999px !important;

  background: #F3C74A !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;

  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 1 !important;

  text-decoration: none !important;
  cursor: pointer !important;
  user-select: none;
  -webkit-tap-highlight-color: transparent;

  /* ✅ repos */
  box-shadow: 2px 2px 0 #000000 !important;
  transform: translate(0,0) !important;

  transition: transform .25s ease, box-shadow .25s ease !important;
}

/* ✅ SURVOL (desktop) : le bouton se presse + l’ombre disparaît */
@media (hover:hover){
  body.template-index .blog .blog__view-all .button:hover,
  body.template-index .blog .blog__view-all a.button:hover{
    transform: translate(2px, 2px) !important;
    box-shadow: 0 0 0 transparent !important;
  }
}

/* ✅ TAP (mobile) : même rendu que hover */
@media (hover:none){
  body.template-index .blog .blog__view-all .button:active,
  body.template-index .blog .blog__view-all a.button:active{
    transform: translate(2px, 2px) !important;
    box-shadow: 0 0 0 transparent !important;
  }
}

/* Focus clavier */
body.template-index .blog .blog__view-all .button:focus-visible,
body.template-index .blog .blog__view-all a.button:focus-visible{
  outline: 2px solid #000000 !important;
  outline-offset: 3px !important;
}

/* =========================================================
   MOBILE — Réduire l’espace entre
   les encadrés "Nos producteurs" et le bouton "Tout afficher"
   ========================================================= */
@media (max-width: 749px){

  /* 1️⃣ Réduit l’espace SOUS les encadrés */
  body.template-index .blog .blog__posts{
    margin-bottom: 10px !important; /* 🔧 ajuste : 0 / 6 / 10 / 15 */
    padding-bottom: 0 !important;
  }

  /* Sécurité : si Dawn ajoute une marge aux items */
  body.template-index .blog .blog__posts > *{
    margin-bottom: 0 !important;
  }

  /* 2️⃣ Réduit l’espace AU-DESSUS du bouton */
  body.template-index .blog .blog__view-all{
    margin-top: 6px !important;   /* 🔧 ajuste : 0 / 4 / 6 / 10 */
    padding-top: 0 !important;
  }

  /* 3️⃣ Le bouton lui-même (aucune marge parasite) */
  body.template-index .blog .blog__view-all .button,
  body.template-index .blog .blog__view-all a{
    margin-top: 0 !important;
  }

}


/* =========================================================
   BLOG "Nos producteurs partenaires" — MOBILE
   2 colonnes | gap 15px | cartes 165x130
   ========================================================= */
@media (max-width: 749px){

  .template-blog{
    --card-w: 165px;   /* largeur encadré */
    --card-h: 130px;   /* hauteur encadré */
    --gap: 15px;       /* écart entre encadrés */
  }

  /* Grille 2 colonnes + gaps */
  .template-blog .blog-articles,
  .template-blog .blog-articles .grid{
    display: grid !important;
    grid-template-columns: repeat(2, var(--card-w)) !important;
    gap: var(--gap) !important;
    justify-content: center !important;
  }

  /* Chaque article = largeur fixe */
  .template-blog .blog-articles__article,
  .template-blog .grid__item{
    width: var(--card-w) !important;
    max-width: var(--card-w) !important;
  }

  /* ✅ Taille réelle de la carte */
  .template-blog .card-wrapper{
    width: var(--card-w) !important;
  }

  .template-blog .card-wrapper > .card,
  .template-blog .article-card,
  .template-blog .card.article-card{
    height: var(--card-h) !important;
    min-height: var(--card-h) !important;
    max-height: var(--card-h) !important;
    overflow: hidden !important;
    border-radius: 23px !important;
    padding: 0 !important;
  }

  /* Neutralise le ratio Dawn qui bloque la hauteur */
  .template-blog .media::before{
    content: none !important;
    padding-bottom: 0 !important;
  }

  /* Media remplit la hauteur */
  .template-blog .card__inner,
  .template-blog .card__media,
  .template-blog .card__media .media{
    height: 100% !important;
    aspect-ratio: auto !important;
  }

  .template-blog .card__media img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* =========================================================
   BLOG — CTA (bouton titre + rond flèche) — MOBILE
   Réglages simples via variables
   ========================================================= */
@media (max-width: 749px){

  .template-blog{
    /* 🔧 MARGES du CTA dans l’encadré */
    --cta-inset-x: 3px;     /* marge gauche/droite */
    --cta-inset-b: 3px;     /* marge bas */

    /* 🔧 BOUTON */
    --cta-font: 10px;       /* taille police */
    --cta-line: 1.5;       /* line-height */
    --cta-pad-y: 2px;       /* padding vertical */
    --cta-pad-x: 12px;      /* padding horizontal */
    --cta-min-h: 34px;      /* hauteur mini du bouton */

    /* 🔧 ROND + FLÈCHE */
    --cta-icon: 25px;       /* taille du rond */
    --cta-stroke: 1.5px;    /* épaisseur bordure du rond */
  }

  /* Le bouton CTA */
  .template-blog .hdf-blog-cta{
    left: var(--cta-inset-x) !important;
    right: var(--cta-inset-x) !important;
    bottom: var(--cta-inset-b) !important;

    padding: var(--cta-pad-y) var(--cta-pad-x) !important;
    min-height: var(--cta-min-h) !important;

    border-radius: 999px !important;
  }

  /* Texte du CTA */
  .template-blog .hdf-blog-cta__label{
    font-size: var(--cta-font) !important;
    line-height: var(--cta-line) !important;

    /* 2 lignes max (propre en 165px) */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* Rond flèche */
  .template-blog .hdf-blog-cta__icon{
    width: var(--cta-icon) !important;
    height: var(--cta-icon) !important;
    flex: 0 0 var(--cta-icon) !important;

    border-width: var(--cta-stroke) !important;
  }
}

/* =========================================================
   HOME — BLOG "Nos producteurs" (DESKTOP)
   Largeur + hauteur en PX des encadrés
   👉 à coller TOUT EN BAS du fichier
   ========================================================= */
@media (min-width: 990px){

  body.template-index{
    --hdf-producer-card-w: 360px;  /* ✅ largeur encadré (px) */
    --hdf-producer-card-h: 240px;  /* ✅ hauteur encadré (px) */
  }

  /* 1) Largeur réelle des slides (li) */
  body.template-index .blog li.blog__post,
  body.template-index .blog .slider__slide,
  body.template-index .blog .blog__post{
    flex: 0 0 var(--hdf-producer-card-w) !important;
    width: var(--hdf-producer-card-w) !important;
    max-width: var(--hdf-producer-card-w) !important;
  }

  /* 2) Hauteur réelle de la carte */
  body.template-index .blog .card-wrapper,
  body.template-index .blog .article-card,
  body.template-index .blog .card.article-card,
  body.template-index .blog .card{
    height: var(--hdf-producer-card-h) !important;
    min-height: var(--hdf-producer-card-h) !important;
    max-height: var(--hdf-producer-card-h) !important;

    overflow: hidden !important;
    background: #FFFFFF !important; /* encadré blanc */
    border-radius: 28px !important; /* ajuste si besoin */
  }

  /* 3) Si Dawn impose un ratio qui “bloque” la hauteur */
  body.template-index .blog .media::before{
    content: none !important;
    padding-bottom: 0 !important;
  }

  /* 4) L’image remplit bien la carte */
  body.template-index .blog .card__media,
  body.template-index .blog .card__media .media,
  body.template-index .blog .card__media img{
    height: 100% !important;
  }
  body.template-index .blog .card__media img{
    width: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* 5) Ton bouton CTA reste bien en bas et garde #FAF9F7 */
  body.template-index .blog .hdf-blog-cta{
    background: #FAF9F7 !important;
  }
}


/* =========================================================
   HOME (template-index) — BLOG CTA (bouton titre + rond flèche) — MOBILE
   Même logique que .template-blog, mais pour la HOME "Nos producteurs"
   ========================================================= */
@media (max-width: 749px){

  /* Variables MOBILE pour la HOME */
  body.template-index{
    /* 🔧 MARGES du CTA dans l’encadré */
    --cta-inset-x: 4px;     /* marge gauche/droite */
    --cta-inset-b: 4px;     /* marge bas */

    /* 🔧 BOUTON */
    --cta-font: 10px;       /* taille police */
    --cta-line: 1.15;       /* line-height */
    --cta-pad-y: 2px;       /* padding vertical */
    --cta-pad-x: 12px;      /* padding horizontal */
    --cta-min-h: 32px;      /* hauteur mini du bouton */

    /* 🔧 ROND + FLÈCHE */
    --cta-icon: 20px;       /* taille du rond */
    --cta-stroke: 1.5px;    /* épaisseur bordure du rond */
  }

  /* Le bouton CTA (HOME) */
  body.template-index .blog .hdf-blog-cta{
    left: var(--cta-inset-x) !important;
    right: var(--cta-inset-x) !important;
    bottom: var(--cta-inset-b) !important;

    padding: var(--cta-pad-y) var(--cta-pad-x) !important;
    min-height: var(--cta-min-h) !important;
    gap: 10px !important;

    border-width: 1.5px !important;
    border-radius: 999px !important;
  }

  /* Texte du CTA (HOME) */
  body.template-index .blog .hdf-blog-cta__label{
    font-size: var(--cta-font) !important;
    line-height: var(--cta-line) !important;
    letter-spacing: .02em !important;

    /* 2 lignes max (si besoin) */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* Rond flèche (HOME) */
  body.template-index .blog .hdf-blog-cta__icon{
    width: var(--cta-icon) !important;
    height: var(--cta-icon) !important;
    flex: 0 0 var(--cta-icon) !important;

    border-width: var(--cta-stroke) !important;
  }
}

/* =========================================================
   HEADER — ICÔNES DROITE EN NOIR SANS MODIFIER L'ÉPAISSEUR
   (search / account / cart)
   ========================================================= */

/* Icônes header */
.header__icon{
  color: #000000 !important;
}

/* SVG héritent de la couleur via currentColor */
.header__icon svg{
  color: currentColor !important;
}

@media (min-width: 990px){
  .header__menu-item span{
    font-weight: 600 !important; /* 500 = semi-bold, 600 = bien lisible */
  }
}

/* =========================================================
   HEADER — Chevron (caret) : plus épais (Dawn)
   ========================================================= */
@media (min-width: 990px){

  /* Cas Dawn classique : svg.icon-caret + path */
  .header__inline-menu .header__menu-item .icon-caret,
  .header__inline-menu .header__menu-item svg.icon-caret,
  .header__inline-menu .header__menu-item svg{
    /* on ne force pas tout ici, juste au cas où */
  }

  .header__inline-menu .header__menu-item .icon-caret path,
  .header__inline-menu .header__menu-item svg.icon-caret path,
  .header__inline-menu .header__menu-item svg path{
    stroke-width: 1.2 !important;     /* 🔥 augmente ici : 2 / 2.4 / 2.8 */
    vector-effect: non-scaling-stroke;/* garde une épaisseur stable */
  }

  /* Si le chevron est en "fill" (selon les versions) */
  .header__inline-menu .header__menu-item .icon-caret{
    fill: none !important;
    stroke: currentColor !important;
  }
}

/* =========================================================
   DAWN — Supprimer l’espace fantôme
   entre dernière section et footer
   ========================================================= */

/* 1) Supprime la marge entre la dernière section et le footer */
main#MainContent > .shopify-section:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* 2) Neutralise le padding bas du main */
main#MainContent {
  padding-bottom: 0 !important;
}

/* 3) Mobile : sécurité */
@media (max-width: 749px) {
  main#MainContent {
    padding-bottom: 0 !important;
  }
}

/* =========================================================
   DAWN — MOBILE
   Enlever l’espace blanc SOUS la newsletter (padding section)
   ========================================================= */
@media (max-width: 749px){

  /* 1) Cible robuste : section newsletter (id contient "newsletter") */
  main#MainContent .shopify-section[id*="newsletter"]{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  /* 2) La newsletter elle-même a souvent une classe .section */
  main#MainContent .shopify-section[id*="newsletter"] .section{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  /* 3) Si ton bloc vert est un wrapper arrondi, il peut avoir un margin-bottom */
  main#MainContent .shopify-section[id*="newsletter"] .newsletter,
  main#MainContent .shopify-section[id*="newsletter"] .newsletter__wrapper{
    margin-bottom: 0 !important;
  }

  /* 4) Sécurité : pas de padding bas global qui rajoute du vide */
  main#MainContent{
    padding-bottom: 0 !important;
  }
}

/* =========================================================
   DAWN — Marge BAS de "Ils parlent de nous"
   (section AVANT la newsletter)
   ========================================================= */

/* Desktop */
main#MainContent .shopify-section:has(+ .shopify-section[id*="newsletter"]) {
  margin-bottom: 60px !important;
}

/* Mobile */
@media (max-width: 749px) {
  main#MainContent .shopify-section:has(+ .shopify-section[id*="newsletter"]) {
    margin-bottom: 40px !important;
  }
}

/* =========================================================
   HDF — TITRE DES PAGES COLLECTION
   (ex: "Plats cuisinés")
   Réglages centralisés
   ========================================================= */

:root {
  /* 🎨 COULEUR */
  --hdf-collection-title-color: #2B2B2B; /* remplace #000000 */

  /* 🖥 DESKTOP */
  --hdf-collection-title-size-desktop: 48px;
  --hdf-collection-title-weight-desktop: 700;

  /* 📱 MOBILE */
  --hdf-collection-title-size-mobile: 30px;
  --hdf-collection-title-weight-mobile: 700;
}

/* ===== Titre collection (desktop) ===== */
.template-collection .collection-hero__title,
.template-collection h1 {
  color: var(--hdf-collection-title-color) !important;
  font-size: var(--hdf-collection-title-size-desktop) !important;
  font-weight: var(--hdf-collection-title-weight-desktop) !important;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* ===== Mobile ===== */
@media (max-width: 749px) {
  .template-collection .collection-hero__title,
  .template-collection h1 {
    font-size: var(--hdf-collection-title-size-mobile) !important;
    font-weight: var(--hdf-collection-title-weight-mobile) !important;
  }
}

/* =========================================================
   HDF — MARGE AU-DESSUS DU TITRE COLLECTION
   Desktop + Mobile
   ========================================================= */

:root {
  /* 🖥 DESKTOP */
  --hdf-collection-title-margin-top-desktop: 40px;

  /* 📱 MOBILE */
  --hdf-collection-title-margin-top-mobile: 24px;
}

/* ===== Desktop ===== */
.template-collection .collection-hero__title,
.template-collection h1 {
  margin-top: var(--hdf-collection-title-margin-top-desktop) !important;
}

/* ===== Mobile ===== */
@media (max-width: 749px) {
  .template-collection .collection-hero__title,
  .template-collection h1 {
    margin-top: var(--hdf-collection-title-margin-top-mobile) !important;
  }
}


/* =========================================================
   BLOG CARTES — CONTOUR + OMBRE (DESKTOP) SANS ROGNAGE
   On dessine sur .card-wrapper::after (au-dessus), pas sur la card
   ========================================================= */
@media (min-width: 990px) and (hover: hover){

  /* 1) On laisse respirer les parents (sinon l'ombre est coupée) */
  body.template-index .blog .slider__viewport,
  body.template-index .blog ul.blog__posts,
  body.template-index .blog li.blog__post,
  .template-blog .blog-articles,
  .template-blog .blog-articles__article{
    overflow: visible !important;
  }

  /* 2) Le wrapper sert de support au halo (au-dessus de tout) */
  body.template-index .blog :is(.card-wrapper),
  .template-blog :is(.card-wrapper){
    position: relative !important;
    overflow: visible !important;
    border-radius: 30px !important;
  }

  /* 3) La carte garde ton overflow hidden pour le CTA */
  body.template-index .blog :is(.article-card, .card),
  .template-blog :is(.article-card, .card){
    overflow: hidden !important;
    border-radius: 30px !important;
  }

  /* 4) Le contour + shadow, dessinés "par-dessus" */
  body.template-index .blog :is(.card-wrapper)::after,
  .template-blog :is(.card-wrapper)::after{
    content: "" !important;
    position: absolute !important;
    inset: -1px !important;              /* 🔥 évite le rognage dans les angles */
    border-radius: 30px !important;      /* 28px + 2px */
    border: 1px solid transparent !important;
    box-shadow: 0 0 0 transparent !important;
    pointer-events: none !important;
    opacity: 0 !important;
    transition: opacity .18s ease, box-shadow .18s ease, border-color .18s ease !important;
    z-index: 9 !important;
  }

  /* 5) Hover = pop */
  body.template-index .blog li.blog__post:hover :is(.card-wrapper)::after,
  .template-blog .blog-articles__article:hover :is(.card-wrapper)::after{
    opacity: 1 !important;
    border-color: #000000 !important;
    box-shadow: 0.5px 0.5px 0 #000000 !important;
  }
}

/* =========================================
   HEADER — Icônes (recherche / compte / panier)
   Affinage visuel PRO (Dawn safe)
   ========================================= */

.header__icons svg {
  transform: scale(1);
  transform-origin: center;
}

/* HEADER — icônes (recherche/compte/panier) : trait plus fin, sans casser le fill */
.header__icons svg :is(path, circle, line, polyline, polygon, rect) {
  stroke-width: 0.7 !important;      /* essaie 0.8 / 0.85 / 0.9 */
  stroke: currentColor !important;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Optionnel : effet plus “léger” visuellement */
.header__icons svg :is(path, circle, line, polyline, polygon, rect) {
  stroke-opacity: 0.9;
}

/* Produit : enlever cadre autour de l'image */
.product__media-item .product-media-container.global-media-settings {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ===== MOBILE: CARROUSEL 1 LIGNE (Dawn Featured Collection) ===== */
@media screen and (max-width: 749px) {

  /* Le track du slider : UNE SEULE LIGNE */
  #shopify-section-{{ section.id }} .slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0 1.5rem 8px !important;
    margin: 0 -1.5rem !important; /* full-bleed comme Dawn */
  }

  /* Chaque slide : largeur fixe, pas de retour à la ligne */
  #shopify-section-{{ section.id }} .slider__slide {
    flex: 0 0 78% !important;   /* ajuste: 70% -> 90% */
    max-width: 78% !important;
    min-width: 78% !important;
    scroll-snap-align: start !important;
  }

  /* On empêche tout style "grid" de casser la ligne */
  #shopify-section-{{ section.id }} .slider__slide,
  #shopify-section-{{ section.id }} .card-wrapper {
    display: block !important;
  }

  /* Optionnel : flèches/pagination (tu peux laisser) */
  #shopify-section-{{ section.id }} .slider-buttons {
    display: flex !important;
  }
}

@media screen and (max-width: 749px) {

  /* espace gauche et droite du carousel */
  #shopify-section-{{ section.id }} .slider {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    margin-left: 0 !important;
  }

}

@media screen and (max-width: 749px) {

  /* 1) Autorise le débordement (empêche le rognage) */
  #shopify-section-{{ section.id }},
  #shopify-section-{{ section.id }} .featured-collection,
  #shopify-section-{{ section.id }} .page-width,
  #shopify-section-{{ section.id }} .slider-component {
    overflow: visible !important;
  }

  /* 2) Marge de sécurité pour l'ombre/bordure (haut + gauche) */
  #shopify-section-{{ section.id }} .slider {
    padding-top: 10px !important;     /* évite le rognage en haut */
    padding-left: 1.8rem !important;  /* évite le rognage à gauche */
  }

  /* 3) Ajoute un "gutter" invisible autour de chaque slide */
  #shopify-section-{{ section.id }} .slider__slide {
    padding: 6px !important;          /* laisse respirer la bordure */
    box-sizing: border-box !important;
  }

  /* 4) Si tu as encore un margin négatif (full-bleed), on le neutralise */
  #shopify-section-{{ section.id }} .slider {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 749px) {

  /* Réduit l'espace entre les cartes */
  #shopify-section-{{ section.id }} .slider {
    gap: 8px !important; /* avant ~16px */
  }

  /* enlève le padding inutile autour des slides */
  #shopify-section-{{ section.id }} .slider__slide {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

}

/* ===== Liste des collections : image plein cadre UNIQUEMENT ===== */

.collection-list .card-wrapper .card {
  padding: 0 !important;
  overflow: hidden !important;
}

/* enlève les marges internes autour du média */
.collection-list .card__inner,
.collection-list .card__media {
  padding: 0 !important;
  border-radius: inherit !important;
}

/* image plein cadre */
.collection-list .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* ========== ESPACE AVANT "Tout afficher" (toutes les collections en vedette) ========== */

/* Dawn / Featured collection section */
section[data-section-type="featured-collection"] .collection__view-all,
section[data-section-type="featured-collection"] .featured-collection__view-all {
  padding-top: 24px !important;   /* espace entre cards et "Tout afficher" */
}

/* Fallback si ton thème a un wrapper différent */
.shopify-section .collection__view-all,
.shopify-section .featured-collection__view-all {
  padding-top: 24px !important;
}

/* Le lien lui-même (au cas où le wrapper n'existe pas) */
section[data-section-type="featured-collection"] a[href*="/collections/"] {
  display: inline-block;
  margin-top: 24px;
}

/* ===== Announcement bar : restore Dawn behaviour (mobile) ===== */
@media screen and (max-width: 749px) {
  .announcement-bar .slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    scroll-snap-type: none !important;
  }

  .announcement-bar .slider__slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
  }
}

/* =====================================================
   COLLECTION LIST — IMAGE PLEIN CADRE SANS LISERÉ
   (Dawn safe • Desktop + Mobile)
   ===================================================== */

/* 1) Pas de fond blanc interne */
.collection-list .card,
.collection-list .card__inner,
.collection-list .card__media {
  background: transparent !important;
}

/* 2) On enlève les paddings internes, MAIS PAS sur .media (sinon l’image disparaît) */
.collection-list .card__inner,
.collection-list .card__media {
  padding: 0 !important;
}

/* 3) Même arrondi partout */
.collection-list .card-wrapper,
.collection-list .card,
.collection-list .card__inner,
.collection-list .card__media,
.collection-list .card__media .media {
  border-radius: 18px !important; /* mets la même valeur que ton contour */
}

/* 4) Clip parfait dans les coins */
.collection-list .card__media,
.collection-list .card__media .media {
  overflow: hidden !important;
}

/* 5) Image plein cadre + anti “micro-jour” (sans casser le ratio Dawn) */
.collection-list .card__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transform: scale(1.03);           /* comble les micro jours sur les bords */
  transform-origin: center center;
}

/* TEST: forcer l’affichage des images sur les pages BLOG */
body.template-blog .article-card__image-wrapper,
body.template-blog .card__media,
body.template-blog .article-card__image,
body.template-blog .article-card__image img{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
}

body.template-blog .article-card__image img{
  width: 100% !important;
  object-fit: cover !important;
}

/* DAWN — masquer l’icône recherche dans le header (desktop + mobile) */
.header__icons .header__search,
.header__icons details-modal.header__search,
.header__icons a[href*="/search"],
.header__icons summary[aria-label*="Rechercher"],
.header__icons summary[aria-label*="Search"]{
  display: none !important;
}


/* ===============================
   BLOG — image plein encadré
   =============================== */

/* la carte devient le référentiel */
.blog .card {
  position: relative;
  overflow: hidden;
  height: 100%;
}

/* inner prend toute la hauteur */
.blog .card__inner {
  position: relative;
  height: 100%;
  padding: 0 !important;
}

/* image prend toute la carte */
.blog .card__media,
.blog .media {
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  width: 100% !important;
  padding-bottom: 0 !important;
  z-index: 1;
}

/* image couvre */
.blog .card__media img,
.blog .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
}

/* bandeau au-dessus */
.blog .card__content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  background: transparent !important;
}

/* =========================================================
   BLOG (section "Nos producteurs") — IMAGE 100% PLEIN CADRE
   (supprime tout blanc dans l'encadré)
   ========================================================= */


/* 2) La carte occupe 100% de cette hauteur */
body.template-index .blog .card-wrapper,
body.template-index .blog .card,
body.template-index .blog .card__inner{
  height: 100% !important;
  padding: 0 !important;
  background: transparent !important;
}

/* 3) L’image devient un "fond" qui couvre TOUT l’encadré */
body.template-index .blog .card{
  position: relative !important;
  overflow: hidden !important;
}

body.template-index .blog .card__media,
body.template-index .blog .media{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important; /* annule les ratios Dawn */
  z-index: 1 !important;
  overflow: hidden !important;
}

body.template-index .blog .card__media img,
body.template-index .blog .media img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* 4) Le bandeau (titre + bouton) passe au-dessus */
body.template-index .blog .card__content{
  position: relative !important;
  z-index: 2 !important;
  background: transparent !important;
}


/* =========================================================
   TEMPLATE BLOG — "Nos producteurs partenaires"
   Image 100% plein cadre dans chaque carte d’article
   ========================================================= */

/* 1) Hauteur fixe des cartes (sinon l'image ne peut pas couvrir 100%) */
@media (min-width: 990px){
  body.template-blog .blog-articles li.blog-articles__article,
  body.template-blog .blog-articles .card-wrapper{
    height: 320px !important; /* ajuste si tu veux */
  }
}
@media (max-width: 989px){
  body.template-blog .blog-articles li.blog-articles__article,
  body.template-blog .blog-articles .card-wrapper{
    height: 280px !important;
  }
}

/* 2) Carte = 100% hauteur, pas de padding blanc */
body.template-blog .blog-articles .card-wrapper,
body.template-blog .blog-articles .card,
body.template-blog .blog-articles .card__inner{
  height: 100% !important;
  padding: 0 !important;
  background: transparent !important;
}

/* 3) Image en fond qui couvre toute la carte */
body.template-blog .blog-articles .card{
  position: relative !important;
  overflow: hidden !important;
}

body.template-blog .blog-articles .card__media,
body.template-blog .blog-articles .media{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

body.template-blog .blog-articles .card__media img,
body.template-blog .blog-articles .media img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

/* 4) Bandeau titre + bouton au-dessus */
body.template-blog .blog-articles .card__content{
  position: relative !important;
  z-index: 2 !important;
  background: transparent !important;
}

/* =========================================================
   BLOG "Nos producteurs" — réduire espace entre colonnes MOBILE
   ========================================================= */

@media (max-width: 989px){

  /* grid des articles */
  body.template-index .blog .grid {
    column-gap: 7px !important; /* espace gauche/droite */
    row-gap: 7px !important;    /* espace entre lignes */
  }

}

/* =========================================================
   PAGE BLOG — réduire espace entre articles (mobile)
   ========================================================= */

@media (max-width: 989px){

  /* grille des articles sur page blog */
  body.template-blog .blog-articles,
  body.template-blog .blog .grid {
    column-gap: 7px !important; /* espace entre colonnes */
    row-gap: 7px !important;    /* espace entre lignes */
  }

}

/* =========================================================
   BLOG — supprimer espace sous le header (mobile)
   ========================================================= */

@media (max-width: 989px){

  /* enlève le padding haut de la section */
  body.template-blog .section-template--padding,
  body.template-blog .section-template--blog-padding {
    padding-top: 0 !important;
  }

  /* enlève la marge du titre */
  body.template-blog h1,
  body.template-blog .main-page-title {
    margin-top: 0 !important;
  }

}

/* =========================================================
   CONTACT — Bouton "Envoyer" style "Ajouter au panier"
   (Contour net + ombre derrière + effet press qui masque l’ombre)
   ========================================================= */

/* 1) On vise le bloc qui contient le submit (plusieurs thèmes) */
.template-page form[action*="/contact"] .contact__button,
.template-page form[action*="/contact"] .form__buttons,
.template-page form[action*="/contact"] .button-row,
.template-page form[action*="/contact"] .field:last-child,
.template-page form[action*="/contact"] .contact__fields + div{
  position: relative !important;
  width: 100% !important;
  overflow: visible !important; /* indispensable */
}

/* 2) OMBRE (fond noir décalé) */
.template-page form[action*="/contact"] .contact__button::after,
.template-page form[action*="/contact"] .form__buttons::after,
.template-page form[action*="/contact"] .button-row::after{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: #000 !important;
  border-radius: 999px !important;
  transform: translate(2px, 2px) !important;  /* ombre au repos */
  z-index: 0 !important;
  transition: transform .14s ease, opacity .14s ease !important;
}

/* 3) CONTOUR + FOND JAUNE */
.template-page form[action*="/contact"] .contact__button::before,
.template-page form[action*="/contact"] .form__buttons::before,
.template-page form[action*="/contact"] .button-row::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border: 2px solid #000 !important;
  border-radius: 999px !important;
  background: #F3C74A !important;
  z-index: 1 !important;
  transform: translate(0, 0) !important;      /* jaune au repos */
  transition: transform .14s ease !important;
}

/* 4) LE BOUTON (au-dessus) */
.template-page form[action*="/contact"] button[type="submit"],
.template-page form[action*="/contact"] input[type="submit"]{
  position: relative !important;
  z-index: 2 !important;

  width: 100% !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 999px !important;

  min-height: 46px !important;
  padding: 12px 24px !important;

  transition: transform .14s ease !important;
}

/* Supprime les membranes internes */
.template-page form[action*="/contact"] button[type="submit"]::before,
.template-page form[action*="/contact"] button[type="submit"]::after{
  content: none !important;
}

/* 5) Effet press : au survol, l’ombre disparaît (masquée) */
@media (hover:hover) {

  /* le jaune descend pour "couvrir" l’ombre */
  .template-page form[action*="/contact"] .contact__button:hover::before,
  .template-page form[action*="/contact"] .form__buttons:hover::before,
  .template-page form[action*="/contact"] .button-row:hover::before{
    transform: translate(2px, 2px) !important;
  }

  /* l’ombre disparaît totalement */
  .template-page form[action*="/contact"] .contact__button:hover::after,
  .template-page form[action*="/contact"] .form__buttons:hover::after,
  .template-page form[action*="/contact"] .button-row:hover::after{
    opacity: 0 !important;
    transform: translate(2px, 2px) !important;
  }

  /* le texte suit le press */
  .template-page form[action*="/contact"] button[type="submit"]:hover,
  .template-page form[action*="/contact"] input[type="submit"]:hover{
    transform: translate(2px, 2px) !important;
  }
}

/* option : press plus fort au clic */
.template-page form[action*="/contact"] button[type="submit"]:active,
.template-page form[action*="/contact"] input[type="submit"]:active{
  transform: translate(3px, 3px) !important;
}

/* =====================================================
   FAQ — Supprimer l’espace entre le titre et les questions
   ===================================================== */

/* enlève l'espace sous le titre */
.template-page h1,
.template-page .main-page-title {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* enlève l'espace au-dessus du bloc FAQ */
.template-page .collapsible-content,
.template-page .collapsible-content-wrapper,
.template-page .accordion {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* =====================================================
   FAQ — Titre "Foire aux questions"
   Centrage + graisse + police (Desktop + Mobile)
   ===================================================== */

/* ----- DESKTOP ----- */
@media (min-width: 990px){

  .template-page .main-page-title,
  .template-page h1 {
    text-align: center !important;
    font-weight: 700 !important; /* gras */
    font-family: var(--font-heading-family); /* police du thème */
    font-size: 40px !important;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
  }

}

/* ----- MOBILE ----- */
@media (max-width: 989px){

  .template-page .main-page-title,
  .template-page h1 {
    text-align: center !important;
    font-weight: 700 !important;
    font-family: var(--font-heading-family);
    font-size: 30px !important;
    line-height: 1.2;
    margin-bottom: 24px;
  }

}

/* =========================================================
   IMAGE AVEC TEXTE (Dawn) — enlever encadré gris + ne pas rogner
   ========================================================= */

/* 1) enlever le cadre/fond du conteneur média Dawn */
.image-with-text .image-with-text__media,
.image-with-text .image-with-text__media-item,
.image-with-text .media,
.image-with-text .global-media-settings {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* 2) empêcher le rognage */
.image-with-text .image-with-text__media,
.image-with-text .image-with-text__media-item,
.image-with-text .media {
  overflow: visible !important;
  height: auto !important;
}

/* 3) l’image garde son ratio (pas coupée) */
.image-with-text .media > img,
.image-with-text .image-with-text__media img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  position: static !important; /* important si Dawn met du absolute */
  display: block !important;
}

/* =========================================================
   HALLES DE FRANCE — Section "À l'origine du projet"
   Corrige les marges et aligne texte + image
   ========================================================= */

/* 1️⃣ supprime le gros padding vertical Dawn */
.image-with-text {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* 2️⃣ aligne le contenu en haut (important) */
.image-with-text__grid {
  align-items: flex-start !important;
}

/* 3️⃣ supprime la grosse marge du titre */
.image-with-text__heading {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 4️⃣ enlève l’espace inutile avant le texte */
.image-with-text__content {
  padding-top: 0 !important;
}

/* 5️⃣ option premium : rapproche légèrement texte et image */
.image-with-text__text {
  margin-top: 10px !important;
}

/* =========================================================
   HALLES DE FRANCE — Section origine projet
   Supprime le vide en bas
   ========================================================= */

/* réduit le padding bas global */
.image-with-text {
  padding-bottom: 10px !important;
}

/* empêche Dawn de forcer une hauteur trop grande */
.image-with-text__media,
.image-with-text__content {
  min-height: auto !important;
}

/* enlève l’espace inutile sous le texte */
.image-with-text__text {
  margin-bottom: 0 !important;
}

/* enlève un éventuel espace du container */
.image-with-text__grid {
  margin-bottom: 0 !important;
}

/* =========================================================
   HALLES DE FRANCE — Supprime le vide sous image-with-text
   ========================================================= */

/* le container ne doit pas forcer une hauteur */
.image-with-text__grid {
  align-items: flex-start !important;
}

/* empêche Dawn d'étirer les colonnes */
.image-with-text__media,
.image-with-text__content {
  height: auto !important;
  align-self: flex-start !important;
}

/* enlève tout espace fantôme sous le media */
.image-with-text__media {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* sécurité */
.image-with-text__content > *:last-child {
  margin-bottom: 0 !important;
}

/* =========================================================
   HALLES DE FRANCE — espace image / titre
   ========================================================= */

.image-with-text__media {
  margin-bottom: 24px !important;
}

/* =========================================================
   HALLES DE FRANCE — image origine projet MOBILE
   ========================================================= */

@media screen and (max-width: 749px) {

  .image-with-text__media img {
    max-width: 50% !important;
    margin: 0 auto !important;
    display: block;
  }

  .image-with-text__media {
    text-align: center;
  }

}

/* =========================================================
   HALLES DE FRANCE — Image section origine projet
   Coins arrondis
   ========================================================= */

.image-with-text__media {
  border-radius: 18px;
  overflow: hidden; /* important pour couper l'image */
}

.image-with-text__media img {
  border-radius: 18px;
  display: block;
}

/* =========================================================
   HALLES DE FRANCE — Supprimer le vide bas section origine
   ========================================================= */

.image-with-text {
  min-height: auto !important;
}

.image-with-text__grid {
  align-items: flex-start !important;
}

.image-with-text__content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* =========================================================
   HALLES DE FRANCE — Texte origine projet plus compact mobile
   ========================================================= */

@media screen and (max-width: 749px) {

  .image-with-text__text {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }

  .image-with-text__text p {
    margin-bottom: 10px !important;
  }

}

/* =========================================================
   HALLES DE FRANCE — Titre origine projet plus compact mobile
   ========================================================= */

@media screen and (max-width: 749px) {

  .image-with-text__heading {
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }

}

/* =========================================================
   HALLES DE FRANCE — Centrer titre + texte (mobile uniquement)
   ========================================================= */

@media screen and (max-width: 749px) {

  .image-with-text__content {
    text-align: center !important;
    align-items: center !important;
  }

  .image-with-text__heading {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

  .image-with-text__text {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px; /* garde un bloc lisible */
  }

}

/* =========================================================
   LISTE DES COLLECTIONS — Mobile : 2 colonnes + dernier centré
   (compatible Dawn / grid / slider)
   ========================================================= */

@media screen and (max-width: 749px){

  /* 1) on neutralise le mode slider si activé */
  #MainContent .collection-list-wrapper .slider,
  #MainContent .collection-list-wrapper .slider__track,
  #MainContent .collection-list-wrapper .slider__grid{
    transform: none !important;
    overflow: visible !important;
  }

  /* 2) on force la liste en FLEX (le plus fiable) */
  #MainContent .collection-list-wrapper ul.collection-list,
  #MainContent .collection-list-wrapper ul.grid,
  #MainContent .collection-list-wrapper .slider__grid{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 18px !important;
  }

  /* 3) 2 colonnes */
  #MainContent .collection-list-wrapper ul.collection-list > li,
  #MainContent .collection-list-wrapper ul.grid > li,
  #MainContent .collection-list-wrapper .slider__grid > li{
    flex: 0 0 calc(50% - 9px) !important;  /* 2 colonnes */
    max-width: calc(50% - 9px) !important;
  }

  /* 4) si nombre impair : le dernier se centre sous les 2 */
  #MainContent .collection-list-wrapper ul.collection-list > li:last-child:nth-child(odd),
  #MainContent .collection-list-wrapper ul.grid > li:last-child:nth-child(odd),
  #MainContent .collection-list-wrapper .slider__grid > li:last-child:nth-child(odd){
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* =========================================================
   COLLECTION LIST — réduire espaces entre cartes (mobile)
   ========================================================= */

@media screen and (max-width: 749px){

  /* espace entre les cartes */
  #MainContent .collection-list-wrapper ul.collection-list,
  #MainContent .collection-list-wrapper ul.grid,
  #MainContent .collection-list-wrapper .slider__grid{
    gap: 2px !important; /* avant ≈ 18-24px */
  }

  /* supprime les marges internes Dawn */
  #MainContent .collection-list-wrapper li{
    margin-bottom: 0 !important;
  }

  /* réduit l'espace sous chaque carte */
  .collection-list .card-wrapper{
    margin-bottom: 0 !important;
  }

}

/* NEWSLETTER — taille plus élégante sur mobile */
@media screen and (max-width: 749px){

  .newsletter .title,
  .newsletter h2 {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }

  .newsletter__subheading,
  .newsletter p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

/* =====================================================
   NEWSLETTER — bouton plus compact sur MOBILE
   ===================================================== */

@media screen and (max-width: 749px){

  .newsletter-form__submit{

    /* hauteur réduite */
    height: 40px !important;

    /* padding horizontal plus petit = bouton moins long */
    padding: 0 22px !important;

    /* texte un peu plus compact */
    font-size: 12px !important;
    letter-spacing: .12em;

    /* optionnel : limite la largeur */
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

}

/* =====================================================
   NEWSLETTER — champ email plus compact (MOBILE)
   ===================================================== */

@media screen and (max-width: 749px){

  .newsletter-form__field-wrapper{
    display: flex;
    justify-content: center;
  }

  .newsletter-form__field-wrapper .field{
    width: 100%;
    max-width: 280px; /* largeur du champ */
  }

  .newsletter-form__field-wrapper input{
    height: 40px !important;     /* même hauteur que bouton */
    padding: 0 18px !important;
    font-size: 14px;
    border-radius: 999px;
  }

}

/* =====================================================
   HOME — BLOG "Nos producteurs" : 3 colonnes DESKTOP
   ✅ Garde EXACTEMENT le même rendu / format d'image
   (on fixe la largeur des cartes, au lieu de 1fr)
   ===================================================== */

@media (min-width: 990px){

  /* Ajuste ici si besoin (mais commence par 360px/380px) */
  body.template-index{
    --np-card-w: 360px;  /* largeur d'une carte */
    --np-gap: 28px;      /* espace entre cartes */
  }

  /* 1) On neutralise le mode slider (sinon chevauchement) */
  body.template-index .blog .slider,
  body.template-index .blog .slider__track,
  body.template-index .blog .slider__grid{
    transform: none !important;
    overflow: visible !important;
  }

  /* 2) Grille en 3 colonnes FIXES => même format d'image */
  body.template-index .blog ul.blog__posts,
  body.template-index .blog ul.grid,
  body.template-index .blog .grid{
    display: grid !important;
    grid-template-columns: repeat(3, var(--np-card-w)) !important;
    gap: var(--np-gap) !important;
    justify-content: center !important;
    align-items: start !important;
  }

  /* 3) On annule les largeurs flex/slider sur les items */
  body.template-index .blog ul.blog__posts > li,
  body.template-index .blog ul.grid > li,
  body.template-index .blog .grid > li,
  body.template-index .blog .slider__slide{
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    flex: initial !important;
  }

}

/* =========================================
   HOME — BLOG "Nos producteurs"
   ESPACEMENT ENTRE LES ENCADRÉS (DESKTOP)
   Sans modifier le format des images
   ========================================= */

@media (min-width: 990px){

  /* espace horizontal + vertical entre les cartes */
  body.template-index .blog ul.blog__posts > li,
  body.template-index .blog ul.grid > li,
  body.template-index .blog .grid > li,
  body.template-index .blog .slider__slide{
    margin-bottom: 1px !important;
  }

  /* espace horizontal uniquement */
  body.template-index .blog ul.blog__posts,
  body.template-index .blog ul.grid,
  body.template-index .blog .grid{
    column-gap: 10px !important;
    row-gap: 10px !important;
  }

}

/* =========================================
   HOME — BLOG "Nos producteurs"
   ESPACEMENT ENTRE LES ENCADRÉS (MOBILE)
   Sans modifier le format des cartes
   ========================================= */

@media (max-width: 989px){

  /* espace vertical entre les cartes */
  body.template-index .blog ul.blog__posts > li,
  body.template-index .blog ul.grid > li,
  body.template-index .blog .grid > li,
  body.template-index .blog .slider__slide{
    margin-bottom: 1px !important;
  }

  /* petit espace horizontal si 2 colonnes */
  body.template-index .blog ul.blog__posts,
  body.template-index .blog ul.grid,
  body.template-index .blog .grid{
    column-gap: 1px !important;
    row-gap: 1px !important;
  }

}

/* =====================================================
   MULTICOLONNE — Centrer le titre
   Desktop + Mobile (HALLES DE FRANCE)
   ===================================================== */

/* centre le titre de la section */
.multicolumn .title,
.multicolumn .title-wrapper-with-link,
.multicolumn h2 {
  text-align: center !important;
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
}

/* optionnel : centre aussi le bloc titre complet */
.multicolumn .title-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* =====================================================
   MULTICOLONNE — Taille police TITRES + TEXTES
   (Mobile + Desktop)
   ===================================================== */

/* 1) Réglages globaux (tu modifies juste ces valeurs) */
body {
  --hdf-mc-title-m: 14px; /* taille titre colonne - mobile */
  --hdf-mc-text-m: 14px;  /* taille texte colonne - mobile */

  --hdf-mc-title-d: 20px; /* taille titre colonne - desktop */
  --hdf-mc-text-d: 15px;  /* taille texte colonne - desktop */
}

/* 2) Application sur les colonnes */
.multicolumn .multicolumn-card__info h3,
.multicolumn .multicolumn-card__info .h3,
.multicolumn .multicolumn-card__info .inline-richtext {
  font-size: var(--hdf-mc-title-m) !important;
  line-height: 1.2 !important;
}

.multicolumn .multicolumn-card__info p,
.multicolumn .multicolumn-card__info .rte,
.multicolumn .multicolumn-card__info .rte p {
  font-size: var(--hdf-mc-text-m) !important;
  line-height: 1.35 !important;
}

/* 3) Desktop */
@media (min-width: 990px) {
  .multicolumn .multicolumn-card__info h3,
  .multicolumn .multicolumn-card__info .h3,
  .multicolumn .multicolumn-card__info .inline-richtext {
    font-size: var(--hdf-mc-title-d) !important;
  }

  .multicolumn .multicolumn-card__info p,
  .multicolumn .multicolumn-card__info .rte,
  .multicolumn .multicolumn-card__info .rte p {
    font-size: var(--hdf-mc-text-d) !important;
  }
}

/* =====================================================
   MULTICOLONNE — Taille du TITRE DE SECTION
   (Mobile + Desktop)
   ===================================================== */

/* 1) Réglages (tu modifies uniquement ces valeurs) */
body {
  --hdf-mc-section-title-m: 18px; /* mobile */
  --hdf-mc-section-title-d: 36px; /* desktop */
}

/* 2) Titre de section */
.multicolumn .title,
.multicolumn h2 {
  font-size: var(--hdf-mc-section-title-m) !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

/* 3) Desktop */
@media (min-width: 990px) {
  .multicolumn .title,
  .multicolumn h2 {
    font-size: var(--hdf-mc-section-title-d) !important;
  }
}

/* =====================================================
   HALLES DE FRANCE — Multicolonne
   Couleur de fond des colonnes
   ===================================================== */

/* couleur par défaut des cartes */
.multicolumn .multicolumn-card {
  background-color: #FFFFFF !important; /* couleur colonne */
  border-radius: 18px !important;
  padding: 10px;
}

/* optionnel : légère ombre premium */
.multicolumn .multicolumn-card {
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

/* =====================================================
   HDFR MODAL — Agrandir le logo "La Box Paysanne"
   (img.hdfr-modal__logo--secondary)
   ===================================================== */

/* Marge au-dessus et en dessous du bloc logos */
.hdfr-modal__content .hdfr-modal__logos.hdfr-modal__logos--vertical{
  margin-top: 25px !important;
  margin-bottom: 35px !important;
  text-align: center !important;
}

img.hdfr-modal__logo--secondary{
  width:250px !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
}

/* =========================================================
   MULTICOLONNE — Contour + ombre portée noire
   HALLES DE FRANCE
   ========================================================= */

#shopify-section-template--28121447858521__multicolumn_hyxTTX
.multicolumn-card{

  background: #ffffff;

  /* contour */
  border: 2px solid #000000;

  /* arrondi */
  border-radius: 22px;

  /* ombre portée noire opaque */
  box-shadow: 3px 3px 0px #000000;

  /* espace intérieur */
  padding: 28px 32px;

}

/* =========================================================
   POURQUOI NOUS CHOISIR — DESKTOP (>=990px) — CODE COMPLET
   2 COLONNES + CONTROLE (largeur/hauteur/padding/typo)
   + TOUS LES ENCADRÉS À LA MÊME HAUTEUR
   Section: template--28121447858521__multicolumn_hyxTTX
   ========================================================= */

@media (min-width: 990px){

  /* ===== Réglages Desktop (modifie ici) ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX{
    --hdf-gap: 28px;            /* espace entre colonnes */
    --hdf-card-maxw: 560px;     /* largeur max d'un encadré (mets 9999px si tu veux full largeur) */
    --hdf-card-padding: 36px;   /* marge intérieure texte/contour */
    --hdf-title-size: 18px;     /* taille titres */
    --hdf-text-size: 13px;      /* taille texte */
  }

  /* ===== UL = GRID 2 COLONNES (on neutralise le slider) ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: var(--hdf-gap) !important;

    width: 100% !important;
    margin: 0 auto !important;

    transform: none !important;

    /* ✅ même hauteur des cartes sur une même ligne */
    align-items: stretch !important;
  }

  /* ===== LI = pas de largeur slider + on autorise l'étirement ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item{
    width: 100% !important;
    max-width: none !important;

    padding: 0 !important;
    margin: 0 !important;

    height: auto !important;

    /* ✅ indispensable pour hauteur identique */
    display: flex !important;
    align-self: stretch !important;
  }

  /* ===== CARTE = s'étire à 100% de la hauteur du LI ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-card.content-container{
    width: 100% !important;
    max-width: var(--hdf-card-maxw) !important;
    margin: 0 auto !important;

    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  /* ===== CONTENU INTERNE (padding réglable) ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-card__info{
    padding: var(--hdf-card-padding) !important;
    margin: 0 !important;

    /* ✅ prend toute la hauteur => cartes égales */
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  /* ===== TITRES ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-card__info h3{
    font-size: var(--hdf-title-size) !important;
    line-height: 1.2 !important;
    margin: 0 0 12px 0 !important;
  }

  /* ===== TEXTE ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-card__info .rte,
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-card__info .rte p{
    font-size: var(--hdf-text-size) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
  }

  /* ===== SUPPRIMER LES "VIDES" (marges/paddings auto du thème) ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-list,
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .grid__item,
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-card,
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .content-container{
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* =========================================================
   POURQUOI NOUS CHOISIR — MOBILE (<=989px)
   2 COLONNES + LARGEUR & HAUTEUR RÉGLABLES
   Section: template--28121447858521__multicolumn_hyxTTX
   ========================================================= */

@media (max-width: 989px){

  /* ===== REGLAGES MOBILE (TU MODIFIES ICI) ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX{

    --hdf-gap: 5px;

    /* largeur carte */
    --hdf-card-width: 100%;     /* 100% conseillé */
    --hdf-card-maxw: 95%;      /* ex: 240px si tu veux réduire */

    /* hauteur carte */
    --hdf-card-minh: 20px;      /* ex: 220px pour hauteur mini */
    --hdf-card-height: 175px;    /* ex: 260px pour hauteur fixe */

    /* intérieur */
    --hdf-card-padding: 16px;

    /* typo */
    --hdf-title-size: 11px;
    --hdf-text-size: 9px;
  }

  /* ===== GRID 2 COLONNES ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: var(--hdf-gap) !important;

    width: 100% !important;
    margin: 0 auto !important;

    transform: none !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  /* ===== COLONNE ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  li.multicolumn-list__item{
    width: 100% !important;
    padding: 3px !important;
    margin: 0 !important;

    display: flex !important;
    align-self: stretch !important;
  }

  /* ===== CARTE ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-card.content-container{

    width: var(--hdf-card-width) !important;
    max-width: var(--hdf-card-maxw) !important;

    min-height: var(--hdf-card-minh) !important;
    height: var(--hdf-card-height) !important;

    display: flex !important;
    flex-direction: column !important;

    margin: 0 auto !important;
  }

  /* ===== CONTENU ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-card__info{

    padding: var(--hdf-card-padding) !important;

    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  /* ===== TITRES ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  h3{
    font-size: var(--hdf-title-size) !important;
    line-height: 1.2 !important;
    margin: 0 0 8px 0 !important;
  }

  /* ===== TEXTE ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .rte p{
    font-size: var(--hdf-text-size) !important;
    line-height: 1.45 !important;
    margin: 0 !important;
  }

  /* ===== SUPPRESSION DES VIDES ===== */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-list,
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .grid__item,
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-card,
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .content-container{
    padding: 0 !important;
    margin: 0 !important;
  }

}

/* ===== ESPACE SUR LES BORDS MOBILE ===== */
@media (max-width: 989px){

  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .page-width{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }


  /* =========================================================
     5) REMPLACEMENT DES TEXTES — MOBILE ONLY (col 1→4)
     ========================================================= */

  /* colonne 1 */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(1)
  .multicolumn-card__info .rte p{
    visibility: hidden !important;
    position: relative !important;
  }
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(1)
  .multicolumn-card__info .rte p::after{
    content: "Des producteurs français engagés et des produits artisanaux sélectionnés pour préserver le goût authentique des terroirs.";
    visibility: visible !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
  }

  /* colonne 2 */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(2)
  .multicolumn-card__info .rte p{
    visibility: hidden !important;
    position: relative !important;
  }
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(2)
  .multicolumn-card__info .rte p::after{
    content: "Chaque produit est sélectionné pour son goût et son équilibre. Seulement des produits choisis pour sublimer vos moments d’apéritif.";
    visibility: visible !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
  }

  /* colonne 3 */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(3)
  .multicolumn-card__info .rte p{
    visibility: hidden !important;
    position: relative !important;
  }
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(3)
  .multicolumn-card__info .rte p::after{
    content: "Derrière chaque produit, des femmes et des hommes qui font vivre les savoir-faire français et donnent du sens à votre dégustation.";
    visibility: visible !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
  }

  /* colonne 4 */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(4)
  .multicolumn-card__info .rte p{
    visibility: hidden !important;
    position: relative !important;
  }
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(4)
  .multicolumn-card__info .rte p::after{
    content: "Des productions raisonnées et en quantités limitées, pour valoriser le travail des producteurs et le goût des choses bien faites.";
    visibility: visible !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
  }

}

/* =========================================================
   HDF — Titres sur 3 lignes (colonnes 2,3,4)
   Section: template--28121447858521__multicolumn_hyxTTX
   ========================================================= */

@media (max-width: 749px){

  /* hauteur équivalente à 3 lignes */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  ul#Slider-template--28121447858521__multicolumn_hyxTTX
  > li.multicolumn-list__item:nth-child(n+2)
  .multicolumn-card__info h3{

    line-height: 1.15;
    min-height: calc(1.15em * 3); /* ✅ force 3 lignes */
    display: flex;
    align-items: center; /* centre verticalement le titre */
    justify-content: center;
    text-align: center;
  }

}

/* =====================================================
   POURQUOI NOUS CHOISIR ? — CERCLE + NUMÉRO (Dawn multicolumn)
   Section: template--28121447858521__multicolumn_hyxTTX
   Cible: li.multicolumn-list__item (pas .js-slider-item)
   ===================================================== */

/* ---------- BASE (commun) ---------- */
#shopify-section-template--28121447858521__multicolumn_hyxTTX{
  --why-badge-bg: #D8792E;        /* couleur cercle */
  --why-badge-color: #FAF9F7;     /* couleur chiffre */
  --why-badge-border: 2px;        /* contour cercle */
  --why-badge-border-color: #000;
}

/* Le LI doit porter le badge */
#shopify-section-template--28121447858521__multicolumn_hyxTTX
#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item{
  position: relative !important;
  overflow: visible !important;
}

/* Cercle + chiffre */
#shopify-section-template--28121447858521__multicolumn_hyxTTX
#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item::before{
  content: "";
  position: absolute;

  top: calc(var(--why-badge-offset) * -1);
  left: calc(var(--why-badge-offset) * -1);

  width: var(--why-badge-size);
  height: var(--why-badge-size);

  background: var(--why-badge-bg);
  border: var(--why-badge-border) solid var(--why-badge-border-color);
  border-radius: 999px;

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

  color: var(--why-badge-color);
  font-weight: 800;
  font-size: var(--why-badge-font);
  line-height: 1;

  z-index: 20;
}

/* Numéros */
#shopify-section-template--28121447858521__multicolumn_hyxTTX
#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(1)::before{ content:"01"; }
#shopify-section-template--28121447858521__multicolumn_hyxTTX
#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(2)::before{ content:"02"; }
#shopify-section-template--28121447858521__multicolumn_hyxTTX
#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(3)::before{ content:"03"; }
#shopify-section-template--28121447858521__multicolumn_hyxTTX
#Slider-template--28121447858521__multicolumn_hyxTTX > li.multicolumn-list__item:nth-child(4)::before{ content:"04"; }


/* =====================================================
   DESKTOP
   ===================================================== */
@media (min-width: 750px){
  #shopify-section-template--28121447858521__multicolumn_hyxTTX{
    --why-badge-size: 38px;
    --why-badge-offset: 14px;
    --why-badge-font: 14px;
  }
}

/* =====================================================
   MOBILE
   ===================================================== */
@media (max-width: 749px){
  #shopify-section-template--28121447858521__multicolumn_hyxTTX{
    --why-badge-size: 28px;
    --why-badge-offset: 4px;
    --why-badge-font: 14px;
  }
}

/* =====================================================
   MOBILE — Réduire espace titre → texte
   ===================================================== */
@media (max-width: 749px){

  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-card__info h3{
    margin-bottom: 1px !important; /* ↓ ajuste ici */
  }

}

/* =========================================================
   HALLES DE FRANCE — Hover cartes + badge numéro
   (effet push complet)
   ========================================================= */

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

  /* transition sur le bloc complet */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-list__item{
    transition: transform 0.15s ease !important;
  }

  /* hover = déplacement global */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-list__item:hover{
    transform: translate(-2px, -2px) !important;
  }

  /* ombre sur la carte uniquement */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-list__item:hover .multicolumn-card{
    box-shadow: 3px 3px 0px #000000 !important;
  }
}

/* =========================================================
   HALLES DE FRANCE — Effet "push" sur MOBILE (tap)
   ========================================================= */

@media (hover:none) and (pointer:coarse){

  /* transitions douces */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-list__item{
    transition: transform 0.22s ease !important;
  }

  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-card{
    transition: box-shadow 0.22s ease !important;
  }

  /* effet pendant l'appui (tap) */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-list__item:active,
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-list__item:focus-within{
    transform: translate(-2px, -2px) !important;
  }

  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-list__item:active .multicolumn-card,
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-list__item:focus-within .multicolumn-card{
    box-shadow: 3px 3px 0px #000000 !important;
  }

  /* évite le flash bleu iOS sur certains thèmes */
  #shopify-section-template--28121447858521__multicolumn_hyxTTX
  .multicolumn-list__item{
    -webkit-tap-highlight-color: transparent;
  }
}


/* =====================================================
   HALLES DE FRANCE — Titre "Pourquoi nous choisir ?"
   ===================================================== */

/* ===== DESKTOP ===== */
#shopify-section-template--28121447858521__multicolumn_hyxTTX 
.multicolumn__title .title{
  font-size: 42px !important;
  line-height: 1.15;
  margin-bottom: 20px;
}

/* ===== TABLETTE ===== */
@media screen and (max-width: 990px){
  #shopify-section-template--28121447858521__multicolumn_hyxTTX 
  .multicolumn__title .title{
    font-size: 34px !important;
  }
}

/* ===== MOBILE ===== */
@media screen and (max-width: 749px){
  #shopify-section-template--28121447858521__multicolumn_hyxTTX 
  .multicolumn__title .title{
    font-size: 22px !important;
    line-height: 1.2;
    margin-bottom: 5px;
  }
}

/* =========================================================
   FIX — Logo mobile invisible (wrapper à 0 / shrink)
   À COLLER TOUT EN BAS
   ========================================================= */
@media screen and (max-width: 989px){

  /* La zone du logo ne doit JAMAIS pouvoir se compresser à 0 */
  .header__heading{
    min-width: 140px !important;      /* ajuste 120–180 */
    min-height: 44px !important;
    overflow: visible !important;
  }

  .header__heading-link{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }

  /* Le vrai coupable souvent : wrapper qui finit à 0px */
  .header__heading-logo-wrapper{
    width: fit-content !important;
    max-width: none !important;
    min-width: 140px !important;      /* ajuste */
    flex: 0 0 auto !important;
    display: inline-block !important;
  }

  /* Image/SVG du logo : dimensions réelles */
  .header__heading-logo,
  .header__heading-logo-wrapper img,
  .header__heading-logo-wrapper svg{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 48px !important;
    width: auto !important;
    height: auto !important;
  }
}

/* =========================================================
   BARRE D'ANNONCE — Taille de police
   ========================================================= */

/* ORDINATEUR */
@media screen and (min-width: 990px){
  .announcement-bar__message,
  .announcement-bar p{
    font-size: 14px !important; /* ajuste ici */
    line-height: 1.3;
  }
}

/* MOBILE */
@media screen and (max-width: 989px){
  .announcement-bar__message,
  .announcement-bar p{
    font-size: 11px !important; /* ajuste ici */
    line-height: 1.35;
  }
}


