/** Shopify CDN: Minification failed

Line 5940:0 All "@import" rules must come first
Line 6658:0 Unexpected "<"
Line 6717:0 Unexpected "<"

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

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

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

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

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

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

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

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

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

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

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

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

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

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

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

header-menu > details,
details-disclosure > details {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
/* === Panier kawaii — bulle en forme de nuage === */

/* conteneur du compteur panier */
#cart-icon-bubble {
  position: relative;
}

/* bulle principale */
#cart-icon-bubble .cart-count-bubble {
  position: absolute;
  top: -8px;
  right: -10px;

  background: #e75480;      /* rose foncé kawaii */
  color: #fff;              /* texte blanc */
  font-size: 12px;
  font-weight: 700;

  min-width: 20px;
  height: 20px;
  padding: 0 6px;

  display: flex;
  align-items: center;
  justify-content: center;
}
/* Bulle du panier — ne rendre visuel qu'un seul compteur */
#cart-icon-bubble { position: relative; }

#cart-icon-bubble .cart-count-bubble{
  position:absolute;
  top:-6px; right:-8px;           /* ajuste ta position */
  min-width:20px; height:20px;
  padding:0 6px;
  border-radius:999px;
  background:#ff19d8; color:#fff; /* couleur bulle */
  font-size:12px; font-weight:700; line-height:20px;
  display:flex; align-items:center; justify-content:center;
}

/* S'assurer que le span “visually-hidden” reste réellement caché */
#cart-icon-bubble .cart-count-bubble > span.visually-hidden{
  position:absolute !important;
  width:1px; height:1px; margin:-1px; padding:0; border:0;
  clip: rect(0 0 0 0); clip-path: inset(50%);
  overflow:hidden; white-space:nowrap;
}

/* Option : petite anim quand on change */
@keyframes cart-bubble-pop { 0%{transform:scale(1)}30%{transform:scale(1.2)}60%{transform:scale(.95)}100%{transform:scale(1)} }
#cart-icon-bubble .cart-count-bubble.is-popping{ animation:cart-bubble-pop 320ms ease-out; }


/* Variables globales (tailles par défaut = mobile) */
:root {
  --icon-cart-size: 27px;      /* panier */
  --icon-lollipop-size: 36px;  /* sucette */
  --icon-account-size: 26px;   /* compte */
}

/* IMPORTANT : ne pas forcer width/height:auto sur les svg */
.header__icons .svg-wrapper svg {
  /* supprime toute règle width:auto;height:auto ici */
}

/* Appliquer les tailles variables aux SVG */
.header__icon--cart .icon-cart-kawaii {
  width: var(--icon-cart-size) !important;
  height: var(--icon-cart-size) !important;
  display: block;
}

.header__icon--lollipop .icon-lollipop {
  width: var(--icon-lollipop-size) !important;
  height: var(--icon-lollipop-size) !important;
  display: block;
}

.header__icon--account .icon-account-kawaii,
.header__icon--account .header__icon-svg,
.header__icon--account svg {
  width: var(--icon-account-size) !important;
  height: var(--icon-account-size) !important;
  display: block;
}

/* Aligner tous les conteneurs d’icônes */
.header__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Sur desktop : agrandir les icônes */
@media (min-width: 990px) {
  :root {
    --icon-cart-size: 34px;
    --icon-lollipop-size: 38px;
    --icon-account-size: 30px;
  }
}

/* === Panier Kawaii Bubble === */
#kawaii-cart-bubble .cart-count-bubble{
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #ff19d8; /* rose flashy kawaii */
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kawaii-cart-bubble .cart-count-bubble.is-popping {
  animation: cart-bubble-pop 320ms ease-out;
}

@keyframes cart-bubble-pop {
  0% { transform: scale(1); }
  30% { transform: scale(1.2); }
  60% { transform: scale(0.95); }
  100% { transform: scale(1); }
}

/* ======= Anti "cadran gris" au tap sur mobile ======= */

/* 1) iOS Safari: supprime le highlight gris */
a, button, summary, .header__icon, .header__icon * {
  -webkit-tap-highlight-color: transparent;
}

/* 2) Neutralise les backgrounds/box-shadows au tap sur mobile uniquement */
@media (hover: none) and (pointer: coarse) {
  .header__icon,
  .header__icon:hover,
  .header__icon:active,
  .header__icon:focus,
  .link.focus-inset,
  .link.focus-inset:hover,
  .link.focus-inset:active,
  .link.focus-inset:focus {
    background: transparent !important;
    box-shadow: none !important;
  }
}

/* 3) On garde un focus accessible POUR CLAVIER (desktop) */
.header__icon:focus-visible,
.link.focus-inset:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  /* pas de fond gris */
  background: transparent;
  box-shadow: none;
}

/* 4) Firefox (vieux focus gris interne sur <button>) */
.header__icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}







/********************************************
 * RECHERCHE — CONTOUR ROSE NÉON + ANIMATION
 * (complément, scope strict à .search-modal)
 ********************************************/

:root{
  --ps-rose:        #ff3ea4;
  --ps-rose-clair:  #ffc6eb;
  --ps-neon-1:      rgba(255, 62, 164, .75);
  --ps-neon-2:      rgba(255, 62, 164, .45);
  --ps-neon-3:      rgba(255, 62, 164, .25);
  --ps-neon-outer:  rgba(255, 180, 225, .35);
}
/* === Barre de recherche — Néon rose ↔ bleu (switch/clignote) === */

/* Champ : style + suppression des bordures natives */
.search-modal .search-modal__form .field{
  position: relative;
  z-index: 5;
  border-radius: 28px !important;
  border: 2px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;

  /* 1) fond blanc
     2) pointillé animé (défile) — la couleur sera pilotée par l'animation */
  background:
    #fff padding-box,
    repeating-linear-gradient(90deg, var(--neon-stroke, #ff33cc) 0 12px, transparent 12px 22px) border-box;

  /* défilement + switch de couleur + glow pulsé */
  animation: ps-dash 1.05s linear infinite,
             ps-switch-color 1.8s ease-in-out infinite,
             ps-switch-glow 1.8s ease-in-out infinite;
}

/* Intensifie le néon quand l’input est focus */
.search-modal .search-modal__form .field:focus-within{
  filter: saturate(1.1);
}

/* Halo externe subtil via pseudo-élément, suit la couleur active */
.search-modal .search-modal__form .field::after{
  content:"";
  position:absolute; inset:-3px;
  border-radius: 32px;
  pointer-events:none;
  /* on réutilise la même couleur dynamique */
  box-shadow:
    0 0 14px 2px var(--neon-stroke, #ff33cc),
    inset 0 0 10px 0 var(--neon-stroke, #ff33cc);
  opacity:.7;
  transition: opacity .18s ease, filter .18s ease;
}
.search-modal .search-modal__form .field:focus-within::after{
  opacity:1; filter: blur(.25px);
}

/* Input interne : clean */
.search-modal .search-modal__form .field__input.search__input{
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  height: 48px;
  padding: 12px 16px;
  padding-right: 48px;
  font-size: 16px;
  color: #111;
}

/* Animations */
@keyframes ps-dash{ to{ background-position: 22px 0; } }

/* Switch la couleur de la “peinture” du bord (rose ↔ bleu) */
@keyframes ps-switch-color{
  0%, 100%{ --neon-stroke: #ff33cc; }   /* rose fluo */
  50%      { --neon-stroke: #33ccff; }  /* bleu ciel */
}

/* Glow qui suit la même couleur (rose ↔ bleu) */
@keyframes ps-switch-glow{
  0%, 100%{
    box-shadow:
      0 0 0 2px #ff99e6,
      0 0 10px 0 #ff33cc,
      0 0 22px 0 #ff66d9;
  }
  50%{
    box-shadow:
      0 0 0 2px #99e6ff,
      0 0 10px 0 #33ccff,
      0 0 22px 0 #66d9ff;
  }
}

/* Respect accessibilité */
@media (prefers-reduced-motion: reduce){
  .search-modal .search-modal__form .field{
    animation: none;
    background:
      #fff padding-box,
      repeating-linear-gradient(90deg, #ff33cc 0 12px, transparent 12px 22px) border-box;
  }
}
/* Boutons loupe/croix propres */
.search-modal .search__button,
.search-modal .reset__button{
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Anti “flash gris” mobile */
*{ -webkit-tap-highlight-color: rgba(0,0,0,0); }

/* Animations */
@keyframes ps-dash{ to{ background-position: 22px 0; } }
@keyframes ps-blink{ 0%,100%{ filter:brightness(1) } 50%{ filter:brightness(1.12) } }



/*****************************************
 *  PREDICTIVE SEARCH — GRILLE FLEXIBLE
 *  Choix colonnes : PC / Tablet / Mobile
 *****************************************/

/* === Réglages rapides =================================================== */
/* Modifie ces valeurs selon ton besoin */
:root{
  /* Colonnes */
  --ps-cols-d: 5;   /* Desktop */
  --ps-cols-t: 3;   /* Tablet  (<=994px) */
  --ps-cols-m: 3;   /* Mobile  (<=540px)  */

  /* Espacements */
  --ps-gap-d: 16px;
  --ps-gap-t: 16px;
  --ps-gap-m: 14px;

  /* Tailles image + cadre néon */
  --ps-img-d: 250px;   --ps-pad-d: 8px;   --ps-radius-d: 20px;
  --ps-img-t: 200px;   --ps-pad-t: 5px;   --ps-radius-t: 16px;
  --ps-img-m: 120px;    --ps-pad-m: 7px;   --ps-radius-m: 20px;

  /* Titres produits */
  --ps-title-d: 12px;
  --ps-title-t: 13px;
  --ps-title-m: 10.5px;

  /* Couleurs */
  --ps-rose: #ff3ea4;
  --ps-rose-clair: #ffc6eb;
}

/* Conteneur panneau */
#predictive-search-results{
  position: relative;
  z-index: 6;
  background:#fff;
  border:0 !important;
  box-shadow:none !important;
  overscroll-behavior: contain;
}

/* Cache “PRODUITS” */
#predictive-search-results .predictive-search__heading{ display:none !important; }

/* === GRILLE ============================================================= */
#predictive-search-results-products-list{
  display: grid;
grid-template-columns: repeat(var(--ps-cols-d, 3), 1fr); /* fallback = 3 */
gap: var(--ps-gap-d, 16px); /* fallback = 16px */
padding: 10px 0 18px;
width: 100%;
}

/* Tablet (<=1024px) */
@media (max-width:1024px){
  #predictive-search-results-products-list{
    grid-template-columns: repeat(var(--ps-cols-t), minmax(0,1fr));
    gap: var(--ps-gap-t);
  }
}

/* Mobile (<=640px) */
@media (max-width:640px){
  #predictive-search-results-products-list{
    grid-template-columns: repeat(var(--ps-cols-m), minmax(0,1fr));
    gap: var(--ps-gap-m);
    padding:8px 10px 14px;
  }
}

/* === TUILE PRODUIT ====================================================== */
#predictive-search-results-products-list .predictive-search__item{
  display:flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 8px 6px;
  text-decoration:none !important;
  transition: transform .15s ease;
}
#predictive-search-results-products-list .predictive-search__item:hover{
  transform: translateY(-2px);
}

/* === IMAGE AVEC CADRE NÉON ============================================== */
#predictive-search-results .predictive-search__image{
  display:block;
  width: var(--ps-img-d);
  height: var(--ps-img-d);
  object-fit:contain;
  border-radius: var(--ps-radius-d);

  /* 1) fond blanc  2) bordure pointillée animée (rose ↔ bleu) */
  background:
    #fff padding-box,
    repeating-linear-gradient(90deg, var(--neon-stroke, #ff33cc) 0 12px, transparent 12px 22px) border-box;
  padding: var(--ps-pad-d);

  animation:
    ps-dash 1.05s linear infinite,
    ps-switch-color 1.8s ease-in-out infinite,
    ps-card-glow 1.8s ease-in-out infinite;

  box-shadow:
    0 0 0 2px rgba(255, 102, 204, .15),
    0 8px 20px rgba(255, 102, 204, .20);
}

/* Tablet */
@media (max-width:1024px){
  #predictive-search-results .predictive-search__image{
    width: var(--ps-img-t);
    height: var(--ps-img-t);
    padding: var(--ps-pad-t);
    border-radius: var(--ps-radius-t);
  }
}

/* Mobile */
@media (max-width:540px){
  #predictive-search-results .predictive-search__image{
    width: var(--ps-img-m);
    height: var(--ps-img-m);
    padding: var(--ps-pad-m);
    border-radius: var(--ps-radius-m);
  }
}



/* === TITRES PRODUITS — Texte net sans glow ===================== */
#predictive-search-results .predictive-search__item-heading{
  margin: 14px 0 0;
  color: #ff3ea4;              /* rose vif */
  font-weight: 700;
  line-height: 1.25;
  font-size: var(--ps-title-d);
  text-align: center;
  overflow-wrap: break-word;   /* si mot trop long */
  word-break: break-word;
  white-space: normal;         /* autorise retour à la ligne */
}

