/** Shopify CDN: Minification failed

Line 8885:0 Expected "}" to go with "{"

**/
product-component,
collection-component {
  display: block;
}

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

.content-for-layout {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.content-for-layout > .shopify-section:last-child {
  flex-grow: 1;
}

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

details .header__icon-close {
  display: none;
}

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

/* 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,
  .header--has-account > .header__search {
    display: none;
  }

  .header--has-account .header__icons > .header__search {
    display: inline-flex;
  }
}

@media screen and (max-width: 989px) {
  .header--has-account:not(.header--has-menu) > .header__search {
    display: inline-flex;
  }

  .header--has-account.header--has-menu:is(.header--mobile-left, .header--has-app) > .header__search {
    display: none;
  }

  .header--has-account.header--has-menu:not(.header--mobile-left):not(.header--has-app) {
    grid-template-areas: 'left-icons search heading icons';
    grid-template-columns: auto auto 1fr auto;
  }

  .header--has-account.header--has-menu:not(.header--mobile-left):not(.header--has-app) > .header__search {
    display: inline-flex;
    grid-area: search;
    justify-self: start;
    margin-left: 0;
  }

  .header--has-account.header--has-menu:not(.header--mobile-left):not(.header--has-app)
    .header__icons
    > .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: 5rem;
  }
}

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


/*--------------------------------*/
/*-- Début de code personnalisé --*/
/*--         MODIF JESS         --*/
/*--------------------------------*/

/* HEADER FLOTTANT STYLE PREMIUM */
.shopify-section-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Barre principale */
.header-wrapper {
  max-width: 94%;
  margin: 14px auto 0;
  border-radius: 0;
  background: rgba(5, 3, 8, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 0 25px rgba(0, 0, 0, 0.65),
    0 0 18px rgba(150, 90, 255, 0.18);
}

/* Liens menu */
.header__menu-item,
.header__menu-item span {
  color: #f3eadc !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Hover menu */
.header__menu-item:hover span {
  color: #a855f7 !important;
  text-shadow: 0 0 6px rgba(120, 60, 200, 0.45);
  text-decoration: none;
}

/* Icônes */
.header__icon,
.header__icon .icon {
  color: #f3eadc !important;
}


/* Mobile : éviter que ce soit trop large */
@media screen and (max-width: 749px) {
  .header-wrapper {
    max-width: calc(100% - 20px);
    margin-top: 10px;
  }
}



/* BLOCS FLOTTANTS PREMIUM SUR LES SECTIONS */

#MainContent .shopify-section:not(.shopify-section--hero) > * {
  position: relative;
  z-index: 2;
}

/* Fonds internes transparents sauf hero */
#MainContent .shopify-section:not(.shopify-section--hero) > *,
#MainContent .shopify-section:not(.shopify-section--hero) .gradient,
#MainContent .shopify-section:not(.shopify-section--hero) .color-background-1:not(.badge),
#MainContent .shopify-section:not(.shopify-section--hero) .color-background-2,
#MainContent .shopify-section:not(.shopify-section--hero) .background-secondary,
#MainContent .shopify-section:not(.shopify-section--hero) .section,
#MainContent .shopify-section:not(.shopify-section--hero) .page-width,
#MainContent .shopify-section:not(.shopify-section--hero) .collection,
#MainContent .shopify-section:not(.shopify-section--hero) .multicolumn,
#MainContent .shopify-section:not(.shopify-section--hero) .image-with-text,
#MainContent .shopify-section:not(.shopify-section--hero) .rich-text {
  background: transparent !important;
  background-color: transparent !important;
}

/* Images protégées */
#MainContent .shopify-section img {
  background: none !important;
}

/* HERO : pleine largeur, sans cadre */
#MainContent .shopify-section.shopify-section--hero {
  position: relative;
  z-index: 2;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}


#MainContent .shopify-section.shopify-section--hero > *,
#MainContent .shopify-section.shopify-section--hero .page-width {
  max-width: 100% !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* Background Site */
html,
body {
  background-color: #05020a !important;
  min-height: 100%;
}

body {
  position: relative;
  background-color: #05020a !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-image: url("/cdn/shop/files/background-site.webp?v=1779187880");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}

#MainContent,
main,
.shopify-section-header,
.shopify-section-footer,
footer,
.footer {
  position: relative;
  z-index: 2;
}

/* HEADER */
.header,
.shopify-section-header {
  background: transparent;
}

.header-wrapper {
  /*background: rgba(5, 3, 8, 0.78);*/
  background: transparent !important;
}



@media screen and (max-width: 749px) {
  #MainContent .shopify-section:not(.shopify-section--hero) {
    max-width: calc(100% - 20px);
    margin: 20px auto;
  }

  .footer {
    max-width: calc(100% - 20px);
    margin: 20px auto 10px;
  }
}

/* =========================
   FOOTER — STYLE HEADER
========================= */

.shopify-section-footer {
  background: transparent !important;
  position: relative;
  z-index: 2;
}

.footer {
  --msc-corner: 18px;

  position: relative;
  max-width: 94%;
  margin: 28px auto 14px;

  background: transparent !important;
  border: none !important;
  /*overflow: hidden;*/
  overflow-x: hidden !important;
  overflow-y: visible !important;

  box-shadow:
    0 0 25px rgba(0, 0, 0, 0.65),
    0 0 18px rgba(150, 90, 255, 0.18);
}






.footer__premium-box {
  --msc-corner: 18px;
  position: relative;
  isolation: isolate;
  overflow: hidden !important;
  padding: 42px 40px 36px !important;
  background: transparent !important;
}
.footer__premium-box {
  position: relative;
  /*z-index: 2;*/
  z-index: 4;
}

.footer__content-bottom {
  position: relative;
  z-index: 10 !important;
}

.footer__content-bottom-wrapper {
  position: relative;
  z-index: 5;
}

.footer__column,
.footer__payment,
.footer__copyright,
.list-payment,
.localization-form {
  position: relative;
  z-index: 5;
}

/* FOND NOIR CONCAVE */
.footer__premium-box::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;

  background: rgba(5, 3, 8, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  -webkit-mask:
    radial-gradient(circle at 0 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top left,
    radial-gradient(circle at 100% 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top right,
    radial-gradient(circle at 0 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom left,
    radial-gradient(circle at 100% 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom right;
  -webkit-mask-size: 50% 50%;
  -webkit-mask-repeat: no-repeat;
}

/* CONTOUR OR/VIOLET */
.footer__premium-box::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;

  background:
    radial-gradient(circle at 0 0, transparent 0 var(--msc-corner), rgba(55,18,85,.60) calc(var(--msc-corner) + 1px), rgba(55,18,85,.60) calc(var(--msc-corner) + 2px), transparent calc(var(--msc-corner) + 3px)),
    radial-gradient(circle at 100% 0, transparent 0 var(--msc-corner), rgba(55,18,85,.60) calc(var(--msc-corner) + 1px), rgba(55,18,85,.60) calc(var(--msc-corner) + 2px), transparent calc(var(--msc-corner) + 3px)),
    radial-gradient(circle at 0 100%, transparent 0 var(--msc-corner), rgba(55,18,85,.60) calc(var(--msc-corner) + 1px), rgba(55,18,85,.60) calc(var(--msc-corner) + 2px), transparent calc(var(--msc-corner) + 3px)),
    radial-gradient(circle at 100% 100%, transparent 0 var(--msc-corner), rgba(55,18,85,.60) calc(var(--msc-corner) + 1px), rgba(55,18,85,.60) calc(var(--msc-corner) + 2px), transparent calc(var(--msc-corner) + 3px)),

    linear-gradient(90deg, rgba(55,18,85,.60), rgba(214,171,98,.50) 20%, rgba(214,171,98,.50) 80%, rgba(55,18,85,.60))
      top / calc(100% - var(--msc-corner) * 2) 1px no-repeat,

    linear-gradient(90deg, rgba(55,18,85,.60), rgba(214,171,98,.50) 20%, rgba(214,171,98,.50) 80%, rgba(55,18,85,.60))
      bottom / calc(100% - var(--msc-corner) * 2) 1px no-repeat,

    linear-gradient(rgba(55,18,85,.60), rgba(55,18,85,.60))
      left / 1px calc(100% - var(--msc-corner) * 2) no-repeat,

    linear-gradient(rgba(55,18,85,.60), rgba(55,18,85,.60))
      right / 1px calc(100% - var(--msc-corner) * 2) no-repeat;
}

/* CHAT ENTRE LE FOND ET LE TEXTE */
.msc-footer-illustration {
  display: block !important;
  position: absolute;
  width: 550px;
  height: 100%;
  background-image: url("/cdn/shop/files/chat-ok.webp?v=1779186740");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
  right: calc((94vw - 100vw) / 2) !important;
  bottom: 0 !important;
  z-index: 3 !important;
}

/* TEXTES AU-DESSUS */
.footer__content-top,
.footer__blocks-wrapper,
.footer-block,
.footer-block--newsletter {
  position: relative;
  z-index: 2;
}



/* Contenu au-dessus */
.footer > *:not(.msc-footer-illustration) {
  position: relative;
  z-index: 2;
}

/* On garde les fonds internes transparents */
.footer,
.footer *,
.footer .gradient,
.footer .color-background-1,
.footer .color-background-2 {
  background-color: transparent !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .footer {
    max-width: calc(100% - 20px);
    margin: 20px auto 10px;
  }
}



.footer-block--brand-custom {
  max-width: 220px;
}

.footer-brand-logo {
  display: block;
  width: 90px !important;
  height: 90px !important;
  max-width: 90px !important;
  object-fit: contain;
  margin-bottom: 18px;
  transform: scale(1.1);
  transform-origin: center;
}

.footer-brand-text {
  color: rgba(243, 234, 220, 0.82) !important;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.footer {
  max-width: 94%;
  margin: 28px auto 14px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}



/* Desktop large */
@media screen and (min-width: 1200px) {
  .msc-footer-illustration {
    width: 520px;
    height: calc(100% - 20px);
  }
}




.msc-product-premium__image-wrap {
  aspect-ratio: 2 / 3;
  overflow: hidden;
}

.msc-product-premium__image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top;
  transform: scale(1.35);
  display: block;
  aspect-ratio: unset !important;
}




/* HEADER — coins concaves propres */
.header-wrapper {
  --msc-corner: 18px;

  position: relative;
  overflow: hidden;
  border: none !important;
  background: transparent !important;
}

/* Bordures fines : or au centre, violet discret sur côtés/angles */
.header-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  background:
    radial-gradient(circle at 0 0,
      transparent 0 var(--msc-corner),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 1px),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 2px),
      transparent calc(var(--msc-corner) + 3px)
    ),
    radial-gradient(circle at 100% 0,
      transparent 0 var(--msc-corner),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 1px),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 2px),
      transparent calc(var(--msc-corner) + 3px)
    ),
    radial-gradient(circle at 0 100%,
      transparent 0 var(--msc-corner),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 1px),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 2px),
      transparent calc(var(--msc-corner) + 3px)
    ),
    radial-gradient(circle at 100% 100%,
      transparent 0 var(--msc-corner),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 1px),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 2px),
      transparent calc(var(--msc-corner) + 3px)
    ),

    linear-gradient(90deg,
      rgba(55,18,85,.60),
      rgba(214,171,98,.50) 20%,
      rgba(214,171,98,.50) 80%,
      rgba(55,18,85,.60)
    ) top / calc(100% - var(--msc-corner) * 2) 1px no-repeat,

    linear-gradient(90deg,
      rgba(55,18,85,.60),
      rgba(214,171,98,.50) 20%,
      rgba(214,171,98,.50) 80%,
      rgba(55,18,85,.60)
    ) bottom / calc(100% - var(--msc-corner) * 2) 1px no-repeat,

    linear-gradient(rgba(55,18,85,.60), rgba(55,18,85,.60))
      left / 1px calc(100% - var(--msc-corner) * 2) no-repeat,

    linear-gradient(rgba(55,18,85,.60), rgba(55,18,85,.60))
      right / 1px calc(100% - var(--msc-corner) * 2) no-repeat;
}

/* Fond noir */
.header-wrapper::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  z-index: 0;
  background: rgba(5, 3, 8, 0.78);

  -webkit-mask:
    radial-gradient(circle at 0 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top left,
    radial-gradient(circle at 100% 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top right,
    radial-gradient(circle at 0 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom left,
    radial-gradient(circle at 100% 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom right;
  -webkit-mask-size: 50% 50%;
  -webkit-mask-repeat: no-repeat;

  mask:
    radial-gradient(circle at 0 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top left,
    radial-gradient(circle at 100% 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top right,
    radial-gradient(circle at 0 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom left,
    radial-gradient(circle at 100% 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom right;
  mask-size: 50% 50%;
  mask-repeat: no-repeat;
}

/* Contenu */
.header-wrapper .header {
  position: relative;
  z-index: 2;
  background: transparent !important;
}



/* Hauteur du menu Header */
.header {
  min-height: 64px; /* ← ajuste ici */
  padding-top: 6px;
  padding-bottom: 6px;
}
.header__menu-item {
  padding: 8px 10px; /* avant souvent 12px+ */
}

.header__icon,
.header__icon .svg-wrapper {
  width: 36px;
  height: 36px;
}


/* Texte à droite (devise / langue) */
.localization-form__select,
.header__localization,
.header__actions span {
  color: #f3eadc !important;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* Hover violet */
.localization-form__select:hover,
.header__actions span:hover {
  color: #a855f7 !important;
  text-shadow: 0 0 6px rgba(120, 60, 200, 0.45);
  text-decoration: none !important;
}



/* =========================
   SECTIONS STYLE HEADER
========================= */

#MainContent .shopify-section:not(.shopify-section--hero) {
  --msc-corner: 18px;

  position: relative;
  z-index: 2;

  max-width: 94%;
  /*margin: 28px auto;*/

  background: transparent !important;
  border: none !important;
  overflow: hidden;
}

/* BORDURES EXACTEMENT COMME HEADER */
#MainContent .shopify-section:not(.shopify-section--hero)::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  background:
    radial-gradient(circle at 0 0,
      transparent 0 var(--msc-corner),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 1px),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 2px),
      transparent calc(var(--msc-corner) + 3px)
    ),
    radial-gradient(circle at 100% 0,
      transparent 0 var(--msc-corner),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 1px),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 2px),
      transparent calc(var(--msc-corner) + 3px)
    ),
    radial-gradient(circle at 0 100%,
      transparent 0 var(--msc-corner),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 1px),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 2px),
      transparent calc(var(--msc-corner) + 3px)
    ),
    radial-gradient(circle at 100% 100%,
      transparent 0 var(--msc-corner),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 1px),
      rgba(55,18,85,.60) calc(var(--msc-corner) + 2px),
      transparent calc(var(--msc-corner) + 3px)
    ),

    linear-gradient(90deg,
      rgba(55,18,85,.60),
      rgba(214,171,98,.50) 20%,
      rgba(214,171,98,.50) 80%,
      rgba(55,18,85,.60)
    ) top / calc(100% - var(--msc-corner) * 2) 1px no-repeat,

    linear-gradient(90deg,
      rgba(55,18,85,.60),
      rgba(214,171,98,.50) 20%,
      rgba(214,171,98,.50) 80%,
      rgba(55,18,85,.60)
    ) bottom / calc(100% - var(--msc-corner) * 2) 1px no-repeat,

    linear-gradient(rgba(55,18,85,.60), rgba(55,18,85,.60))
      left / 1px calc(100% - var(--msc-corner) * 2) no-repeat,

    linear-gradient(rgba(55,18,85,.60), rgba(55,18,85,.60))
      right / 1px calc(100% - var(--msc-corner) * 2) no-repeat;
}

