/** Shopify CDN: Minification failed

Line 4840:0 Unexpected "="

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
}

.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);
}
.transition-body {
  position: relative;
}

.transition-body::after {
  content: '';
  display: block;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: url(cross.svg),url(cross.png),zoom-out;
  pointer-events: none;
  transition: opacity var(--duration-long) ease;
  background-color: #212326;
}

/* base */

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

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

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

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

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

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

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: var(--font-heading-spacing);
  line-height: var(--font-heading-height);
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --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(var(--button-height) + var(--buttons-border-width) * 2);
}

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

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

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

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

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

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

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

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

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

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

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: var(--button-text-size);
  font-weight: var(--button-text-weight);
  text-transform: var(--button-style);
  letter-spacing:var(--button-text-space);
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

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

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

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.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 {
  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-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: var(--button-height);
  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 .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 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) + 1.5rem);
  /*top: calc(1rem + var(--button-height) / 10 + var(--inputs-border-width));*/
  top: 50%;
  transform: translate(0%, -50%);
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

.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-size: 1.6rem;
  font-weight: 500;
  opacity: 1;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

.quantity__button svg {
  width: 1.5rem;
  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 .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 2.3rem;
  left: 2.9rem;
  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::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);
}

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 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;
  text-transform: uppercase;
  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 {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    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;
  }

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

/* Popup */
.popup-scroll-hidden {
  overflow: hidden;
  width: 100%;
}

.popup-animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  overflow: hidden !important;
}

@keyframes popupOpenFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popupExitFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes popupOpenSlide {
  from {
    transform: translate3d(0, 100vh, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes popupExitSlide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100vh, 0);
  }
}
@keyframes popupOpenZoom {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popupExitZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes popupOpenSlideFade {
  from {
    opacity: 0;
    transform: translate3d(0, 4rem, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes popupExitSlideFade {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 4rem, 0);
  }
}
.popupOpenFade {
  animation-name: popupOpenFade;
}

.popupExitFade {
  animation-name: popupExitFade;
}

.popupOpenSlide {
  animation-name: popupOpenSlide;
}

.popupExitSlide {
  animation-name: popupExitSlide;
}

.popupOpenZoom {
  animation-name: popupOpenZoom;
}

.popupExitZoom {
  animation-name: popupExitZoom;
}

.popupOpenSlideFade {
  animation-name: popupOpenSlideFade;
}

.popupExitSlideFade {
  animation-name: popupExitSlideFade;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999999;
  max-width: calc(100vw - 4rem);
  max-height: calc(100vh - 4rem);
  -webkit-backface-visibility: hidden;
}
.popup--top {
  top: 30px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--top-left {
  top: 30px;
  left: 30px;
}
.popup--top-right {
  top: 30px;
  right: 30px;
}
.popup--bottom {
  bottom: 30px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--bottom-left {
  left: 30px;
  bottom: 30px;
}
.popup--bottom-right {
  right: 30px;
  bottom: 30px;
}
.popup--left {
  top: 50%;
  left: 30px;
  transform: translate3d(0, -50%, 0);
}
.popup--right {
  top: 50%;
  right: 30px;
  transform: translate3d(0, -50%, 0);
}
.popup--center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@media (max-width:750px) {
  .popup--top {
  top: 15px;
}
.popup--top-left {
  top: 15px;
  left: 15px;
}
.popup--top-right {
  top: 15px;
  right: 15px;
}
.popup--bottom {
  bottom: 15px;
}
.popup--bottom-left {
  left: 15px;
  bottom: 15px;
}
.popup--bottom-right {
  right: 15px;
  bottom: 12px;
}
.popup--left {
  left: 15px;
}
.popup--right {
  right: 15px;
}
}

.popup-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.075);
}
.popup-wrap::-webkit-scrollbar {
  width: 1rem;
}
.popup-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.popup-wrap::-webkit-scrollbar-thumb {
  background: rgb(var(--color-accent));
}
.popup-container {
  width: 100%;
  background: #fff;
  border-radius: var(--popup-corner-radius);
  overflow: hidden;
}
.popup-outer {
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup-text {
  color: rgb(var(--color-foreground-secondary));
}
.popup-text a {
  text-decoration: underline;
  transition: color var(--duration-default);
}
.popup-text p {
  margin: 0;
}
.popup .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  padding: 1px 6px 2rem 2rem;
}
.popup-open {
  display: flex;
}
@media (max-width: 750px) {
  .popup-open[data-mobile-disable=true] {
    display: none;
  }
}
.popup-open + .popup-overlay {
  display: block;
}
.popup-overlay {
  background-color: rgba(var(--color-overlay), 0.4);
  backdrop-filter: blur(4px);
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
}
.popup-overlay .popup-wrap {
  box-shadow: none;
}
.popup-thumbnail img {
  width: 100%;
}
.popup .field .field__input {
  background-color: rgb(var(--color-base-background-input));
  border-color: rgb(var(--color-base-border-input));
}
.popup .field .field__input:hover {
  border-color: rgb(var(--color-hover-border-input));
}
.popup-trigger {
  cursor: pointer;
}

@media (max-width: 750px) {
  .popup-main {
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 30px);
  }
}
.popup-main .popup-heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  max-width: 40rem;
  margin-top: 0.8rem;
  font-size: 3rem;
  line-height: 1.2;
}
.popup-main .popup-heading:first-child {
  margin-top: 0;
}
.popup-main .popup-text {
    margin-bottom: 3.2rem;
  }
.popup-main .popup-text:first-child {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 750px) {
  .popup-main .popup-text {
    margin-bottom: 3.2rem;
  }
}
.popup-main .popup-text a:hover {
  opacity: 0.8;
}
@media (min-width: 576px) {
  .popup-main .popup-outer {
    flex-direction: row;
  }
}
.popup-main .popup-thumbnail {
  flex: 1 0 30%;
  display: flex;
}
.popup-main .popup-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .popup-content {
  padding: 40px;
  flex: 1 0 60%;
  order: 2;
}
@media screen and (min-width: 750px) {
  .popup-main .popup-content {
    padding: 40px 50px;
  }
}
.popup-main .popup-content:first-child:last-child {
  flex: 1 0 100%;
}
@media (min-width: 576px) {
  .popup-main-image--right .popup-outer {
    flex-direction: row-reverse;
  }
}
.popup-main-image--top .popup-outer {
  flex-direction: column;
}
.popup-main-image--top .popup-thumbnail {
  position: relative;
  padding-bottom: 55%;
}
.popup-main-image--top .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main-image--bottom .popup-outer {
  flex-direction: column-reverse;
}
.popup-main-image--bottom .popup-thumbnail {
  position: relative;
  padding-bottom: 55%;
}
.popup-main-image--bottom .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .newsletter-form-2.field,
.popup-main .newsletter-form-2.button {
  min-height: 6rem;
}
.popup-main .newsletter-form-2.button {
  padding: 0 3.95rem;
}
.popup-main .newsletter-form__inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 750px) {
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) {
    flex-direction: row;
  }
}
.popup-main .newsletter-form__inner .newsletter-form__field-wrapper-2{
  width: 100%;
}
.popup-main .newsletter-form__inner .newsletter-form__field-wrapper-2label::after {
  display: none !important;
}
.popup-main .list-social {
  margin-left: -1.2rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.popup-main .list-social:nth-child(2) {
  margin-top: 0;
}
.popup-main .list-social:last-child {
  margin-bottom: 0;
}

.notification-banner .popup-outer {
  padding: 20px 30px;
}
.notification-banner .popup-close {
  opacity: 0.5;
}
.notification-banner .popup-heading {
  margin: 0;
  font-family: var(--font-popups-heading-family);
  font-style: var(--font-popups-heading-style);
  font-weight: var(--font-popups-heading-weight);
  font-size: 2rem;
}
@media only screen and (min-width: 750px) {
  .notification-banner .popup-heading {
    font-size: var(--font-notification-heading-size);
  }
}
.notification-banner .popup-heading + .popup-text {
  margin-top: 0.8rem;
}
.notification-banner .popup-text {
  padding-right: 1rem;
  font-family: var(--font-popups-text-family);
  font-style: var(--font-popups-text-style);
  font-weight: var(--font-popups-text-weight);
  font-size: var(--font-notification-text-size);
}
.notification-banner .popup-text a:hover {
  opacity: 0.8;
}
.notification-banner .popup-button {
  width: 100%;
  margin-top: 1.6rem;
}
.notification-banner--box .popup-close {
  top: 12px;
  right: 10px;
}
.notification-banner--box .popup-wraper-text {
  padding-right: 5rem;
}
.notification-banner--bar.popup--top {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  transform: none;
}
.notification-banner--bar.popup--top .popup-outer {
  padding-left: 90px;
  padding-right: 90px;
}
.notification-banner--bar.popup--bottom {
  width: 100%;
  max-width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  transform: none;
}
.notification-banner--bar.popup--bottom .popup-outer {
  padding-left: 90px;
  padding-right: 90px;
}
.notification-banner--bar .popup-wraper-text {
  padding-right: 5rem;
}
.notification-banner--bar .popup-container {
  border-radius: 0;
}
@media (min-width: 750px) {
  .notification-banner--bar .popup-outer {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6rem 2.4rem;
    margin: 0 auto;
  }
  .notification-banner--bar .button {
    margin-top: 0;
    width: auto;
  }
}
.notification-banner--banner .popup-outer {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem;
}
.notification-banner--banner .popup-outer-image--right {
  flex-direction: row-reverse;
}
.notification-banner--banner .popup-outer-image--top {
  flex-direction: column;
}
.notification-banner--banner .popup-outer-image--bottom {
  flex-direction: column-reverse;
}
.notification-banner--banner .popup-outer-image--top .notification-banner__image, .notification-banner--banner .popup-outer-image--bottom .notification-banner__image {
  position: relative;
  padding-bottom: 55%;
}
.notification-banner--banner .popup-outer-image--top .notification-banner__image img, .notification-banner--banner .popup-outer-image--bottom .notification-banner__image img {
  position: absolute;
  inset: 0;
}
.notification-banner--banner .notification-banner__image {
  flex: 1 35%;
  min-width: 7.6rem;
  align-self: stretch;
  display: flex;
  border-radius: 0.3rem;
  overflow: hidden;
}
.notification-banner--banner .notification-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-banner--banner .notification-banner__content {
  flex: 1 65%;
  padding: 2.4rem 2rem;
}
.notification-banner--banner .popup-close {
  top: 12px;
  right: 10px;
}

.age-verification {
  position: fixed;
  inset: 0;
  -webkit-backface-visibility: hidden;
  width: 100vw;
  height: 100vh;
  max-width: unset;
  max-height: unset;
  padding: 2.4rem;
  background-color: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .age-verification {
    padding: 6.4rem;
  }
}
.age-verification .popup-text p {
  text-align: center;
}
.age-verification__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: none;
}
.age-verification__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.age-verification__question {
  display: none;
}
.age-verification__question.show {
  display: block;
}
.age-verification__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  text-align: center;
}
.age-verification__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 576px) {
  .age-verification__buttons {
    flex-direction: row;
  }
}
.age-verification__buttons .button {
  min-width: 12rem;
}
.age-verification__declined {
  display: none;
}
.age-verification__declined.show {
  display: block;
}
.modal-close-button {
  color: rgb(var(--color-foreground));
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  background: transparent;
  border: none;
}
.modal-close-button span {
  margin-left: 0.4rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.06em;
}
.modal-close-button .icon-close {
  width: 0.85rem;
  height: 0.85rem;
  transition: var(--duration-default) ease;
}
.modal-close-button:hover .icon-close {
  transform: rotate(90deg);
}