/* Tablet */
@media (max-width:1024px){
  #predictive-search-results .predictive-search__item-heading{
    font-size: var(--ps-title-t);
  }
}

/* Mobile : affiche le titre en entier */
@media (max-width:540px){
  #predictive-search-results .predictive-search__item-heading{
    font-size: var(--ps-title-m);
    display: block;            /* pas de clamp */
    -webkit-line-clamp: unset; /* enlève la coupe */
    -webkit-box-orient: unset;
    overflow: visible;
  }
}
/* Liens héritent couleur */
#predictive-search-results a{ color: inherit; text-decoration: none; }

/* Hauteur panneau sur mobile */
@media (max-width:768px){
  #predictive-search-results{
    max-height: calc(100dvh - 140px) !important;
    border-radius: 18px 18px 0 0;
  }
}

/* Réduction animations si demandé */
@media (prefers-reduced-motion: reduce){
  #predictive-search-results .predictive-search__image{
    animation: none;
    background:
      #fff padding-box,
      repeating-linear-gradient(90deg, #ff33cc 0 12px, transparent 12px 22px) border-box;
    box-shadow:none;
  }
}

/* === Glow animé rose ↔ bleu (réutilise tes keyframes existantes) ======= */
@keyframes ps-card-glow{
  0%,100%{
    box-shadow:
      0 0 0 2px #ff99e6,
      0 0 10px 0 #ff33cc,
      0 0 22px 0 #ff66d9;
  }
  50%{
    box-shadow:
      0 0 0 2px #99e6ff,
      0 0 10px 0 #33ccff,
      0 0 22px 0 #66d9ff;
  }
}

 /* ===========================
   RECHERCHE PLEINE LARGEUR (Desktop)
   Force le panneau + la grille à occuper 100vw
   et contourne tous les .page-width internes
   =========================== */
@media (min-width: 1025px){

  /* 0) Neutralise les wrappers centrés de Dawn */
  .search-modal .page-width,
  .search-modal *[class*="page-width"]{
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 1) Le contenu du modal s’étire vraiment */
  .search-modal__content,
  .search-modal .modal__content{
    max-width: none !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;  /* full-bleed */
    margin-right: calc(50% - 50vw) !important; /* full-bleed */
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 2) Le bloc résultats prend 100vw bord-à-bord */
  .search-modal [data-predictive-search],
  .search-modal #predictive-search-results{
    max-width: none !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  /* 3) La grille produits aussi, avec un petit padding latéral équilibré */
.search-modal #predictive-search-results-products-list{
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  /* padding ajusté : plus large à gauche/droite */
  padding-left: min(3vw, 36px) !important;
  padding-right: min(3vw, 36px) !important;
}
/* Optionnel : évite qu’un conteneur parent coupe la largeur */
.search-modal{
  --page-width: 100vw !important;
  --page-width-margin: 0px !important;
}


/* ===========================
   Recherche : réduire la hauteur (Desktop)
   =========================== */
@media (min-width: 1025px){
  /* Réglages rapides (tu peux ajuster les 3 variables) */
  :root{
    --ps-top-space: 18px;         /* espace entre la barre et les résultats */
    --ps-max-height: calc(100vh - 260px); /* hauteur max du panneau résultats */
    --ps-row-gap: 24px;           /* espace vertical entre les lignes de cartes */
  }

  /* 1) moins d'espace sous la barre de recherche */
  .search-modal #predictive-search-results{
    padding-top: var(--ps-top-space) !important;
  }

  /* 2) on limite la hauteur et on scrolle à l’intérieur */
  .search-modal [data-predictive-search],
  .search-modal #predictive-search-results{
    max-height: var(--ps-max-height) !important;
    overflow: auto !important;            /* scroll interne */
    -webkit-overflow-scrolling: touch;    /* scroll fluide */
  }

  /* 3) resserrer l’écart vertical entre les rangées */
  #predictive-search-results-products-list{
    row-gap: var(--ps-row-gap) !important;  /* espace entre les lignes */
    /* si tu veux aussi réduire l’espace horizontal :
    column-gap: 18px !important; */
  }

  /* (optionnel) on réduit un poil l’espace global du modal */
  .search-modal__content{
    padding-bottom: 12px !important;
  }
}

/* Mobile / Tablet : même principe, mais valeurs un peu plus serrées */
@media (max-width: 1024px){
  :root{
    --ps-top-space-m: 10px;
    --ps-max-height-m: calc(100dvh - 220px);
    --ps-row-gap-m: 16px;
  }

  .search-modal #predictive-search-results{
    padding-top: var(--ps-top-space-m) !important;
  }

  .search-modal [data-predictive-search],
  .search-modal #predictive-search-results{
    max-height: var(--ps-max-height-m) !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  #predictive-search-results-products-list{
    row-gap: var(--ps-row-gap-m) !important;
  }
}


}
:root {
  /* Ajuste ici le décalage horizontal de TOUTE la fenêtre de recherche */
  --ps-modal-nudge: 26px; /* négatif = gauche | positif = droite */
}

@media (min-width: 1025px){
  /* Cible le conteneur principal de la modale */
  .search-modal__content,
  .search-modal .modal__content {
    position: relative;
    left: var(--ps-modal-nudge);
    right: auto;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
  }
}






/***** Predictive Search — Press + Ripple minimal *****/

/* Retire le soulignement + le flash gris mobile */
#predictive-search-results a {
  text-decoration: none !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none !important;
  background: transparent !important; /* évite l'effet gris de certains UA */
}

/* Image = cible de la “pression” (pas de fond ajouté ici) */
#predictive-search-results img {
  will-change: transform, opacity;
  transition: transform 120ms ease;
  transform: translateZ(0); /* évite le flou pendant l'anim */
}

/* Classe posée par JS pendant l’appui */
#predictive-search-results img.ps-press {
  transform: scale(0.90); /* + petit = + de pression (0.88 / 0.85) */
}

/* Le lien produit doit être conteneur du ripple (pas d'overflow hidden) */
#predictive-search-results a.predictive-search__item {
  position: relative;   /* nécessaire pour placer l’onde */
  overflow: visible;    /* surtout pas hidden (cadre gris) */
}

/* L’onde (injetée par JS) */
#predictive-search-results .ps-ripple {
  position: absolute;
  left: var(--rx, 50%);
  top:  var(--ry, 50%);
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  background:
    radial-gradient(circle,
      rgba(255, 62, 164, 0.40) 0%,
      rgba(51, 204, 255, 0.30) 55%,
      rgba(255, 255, 255, 0) 60%);
  box-shadow:
    0 0 0 1px rgba(255, 62, 164, 0.25),
    0 0 22px rgba(255, 62, 164, 0.35),
    0 0 22px rgba(51, 204, 255, 0.25);
  animation: ps-ripple-pop 420ms ease-out forwards;
}

/* Animation de l’onde */
@keyframes ps-ripple-pop {
  0%   { transform: translate(-50%, -50%) scale(0);   opacity: .45; }
  70%  { transform: translate(-50%, -50%) scale(12);  opacity: .22; }
  100% { transform: translate(-50%, -50%) scale(18);  opacity: 0; }
}

/* Accessibilité : désactive les anims si demandé */
@media (prefers-reduced-motion: reduce){
  #predictive-search-results img { transition: none; }
  #predictive-search-results .ps-ripple { animation: none; opacity: 0; }
}







/* =========================================================
   QUICK ADD — RESET GLOBAL + STYLE BONBON (toutes collections)
   S'applique aux boutons d'ajout dans cartes produit, carrousels,
   recherche prédictive, grilles, etc.
   ========================================================= */

/* Palette */
:root{
  --bb-rose: #ff3ea4;
  --bb-bleu: #33ccff;
  --bb-violet: #8a5bff;
  --bb-txt-dark: #1a1a1a;
}

/* 0) Cible TOUS les quick-add (collections, recherche, carrousels, etc.) */
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) :is(
  .quick-add__submit,
  .quick-add-bulk .button,
  [type="submit"][name="add"]
){
  /* Reset anti “cadre gris” Dawn */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none !important;

  /* Style bonbon unifié */
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1;
  background: linear-gradient(135deg, var(--bb-rose) 0%, var(--bb-bleu) 100%) !important;
  box-shadow:
    0 0 0 2px rgba(255,62,164,.25) inset,
    0 6px 18px rgba(255,62,164,.25),
    0 10px 28px rgba(51,204,255,.25);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

/* 1) Dawn pose souvent un halo via ::after/::before → on le coupe partout */
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) :is(
  .quick-add__submit,
  .quick-add-bulk .button,
  [type="submit"][name="add"]
)::before,
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) :is(
  .quick-add__submit,
  .quick-add-bulk .button,
  [type="submit"][name="add"]
)::after{
  content: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* 2) États focus/active → pas d’anneau ni fond gris */
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) :is(
  .quick-add__submit,
  .quick-add-bulk .button,
  [type="submit"][name="add"]
):where(:focus,:focus-visible,:active){
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important; /* évite le gris “active” natif */
}