/* FOND FLOTTANT */
#MainContent .shopify-section:not(.shopify-section--hero)::after {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  z-index: 0;

  background: rgba(5, 3, 8, 0.78);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  -webkit-mask:
    radial-gradient(circle at 0 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top left,
    radial-gradient(circle at 100% 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top right,
    radial-gradient(circle at 0 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom left,
    radial-gradient(circle at 100% 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom right;

  -webkit-mask-size: 50% 50%;
  -webkit-mask-repeat: no-repeat;

  mask:
    radial-gradient(circle at 0 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top left,
    radial-gradient(circle at 100% 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top right,
    radial-gradient(circle at 0 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom left,
    radial-gradient(circle at 100% 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom right;

  mask-size: 50% 50%;
  mask-repeat: no-repeat;
}

/* CONTENU AU-DESSUS */
#MainContent .shopify-section:not(.shopify-section--hero) > * {
  position: relative;
  z-index: 2;
}

.header-wrapper::after {
  inset: 0;
}


.header-wrapper::after {
  -webkit-mask:
    radial-gradient(circle at 0 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top left,
    radial-gradient(circle at 100% 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top right,
    radial-gradient(circle at 0 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom left,
    radial-gradient(circle at 100% 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom right;

  -webkit-mask-size: 50% 50%;
  -webkit-mask-repeat: no-repeat;

  mask:
    radial-gradient(circle at 0 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top left,
    radial-gradient(circle at 100% 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top right,
    radial-gradient(circle at 0 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom left,
    radial-gradient(circle at 100% 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom right;

  mask-size: 50% 50%;
  mask-repeat: no-repeat;
}

/* Le header reste au-dessus */
.shopify-section-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  overflow: visible !important;
}


/* Important : le wrapper ne doit PAS avoir de mask global */
.header-wrapper {
  overflow: visible !important;
  -webkit-mask: none !important;
  mask: none !important;
}

/* Le masque reste uniquement sur le fond noir */
.header-wrapper::after {
  -webkit-mask:
    radial-gradient(circle at 0 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top left,
    radial-gradient(circle at 100% 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top right,
    radial-gradient(circle at 0 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom left,
    radial-gradient(circle at 100% 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom right;
  -webkit-mask-size: 50% 50%;
  -webkit-mask-repeat: no-repeat;

  mask:
    radial-gradient(circle at 0 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top left,
    radial-gradient(circle at 100% 0, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) top right,
    radial-gradient(circle at 0 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom left,
    radial-gradient(circle at 100% 100%, transparent 0 var(--msc-corner), #000 calc(var(--msc-corner) + 1px)) bottom right;
  mask-size: 50% 50%;
  mask-repeat: no-repeat;
}

/* LOGO IMAGE HEADER - sans agrandir le header */
.header__heading {
  visibility: visible !important;
  position: relative;
  width: 0;
  height: 0;
}

.header__heading-link {
  position: absolute !important;
  left: -15px;
  top: -45px;
  width: 90px !important;
  height: 90px !important;
  padding: 0 !important;
  transform: none !important;
  z-index: 9999;
}

.header__heading-link .h2 {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
}

.header__heading-link::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-image: url("/cdn/shop/files/Logo.webp?v=1779188053");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header__heading-link::before {
  background-size: 110%;
}



/* =========================
   TRIQUETRA CENTRALE HEADER
========================= */
.header {
  position: relative !important;
  overflow: visible !important;
}

.header::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);

  width: 250px;
  height: 270px;

  background-image: url("/cdn/shop/files/triquetra3.webp?v=1779188140");
  background-size: 250px auto;
  background-position: center top;
  background-repeat: no-repeat;

  pointer-events: none;
  z-index: 99999;
}


/* Étape A : On prépare le conteneur média de Dawn pour accepter le badge */
.product__media-wrapper .global-media-settings, 
.product__media-wrapper .media,
.product-media-container {
    position: relative !important;
}

/* Étape B : Positionnement absolu précis sur l'image */
.manga-image-badge {
    position: absolute !important;
    top: 15px !important;    /* Ajuste la hauteur depuis le bord haut de l'image */
    left: 15px !important;   /* Ajuste la distance depuis le bord gauche */
    z-index: 3 !important;   /* Passe obligatoirement devant la photo du manga */
    
    /* Style graphique épuré type e-commerce */
    display: inline-block;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff !important;
    letter-spacing: 0.06rem;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    pointer-events: none;    /* Évite de bloquer le clic ou le zoom sur l'image */
}

/* Étape C : Application de votre code couleur */
.badge-12 { background-color: #28a745 !important; } /* Vert */
.badge-14 { background-color: #007bff !important; } /* Bleu vif */
.badge-16 { background-color: #ff8c00 !important; } /* Orange */
.badge-18 { background-color: #dc3545 !important; } /* Rouge */




/* Lien Nouveautés dans la zone droite du header */
.msc-header-right-link {
  display: inline-flex !important;
  align-items: center;
  color: #f3eadc !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  margin-right: 2rem;
}

.msc-header-right-link:hover {
  color: #a855f7 !important;
  text-shadow: 0 0 6px rgba(120, 60, 200, 0.45);
}


/* Desktop : lien Nouveautés dans la zone droite */
.msc-header-right-link {
  display: inline-flex !important;
}

/* Mobile/tablette : on cache le lien header droit */
@media screen and (max-width: 989px) {
  .msc-header-right-link {
    display: none !important;
  }
}

/* Desktop : masquer "Nouveautés" du menu principal */
@media screen and (min-width: 990px) {
  .header__inline-menu .list-menu--inline > li:last-child {
    display: none !important;
  }
}

/* Mobile : réafficher dans le menu burger */
@media screen and (max-width:989px) {
  .header__inline-menu .list-menu--inline > li:last-child {
    display: flex !important;
  }
}


/* Triquetra : doré plus ancien, moins vif */
.header::after {
  filter:
    sepia(0.28)
    saturate(0.82)
    brightness(0.88)
    contrast(1.08)
    hue-rotate(-6deg)
    drop-shadow(0 0 10px rgba(212, 170, 90, 0.12));
}


/* Logo moins aspect vectoriel et plus style ancien (suivi header) */
.header__heading-logo {
  filter:
    brightness(0.93)
    contrast(1.04)
    saturate(0.82)
    drop-shadow(0 0 3px rgba(214,171,98,0.14))
    drop-shadow(0 0 8px rgba(120,60,200,0.05));
}

/* Supprimer le logo du header sur mobile */
@media screen and (max-width: 989px) {
  .header__heading {
    display: none;
  }
}

/* Contour image produit */
.product__media-wrapper .media,
.product-media-container {
  border: 1px solid transparent;
  border-radius: 24px;
  overflow: hidden;

  background:
    linear-gradient(#100b18, #100b18) padding-box,
    /*linear-gradient(
      135deg,
      rgba(212,170,95,0.45),
      rgba(120,60,180,0.35),
      rgba(212,170,95,0.45)
    )*/
    linear-gradient(
  135deg,
  rgba(212,170,95,0.65),
  rgba(110,55,180,0.25),
  rgba(212,170,95,0.55)
) border-box;

  box-shadow:
    0 0 22px rgba(120,60,180,0.08),
    0 0 10px rgba(212,170,95,0.05);
}


/* Forcer les textes de l'upsell Opus Cart à devenir blancs sur ce thème uniquement */
#opus-drawer-id .cd-product-title,
#opus-drawer-id .cd-item-price,
#opus-drawer-id .money {
    color: #ffffff !important;
}

/* =========================
   FOOTER PREMIUM UNIFORME
========================= */

/* Taille du logo footer */
.footer .footer__content-top .footer-block__image-wrapper img {
  width: 115px;
  max-width: 115px;
  height: auto;
}

/* Uniformiser les textes du footer */
.footer .footer-block__details-content,
.footer .footer-block__details-content p,
.footer .footer-block__details-content li,
.footer .footer-block__details-content a,
.footer .list-menu__item {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
}

/* Titres colonnes */
.footer .footer-block__heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.3;
}

/* Colonne logo un peu plus élégante */
.footer .footer-block:first-child p {
  max-width: 260px;
}

/* Liens moins massifs */
.footer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

  .footer .footer-block__heading {
    font-size: 17px;
  }

  .footer .footer-block__details-content,
  .footer .footer-block__details-content p,
  .footer .footer-block__details-content li,
  .footer .footer-block__details-content a,
  .footer .list-menu__item {
    font-size: 13px;
  }

  .footer .footer__content-top .footer-block__image-wrapper img {
    width: 100px;
    max-width: 100px;
  }
}


/* =========================
   FOOTER PLUS COMPACT
========================= */

.footer .footer__blocks-wrapper {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 45px;
  max-width: 760px;
}

.footer .footer-block {
  width: auto !important;
  flex: 0 0 auto !important;
  max-width: none;
}

.footer .footer-block:nth-child(1) {
  width: 250px !important;
}

.footer .footer-block:nth-child(2) {
  width: 200px !important;
}

.footer .footer-block:nth-child(3) {
  width: 150px !important;
}

/* Mobile */
@media screen and (max-width: 989px) {
  .footer .footer__blocks-wrapper {
    flex-direction: column;
    gap: 35px;
    max-width: 100%;
  }

  .footer .footer-block,
  .footer .footer-block:nth-child(1),
  .footer .footer-block:nth-child(2),
  .footer .footer-block:nth-child(3) {
    width: 100% !important;
    max-width: 100%;
  }
}




/* =========================
   RECHERCHE HEADER PREMIUM
========================= */

/* Supprime le voile gris Shopify */
details[open] .modal-overlay::after {
  background-color: rgba(5, 0, 12, 0.72) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Barre de recherche visible et bien placée */
.search-modal {
  background: rgba(12, 0, 22, 0.96) !important;
  border-bottom: 1px solid rgba(218, 181, 104, 0.65);
}

.search-modal__content {
  padding: 18px 7vw !important;
  background: transparent !important;
}

/* Champ de recherche */
.search-modal .field {
  max-width: 760px;
  margin: 0 auto;
}

.search-modal .field__input,
.search-modal input[type="search"] {
  height: 54px !important;
  padding: 0 55px 0 22px !important;
  background: rgba(0, 0, 0, 0.55) !important;
  color: #ffffff !important;
  border: 1px solid rgba(218, 181, 104, 0.9) !important;
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.25) !important;
}

/* Placeholder visible */
.search-modal input::placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
  opacity: 1 !important;
}

/* Label Recherche visible */
.search-modal .field__label {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Icône recherche */
.search-modal .search__button {
  color: #ffffff !important;
}

/* Bouton fermer */
.search-modal__close-button {
  color: #ffffff !important;
}


/* Barre de recherche header */
/* Barre recherche plus élégante */
.search-modal .field__input,
.search-modal input[type="search"] {
  height: 58px !important;
  padding: 18px 60px 0 24px !important;
  font-size: 1.7rem !important;
  line-height: 1 !important;
  border-radius: 14px !important;
}

/* Label */
.search-modal .field__label {
  top: 1.7rem !important;
  left: 2.4rem !important;
  font-size: 1.5rem !important;
  transition: all 0.2s ease;
}

/* Quand on clique */
.search-modal .field__input:focus ~ .field__label,
.search-modal .field__input:not(:placeholder-shown) ~ .field__label {
  top: 0.7rem !important;
  font-size: 1rem !important;
  color: rgba(218,181,104,0.9) !important;
}

/* Texte tapé */
.search-modal .field__input {
  color: white !important;
  font-weight: 500;
}

/* Icône recherche */
.search-modal .search__button {
  top: 50%;
  transform: translateY(-50%);
}

/* Supprime le cadre blanc natif Shopify */
.search-modal .field::before,
.search-modal .field::after {
  display: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Le vrai cadre devient celui de l'input */
.search-modal .field__input,
.search-modal input[type="search"] {
  border: 1px solid rgba(218, 181, 104, 0.9) !important;
  outline: none !important;
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.25) !important;
}

/* Supprime le focus blanc */
.search-modal .field__input:focus,
.search-modal input[type="search"]:focus {
  box-shadow: 0 0 22px rgba(168, 85, 247, 0.35) !important;
  outline: none !important;
}



/* Hover liens footer + email */

.footer a,
.footer .list-menu__item,
.footer .footer-block__details-content a {
  transition:
    color 0.25s ease,
    text-shadow 0.25s ease,
    opacity 0.25s ease !important;

  text-decoration: none !important;
}

.footer a:hover,
.footer .list-menu__item:hover,
.footer .footer-block__details-content a:hover {
  color: #a855f7 !important;
  text-decoration: none !important;
  text-shadow: 0 0 8px rgba(168, 85, 247, 0.35);
}

/* Couleur normale email/footer */
.footer .footer-block__details-content a,
.footer .copyright__content a,
.footer .footer-block__details-content p a {
  color: rgba(255,255,255,0.78) !important;
}


.footer shop-follow-button {
  position: relative !important;
  display: inline-block !important;
  border-radius: 999px !important;
  overflow: hidden !important;
}


/* =========================
   FOOTER - ICÔNES RÉSEAUX
========================= */


/* =========================
   FOOTER - PC UNIQUEMENT
========================= */

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

  .footer .footer__blocks-wrapper {
  display: grid !important;

  grid-template-columns:
    minmax(220px, 1.15fr)
    minmax(220px, 1fr)
    minmax(180px, 0.9fr) !important;

  width: clamp(760px, 72vw, 1280px) !important;
  max-width: 100% !important;

  column-gap: clamp(30px, 3vw, 85px) !important;

  position: relative !important;
  z-index: 5 !important;
}

  .footer .footer-block {
    max-width: 100% !important;
  }

  .footer .footer-block--newsletter {
    position: absolute !important;
    top: 270px !important;
    z-index: 80 !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 28px !important;
    margin: 0 !important;
  }

  .footer .footer__list-social,
  .footer .list-social {
    position: static !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer__content-top{
    padding-bottom: 15rem !important;
  }
}

/* =========================
   FOOTER - TABLETTE / MOBILE
========================= */

/* Tablette */
@media screen and (max-width: 989px) and (min-width: 750px) {

  /* =========================
     ILLUSTRATION
  ========================= */

  .msc-footer-illustration {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: 500px !important;
    right: -70px !important;
    bottom: 0 !important;
    opacity: 1 !important;
    z-index: 3 !important;
    pointer-events: none !important;
  }

  /* =========================
     CONTENU FOOTER
  ========================= */

  .footer .footer__content-top,
  .footer .footer__content-bottom {
    position: relative !important;
    z-index: 5 !important;
  }

  .footer .footer__blocks-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr 160px !important;
    column-gap: 40px !important;
    row-gap: 25px !important;
    align-items: start !important;
    max-width: 820px !important;
  }

  .footer .footer-block {
    max-width: 100% !important;
  }

  /* =========================
     LIENS UTILES
  ========================= */

  .footer-block__details-content li {
    margin-bottom: 8px !important;
  }

  .footer-block__details-content .list-menu__item {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  /* =========================
     RÉSEAUX SOCIAUX
  ========================= */

  .footer .list-social {
    position: absolute !important;
    right: 90px !important;
    top: 290px !important;
    z-index: 30 !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 18px !important;
    margin: 0 !important;
  }

  .footer .list-social__link {
    color: #ffffff !important;
    opacity: 1 !important;
  }
}

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

  .footer .footer__list-social,
.footer .list-social {
  position: static !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 90 !important;
}

.footer .list-social__item {
  display: flex !important;
}

.footer .list-social__link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.footer .list-social__link svg,
.footer .list-social__link .icon {
  width: 22px !important;
  height: 22px !important;
  fill: currentColor !important;
  color: #ffffff !important;
}

  .footer .list-social__link {
    color: #ffffff !important;
    opacity: 1 !important;
  }

  .footer .footer-block--newsletter {
    position: absolute !important;
    z-index: 80 !important;
    top: 270px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 18px !important;
    margin: 0 !important;
  }

  .footer .footer-block__details-content li {
    margin-bottom: 0 !important;
  }

  .footer .footer-block__details-content .list-menu__item {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    min-height: unset !important;
    line-height: 1.25 !important;
  }
  
  .footer__content-top {
    padding-bottom: 15rem !important;
  }
}


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

  .msc-footer-illustration {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: 550px !important;
    right: -170px !important;
    bottom: 120px !important;
    opacity: 1 !important;
    z-index: 3 !important;
    pointer-events: none !important;
  }

  .footer .footer__content-top,
  .footer .footer__content-bottom {
    position: relative !important;
    z-index: 5 !important;
  }

  .footer .list-social {
    position: relative !important;
    z-index: 20 !important;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 18px !important;
    margin-top: 35px !important;
  }

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

  .msc-footer-illustration {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: 100% !important;
    right: -110px !important;
    bottom: 120px !important;
    opacity: 1 !important;
    z-index: 3 !important;
    pointer-events: none !important;
  }

}


/* =========================
   MENU MOBILE
========================= */

.menu-drawer,
.menu-drawer__inner-container,
.menu-drawer__navigation,
.menu-drawer__utility-links,
.header__inline-menu,
.drawer {
  background:
    radial-gradient(circle at top,
      rgba(90, 45, 120, 0.18) 0%,
      rgba(15, 6, 25, 0.96) 45%,
      rgba(4, 2, 10, 0.99) 100%) !important;

  background-color: #05030a !important;
}

/* Liens */
.menu-drawer__menu-item,
.menu-drawer__utility-links a {
  color: #f5f1ea !important;
  transition: color 0.25s ease !important;
}

/* Hover */
.menu-drawer__menu-item:hover,
.menu-drawer__utility-links a:hover {
  color: #b57cff !important;
}

/* Séparations */
.menu-drawer__navigation {
  border-top: 1px solid rgba(201, 162, 79, 0.25) !important;
}

/* Bas du menu */
.menu-drawer__utility-links {
  border-top: 1px solid rgba(201, 162, 79, 0.2) !important;
}

/* Fond global du panneau */
.menu-drawer__inner-container {
  box-shadow:
    inset 0 0 0 1px rgba(201, 162, 79, 0.12),
    0 0 35px rgba(0,0,0,0.75) !important;
}

/* Retire la ligne dorée du haut du menu mobile */
.menu-drawer__navigation {
  border-top: none !important;
}

/* Overlay menu mobile plus sombre */
.menu-drawer__submenu,
.menu-drawer__inner-submenu,
.menu-drawer-container[open]::after,
.menu-drawer__backdrop,
.header__icon--menu[aria-expanded='true']::before {
  background: rgba(0, 0, 0, 0.72) !important;
}





/* Recherche : ne touche pas au header */
.search-modal {
  top: var(--header-height) !important;
}

.search-modal__content {
  transform: none !important;
  margin-top: 0 !important;
}

/* Recherche header compacte à droite */
.search-modal {
  top: var(--header-height) !important;
  background: rgba(5, 2, 10, 0.78) !important;
}

.search-modal__content {
  justify-content: flex-end !important;
  padding: 0 !important;
  margin-top: 0 !important;
  transform: none !important;
}

.search-modal__form {
  width: min(350px, 48vw) !important;
  max-width: 350px !important;
  margin: 0 !important;
}

/* Nettoyage doublons visuels */
.search-modal .field__label,
.search-modal label,
.search-modal .search__button {
  display: none !important;
}

/* On garde uniquement l'input propre */
.search-modal .field {
  margin: 0 !important;
}

.search-modal .field__input {
  height: 48px !important;
  padding: 0 1.8rem !important;
  color: #ffffff !important;
}

/* Une seule croix visible */
.search-modal .modal__close-button {
  margin-left: 2rem !important;
}

/* Supprime la croix du modal recherche */
.search-modal__close-button {
  display: none !important;
}

/* Cache seulement l'icône loupe quand la recherche est ouverte */
details[open] summary.header__icon--search svg.icon-search {
  display: none !important;
}


/* Stabilise les icônes header quand recherche ouverte */
.header__icons {
  align-items: center !important;
}

details[open] summary.header__icon--search {
  width: 48px !important;
  height: 44px !important;
  margin-right: 5px !important;

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

  transform: translateY(7px) !important;
}

/* Supprime l'espace de NOUVEAUTÉS quand recherche ouverte */
details[open] ~ .desktop-localization-wrapper .msc-header-right-link,
.header__icons:has(details[open]) .msc-header-right-link {
  margin-right: 0 !important;
}


/* =========================
   TITRES / TEXTES - COULEUR SITE
========================= */

/* Couleur texte générale hors header/footer */
main,
main p,
main span,
main li,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main .rte,
main .rte *,
main .page-title,
main .title,
main .collection-hero__title,
main .product__title,
main .price,
main .card__heading,
main .card-information {
  color: #f3eadc !important;
}

main a {
  color: #c9a24f !important;
  text-decoration: none !important;
}

main a:hover {
  color: #a855f7 !important;
  text-decoration: none !important;
}

/* Logo uniquement hors homepage */
@media screen and (min-width: 990px) {
  .header > .header__heading-link {
    top: -21px !important;
  }
}


/* =========================
   PAGE RECHERCHE
========================= */

.template-search main,
body.template-search main {
  background: transparent !important;
  color: #f3eadc !important;
}

.template-search .main-page-title,
.template-search h1,
.template-search h2,
.template-search h3,
.template-search p,
.template-search span,
.template-search label {
  color: #f3eadc !important;
}

.template-search .search__input,
.template-search .field__input {
  background: rgba(5, 2, 10, 0.92) !important;
  color: #f3eadc !important;

  border: 1px solid rgba(201, 162, 79, 0.75) !important;
  border-radius: 18px !important;

  min-height: 62px !important;
  padding: 0 70px 0 24px !important;

  box-shadow:
    0 0 18px rgba(168, 85, 247, 0.16),
    inset 0 0 12px rgba(168, 85, 247, 0.06) !important;

  transition: all 0.25s ease !important;
}

.template-search .search__input:focus,
.template-search .field__input:focus {
  border-color: #a855f7 !important;

  box-shadow:
    0 0 24px rgba(168, 85, 247, 0.35),
    inset 0 0 14px rgba(168, 85, 247, 0.12) !important;
}

.template-search .field:before,
.template-search .field:after {
  display: none !important;
}

.template-search .field__label {
  color: rgba(243, 234, 220, 0.65) !important;
}

.template-search .search__button {
  color: #c9a24f !important;
}

.template-search .search__button:hover {
  color: #a855f7 !important;
}


/* =========================
   RECHERCHE - RESULTATS PREDICTIFS
========================= */

.template-search .predictive-search,
.predictive-search {
  background: rgba(5, 2, 10, 0.96) !important;
  border: 1px solid rgba(201, 162, 79, 0.45) !important;
  border-radius: 0 0 18px 18px !important;
  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.55),
    0 0 20px rgba(168, 85, 247, 0.14) !important;
}

.predictive-search__heading {
  color: #c9a24f !important;
  border-bottom: 1px solid rgba(201, 162, 79, 0.25) !important;
}

.predictive-search__item,
.predictive-search__item * {
  color: #f3eadc !important;
  text-decoration: none !important;
}

.predictive-search__item:hover {
  background: rgba(168, 85, 247, 0.12) !important;
}

.predictive-search__item:hover * {
  color: #a855f7 !important;
}

.predictive-search__item img {
  border-radius: 8px !important;
}




/* =========================
   PAGE RECHERCHE - ESPACE POUR PRÉDICTIF
========================= */

/* Recherche : agrandir la vraie section quand prédictif ouvert */
.template-search:has(predictive-search[open]) {
  min-height: 520px !important;
  padding-bottom: 260px !important;
  overflow: visible !important;
}

.shopify-section:has(.template-search predictive-search[open]) {
  position: relative !important;
  z-index: 20 !important;
  overflow: visible !important;
}

.template-search .predictive-search {
  border-radius: 0 0 5px 5px !important;
  margin-top: -1px !important;
}


/* =========================
   PAGE RÉSULTATS RECHERCHE
========================= */

/* Descendre le CADRE entier de la section recherche */
#MainContent > .shopify-section:has(.template-search) {
  margin-top: 90px !important;
}

/* Textes globaux */
.template-search,
.template-search *,
.template-search .facets__heading,
.template-search .facet-filters__label,
.template-search .product-count__text,
.template-search .mobile-facets__open,
.template-search .facets__summary,
.template-search .facet-filters__sort {
  color: #f3eadc !important;
}

/* Liens / titres produits */
.template-search a,
.template-search .card__heading,
.template-search .card__heading a,
.template-search .full-unstyled-link {
  color: #c9a24f !important;
  text-decoration: none !important;
}

.template-search a:hover,
.template-search .card__heading a:hover {
  text-decoration: none !important;
}

/* Filtres */
.template-search .facets__summary,
.template-search .facet-filters__sort,
.template-search select {
  background: rgba(5, 2, 10, 0.88) !important;
  border: 1px solid rgba(201, 162, 79, 0.45) !important;
  border-radius: 12px !important;
  color: #f3eadc !important;
}

/* Menus déroulants filtres */
.template-search .facets__display {
  background: rgba(5, 2, 10, 0.97) !important;
  border: 1px solid rgba(201, 162, 79, 0.45) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 35px rgba(0,0,0,0.65) !important;
}

/* Inputs filtres prix */
.template-search .facets__price .field__input {
  background: rgba(12, 7, 18, 0.95) !important;
  color: #f3eadc !important;
  border: 1px solid rgba(201, 162, 79, 0.45) !important;
  border-radius: 12px !important;
}

/* Trier par */
.template-search .facet-filters__sort:focus,
.template-search .facet-filters__sort:focus-visible,
.template-search select:focus,
.template-search select:focus-visible {
  outline: none !important;
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.35) !important;
  background: rgba(5, 2, 10, 0.95) !important;
  color: #f3eadc !important;
}

/* Prix */
.template-search .price,
.template-search .price * {
  color: #f3eadc !important;
}

/* Images produits/articles plus propres */
.template-search .card__media,
.template-search .media {
  border-radius: 14px !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  width: 100%;
}

/* =========================
   RECHERCHE - FILTRES PLUS PROPRES
========================= */

/* Filtres : moins effet bouton/pastille */
.template-search .facets__summary {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  color: #f3eadc !important;
  padding: 0.4rem 0 !important;
  box-shadow: none !important;
}

.template-search .facets__summary:hover {
  color: #c9a24f !important;
}

/* Petites flèches */
.template-search .facets__summary .icon-caret,
.template-search .facet-filters__sort + .svg-wrapper {
  color: #c9a24f !important;
}

/* Dropdown filtres */
.template-search .facets__display {
  background: rgba(5, 2, 10, 0.97) !important;
  border: 1px solid rgba(201, 162, 79, 0.45) !important;
  border-radius: 12px !important;
  color: #f3eadc !important;
  box-shadow:
    0 18px 35px rgba(0,0,0,0.75),
    0 0 18px rgba(168,85,247,0.18) !important;
}

/* Haut blanc du filtre prix */
.template-search .facets__header {
  background: rgba(5, 2, 10, 0.98) !important;
  border-bottom: 1px solid rgba(201, 162, 79, 0.25) !important;
}

.template-search .facets__header,
.template-search .facets__header *,
.template-search .facets__reset {
  color: #f3eadc !important;
}

/* Réinitialiser en doré */
.template-search .facets__reset:hover {
  color: #a855f7 !important;
}

/* Champs prix */
.template-search .facets__price .field__input {
  background: rgba(12, 7, 18, 0.96) !important;
  color: #f3eadc !important;
  border: 1px solid rgba(201, 162, 79, 0.55) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

.template-search .facets__price .field__label,
.template-search .facets__price span {
  color: #f3eadc !important;
}

/* Trier par : champ fermé */
.template-search .facet-filters__sort {
  background: transparent !important;
  border: none !important;
  color: #f3eadc !important;
  box-shadow: none !important;
}

.template-search .facet-filters__sort:focus,
.template-search .facet-filters__sort:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}


/* =========================
   RECHERCHE - FOND VIOLET
========================= */

/* Fenêtres dropdown filtres */
.template-search .facets__display {
  background:
    linear-gradient(
      180deg,
      rgba(42, 14, 70, 0.96) 0%,
      rgba(10, 4, 18, 0.98) 45%,
      rgba(3, 1, 8, 0.99) 100%
    ) !important;
}

/* Haut du dropdown */
.template-search .facets__header {
  background:
    linear-gradient(
      180deg,
      rgba(60, 24, 95, 0.95) 0%,
      rgba(12, 6, 22, 0.98) 100%
    ) !important;
}

/* Champs prix */
.template-search .facets__price .field__input {
  background:
    linear-gradient(
      180deg,
      rgba(32, 14, 48, 0.96) 0%,
      rgba(8, 4, 14, 0.98) 100%
    ) !important;
}

/* Alignement flèches filtres */
.template-search .facets__summary .icon-caret {
  position: relative !important;
  top: -1px !important;
  margin-left: 6px !important;
  width: 10px !important;
  height: 10px !important;
}


/* =========================
   RECHERCHE - FILTRES FINITIONS
========================= */

/* Noms des filtres en doré + hover violet */
.template-search .facets__summary,
.template-search .facets__summary span,
.template-search .facet-filters__label,
.template-search .facet-filters__sort {
  color: #c9a24f !important;
}

.template-search .facets__summary:hover,
.template-search .facets__summary:hover span,
.template-search .facet-filters__sort:hover {
  color: #a855f7 !important;
  text-decoration: none !important;
}

/* Flèches dorées + hover violet */
.template-search .facets__summary .icon-caret,
.template-search .facets__summary svg {
  color: #c9a24f !important;
  fill: #c9a24f !important;
}

.template-search .facets__summary:hover .icon-caret,
.template-search .facets__summary:hover svg {
  color: #a855f7 !important;
  fill: #a855f7 !important;
}

/* Réinitialiser doré + hover violet */
.template-search .facets__reset {
  color: #c9a24f !important;
  text-decoration: none !important;
}

.template-search .facets__reset:hover {
  color: #a855f7 !important;
  text-decoration: none !important;
}

/* Header du filtre prix plus propre */
.template-search .facets__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.template-search .facets__header span {
  line-height: 1.35 !important;
}

/* Champs prix moins hauts */
.template-search .facets__price .field {
  min-height: 46px !important;
}

.template-search .facets__price .field__input {
  height: 46px !important;
  min-height: 46px !important;
  padding: 1.6rem 1.2rem 0.4rem 1.4rem !important;
}

.template-search .facets__price .field__label {
  top: 0.35rem !important;
  font-size: 1rem !important;
}

/* CHF mieux aligné avec les champs */
.template-search .facets__price .field-currency {
  align-self: center !important;
  margin-top: 0 !important;
  line-height: 46px !important;
}




/* =========================
   RECHERCHE - CARTES RÉSULTATS
========================= */

.template-search .card-wrapper {
  height: 100% !important;
  padding: 14px !important;
  border-radius: 18px !important;
  background: rgba(5, 2, 10, 0.72) !important;
  border: 1px solid rgba(201, 162, 79, 0.28) !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.42),
    inset 0 0 16px rgba(168, 85, 247, 0.05) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.template-search .card-wrapper:hover {
  transform: scale(1.025) !important;
  z-index: 5;
  border-color: rgba(168, 85, 247, 0.6) !important;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.25),
    0 0 40px rgba(168, 85, 247, 0.15),
    0 20px 50px rgba(0, 0, 0, 0.6) !important;
}

.template-search .card,
.template-search .card__inner,
.template-search .card__content,
.template-search .card__information {
  background: transparent !important;
}

.template-search .card__media,
.template-search .media {
  border-radius: 14px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

.template-search .product-card-wrapper .media img {
  object-fit: contain !important;
}

.template-search .article-card-wrapper .media img {
  object-fit: cover !important;
}

/* Zone texte */
.template-search .card {
  height: 100% !important;
}

.template-search .card__information {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 14px 2px 2px !important;
}

/* On garde le conteneur overlay pour les badges, mais on masque seulement le texte/titre dedans */
.template-search .card__inner > .card__content .card__information {
  display: none !important;
}

/* Le contenu sous l'image doit rester sous l'image */
.template-search .card > .card__content {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  padding: 0 !important;
}

.template-search .card > .card__content .card__information {
  position: relative !important;
  z-index: 2 !important;
  padding-top: 14px !important;
}

/* Garder uniquement le vrai contenu sous l'image */
.template-search .card > .card__content {
  display: block !important;
  height: auto !important;
  padding: 0 !important;
}

/* Titres */
.template-search .card__heading,
.template-search .card__heading a,
.template-search .full-unstyled-link {
  color: #f3eadc !important;
  font-size: 1.32rem !important;
  line-height: 1.32 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* Prix produit aligné en bas */
.template-search .price {
  margin-top: auto !important;
  padding-top: 14px !important;
}

.template-search .price,
.template-search .price * {
  color: #f3eadc !important;
  font-size: 1.32rem !important;
  font-weight: 500 !important;
}

/* Date blog normale, alignée comme le prix */
.template-search .article-card__info {
  margin-top: auto !important;
  padding-top: 14px !important;
  color: rgba(243, 234, 220, 0.72) !important;
  font-size: 1rem !important;
  letter-spacing: 0.05em !important;
  background: transparent !important;
  box-shadow: none !important;
}


/* =========================
   RECHERCHE - CORRECTION OVERLAY CARTES
========================= */

/* Le vrai contenu reste sous l'image */
.template-search .card > .card__content {
  display: block !important;
  position: relative !important;
  z-index: 2 !important;
  padding: 0 !important;
  height: auto !important;
}

.template-search .card > .card__content .card__information {
  display: flex !important;
  flex-direction: column !important;
  padding: 14px 2px 2px !important;
}

/* Date article normale */
.template-search .article-card__info,
.template-search .article-card__info *,
.template-search .article-card__info time {
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(243, 234, 220, 0.72) !important;
  /*padding: 0 !important;*/
  border-radius: 0 !important;
}


/* =========================
   RECHERCHE - HOVER IMAGE PREMIUM
========================= */

/* Image en contre-zoom quand la carte zoome */
.template-search .card-wrapper .media img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
  object-position: center top;
  transform: scale(1.15);
  display: block;
  aspect-ratio: unset!important;
}

.template-search .card-wrapper:hover .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}


/* Badge Blog */
.template-search .card__badge .badge {
  border-radius: 999px !important;

  background: linear-gradient(
    135deg,
    #7c3aed,
    #a855f7
  ) !important;

  color: #fff !important;
  letter-spacing: 0.04em !important;
  border: none !important;

  box-shadow: 0 0 10px rgba(168,85,247,0.45) !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  top: 8px;
  right: 8px;
}


/* Recherche : neutraliser le lift natif Shopify sur l'image */
@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  body .animate--hover-vertical-lift .template-search .card-wrapper:hover .card__inner,
  body .template-search .card-wrapper:hover .card__inner,
  body .card-wrapper:hover .template-search .card__inner {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) {

  /* PRODUITS */
  .animate--hover-vertical-lift .card-wrapper:hover .card--card, .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: none !important;
  }

}

.card--card.card--media>.card__content {
  margin-top : 0 !important;
}





/* Produits recherche : prix collé en bas */
.template-search .product-card-wrapper .card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.template-search .product-card-wrapper .card > .card__content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}

.template-search .product-card-wrapper .card__information {
  flex: 0 0 auto !important;
}

.template-search .product-card-wrapper .card-information {
  margin-top: auto !important;
  padding-top: 14px !important;
}


/* Cartes blog recherche : zone texte uniforme */
.template-search .article-card-wrapper .card__information {
  min-height: 108px !important;
  display: flex !important;
  flex-direction: column !important;
}

.template-search .article-card-wrapper .article-card__info {
  margin-top: auto !important;
}

/* Coche des filtres plus visible */
.template-search .facet-checkbox input[type="checkbox"]:checked ~ .svg-wrapper .icon-checkmark,
.template-search .facet-checkbox input[type="checkbox"]:checked ~ .icon-checkmark {
  stroke: #000000 !important;
  opacity: 1 !important;
}

.template-search .facet-checkbox input[type="checkbox"]:checked ~ .svg-wrapper .icon-checkmark path,
.template-search .facet-checkbox input[type="checkbox"]:checked ~ .icon-checkmark path {
  stroke: #000000 !important;
  opacity: 1 !important;
  stroke-width: 1.8px !important;
}

/* Pastille filtre actif - hover propre */
.active-facets__button:hover .active-facets__button-inner,
.active-facets__button:focus .active-facets__button-inner {
  border-color: rgba(201, 163, 92, 0.75) !important;
  box-shadow: 0 0 10px rgba(201, 163, 92, 0.28) !important;
}

/* Évite le carré derrière */
.active-facets__button:hover,
.active-facets__button:focus {
  background: transparent !important;
  box-shadow: none !important;
}




/* Icône panier sur cartes produits recherche */
.template-search .product-card-wrapper .card__inner {
  position: relative !important;
}

.template-search .msc-search-card-cart-form {
  position: absolute !important;
  right: 0px !important;
  bottom: 0px !important;
  z-index: 8 !important;
  margin: 0 !important;
}

.template-search .msc-search-card-cart {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(168, 85, 247, 0.72) !important;
  background: rgba(55, 20, 80, 0.72) !important;
  color: #f3eadc !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    0 0 12px rgba(168,85,247,0.35) !important;
  transition: all 0.25s ease;
}

.template-search .msc-search-card-cart svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.template-search .msc-search-card-cart:hover {
  background: #a855f7 !important;
  border-color: #a855f7 !important;
  color: #fff !important;
  transform: scale(1.08);
}


.header__inline-menu {
  background: transparent !important;
}












/* Recherche prédictive : panneau plus large */
.predictive-search {
  width: min(760px, calc(100vw - 48px)) !important;
  max-width: min(760px, calc(100vw - 48px)) !important;
  right: 0 !important;
  left: auto !important;
}

/* Colonnes mieux réparties */
.predictive-search__results-groups-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1.1fr !important;
  gap: 32px !important;
}

/* Évite les mini colonnes produits */
.predictive-search__result-group {
  min-width: 0 !important;
}

/* Mobile/tablette : une seule colonne */
@media screen and (max-width: 749px) {
  .predictive-search {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
    right: 16px !important;
  }

  .predictive-search__results-groups-wrapper {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}


/* Recherche mobile mieux positionnée */
@media screen and (max-width: 749px) {

  .predictive-search {
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    z-index: 999 !important;
    max-height: calc(100vh - 170px) !important;
    overflow-y: auto !important;
  }

  /* Résultats sous la barre */
  .predictive-search__results-groups-wrapper {
    grid-template-columns: 1fr !important;
    padding-top: 14px !important;
  }

  /* Barre recherche */
  .search-modal__form {
    width: calc(100% - 32px) !important;
    margin: 0 auto !important;
  }
}

/* Recherche mobile : fond un peu plus lisible */
@media screen and (max-width: 749px) {
  .predictive-search {
    background: rgba(5, 0, 12, 0.92) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
  }
}


/* Supprimer la ligne dorée sous la recherche */
.search-modal,
.search-modal__content,
.search-modal__form,
.header-wrapper,
.header-wrapper--border-bottom {
  border-bottom: 0 !important;
}

/* Mobile : cacher le logo visuel mais garder le lien accueil cliquable */
@media screen and (max-width: 989px) {

  .header__heading {
    display: block !important;
    visibility: visible !important;
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    transform: translateX(-50%) !important;
    width: 150px !important;
    height: 95px !important;
    z-index: 100000 !important;
  }

  .header__heading-link {
    display: block !important;
    visibility: visible !important;
    position: absolute !important;
    inset: 0 !important;
    width: 150px !important;
    height: 95px !important;
    padding: 0 !important;
    z-index: 100001 !important;
    background: transparent !important;
  }

  .header__heading-link::before {
    display: none !important;
  }

  .header__heading-link .h2,
  .header__heading-link img,
  .header__heading-logo-wrapper {
    display: none !important;
  }
}




.predictive-search,
.search-modal {
  z-index: 9999 !important;
}

.footer {
  position: relative;
  z-index: 1 !important;
}

/* Titres Suggestions / Produits dans predictive search */
.predictive-search__heading[id*="predictive-search"],
.predictive-search__heading[id*="Search"] {
  color: #c9a34e !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


/* Recherche mobile : éviter le scroll automatique au focus */
@media screen and (max-width: 749px) {

  .search-modal__content {
    padding-top: 130px !important;
    align-items: flex-start !important;
  }

  .search-modal__form {
    width: calc(100% - 32px) !important;
    margin: 0 auto !important;
  }

  .predictive-search {
    position: absolute !important;
    top: calc(100% + 14px) !important;
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100vh - 260px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
  }

  .search-modal__form input,
  .search-modal__form .search__input {
    font-size: 16px !important;
  }
}



/* Éviter que la triquetra mange le haut des pages */

#MainContent {
    padding-top: 50px !important;
  }

@media screen and (max-width: 749px) {
  #MainContent {
    padding-top: 50px !important;
  }

  html {
    scroll-padding-top: 250px !important;
  }
}




@media screen and (max-width: 749px) {
  .predictive-search {
    top: calc(100% + 75px) !important; /* Position résultats de recherche depuis search header */
  }
  .template-search .predictive-search {  
    top: calc(100% + 15px) !important; /* Position résultats de recherche depuis search page */
  }
}

@media screen and (max-width: 749px) {
  .predictive-search {
    background: rgba(5, 2, 10, 0.96) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
  }
}


/* Page recherche : cacher la loupe SVG du header */
/* Page recherche : cacher la loupe du header */
body:has(.template-search) .header__icons details-modal.header__search,
body:has(.template-search) .header__icons .header__search,
body:has(.template-search) .header__icons summary.header__icon--search {
  display: none !important;
}

.active-facets__button--light .active-facets__button-inner{
  box-shadow: none !important;
}
/* =========================
   FILTRES MOBILE - Coche des filtres plus visible
========================= */
@media screen and (max-width: 749px) {
  .mobile-facets__label>input[type=checkbox]:checked~.icon-checkmark {
    stroke: #000000 !important;
    opacity: 1 !important;
    stroke-width: 1.8px !important;
    left: 1.4rem !important;
  }
  .mobile-facets__label>svg{
    background: #f3eadc !important;
  }
}


/* =========================
   FILTRES MOBILE - STYLE PREMIUM PROPRE
========================= */

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

  /* Enlève le header lorsque les filtres sont ouverts */
  body:has(details[open] .facets__wrapper) .header-wrapper,
  body.overflow-hidden-mobile .header-wrapper {
    display: none !important;
  }
  
  /* Annule le positionnement qui bloque les filtres quand ils sont ouverts */
  body.overflow-hidden-mobile #MainContent .shopify-section:not(.shopify-section--hero) > * {
    position: static !important;
    z-index: auto !important;
  }

  .mobile-facets,
  .mobile-facets__inner {
    background:
      radial-gradient(circle at top, rgba(95, 20, 170, 0.16), transparent 36%),
      rgba(5, 0, 12, 0.98) !important;
    color: #f3eadc !important;
  }

  .mobile-facets__inner {
    width: 100% !important;
    max-width: none !important;
    height: calc(100vh - 125px) !important;
    max-height: calc(100vh - 125px) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .mobile-facets__main {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 92px 18px 120px !important;
    background: rgba(5, 0, 12, 0.94) !important;
  }

  .mobile-facets__details,
  .mobile-facets__sort {
    overflow: visible !important;
    background: rgba(10, 0, 18, 0.72) !important;
    border-bottom: 1px solid rgba(201, 163, 78, 0.22) !important;
  }

  .mobile-facets__summary {
    color: #f3eadc !important;
    font-size: 1.45rem !important;
    font-weight: 500 !important;
    padding: 11px 18px !important;
    min-height: 52px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .mobile-facets__summary * {
    color: #f3eadc !important;
    box-shadow: none !important;
  }

  .mobile-facets__summary .icon-arrow,
  .mobile-facets__summary svg {
    color: #f3eadc !important;
    fill: #f3eadc !important;
  }

  .mobile-facets__submenu {
    background: rgba(5, 0, 12, 0.97) !important;
    padding-top: 92px !important;
    padding-bottom: 120px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }

  .mobile-facets__header {
    background: rgba(5, 0, 12, 0.98) !important;
    border-bottom: 1px solid rgba(201, 163, 78, 0.24) !important;
    color: #f3eadc !important;
    min-height: 64px !important;
    padding: 14px 18px !important;
  }

  .mobile-facets__heading,
  .mobile-facets__count,
  .mobile-facets__header-inner,
  .mobile-facets__header * {
    color: #f3eadc !important;
  }

  .mobile-facets__list {
    padding: 8px 18px 24px !important;
  }

  .mobile-facets__item {
    margin: 0 !important;
  }

  .mobile-facets__label {
    min-height: 46px !important;
    padding: 8px 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #f3eadc !important;
    line-height: 1.25 !important;
  }

  .mobile-facets__label span,
  .mobile-facets__label * {
    color: #f3eadc !important;
    line-height: 1.25 !important;
  }

  .mobile-facets__label input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    margin: 0 !important;
  }

  .mobile-facets__sort {
    padding: 0 18px !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 0 !important;
  }

  .mobile-facets__sort label,
  .mobile-facets__sort .select,
  .mobile-facets__sort select {
    color: #f3eadc !important;
    box-shadow: none !important;
  }

  .mobile-facets__sort select,
  .mobile-facets__sort .select__select {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #f3eadc !important;
    min-height: 44px !important;
    height: 44px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .mobile-facets__sort select:focus,
  .mobile-facets__sort select:focus-visible,
  .mobile-facets__sort .select__select:focus,
  .mobile-facets__sort .select__select:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
  }

  .mobile-facets__sort .select:before,
  .mobile-facets__sort .select:after {
    display: none !important;
    box-shadow: none !important;
  }

  .mobile-facets__footer {
    position: static !important;
    bottom: 0 !important;
    z-index: 20 !important;
    flex: 0 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
    align-items: center !important;
    padding: 18px 18px 22px !important;
    background: rgba(5, 0, 12, 0.98) !important;
    border-top: 1px solid rgba(201, 163, 78, 0.36) !important;
  }

  .mobile-facets__footer .button,
  .mobile-facets__footer button,
  .mobile-facets__footer .mobile-facets__clear,
  .mobile-facets__footer .mobile-facets__clear-wrapper,
  .mobile-facets__footer a {
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 18px !important;
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  .mobile-facets__footer .button {
    background: linear-gradient(135deg, #7c2cff, #b855ff) !important;
    color: #ffffff !important;
    border: 0 !important;
  }

  .mobile-facets__footer .mobile-facets__clear,
  .mobile-facets__footer .mobile-facets__clear-wrapper a {
    background: rgba(5, 0, 12, 0.96) !important;
    color: #c9a34e !important;
    border: 1px solid rgba(201, 163, 78, 0.55) !important;
  }

  .mobile-facets__footer .button:before,
  .mobile-facets__footer .button:after,
  .mobile-facets__footer button:before,
  .mobile-facets__footer button:after,
  .mobile-facets__footer a:before,
  .mobile-facets__footer a:after {
    display: none !important;
  }

    /* Ajustements finaux filtres mobile */

  .mobile-facets__main {
  padding-top: 0 !important;
  padding-bottom: 92px !important;
}

.active-facets__button--light .active-facets__button-inner{
  box-shadow: none !important;
}

.mobile-facets__submenu {
  padding-top: 132px !important;
  padding-bottom: 92px !important;
}

  .mobile-facets__list {
    padding-top: 0 !important;
    padding-bottom: 125px !important;
  }

  .mobile-facets__summary {
    min-height: 46px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .mobile-facets__footer {
    padding: 14px 18px 18px !important;
    gap: 18px !important;
  }

  .mobile-facets__footer .button,
  .mobile-facets__footer button,
  .mobile-facets__footer .mobile-facets__clear,
  .mobile-facets__footer .mobile-facets__clear-wrapper,
  .mobile-facets__footer .mobile-facets__clear-wrapper a,
  .mobile-facets__footer a {
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
  }

  .mobile-facets__footer .mobile-facets__clear-wrapper {
    display: flex !important;
    width: 100% !important;
  }

  /* Supprime la ligne fantôme sous le tri */

.mobile-facets__sort::before,
.mobile-facets__sort::after,
.mobile-facets__footer::before {
  display: none !important;
}

/* Footer plus compact */

.mobile-facets__footer {
  padding-top: 10px !important;
  padding-bottom: 14px !important;
}

/* Boutons encore plus propres */

.mobile-facets__footer .button,
.mobile-facets__footer .mobile-facets__clear,
.mobile-facets__footer .mobile-facets__clear-wrapper a {
  height: 44px !important;
  min-height: 44px !important;
  font-size: 1.28rem !important;
}

/* Supprimer définitivement la ligne sous Trier par */
.mobile-facets__sort {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.mobile-facets__sort + *,
.mobile-facets__sort::before,
.mobile-facets__sort::after {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.mobile-facets__footer {
  border-top: 0 !important;
}

.mobile-facets__footer {
  border-top: none !important;
}

.mobile-facets__header {
  min-height: 88px !important;
  padding-top: 26px !important;
  padding-bottom: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
}

.mobile-facets__footer {
  padding-bottom: 10px !important;
}

.mobile-facets__header {
  padding-top: 22px !important;
}

.msc-footer-premium,
.footer,
.footer__content-top,
.footer__content-bottom {
  overflow-x: clip !important;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.footer-block__details-content{
  margin-bottom: 0 !important;
}

.footer .footer-block:nth-child(1) {
  margin-bottom: 25px !important;
}

.footer .footer-block:nth-child(2) {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}

.footer .footer-block:nth-child(3) {
  margin-top: 0 !important;
}

.footer .list-menu__item{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}


/* Réduction des padding et margin de la home */
.msc-hero-univers__content{
  padding: 0 !important;
}

.msc-hero-univers{
  padding: 0 !important;
}

.msc-hero-univers__title{
  font-size: clamp(3.2rem, 13vw, 3.8rem) !important;
}

.footer {
  padding-top: 8px !important;
}

.footer__premium-box{
  padding: 42px 20px 6px 20px!important;
}

.msc-hero-univers__kicker .text{
  letter-spacing: 0 !important;
}

}

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

main .rte h1, main .rte h2, main .rte h3, main .rte h4, main .rte h5, main .rte h6 {
  color: #c9a24f !important;
}

main .page-title {
  text-align: center !important;
}




/* =========================
   COLLECTIONS - CARTES PRODUITS STYLE RECHERCHE
   Pages : Mangas / Comics / BD / Nouveautés
========================= */

.collection .card-wrapper {
  height: 100% !important;
  padding: 14px !important;
  border-radius: 18px !important;
  background: rgba(5, 2, 10, 0.72) !important;
  border: 1px solid rgba(201, 162, 79, 0.28) !important;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.42),
    inset 0 0 16px rgba(168, 85, 247, 0.05) !important;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}

.collection .card-wrapper:hover {
  transform: scale(1.025) !important;
  z-index: 5;
  border-color: rgba(168, 85, 247, 0.6) !important;
  box-shadow:
    0 0 20px rgba(168, 85, 247, 0.25),
    0 0 40px rgba(168, 85, 247, 0.15),
    0 20px 50px rgba(0, 0, 0, 0.6) !important;
}

.collection .card,
.collection .card__inner,
.collection .card__content,
.collection .card__information {
  background: transparent !important;
}

.collection .card__media,
.collection .media {
  border-radius: 14px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

.collection .product-card-wrapper .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  transform: scale(1.15) !important;
  display: block !important;
  aspect-ratio: unset !important;
  transition: transform 0.35s ease, filter 0.35s ease !important;
}

.collection .card {
  height: 100% !important;
}

.collection .product-card-wrapper .card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.collection .product-card-wrapper .card > .card__content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  z-index: 2 !important;
  padding: 0 !important;
  height: auto !important;
}

.collection .card__information {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 14px 2px 2px !important;
}

.collection .card__inner > .card__content .card__information {
  display: none !important;
}

.collection .card > .card__content .card__information {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 14px 2px 2px !important;
}

.collection .card__heading,
.collection .card__heading a,
.collection .full-unstyled-link {
  color: #f3eadc !important;
  font-size: 1.32rem !important;
  line-height: 1.32 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.collection .card__heading a:hover,
.collection .full-unstyled-link:hover {
  color: #a855f7 !important;
}

.collection .price {
  margin-top: auto !important;
  padding-top: 14px !important;
}

.collection .price,
.collection .price * {
  color: #f3eadc !important;
  font-size: 1.32rem !important;
  font-weight: 500 !important;
}

.collection .product-card-wrapper .card-information {
  margin-top: auto !important;
  padding-top: 14px !important;
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  body .animate--hover-vertical-lift .collection .card-wrapper:hover .card__inner,
  body .collection .card-wrapper:hover .card__inner,
  body .card-wrapper:hover .collection .card__inner {
    transform: none !important;
  }
}

/* Icône panier sur cartes collections */
.collection .product-card-wrapper .card__inner {
  position: relative !important;
}

.collection .msc-search-card-cart-form {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 8 !important;
  margin: 0 !important;
}

.collection .msc-search-card-cart {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(168, 85, 247, 0.72) !important;
  background: rgba(55, 20, 80, 0.72) !important;
  color: #f3eadc !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  backdrop-filter: blur(8px) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    0 0 12px rgba(168,85,247,0.35) !important;
  transition: all 0.25s ease !important;
}

.collection .msc-search-card-cart svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
}

.collection .msc-search-card-cart:hover {
  background: #a855f7 !important;
  border-color: #a855f7 !important;
  color: #fff !important;
  transform: scale(1.08) !important;
}

.collection-hero__text-wrapper {
 margin-bottom: 1rem;
}

/* =========================
   COLLECTIONS - COMPLÉMENT FILTRES + DÉTAILS STYLE RECHERCHE
========================= */



/* Titres produits dorés comme recherche */
.collection a,
.collection .card__heading,
.collection .card__heading a,
.collection .full-unstyled-link {
  color: #c9a24f !important;
  text-decoration: none !important;
}

.collection a:hover,
.collection .card__heading a:hover,
.collection .full-unstyled-link:hover {
  color: #a855f7 !important;
  text-decoration: none !important;
}



/* Images produits/articles */
.collection .card__media,
.collection .media {
  border-radius: 14px !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  width: 100%;
}

/* Coche filtres visible */
.collection .facet-checkbox input[type="checkbox"]:checked ~ .svg-wrapper .icon-checkmark,
.collection .facet-checkbox input[type="checkbox"]:checked ~ .icon-checkmark {
  stroke: #000000 !important;
  opacity: 1 !important;
}

.collection .facet-checkbox input[type="checkbox"]:checked ~ .svg-wrapper .icon-checkmark path,
.collection .facet-checkbox input[type="checkbox"]:checked ~ .icon-checkmark path {
  stroke: #000000 !important;
  opacity: 1 !important;
  stroke-width: 1.8px !important;
}

/* =========================
   COLLECTIONS - COPIE FINALE SYSTÈME RECHERCHE
========================= */

/* Neutraliser le lift natif Shopify comme sur recherche */
@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  body .animate--hover-vertical-lift .collection .card-wrapper:hover .card__inner,
  body .collection .card-wrapper:hover .card__inner,
  body .card-wrapper:hover .collection .card__inner {
    transform: none !important;
  }

  .collection .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .collection .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: none !important;
  }
}

/* Supprime l’espace parasite sous l’image */
.collection .card--card.card--media > .card__content {
  margin-top: 0 !important;
}

/* Prix collé en bas comme recherche */
.collection .product-card-wrapper .card {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.collection .product-card-wrapper .card > .card__content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}

.collection .product-card-wrapper .card__information {
  flex: 0 0 auto !important;
}

.collection .product-card-wrapper .card-information {
  margin-top: auto !important;
  padding-top: 14px !important;
}

/* Icône panier exactement comme recherche */
.collection .product-card-wrapper .card__inner {
  position: relative !important;
}

.collection .msc-search-card-cart-form {
  position: absolute !important;
  right: 0px !important;
  bottom: 0px !important;
  z-index: 8 !important;
  margin: 0 !important;
}

.collection .msc-search-card-cart {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(168, 85, 247, 0.72) !important;
  background: rgba(55, 20, 80, 0.72) !important;
  color: #f3eadc !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  backdrop-filter: blur(8px) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    0 0 12px rgba(168,85,247,0.35) !important;
  transition: all 0.25s ease !important;
}

.collection .msc-search-card-cart svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
}

.collection .msc-search-card-cart:hover {
  background: #a855f7 !important;
  border-color: #a855f7 !important;
  color: #fff !important;
  transform: scale(1.08) !important;
}




/* Mouvement image collection */
.collection .card-wrapper .media img {
  transform: scale(1.15) !important;
  transition: transform 0.35s ease, filter 0.35s ease !important;
}

.collection .card-wrapper:hover .media img {
  transform: scale(1.08) !important;
  filter: brightness(1.06) contrast(1.04) !important;
}


/* Badge Blog */
.collection .card__badge .badge {
  border-radius: 999px !important;

  background: linear-gradient(
    135deg,
    #7c3aed,
    #a855f7
  ) !important;

  color: #fff !important;
  letter-spacing: 0.04em !important;
  border: none !important;

  box-shadow: 0 0 10px rgba(168,85,247,0.45) !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  top: 8px;
  right: 8px;
}







/* =========================
   COLLECTIONS - FILTRES COMME PAGE RECHERCHE
========================= */

/* Filtres : moins effet bouton/pastille */
.facets__summary {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  color: #f3eadc !important;
  padding: 0.4rem 0 !important;
  box-shadow: none !important;
}

.facets__summary:hover {
  color: #c9a24f !important;
}

/* Petites flèches */
.facets__summary .icon-caret,
.facet-filters__sort + .svg-wrapper {
  color: #c9a24f !important;
}

/* Dropdown filtres */
.facets__display {
  border: 1px solid rgba(201, 162, 79, 0.45) !important;
  border-radius: 12px !important;
  color: #f3eadc !important;
  box-shadow:
    0 18px 35px rgba(0,0,0,0.75),
    0 0 18px rgba(168,85,247,0.18) !important;
}

/* Haut blanc du filtre prix */
.facets__header {
  border-bottom: 1px solid rgba(201, 162, 79, 0.25) !important;
}

.facets__header,
.facets__header *,
.facets__reset {
  color: #f3eadc !important;
}

/* Réinitialiser en doré */
.facets__reset:hover {
  color: #a855f7 !important;
}

/* Champs prix */
.facets__price .field__input {
  color: #f3eadc !important;
  border: 1px solid rgba(201, 162, 79, 0.55) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

.facets__price {
  --inputs-border-opacity: 0 !important;
}


.facets__price .field__label,
.facets__price span {
  color: #f3eadc !important;
}

/* Trier par : champ fermé */
.facet-filters__sort {
  background: transparent !important;
  border: none !important;
  color: #f3eadc !important;
  box-shadow: none !important;
}

.facet-filters__sort:focus,
.facet-filters__sort:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Haut du dropdown */
.facets__header {
  background:
    linear-gradient(
      180deg,
      rgba(60, 24, 95, 0.95) 0%,
      rgba(12, 6, 22, 0.98) 100%
    ) !important;
}

/* Champs prix */
.facets__price .field__input {
  background:
    linear-gradient(
      180deg,
      rgba(32, 14, 48, 0.96) 0%,
      rgba(8, 4, 14, 0.98) 100%
    ) !important;
}

/* Alignement flèches filtres */
.facets__summary .icon-caret {
  position: relative !important;
  top: -1px !important;
  margin-left: 6px !important;
  width: 10px !important;
  height: 10px !important;
}

/* Noms des filtres en doré + hover violet */
.facets__summary,
.facets__summary span,
.facet-filters__sort {
  color: #c9a24f !important;
}

.facets__summary:hover,
.facets__summary:hover span,
.facet-filters__sort:hover {
  color: #a855f7 !important;
  text-decoration: none !important;
}

/* Flèches dorées + hover violet */
.facets__summary .icon-caret,
.facets__summary svg {
  color: #f3eadc!important;
  fill: #f3eadc!important;
}

/* Réinitialiser doré + hover violet */
.facets__reset {
  color: #c9a24f !important;
  text-decoration: none !important;
}

.facets__reset:hover {
  color: #a855f7 !important;
  text-decoration: none !important;
}

/* Header du filtre prix plus propre */
.facets__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.facets__header span {
  line-height: 1.35 !important;
}

/* Champs prix moins hauts */
.facets__price .field {
  min-height: 46px !important;
}

.facets__price .field__input {
  height: 46px !important;
  min-height: 46px !important;
  padding: 1.6rem 1.2rem 0.4rem 1.4rem !important;
}

.facets__price .field__label {
  top: 0.35rem !important;
  font-size: 1rem !important;
}

/* CHF mieux aligné avec les champs */
.facets__price .field-currency {
  align-self: center !important;
  margin-top: 0 !important;
  line-height: 46px !important;
}

/* Fenêtres dropdown filtres */
.facets__display {
  background:
    linear-gradient(
      180deg,
      rgba(42, 14, 70, 0.96) 0%,
      rgba(10, 4, 18, 0.98) 45%,
      rgba(3, 1, 8, 0.99) 100%
    ) !important;
}

/* Coche des filtres plus visible comme recherche */
.facet-checkbox input[type="checkbox"]:checked ~ .svg-wrapper .icon-checkmark,
.facet-checkbox input[type="checkbox"]:checked ~ .icon-checkmark {
  stroke: #000000 !important;
  opacity: 1 !important;
}

.facet-checkbox>svg, .facet-checkbox>.svg-wrapper{
  background: #f3eadc!important;
} 

.facet-checkbox input[type="checkbox"]:checked ~ .svg-wrapper .icon-checkmark path,
.facet-checkbox input[type="checkbox"]:checked ~ .icon-checkmark path {
  stroke: #000000 !important;
  opacity: 1 !important;
  stroke-width: 1.8px !important;
}







/* =========================
   FILTRES - CORRECTION LARGEUR TRIER PAR
========================= */

.facets-container {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  align-items: start !important;
  column-gap: 3rem !important;
}

.facets {
  min-width: 0 !important;
}

.facets__form {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 2.2rem 3rem !important;
}

.facet-filters {
  min-width: 0 !important;
  width: auto !important;
}

.facet-filters__field {
  display: flex !important;
  align-items: center !important;
  gap: 1.4rem !important;
  min-width: 0 !important;
}

.facet-filters__sort {
  width: auto !important;
  min-width: 230px !important;
  max-width: 310px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.product-count {
  width: auto !important;
  white-space: nowrap !important;
}







/* =========================
   BLOG UX PREMIUM
========================= */

/* Images uniformes */
.article-card .media,
.article-card .card__inner,
.article-card .article-card__image-wrapper {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 22px;
}

/* Images */
.article-card img,
.article-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover léger */
.article-card:hover img {
  transform: scale(1.03);
}

/* Titre */
.article-card__title,
.article-card .card__heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
  margin-top: 1.6rem;
  margin-bottom: 1.2rem;
  min-height: 2.5em;
}

/* Extrait */
.article-card__excerpt,
.article-card .rte-width,
.article-card .rte {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7;
  opacity: 0.92;
}

/* Cartes plus propres */
.article-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* Hover premium subtil */
.article-card:hover {
  transform: translateY(-4px);
}

/* Espacement général */
.blog-articles .grid {
  row-gap: 5rem;
}

/* =========================
   HERO BLOG PREMIUM - FIX
========================= */

.template-blog .main-blog > .page-width:first-child,
.template-blog .main-blog .title-wrapper-with-link + .media,
.template-blog .main-blog .media:first-child {
  max-height: 260px;
  overflow: hidden;
  border-radius: 0;
}

.template-blog .main-blog img {
  max-height: 260px;
  object-fit: cover;
  object-position: center;
}

/* Sécurité : ne pas toucher aux images des articles */
.template-blog .blog-articles img {
  max-height: none;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .template-blog .main-blog > .page-width:first-child,
  .template-blog .main-blog .title-wrapper-with-link + .media,
  .template-blog .main-blog .media:first-child {
    max-height: 170px;
  }

  .template-blog .main-blog img {
    max-height: 170px;
  }

  .template-blog .blog-articles img {
    max-height: none;
  }
}

/* =========================
   BANNIÈRES MOYENNES - HAUTEUR COMPACTE
   Attention : s'applique à toutes les bannières medium du site
========================= */

.banner--medium:not(.banner--adapt) {
  height: 30rem !important;
  min-height: 30rem !important;
  max-height: 30rem !important;
  overflow: hidden !important;
}

/* =========================
   HERO BLOG OVERLAY
========================= */

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0) 65%,
      rgba(0,0,0,0.75) 100%
    );
  z-index: 1;
}

/* Contenu hero */
.banner__content {
  position: relative;
  z-index: 3;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
}

/* Titre */
.banner__heading {
  font-size: clamp(2.8rem, 4vw, 4.8rem) !important;
  letter-spacing: 0.08em;
  line-height: 1.05 !important;
  color: #fff8ef !important;
  text-shadow:
    0 0 10px rgba(0,0,0,0.85),
    0 0 18px rgba(170,120,255,0.28);
}

/* Texte */
.banner__text {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #fff8ef !important;
  text-shadow: 0 0 8px rgba(0,0,0,0.8);
  margin-top: 0.8rem;
}

/* =========================
   BLOG HERO - FOND TEXTE ACCESSIBLE
========================= */

.banner__box {
  max-width: 880px;
  padding: 2.2rem 3rem !important;
  position: relative !important;
  isolation: isolate !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

.banner__box::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.55) !important;
  border: 1px solid rgba(212, 175, 90, 0.28);
  border-radius: 6px !important;
  z-index: -1 !important;
}

/* =========================
   BLOG - MASQUER TITRE RÉPÉTÉ
========================= */

.main-blog .title--primary {
  display: none !important;
}

/* =========================
   BLOG HERO - MOBILE TEXTE AJUSTÉ
========================= */

@media screen and (max-width: 749px) {
  .banner__content {
    display: flex !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1rem !important;
  }

  .banner__box {
    max-width: 78% !important;
    padding: 0.9rem 1.1rem !important;
    backdrop-filter: none !important;
    border-radius: 6px;
  }
  
  .banner__box::before {
    background: rgba(0, 0, 0, 0.62) !important;
  }

  .banner__heading {
    font-size: 2rem !important;
    line-height: 1.05 !important;
    letter-spacing: 0.04em !important;
    text-align: center !important;
    text-shadow:
      0 0 10px rgba(0,0,0,0.95),
      0 0 20px rgba(120,60,200,0.25);
  }

  .banner__text {
    font-size: 1rem !important;
    line-height: 1.25 !important;
    margin-top: 0.5rem !important;
    text-align: center !important;
    text-shadow:
      0 0 8px rgba(0,0,0,0.95);
  }
}

/* =========================
   BLOG - ARTICLES EN FICHES
========================= */

.main-blog .blog-articles {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2.2rem !important;
}

.main-blog .blog-articles .grid__item {
  width: 100% !important;
  max-width: 100% !important;
}

.main-blog .article-card {
  display: grid !important;
  grid-template-columns: 280px 1fr;
  align-items: center;
  padding: 1.6rem;
  border: 1px solid rgba(212, 175, 90, 0.22);
  border-radius: 22px;
  background: rgba(8, 3, 13, 0.62);
  box-shadow: 0 0 22px rgba(80, 35, 130, 0.16);
}

.main-blog .article-card .media,
.main-blog .article-card__image-wrapper {
  width: 280px;
  aspect-ratio: auto !important;
  overflow: hidden;
  border-radius: 16px;
}

.main-blog .article-card img {
  width: 100%;
  object-fit: cover;
}

.main-blog .article-card__title,
.main-blog .article-card .card__heading {
  margin: 0 0 1rem;
  font-size: 2.2rem;
  line-height: 1.25;
}

.main-blog .article-card__excerpt,
.main-blog .article-card .rte {
  font-size: 1.5rem;
  line-height: 1.6;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .main-blog .article-card {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 1.2rem;
  }

  .main-blog .article-card .media,
  .main-blog .article-card__image-wrapper {
    width: 100%;
    height: 170px;
  }

  .main-blog a:hover{
    color: #c9a24f !important;
  }

  .main-blog .article-card .media img {
    transform: scale(1.04) !important;
    transition: transform 0.45s ease !important;
  }

  .main-blog .article-card:hover .media img {
    transform: scale(1) !important;
  }

  .main-blog .article-card:hover {
    border-color: rgba(168, 85, 247, 0.75);
    box-shadow:
      0 0 0 1px rgba(168, 85, 247, 0.35),
      0 0 18px rgba(168, 85, 247, 0.28);
    transform: translateY(-3px);
  }

}

/* =========================
   BLOG MOBILE - RADIUS IMAGE FORCÉ
========================= */

@media screen and (max-width: 749px) {
  .main-blog .article-card-wrapper .card,
  .main-blog .article-card-wrapper .card__inner,
  .main-blog .article-card-wrapper .card__media,
  .main-blog .article-card-wrapper .media {
    --border-radius: 6px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
  }

  .main-blog .article-card-wrapper .media::after,
  .main-blog .article-card-wrapper .media::before {
    border-radius: 6px !important;
  }

  .main-blog .article-card-wrapper img {
    border-radius: 6px !important;
  }
}



/* =========================
   BLOG - GRILLE 3 COLONNES FINITION
========================= */

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

  .main-blog .blog-articles {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .main-blog .article-card {
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem;
    border-radius: 6px !important;
    border: 1px solid rgba(212, 175, 90, 0.18);
    background: rgba(8, 3, 13, 0.62);
    transition:
      border-color 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.25s ease;
  }

  .main-blog .article-card:hover {
    border-color: rgba(168, 85, 247, 0.75);
    box-shadow:
      0 0 0 1px rgba(168, 85, 247, 0.35),
      0 0 18px rgba(168, 85, 247, 0.28);
    transform: translateY(-3px);
  }

  .main-blog .article-card .media,
  .main-blog .article-card__image-wrapper {
    width: 100%;
    border-radius: 6px !important;
    overflow: hidden;
  }

  .main-blog .article-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
    transform-origin: center center;
  } 

  .main-blog .article-card .media img {
    transform: scale(1.04) !important;
    transition: transform 0.45s ease !important;
  }

  .main-blog .article-card:hover .media img {
    transform: scale(1) !important;
  }

  .main-blog .article-card__info,
  .main-blog .card__content {
    padding-top: 0.8rem !important;
  }

  .main-blog .article-card__title,
  .main-blog .article-card .card__heading {
    margin-top: 0 !important;
    margin-bottom: 0.6rem !important;
    font-size: 1.85rem;
    line-height: 1.22;
  }

  .main-blog .article-card__excerpt,
  .main-blog .article-card .rte {
    margin-top: 0 !important;
    font-size: 1.35rem;
    line-height: 1.45;
  }

  .main-blog .card--card, .card--standard .card__inner{
    border-radius: 6px !important;
  }

  .main-blog a:hover{
    /*color: #c9a24f !important;*/
  }
}

.footer {
  padding-top: 24px !important;
}



/* =========================
   ARTICLE BLOG - IMAGE HERO
========================= */

.article-template__hero-container,
.article-template__hero-container .media {
  max-height: 360px !important;
  overflow: hidden !important;
}

.article-template__hero-container img {
  width: 100% !important;
  height: 360px !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.article-template__hero-container {
  margin-bottom: 5rem !important;
}

.article-template .article-template__content {
  max-width: 820px;
  margin: 0 auto;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .article-template__hero-container,
  .article-template__hero-container .media {
    max-height: 240px !important;
  }

  .article-template__hero-container img {
    height: 240px !important;
  }
}

/* =========================
   ARTICLE BLOG - COMMENTAIRES PREMIUM
========================= */

.article-template__comment-wrapper,
.article-template__comments {
  margin-top: 5rem;
}

.article-template__comments h2,
.article-template__comment-wrapper h2 {
  color: #fff8ef;
}

.article-template__comment-fields input,
.article-template__comment-fields textarea,
.article-template__comments input,
.article-template__comments textarea {
  background: rgba(8, 3, 13, 0.72) !important;
  color: #fff8ef !important;
  border: 1px solid rgba(212, 175, 90, 0.25) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.article-template__comment-fields input:focus,
.article-template__comment-fields textarea:focus,
.article-template__comments input:focus,
.article-template__comments textarea:focus {
  border-color: rgba(168, 85, 247, 0.75) !important;
  box-shadow: 0 0 14px rgba(168, 85, 247, 0.25) !important;
}

.article-template__comments .button,
.article-template__comment-wrapper .button {
  background: #6d28d9 !important;
  color: #fff8ef !important;
  border-radius: 6px !important;
}

.article-template .article-template__comment-wrapper {
  padding-top: 5rem;
}

.article-template .field__input {
  border-radius: 6px;
}

.article-template textarea,
.article-template .text-area,
.article-template .field__input {
  background: rgba(12, 6, 22, 0.88);
  color: #fff8ef !important;
  border: 1px solid rgba(212, 175, 90, 0.25) !important;
  border-radius: 6px !important;
}

.article-template .field__label {
  color: rgba(255, 248, 239, 0.72) !important;
}

.article-template .field__input::placeholder,
.article-template textarea::placeholder {
  color: transparent !important;
}

.article-template .share-button__button {
  color: #d4af5a !important;
}

.article-template .share-button__button:hover {
  color: #a855f7 !important;
  text-decoration: none !important;
}

.article-template .field:before,
.article-template .field:after {
  display: none !important;
}

.article-template .field__input,
.article-template .field textarea {
  border: 1px solid rgba(143, 76, 255, 0.35) !important;
  box-shadow: none !important;
}

.article-template .field__input:focus,
.article-template .field textarea:focus {
  border-color: #8f4cff !important;
  box-shadow: 0 0 10px rgba(143, 76, 255, 0.25) !important;
}





.cart-item quantity__input,
.cart-item .quantity{
  background: linear-gradient(
      180deg,
      rgba(42, 14, 70, 0.96) 0%,
      rgba(3, 1, 8, 0.99) 100%
    );
  color: #fff8ef !important;

  border: 1px solid rgba(214, 178, 104, 0.45);
}
  
 /* Bloc total / paiement plus lisible */
  .cart__footer {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }

  .cart__footer .totals {
    justify-content: center;
    gap: 1.5rem;
  }

  .cart__checkout-button {
    min-height: 5.6rem;
    font-size: 1.7rem;
    box-shadow: 0 0 20px rgba(125, 58, 255, 0.25);
  }

  .cart__dynamic-checkout-buttons {
    margin-top: 1.2rem;
  }

  .cart-item cart-remove-button .icon-remove,
  .cart-item cart-remove-button svg {
    width: 2rem;
    height: 2rem;
  }

/* Bordure blanche supprimée sur selecteur de quantité et sélecteur réduit sur mobile */
.cart-item .quantity {
  border: 1px solid rgba(214, 178, 104, 0.45) !important;
  box-shadow: none !important;
  outline: none !important;
}

.cart-item .quantity:before,
.cart-item .quantity:after {
  display: none !important;
}

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

  .cart-item .quantity {
    width: 13rem;
  }

}


/* Total estimé et texte secondaire */
.cart__footer .totals {
  font-size: 2.4rem;
  font-weight: 700;
}

.cart__footer .totals__total-value {
  color: #f7f1e8;
}

.tax-note,
.cart__footer .tax-note {
  opacity: 0.72;
  font-size: 1.35rem;
}

/* Lien continuer les achats */

.cart__warnings a::before,
.title-wrapper-with-link a::before {
  content: "← ";
  opacity: .8;
}

.title-wrapper-with-link a {
  opacity: .82;
  transition: opacity .2s ease;
}

.title-wrapper-with-link a:hover {
  opacity: 1;
}

/* Politiques footer centrées */
.footer__copyright {
 margin: 0 100px !important;
 text-align: center!important; 
}

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

  .footer__copyright {
    margin: 45px 0 60px 0!important;
  }

  .footer__copyright a {
    padding: 0!important;
  }

}




/* PAGE MOT DE PASSE - MOBILE */
@media screen and (max-width: 749px) {
  .password .email-signup-banner__box {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 3rem 2rem !important;
  }

  .password .email-signup-banner__box .newsletter__subheading,
  .password .email-signup-banner__box .newsletter-form {
    max-height: none !important;
    overflow: visible !important;
  }
}

/* PAGE MOT DE PASSE - CORRECTION HAUTEUR BANNER MOBILE */
@media screen and (max-width: 749px) {
  .password .banner--mobile-bottom:not(.banner--adapt) .banner__content,
  .password .banner--mobile-bottom.banner--adapt .banner__content {
    min-height: auto !important;
    height: auto !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .password .banner--mobile-bottom .banner__content {
    position: relative !important;
    overflow: visible !important;
  }

  .password .email-signup-banner__box {
    position: relative !important;
    transform: none !important;
    top: auto !important;
    bottom: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0 auto !important;
  }

  .password .email-signup-banner__box .newsletter__subheading {
    max-height: none !important;
    overflow: visible !important;
  }

  .password .newsletter-form {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* PAGE MOT DE PASSE - RÉDUCTION ESPACE HAUT MOBILE */
@media screen and (max-width: 749px) {
  .password-header {
    display: none !important;
  }

  .password-logo {
    margin-bottom: 0 !important;
  }

  .password-main {
    margin-top: 0 !important;
  }

  .password .banner {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 749px) {
  /* 1. On applique la structure générique aux blocs de réassurance */
  #MainContent .shopify-section:has(.msc-reassurance) {
    display: block !important;
    
    /* On définit la largeur globale à 94% pour créer l'espace à gauche et à droite */
    width: 94% !important;
    max-width: 94% !important;
    
    /* auto calcule des marges externes parfaites à gauche et à droite pour centrer le tout */
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    
    /* On supprime les paddings internes du thème qui écrasaient le premier bloc */
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 2. On s'assure que le bloc interne prend bien 100% de son parent (les 94% définis au-dessus) */
  #MainContent .shopify-section .msc-reassurance {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
}


/* -----------------------------------------------------------------
   CORRECTIF DE SAUT DE PAGE DU MENU MOBILE (PROPRE ET DÉFINITIF)
-------------------------------------------------------------------- */
@media screen and (max-width: 749px) {
  /* On écrase la règle native qui brise le position:sticky du thème */
  html:has(.menu-drawer-container.menu-opening), 
  body:has(.menu-drawer-container.menu-opening),
  body.menu-open {
    overflow: clip !important; /* Le secret pour bloquer le défilement SANS faire sauter la page */
  }

  /* On s'assure que le menu mobile garde un ancrage fluide et reste visible */
  .menu-drawer {
    position: fixed !important;
    top: var(--header-bottom-position, 65px) !important;
    height: calc(100vh - var(--header-bottom-position, 65px)) !important;
    height: calc(100dvh - var(--header-bottom-position, 65px)) !important;
  }
}



/* =================================================================
   RÉTABLISSEMENT PC : CENTRAGE À 94% + ESPACE VIA ROW-GAP (PROPRE)
==================================================================== */
@media screen and (min-width: 750px) {

  /* 1. On force le parent à créer un espace automatique ENTRE ses sections */
  #MainContent {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    
    /* Le secret : row-gap crée un véritable espace vertical de sécurité 
       uniquement ENTRE les blocs, sans utiliser les marges traditionnelles */
    row-gap: 40px !important; 
  }

  /* 2. On maintient votre centrage parfait à 94% sur les côtés */
  #MainContent .shopify-section,
  #MainContent .section-collection-list,
  #MainContent .main-collection,
  #MainContent section {
    width: 94% !important;
    max-width: 94% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    
    /* On nettoie les marges pour laisser le row-gap du dessus travailler proprement */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}




/* -----------------------------------------------------------------
   NETTOYAGE DU BORDER NATIF SUR LES BOUTONS AVEC BORDER-RADIUS
-------------------------------------------------------------------- */
/* 1. On applique le rayon de courbure directement sur le bouton principal */
.button, 
.button--primary,
a.button,
[class*="button"] {
  border-radius: 6px !important; /* Ajustez la valeur (ex: 20px ou 4.0rem) selon vos besoins */
  border: none !important; /* Supprime la bordure de premier plan si existante */
  box-shadow: none !important;
  color: #fff8ef!important;
}

/* 2. CORRECTIF CLÉ : On nettoie et on harmonise le calque de bordure natif de Radiant */
.button::after, 
.button--primary::after,
a.button::after,
[class*="button"]::after {
  border: none !important; /* Élimine le cadre rectangulaire d'origine */
  box-shadow: none !important; /* Supprime l'effet d'ombre/bordure double du thème */
  border-radius: 6px !important; /* Synchronise l'arrondi pour éviter les résidus dans les coins */
  transform: translateY(-.25rem);
}

main a.button:hover{
  color: #fff8ef!important;
}

/* =================================================================
   ÉGALISATION DES TITRES SUR PAGES COLLECTIONS (2 LIGNES MAX)
==================================================================== */
.collection .card__heading,
.collection .card__heading a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important; /* Force le texte sur 2 lignes max */
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  
  /* Crée une hauteur fixe minimale équivalente à 2 lignes de texte */
  min-height: calc(1.32rem * 1.32 * 2) !important; 
  height: calc(1.32rem * 1.32 * 2) !important;
}

/* =================================================================
   ALIGNEMENT STRUCTUREL DES CARTES COLLECTIONS (SANS TOUCHER AUX ÉTOILES)
==================================================================== */
/* 1. On cadre l'espace du titre pour laisser respirer les textes sur 2 lignes max */
.collection .card-information {
  display: flex !important;
  flex-direction: column !important;
  min-height: 105px !important; /* Hauteur parfaite pour éviter le bug de Demon Slayer */
  justify-content: flex-start !important;
}

/* 2. On aimante le bloc Prix et Panier tout au fond de la boîte noire */
.collection .price {
  margin-top: auto !important;
  padding-top: 8px !important;
}


/* -----------------------------------------------------------------
   FORÇAGE COULEUR ÉTOILES JUDGE.ME (SANS TOUCHER AUX AUTRES CODES)
-------------------------------------------------------------------- */
/* Cible le composant d'étoiles natif de Judge.me et injecte l'or de votre logo */
.jdgm-preview-badge .jdgm-star.jdgm-star {
  color: #A855F7 !important;
  fill: #A855F7 !important;
}

.rating-star{
  --color-rating-star: #A855F7 !important;
}


a .header__active-menu-item {
  color: #a855f7!important;
  text-shadow: 0 0 6px rgba(120,60,200,.45);
  text-decoration: none;
}

/* -----------------------------------------------------------------
   INDIFICATEUR ÉTAT ACTIF UNIVERSEL (CSS NETTOYÉ)
-------------------------------------------------------------------- */
/* Le bouton s'allumera en violet uniquement si le script lui donne la classe active */
.desktop-localization-wrapper .msc-header-right-link.active-page {
  color: #a855f7 !important;
  text-shadow: 0 0 6px rgba(120, 60, 200, 0.45) !important;
  text-decoration: none !important;
}




/* =================================================================
   CARROUSEL UNIVERSEL : LISTE COLLECTIONS PAR 2 STRICTS (MOBILE)
   Section : Collection list (Fonctionne sur toutes les pages)
==================================================================== */
@media screen and (max-width: 749px) {

  /* 1. On cible directement la liste par ses classes structurelles pures */
  slider-component ul.collection-list.grid,
  .collection-list-section slider-component ul.grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    column-gap: 12px !important; /* Écart exact entre vos deux cartes */
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 !important;
    width: 100% !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    box-sizing: border-box !important;
  }

    /* 2. On écrase le width:100% hérité pour diviser l'écran en deux colonnes */
  slider-component ul.collection-list.grid .collection-list__item,
  slider-component ul.collection-list.grid .grid__item,
  .collection-list-section slider-component ul.grid .grid__item {
    width: calc((100% - 6px) / 2) !important;
    max-width: calc((100% - 6px) / 2) !important;
    min-width: calc((100% - 6px) / 2) !important; /* Force l'apparition de la 2ème carte complète */
    flex: 0 0 calc((100% - 6px) / 2) !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: start !important;
  }

}



/* =================================================================
   CORRECTIF FINAL MULTI-LIGNES : EN-TÊTE DE COLLECTION MOBILE
==================================================================== */
@media screen and (max-width: 749px) {

  /* 1. On maintient la structure à 94% de la grille inférieure */
  div[class*="collection-hero"].gradient,
  .template-collection .collection-hero,
  #MainContent .shopify-section:has(.collection-hero) {
    width: 94% !important;
    max-width: 94% !important;
    min-width: 94% !important;
    margin-top: 25px !important; 
    margin-bottom: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* 2. On ajuste la boîte noire pour un espacement parfait autour du bloc global */
  .collection-hero .collection-hero__inner,
  .template-collection .collection-hero__inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: block !important; /* On repasse en block pour laisser le texte couler naturellement */
    padding-top: 20px !important;  
    padding-bottom: 20px !important;
    padding-left: 16px !important; 
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  /* 3. LE SECRET UX : On force le titre et la description à s'empiler à la verticale */
  .collection-hero__text-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    
    /* On utilise le flex vertical pour forcer le retour à la ligne automatique */
    display: flex !important;
    flex-direction: column !important; 
    align-items: flex-start !important; /* Aligne le titre et la description bien à gauche */
    justify-content: center !important;
  }

  /* 4. On nettoie les contraintes du titre */
  .collection-hero__title {
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px 0 !important; /* Ajoute une petite marge de 8px sous le titre uniquement s'il y a une description */
    padding: 0 !important;
    text-align: left !important;
  }

  /* 5. On stylise la description pour qu'elle s'intègre proprement en dessous */
  .collection-hero__description {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 1.2rem !important; /* Taille de police adaptée au mobile */
    line-height: 1.4 !important;
    color: rgba(243, 234, 220, 0.75) !important; /* Blanc cassé doux pour une bonne lisibilité */
  }
}


/* =================================================================
   STRUCTURE MOBILE : DECOLLAGE DES BORDS ET ALIGNEMENT A 94%
   Force la section produit complète à s'aligner sur le titre
==================================================================== */
@media screen and (max-width: 749px) {

  /* On cible directement la section Shopify qui contient vos produits */
  [id^="shopify-section-template-"][id*="product-grid"],
  .template-collection .shopify-section:has(#product-grid),
  .template-collection .shopify-section:has(.product-grid) {
    width: 94% !important;
    max-width: 94% !important;
    min-width: 94% !important;
    
    /* Le auto recalcule 3% de marge de chaque côté et efface les -40px */
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
  }

  /* On nettoie les sous-conteneurs pour qu'ils restent sagement dans les 94% */
  .template-collection .product-grid-container,
  .template-collection .collection,
  .template-collection .page-width {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }
}


/* =================================================================
   RÉPLICATEUR UNIVERSEL : BOUTON PANIER MULTI-VARIANTES MOBILE
   Section : Transforme le Quick-Add de Radiant en votre caddie violet
==================================================================== */
@media screen and (max-width: 749px) {

  /* 1. On fige la structure de la page collection pour les produits uniques */
  collection-component ul,
  .template-collection [id="product-grid"],
  .template-collection .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px !important;
    row-gap: 16px !important;
    width: 100% !important;
  }

  collection-component ul .grid__item,
  .template-collection [id="product-grid"] .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    flex: unset !important;
  }

  /* 2. POSITIONNEMENT : On place le bloc d'achat natif en bas à droite de la couverture */
  collection-component .card__inner {
    position: relative !important;
  }

  collection-component .quick-add,
  collection-component .product-form {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 8 !important;
    margin: 0 !important;
    display: block !important;
    width: 34px !important;
    height: 34px !important;
  }

  /* 3. CLONAGE GRAPHIQUE : On donne au bouton natif le design exact de votre .msc-search-card-cart */
  collection-component .quick-add__submit {
    width: 34px !important;
    height: 34px !important;
    min-width: unset !important;
    min-height: unset !important;
    padding: 0 !important;
    
    /* Copie conforme de vos styles de caddie personnalisés */
    border-radius: 50% !important;
    border: 1px solid rgba(168, 85, 247, 0.72) !important;
    background: rgba(55, 20, 80, 0.72) !important;
    color: #f3eadc !important;
    
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    backdrop-filter: blur(8px) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 0 12px rgba(168,85,247,0.35) !important;
  }

  /* 4. DESIGN DU LOGO : On efface le texte d'origine et on dessine le SVG de votre panier */
  collection-component .quick-add__submit span {
    display: none !important; /* Fait disparaître le texte "Ajouter" */
  }

  collection-component .quick-add__submit::before {
    content: "" !important;
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    background-color: currentColor !important;
    
    /* Astuce magique : On injecte le tracé exact (le Path) de votre SVG de panier en masque CSS */
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://w3.org' viewBox='0 0 24 24'><path d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2ZM7.2 14.5h8.9c.8 0 1.5-.4 1.8-1.1l3-6.4H6.4L5.8 4H2v2h2.2l2.4 11h12.1v-2H7.2Z'/></svg>") center/contain no-repeat !important;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://w3.org' viewBox='0 0 24 24'><path d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2ZM7.2 14.5h8.9c.8 0 1.5-.4 1.8-1.1l3-6.4H6.4L5.8 4H2v2h2.2l2.4 11h12.1v-2H7.2Z'/></svg>") center/contain no-repeat !important;
  }
}

/* =================================================================
   CORRECTIF DE COMPRESSION DU PRIX MULTI-VARIANTES MOBILE (PROPRE)
==================================================================== */
@media screen and (max-width: 749px) {

  /* On utilise votre code validé qui force le retour à la ligne */
  .collection .price__container {
    display: block !important;
    width: 86px !important; /* Largeur idéale pour couper proprement après "À partir de" */
    max-width: 86px !important;
    white-space: normal !important; /* Force le texte à basculer en dessous */
  }

  /* On s'assure que l'élément de texte interne suit la consigne de découpage */
  .collection .price-item--regular {
    display: inline-block !important;
    width: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-align: left !important;
  }

  /* On maintient votre caddie violet parfaitement calé en bas à droite */
  .msc-search-card-cart-form {
    position: absolute !important;
    bottom: 2px !important;
    right: 0 !important;
    z-index: 10 !important;
  }
}


/* =================================================================
   CORRECTIF PAGINATION MOBILE : ALIGNEMENT HORIZONTAL & CENTRAGE
   Règle le bug des numéros de pages qui s'empilent verticalement
==================================================================== */
@media screen and (max-width: 749px) {

  /* 1. On force le conteneur principal de la pagination à se centrer horizontalement */
  .pagination,
  .pagination__list,
  [class*="pagination"] {
    display: flex !important;
    flex-direction: row !important; /* Force impérativement l'alignement sur une seule ligne */
    flex-wrap: wrap !important;
    justify-content: center !important; /* Centre la liste des numéros au milieu de l'écran */
    align-items: center !important;
    gap: 12px !important; /* Espace confortable entre chaque chiffre pour le clic tactile */
    width: 100% !important;
    max-width: 100% !important;
    list-style: none !important; /* Supprime d'éventuelles puces de liste natives */
  }

  /* 2. On s'assure que chaque numéro (les éléments de la liste) reste bien en ligne */
  .pagination__item,
  [class*="pagination"] li,
  [class*="pagination"] .pagination-item {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 3. Optionnel : On stylise légèrement les liens pour qu'ils soient de parfaits boutons tactiles */
  .pagination__item a,
  .pagination__item span,
  [class*="pagination"] a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 36px !important; /* Taille idéale pour la zone de clic du pouce */
    min-height: 36px !important;
    font-size: 1.3rem !important;
    color: #f3eadc !important; /* Blanc cassé officiel de votre boutique */
    text-decoration: none !important;
  }

/* =================================================================
   FORÇAGE COULEUR VIOLETTE : NUMÉRO DE PAGE ACTIVE (MOBILE & PC)
==================================================================== */
/* On cible la balise span active officielle de Shopify Dawn/Radiant 
   en doublant la classe pour écraser les styles du thème */
.pagination__item.pagination__item--current,
.pagination__item--current,
[class*="pagination"] span[aria-current="page"],
[class*="pagination"] .pagination__item--current {
  color: #a855f7 !important; /* Votre violet de marque */
  font-weight: 700 !important; /* Rend le chiffre bien gras pour l'UX */
  background-color: transparent !important;
  text-shadow: 0 0 8px rgba(168, 85, 247, 0.4) !important; /* Léger reflet lumineux */
}

/* =================================================================
   PAGES RECHERCHE : RENDU STRICT ET CENTRAGE DU BLOC À 94%
   Force la barre de recherche à s'aligner sur la grille générale
==================================================================== */
@media screen and (max-width: 749px) {

  #MainContent .shopify-section:not(.shopify-section--hero){
    width: 94% !important;
  }
}


/* =================================================================
   FORÇAGE CHIRURGICAL : SPANS EXTRACTS EN DORÉ (STRUCTURE PROPRE)
==================================================================== */
body main .rte span[style*="212, 175, 90"],
body .shopify-policy__body span[style*="212, 175, 90"] {
  color: rgb(212, 175, 90) !important;
}



/* =================================================================
   RÉALIGNEMENT STRICT ET RECENTRAGE DU CARROUSEL DE COLLECTIONS
   Corrige le bug natif du thème Radiant collé au bord gauche
==================================================================== */
@media screen and (max-width: 749px) {

  /* 1. On attrape l'enveloppe de la section pour recréer la marge de sécurité de 15px */
  div[class*="collection-list-wrapper"],
  .collection-list-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 2. On neutralise de force le décalage négatif imposé par la ligne 1 de Radiant */
  slider-component.slider-mobile-gutter,
  [id*="collection_list"] slider-component {
    margin: 0 !important; /* Efface les calculs complexes du thème */
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

  /* 3. On force la liste à s'aligner sur une ligne propre et centrée */
  slider-component ul.collection-list.grid,
  [id*="collection_list"] ul.collection-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    column-gap: 12px !important; /* Écart exact entre vos deux cartes */
    padding: 0 !important; /* Nettoyé car géré à l'étape 1 */
    margin: 0 !important;
    width: 100% !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    box-sizing: border-box !important;
  }

  /* 4. On réactive VOTRE formule exacte pour caler vos 2 cartes parfaites */
  slider-component ul.collection-list.grid .grid__item,
  [id*="collection_list"] .grid__item {
    width: calc((100% - 12px) / 2) !important;
    max-width: calc((100% - 12px) / 2) !important;
    min-width: calc((100% - 12px) / 2) !important; /* Force la 2e carte complète à rester à l'écran */
    flex: 0 0 calc((100% - 12px) / 2) !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: start !important;
  }
}








/* =================================================================
   CORRECTIF DE PRÉCISION CARROUSEL BLOG : TITRE ALIGNÉ & BORDURE COMPLÈTE
==================================================================== */
@media screen and (max-width: 749px) {

  [data-template="article"] .collection__title{
    padding-left: 30px !important;
  }

  /* 1. On libère la section pour que le titre et le texte reprennent leur place native */
  [data-template="article"] .featured-collection,
  [data-template="article"] [id*="featured_collection"],
  main[data-template="article"] .collection {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  /* 2. On gère l'interrupteur et le décalage uniquement sur le slider */
  [data-template="article"] slider-component.slider-mobile-gutter,
  [data-template="article"] [id*="featured_collection"] slider-component {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    display: block !important;
  }

  /* 3. On applique les 15px de retrait gauche ET droite directement dans le rail du carrousel */
  [data-template="article"] ul.slider-tablet-product-grid,
  [data-template="article"] .grid.slider--tablet {
    display: flex !important;
    flex-wrap: nowrap !important;
    column-gap: 14px !important;
    padding-left: 15px !important;  /* Décolle proprement la 1ère carte du bord gauche */
    padding-right: 15px !important; /* SAS DE SÉCURITÉ : Empêche la bordure de la 2e carte de se couper à droite */
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0 !important;
    width: 100% !important;
    overflow-x: auto !important; /* Garde le défilement fluide au doigt */
    scroll-snap-type: x mandatory !important;
    box-sizing: border-box !important;
    scroll-padding-left: 15px !important;
  }

  /* 4. Largeur équilibrée pour intégrer le prix et le panier violet sans débordement */
  [data-template="article"] ul.slider-tablet-product-grid .grid__item,
  [data-template="article"] .grid.slider--tablet .grid__item {
    /* Formule ajustée à -12px pour compenser les deux marges de respiration latérales */
    width: calc((100% - 12px) / 2) !important;
    max-width: calc((100% - 12px) / 2) !important;
    min-width: calc((100% - 12px) / 2) !important;
    flex: 0 0 calc((100% - 12px) / 2) !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: start !important;
  }

  /* 5. Sécurisation des finitions graphiques */
  [data-template="article"] .featured-collection .card-wrapper {
    overflow: visible !important; /* Force l'affichage de votre bordure violette */
  }
  [data-template="article"] .featured-collection .card__inner {
    overflow: hidden !important;
  }
  [data-template="article"] .featured-collection .price {
    padding-right: 36px !important;
    box-sizing: border-box !important;
  }
}








/* =================================================================
   NETTOYAGE ABSOLU DES PADDINGS PARASITES (CARROUSEL BLOG MOBILE)
   Redonne toute la largeur de la carte au texte du titre
==================================================================== */
@media screen and (max-width: 749px) {

  /* 1. On supprime les paddings gauche/droite internes qui étouffaient le texte */
  [data-template="article"] .featured-collection .card__content,
  [data-template="article"] [id*="featured_collection"] .card__content,
  [data-template="article"] .featured-collection .card__information,
  [data-template="article"] [id*="featured_collection"] .card__information {
    padding-left: 4px !important;  /* On laisse juste un micro-espace de 4px de sécurité */
    padding-right: 4px !important;
    padding-top: 8px !important;   /* Espace haut léger sous l'image */
    padding-bottom: 2px !important;
  }

  /* 2. Éradication des paddings et marges sur le titre et sur le lien <a> */
  [data-template="article"] .featured-collection .card__heading,
  [data-template="article"] [id*="featured_collection"] .card__heading,
  [data-template="article"] .featured-collection .card__heading a,
  [data-template="article"] [id*="featured_collection"] .card__heading a,
  [data-template="article"] .featured-collection .full-unstyled-link {
    padding-left: 0 !important;  /* Supprime le serrage qui bloquait les mots */
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    
    /* 3. On libère le texte pour qu'il s'affiche proprement sur 2 lignes horizontales */
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 1.22rem !important;
    line-height: 1.25 !important;
    height: auto !important;
    min-height: 34px !important; /* Aligne les prix en dessous */
  }

  /* 4. On remet une petite marge propre uniquement au-dessus du prix */
  [data-template="article"] .featured-collection .price {
    padding-left: 2px !important;
    margin-top: 6px !important;
  }
}



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

  /* 1. ESPACEMENT HAUT : On décale proprement tout le bloc sous la Triquetra */
  main[data-template="product"] #MainContent,
  .template-product main#MainContent {
    padding-top: 30px !important; /* Ajoute vos 30px d'air pour détacher du menu */
  }

  /* 2. ESPACEMENT DU SLIDER : On repousse la 2e image pour un cadrage net */
  [data-template="product"] .slider.product__media-list,
  [data-template="product"] ul[id^="Slider-Gallery-"] {
    column-gap: 24px !important; /* Double l'écart pour renvoyer la 2e image dans sa zone masquée */
  }

  [data-template="product"] .slider.product__media-list .grid__item,
  [data-template="product"] ul[id^="Slider-Gallery-"] .grid__item {
    scroll-snap-align: start !important;
  }

  /* 3. NETTOYAGE VISUEL : On supprime les miniatures doublons sous le carrousel */
  [data-template="product"] .thumbnail-slider,
  [data-template="product"] .product__thumbnails,
  [data-template="product"] slider-component[id^="GalleryThumbnails-"],
  [data-template="product"] ul[id^="Slider-Thumbnails-"] {
    display: none !important; /* Fait disparaître proprement les petites vignettes */
  }
}



/* =================================================================
   MASQUAGE AUTOMATIQUE DU BLOC ENCADRÉ SI LE METAFIELD EST VIDE
==================================================================== */
/* On cible uniquement les classes d'encadrés ou de description vides,
   en laissant la structure native des boutons d'achat totalement tranquille */
[class*="encadre"]:empty,
.product__description:empty,
.product__text:empty {
  display: none !important;
}