.fancybox-close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.button--primary svg, .button--secondary svg, .button--tertiary svg, .button--link svg, .customer .button--primary svg, .customer .button--secondary svg, .customer .button--tertiary svg, .customer .button--link svg {
    transform: translate(-5px);
    transition: var(--duration-default);
}
.button svg, .customer .button svg {
    flex: none;
    width: 1rem;
    height: 1rem;
}


/* BASE SWATCH – ANNEAU (marche même si le thème met du full) */
.product-form__input input[type="radio"] + label {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 9999px !important;
  padding: 0 !important;

  /* cache le texte */
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;

  /* on neutralise les styles du thème */
  border: 0 !important;
  box-shadow: none !important;

  display: inline-block !important;
  box-sizing: border-box !important;

  /* variables par défaut */
  --swatch: #cfcfcf;
  --swatch-fill: #ffffff;

  /* rendu anneau */
  background: radial-gradient(circle,
    var(--swatch-fill) 0 66%,
    var(--swatch) 67% 100%) !important;
}


.product-form__input input[type="radio"][value*="white"] + label {
  --swatch: #CFCFCF !important;
  --swatch-fill: #FFFFFF !important;
}


.product-form__input input[type="radio"][value*="black"] + label {
  --swatch: #111111 !important;
  --swatch-fill: #F2F2F2 !important;
}

.product-form__input input[type="radio"][value*="taupe"] + label {
  --swatch: #8B857A !important;
  --swatch-fill: #EFEDE9 !important;
}


/* BASE PASTILLES COULEUR – STYLE MODE */
.product-form__input input[type="radio"] + label {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 9999px !important;
  padding: 0 !important;

  background: #fff !important;
  border: 2px solid #ccc !important;

  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;

  display: inline-block !important;
  box-sizing: border-box !important;
}


.product__price s,
.product__price del,
.price s,
.price del,
.price__compare,
.price-item--compare,
.compare-at-price,
.money--compare,
.money--strike {
  color:#6E1E2E !important;
}

.product .price s,
.product .price del,
.product .price s .money,
.product .price del .money,
.product .price-item--regular,
.product .price-item--regular .money,
.product .price__regular,
.product .price__regular .money {
  color: #6E1E2C !important;
}
.product .price__compare-at,
.product .price__compare-at .money,
.product .price-item--compare-at,
.product .price-item--compare-at .money {
  color: #6E1E2E !important;
}
.product__info-container .price--on-sale s.price-item--regular {
  color: #6E1E2E !important;
}

/* GRIS */
.variant-input[data-value="light grey"] + label,
.variant-input[data-value="grey"] + label {
  background-color: #C8C1C1;
  border-color: #C8C1C1;
}

/* NOIR */
.variant-input[data-value="black"] + label,
.variant-input[data-value="Black"] + label {
  background-color: #000000;
  border-color: #000000;
}

/* BLEU MARINE */
.variant-input[data-value="navy blue"] + label,
.variant-input[data-value="Bleu marine"] + label {
  background-color: #1F2A44;
  border-color: #1F2A44;
}

/* Cercle bien rond */
.variant-input + label {
  border-radius: 50%;
}

/* =========================
   SWATCH COULEURS (radio -> ronds)
   Compatible thèmes Shopify (Dawn & dérivés)
   ========================= */

/* 1) Masquer UNIQUEMENT le titre de l'option couleur (pas la taille) */
.product-form__input[data-option-name="Color"] legend,
.product-form__input[data-option-name="Couleur"] legend,
.product-form__input[data-option-name="COLOR"] legend,
.product-form__input[data-option-name="COULEUR"] legend {
  display: none !important;
}

/* 2) Transformer les labels des radios en ronds */
.product-form__input[data-option-name="Color"] input[type="radio"] + label,
.product-form__input[data-option-name="Couleur"] input[type="radio"] + label,
.product-form__input[data-option-name="COLOR"] input[type="radio"] + label,
.product-form__input[data-option-name="COULEUR"] input[type="radio"] + label {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  padding: 0;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  overflow: hidden;
  font-size: 0;       /* cache le texte dans le rond */
  line-height: 0;
}

/* 3) Indicateur de sélection */
.product-form__input[data-option-name="Color"] input[type="radio"]:checked + label,
.product-form__input[data-option-name="Couleur"] input[type="radio"]:checked + label,
.product-form__input[data-option-name="COLOR"] input[type="radio"]:checked + label,
.product-form__input[data-option-name="COULEUR"] input[type="radio"]:checked + label {
  box-shadow: 0 0 0 2px #000;
}

/* 4) Couleurs (match sur value=...) */
.product-form__input input[type="radio"][value="light grey"] + label,
.product-form__input input[type="radio"][value="grey"] + label {
  background: #d4ceceff !important;
  border-color: #d4ceceff !important;
}

.product-form__input input[type="radio"][value="orange"] + label,
.product-form__input input[type="radio"][value="coral"] + label {
  background: #ff4901ff !important;
  border-color: #ff4901ff !important;
}


.product-form__input input[type="radio"][value="black"] + label,
.product-form__input input[type="radio"][value="Black"] + label {
  background: #000000 !important;
  border-color: #000000 !important;
}

.product-form__input input[type="radio"][value="navy blue"] + label,
.product-form__input input[type="radio"][value="navy"] + label,
.product-form__input input[type="radio"][value="Bleu Marine"] + label {
  background: #072a7bff !important;
  border-color: #072a7bff !important;
}

/* BLANC */
.product-form__input input[type="radio"][value="white"] + label,
.product-form__input input[type="radio"][value="Blanc"] + label {
  background: #FFFFFF !important;
  border-color: #CCCCCC !important; /* visible sur fond blanc */
}

/* Masquer le titre "Color :" / "Couleur :" */
.product-form__input[data-option-name="Color"] legend,
.product-form__input[data-option-name="Couleur"] legend,
.product-form__input[data-option-name="COLOR"] legend,
.product-form__input[data-option-name="COULEUR"] legend {
  display: none !important;
}

/* Masquer le titre au-dessus du sélecteur couleur (ex: "COLOR: GRIS / XS") */
.product-form__input[data-option-name="Color"] > label,
.product-form__input[data-option-name="Couleur"] > label,
.product-form__input[data-option-name="COLOR"] > label,
.product-form__input[data-option-name="COULEUR"] > label,
.product-form_input[data-option-name="Color"] .form_label,
.product-form_input[data-option-name="Couleur"] .form_label,
.product-form_input[data-option-name="COLOR"] .form_label,
.product-form_input[data-option-name="COULEUR"] .form_label,
.product-form_input[data-option-name="Color"] .product-form_label,
.product-form_input[data-option-name="Couleur"] .product-form_label,
.product-form_input[data-option-name="COLOR"] .product-form_label,
.product-form_input[data-option-name="COULEUR"] .product-form_label {
  display: none !important;
}

.product-form__input input[type="radio"][value="brown"] + label,
.product-form__input input[type="radio"][value="Brown"] + label {
  background: #6B4F3A !important;
  border-color: #6B4F3A !important;
}

.product-form__input input[type="radio"][value="cacao"] + label,
.product-form__input input[type="radio"][value="Brown"] + label {
  background: #6B4F3A !important;
  border-color: #6B4F3A !important;
}

.product-form__input input[type="radio"][value="beige"] + label,
.product-form__input input[type="radio"][value="Beige"] + label {
  background: #E8D9C2 !important;
  border-color: #E8D9C2 !important;
}

.product-form__input input[type="radio"][value="cream"] + label,
.product-form__input input[type="radio"][value="Beige"] + label {
  background: #E8D9C2 !important;
  border-color: #E8D9C2 !important;
}