/* 3) Hover desktop : glow un peu plus présent */
@media (hover:hover){
  :is(
    .product-card-wrapper,
    .product-grid,
    .collection,
    .collection-grid,
    .featured-collection,
    .related-products,
    .slider,
    .grid,
    #predictive-search-results
  ) :is(.quick-add__submit,.quick-add-bulk .button,[type="submit"][name="add"]):hover{
    transform: translateY(-1px);
    filter: saturate(1.06);
    box-shadow:
      0 0 0 2px rgba(255,62,164,.35) inset,
      0 8px 22px rgba(255,62,164,.32),
      0 14px 34px rgba(51,204,255,.30),
      0 0 18px rgba(138,91,255,.25);
  }
}

/* 4) Pression au clic */
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) :is(.quick-add__submit,.quick-add-bulk .button,[type="submit"][name="add"]):active{
  transform: scale(.97);
  box-shadow:
    0 0 0 2px rgba(255,62,164,.45) inset,
    0 4px 14px rgba(255,62,164,.28),
    0 10px 22px rgba(51,204,255,.24);
}

/* 5) Disabled / “Épuisé” */
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) :is(.quick-add__submit,.quick-add-bulk .button,[type="submit"][name="add"])[disabled]{
  background: linear-gradient(135deg,#cfd5db,#eceff3) !important;
  color: var(--bb-txt-dark) !important;
  filter: grayscale(.25) brightness(.95);
  cursor: not-allowed;
  box-shadow: none;
}

/* 6) Variantes Dawn (primary/secondary/tertiary) forcées au style bonbon */
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) :is(.button--primary,.button--secondary,.button--tertiary).quick-add__submit{
  background: linear-gradient(135deg, var(--bb-rose) 0%, var(--bb-bleu) 100%) !important;
  border-color: transparent !important;
  color: #fff !important;
}

/* 7) Icône plus lisible sur fond bonbon */
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) .quick-add__submit .icon-wrap svg{
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.15));
}

/* 8) Mobile : bouton un poil plus compact */
@media (max-width:640px){
  :is(
    .product-card-wrapper,
    .product-grid,
    .collection,
    .collection-grid,
    .featured-collection,
    .related-products,
    .slider,
    .grid,
    #predictive-search-results
  ) :is(.quick-add__submit,.quick-add-bulk .button,[type="submit"][name="add"]){
    min-height: 42px;
    padding: 11px 14px;
    font-size: 14px;
  }
}

/* 9) Retirer le soulignement des titres des cartes au clic/survol */
.underline-links-hover .card__heading .full-unstyled-link{
  text-decoration: none !important;
}

/* ======================
   VARIANTE ÉPUISÉ (RED BONBON VIF)
   ====================== */
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) :is(.quick-add__submit,.quick-add-bulk .button,[type="submit"][name="add"])[disabled],
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) :is(.quick-add__submit,.quick-add-bulk .button,[type="submit"][name="add"]):disabled{
  background: linear-gradient(135deg, #ff0000 0%, #ff4d4d 100%) !important; /* rouge vif → rouge clair */
  color: #fff !important;
  cursor: not-allowed;
  border: none !important;
  filter: none;

  /* glow rouge vif */
  box-shadow:
    0 0 0 2px rgba(255, 0, 0, 0.25) inset,
    0 6px 18px rgba(255, 0, 0, 0.25),
    0 10px 28px rgba(255, 62, 62, 0.25);
}

/* Supprimer halo Dawn (::before/::after) */
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) :is(.quick-add__submit,.quick-add-bulk .button,[type="submit"][name="add"])::before,
:is(
  .product-card-wrapper,
  .product-grid,
  .collection,
  .collection-grid,
  .featured-collection,
  .related-products,
  .slider,
  .grid,
  #predictive-search-results
) :is(.quick-add__submit,.quick-add-bulk .button,[type="submit"][name="add"])::after{
  content:none !important;
  box-shadow:none !important;
}

/* ===========================
   Badges bonbon dans l'image (Dawn)
   - Rouge vif = ÉPUISÉ (par défaut)
   - Rose pastel = PROMO (forcé, avec fallbacks)
   - Bas-gauche, légèrement rentré dans l'image
   =========================== */

/* L’image sert de conteneur */
.card__media{
  position: relative;
  overflow: hidden; /* garde le badge à l'intérieur */
}

/* Conteneur des badges */
.card__badge{
  position: absolute !important;
  bottom: 14px !important;
  left: 14px !important;
  right: auto !important;
  top: auto !important;
  z-index: 3;
  display: flex;
  gap: 6px;
  pointer-events: none;
}

/* Neutralise les positions par défaut */
.card__badge[class*="bottom"],
.card__badge[class*="left"],
.card__badge[class*="right"],
.card__badge[class*="top"]{
  inset: auto !important;
}

/* Style générique du badge */
.card__badge .badge{
  pointer-events: auto;
  position: relative;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font: 800 12px/1.1 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #fff !important;
  white-space: nowrap;
  border: none !important;
  outline: none !important;
  box-shadow:
    0 2px 10px rgba(0,0,0,.12),
    0 0 0 1px rgba(255,255,255,.12) inset;
  isolation: isolate;
  animation: bonbonPulse 2.2s ease-in-out infinite;
}

/* Reflet glossy */
.card__badge .badge::before{
  content:"";
  position:absolute;
  inset:2px;
  border-radius:999px;
  background: linear-gradient(180deg, rgba(255,255,255,.25), rgba(255,255,255,0) 48%);
  z-index:-1;
}