.product-form__input input[type="radio"][value="red"] + label,
.product-form__input input[type="radio"][value="Rouge"] + label {
  background: #C62828 !important;
  border-color: #C62828 !important;
}

.product-form__input input[type="radio"][value="cherry"] + label,
.product-form__input input[type="radio"][value="Rouge"] + label {
  background: #C62828 !important;
  border-color: #C62828 !important;
}


.product-form__input input[type="radio"][value="green"] + label,
.product-form__input input[type="radio"][value="Vert"] + label {
  background: #2E7D32 !important;
  border-color: #2E7D32 !important;
}

.product-form__input input[type="radio"][value="ivory"] + label,
.product-form__input input[type="radio"][value="Ivoire"] + label {
  background: #F6F1E8 !important;
  border-color: #F6F1E8 !important;
}

.product-form__input input[type="radio"][value="gold"] + label,
.product-form__input input[type="radio"][value="Doré"] + label,
.product-form__input input[type="radio"][value="dore"] + label,
.product-form__input input[type="radio"][value="Dore"] + label {
  background: #D4AF37 !important;
  border-color: #D4AF37 !important;
}

.product-form__input input[type="radio"][value="ice blue"] + label,
.product-form__input input[type="radio"][value="Doré"] + label,
.product-form__input input[type="radio"][value="dore"] + label,
.product-form__input input[type="radio"][value="Dore"] + label {
  background: #B7D7F2 !important;
  border-color: #B7D7F2 !important;
}

.product-form__input input[type="radio"][value="burgundy"] + label,
.product-form__input input[type="radio"][value="Doré"] + label,
.product-form__input input[type="radio"][value="dore"] + label,
.product-form__input input[type="radio"][value="Dore"] + label {
  background: #6E1E2E !important;
  border-color: #6E1E2E !important;
}

.product-form__input input[type="radio"][value="olive"] + label,
.product-form__input input[type="radio"][value="Doré"] + label,
.product-form__input input[type="radio"][value="dore"] + label,
.product-form__input input[type="radio"][value="Dore"] + label {
  background: #6B704C !important;
  border-color: #6B704C !important;
}

.product-form__input input[type="radio"][value="silver"] + label,
.product-form__input input[type="radio"][value="Argenté"] + label,
.product-form__input input[type="radio"][value="argente"] + label,
.product-form__input input[type="radio"][value="Argente"] + label {
  background: #C0C0C0 !important;
  border-color: #C0C0C0 !important;
}

.product-form__input input[type="radio"][value="pink"] + label,
.product-form__input input[type="radio"][value="Rose"] + label {
  background: #F3C7CF !important;
  border-color: #F3C7CF !important;
}

.product-form__input input[type="radio"][value="yellow"] + label,
.product-form__input input[type="radio"][value="Jaune"] + label {
  background: #E6DC74 !important;
  border-color: #E6DC74 !important;
}


.product-form__input input[type="radio"][value="taupe"] + label,
.product-form__input input[type="radio"][value="Taupe"] + label {
  background: #8B857A !important;
  border-color: #8B857A !important;
}

.product-form__input input[type="radio"][value="navy blue"] + label,
.product-form__input input[type="radio"][value="bleumarine"] + label {
  background:rgb(8, 10, 138) !important;
  border-color:rgb(8, 10, 138) !important;
}

.product-form__input input[type="radio"][value="blue"] + label,
.product-form__input input[type="radio"][value="Bleu"] + label {
  background: #2C9FD6 !important;
  border-color: #2C9FD6 !important;
}

.product-form__input input[type="radio"][value="taupe"] + label span,
.product-form__input input[type="radio"][value="Taupe"] + label span {
  display: none !important;
}

/* TAUPE */
.product-form__input input[type="radio"][value="taupe"] + label,
.product-form__input input[type="radio"][value="Taupe"] + label,
.product-form__input input[type="radio"][value="TAUPE"] + label {
  background: #8B857A !important;
  border-color: #8B857A !important;

  /* cache le texte */
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;

  /* transforme la "pilule" en pastille */
  padding: 0 !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 9999px !important;
  display: inline-block !important;
}


/* 1) COULEUR : on garde les pastilles sans texte */
.product-form__input[data-option-name="Couleur"] input[type="radio"] + label {
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
}

/* 2) TAILLE : on remet le texte visible */
.product-form__input[data-option-name="Taille"] input[type="radio"] + label {
  color: inherit !important;
  font-size: 14px !important;
  text-indent: 0 !important;
  overflow: visible !important;

  /* on repasse en "pillule" */
  width: auto !important;
  min-width: 44px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border-radius: 9999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* COULEUR : cache le texte seulement dans le bloc où le legend contient Couleur */
.product-form__input:has(legend:contains("Couleur")) input[type="radio"] + label {
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
}

/* TAILLE : texte visible + pillule */
.product-form__input:has(legend:contains("Taille")) input[type="radio"] + label {
  color: inherit !important;
  font-size: 14px !important;
  text-indent: 0 !important;

  width: auto !important;
  min-width: 44px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border-radius: 9999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* =========================
   SOVAE – VARIANTS STYLES
   Couleur = pastilles (swatch)
   Taille = pillules (texte visible)
   ========================= */

/* 1) COULEUR (swatches) */
.product-form_input.product-form_input--swatch input[type="radio"] + label {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 9999px !important;
  padding: 0 !important;

  /* cache le texte uniquement pour les couleurs */
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;

  border: 2px solid rgba(0,0,0,0.15) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35) !important;

  display: inline-block !important;
  box-sizing: border-box !important;
}

/* 2) TAILLE (tout ce qui n'est pas swatch) */
.product-form_input:not(.product-form_input--swatch) input[type="radio"] + label {
  width: auto !important;
  min-width: 44px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border-radius: 9999px !important;

  /* texte visible */
  color: inherit !important;
  font-size: 14px !important;
  text-indent: 0 !important;
  overflow: visible !important;

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

  border: 1px solid rgba(0,0,0,0.18) !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

/* ============================================================
   SOVAE – POLISH VARIANT PICKER (COULEUR + TAILLE)
   - Couleurs : pastilles full couleur + contour + relief (premium)
   - Tailles : pillules avec lettres visibles + état sélectionné premium
   A coller TOUT EN BAS de base.css
   ============================================================ */


/* ----------------------------
   1) COULEURS = PASTILLES PREMIUM
   ---------------------------- */
/* Le plus “propre” si ton thème marque les couleurs en --swatch */
.product-form_input.product-form_input--swatch input[type="radio"] + label,
.variant-picker__option--color input[type="radio"] + label {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 9999px !important;
  padding: 0 !important;

  /* pas de texte sur les couleurs */
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;

  /* look premium */
  border: 2px solid rgba(0,0,0,0.15) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35) !important;

  display: inline-block !important;
  box-sizing: border-box !important;
}

/* Si le thème dessine des pastilles via pseudo-éléments (rare), on neutralise */
.product-form_input.product-form_input--swatch input[type="radio"] + label::before,
.product-form_input.product-form_input--swatch input[type="radio"] + label::after,
.variant-picker__option--color input[type="radio"] + label::before,
.variant-picker__option--color input[type="radio"] + label::after {
  content: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* ----------------------------
   2) TAILLES LETTRES = PILLULES AVEC TEXTE (ROBUSTE)
   (cible directement les valeurs XS/S/M/L… donc marche même si le thème change)
   ---------------------------- */

/* On réactive l’affichage du texte (au cas où une règle globale l’avait caché) */
.product-form__input input[type="radio"] + label,
.variant-picker input[type="radio"] + label {
  color: inherit !important;
  font-size: inherit !important;
  text-indent: 0 !important;
  overflow: visible !important;
}

/* Tailles lettres → pillules */
.product-form__input input[type="radio"][value="XXS"] + label,
.product-form__input input[type="radio"][value="XS"] + label,
.product-form__input input[type="radio"][value="S"] + label,
.product-form__input input[type="radio"][value="M"] + label,
.product-form__input input[type="radio"][value="L"] + label,
.product-form__input input[type="radio"][value="XL"] + label,
.product-form__input input[type="radio"][value="XXL"] + label,
.product-form__input input[type="radio"][value="XXXL"] + label,
.product-form__input input[type="radio"][value="TU"] + label,
.product-form__input input[type="radio"][value="Unique"] + label,

.variant-picker input[type="radio"][value="XXS"] + label,
.variant-picker input[type="radio"][value="XS"] + label,
.variant-picker input[type="radio"][value="S"] + label,
.variant-picker input[type="radio"][value="M"] + label,
.variant-picker input[type="radio"][value="L"] + label,
.variant-picker input[type="radio"][value="XL"] + label,
.variant-picker input[type="radio"][value="XXL"] + label,
.variant-picker input[type="radio"][value="XXXL"] + label,
.variant-picker input[type="radio"][value="TU"] + label,
.variant-picker input[type="radio"][value="Unique"] + label {
  width: auto !important;
  min-width: 44px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border-radius: 9999px !important;

  /* texte visible */
  color: #111111 !important;
  font-size: 14px !important;
  letter-spacing: 0.2px !important;

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

  /* look premium */
  border: 1px solid rgba(0,0,0,0.18) !important;
  box-shadow: none !important;

  box-sizing: border-box !important;
}

/* ----------------------------
   3) POLISH “SELECTION” POUR LES TAILLES (2e polish)
   - plus visuel, plus premium
   ---------------------------- */
.product-form__input input[type="radio"][value="XXS"]:checked + label,
.product-form__input input[type="radio"][value="XS"]:checked + label,
.product-form__input input[type="radio"][value="S"]:checked + label,
.product-form__input input[type="radio"][value="M"]:checked + label,
.product-form__input input[type="radio"][value="L"]:checked + label,
.product-form__input input[type="radio"][value="XL"]:checked + label,
.product-form__input input[type="radio"][value="XXL"]:checked + label,
.product-form__input input[type="radio"][value="XXXL"]:checked + label,
.product-form__input input[type="radio"][value="TU"]:checked + label,
.product-form__input input[type="radio"][value="Unique"]:checked + label,

.variant-picker input[type="radio"][value="XXS"]:checked + label,
.variant-picker input[type="radio"][value="XS"]:checked + label,
.variant-picker input[type="radio"][value="S"]:checked + label,
.variant-picker input[type="radio"][value="M"]:checked + label,
.variant-picker input[type="radio"][value="L"]:checked + label,
.variant-picker input[type="radio"][value="XL"]:checked + label,
.variant-picker input[type="radio"][value="XXL"]:checked + label,
.variant-picker input[type="radio"][value="XXXL"]:checked + label,
.variant-picker input[type="radio"][value="TU"]:checked + label,
.variant-picker input[type="radio"][value="Unique"]:checked + label {
  border-color: rgba(0,0,0,0.55) !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.10) !important;
}

/* Petit polish au hover (desktop) */
@media (hover: hover) {
  .product-form__input input[type="radio"][value="XXS"] + label:hover,
  .product-form__input input[type="radio"][value="XS"] + label:hover,
  .product-form__input input[type="radio"][value="S"] + label:hover,
  .product-form__input input[type="radio"][value="M"] + label:hover,
  .product-form__input input[type="radio"][value="L"] + label:hover,
  .product-form__input input[type="radio"][value="XL"] + label:hover,
  .product-form__input input[type="radio"][value="XXL"] + label:hover,
  .product-form__input input[type="radio"][value="XXXL"] + label:hover,
  .product-form__input input[type="radio"][value="TU"] + label:hover,
  .product-form__input input[type="radio"][value="Unique"] + label:hover {
    border-color: rgba(0,0,0,0.35) !important;
  }
}

/* SELECTED – plus premium */
.product-form__input input[type="radio"]:checked + label,
.variant-picker input[type="radio"]:checked + label {
  border-color: rgba(0,0,0,0.65) !important;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.06), inset 0 0 0 1px rgba(255,255,255,0.25) !important;
}

/* TAILLES – typo plus chic */
.product-form__input input[type="radio"][value="XXS"] + label,
.product-form__input input[type="radio"][value="XS"] + label,
.product-form__input input[type="radio"][value="S"] + label,
.product-form__input input[type="radio"][value="M"] + label,
.product-form__input input[type="radio"][value="L"] + label,
.product-form__input input[type="radio"][value="XL"] + label,
.product-form__input input[type="radio"][value="XXL"] + label,
.product-form__input input[type="radio"][value="XXXL"] + label {
  font-weight: 500 !important;
  letter-spacing: 0.6px !important;
}

/* ESPACEMENT – plus clean sur mobile */
.product-form__input {
  gap: 10px !important;
}

.product-form__input label {
  margin-right: 10px !important;
}

============================================================
   SOVAE – Labels variants minimalistes
   Objectif :
   - Afficher uniquement "Couleur" et "Taille"
   - Cacher "GRIS / XS" (ou toute valeur)
   - Compatible toutes couleurs / toutes tailles
   ============================================================ */

/* 1) On garde une typo premium */
.product_info-container .product-forminput .form_label {
  text-transform: none !important;
  letter-spacing: 0.6px !important;
  font-size: 12px !important;
  color: rgba(0,0,0,0.70) !important;
  margin-bottom: 10px !important;
}

/* 2) Si le thème met la valeur dans un enfant (span/small/strong/etc), on la cache */
.product_info-container .product-forminput .form_label span,
.product_info-container .product-forminput .form_label small,
.product_info-container .product-forminput .form_label strong,
.product_info-container .product-forminput .form_label em,
.product_info-container .product-forminput .form_label .value,
.product_info-container .product-forminput .form_label .selected-value {
  display: none !important;
}

/* 3) Fallback universel : si la valeur est collée dans le même texte,
      on remplace visuellement par un libellé clean */
.product_info-container .product-forminput:first-of-type .form_label {
  font-size: 0 !important;
}
.product_info-container .product-forminput:first-of-type .form_label::after {
  content: "Couleur" !important;
  font-size: 12px !important;
  letter-spacing: 0.6px !important;
  text-transform: none !important;
  color: rgba(0,0,0,0.70) !important;
}

.product_info-container .product-forminput:nth-of-type(2) .form_label {
  font-size: 0 !important;
}
.product_info-container .product-forminput:nth-of-type(2) .form_label::after {
  content: "Taille" !important;
  font-size: 12px !important;
  letter-spacing: 0.6px !important;
  text-transform: none !important;
  color: rgba(0,0,0,0.70) !important;
}

.product_info-container .product-forminput .form_label {
  margin-bottom: 8px !important;
}

/* SOVAE – Labels variants clean (Couleur / Taille) */

/* On enlève toute transformation auto en majuscules */
.product_info-container .product-forminput .form_label {
  text-transform: none !important;
  letter-spacing: 0.6px !important;
  font-size: 12px !important;
  color: rgba(0,0,0,0.70) !important;
}

/* On remplace visuellement COLOR par Couleur */
.product_info-container .product-forminput:first-of-type .form_label {
  font-size: 0 !important;
}
.product_info-container .product-forminput:first-of-type .form_label::after {
  content: "Couleur" !important;
  font-size: 12px !important;
  letter-spacing: 0.6px !important;
  color: rgba(0,0,0,0.70) !important;
}

/* On remplace TAILLE proprement */
.product_info-container .product-forminput:nth-of-type(2) .form_label {
  font-size: 0 !important;
}
.product_info-container .product-forminput:nth-of-type(2) .form_label::after {
  content: "Taille" !important;
  font-size: 12px !important;
  letter-spacing: 0.6px !important;
  color: rgba(0,0,0,0.70) !important;
}

/* ============================================================
   SOVAE – Labels variants GLOBAL
   Objectif: toujours afficher "Couleur" et "Taille"
   (et éviter COLOR / SIZE / etc)
   ============================================================ */

/* Base label: on neutralise les majuscules forcées */
.product_info-container .product-forminput .form_label {
  text-transform: none !important;
  letter-spacing: 0.6px !important;
  font-size: 12px !important;
  color: rgba(0,0,0,0.70) !important;
}

/* 1) COULEUR : quand le bloc est un swatch */
.product_info-container .product-forminput.product-forminput--swatch .form_label {
  font-size: 0 !important; /* cache texte original (COLOR: NOIR etc) */
}
.product_info-container .product-forminput.product-forminput--swatch .form_label::after {
  content: "Couleur" !important;
  font-size: 12px !important;
  letter-spacing: 0.6px !important;
  color: rgba(0,0,0,0.70) !important;
  display: inline-block !important;
}

/* 2) TAILLE : le bloc qui n'est pas swatch (donc taille / autre option texte) */
.product_info-container .product-forminput:not(.product-forminput--swatch) .form_label {
  font-size: 0 !important; /* cache texte original */
}
.product_info-container .product-forminput:not(.product-forminput--swatch) .form_label::after {
  content: "Taille" !important;
  font-size: 12px !important;
  letter-spacing: 0.6px !important;
  color: rgba(0,0,0,0.70) !important;
  display: inline-block !important;
}

/* SOVAE – Couleurs : jamais de texte dans les pastilles */
.product-form__input input[type="radio"] + label {
  -webkit-tap-highlight-color: transparent;
}

/* Cache le texte pour les VALEURS de couleur (pas les tailles) */
.product-form__input input[type="radio"][value="blanc"] + label,
.product-form__input input[type="radio"][value="Blanc"] + label,
.product-form__input input[type="radio"][value="BLANC"] + label,
.product-form__input input[type="radio"][value="noir"] + label,
.product-form__input input[type="radio"][value="Noir"] + label,
.product-form__input input[type="radio"][value="NOIR"] + label,
.product-form__input input[type="radio"][value="marron"] + label,
.product-form__input input[type="radio"][value="Marron"] + label,
.product-form__input input[type="radio"][value="MARRON"] + label,
.product-form__input input[type="radio"][value="gris"] + label,
.product-form__input input[type="radio"][value="Gris"] + label,
.product-form__input input[type="radio"][value="GRIS"] + label,
.product-form__input input[type="radio"][value="bleu"] + label,
.product-form__input input[type="radio"][value="Bleu"] + label,
.product-form__input input[type="radio"][value="BLEU"] + label,
.product-form__input input[type="radio"][value="marine"] + label,
.product-form__input input[type="radio"][value="Marine"] + label,
.product-form__input input[type="radio"][value="taupe"] + label,
.product-form__input input[type="radio"][value="Taupe"] + label,
.product-form__input input[type="radio"][value="TAUPE"] + label {
  color: transparent !important;
  font-size: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
}



/* 3) Polish pastilles couleur (ronds premium) */
.product-form__input input[type="radio"]:not([value="XXS"]):not([value="XS"]):not([value="S"]):not([value="M"]):not([value="L"]):not([value="XL"]):not([value="XXL"]):not([value="XXXL"]):not([value="TU"]):not([value="Unique"]) + label {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 9999px !important;
  padding: 0 !important;

  border: 2px solid rgba(0,0,0,0.15) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35) !important;

  display: inline-block !important;
  box-sizing: border-box !important;
}

/* 4) Sélection plus premium (couleurs + tailles) */
.product-form__input input[type="radio"]:checked + label {
  border-color: rgba(0,0,0,0.65) !important;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.06), inset 0 0 0 1px rgba(255,255,255,0.25) !important;
}