/* Rouge vif par défaut (ÉPUISÉ / autres badges non promo) */
.card__badge .badge{
  background: linear-gradient(135deg, #ff0000, #ff4d4d) !important;
  box-shadow:
    0 0 0 2px rgba(255, 0, 0, 0.25) inset,
    0 4px 14px rgba(255, 0, 0, 0.25),
    0 8px 22px rgba(255, 62, 62, 0.25);
}
.card__badge .badge::after{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius:999px;
  filter: blur(4px);
  opacity:.6;
  background: radial-gradient(closest-side, rgba(255,0,0,.45), rgba(255,0,0,0));
  z-index:-2;
  animation: bonbonPulse 2.2s ease-in-out infinite;
}

/* ===========================
   PROMO — Doré (forcé)
   Fallbacks inclus :
   - :has(.price .price--on-sale)  (navigateurs récents)
   - .badge[class*="sale"], .badge.on-sale, aria-label*="sale" (thème/Trads)
   - .price--on-sale proche dans la carte
   =========================== */
.card:has(.price .price--on-sale) .card__badge .badge,
.product-card-wrapper:has(.price .price--on-sale) .card__badge .badge,
.card__badge .badge[class*="sale"],
.card__badge .badge.on-sale,
.card__badge .badge[aria-label*="sale" i],
.card__badge .badge[aria-label*="promo" i],
.card__badge .badge[title*="sale" i],
.card__badge .badge[title*="promo" i]{
  background: linear-gradient(135deg, #ffd700, #ffb347) !important; /* doré */
  box-shadow:
    0 0 0 2px rgba(255, 215, 0, 0.4) inset,
    0 4px 14px rgba(255, 200, 0, 0.45),
    0 8px 22px rgba(255, 170, 0, 0.55) !important;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.25); /* lisibilité sur fond doré */
}

/* Halo doré pulse */
.card:has(.price .price--on-sale) .card__badge .badge::after,
.product-card-wrapper:has(.price .price--on-sale) .card__badge .badge::after,
.card__badge .badge[class*="sale"]::after,
.card__badge .badge.on-sale::after,
.card__badge .badge[aria-label*="sale" i]::after,
.card__badge .badge[aria-label*="promo" i]::after,
.card__badge .badge[title*="sale" i]::after,
.card__badge .badge[title*="promo" i]::after{
  background: radial-gradient(closest-side, rgba(255, 215, 0, 0.45), rgba(255, 230, 150, 0));
}

/* Animation pulse */
@keyframes bonbonPulse{
  0%,100% { transform: scale(1); opacity:.9; }
  50%     { transform: scale(1.06); opacity:.55; }
}

/* Anti cadre gris focus/clic */
.card__badge .badge:where(:focus, :focus-visible, :active){
  outline: none !important;
  text-decoration: none !important;
}

/* Mobile */
@media (max-width:540px){
  .card__badge{ bottom:10px !important; left:10px !important; }
  .card__badge .badge{ padding:7px 12px; font-size:11px; }
}



/* ================================
   PAGE RÉSULTATS (template-search)
   - Néon animé sur la barre de recherche
   - "Ajouter au panier" sous le titre (spacing)
   - Badges : ÉPUISÉ rouge / PROMO doré
   ================================ */

/* === Barre de recherche — Néon rose ↔ bleu (modal + page résultats) === */

/* CIBLE 1 : modal de recherche (inchangé) */
/* CIBLE 2 : page résultats /search (template-search) */
.search-modal .search-modal__form .field,
.template-search form.search .field{
  position: relative;
  z-index: 5;
  border-radius: 28px !important;
  border: 2px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;

  /* 1) fond blanc
     2) pointillé animé (défile) — couleur pilotée par l’animation */
  background:
    #fff padding-box,
    repeating-linear-gradient(90deg, var(--neon-stroke, #ff33cc) 0 12px, transparent 12px 22px) border-box;

  /* défilement + switch de couleur + glow pulsé */
  animation: ps-dash 1.05s linear infinite,
             ps-switch-color 1.8s ease-in-out infinite,
             ps-switch-glow 1.8s ease-in-out infinite;
}

/* Focus : boost du néon */
.search-modal .search-modal__form .field:focus-within,
.template-search form.search .field:focus-within{
  filter: saturate(1.1);
}

/* Halo externe (suit la couleur active) */
.search-modal .search-modal__form .field::after,
.template-search form.search .field::after{
  content:"";
  position:absolute; inset:-3px;
  border-radius: 32px;
  pointer-events:none;
  box-shadow:
    0 0 14px 2px var(--neon-stroke, #ff33cc),
    inset 0 0 10px 0 var(--neon-stroke, #ff33cc);
  opacity:.7;
  transition: opacity .18s ease, filter .18s ease;
}
.search-modal .search-modal__form .field:focus-within::after,
.template-search form.search .field:focus-within::after{
  opacity:1; filter: blur(.25px);
}

/* Input interne : clean */
.search-modal .search-modal__form .field__input.search__input,
.template-search form.search .field__input.search__input{
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  height: 48px;
  padding: 12px 16px;
  padding-right: 48px;
  font-size: 16px;
  color: #111;
}

/* Animations partagées */
@keyframes ps-dash{ to{ background-position: 22px 0; } }
@keyframes ps-switch-color{
  0%, 100%{ --neon-stroke: #ff33cc; }   /* rose fluo */
  50%      { --neon-stroke: #33ccff; }  /* bleu ciel */
}
@keyframes ps-switch-glow{
  0%, 100%{
    box-shadow:
      0 0 0 2px #ff99e6,
      0 0 10px 0 #ff33cc,
      0 0 22px 0 #ff66d9;
  }
  50%{
    box-shadow:
      0 0 0 2px #99e6ff,
      0 0 10px 0 #33ccff,
      0 0 22px 0 #66d9ff;
  }
}

/* Accessibilité : motion-reduce */
@media (prefers-reduced-motion: reduce){
  .search-modal .search-modal__form .field,
  .template-search form.search .field{
    animation: none;
    background:
      #fff padding-box,
      repeating-linear-gradient(90deg, #ff33cc 0 12px, transparent 12px 22px) border-box;
  }
}

/* === Fond “blanc foncé” spécifique à la page résultats === */
/* Choisis l’une de ces teintes :rgb(255, 255, 255) (très léger) ou #eeeeef (un peu plus marqué) */
.template-search body,
.template-search .template-search,
.template-search .page-width{
  background-color:rgb(255, 255, 255) !important;
}

/* Si le conteneur principal est .template-search__results, renforce aussi : */
.template-search .template-search__results{
  background-color:rgb(255, 255, 255) !important;
}

/* ===== 3) Couleurs badges (position laissée comme le thème) ===== */

/* ÉPUISÉ = rouge vif */
.template-search .card__badge .badge[class*="sold"],
.template-search .card__badge .badge[class*="sold_out"],
.template-search .card__badge .badge[class*="sold-out"]{
  background: linear-gradient(135deg, #ff0000, #ff4d4d) !important;
  color:#fff !important;
  box-shadow:
    0 0 0 2px rgba(255,0,0,.30) inset,
    0 4px 14px rgba(255,0,0,.28),
    0 8px 22px rgba(255,62,62,.28) !important;
}

/* PROMO = doré (détection “on sale” + fallbacks) */
.template-search .card:has(.price .price--on-sale) .card__badge .badge,
.template-search .product-card-wrapper:has(.price .price--on-sale) .card__badge .badge,
.template-search .card__badge .badge[class*="sale"],
.template-search .card__badge .badge.on-sale,
.template-search .card__badge .badge[aria-label*="sale" i],
.template-search .card__badge .badge[aria-label*="promo" i],
.template-search .card__badge .badge[title*="sale" i],
.template-search .card__badge .badge[title*="promo" i]{
  background: linear-gradient(135deg, #ffd700, #ffb347) !important; /* doré */
  color:#fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
  box-shadow:
    0 0 0 2px rgba(255,215,0,.40) inset,
    0 4px 14px rgba(255,200,0,.45),
    0 8px 22px rgba(255,170,0,.55) !important;
}

/* halo doux pour les badges (optionnel) */
.template-search .card__badge .badge::after{
  content:"";
  position:absolute; inset:-3px; border-radius:999px;
  filter: blur(4px); opacity:.55; z-index:-1;
}
.template-search .card__badge .badge[class*="sold"]::after,
.template-search .card__badge .badge[class*="sold_out"]::after,
.template-search .card__badge .badge[class*="sold-out"]::after{
  background: radial-gradient(closest-side, rgba(255,0,0,.40), rgba(255,0,0,0));
}
.template-search .card:has(.price .price--on-sale) .card__badge .badge::after,
.template-search .product-card-wrapper:has(.price .price--on-sale) .card__badge .badge::after,
.template-search .card__badge .badge[class*="sale"]::after,
.template-search .card__badge .badge.on-sale::after{
  background: radial-gradient(closest-side, rgba(255,215,0,.40), rgba(255,230,150,0));
}

/* ===== 4) Petits ajustements ===== */
.template-search .underline-links-hover .card__heading .full-unstyled-link{
  text-decoration: none !important;
}
@media (max-width:640px){
  .template-search .quick-add { margin-top: .35rem; }
}
/* Supprimer le bouton "Ajouter au panier" UNIQUEMENT dans les résultats de recherche */
.template-search .quick-add,
.template-search .product-card-wrapper .quick-add__submit,
.template-search .product-card-wrapper [type="submit"][name="add"] {
  display: none !important;
}

/* Page résultats : la barre ne doit jamais percer les overlays */
.template-search form.search .field {
  position: relative;
  z-index: 0 !important;         /* au lieu de 5 */
}
.template-search form.search .field::after {
  z-index: 0 !important;         /* halo aussi au fond */
}



/* ========== PAGE RÉSULTATS /search — supprimer le fond gris derrière la barre ========== */

/* Force le fond blanc sur tous les wrappers possibles autour du formulaire */
.template-search,
.template-search .shopify-section,
.template-search .search,
.template-search .search__header,
.template-search .search__form,
.template-search .search__box,
.template-search .search__input-wrapper,
.template-search .page-width,
.template-search .color-background-2,
.template-search .color-background-3,
.template-search .color-scheme,
.template-search .gradient {
  background: #fff !important;
  box-shadow: none !important;     /* au cas où un halo gris viendrait d'une ombre */
}

/* Certains schémas posent un voile via ::before/::after → on neutralise */
.template-search .search::before,
.template-search .search::after,
.template-search .color-background-2::before,
.template-search .color-background-3::before,
.template-search .gradient::before,
.template-search .gradient::after {
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* Si le thème injecte la couleur via variables de scheme, on force en blanc */
.template-search {
  --color-background: 255,255,255;
  --gradient-base-background-1: #fff;
  --gradient-base-background-2: #fff;
}






/* ================================
   TITRE PAGE RÉSULTATS BONBON
   - Montserrat Black Italic, MAJ
   - Dégradé animé rose ↔ bleu
   - Glow
   - Responsive : Desktop / Tablet / Mobile
   ================================ */

:root{
  --bb-rose: #ff3ea4;
  --bb-rose-2:#ff70c2;
  --bb-bleu: #33ccff;
  --bb-bleu-2:#66ddff;
}

/* Style commun */
.template-search h1,
.template-search .title,
.template-search .section-header__title,
.template-search .search__heading,
.template-search .page-title,
.template-search .title--primary {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;       /* BLACK */
  font-style: italic !important;     /* Italic */
  line-height: 1.05 !important;
  letter-spacing: 1.2px;
  text-transform: uppercase !important;

  background: linear-gradient(90deg,
              var(--bb-rose) 0%,
              var(--bb-bleu) 50%,
              var(--bb-rose-2) 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent !important;

  text-shadow:
    0 0 14px rgba(255, 62, 164, .25),
    0 0 18px rgba(51, 204, 255, .18);

  animation: bonbonShift 6s ease-in-out infinite,
             bonbonGlow 2.6s ease-in-out infinite;
  margin-block: 18px 22px;
}

/* Effets gradient animés */
@keyframes bonbonShift {
  0%   { background-position:   0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position:   0% 50%; }
}
@keyframes bonbonGlow {
  0%, 100% {
    text-shadow:
      0 0 8px rgba(255, 62, 164, .22),
      0 0 14px rgba(51, 204, 255, .16);
    filter: saturate(1);
  }
  50% {
    text-shadow:
      0 0 14px rgba(255, 62, 164, .30),
      0 0 22px rgba(51, 204, 255, .24);
    filter: saturate(1.06);
  }
}

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

/* Desktop large */
@media (min-width:1025px){
  .template-search h1,
  .template-search .title,
  .template-search .section-header__title,
  .template-search .search__heading,
  .template-search .page-title,
  .template-search .title--primary {
    font-size: clamp(42px, 4.6vw, 64px) !important;
  }
}

/* Tablette */
@media (min-width:641px) and (max-width:1024px){
  .template-search h1,
  .template-search .title,
  .template-search .section-header__title,
  .template-search .search__heading,
  .template-search .page-title,
  .template-search .title--primary {
    font-size: clamp(30px, 4.2vw, 44px) !important;
    letter-spacing: 1px;
    text-shadow:
      0 0 8px rgba(255, 62, 164, .18),
      0 0 14px rgba(51, 204, 255, .14);
  }
}

/* Mobile */
@media (max-width:240px){
  .template-search h1,
  .template-search .title,
  .template-search .section-header__title,
  .template-search .search__heading,
  .template-search .page-title,
  .template-search .title--primary {
    font-size: clamp(22px, 6vw, 30px) !important;
    letter-spacing: .8px;
    text-shadow:
      0 0 6px rgba(255, 62, 164, .16),
      0 0 10px rgba(51, 204, 255, .12);
  }
}


/* Forcer Montserrat Black Italic sur tout le site */
:root {
  --font-heading-family: "Montserrat", sans-serif !important;
  --font-heading-style: italic !important;
  --font-heading-weight: 700 !important;
}

.template-search h1,
.template-search .title,
.template-search .section-header__title,
.template-search .search__heading,
.template-search .page-title,
.template-search .title--primary {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 900 !important;   /* Black */
  font-style: italic !important; /* Italic */
}




/* =========================================
   GLOBAL PRODUITS — Styles PRIX (Dawn)
   - Prix actuel : dégradé néon rose→bleu
   - Ancien prix : dégradé rose→rouge + barre dégradée
   - Prix par pièce : dégradé néon (même que prix actuel)
   ========================================= */

/* Vars dégradés */
:root{
  --price-grad-current: linear-gradient(90deg, #ff3ea4 0%, #33ccff 50%, #ff70c2 100%);
  --price-grad-old:     linear-gradient(90deg, #ff3ea4 0%, #ff1e56 50%, #ff4d4d 100%);
}

/* ========== PRIX ACTUELS (promo ou non) ========== */
:where(.price):not(.price--on-sale) .price-item--regular,
:where(.price.price--on-sale) .price-item--sale {
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;

  background: var(--price-grad-current);
  background-size: 300% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent !important;

  text-decoration: none !important;
  animation: priceShift 6s ease-in-out infinite;
}

/* ========== ANCIENS PRIX (prix barrés quand promo) ========== */
:where(.price.price--on-sale) .price-item--regular,
:where(.price.price--on-sale) .price-item--compare {
  position: relative;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;

  background: var(--price-grad-old);
  background-size: 300% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent !important;

  text-decoration: none !important;
  animation: priceShift 6s ease-in-out infinite;
}

/* Barre en dégradé alignée sur le texte (ancien prix barré) */
:where(.price.price--on-sale) .price-item--regular::after,
:where(.price.price--on-sale) .price-item--compare::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: var(--price-grad-old);
  background-size: 300% 100%;
  animation: priceShift 6s ease-in-out infinite;
  pointer-events: none;
  opacity: .95;
  border-radius: 2px;
}

/* ========== Prix par pièce / unit price ========== */
:where(.price) .price-item--unit,
:where(.price) .unit-price {
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;

  background: var(--price-grad-current);
  background-size: 300% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent !important;

  text-decoration: none !important;
  animation: priceShift 6s ease-in-out infinite;
}

/* ========== Animation dégradés ========== */
@keyframes priceShift {
  0%   { background-position:   0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position:   0% 50%; }
}

/* Accessibilité : réduit l’animation si motion-reduce activé */
@media (prefers-reduced-motion: reduce){
  :where(.price) .price-item--sale,
  :where(.price):not(.price--on-sale) .price-item--regular,
  :where(.price.price--on-sale) .price-item--regular,
  :where(.price.price--on-sale) .price-item--compare,
  :where(.price) .price-item--unit,
  :where(.price) .unit-price {
    animation: none;
    background-size: 100% 100%;
  }
  :where(.price.price--on-sale) .price-item--regular::after,
  :where(.price.price--on-sale) .price-item--compare::after {
    animation: none;
  }
}

/* =========================
   MOBILE (<=640px) — Prix en promo
   - Ancien prix (chaud) à côté du prix actuel
   - Plus petit + barré dégradé plus fin
   ========================= */
@media (max-width: 640px){

  /* Met le conteneur de prix sur une seule ligne, aligné sur la ligne de base */
  .price.price--on-sale{
    display: inline-flex;
    align-items: baseline;
    gap: .5rem;             /* espace entre actuel et ancien prix */
    flex-wrap: nowrap;
  }

  /* Prix ACTUEL (dégradé néon que tu as déjà) : garde la taille */
  .price.price--on-sale .price-item--sale{
    line-height: 1.1;
  }

  /* Ancien prix (compare/regular) à côté, un peu plus petit */
  .price.price--on-sale .price-item--regular,
  .price.price--on-sale .price-item--compare{
    font-size: .85em;       /* plus discret sur mobile */
    line-height: 1.1;
    margin: 0 !important;   /* évite retours à la ligne du thème */
    display: inline-block;  /* force inline */
    vertical-align: baseline;
    opacity: .95;
  }

  /* Barré dégradé plus fin sur mobile */
  .price.price--on-sale .price-item--regular::after,
  .price.price--on-sale .price-item--compare::after{
    height: 1.5px;          /* au lieu de 2px */
    top: 52%;
    opacity: .9;
  }

  /* Si le thème insère “à partir de”/labels à côté, rends-les compacts */
  .price .price__badge,
  .price .price__availability{
    font-size: .78em;
    line-height: 1;
  }

  /* Le prix par pièce reste en dessous (pas en ligne avec les deux autres) */
  .price .unit-price,
  .price .price-item--unit{
    display: block;
    margin-top: .25rem;
  }
}

/* ===============================
   Supprimer filtres + tri de la page résultats recherche
   =============================== */
.template-search .facets-container,
.template-search .facets-vertical,
.template-search .facets-horizontal,
.template-search .facets-container,
.template-search .facets__wrapper,
.template-search .facets__form,
.template-search .facets__disclosure,
.template-search .facets__summary,
.template-search .facets__heading,
.template-search .product-count,
.template-search .product-count__text {
  display: none !important;
  visibility: hidden !important;
}





/* ====================================================
   Résultats de recherche — TITRE
   Montserrat 900 italic + dégradé bonbon animé
   ==================================================== */

/* Police Montserrat 900 Italic */
@font-face {
  font-family: 'Montserrat900i';
  src: url('https://fonts.gstatic.com/s/montserrat/v25/JTURjIg1_i6t8kCHKm459WxZxy4z0nU.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Ciblage du titre principal de la recherche */
.template-search h1,
.template-search .search__heading,
.template-search .page-title,
.template-search .title,
.template-search .section-header__title {
  font-family: 'Montserrat900i', system-ui, sans-serif !important;
  font-weight: 900 !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  text-align: center !important;
  line-height: 1.1 !important;
  letter-spacing: 1.2px !important;

  /* Dégradé BONBON animé */
  background-image: linear-gradient(
    90deg,
    #ff3ea4 0%,
    #33ccff 50%,
    #ff70c2 100%
  );
  background-size: 300% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

  animation: bonbonShift 5s ease-in-out infinite;
  font-size: clamp(28px, 5vw, 64px);
}

/* Animation dégradé qui défile */
@keyframes bonbonShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}







/* ---------- SEARCH: Effets carte produit ---------- */

/* 1) Tremblement discret au survol (image seule, desktop) */
@keyframes bb-shake {
  0%,100% { transform: translateZ(0) rotate(0deg); }
  25%     { transform: translate(-0.7px, 0.6px) rotate(-0.15deg); }
  50%     { transform: translate(0.7px, -0.6px) rotate(0.15deg); }
  75%     { transform: translate(-0.6px, 0.5px) rotate(-0.12deg); }
}

@media (hover:hover) and (pointer:fine){
  .template-search .product-card-wrapper .card .card__media{
    will-change: transform;
    transition: transform .12s ease;
  }
  .template-search .product-card-wrapper .card:hover .card__media{
    animation: bb-shake 220ms ease-in-out 1;
  }
}

/* 2) Ripple “bonbon” plein écran au clic (départ = centre carte) */
.ripple-bonbon {
  position: fixed;
  left: var(--x);
  top: var(--y);
  width: var(--d);
  height: var(--d);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;

  /* dégradé bonbon + léger flou / blend pour lueur “douce” */
  background: radial-gradient(circle at center,
              rgba(255, 62, 164, 0.45) 0%,
              rgba(51, 204, 255, 0.35) 45%,
              rgba(255, 62, 164, 0.20) 70%,
              rgba(255, 62, 164, 0.00) 85%);
  mix-blend-mode: screen;
  filter: blur(.6px);

  animation: ripple-expand 900ms ease-out forwards;
}

@keyframes ripple-expand {
  0%   { opacity: .75; transform: translate(-50%, -50%) scale(0);   }
  60%  { opacity: .35; transform: translate(-50%, -50%) scale(1.02);}
  100% { opacity: 0;   transform: translate(-50%, -50%) scale(1.08);}
}

/* Sécurité : pas de halo focus moche sur les cartes/btns dans la grille */
.template-search .product-card-wrapper .card:where(:focus,:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}



/* Titres Best Sellers & Collections — Dégradé Bonbon animé */
[id*="__text_bestsellers"] > :is(h1,h2,h3,.h1,.h2,.h3,div,span,strong,em),
[id*="__text_collections"] > :is(h1,h2,h3,.h1,.h2,.h3,div,span,strong,em) {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  display: inline-block;
  
  background: linear-gradient(90deg,#ff3ea4,#33ccff,#ff70c2);
  background-size: 300% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;

  animation: bonbonShift 6s ease-in-out infinite;
}

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




/* === TITRE PRODUIT — DÉGRADÉ GRIS CLAIR → NOIR AVEC EFFET DE VAGUE ANIMÉ === */

.product__title,
.product-single__title,
h1.product-title,
h1.product__title {
  font-weight: 800;
  font-size: clamp(28px, 3vw, 46px);
  text-transform: uppercase;
  text-align: left;
  line-height: 1.1;
  position: relative;
  display: inline-block;

  /* Dégradé dynamique */
  background: linear-gradient(
    270deg,
    #e5e5e5 0%,
rgb(40, 157, 241) 25%,
rgb(108, 175, 220) 50%,
    #1f1f1f 75%,
    #000000 100%
  );
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: waveGradient 8s ease-in-out infinite;
}

/* Animation fluide type "vague" */
@keyframes waveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Animation de reflet "wave" */
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/* Glow doux au survol */
.product__title:hover,
.product-single__title:hover {
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.25);
  transition: text-shadow 0.3s ease;
}





/* === CENTRAGE ET AGRANDISSEMENT DU PRIX + TAXES SUR PAGE PRODUIT === */
.product__price,
.product__price-wrapper,
.product__info-wrapper .price,
.product__info-container .price,
.product__tax,
.product__tax-included,
.price__tax {
  text-align: center !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Taille et style du prix */
.product__price,
.product__price-wrapper .price,
.product__info-wrapper .price {
  font-size: clamp(22px, 2.6vw, 38px) !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin-top: 8px !important;
}

/* Texte "taxes incluses" (version de base) */
.product__tax,
.product__tax-included,
.price__tax {
  font-size: 14px !important;
  font-weight: 500 !important;
  opacity: 0.85 !important;
  margin-top: 4px !important;
  color: #555 !important;
  text-align: center !important;
  font-family: 'Montserrat', sans-serif !important;
  font-style: italic !important;
  letter-spacing: 0.3px !important;
}

/* Amélioration mobile */
@media (max-width: 749px) {
  .product__price,
  .product__price-wrapper .price,
  .product__info-wrapper .price {
    font-size: 24px !important;
  }
  .product__tax,
  .product__tax-included,
  .price__tax {
    font-size: 13px !important;
  }
}











/* 🔹 Ajuste le logo sur mobile : le décale un peu vers la droite */
@media (max-width: 749px) {
  .header__heading-logo-wrapper {
    margin-left: 20px !important; /* augmente ou diminue selon ton besoin */
    justify-content: flex-start !important;
  }

  .header__heading {
    text-align: left !important;
  }
}


/* 🔹 Désactive le fond du header sticky sur mobile */
.section-header,
.shopify-section-header-sticky,
.scrolled-past-header {
  position: relative !important;
  top: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: auto !important;
}

/* 🔹 Empêche tout effet collant */
header,
.header-wrapper {
  position: relative !important;
  background: transparent !important;
  box-shadow: none !important;
}



/* === HEADER FULL BLANC (mobile + desktop) === */
.section-header,
.header-wrapper,
.header {
  position: relative !important;
  background: #ffffff !important; /* fond blanc pur */
  box-shadow: none !important; /* pas d'ombre */
  z-index: 99 !important;
}

/* Supprime les dégradés ou effets du thème */
.header-wrapper.gradient,
.header.gradient {
  background: #ffffff !important;
  background-image: none !important;
  --gradient-background: #ffffff !important;
  --color-background: #ffffff !important;
}

/* Corrige le fond du header sur mobile */
@media (max-width: 749px) {
  .section-header,
  .header-wrapper,
  .header {
    background: #ffffff !important;
    background-image: none !important;
  }
}













/* === Message d'erreur Connexion === */
.kv-login-error {
  color: #ff1e1e !important;       /* rouge vif */
  font-weight: 800 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
  text-align: center !important;
  margin: -20px 0 10px !important;
}





/* === STYLE BONBON — bouton "Envoyer" (réinitialisation) === */
#recover ~ div form:has(input[name="form_type"][value="recover_customer_password"]) :is(button, input[type="submit"]) {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  display: inline-block !important;
  width: 100% !important;
  max-width: 380px !important;
  margin: 20px auto 0 !important;
  padding: 14px 40px !important;
  border: none !important;
  border-radius: 40px !important;
  font: 700 16px/1.1 inherit !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background: linear-gradient(90deg,#8b5cf6 0%, #ec4899 100%) !important;
  box-shadow: 0 10px 24px rgba(236,72,153,.45) !important;
  cursor: pointer !important;
  transition: transform .2s ease, box-shadow .25s ease, background .25s ease !important;
  background-clip: padding-box !important;
  overflow: hidden !important;
}

/* glossy doux */
#recover ~ div form:has(input[name="form_type"][value="recover_customer_password"]) :is(button, input[type="submit"])::after {
  content: "" !important;
  position: absolute !important;
  top: 3px; left: 3px; right: 3px; height: 42%;
  border-radius: 40px;
  background: rgba(255,255,255,.25);
  pointer-events: none;
}

/* hover / active */
#recover ~ div form:has(input[name="form_type"][value="recover_customer_password"]) :is(button, input[type="submit"]):hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 28px rgba(139,92,246,.45) !important;
  background: linear-gradient(90deg,#a78bfa 0%, #f472b6 100%) !important;
}
#recover ~ div form:has(input[name="form_type"][value="recover_customer_password"]) :is(button, input[type="submit"]):active {
  transform: translateY(0) scale(.98) !important;
}

/* mobile */
@media (max-width: 600px){
  #recover ~ div form:has(input[name="form_type"][value="recover_customer_password"]) :is(button, input[type="submit"]) {
    max-width: 90% !important;
    font-size: 15px !important;
  }
}


/* === Correction du contour interne sur le bouton "Envoyer" === */

/* Supprime toute pseudo-bordure générée par le thème */
#recover ~ div form:has(input[name="form_type"][value="recover_customer_password"]) 
:is(button, input[type="submit"])::before,
#recover ~ div form:has(input[name="form_type"][value="recover_customer_password"]) 
:is(button, input[type="submit"])::after {
  content: none !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}

/* Supprime aussi le contour hérité via focus ou hover du thème */
#recover ~ div form:has(input[name="form_type"][value="recover_customer_password"]) 
:is(button, input[type="submit"]):focus,
#recover ~ div form:has(input[name="form_type"][value="recover_customer_password"]) 
:is(button, input[type="submit"]):focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: 0 10px 24px rgba(236,72,153,.45) !important;
}




/* === Ajuste la taille du titre "RÉINITIALISER SON MOT DE PASSE" === */
#recover {
  font-weight: 800 !important;
  text-align: center !important;
  line-height: 1.2 !important;
  letter-spacing: 0.5px !important;
  font-size: 34px !important; /* taille par défaut desktop */
}

/* 🔹 Sur mobile : réduit un peu la taille du texte */
@media (max-width: 600px) {
  #recover {
    font-size: 22px !important; /* taille plus douce sur mobile */
    line-height: 1.3 !important;
  }
}




/* === Supprime les cadres gris (focus/outline) autour des titres et boutons === */

/* Désactive les contours visuels auto sur focus / tap mobile */
#recover,
#login,
button,
a,
input,
textarea {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Empêche le flash gris iOS/Android après un tap */
* {
  -webkit-tap-highlight-color: transparent !important;
}

/* Supprime les surbrillances automatiques des titres à l’ancre (#login, #recover) */
:target {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}






/* === Connexion : message d'erreur + champs légèrement rapprochés === */

/* Message d'erreur rouge centré */
form[action*="/account/login"] .form__message,
form[action*="/account/login"] .errors,
form[action*="/account/login"] .form-message {
  color: #ef4444 !important;
  font-weight: 800 !important;
  text-align: center !important;
  font-size: 20px !important;
  margin-top: 25px !important; /* 🔼 un peu moins d'espace qu'avant */
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

/* Champs email / mot de passe : petit ajustement */
#customer_login .field {
  margin-top: 14px !important; /* 🔼 légèrement plus haut */
}

/* Mobile : plus compact mais toujours lisible */
@media (max-width: 600px) {
  form[action*="/account/login"] .form__message,
  form[action*="/account/login"] .errors,
  form[action*="/account/login"] .form-message {
    font-size: 16px !important;
    margin-top: 35px !important; /* 🔼 réduit aussi sur mobile */
  }

  #customer_login .field {
    margin-top: 12px !important;
  }
}



/* === Monte uniquement le bloc principal (email, mdp, mdp oublié, bouton, shop-login) === */
/* Sans toucher à "OU" ni "Créer un compte" */

#customer_login .field,
#customer_login a[href="#recover"],
#customer_login button:not([data-shop-login-button]),
#customer_login section.shop-login-custom {
  position: relative !important;
  top: -40px !important; /* 🔼 remonte tout le bloc principal */
}

/* Mobile : un peu plus haut */
@media (max-width: 600px) {
  #customer_login .field,
  #customer_login a[href="#recover"],
  #customer_login button:not([data-shop-login-button]),
  #customer_login section.shop-login-custom {
    top: -55px !important;
  }
}




/* === RESET : ne rien remonter sur desktop/tablette === */
#customer_login .field,
#customer_login a[href="#recover"],
#customer_login button:not([data-shop-login-button]),
#customer_login section.shop-login-custom {
  position: relative !important;
  top: 0 !important;           /* ⬅️ remet à plat sur les grands écrans */
}

/* === MOBILE SEULEMENT : remonter légèrement le bloc principal === */
@media (max-width: 600px){
  /* E-mail + MDP + lien oublié + bouton Connexion + bouton Shop */
  #customer_login .field,
  #customer_login a[href="#recover"],
  #customer_login button:not([data-shop-login-button]),
  #customer_login section.shop-login-custom {
    top: -24px !important;     /* 🔼 ajustement doux (évite d'entrer dans "CRÉER UN COMPTE") */
  }

  /* Petit coussin sous "CRÉER UN COMPTE" pour que l'étiquette E-mail n’empiète pas */
  #customer_login .field:first-of-type {
    margin-top: 6px !important;
  }
}

/* (option) très petits écrans : si tu veux encore un poil plus haut, décommente ci-dessous */
/*
@media (max-width: 380px){
  #customer_login .field,
  #customer_login a[href="#recover"],
  #customer_login button:not([data-shop-login-button]),
  #customer_login section.shop-login-custom {
    top: -30px !important;
  }
}
*/



/* 🌈 Icône du menu mobile (3 barres) en dégradé bonbon animé */
.header__icon--menu svg path,
button.header__icon--menu svg path,
.header__menu-toggle svg path,
button.menu-toggle svg path {
  stroke: url(#bonbonGradient) !important;
  stroke-width: 2.2;
}

/* Dégradé animé directement sur les barres */
svg defs {
  pointer-events: none;
}

svg#bonbon-gradient-defs {
  position: absolute;
  width: 0;
  height: 0;
}

@keyframes bonbonMove {
  0% { stop-color: #ff7ee6; }
  50% { stop-color: #a16eff; }
  100% { stop-color: #6a85ff; }
}





/* ===========================
   ParcelPanel – Patch Candy
   =========================== */

/* 0) Portée + variables */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

[id^="pp-tracking-page-app"]{
  --c1:#ff58c8;  /* rose vif */
  --c2:#8a5cf6;  /* violet */
  --c3:#5fd0ff;  /* cyan */
  --radius:16px;
  --heading:'Montserrat',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

/* 1) Police + graisse partout dans le widget */
[id^="pp-tracking-page-app"] *{
  font-family:var(--heading) !important;
  font-weight:900 !important;
  font-style:normal !important;
}

/* 2) Titre principal en MAJ + dégradé bonbon centré */
[id^="pp-tracking-page-app"] h1{
  margin: 10px 0 16px;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.04em;
  background:linear-gradient(90deg,var(--c1),var(--c2),var(--c3));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

/* 3) En-têtes de colonnes “Numéro de commande / Numéro de suivi”
      (on couvre large, les classes peuvent varier selon la version de l’app) */
[id^="pp-tracking-page-app"] .pp_tracking_form_tab .pp_form_tab_title,
[id^="pp-tracking-page-app"] .pp_tracking_form_in .pp_form_title,
[id^="pp-tracking-page-app"] .pp_tracking_form h2,
[id^="pp-tracking-page-app"] .pp_tracking_form legend{
  text-transform:uppercase;
  color:#fff !important;
  padding:12px 16px;
  border-radius:12px;
  background:linear-gradient(90deg,var(--c1),var(--c2),var(--c3));
}

/* 4) Champs : “cadres bonbon” (bordure dégradée) + fond blanc clean */
[id^="pp-tracking-page-app"] input,
[id^="pp-tracking-page-app"] textarea,
[id^="pp-tracking-page-app"] select{
  border:0 !important;
  outline:0 !important;
  border-radius:var(--radius) !important;
  padding:16px 18px !important;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(135deg,var(--c1),var(--c2),var(--c3)) border-box !important;
  border:3px solid transparent !important;
  box-shadow:0 10px 24px rgba(138,92,246,.12) !important;
}

/* 5) Bouton “Suivre” : pas de cadre gris, bouton bonbon */
[id^="pp-tracking-page-app"] button,
[id^="pp-tracking-page-app"] .pp_button,
[id^="pp-tracking-page-app"] input[type="submit"]{
  appearance:none;
  border:0 !important;
  outline:0 !important;
  border-radius:999px !important;
  padding:16px 24px !important;
  color:#fff !important;
  text-transform:uppercase;
  letter-spacing:.04em;
  background:linear-gradient(90deg,var(--c1),var(--c2),var(--c3)) !important;
  box-shadow:0 10px 24px rgba(138,92,246,.28) !important;
  transition:transform .15s ease, box-shadow .15s ease;
}
[id^="pp-tracking-page-app"] button:hover,
[id^="pp-tracking-page-app"] .pp_button:hover,
[id^="pp-tracking-page-app"] input[type="submit"]:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(138,92,246,.36) !important;
}

/* 6) Conteneur : on enlève tout contour gris/encadrement par défaut */
[id^="pp-tracking-page-app"] .pp_tracking_content{
  border:0 !important;
  box-shadow:none !important;
  background:#fff !important;
}

/* 7) Mobile : taille confortable + pas de zoom forcé */
@media (max-width: 749px){
  [id^="pp-tracking-page-app"] h1{
    font-size: clamp(20px, 6vw, 32px) !important;
  }
  [id^="pp-tracking-page-app"] input,
  [id^="pp-tracking-page-app"] textarea,
  [id^="pp-tracking-page-app"] select{
    font-size:16px !important; /* évite le zoom iOS */
  }
}





/* ========== PATCH ULTRA-AGRESSIF : retirer toute bordure/ombre du bouton "Suivre" ParcelPanel ========== */
/* On cible TOUT ce qui entoure le bouton dans le conteneur de l'app */
[id^="pp-tracking-page-app"] .pp_btn_wrap,
[id^="pp-tracking-page-app"] .pp_btn_wrap *,
[id^="pp-tracking-page-app"] .pp_button,
[id^="pp-tracking-page-app"] .pp_button *,
[id^="pp-tracking-page-app"] .pp-btn,
[id^="pp-tracking-page-app"] .pp-btn *,
[id^="pp-tracking-page-app"] .pp_form_action,
[id^="pp-tracking-page-app"] .pp_form_action *,
[id^="pp-tracking-page-app"] .pp_tracking_form_action,
[id^="pp-tracking-page-app"] .pp_tracking_form_action *,
[id^="pp-tracking-page-app"] [class*="btn"],
[id^="pp-tracking-page-app"] [class*="btn"] *,
[id^="pp-tracking-page-app"] [class*="button"],
[id^="pp-tracking-page-app"] [class*="button"] *,
[id^="pp-tracking-page-app"] button,
[id^="pp-tracking-page-app"] button * {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-clip: padding-box !important; /* évite les liserés intérieurs */
}

/* Pseudo-éléments qui dessinent souvent le “liseré” autour du bouton */
[id^="pp-tracking-page-app"] .pp_btn_wrap::before,
[id^="pp-tracking-page-app"] .pp_btn_wrap::after,
[id^="pp-tracking-page-app"] .pp_button::before,
[id^="pp-tracking-page-app"] .pp_button::after,
[id^="pp-tracking-page-app"] .pp-btn::before,
[id^="pp-tracking-page-app"] .pp-btn::after,
[id^="pp-tracking-page-app"] [class*="btn"]::before,
[id^="pp-tracking-page-app"] [class*="btn"]::after,
[id^="pp-tracking-page-app"] [class*="button"]::before,
[id^="pp-tracking-page-app"] [class*="button"]::after {
  content: none !important;
  display: none !important;
}

/* États focus/hover/active (navigateur ou app) */
[id^="pp-tracking-page-app"] button:focus,
[id^="pp-tracking-page-app"] button:hover,
[id^="pp-tracking-page-app"] button:active,
[id^="pp-tracking-page-app"] .pp_button:focus,
[id^="pp-tracking-page-app"] .pp_button:hover,
[id^="pp-tracking-page-app"] .pp_button:active,
[id^="pp-tracking-page-app"] [class*="btn"]:focus,
[id^="pp-tracking-page-app"] [class*="btn"]:hover,
[id^="pp-tracking-page-app"] [class*="btn"]:active {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Correctifs navigateurs */
[id^="pp-tracking-page-app"] button,
[id^="pp-tracking-page-app"] input[type="submit"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  outline-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
}
[id^="pp-tracking-page-app"] button::-moz-focus-inner,
[id^="pp-tracking-page-app"] input[type="submit"]::-moz-focus-inner {
  border: 0 !important;
}










/* Désactive le scroll quand le menu est ouvert */
.no-scroll { overflow: hidden; }

/* Ton drawer en plein écran (exemple) */
.candy-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff; /* ou dégradé si tu veux */
  display: none;
}
.candy-drawer[data-open="true"] { display: block; }

/* Overlay (si tu en utilises un) */
.candy-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0,0,0,.25);
}

/* Fond global bien blanc + pas d'overflow horizontal parasite */
html, body { background:#fff !important; }
body { overflow-x: clip; }

/* Enlève les box-shadows courants du header Dawn */
.header-wrapper,
.shopify-section-header-sticky .header-wrapper,
.header,
.shopify-section-header-sticky {
  box-shadow: none !important;
}

/* Certains thèmes ajoutent un trait/ombre via une classe utilitaire : */
.header-wrapper--border-bottom,
.header--border {
  box-shadow: none !important;
  border: 0 !important;
}

/* Overlays de drawer/menu (si un overlay sombre reste présent par défaut) */
.drawer__overlay,
.menu-drawer__overlay,
#menu-drawer + .overlay,
details[open] > .overlay,
.modal-overlay {
  background: transparent !important;
}

/* Retire d'éventuels ombres "globales" via pseudo-éléments */
.content-for-layout::before,
.content-for-layout::after,
.page-width::before,
.page-width::after {
  box-shadow: none !important;
  background: transparent !important;
}



/* ===== Candy Burger (compatible Dawn) ===== */

/* Reset du bouton thème */
.header__icon--menu.header__icon,
.header__icon--summary {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

/* Le cercle dégradé + centrage parfait */
.header__icon--menu.header__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  cursor: pointer;
  outline: none;
}

/* halo dégradé */
.header__icon--menu.header__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg,#ff58c8,#8a5cf6,#5fd0ff);
  box-shadow: 0 8px 20px rgba(138,92,246,.35);
}

/* icônes (blanches, au-dessus du halo) */
.header__icon--menu.header__icon > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}
.header__icon--menu.header__icon svg {
  width: 22px;
  height: 22px;
}

/* Force le blanc sur les SVG du thème */
.header__icon--menu.header__icon svg,
.header__icon--menu.header__icon svg * {
  fill: #fff !important;
  stroke: #fff !important;
}

/* Par défaut : afficher le hamburger, cacher le close */
.header__icon--menu .icon-hamburger { display: block; }
.header__icon--menu .icon-close { display: none; }

/* Quand le menu est ouvert : afficher le close, cacher le hamburger.
   Deux possibilités : aria-expanded="true" sur le summary
   OU le <details> parent est [open]. On couvre les deux. */
.header__icon--menu[aria-expanded="true"] .icon-hamburger { display: none; }
.header__icon--menu[aria-expanded="true"] .icon-close { display: block; }

details[open] .header__icon--menu .icon-hamburger { display: none; }
details[open] .header__icon--menu .icon-close { display: block; }

/* Accessibilité focus */
.header__icon--menu:focus-visible {
  box-shadow: 0 0 0 3px rgba(138,92,246,.35) !important;
}

/* Si tu vois une ombre noire sous le header, supprime-la */
.header, .header-wrapper, .shopify-section-header-sticky,
.header-wrapper--border-bottom {
  box-shadow: none !important;
}


/* ==== FIX : garder le bouton burger à 46x46 et clipper le halo ==== */
summary.header__icon,
.header__icon--menu.header__icon {
  display: inline-grid !important;          /* jamais block */
  place-items: center !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  max-width: 46px !important;
  max-height: 46px !important;
  overflow: hidden !important;              /* coupe tout débordement */
  position: relative !important;            /* contexte pour ::before */
  line-height: 0 !important;                /* évite tout étirement */
}

/* Halo dégradé borné au bouton */
.header__icon--menu.header__icon::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;     /* 100% du bouton, pas plus */
  border-radius: 999px;
  background: linear-gradient(135deg,#ff58c8,#8a5cf6,#5fd0ff);
  box-shadow: 0 8px 20px rgba(138,92,246,.35);
}

/* Taille fixe des SVG + pas d’étirement */
.header__icon--menu.header__icon > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}
.header__icon--menu.header__icon svg {
  width: 22px !important;
  height: 22px !important;
  flex: none !important;
}

/* Force le blanc des traits remplis */
.header__icon--menu.header__icon svg,
.header__icon--menu.header__icon svg * {
  fill: #fff !important;
  stroke: #fff !important;
}

/* Toggling hamburger / close (inchangé) */
.header__icon--menu .icon-hamburger { display: block; }
.header__icon--menu .icon-close     { display: none;  }
.header__icon--menu[aria-expanded="true"] .icon-hamburger,
details[open] .header__icon--menu .icon-hamburger { display: none; }
.header__icon--menu[aria-expanded="true"] .icon-close,
details[open] .header__icon--menu .icon-close     { display: block; }

/* Supprime toute ombre parasite sous le header */
.header, .header-wrapper, .shopify-section-header-sticky,
.header-wrapper--border-bottom {
  box-shadow: none !important;
}









/* =========================================================
   🌈 CANDY & DRINKS FOOTER STYLE (C45AEC FIXED LINE)
   ========================================================= */

footer,
.footer {
  background: linear-gradient(180deg, #C45AEC 0%, #b066ff 25%, #ff77cc 65%, #66e0ff 100%);
  color: #fff;
  text-align: center;
  padding: 60px 25px;
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
  border: none; /* supprime toute bordure */
  margin-top: -2px; /* colle parfaitement à la vague */
  background-clip: padding-box;
  z-index: 1;
}

/* ✨ Light rotation animation */
footer::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.25), transparent 70%);
  animation: candyShine 10s linear infinite;
  opacity: 0.35;
  z-index: 0;
}

@keyframes candyShine {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 💖 Footer links */
footer a,
.footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

footer a:hover,
.footer a:hover {
  color: #ffe3fb;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}

/* 🍬 Social icons */
.footer-social {
  margin-top: 15px;
  position: relative;
  z-index: 2;
}

.footer-social a {
  display: inline-block;
  margin: 0 10px;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.footer-social a:hover {
  transform: scale(1.2) rotate(5deg);
}

/* 🫧 Bottom text */
.footer-bottom {
  margin-top: 30px;
  font-size: 14px;
  opacity: 0.9;
  position: relative;
  z-index: 2;
}

/* 💫 Fade-in animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

footer,
.footer {
  animation: fadeInUp 1.2s ease forwards;
}

/* 📱 Responsive design */
@media screen and (max-width: 750px) {
  footer,
  .footer {
    padding: 40px 15px;
  }
  .footer-social a {
    margin: 0 6px;
    font-size: 20px;
  }
}

/* =========================================================
   ✅ END CANDY & DRINKS FOOTER STYLE 
   ========================================================= */












   /* =========================================================
   🌈 CANDY & DRINKS FOOTER STYLE – TEXT FIX (WHITE + MONTSERRAT 900)
   ========================================================= */

footer,
.footer {
  background: linear-gradient(180deg, #C45AEC 0%, #b066ff 25%, #ff77cc 65%, #66e0ff 100%);
  color: #fff;
  text-align: center;
  padding: 60px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  overflow: hidden;
  border: none;
  margin-top: -2px;
  background-clip: padding-box;
  z-index: 1;
}

/* ✨ Animation lumière */
footer::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.25), transparent 70%);
  animation: candyShine 10s linear infinite;
  opacity: 0.35;
  z-index: 0;
}

@keyframes candyShine {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 💖 Liens footer */
footer a,
.footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-style: normal;
  transition: all 0.3s ease;
}

footer a:hover,
.footer a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
}

/* 🍬 Réseaux */
.footer-social {
  margin-top: 15px;
  position: relative;
  z-index: 2;
}

.footer-social a {
  display: inline-block;
  margin: 0 10px;
  font-size: 22px;
  transition: transform 0.3s ease;
  color: #fff;
}

.footer-social a:hover {
  transform: scale(1.2) rotate(5deg);
}

/* 🫧 Texte bas de page */
.footer-bottom,
.footer-bottom p,
.footer__copyright,
.footer__content-bottom {
  margin-top: 30px;
  font-size: 14px;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
  opacity: 1;
  text-transform: none;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
}

/* 💫 Animation d’apparition */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(25px); }
  100% { opacity: 1; transform: translateY(0); }
}

footer,
.footer {
  animation: fadeInUp 1.2s ease forwards;
}

/* 📱 Responsive */
@media screen and (max-width: 750px) {
  footer,
  .footer {
    padding: 40px 15px;
  }
  .footer-social a {
    margin: 0 6px;
    font-size: 20px;
  }
}

/* =========================================================
   ✅ END CANDY & DRINKS FOOTER STYLE
   ========================================================= */









   /* =========================================================
   🌈 CANDY & DRINKS – FOOTER FONT STYLE ONLY
   ========================================================= */

footer,
.footer,
footer p,
.footer p,
footer a,
.footer a,
.footer-bottom,
.footer-bottom p,
.footer__copyright,
.footer__content-bottom,
.footer-policies,
.footer-policies a {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 900 !important;
  font-style: normal !important;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-align: center;
  opacity: 1;
}



/* ====== FIX FINAL CANDY&DRINKS : vague collée sans affecter le reste ====== */

/* Sélecteur restreint UNIQUEMENT à la vraie section wave */
.section[class*="wave-"], 
div[class*="wave-"], 
.section-wave, 
.candy-wave, 
.ss-wave-2 {
  margin-bottom: -4px !important;
  display: block !important;
  overflow: hidden !important;
  position: relative;
}

/* Bouchon couleur violet Candy&Drinks */
.section[class*="wave-"]::after, 
div[class*="wave-"]::after, 
.candy-wave::after, 
.ss-wave-2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 6px;
  background: linear-gradient(180deg, #C45AEC 0%, #C45AEC 100%);
  pointer-events: none;
  z-index: 5;
}