/* ============================================================
   SOVAE – FIX DEFINITIF TEXTE SUR PASTILLES COULEUR
   But: aucune couleur n'affiche du texte (même "bleu marine")
   Les tailles (XS/S/M/L/XL…) gardent le texte.
   ============================================================ */

/* B) On neutralise les pseudo-éléments qui affichent parfois la valeur (couleurs) */
.product-form__input input[type="radio"] + label::before,
.product-form__input input[type="radio"] + label::after {
  content: none !important;
  display: none !important;
}


/* ============================
   SOVAE – Badge promo clean
   ============================ */

/* Le texte "-30%" */
.product_info-container .price_badge-sale,
.product__info-container .price-item--sale + span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  margin-left: 10px !important;
  padding: 4px 8px !important;

  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.4px !important;

  color: #111 !important;
  background: rgba(0,0,0,0.06) !important;
  border-radius: 9999px !important;

  vertical-align: middle !important;
  white-space: nowrap !important;
}

/* ============================
   SOVAE – Badge promo FINAL
   ============================ */

.product_info-container .price_badge-sale,
.product__info-container .price-item--sale + span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  margin-left: 12px !important;
  padding: 6px 12px !important;

  font-size: 13px !important;   /* 👈 clé ici */
  font-weight: 600 !important;  /* plus affirmé */
  letter-spacing: 0.5px !important;

  color: rgba(0,0,0,0.75) !important;
  background: rgba(0,0,0,0.08) !important;

  border-radius: 9999px !important;
  line-height: 1 !important;

  vertical-align: middle !important;
  white-space: nowrap !important;
}

/* SOVAE – tweak final badge promo */
.product_info-container .price_badge-sale,
.product__info-container .price-item--sale + span {
  font-size: 14px !important;
  padding: 7px 14px !important;
  font-weight: 600 !important;
}

/* ============================================================
   SOVAE – BADGE -% (fallback ultra général)
   => cible le dernier item de la ligne des prix (souvent "-30%")
   ============================================================ */