/* Fix spécifique iOS */
@supports (-webkit-touch-callout: none) {
  .section[class*="wave-"] svg,
  div[class*="wave-"] svg,
  .candy-wave svg,
  .ss-wave-2 svg {
    transform: translateY(1px);
  }
  .section[class*="wave-"]::after,
  div[class*="wave-"]::after,
  .candy-wave::after,
  .ss-wave-2::after {
    bottom: -3px;
  }
}









<style>
/* ================================
   POLICE MONTSERRAT – FILTRES / TRI / COMPTEUR
   Touche TOUT ce que tu as montré en capture
   ================================ */

/* Formulaire de filtres complet */
.facets__form,
.facets__form * {
  font-family: "Montserrat", sans-serif !important;
}

/* Titre "Filtre :" */
#FacetFiltersForm .facets__heading,
#FacetFiltersForm .facets__heading.caption-large.text-body {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
}

/* En-têtes de chaque bloc : Disponibilité, Prix, etc. */
#FacetFiltersForm .facets__summary,
#FacetFiltersForm .facets__summary-label,
#FacetFiltersForm .facets__disclosure-label {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
}

/* Texte à l’intérieur des checkbox (Disponible, En stock, etc.) */
#FacetFiltersForm .facet-checkbox__text,
#FacetFiltersForm .facet-checkbox__text * {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
}

/* Bloc de prix <price-range class="facets__price">… */
#FacetFiltersForm .facets__price,
#FacetFiltersForm .facets__price * {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
}

/* Compteur "42 produits" */
.product-count__text,
#ProductCountDesktop {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
}

/* Zone de tri "Trier par" + select + options */
.facet-filters__sort,
.facet-filters__sort *,
.sorting,
.sorting *,
.sorting .select__select,
.sorting .select__button,
.sorting .select__select option {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
}
</style>















/* ============================================================
   THEME BONBON — MOBILE V5 (VERSION DÉFINITIVE)
   Ciblage basé sur tes captures
   Mobile < 990px
   ============================================================ */

/* Animation d'entrée du tiroir (drawer) */
@keyframes cd-mobile-facets-in{
  from{opacity:0;transform:translateY(10px);}
  to{opacity:1;transform:translateY(0);}
}

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

  /* ---------------------------------------------------------
     1. BOUTON "FILTRER"
     --------------------------------------------------------- */
  html body .mobile-facets__open .button,
  html body .mobile-facets__open > summary,
  html body button.mobile-facets__open {
    background: linear-gradient(135deg, #78DFF2, #A387F7, #FF6DCA) !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 8px 20px !important;
    color: #ffffff !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    box-shadow: 0 6px 15px rgba(163, 135, 247, 0.3) !important;
    min-height: 40px !important;
    opacity: 1 !important;
  }

  html body .mobile-facets__open svg,
  html body .mobile-facets__open .icon {
    fill: #ffffff !important;
    color: #ffffff !important;
  }

  /* ---------------------------------------------------------
     2. TRI "TRIER PAR"
     --------------------------------------------------------- */

  html body .mobile-facets__sort .select,
  html body .facet-filters__sort .select {
    position: relative !important;
    display: inline-flex;
    align-items: center;
  }

  html body .facet-filters__sort label{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
  }

  html body .mobile-facets__sort .select__select,
  html body .facet-filters__sort .select__select {
    border: 1px solid #A387F7 !important;
    border-radius: 999px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    background: #ffffff !important;
    height: 40px !important;
    line-height: 1.2 !important;
    padding-left: 15px !important;
    padding-right: 42px !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
  }

  html body .mobile-facets__sort .select__select option,
  html body .facet-filters__sort .select__select option{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
  }

  html body .mobile-facets__sort .select svg.icon-caret,
  html body .facet-filters__sort .select svg.icon-caret{
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 14px;
    height: 14px;
    color: #A387F7 !important;
    fill:  #A387F7 !important;
    pointer-events: none !important;
  }

  /* ---------------------------------------------------------
     3. INTÉRIEUR DU TIROIR
     --------------------------------------------------------- */

  html body .mobile-facets__inner,
  html body .menu-drawer__inner-container {
    background: radial-gradient(circle at top left, #FFE4FA 0%, #FFFFFF 40%, #E5E4FF 100%) !important;
    border-radius: 20px 20px 0 0 !important;
    animation: cd-mobile-facets-in .25s ease-out !important; 
  }

  html body #FacetFiltersForm *,
  html body .mobile-facets__content * {
    font-family: "Montserrat", sans-serif !important;
  }
  
  html body .mobile-facets__heading {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
    background: linear-gradient(135deg, #78DFF2, #A387F7, #FF6DCA) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
  }
  
  html body .mobile-facets__close-button svg {
    color: #A387F7 !important;
    fill: #A387F7 !important;
  }

  html body span.facets__summary-label,
  html body .mobile-facets__summary-label {
    font-weight: 800 !important;
    font-size: 14px !important;
    color: #333 !important;
    text-transform: uppercase !important;
  }

  html body details[open] > summary .facets__summary-label::after,
  html body details[open] > summary .mobile-facets__summary-label::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #78DFF2, #A387F7, #FF6DCA) !important;
    margin-top: 5px;
    border-radius: 999px;
  }

  /* ---------------------------------------------------------
     4. CHECKBOXES
     --------------------------------------------------------- */
  html body span.facet-checkbox__text,
  html body .mobile-facets__item label {
    font-weight: 600 !important;
    font-size: 13px !important;
  }

  html body .mobile-facets__item input[type="checkbox"]:checked + .facet-checkbox__text::before,
  html body .mobile-facets__item input[type="checkbox"]:checked + svg + .facet-checkbox__text::before,
  html body #FacetFiltersForm input[type="checkbox"]:checked + .facet-checkbox__text::before {
    content: "" !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    margin-right: 8px !important;
    background: linear-gradient(135deg, #78DFF2, #A387F7, #FF6DCA) !important;
    border: none !important;
    box-shadow: 0 0 5px rgba(163, 135, 247, 0.5) !important;
  }

  html body .mobile-facets__item input[type="checkbox"]:checked + svg,
  html body .mobile-facets__item input[type="checkbox"]:checked + .icon-checkmark {
    display: none !important;
  }
  
  html body price-range.facets__price input {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    border: 1px solid #ccc !important;
    transition: border-color .16s ease, box-shadow .16s ease !important;
  }
  html body price-range.facets__price input:focus {
    border-color: #A387F7 !important;
    box-shadow: 0 0 0 1px rgba(163, 135, 247, .45) !important;
  }

  /* ---------------------------------------------------------
     5. FOOTER : APPLIQUER / TOUT SUPPRIMER
     --------------------------------------------------------- */
  
  html body .mobile-facets__footer {
    border-top: 1px solid rgba(163, 135, 247, 0.2) !important;
    border: none !important; 
    box-shadow: none !important; 
    outline: none !important;
  }

  .mobile-facets__footer .button--primary,
  .mobile-facets__footer button.button--primary,
  .mobile-facets__footer button[type="submit"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 22px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #78DFF2, #A387F7, #FF6DCA) !important;
    color: #ffffff !important;
    
    font-family: "Montserrat", sans-serif !important;
    font-weight: 800 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    
    border: none !important;
    outline: none !important;
    box-shadow: 0 6px 15px rgba(163,135,247,.35) !important;
    overflow: hidden;

    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }

  .mobile-facets__footer .button--primary::before,
  .mobile-facets__footer .button--primary::after,
  .mobile-facets__footer button.button--primary::before,
  .mobile-facets__footer button.button--primary::after,
  .mobile-facets__footer button[type="submit"]::before,
  .mobile-facets__footer button[type="submit"]::after{
    content: none !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
  }

  .mobile-facets__footer .button--primary:hover,
  .mobile-facets__footer .button--primary:focus,
  .mobile-facets__footer .button--primary:focus-visible,
  .mobile-facets__footer .button--primary:active,
  .mobile-facets__footer button.button--primary:hover,
  .mobile-facets__footer button.button--primary:focus,
  .mobile-facets__footer button.button--primary:focus-visible,
  .mobile-facets__footer button.button--primary:active,
  .mobile-facets__footer button[type="submit"]:hover,
  .mobile-facets__footer button[type="submit"]:focus,
  .mobile-facets__footer button[type="submit"]:focus-visible,
  .mobile-facets__footer button[type="submit"]:active{
    border: none !important;
    outline: none !important;
    box-shadow: 0 4px 10px rgba(163,135,247,.4) !important;
    background: linear-gradient(135deg,#78DFF2,#A387F7,#FF6DCA) !important;
    color:#ffffff !important;
  }

  /* TOUT SUPPRIMER — SANS SOULIGNÉ */
  html body .mobile-facets__footer .mobile-facets__clear-all,
  html body .mobile-facets__footer .mobile-facets__clear-all.underlined-link,
  html body .mobile-facets__footer .mobile-facets__clear-all:link,
  html body .mobile-facets__footer .mobile-facets__clear-all:visited,
  html body .mobile-facets__footer .mobile-facets__clear-all:hover,
  html body .mobile-facets__footer .mobile-facets__clear-all:focus,
  html body .mobile-facets__footer .mobile-facets__clear-all:active {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    color: #A387F7 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    background: transparent !important;
  }

  /* Compteur produits */
  html body .product-count__text,
  html body #ProductCountDesktop {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    color: #333 !important;
  }
}






/* ============================================================
   THEME BONBON — FORCE MONTSERRAT 700 SUR TOUT LE MOBILE
   ============================================================ */

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

  /* Police globale 700 sur tout le drawer & les filtres */
  html body .mobile-facets__content *,
  html body #FacetFiltersForm *,
  html body .mobile-facets__inner *,
  html body .mobile-facets__sort *,
  html body .facet-filters__sort *,
  html body .mobile-facets__open *,
  html body .facets-container *,
  html body .facet-checkbox__text,
  html body .facets__summary-label,
  html body .mobile-facets__summary-label,
  html body .facet-filters__sort label,
  html body .mobile-facets__heading,
  html body .product-count__text,
  html body #ProductCountDesktop{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
  }

  /* Options du select (Trier par) en 700 aussi */
  html body .facet-filters__sort .select__select option,
  html body .mobile-facets__sort .select__select option{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
  }

  /* Champs min/max (prix) en Montserrat 700 */
  html body price-range.facets__price input{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
  }
}

/* Centrer images et supprimer le contour gris dans les descriptions */
.product__description img,
.rte img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  height: auto !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
}