/* S’assure que les prix sont bien sur une même ligne */
.product_info-container .price .price_container {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

/* Transforme le dernier élément (le -xx%) en badge */
.product_info-container .price .price_container > :last-child {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 7px 14px !important;
  border-radius: 9999px !important;

  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  line-height: 1 !important;

  color: rgba(0,0,0,0.75) !important;
  background: rgba(0,0,0,0.08) !important;

  white-space: nowrap !important;
}

/* Fallback encore plus large : dernier élément de la zone prix */
.product__info-container .price > :last-child {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 7px 14px !important;
  border-radius: 9999px !important;
  background: rgba(0,0,0,0.08) !important;
}

.sovae-sale-badge{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  margin-left: 12px !important;
  padding: 7px 14px !important;

  border-radius: 9999px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
  line-height: 1 !important;
  white-space: nowrap !important;

  color: rgba(255,255,255,0.92) !important;
  background: rgba(0,0,0,0.86) !important;
}

/* ============================================================
   SOVAE – PROMO BADGE (SAFE + GLOBAL)
   ============================================================ */

:root{
  --sovae-sale: #6E1E2E; /* bordeaux premium (change si tu veux) */
}

/* 0) sécurité : ne jamais mettre de fond sur le bloc prix */
.price { background: transparent !important; }

/* 1) prix barré = même couleur (plus chic via opacité) */
.price-item--regular,
.price__compare-at,
.price__sale .price-item--regular,
.price-item--compare{
  color: var(--sovae-sale) !important;
  opacity: 0.75 !important;
}

/* 2) badge sale (si ton thème l'utilise) */
.price__badge-sale,
.badge--sale,
.badge.badge--sale,
.badge.price__badge-sale{
  background: var(--sovae-sale) !important;
  color: #fff !important;

  padding: 4px 10px !important;
  border-radius: 8px !important;

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

  margin-left: 8px !important;
  white-space: nowrap !important;
  text-transform: none !important;
}

/* 3) Badge % : on style uniquement les spans qui ressemblent à "-30%" */
.price .price__container span{
  /* reset safe */
}

.price .price_container span:not(.price_badge-sale):not(.badge--sale){
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  margin-left: 0 !important;
}

/* Si ton thème met le % dans un span avec classe spécifique, on la cible ici */
.price .price_container .price_badge-sale,
.price .price__container .badge--sale{
  /* (garde ton style badge ici, inchangé) */
}

/* ============================================================
   SOVAE – BADGE PROMO SUR COLLECTION (sur l'image)
   Style éditorial: fond blanc + texte bordeaux
   ============================================================ */

:root{
  --sovae-sale:#6E1E2E; /* même couleur que fiche produit */
}

/* Badge promo sur cartes produit (collection) */
.card .badge--sale,
.card .price__badge-sale,
.grid .badge--sale,
.product-grid .badge--sale{
  background: rgba(255,255,255,0.92) !important;
  color: var(--sovae-sale) !important;

  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: 10px !important;

  padding: 7px 12px !important;
  font-size: 13px !important;
  font-weight: 700 !important;

  box-shadow: 0 6px 16px rgba(0,0,0,0.08) !important;
  text-transform: none !important;
}

/* ================================
   SOVAE — COULEUR PROMO OFFICIELLE
   ================================ */

/* Badge promo */
.badge,
.price__badge-sale,
.badge--sale,
.product__badge-sale,
.card__badge,
.sale-badge{
  background:#6E1E2A !important;
  color:white !important;
  border:none !important;
}

/* Prix barré */
.price-item--regular,
.price__compare{
  color:#6E1E2A !important;
  opacity:0.6;
}

/* Pour éviter TOUT rouge natif Shopify */
.price__badge-sale,
.badge--sale{
  background:#6E1E2A !important;
}

/* Hover (micro détail premium) */
.badge:hover{
  background:#5A1822 !important;
}

.badge {
  border-radius: 14px;
}

.card:hover img {
  transform: scale(1.03);
  transition: transform 0.4s ease;
}

/* Prix barré en bordeaux - cohérence Sovae */

.price__compare,
.price-item--regular,
s.price-item,
.price-item--sale .price-item--regular {
    
    color: #6E1E2E !important;
    text-decoration-color: #6E1E2E !important;
    opacity: 0.7;
}

/* PRIX BARRE FULL BORDEAUX */

.price-item--regular,
.price__compare,
.compare-at-price,
s,
.price-item--sale .price-item--regular {

    color: #6E1E2E !important;
}

/* force aussi la barre */
.price-item--regular s,
.price__compare s,
s {
    text-decoration-color: #6E1E2E !important;
}

/* Prix barré uniquement */
.price-item--regular,
.compare-at-price,
.price__compare,
.price-item--sale .price-item--regular {

    color: #6E1E2E !important;
}

/* Couleur de la barre */
.price-item--regular s,
.compare-at-price s,
.price__compare s {
    text-decoration-color: #6E1E2E !important;
}


/* Force le vrai prix en noir */
.price-item--sale,
.price-item--sale .price-item,
.price__current {
    color: #000 !important;
}

/* ================================
   PRIX BARRÉ (compare-at) -> BORDEAUX
   Prix actuel -> NOIR
   ================================ */

/* 1) Le prix barré (souvent rendu dans <s>) */
.price s,
.price__sale s,
.price__sale s .price-item,
.price__sale s.price-item,
.price__sale s .price-item--regular,
.price__sale s.price-item--regular,
.card-information .price s,
.product .price s {
  color: #6E1E2E !important;
  text-decoration-color: #6E1E2E !important;
}

/* 2) Le prix actuel reste noir (sale price) */
.price__sale .price-item--sale,
.price__sale .price-item--sale span,
.price .price-item--sale,
.price .price-item--sale span {
  color: #000 !important;
}

/* Override variables (si le thème force le rouge via variables) */
.price {
  --color-sale-price: #000;
  --color-price-sale: #000;
  --color-price-regular: #6E1E2C;
}

/* ===== SOVAE PRICE OVERRIDE ===== */

/* Prix barré */
.price-item--regular,
.price__compare,
.compare-at-price,
.price-item--regular *{
  color:#7A1E2C !important;
}

/* Couleur de la barre */
.price-item--regular s{
  text-decoration-color:#6E1E2C !important;
}

/* Prix actuel (on le sécurise en noir) */
.price-item--sale{
  color:#000 !important;
}

/* HEADER PLUS FINE */
.header,
.header-wrapper {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    min-height: unset !important;
}

/* CENTRAGE PROPRE */
.header__heading {
    margin: 0 auto;
}

/* CACHE LE MENU DESKTOP */
.header__inline-menu {
    display: none !important;
}

/* LOGO PLUS COMPACT */
.header__heading-logo {
    max-height: 100px !important;
}

.header {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header__heading-logo {
  max-height: 32px; /* ajuste entre 32 et 48px */
}

/* Reduce header height (mobile + desktop) */
.header-wrapper,
.section-header,
.shopify-section-header,
.header {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* Reduce inner spacing */
.header__inner,
.header__inline-menu,
.header__icons,
.header__heading {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* If sticky header adds extra spacing */
.shopify-section-header-sticky,
.header-wrapper--border-bottom {
  min-height: unset !important;
}

/* PARADISE – reduce header height */
.site-header,
.header,
.header-wrap,
.header-wrapper,
.main-header,
.sticky-header,
#site-header {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  min-height: 0 !important;
  height: auto !important;
}

/* inner containers that add height */
.site-header .container,
.header .container,
.header__inner,
.header-inner,
.header-row,
.header-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

/* logo size */
.site-logo img,
.header__logo img,
.logo img {
  max-height: 40px !important; /* ajuste 34–48 */
  width: auto !important;
  height: auto !important;
}

/* if icons area adds vertical spacing */
.header-icons,
.header__icons,
.site-header__icons {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* SOVAE – SAFE header height (no layout break) */
@media (max-width: 768px){
  /* shrink the white area by reducing vertical padding */
  .header-wrapper,
  .shopify-section-header,
  .section-header{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* reduce only the header's vertical padding (keep theme layout: grid/center) */
  .header{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  /* control logo height without forcing flex/grid changes */
  .header__heading-logo img,
  .header__logo img,
  .logo img{
    max-height: 30px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
  }
}

/* =====================================
   COLLECTION TITLES — PREMIUM RESIZE
   ===================================== */

/* Desktop + responsive fluide */
.template-collection h1,
.collection h1,
body[class*="collection"] h1,
.collection-hero__title,
.collection__title {

  font-size: clamp(26px, 3.2vw, 40px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em;

  /* Polish premium */
  font-weight: 400 !important;
  text-transform: none !important;
  
  margin-bottom: 12px !important;
}


/* Mobile — encore plus élégant */
@media (max-width: 767px) {

  .template-collection h1,
  .collection h1,
  body[class*="collection"] h1,
  .collection-hero__title,
  .collection__title {

    font-size: 28px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.015em;
    margin-bottom: 10px !important;
  }
}

.sovae-cartdrawer-image{
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.sovae-cartdrawer-image img{
  max-width: 100%;
  height: auto;
  display: block;
}

/* === SOVAE – Cart drawer trust image === */

.cart__ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#CartDrawer-Checkout {
  width: 100%;
}

.sovae-cartdrawer-image {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}

.sovae-cartdrawer-image img {
  width: 80%;
  max-width: 260px; /* évite que ce soit trop grand sur desktop */
  height: auto;
  opacity: 0.95; /* léger effet premium */
}

/* === SOVAE – Cart drawer spacing fix === */

.cart-drawer__items {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.cart-drawer__footer {
  margin-top: 0px !important;
}

/* === SOVAE – Remove trash icon === */

.cart-remove-button,
.cart-item__remove,
button[name="remove"] {
  display: none !important;
}

/* === SOVAE – Cart premium variant style === */

.sovae-variant {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
  color: #111111;
}

/* SOVAE – Cart drawer variants (premium) */
.sovae-variants{
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #111111;
  line-height: 1.2;
}

.sovae-variant-sep{
  opacity: .6;
  margin: 0 4px;
}

/* ================================
   SOVAE — HIDE TEXT ONLY FOR COLORS
   ================================ */

/* Cible uniquement le fieldset couleur */
.product-form__input input[type="radio"] + label {
  position: relative;
}

/* Cache le texte à l’intérieur des pastilles couleur */
.product-form__input input[type="radio"] + label span {
  display: none !important;
}

/* Sécurité supplémentaire (si le texte n’est pas dans un span) */
.product-form__input input[type="radio"] + label {
  font-size: 0 !important;
}

/* MAIS on restaure la taille normalement */
.product-form__input input[type="radio"][value="XXS"] + label,
.product-form__input input[type="radio"][value="XS"] + label,
.product-form__input input[type="radio"][value="S"] + label,
.product-form__input input[type="radio"][value="M"] + label,
.product-form__input input[type="radio"][value="L"] + label,
.product-form__input input[type="radio"][value="XL"] + label,
.product-form__input input[type="radio"][value="XXL"] + label {
  font-size: 14px !important;
}

/* ================================
   SOVAE — ALIGNEMENT PASTILLES COULEUR
   ================================ */

.product-form__input--color,
.product-form__input[data-option-name="Couleur"] {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

/* Conteneur des radios */
.product-form_input--color .form_label + div,
.product-form_input[data-option-name="Couleur"] .form_label + div {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

/* Chaque pastille */
.product-form__input--color label,
.product-form__input[data-option-name="Couleur"] label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* =========================================
   SOVAE — FIX DÉFINITIF ALIGNEMENT PASTILLES
   ========================================= */

/* Container des couleurs */
.product-form__input[data-option-name="Couleur"] > div {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

/* Chaque label couleur */
.product-form__input[data-option-name="Couleur"] label {
  position: relative !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
}

/* Supprime tout texte fantôme */
.product-form__input[data-option-name="Couleur"] label span,
.product-form__input[data-option-name="Couleur"] label::after,
.product-form__input[data-option-name="Couleur"] label::before {
  display: none !important;
  content: none !important;
}

/* Force l’input radio à ne rien casser */
.product-form__input[data-option-name="Couleur"] input {
  position: absolute !important;
  opacity: 0 !important;
}

/* ============================================================
   SOVAE – ALIGNEMENT PROPRE DES PASTILLES COULEUR
   Force un layout grid parfaitement aligné
   ============================================================ */

/* 1. On transforme le fieldset couleur en grid */
.product-form__input--swatch,
.product-form__input--color,
.product-form__input[data-option-position="1"] {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, 44px) !important;
  gap: 14px !important;
  align-items: center !important;
}

/* 2. Chaque label devient un cercle fixe */
.product-form__input--swatch input[type="radio"] + label,
.product-form__input--color input[type="radio"] + label,
.product-form__input[data-option-position="1"] input[type="radio"] + label {
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;

  display: block !important;
  border-radius: 50% !important;
  line-height: 0 !important;
  vertical-align: middle !important;
}

/* 3. Supprime tout décalage interne */
.product-form__input--swatch label::before,
.product-form__input--swatch label::after,
.product-form__input--color label::before,
.product-form__input--color label::after {
  display: none !important;
}

/* ============================================================
   SOVAE – FORCE ALIGNEMENT PASTILLES (OVERRIDE TOTAL)
   ============================================================ */

/* 1. Force le conteneur des couleurs en flex */
.product-form fieldset,
.product-form .product-form__input,
.product-form .product-form__buttons {
  display: block;
}

.product-form fieldset:has(input[type="radio"]) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
}

/* 2. Reset total des labels couleurs */
.product-form input[type="radio"] + label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;

  border-radius: 50% !important;
  line-height: 0 !important;
  vertical-align: middle !important;
}

/* 3. Supprime tout pseudo élément parasite */
.product-form input[type="radio"] + label::before,
.product-form input[type="radio"] + label::after {
  display: none !important;
}

/* ============================================================
   SOVAE – FIX DEFINITIF ALIGNEMENT PASTILLES
   ============================================================ */

/* Force les swatches à ne plus être inline */
.product-form input[type="radio"] + label {
  display: inline-flex !important;
  vertical-align: top !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

/* Supprime toute baseline héritée */
.product-form {
  line-height: normal !important;
}

/* Sécurise le wrapper */
.product-form fieldset {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 14px !important;
}

/* ============================================================
   SOVAE – RESET TOTAL ALIGNEMENT SWATCHES
   ============================================================ */

/* 1️⃣ Reset complet des labels */
.product-form__input label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
  top: auto !important;
}

/* 2️⃣ Force le conteneur en flex */
.product-form__input {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
}

/* 3️⃣ Sécurise les fieldsets */
.product-form__input fieldset {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
}

/* ============================================================
   SOVAE – FORCE ALIGNEMENT PASTILLES (PARADISE)
   Objectif: COULEUR puis pastilles en ligne / TAILLE puis pastilles en ligne
   ============================================================ */

/* 1) Le bloc "COULEUR" / "TAILLE" reste vertical (titre puis options) */
.product-form__input {
  display: block !important;
}

/* 2) Le conteneur qui contient les radios/labels -> en ligne + wrap */
.product-form__input fieldset,
.product-form__input .fieldset,
.product-form_input .product-form_input--radio,
.product-form_input .product-form_buttons,
.product-form_input .product-form_option,
.product-form_input .product-form_options,
.product-form__input .variant-input-wrap,
.product-form__input .variant-input,
.product-form_input .variant_input,
.product-form_input .product-form_input,
.product-form_input .product-form_input-group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
}

/* 3) Le titre prend toute la largeur (reste au-dessus) */
.product-form__input legend,
.product-form_input .form_label,
.product-form_input label.form_label {
  display: block !important;
  width: 100% !important;
  margin: 0 0 10px 0 !important;
}

/* 4) Chaque pastille ne doit JAMAIS prendre 100% */
.product-form__input input[type="radio"] + label {
  width: auto !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
}

/* ============================================================
   SOVAE – PASTILLES : réduire la hauteur pour ne pas pousser le label
   ============================================================ */

/* 1) Resserre l’espace entre le texte (COULEUR/TAILLE) et les pastilles */
.product-form__input legend,
.product-form_input .form_label,
.product-form_input label.form_label {
  margin-bottom: 6px !important;
  line-height: 1.1 !important;
}

/* 2) Resserre le bloc qui contient les pastilles (évite qu’il “tire” vers le haut) */
.product-form__input fieldset,
.product-form__input .fieldset,
.product-form__input .variant-input-wrap,
.product-form_input .product-form_options {
  margin-top: 6px !important;
}

/* 3) Pastilles COULEUR : baisse légèrement + pas de hauteur inutile */
.product-form__input input[type="radio"] + label {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 4) Pastilles TAILLE : un peu moins hautes (si tu veux) */
.product-form__input input[type="radio"][value="XXS"] + label,
.product-form__input input[type="radio"][value="XS"] + label,
.product-form__input input[type="radio"][value="S"] + label,
.product-form__input input[type="radio"][value="M"] + label,
.product-form__input input[type="radio"][value="L"] + label,
.product-form__input input[type="radio"][value="XL"] + label,
.product-form__input input[type="radio"][value="XXL"] + label,
.product-form__input input[type="radio"][value="XXXL"] + label,
.product-form__input input[type="radio"][value="TU"] + label,
.product-form__input input[type="radio"][value="Unique"] + label {
  height: 32px !important;   /* au lieu de 34 */
  min-width: 42px !important;
}

/* ============================================================
   SOVAE – PASTILLES : réduire la hauteur pour ne pas pousser le label
   ============================================================ */

/* 1) Resserre l’espace entre le texte (COULEUR/TAILLE) et les pastilles */
.product-form__input legend,
.product-form_input .form_label,
.product-form_input label.form_label {
  margin-bottom: 6px !important;
  line-height: 1.1 !important;
}

/* 2) Resserre le bloc qui contient les pastilles (évite qu’il “tire” vers le haut) */
.product-form__input fieldset,
.product-form__input .fieldset,
.product-form__input .variant-input-wrap,
.product-form_input .product-form_options {
  margin-top: 6px !important;
}

/* 3) Pastilles COULEUR : baisse légèrement + pas de hauteur inutile */
.product-form__input input[type="radio"] + label {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 4) Pastilles TAILLE : un peu moins hautes (si tu veux) */
.product-form__input input[type="radio"][value="XXS"] + label,
.product-form__input input[type="radio"][value="XS"] + label,
.product-form__input input[type="radio"][value="S"] + label,
.product-form__input input[type="radio"][value="M"] + label,
.product-form__input input[type="radio"][value="L"] + label,
.product-form__input input[type="radio"][value="XL"] + label,
.product-form__input input[type="radio"][value="XXL"] + label,
.product-form__input input[type="radio"][value="XXXL"] + label,
.product-form__input input[type="radio"][value="TU"] + label,
.product-form__input input[type="radio"][value="Unique"] + label {
  height: 32px !important;   /* au lieu de 34 */
  min-width: 42px !important;
}

/* ============================================================
   SOVAE – FIX HARD "COULEUR: NOIR" / "TAILLE: XS" (pas étiré)
   Colle tout en bas de base.css
   ============================================================ */

fieldset.product-form_input > legend.form_label,
fieldset.product-form_input > .form_label,
.product-form_input > legend.form_label,
.product-form_input legend.form_label {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important; /* <-- stop space-between */
  width: auto !important;                 /* <-- stop full width */
  max-width: 100% !important;
  gap: 6px !important;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}

/* La valeur (NOIR / XS) ne doit JAMAIS pousser à droite */
fieldset.product-form_input > legend.formlabel .form_label-value,
.product-form_input legend.formlabel .form_label-value,
fieldset.product-form_input > legend.form_label span,
.product-form_input legend.form_label span {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Si ton thème ajoute un ":" via pseudo-élément, on garde propre */
fieldset.product-form_input > legend.form_label::after,
.product-form_input legend.form_label::after {
  content: none !important;
}

/* Bonus : on force les pastilles sous le label (et pas sur la même ligne) */
fieldset.product-form__input {
  display: block !important;
}

/* ============================================================
   SOVAE – ESPACE PROPRE entre label (COULEUR/TAILLE) et pastilles
   (corrige le “décalage” visuel)
   ============================================================ */

.product-form_input > legend.form_label,
.product-form_input legend.form_label{
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px 0 !important;   /* espace sous le texte */
  line-height: 1.2 !important;
}

/* container des options (là où sont les pastilles) */
.product-form__input{
  padding-top: 0 !important;
}

/* La rangée de labels (= pastilles) juste après le legend */
.product-form__input > legend + *{
  margin-top: 10px !important;     /* <-- espace au-dessus des pastilles */
}

/* Au cas où c’est directement les labels qui sont “remontés” */
.product-form__input label{
  margin-top: 0 !important;
  vertical-align: middle !important;
}

/* Bonus : si certaines pastilles ont un style qui les fait remonter */
.product-form__input input[type="radio"] + label{
  position: relative !important;
  top: 0 !important;
  transform: none !important;
}

/* ============================================================
   SOVAE – FIX DEFINITIF ALIGNEMENT LABEL + PASTILLES
   - le texte "COULEUR: NOIR" / "TAILLE: XS" reste clean
   - les pastilles passent TOUJOURS en dessous
   ============================================================ */

/* 1) Le titre (legend) doit être un bloc et ne jamais être affecté */
.product-form_input > legend.form_label,
fieldset.product-form_input > legend.form_label,
legend.form__label{
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px 0 !important;   /* espace sous le texte */
  line-height: 1.2 !important;
}

/* 2) Tout ce qui vient après le legend = container des options */
.product-form_input > legend.form_label + * ,
fieldset.product-form_input > legend.form_label + *{
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
}

/* 3) Empêche les labels de pastilles de "remonter" visuellement */
.product-form__input input[type="radio"] + label{
  transform: none !important;
  position: relative !important;
  top: 0 !important;
  margin: 0 !important;
}

/* 4) Couleurs : on force des pastilles rondes, compactes, sans influer sur le texte */
.product-form__input input[type="radio"] + label.swatch,
.product-form__input .swatch input[type="radio"] + label,
.product-form__input input[type="radio"] + label[data-swatch]{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

/* 5) Tailles : pills inline-flex (si tu caches le texte couleurs ailleurs) */
.product-form__input input[type="radio"][value="XXS"] + label,
.product-form__input input[type="radio"][value="XS"] + label,
.product-form__input input[type="radio"][value="S"] + label,
.product-form__input input[type="radio"][value="M"] + label,
.product-form__input input[type="radio"][value="L"] + label,
.product-form__input input[type="radio"][value="XL"] + label,
.product-form__input input[type="radio"][value="XXL"] + label,
.product-form__input input[type="radio"][value="TU"] + label,
.product-form__input input[type="radio"][value="Unique"] + label{
  font-size: 14px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 34px !important;
  padding: 0 14px !important;
  border-radius: 9999px !important;
}

/* ============================================================
   SOVAE – TUNING SPACING (COLLE CE PATCH TOUT EN BAS)
   Objectif : moins d’espace entre "COULEUR: NOIR" et les pastilles
   + pastilles un poil plus basses visuellement
   ============================================================ */

/* 1) Réduit l’espace sous le texte (legend) */
.product-form_input > legend.form_label,
fieldset.product-form_input > legend.form_label,
legend.form__label{
  margin: 0 0 0px 0 !important;   /* avant: 12px */
}

/* 2) Les pastilles collées sous le texte (sans gros blanc) */
.product-form_input > legend.form_label + *,
fieldset.product-form_input > legend.form_label + *{
  margin-top: 0 !important;
  gap: 0px !important;          /* un poil plus compact */
}

/* 3) “Redescend” un peu les pastilles (sans toucher au texte) */
.product-form__input input[type="radio"] + label{
  margin-top: 10px !important;
}

/* ============================================================
   SOVAE – Reviews badge (cart drawer)
   Etoiles couleur texte (noires), pas vertes
   ============================================================ */
.sovae-cart-reviews{
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 6px 0 10px;
  color: #111;
}

.sovae-cart-reviews__stars{
  display: inline-flex;
  gap: 4px;
  line-height: 1;
}

/* force les étoiles à suivre la couleur du texte */
.sovae-cart-reviews__stars svg{
  width: 16px;
  height: 16px;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.sovae-cart-reviews__text{
  font-size: 14px;
  letter-spacing: .02em;
}

.sovae-cart-reviews {
  margin-top: 8px;
  margin-bottom: 12px;
  text-align: left;
}

.sovae-cart-reviews__stars {
  font-size: 16px;
  letter-spacing: 2px;
}

.sovae-cart-reviews__text {
  font-size: 14px;
  margin-top: 2px;
}

/* SOVAE Cart Reviews */

.sovae-cart-reviews {
  margin-top: 8px;
  margin-bottom: 18px;
}

.sovae-cart-reviews__stars {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
}

.sovae-cart-reviews__text {
  font-size: 13px;
  margin-top: 1px;
}

/* --- SOVAE: Cart drawer header layout fix --- */

/* le header doit pouvoir passer à la ligne */
.drawer__header,
.cart-drawer__header,
.cart-drawer .drawer__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* le bouton X reste en haut à droite */
.drawer__close,
.cart-drawer__close,
.cart-drawer .drawer__close {
  order: 2;
  margin-left: auto;
}

/* ton bloc avis passe sous "Votre panier" */
.sovae-cart-reviews {
  order: 3;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 8px;
}

/* --- SOVAE: réduire espace sous "Votre panier" --- */

.drawer__heading,
.cart-drawer__heading {
  margin-bottom: 4px !important; /* réduit l’espace sous le titre */
}

.sovae-cart-reviews {
  margin-top: 6px !important; /* rapproche les étoiles du titre */
}

.drawer__header,
.cart-drawer__header {
  padding-bottom: 0px !important; /* réduit padding global du header */
}

/* ===================================================
   SOVAE – CART DRAWER CLEAN WIDTH ALIGNMENT
   Texte + quantité alignés à la largeur de l'image
   =================================================== */

.cart-drawer__item {
  display: flex !important;
  gap: 16px !important;
  align-items: flex-start !important;
}

/* Image produit */
.cart-drawer__item img {
  width: 90px !important;
  max-width: 90px !important;
  height: auto !important;
}

/* Bloc texte + quantité */
.cart-drawer__item-details {
  max-width: 90px !important;   /* EXACTEMENT largeur image */
  width: 90px !important;
}

/* Empêche le texte de dépasser */
.cart-drawer__item-details * {
  word-break: break-word !important;
}

/* Bloc quantité */
.cart-drawer__quantity {
  width: 100% !important;
  max-width: 90px !important;
}

/* ========== SOVAE – Quantity à droite (cart drawer) ========== */

/* 1) Grille: image | infos | qty/prix */
#CartDrawer .cart-item,
#CartDrawer .drawer__cart-items .cart-item,
#CartDrawer .cart-drawer__item {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) auto !important;
  column-gap: 14px !important;
  align-items: start !important;
}

/* 2) Mets la quantité dans la 3e colonne */
#CartDrawer .cart-item__quantity,
#CartDrawer .quantity,
#CartDrawer quantity-input {
  grid-column: 3 !important;
  justify-self: end !important;
  margin-top: 0 !important;
}

/* 3) Place la quantité sous le prix (en lui donnant un peu d’air) */
#CartDrawer .cart-item__quantity,
#CartDrawer .cart-item__quantity-wrapper,
#CartDrawer .quantity {
  margin-top: 28px !important; /* ajuste 18–34 selon ton rendu */
}

/* 4) Compact premium */
#CartDrawer .quantity {
  transform: scale(0.88) !important;
  transform-origin: right top !important;
}

/* 5) S’assure que le bloc infos reste colonne 2 */
#CartDrawer .cart-item__details,
#CartDrawer .cart-item__name,
#CartDrawer .cart-item__details * {
  grid-column: 2 !important;
  min-width: 0 !important;
}

/* ===============================
   SOVAE – Cart Drawer Quantity Under Variant
   =============================== */

/* Structure normale */
#CartDrawer .cart-item {
  display: grid !important;
  grid-template-columns: 90px 1fr !important;
  column-gap: 14px !important;
  align-items: start !important;
}

/* Colonne contenu */
#CartDrawer .cart-item__details {
  display: flex !important;
  flex-direction: column !important;
}

/* Quantité sous les variantes */
#CartDrawer .cart-item__quantity {
  margin-top: 10px !important;
}

/* Version compacte du bouton */
#CartDrawer .quantity {
  width: 82px !important;
  height: 32px !important;
}

#CartDrawer .quantity__button {
  width: 26px !important;
  height: 32px !important;
  font-size: 14px !important;
}

#CartDrawer .quantity__input {
  width: 28px !important;
  font-size: 14px !important;
}

/* ===============================
   SOVAE – Cart Drawer Ultra Compact Quantity
   =============================== */

#CartDrawer .cart-item {
  display: grid !important;
  grid-template-columns: 90px 1fr auto !important;
  column-gap: 14px !important;
  align-items: start !important;
}

/* Bouton quantité version fine */
#CartDrawer .quantity {
  width: 82px !important;          /* ↓ largeur réduite */
  height: 32px !important;
  min-height: unset !important;
  padding: 0 !important;
}

#CartDrawer .quantity__button {
  width: 26px !important;
  height: 32px !important;
  font-size: 14px !important;
}

#CartDrawer .quantity__input {
  width: 28px !important;
  font-size: 14px !important;
}

/* Remonte le bouton */
#CartDrawer .cart-item__quantity {
  justify-self: end !important;
  margin-top: -50px !important;
}

/* Aligner le bouton quantité à gauche */
#CartDrawer .cart-item__quantity {
  align-self: flex-start !important;
}

#CartDrawer .quantity {
  margin-left: 0 !important;
}

#CartDrawer .cart-item__quantity {
  display: flex !important;
  justify-content: flex-start !important;
}

/* =========================================================
   SOVAE – Cart Drawer : quantité à gauche (SOUS les infos)
   ========================================================= */

#CartDrawer .cart-item__quantity,
#CartDrawer .cart-drawer_item .cart-item_quantity,
#CartDrawer .drawer_contents .cart-item_quantity {
  /* le plus important : annule les push vers la droite */
  margin-left: -10 !important;
  margin-right: auto !important;

  /* si le thème utilise grid */
  justify-self: start !important;
  align-self: start !important;

  /* si le thème utilise flex */
  justify-content: flex-start !important;
}

/* Force la quantité à être dans la même colonne que le titre/variantes (souvent colonne 2) */
#CartDrawer .cart-item__quantity {
  grid-column: 2 !important;
}

/* Si ton thème met un wrapper qui pousse à droite */
#CartDrawer .cart-item__quantity-wrapper,
#CartDrawer .cart-item__quantity .quantity,
#CartDrawer quantity-input,
#CartDrawer .quantity {
  margin-left: -10 !important;
  margin-right: auto !important;
  justify-self: start !important;
}

.facets-wrapper,
.facets-container,
.mobile-facets__wrapper,
.facets {
  display: none !important;
}

.product-grid-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.template-collection .collection-hero {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 24px;
  margin-bottom: 40px;
}

.template-collection .collection-hero__title {
  margin-bottom: 20px;
}

.template-collection .collection-hero,
.template-collection .collection-hero__inner,
.template-collection .page-width {
  border-bottom: 1px solid #e5e5e5 !important;
  padding-bottom: 35px !important;
  margin-bottom: 40px !important;
}

.template-collection h1 {
  margin-bottom: 25px !important;
}

.template-collection main > div:first-child {
  padding-bottom: 24px !important;
  margin-bottom: 40px !important;
  border-bottom: 1px solid #d9d9d9 !important;
}

.template-collection .card__heading,
.template-collection .card-information__text {
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em;
  line-height: 1.1 !important;
  margin-top: 4px !important;
}

.template-collection .price,
.template-collection .price-item,
.template-collection .price-item--regular,
.template-collection .price-item--sale {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

.template-collection .card__content {
  padding-top: 4px !important;
  margin-top: 0 !important;
}

.template-collection .card__information {
  text-align: left !important;
  padding-left: 0 !important;
}

.template-collection .card__heading,
.template-collection .card__heading a {
  text-align: left !important;
  margin-left: 0 !important;
}

/* Supprime Inter du thème et force la cohérence typo */

body,
p,
span,
div,
a,
button,
input,
textarea,
select,
label,
small,
.text,
.rte,
.menu-drawer,
.header,
.header__menu-item,
.list-menu__item,
.card__information,
.card__heading,
.card__heading a,
.price,
.price-item,
.product__title,
.product__text,
.product__description,
.product-form__input,
.button,
.btn {
  font-family: Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-header__title,
.title,
.banner__heading,
.rich-text__heading,
.collection-hero__title,
.product__title {
  font-family: "Playfair Display", serif !important;
}

.list-payment {
  margin-top: 1px;
  margin-BOTTOM: 1px;
}

.cart-drawer .list-payment__item img {
  height: 10px !important;
}

.cart-drawer__footer svg {
  height: 18px !important;
  max-height: 18px !important;
}

.cart-drawer__footer .payment-icons,
.cart-drawer__footer .list-payment {
  margin-top: 10px !important;
  gap: 6px !important;
}

.product-form__submit,
button[name="add"],
.add-to-cart,
.button--add-to-cart {
    width: 100%;
    min-height: 62px;
    background: #000 !important;
    color: #fff !important;

    /* Police */
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;

    /* Forme */
    border-radius: 10px !important;
    border: 1px solid #2b2b2b !important;

    /* Relief léger */
    box-shadow:
        0 2px 6px rgba(0,0,0,.10),
        0 0 0 1px rgba(255,255,255,.05) inset;

    transition: all .2s ease;
}

.product-form__submit:hover,
button[name="add"]:hover,
.add-to-cart:hover,
.button--add-to-cart:hover {
    transform: translateY(-1px);
    box-shadow:
        0 5px 12px rgba(0,0,0,.18),
        0 0 0 1px rgba(255,255,255,.08) inset;
}

/* Boutons NEW IN + VIEW ALL */

.banner__buttons .button,
.collection__view-all .button,
.button,
a.button {

    background: #000 !important;
    color: #fff !important;

    min-height: 46px;
    padding: 0 42px !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.3px !important;
    text-transform: uppercase !important;

    border-radius: 10px !important;
    border: 1px solid #2b2b2b !important;

    box-shadow:
        0 2px 6px rgba(0,0,0,.10),
        inset 0 0 0 1px rgba(255,255,255,.05);

    transition: all .2s ease;
}

.banner__buttons .button:hover,
.collection__view-all .button:hover,
.button:hover,
a.button:hover {

    transform: translateY(-1px);

    box-shadow:
        0 5px 12px rgba(0,0,0,.18),
        inset 0 0 0 1px rgba(255,255,255,.08);
}

/* Rapprocher les icônes de paiement du bouton */

.shopify-payment-button,
.product__payment-icons,
.payment-icons,
.list-payment,
.product-form__buttons + .list-payment {
    margin-top: 8px !important;
}
/* Réduit l'espace sous le bouton Acheter */

.product-form,
.product-form__buttons,
.buy-buttons {
    margin-bottom: 6px !important;
    padding-bottom: 0 !important;
}

/* Bloc image juste après */

.product__block--image,
.product-block--image {
    margin-top: 0 !important;
    padding-top: 0 !important;
}



/* =======================================================
   FIX TITRES - Conserve les nouveaux boutons
   Corrige la recherche et les titres devenus trop gros
======================================================= */

/* 1. Titres des collections (Essentials, New Arrivals...) */
.featured-collection .title,
.collection__title h2,
.collection__title .title,
.title-wrapper-with-link h2 {
    font-size: 42px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    font-weight: 500 !important;
}

/* 2. Remet les titres de la recherche à leur taille normale */
.predictive-search h2,
.predictive-search .title,
.predictive-search__heading,
.search-modal h2,
.search-modal .title,
.search__heading {
    font-size: 22px !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    font-weight: 500 !important;
}

/* 3. Titres des pages de recherche */
.template-search h1,
.template-search h2 {
    font-size: 36px !important;
    line-height: 1.1 !important;
}

/* 4. Sécurité : annule l'ancien CSS qui ciblait TOUS les h2/.title */
.predictive-search h2,
.predictive-search .title,
.search-modal h2,
.search-modal .title,
.template-search h2 {
    font-size: revert !important;
    letter-spacing: revert !important;
}