/** Shopify CDN: Minification failed

Line 7436:0 Unexpected "}"

**/
/* Theme Elise - 2.0 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  /* Spacing */
  --spacing-unit: 1.6rem;
  --spacing-0: calc(var(--spacing-unit) * 0); /* 0 */
  --spacing-05: calc(var(--spacing-unit) * 0.125); /* 0.2rem */
  --spacing-1: calc(var(--spacing-unit) * 0.25); /* 0.4rem */
  --spacing-2: calc(var(--spacing-unit) * 0.50); /* 0.8rem */
  --spacing-3: calc(var(--spacing-unit) * 0.75); /* 1.2rem */
  --spacing-4: calc(var(--spacing-unit) * 1); /* 1.6rem */
  --spacing-5: calc(var(--spacing-unit) * 1.5); /* 2.4rem */
  --spacing-6: calc(var(--spacing-unit) * 2); /* 3.2rem */
  --spacing-7: calc(var(--spacing-unit) * 3); /* 4.8rem */
  --spacing-8: calc(var(--spacing-unit) * 4); /* 6.4rem */
  --spacing-9: calc(var(--spacing-unit) * 6); /* 9.6rem */
  --spacing-10: calc(var(--spacing-unit) * 8); /* 12.8rem */
  --spacing-11: calc(var(--spacing-unit) * 10); /* 16rem */
}

html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
  height: 100%;
  scroll-padding-block-start: var(--header-height);
  overscroll-behavior: none;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 32rem;
  max-width: 100vw;
  min-height: 100%;
  margin: 0;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
}

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

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

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

/* Transparent Header -- START */
.header__logo-image {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__logo-image-transparent {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main {
  margin-block-start: calc(-1 * var(--header-height, 0px));
}
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main>.shopify-section.section-hero-banner:first-of-type .hero__content,
body:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) main > .shopify-section.section-page-banner:first-of-type div.gradient {
  padding-block-start: calc(var(--header-height, 0px) + var(--section-spacing-unit-size) * 2) !important;
}

@media screen and (max-width: 989px) {
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open) {
    --header-background-alpha: 0;
    --color-foreground: var(--transparent-header-menu-text-color);
    --header-inner-after-opacity: 0.1;
  }
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open) .header__logo-image {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open) .header__logo-image-transparent {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* CHECK: what is this for? **
  body.is-at-top:has(.shopify-section:first-child):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.menu-open)::after {
    background-color: currentColor;
    opacity: var(--header-inner-after-opacity);
  } */
}
@media screen and (min-width: 990px) {
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.is-megamenu-open) {
    --header-background-alpha: 0;
    --color-foreground: var(--transparent-header-menu-text-color);
    --header-inner-after-opacity: 0.1;
  }
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.is-megamenu-open) .header__logo-image {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  body.is-at-top:has(.shopify-section:first-child .header-is-transparent):not(:has(.section-header ~ .shopify-section-group-header-group)) .header:not(.is-megamenu-open) .header__logo-image-transparent {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/* Transparent Header -- END */

.block {
  display: block !important;
}

.container {
  width: 100%;
  padding: 0 var(--page-gutter);
  margin: 0 auto;
}

.container {
  max-width: var(--page-width);
}

.max-w-page {
  max-width: var(--page-width);
}

/* .container-fluid */
.max-w-fluid {
  max-width: 100%;
}

/* .container--no-padding - .container--fullwidth */
.max-w-full {
  max-width: 100%;
  padding-inline: 0;
}

.max-w-xxs, .max-w-narrower {
  max-width: calc(var(--page-width) * var(--max-w-xxs-multiplier));
}
.max-w-xs, .max-w-small {
  max-width: calc(var(--page-width) * var(--max-w-xs-multiplier));
}
.max-w-sm, .max-w-medium {
  max-width: calc(var(--page-width) * var(--max-w-sm-multiplier));
}
.max-w-lg, .max-w-narrow {
  max-width: calc(var(--page-width) * var(--max-w-lg-multiplier));
}
.max-w-fit {
  max-width: fit-content;
}

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

.relative {
  position: relative;
  z-index: 1;
}

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

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

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

.list-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list-flex--center {
  justify-content: center;
}

.list-flex--justify {
  justify-content: space-between;
}

.list-flex > * {
  padding: 0 1rem;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.flex--justify {
  justify-content: space-between;
}

.flex--justify-center {
  justify-content: center;
}

.flex--justify-end {
  justify-content: flex-end;
}

.flex--center {
  align-items: center;
}

.flex--direction-column {
  flex-direction: column;
}

.flex > div[class*='col-'] {
  flex: 0 0 auto;
}
.col-1 {
  width: 16.66667%;
}
.col-2 {
  width: 33.33333%;
}
.col-3 {
  width: 50%;
}
.col-4 {
  width: 66.66667%;
}
.col-5 {
  width: 83.33333%;
}
.col-6 {
  width: 100%;
}
.col-auto {
  width: auto;
}

.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-auto {
  grid-column: auto / auto;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-span-subgrid {
  grid-column: subgrid;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, 1fr);
}


.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}

.hidden {
  display: none !important;
}
.visible {
  opacity: 1 !important;
  visibility: visible !important;
}
.invisible {
  opacity: 0 !important;
  visibility: hidden !important;
}


@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
  .small-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .small-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

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

  .small-up-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .small-up-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

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

  .medium-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .medium-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

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

  .large-up-visible {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .large-up-invisible {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

html.js .js-visually-hidden,
.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;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

.full-width-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: rgb(var(--color-heading-text));
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  word-break: var(--font-heading-word-break);

  margin-block: 0;
}

/* italic heading styling -- start */
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
.h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em {
  font-family: var(--font-italic-family);
  font-style: var(--font-italic-style);
  font-weight: var(--font-italic-weight);
  line-height: 0;
}
/* italic heading styling -- end */

h1, .h1 {
  font-size: calc(var(--font-heading-scale) * var(--h1-multiplier));
  line-height: var(--line-height-h1);
}
h2, .h2 {
  font-size: calc(var(--font-heading-scale) * var(--h2-multiplier));
  line-height: var(--line-height-h2);
}
h3, .h3 {
  font-size: calc(var(--font-heading-scale) * var(--h3-multiplier));
  line-height: var(--line-height-h3);
}
h4, .h4 {
  font-size: calc(var(--font-heading-scale) * var(--h4-multiplier));
  line-height: var(--line-height-h4);
}
h5, .h5 {
  font-size: calc(var(--font-heading-scale) * var(--h5-multiplier));
  line-height: var(--line-height-h5);
}
h6, .h6 {
  font-size: calc(var(--font-heading-scale) * var(--h6-multiplier));
  line-height: var(--line-height-h6);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  letter-spacing: var(--font-heading-letter-spacing);
}

h1, .h1, h2, .h2, h3, .h3 {
  text-transform: var(--font-heading-text-transform);
}

/* italic heading styling -- start */
h1 em, .h1 em {
  font-size: calc(var(--font-italic-scale) * var(--h1-multiplier));
}
h2 em, .h2 em {
  font-size: calc(var(--font-italic-scale) * var(--h2-multiplier));
}
h3 em, .h3 em {
  font-size: calc(var(--font-italic-scale) * var(--h3-multiplier));
}
h4 em, .h4 em {
  font-size: calc(var(--font-italic-scale) * var(--h4-multiplier));
}
h5 em, .h5 em {
  font-size: calc(var(--font-italic-scale) * var(--h5-multiplier));
}
h6 em, .h6 em {
  font-size: calc(var(--font-italic-scale) * var(--h6-multiplier));
}

h1:has(em), .h1:has(em), h1.section__heading, .h1.section__heading {
  padding-block: calc(var(--h1-multiplier) / 5.0);
}
h2:has(em), .h2:has(em), h2.section__heading, .h2.section__heading {
  padding-block: calc(var(--h2-multiplier) / 5.0);
}
h3:has(em), .h3:has(em), h3.section__heading, .h3.section__heading {
  padding-block: calc(var(--h3-multiplier) / 5.0);
}
h4:has(em), .h4:has(em), h4.section__heading, .h4.section__heading {
  padding-block: calc(var(--h4-multiplier) / 5.0);
}
h5:has(em), .h5:has(em), h5.section__heading, .h5.section__heading {
  padding-block: calc(var(--h5-multiplier) / 5.0);
}
h6:has(em), .h6:has(em), h6.section__heading, .h6.section__heading {
  padding-block: calc(var(--h6-multiplier) / 5.0);
}
/* italic heading styling -- end */

blockquote {
  font-style: italic;
  padding-inline-start: 1.6rem;
  border-inline-start: 0.2rem solid rgba(var(--color-border), var(--alpha-border));
}

@media screen and (max-width: 749px) {
  blockquote {
    padding-inline-start: 1rem;
  }
}

.caption {
  font-size: var(--font-size-static-md);
  line-height: var(--line-height-static-md);
  letter-spacing: 0.04rem;
}

.caption--small {
  font-size: var(--font-size-static-sm);
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-shadow), var(--alpha-border));
}

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

.center {
  text-align: center;
}

.right,
.end {
  text-align: end;
}

.spacer {
  margin-block: 2rem;
}

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

a {
  text-decoration: none;
  color: inherit;
}

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

p > a {
  color: rgb(var(--color-link));
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: text-decoration-color var(--duration-short);
  padding-block: 0.4rem;
}

.richtext p:empty {
  display: flex;
}

/* NEW: Rotate */
.rotate-0, .icon--rotate-0 svg {
  transform: rotate(0deg);
}
.rotate-90, .icon--rotate-90 svg {
  transform: rotate(90deg);
}
.rotate-180, .icon--rotate-180 svg {
  transform: rotate(180deg);
}
.rotate-270, .icon--rotate-270 svg {
  transform: rotate(270deg);
}


.link {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  color: rgb(var(--color-link));
  font-family: inherit;
  font-size: var(--font-size-static-sm);
  line-height: var(--line-height-static-sm);
  letter-spacing: var(--letter-spacing-medium);
  background-color: transparent;
  padding: 0.2rem 0 0.7rem;
  transition: color var(--duration-default);
}

a.link,
button.link {
  cursor: pointer;
}

.link::before {
  content: '';
  position: absolute;
  inset-block-end: 0.2rem;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
}

.link svg {
  vertical-align: middle;
}

.link--back {
  display: flex;
  align-items: center;
  padding: 0;
}

.link--back::before {
  content: none;
}

.link--back svg {
  margin-inline-end: 1rem;
}

.underlined-link {
  text-decoration: underline;
}

@media (hover: hover) {
  p > a:hover {
    text-decoration-color: transparent;
  }

  .underlined-link:hover {
    text-decoration: none;
  }

  .link:not(span):hover {
    color: rgb(var(--color-foreground));
  }
}

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

@media screen and (max-width: 749px) {
  hr {
    margin: 5rem 0;
  }
}

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

html.motion-reduce * {
  transition: none !important;
  animation: none !important;
}

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

summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

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

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

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

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

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

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

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

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

*:focus-visible {
  outline: 0.2rem solid currentColor;
  outline-offset: 0.3rem;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: 0.3rem;
}

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

/* Default focus outline */

.focus-outline:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: 0;
}

.focus-outline:focus:not(:focus-visible) {
  outline: none;
}

/* Focus ring - inset */
.focus-inset:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: -0.2rem;
}

.focus-inset:focus:not(:focus-visible) {
  outline: none;
}

/* Focus with background */
.focus-primary::before {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(var(--color-border), var(--alpha-border));
  outline: 0.2rem solid currentColor;
  transition: opacity var(--duration-short);
}

.focus-primary:focus::before {
  opacity: 1;
}

.focus-primary:focus:not(:focus-visible)::before {
  opacity: 0;
}

.focus-primary--inset::before {
  outline-offset: -0.2rem;
}

/* 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 currentColor;
  outline-offset: 1rem;
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid currentColor;
  outline-offset: 1rem;
}

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

.grid {
  display: grid;
  gap: 1.6rem;
}

.grid--center {
  align-items: center;
}

.grid--no-column-gap {
  column-gap: 0;
}

.grid--reverse {
  direction: rtl;
}

.grid--reverse > * {
  direction: initial;
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid--5 {
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 749px) {
  .grid {
    grid-template-columns: 1fr;
    column-gap: 2.4rem;
    row-gap: 3.8rem;
  }
}

/* aspect ratio */
.aspect-auto, .aspect-auto--mobile {
  aspect-ratio: auto;
}
.aspect-1-1, .aspect-1-1--mobile {
  aspect-ratio: 1/1;
}
/*** aspect ratio - portrait ***/
.aspect-1-2, .aspect-1-2--mobile {
  aspect-ratio: 1/2;
}
.aspect-2-3, .aspect-2-3--mobile {
  aspect-ratio: 2/3;
}
.aspect-3-4, .aspect-3-4--mobile {
  aspect-ratio: 3/4;
}
.aspect-4-5, .aspect-4-5--mobile {
  aspect-ratio: 4/5;
}
.aspect-9-16, .aspect-9-16--mobile {
  aspect-ratio: 9/16;
}
/*** aspect ratio - landscape ***/
.aspect-3-2, .aspect-3-2--mobile {
  aspect-ratio: 3/2;
}
.aspect-4-3, .aspect-4-3--mobile {
  aspect-ratio: 4/3;
}
.aspect-5-4, .aspect-5-4--mobile {
  aspect-ratio: 5/4;
}
.aspect-16-9, .aspect-16-9--mobile {
  aspect-ratio: 16/9;
}
.aspect-2-1, .aspect-2-1--mobile {
  aspect-ratio: 2/1;
}
.aspect-4-1, .aspect-4-1--mobile {
  aspect-ratio: 4/1;
}
.aspect-8-1, .aspect-8-1--mobile {
  aspect-ratio: 5/1;
}

img {
  width: auto;
  max-width: 100%;
}

img.lazy {
  opacity: 0;
}

img:not(.lazy):not([loading='eager']) {
  opacity: 1;
  transition: opacity 1000ms ease-in-out, transform 600ms ease;
}

/* img[loading='lazy'] {
  opacity: 0;
} */

.icon {
  fill: currentColor;
}

.icon-with-text {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
}

.icon img, .icon svg {
  width: 1em; height: 1em;
}

.media-position--top,
.media-position--bottom,
.media-position--start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.media-position--top .media,
.media-position--bottom .media,
.media-position--start .media {
  display: flex;
  justify-content: center;
  align-self: var(--section-content-alignment, center);
  background-color: transparent;
}

.media-position--top img,
.media-position--bottom img,
.media-position--start img {
  width: auto;
}

.media-position--top .content,
.media-position--bottom .content,
.media-position--start .content {
  display: inherit;
  flex-direction: inherit;
  max-width: 100%;
  width: 100%;
}
.media-position--top:not(:has(.media)) .content,
.media-position--bottom:not(:has(.media)) .content,
.media-position--start:not(:has(.media)) .content {
  height: 100%;
}

.media-position--top .media,
.media-position--start .media {
  order: -1;
}

.media-position--top .media + .content,
.media-position--bottom .content + .media {
  margin-block-start: var(--spacing-4);
}

.media-position--start .content {
  flex-direction: column;
}

.media-position--bottom .media {
  order: 1;
}

.media-position--background .media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.media-position--background .media img {
  object-fit: cover;
  object-position: center center;
}

.media-position--background .content {
  display: flex;
  flex-direction: column;
  justify-items: stretch; /* ios fix: instead of 'height: 100%' */
  position: relative;
  z-index: 1;
  width: 100%;
}

*[class*='media-position-'] .content {
  padding: var(--content-padding);
}

/* Media Position with Section Height - START */
.media-position--background.section-height-auto {
  aspect-ratio: var(--media-aspect-ratio);
}
.media-position--top.section-height-auto .media,
.media-position--bottom.section-height-auto .media,
.media-position--start.section-height-auto .media {
  aspect-ratio: var(--media-aspect-ratio);
}
.media-position--top.section-height-auto.has-video .media,
.media-position--bottom.section-height-auto.has-video .media {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.media-position--top:not(.section-height-auto) .media,
.media-position--bottom:not(.section-height-auto) .media,
.media-position--start:not(.section-height-auto) .media {
  width: 100%; height: 100%;
}

.section-height-third {
  height: 33svh;
}
.section-height-half {
  height: 50svh;
}
.section-height-full {
  height: calc(100svh - var(--header-top-position));
}
.section-height-auto {
  height: auto;
}

@media screen and (max-width: 749px) {
  .media-position--background.section-height-auto--mobile {
    aspect-ratio: var(--media-aspect-ratio);
  }
  .media-position--top.section-height-auto--mobile .media,
  .media-position--bottom.section-height-auto--mobile .media,
  .media-position--start.section-height-auto--mobile .media {
    aspect-ratio: var(--media-aspect-ratio);
  }
  .media-position--top:not(.section-height-auto--mobile) .media,
  .media-position--bottom:not(.section-height-auto--mobile) .media,
  .media-position--start:not(.section-height-auto--mobile) .media {
    width: 100%; height: 100%;
  }

  .section-height-third--mobile {
    height: 33svh;
  }
  .section-height-half--mobile {
    height: 50svh;
  }
  .section-height-full--mobile {
    height: calc(100svh - var(--header-top-position));
  }
  .section-height-auto--mobile {
    height: auto;
  }
}
/* Section Height - END */

/* Section Specific - START -- note: this can be generalized */
.section-carousel .swiper-slide {
  height: auto;
}
.section-carousel .media-position--background {
  aspect-ratio: var(--aspect-ratio);
}
.section-carousel .media-position--top .media,
.section-carousel .media-position--bottom .media,
.section-carousel .media-position--start .media {
  aspect-ratio: var(--aspect-ratio);
}
.section-carousel .content {
  padding: var(--padding);
}
.section-carousel__block {
  width: 100%;
  height: 100%;
  display: flex;
}
.section-carousel__block.media-position--top .media,
.section-carousel__block.media-position--bottom .media {
  width: 100%;
  height: unset;
}
/* Section Specific - END */

.media {
  display: block;
  background-color: rgb(var(--color-background));
  position: relative;

  border-radius: var(--card-corner-radius);
  overflow: hidden;
}

.max-w-full .media {
  border-radius: 0;
}

.media--overlay:after {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-image: var(--media-overlay-gradient);
  pointer-events: none;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  .media--overlay:after {
    background-image: var(--media-overlay-gradient-mobile);
  }
}

.media > *,
.media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 1;

  position: relative;
}

.media iframe {
  border-radius: 0;
  border: none;
}

a.media {
  transition: opacity var(--duration-default);
}

a.media.card-product__media {
  aspect-ratio: var(--card-media-aspect-ratio);
  border-radius: var(--card-corner-radius);
}

@media (hover: hover) {
  a.media:hover {
    opacity: 0.7;
  }
}

.media img,
.media > iframe,
.media video {
  object-fit: cover;
  object-position: center center;
  transition: opacity var(--duration-extra-long),
    visibility var(--duration-extra-long);
}

.media.card-product__media img,
.media.card-product__media > iframe,
.media.card-product__media video {
  object-fit: var(--card-media-object-fit, cover);
}

.media--square {
  aspect-ratio: 1/1;
}

.media--portrait {
  aspect-ratio: 3/4;
}

.media--landscape {
  aspect-ratio: 3/2;
}

.media--1-1 {
  aspect-ratio: 1/1;
}
.media--4-3 {
  aspect-ratio: 3/4;
}
.media--3-4 {
  aspect-ratio: 4/3;
}
.media--16-9 {
  aspect-ratio: 16/9;
}
.media--9-16 {
  aspect-ratio: 9/16;
}
.media--3-2 {
  aspect-ratio: 3/2;
}
.media--2-3 {
  aspect-ratio: 2/3;
}

.media--small {
  aspect-ratio: 3/2;
}

.media--circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
}

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

  .media--mobile-2-4 {
    aspect-ratio: 2/4;
  }
}

@media screen and (min-width: 750px) {
  .small-up-hide-media-overlay .media--overlay::after {
    display: none;
  }
}

.media--aspect-ratio {
  aspect-ratio: auto;
}

.media--aspect-ratio > *,
.media--aspect-ratio img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: static;
}

.media .lazyload,
.media .lazyloading {
  opacity: 0;
  visibility: hidden;
}

.media .lazyloaded {
  opacity: 1;
  visibility: inherit;
}

deferred-media {
  display: block;
}

.deferred-media__button {
  width: 100%;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}

.deferred-media[loaded] .deferred-media__button {
  display: none;
}

.deferred-media__button svg {
  background-color: rgb(var(--color-background));
  position: absolute;
  inset-block-start: 2rem;
  inset-inline-end: 2rem;
  z-index: 1;
}

.deferred-media iframe,
.deferred-media video {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.deferred-media__wrapper {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  transform: translateY(-50%);
  overflow: hidden;
  aspect-ratio: 16/9;
}

.js-btn svg {
  pointer-events: none;
}

.button,
#shopify-product-reviews .spr-summary-actions-newreview {
  display: inline-block;
  text-align: center;
  border: 0;
  border-radius: var(--button-border-radius);
  padding: 1.6rem 2.4rem;
  cursor: pointer;
  font-family: var(--font-button-family);
  font-size: calc(var(--font-button-scale) * 1rem);
  line-height: calc(1 + 0.0 / var(--font-button-scale));
  font-weight: var(--font-button-weight);
  letter-spacing: var(--font-button-letter-spacing);
  text-transform: var(--button-text-transform);
  color: var(--color-button-text);
  text-decoration: none;
  background-color: var(--color-button-background);
  border: 0.1rem solid var(--color-button-outline);
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  transition: color var(--duration-long), background-color var(--duration-long), border-color var(--duration-long), opacity var(--duration-default);
}

.button--fixed-size {
  min-width: 18rem;
  max-width: 100%;
  min-height: 5rem;
}

.button--filled {
  --color-button-text: rgb(var(--color-filled-button-text));
  --color-button-background: rgb(var(--color-filled-button));
  --color-button-outline: rgb(var(--color-filled-button));
  --color-button-hover-text: rgb(var(--color-filled-button));
  --color-button-hover-background: transparent;
  --color-button-hover-outline: rgb(var(--color-filled-button));
}
.button--filled:focus-visible {
  outline: 0.2rem solid var(--color-button-background);
}

.button--outlined {
  --color-button-text: rgb(var(--color-outlined-button-text));
  --color-button-background: transparent;
  --color-button-outline: rgb(var(--color-outlined-button-text));
  --color-button-hover-text: rgb(var(--color-outlined-button));
  --color-button-hover-background: rgb(var(--color-outlined-button-text));
  --color-button-hover-outline: rgb(var(--color-outlined-button-text));
}
.button--outlined:focus-visible {
  outline: 0.2rem solid var(--color-button-outline);
}

.button--inverse {
  --color-button-text: rgb(var(--color-filled-button));
  --color-button-background: rgb(var(--color-filled-button-text));
  --color-button-outline: rgb(var(--color-filled-button-text));
  --color-button-hover-text: rgb(var(--color-filled-button-text));
  --color-button-hover-background: rgb(var(--color-filled-button));
  --color-button-hover-outline: rgb(var(--color-filled-button-text));
}
.button--inverse:focus-visible {
  outline: 0.2rem solid var(--color-button-background);
}

.spr-button-primary,
#shopify-product-reviews .spr-button,
#shopify-product-reviews .spr-summary-actions-newreview {
  --color-button-text: rgb(var(--color-outlined-button-text));
  --color-button-background: rgb(var(--color-outlined-button));
  --color-button-outline: rgb(var(--color-outlined-button-text));
  --color-button-hover-text: rgb(var(--color-outlined-button-text));
  --color-button-hover-background: rgb(var(--color-outlined-button));
}

.button--normalcase,
.button--capitalize,
.button--lowercase {
  text-transform: none;
}

.button--uppercase {
  text-transform: uppercase;
}

.button--lowercase {
  text-transform: lowercase;
}

.button--capitalize {
  text-transform: capitalize;
}

.button--normalcase {
  text-transform: none;
}

.button.button--text {
  padding: 0.425rem 0;
  border-width: 0;
  background-color: transparent;
  font-size: var(--font-size-static-sm);
  line-height: var(--line-height-static-sm);
  letter-spacing: var(--font-button-letter-spacing);
  color: rgb(var(--color-foreground));
  position: relative;

  min-width: auto; min-height: auto;
}

.button.button--text::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, 0);
  height: 1px;
  background-color: rgb(var(--color-filled-button));
  transition: background-color var(--duration-long), width var(--duration-long);
}
[dir='rtl'] .button.button--text::after {
  transform: translate(50%, 0);
}

.button.button--small {
  padding: .6rem .8rem;
  font-weight: var(--font-weight-button-medium);
  line-height: var(--line-height-static-sm);
  letter-spacing: 1px;
}

.button.button--icon {
  border-radius: var(--button-action-border-radius, 0.6rem);
  padding: 1.2rem;
  box-shadow: 0px 6.65px 9.776px 0px rgba(var(--color-shadow), 0.03), 0px 22.336px 32.834px 0px rgba(var(--color-shadow), 0.04), 0px 100px 147px 0px rgba(var(--color-shadow), 0.07);
}

.button__spinner {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-popup-overlay);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default),
    visibility var(--duration-default);
  border-radius: var(--button-border-radius);
}

.button:disabled,
.button.disabled,
.button[disabled] {
  /* digi-note--kk - is this transformed to a variable? -- start */
  --color-button-text: rgb(255, 255, 255);
  --color-button-background: rgb(224, 224, 224);
  --color-button-outline: rgb(224, 224, 224);
  /* opacity: 0.7; */
  /* digi-note--kk - is this transformed to a variable? -- end */
  pointer-events: none;
}

.button:disabled .button__spinner,
.button.disabled .button__spinner,
.button[disabled] .button__spinner {
  opacity: 1;
  visibility: visible;
}

.button--auto {
  padding-inline: 3.9rem;
  min-width: auto;
}

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

.button--full-height {
  height: 100%;
}

.button--border-none {
  border: none;
}

.button--rounded {
  border-radius: 5rem;
}

.button--rounded-0 {
  border-radius: 0;
}

@media (hover: hover) {
  .button:hover,
  #shopify-product-reviews .spr-summary-actions-newreview:hover {
    color: var(--color-button-hover-text);
    background-color: var(--color-button-hover-background);
    border-color: var(--color-button-hover-outline);
  }

  .button.button--text:hover::after {
    width: 30%;
  }

  .button.button--text:hover::after {
    background-color: rgb(var(--color-heading-text));
  }

  .button.button--icon {
    background-color: var(--color-button-background);
  }
}

.inactive-link {
  pointer-events: none;
  cursor: pointer;
}

.sign-in-with-shop-provider {
  text-align: center;
}
.sign-in-with-shop-provider .button {
  width: 100%;
}
.sign-in-with-shop-provider p {
  margin-block-end: 0;
}

/* Shopify Accelerated Checkout Button -- Start */
.shopify-payment-button [role='button'],
button.shopify-payment-button__button--unbranded {
  display: inline-block;
  text-align: center;
  border: 0;
  border-radius: var(--button-border-radius);
  padding: 1.6rem 2.4rem;
  cursor: pointer;
  font-family: var(--font-button-family);
  font-size: calc(var(--font-button-scale) * 1rem);
  line-height: calc(1 + 0.0 / var(--font-button-scale));
  font-weight: var(--font-button-weight);
  letter-spacing: var(--font-button-letter-spacing);
  text-transform: var(--button-text-transform);
  color: var(--color-button-text);
  text-decoration: none;
  background-color: var(--color-button-background);
  border: 0.1rem solid var(--color-button-outline);
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  transition: color var(--duration-long), background-color var(--duration-long), border-color var(--duration-long), opacity var(--duration-default);
}

quick-cart-drawer:not(:has(.shopify-payment-button)) .button--highlighted-product {
  margin-block-start: calc(-1 * var(--spacing-4));
}

button.shopify-payment-button__button {
  --color-button-text: rgb(var(--color-filled-button-text));
  --color-button-background: rgb(var(--color-filled-button));
  --color-button-outline: rgb(var(--color-filled-button));
  --color-button-hover-text: rgb(var(--color-filled-button));
  --color-button-hover-background: transparent;
  --color-button-hover-outline: rgb(var(--color-filled-button));
}

button.shopify-payment-button__button--unbranded {
  --color-button-text: rgb(var(--color-outlined-button-text));
  --color-button-background: transparent;
  --color-button-outline: rgb(var(--color-outlined-button-text));
  --color-button-hover-text: rgb(var(--color-outlined-button));
  --color-button-hover-background: rgb(var(--color-outlined-button-text));
  --color-button-hover-outline: rgba(var(--color-outlined-button), var(--button-hover-border-color-opacity));
}

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

.shopify-payment-button__button--branded .shopify-cleanslate div[role='button'] {
  padding-block: 1.2rem !important;
}
more-payment-options-link {
  display: inline-flex;
  transform: translateX(-50%);
  inset-inline-start: 50%;
  position: relative;
}
[dir='rtl'] more-payment-options-link {
  transform: translateX(50%);
  inset-inline-start: auto;
  inset-inline-end: 50%;
}

.shopify-payment-button__more-options {
  display: inline-block;
  margin-block-start: 1.2rem;
  position: relative;
  text-transform: uppercase;
  margin-top: var(--spacing-3)!important;
  font-size: var(--font-size-static-xs)!important;
  line-height: var(--line-height-static-sm);
  letter-spacing: var(--font-button-letter-spacing);
  text-decoration: none!important;
}

.shopify-payment-button__more-options::after {
  content: '';
  position: absolute;
  inset-block-end: calc(-1.5 * var(--spacing-1))!important;
  inset-inline: 0;
  margin-inline: auto;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-filled-button));
  transition: background-color var(--duration-long), width var(--duration-long);
}

[data-shopify="payment-button"] {
  min-height: 4.4rem;
}

.shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}

.shopify-cleanslate [role='button'] {
  height: 46px !important;
}

.shopify-cleanslate div > ul > li {
  border-radius: var(--button-border-radius);
  overflow: hidden;
}

.cart__dynamic-checkout {
  width: 100%;
}

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-block-size: 46px;
  --shopify-accelerated-checkout-button-border-radius: var(--button-border-radius);
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-skeleton-background-color: var(--color-button-background);
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 46px;
  --shopify-accelerated-checkout-button-inline-size: 46px;
  --shopify-accelerated-checkout-button-border-radius: var(--button-border-radius);
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-inline-alignment: flex-start;
  --shopify-accelerated-checkout-row-gap: var(--spacing-2);
  --shopify-accelerated-checkout-skeleton-background-color: var(--color-button-background);
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

.shopify-payment-button [role='button']:hover,
button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  color: var(--color-button-hover-text);
  background-color: var(--color-button-hover-background);
  border-color: var(--color-button-hover-outline);
}

button.shopify-payment-button__button:hover {
  color: var(--color-button-hover-text);
  background-color: var(--color-button-hover-background);
  border-color: var(--color-button-hover-text);
}
/* Shopify Accelerated Checkout Button -- End */

/* Shopify Challenge Button -- Start */
.shopify-challenge__button {
  display: inline-block;
  text-align: center;
  border: 0;
  border-radius: var(--button-border-radius);
  margin: var(--spacing-4) auto 0;
  padding: 1.6rem 2.4rem;
  cursor: pointer;
  font-family: var(--font-button-family);
  font-size: calc(var(--font-button-scale) * 1rem);
  line-height: calc(1 + 0.0 / var(--font-button-scale));
  font-weight: var(--font-button-weight);
  letter-spacing: var(--font-button-letter-spacing);
  text-transform: var(--button-text-transform);
  color: var(--color-button-filled-text);
  text-decoration: none;
  background-color: var(--color-button-filled-background);
  border: 0.1rem solid var(--color-button-outline);
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  transition: color var(--duration-long), background-color var(--duration-long), border-color var(--duration-long), opacity var(--duration-default);
}
.shopify-challenge__button {
  --color-button-text: rgb(var(--color-filled-button-text));
  --color-button-background: rgb(var(--color-filled-button));
  --color-button-outline: rgb(var(--color-filled-button));
  --color-button-hover-text: rgb(var(--color-filled-button));
  --color-button-hover-background: transparent;
  --color-button-hover-outline: rgb(var(--color-filled-button));
}
@media (hover: hover) {
  .shopify-challenge__button:hover {
    color: var(--color-button-filled-background);
    background-color: var(--color-button-filled-text);
    border-color: var(--color-button-filled-background);
  }
}
/* Shopify Challenge Button -- End */

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

.form-row--actions {
  display: block;
}

.form-row--double {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 749px) {
  .form-row--double {
    grid-template-columns: 1fr;
  }
}

.form-row + .form-row {
  margin-block-start: 1.6rem;
}

.field {
  position: relative;
}

.field__label:not(.visually-hidden),
.field__input,
.dropdown__label {
  position: relative;
  z-index: 2;
}
.field__input::placeholder,
.field__input:-ms-input-placeholder {
  color: rgba(var(--color-foreground), 0.75);
}
.field__input:focus::placeholder,
.field__input:focus:-ms-input-placeholder {
  color: transparent;
}

#shopify-product-reviews .spr-form-label,
.field__label,
.select-input__label,
.dropdown__button,
.dropdown__label {
  color: rgb(var(--color-foreground));
  font-size: var(--font-size-static-xs);
  line-height: var(--line-height-static-sm);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  cursor: pointer;
  font-weight: var(--font-weight-medium);
}

#shopify-product-reviews .spr-form-label,
.field__label,
.select-input__label,
.dropdown__label {
  margin: 0 0 0.8rem;
}

#shopify-product-reviews .spr-form-input:not(.spr-starrating),
#shopify-product-reviews .spr-form-input-textarea,
.field__input {
  outline: none;
  font: inherit;
  font-size: var(--font-size-static-sm);
  line-height: var(--line-height-static-md);
  background-color: transparent;
  color: rgb(var(--color-heading-text));
  width: 100%;
  height: 4.8rem;
  padding: 0 1.6rem;
  border: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
  border-radius: var(--input-border-radius);
  -webkit-appearance: none;
  appearance: none;
  transition: border-color var(--duration-default);
}

#shopify-product-reviews .spr-form-input:not(.spr-starrating)::placeholder {
  color: rgba(var(--color-foreground), 0.75);
}

#shopify-product-reviews .spr-form-input {
  padding: var(--input-border-radius);
}

.field--textarea .field__input {
  display: block;
  height: auto;
  min-height: 11.4rem;
  padding: var(--spacing-4);
  resize: vertical;
}

.field__message {
  display: none;
}

.has-error .field__input:not(:focus) ~ .field__message {
  display: block;
  margin: 0.8rem 0 0;
}

.has-error .field__message,
.errors {
  color: var(--color-error);
  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-md);
  line-height: var(--line-height-static-sm);
}

.errors {
  margin-block-end: 3.2rem;
}

.errors ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.has-error .field__input:not(:focus) {
  color: var(--color-error);
  text-align: center;
  background-color: rgba(228, 95, 95, 0.025);
  border-color: var(--color-error);
}

.has-error .field__input:not(:focus)::placeholder {
  color: var(--color-error);
  text-align: start;
}

@media (hover: hover) {
  .field__input:hover {
    border-color: currentColor;
  }
}

.field__input:focus {
  border-color: currentColor;
}

/* SEARCH FIELD - START */
html.js .drawer--search .drawer__content {
  transform: unset;
  transform: translateY(-100%);
  padding: var(--spacing-6) var(--spacing-4) var(--spacing-5);
}

.field--search {
  flex: 1;
}

.field--search .field__input {
  padding-inline-start: 0;
  font-size: var(--font-size-static-h6);
  line-height: var(--line-height-static-sm);
  border-radius: 0;
  border: none;
}

.drawer--search .drawer__row {
  margin-block: 0;
}

.drawer--search .search__body,
.drawer--search .search-drawer__suggestions {
  margin-block: var(--spacing-5);
  padding-block: var(--spacing-5);
  border-block-start: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
}

.search-drawer__title, h6.search-drawer__title {
  font-family: var(--font-heading-family);
  color: rgb(var(--color-heading-text));
  opacity: .5;
  font-size: var(--font-size-static-xs);
  font-weight: var(--font-weight-heading-medium);
  line-height: var(--line-height-static-sm);
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  margin: 0 0 1.6rem;
}

.drawer--search .search-drawer__suggestions ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.drawer--search .search-drawer__suggestions ul li a {
  border: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
}

.field--search .field__input::-webkit-search-decoration,
.field--search .field__input::-webkit-search-cancel-button,
.field--search .field__input::-webkit-search-results-button,
.field--search .field__input::-webkit-search-results-decoration {
  display: none;
}

.search__controls .drawer__button-close {
  width: 2.8rem; height: 2.8rem;
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  margin-block-end: 0;
  padding: 0;
  z-index: 10;
}

.template--search .search__controls {
  position: relative;
  padding-inline-end: 0;
}
.template--search .search__controls .drawer__button-close {
  display: none;
}
.template--search .search-hero .search__controls .search__button--submit,
.template--search .search-hero .search__controls .search__button--clear {
  position: absolute;
  z-index: 3;
}
.template--search .search-hero .search__controls .search__button--submit {
  margin-inline-end: var(--spacing-3);
  display: flex; align-items: center; justify-content: center;
}
.template--search .search-hero .search__controls .search__button--submit svg {
  width: 1.6rem; height: 1.6rem;
}

@media screen and (min-width: 990px) {
  html.js .drawer--search .drawer__content {
    padding-block-start: var(--spacing-7);
    padding-inline: var(--spacing-6);
  }

  .field--search .field__input {
    font-family: var(--font-heading-family);
    font-size: var(--font-size-static-h5);
  }

  .field--search::after {
    display: none;
  }
}
/* SEARCH FIELD - END */

.checkbox {
  display: flex;
  align-items: center;
  color: rgb(var(--color-heading-text));
  font-size: var(--font-size-static-sm);
  line-height: var(--line-height-static-sm);
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing-medium);
  transition: opacity var(--duration-default);
}

.checkbox--plain {
  color: rgb(var(--color-foreground));
  font-size: var(--font-size-static-md);
  text-transform: none;
  letter-spacing: normal;
}

.checkbox--disabled {
  opacity: 0.6;
  pointer-events: none;
}

.checkbox input {
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  border: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
  margin: 0;
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color var(--duration-default),
    background-color var(--duration-default);
}

.checkbox input:before {
  content: '';
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  background-color: currentColor;
  opacity: 0;
  transition: opacity var(--duration-default);
}
[dir='rtl'] .checkbox input:before {
  transform: translate(50%, -50%);
}

.checkbox input + label,
.checkbox__label {
  cursor: pointer;
  padding-inline: 0.8rem;
}

.checkbox label a {
  text-decoration: underline;
}

@media (hover: hover) {
  .checkbox label a:hover {
    text-decoration: none;
  }
}

.checkbox input:checked {
  border-color: currentColor;
  background-color: rgba(var(--color-border), var(--alpha-border));
}

.checkbox input:checked:before {
  opacity: 1;
}

quantity-input {
  display: block;
}

.quantity {
  color: rgb(var(--color-outlined-button));
  position: relative;
  width: 8rem;
}

.quantity__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 0.4rem;
  border: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
  border-radius: var(--badge-border-radius);
}

.quantity__input {
  color: rgb(var(--color-foreground));
  font: inherit;
  font-size: var(--font-size-static-sm);
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 2rem;
  height: 2.8rem;
  flex-grow: 0;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
}

.quantity__button {
  color: rgb(var(--color-foreground));
  width: 2rem;
  flex-shrink: 0;
  opacity: 0.5;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity__button svg {
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-shadow)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-shadow)) 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;
  appearance: textfield;
}

.quantity--compact .quantity__input {
  width: 4rem;
  height: 4rem;
  flex-grow: 0;
}

.select-input {
  width: 100%;
}

select {
  background: none;
  color: inherit;
}

dropdown-input.has-error .dropdown__button {
  border-color: var(--color-error);
}

.select-input__wrapper, .dropdown__button {
  position: relative;
  color: rgb(var(--color-foreground));
}

.select-input__wrapper svg,
.dropdown__button svg {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 1.6rem;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.select-input__el,
.dropdown__button {
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  color: rgb(var(--color-foreground));
  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-sm);
  letter-spacing: var(--letter-spacing-medium);
  text-transform: uppercase;
  background-color: transparent;
  width: 100%;
  height: 6rem;
  padding: 0.8rem 4.8rem 0.8rem 1.6rem;
  border: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
  border-radius: var(--input-border-radius);
  transition: border-color var(--duration-default);
}

.select-input--default .select-input__el,
.dropdown__button {
  color: rgb(var(--color-foreground));
  text-transform: none;
  letter-spacing: 0;
  height: 4.8rem;
  padding-block: 0;
}

.select-input--default .select-input__el:focus,
.select-input--default .select-input__el:hover,
.dropdown__button:hover,
.dropdown__button:focus,
.is-open .dropdown__button {
  border-color: rgba(var(--color-border), var(--alpha-border));
  outline: none;
}

.dropdown__button  {
  display: flex;
  align-items: center;
}

.dropdown__list {
  background-color: rgb(var(--color-background));
  width: 100%;
  /* min-height: 14.6rem; */
  max-height: 30rem;
  border: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
  overflow-y: auto;
  position: absolute !important;
  inset-block-start: calc(100% - 1px);
  inset-inline-start: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default),
    visibility var(--duration-default);
}

.is-open .dropdown__list {
  opacity: 1;
  visibility: visible;
}

.dropdown__item-button {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  font: inherit;
  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-sm);
  text-align: center;
  display: block;
  width: 100%;
  height: 4.8rem;
  padding: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  will-change: background-color;
  transition: background-color var(--duration-default);
}

.is-active .dropdown__item-button {
  background-color: rgba(var(--color-foreground), .025);
}

@media (hover:hover) {
  .dropdown__item-button:hover:not([disabled]) {
    background-color: rgba(var(--color-foreground), .05);
  }

  .dropdown__item-button[disabled]:hover {
    cursor: not-allowed;
  }
}

.shopify-policy__title {
  margin: 0 0 .8rem;
}

.shopify-policy__title > * {
  text-transform: capitalize;
  font-size: calc(var(--font-heading-scale) * var(--h3-multiplier));
  color: rgb(var(--color-heading-text));
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  word-break: break-word;
  margin-block: 0;
  line-height: var(--line-height-h3);
  padding-block: calc(var(--h3-multiplier) / 5);
}

.shopify-policy__container {
  padding-block-start: 4rem;
  padding-block-end: 3.2rem;
  max-width: calc(var(--page-width) * var(--max-w-xxs-multiplier));
}

@media screen and (min-width: 750px) {
  .shopify-policy__title {
    margin: 0 0 1.6rem;
  }
  .shopify-policy__container {
    padding-block-start: 3.2rem;
    padding-block-end: 6.4rem;
  }
}

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

.rte a {
  color: currentColor;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.rte p:first-child {
  margin-block-start: 0;
}

.rte p:last-child {
  margin-block-end: 0;
}

.rte p > img {
  width: 100%;
  display: block;
  margin: 3.2rem 0;
}

@media screen and (min-width: 990px) {
  .rte p > img {
    margin: 4.8rem 0;
  }
}

@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 749px) {
    input, select, textarea {
      font-size: var(--font-size-static-lg) !important;
    }
  }
}

.rte table {
  width: 100%;
}

.rte table td:not(:first-child) {
  text-align: center;
}

.rte iframe {
  max-width: 100%;
  display: block;
  margin-inline: auto;
}

.price {
  font-size: var(--font-size-static-sm);
  color: rgb(var(--color-heading-text));
  line-height: var(--line-height-static-md);
  font-weight: var(--font-weight-normal);
}

.price__sale--has-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price__sale--has-badge .price__sale-inner {
  flex-shrink: 0;
}

.price__sale--has-badge .price__sale-inner:not(:last-child) {
  margin-inline-end: 1.6rem;
}

.price span.sale,
.price ins {
  color: var(--color-error);
  text-decoration: none;
}

.price del {
  color: rgb(var(--color-foreground));
  margin-inline-end: 0.5rem;
}

.badge {
  height: fit-content;
  display: inline-block;
  padding: 0.5rem;
  background-color: rgb(var(--color-tag-background));
}

.badge--round {
  border-radius: 1.4rem;
  padding-inline: 0.8rem;
}

.badge--transparent {
  padding: 0;
  background-color: transparent;
}

/* Swiper slider */

.swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: absolute;
  inset-block-start: 50%;
  inset-inline: 0;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.swiper-button {
  width: 4.2rem;
  height: 4rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: var(--button-action-border-radius, 0.6rem);
  cursor: pointer;
  pointer-events: all;
  position: relative;
  will-change: opacity;
  transition: opacity var(--duration-default);
  color: rgba(var(--color-button-swiper));
  user-select: none;
}

/* .swiper-button svg {
  width: auto; height: 100%;
  pointer-events: none;
} */

.swiper-button:disabled,
.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* all classes with starting .swiper-button--prev */
button[class*=" swiper-button--prev"] {
  margin-inline-end: 1.6rem;
  transform: scaleX(-1);
}
[dir='rtl'] button[class*=" swiper-button--prev"] {
  margin-inline-end: unset;
  transform: scaleX(1);
}
[dir='rtl'] button[class*=" swiper-button--next"] {
  margin-inline-start: 1.6rem;
  transform: scaleX(-1);
}

@media (hover: hover) {
  .swiper-button:hover {
    opacity: 0.7;
  }
}

.section__head--buttons .swiper-buttons {
  margin-block-start: 0;
  margin-inline-start: 3.6rem;
  padding: 0;
}
.section__head--buttons .swiper-buttons .swiper-button {
  width: 2.4rem; height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__head--buttons .swiper-buttons .icon {
  width: 1.6rem; height: 1.6rem;
}
.section__head--buttons .swiper-buttons .swiper-button--prev {
  margin-inline-end: 1.6rem;
}

.swiper-pagination--shape {
  display: flex;
  align-items: center;
  --swiper-pagination-top: 1rem;
  inset-block-start: 1rem;
  inset-block-end: unset !important;
  inset-inline-start: 1rem !important;
  width: fit-content !important;
}
.swiper-pagination--shape .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 0.5rem;
  border: 0.2rem solid rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: 0.3s;
}
.swiper-pagination--shape .swiper-pagination-bullet span {
  color: rgb(var(--color-white-rgb));
  font-size: var(--font-size-static-sm);
  font-weight: var(--font-heading-weight);
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.2rem;
}
[dir='rtl'] .swiper-pagination--shape .swiper-pagination-bullet span {
  transform: translate(50%, -50%);
}
.swiper-pagination--shape .progress--square .origin {
  border-radius: 0.5rem;
  fill: transparent;
  stroke: rgb(255, 255, 255);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 155px;
  stroke-dashoffset: 155px;
}
.swiper-pagination--shape .progress--circle {
  display: block;
  position: fixed;
  inset-inline-start: -1.6rem;
  transform: rotate(-90deg);
}
.swiper-pagination--shape .progress--circle .origin {
  fill: transparent;
  stroke: rgb(255, 255, 255);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 56.5487px;
  stroke-dashoffset: 56.5487px;
}
.swiper-pagination--shape .swiper-pagination-bullet-active .progress--circle .origin {
  animation: circle-progress var(--slideshow-pagination-progress-time);
}

.swiper-pagination--dots {
  display: flex;
  gap: var(--spacing-1);
  --swiper-pagination-bullet-horizontal-gap: 0;
}

.swiper-pagination--dots .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.4rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(var(--color-background), 0.0);
  transition: background-color var(--duration-default);
}
.swiper-pagination--dots .swiper-pagination-bullet::before,
.swiper-pagination--dots .swiper-pagination-bullet span {
  display: inline-block;
  width: 0.4rem; height: 0.4rem;
  border-radius: 50%;
  background-color: rgba(var(--color-foreground), 0.5);
}

.swiper-pagination--dots .swiper-pagination-bullet-active {
  background-color: rgba(var(--color-foreground), 0.1);
}
.swiper-pagination--dots .swiper-pagination-bullet-active::before,
.swiper-pagination--dots .swiper-pagination-bullet-active span {
  background-color: rgba(var(--color-foreground), 0.75);
}

.slideshow-alignment--center {
  width: fit-content !important;
  margin-inline: auto;
}

/* Product Variants and Swatches */
.product-card fieldset {
  margin: 0; padding: 0; border: 0; /* reset */
  display: flex;
  align-items: center;
}

/* PRODUCT OPTION STYLES -- START */
.variant-options,
.product__variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-3);
}
.product .product__variant-options {
  gap: var(--spacing-2);
}
.product-card .product__variant-options {
  gap: var(--spacing-1);
}
.product .product__variant-options > * {
  display: inline-flex;
}

.variant-options fieldset,
.product__variant-options fieldset,
fieldset.product__variant-options {
  margin: 0; padding: 0; border: 0; /* reset */
  display: flex;
  align-items: center;
}

.variant-options fieldset legend,
.product__variant-options fieldset legend,
fieldset.product__variant-options legend {
  margin: 0; padding: 0; border: 0; /* reset */
  margin-block-end: var(--spacing-1);

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

  font-size: var(--font-size-static-sm);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: rgb(var(--color-heading-text));
}
.product .product__variant-options legend {
  margin-block-end: var(--spacing-2);
}

.variant-options fieldset legend span,
.product__variant-options fieldset legend span,
fieldset.product__variant-options legend span,
.variant-options fieldset legend strong,
.product__variant-options fieldset legend strong,
fieldset.product__variant-options legend strong {
  font-weight: var(--font-weight-heading-semibold);
  margin-inline-start: var(--spacing-1);
}

.product-card .button--variant:has(.product-option__label) {
  min-width: var(--product-card-option-button-size);
  height: calc(var(--product-card-option-button-size) + 0.05rem);
}
.product-card .product-option__input + .product-option__label--image {
  width: var(--product-card-option-button-size);
  height: var(--product-card-option-button-size);
}

.product-option__label {
  --variant-option-label--border-radius: 0;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  width: auto;
  max-width: 100%;

  font-size: var(--font-size-static-xs);
  line-height: var(--line-height-static-xs);
  letter-spacing: 0.1rem;
  color: rgb(var(--color-foreground));
  text-transform: uppercase;
  cursor: pointer;

  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-radius: var(--variant-option-label--border-radius);

  will-change: border-color;
  transition: border-color var(--duration-default);
}

.product-option__label:hover {
  border: 0.1rem solid rgba(var(--color-foreground), 0.25);
}

.product-option__label:not(.product-option__label--image):not(:has(.product-option__swatch)) {
  width: auto;
  min-width: 2.8rem;
  height: 2.8rem;
  padding-inline: var(--spacing-2);

  will-change: border-color, background-color;
  transition: border-color var(--duration-default), background-color var(--duration-default);
  --variant-option-label--border-radius: 0;
}
.product-card .product-option__label:not(.product-option__label--image):not(:has(.product-option__swatch)) {
  min-width: var(--product-card-option-button-size);
  height: var(--product-card-option-button-size);
}

.product__product-group .product-option__label {
  min-width: var(--product-card-option-button-size);
  height: var(--product-card-option-button-size);
}

.product-option__label--square {
  --variant-option-label--border-radius: 0;
}
.product-option__label--rounded {
  --variant-option-label--border-radius: var(--button-border-radius);
}
.product-option__label--circle {
  --variant-option-label--border-radius: 50%;
}
.product-option__swatch--square {
  --variant-option-swatch--border-radius: 0;
}
.product-option__swatch--circle {
  --variant-option-swatch--border-radius: 50%;
}
.product-option__label--square .product-option__swatch--circle {
  --variant-option-swatch--border-radius: 0;
}

.product-option__input:active + .product-option__label,
.product-option__input:checked + .product-option__label,
.product-option__input:focus-visible + .product-option__label,
.product-option__input:active:focus-visible + .product-option__label,
.product-option__input:checked:focus-visible + .product-option__label {
  border-color: rgba(var(--color-foreground), 1.00);
}

.product-option__input:active + .product-option__label:has(.product-option__swatch),
.product-option__input:checked + .product-option__label:has(.product-option__swatch) {
  border-color: rgba(var(--color-foreground), 1.00);
}

.product-option__input:disabled + .product-option__label,
.product-option__input.disabled + .product-option__label {
  pointer-events: none;
  border-color: rgba(var(--color-foreground), 0.15);
  color: rgba(var(--color-foreground), 0.4);
  background-color: transparent;
  overflow: hidden;
}

.product-option__input:disabled:active + .product-option__label,
.product-option__input.disabled:active + .product-option__label,
.product-option__input:disabled:checked + .product-option__label,
.product-option__input.disabled:checked + .product-option__label,
.product-option__input:disabled:focus-visible + .product-option__label,
.product-option__input.disabled:focus-visible + .product-option__label,
.product-option__input:disabled:active:focus-visible + .product-option__label,
.product-option__input.disabled:active:focus-visible + .product-option__label,
.product-option__input:disabled:checked:focus-visible + .product-option__label,
.product-option__input.disabled:checked:focus-visible + .product-option__label {
  border-color: rgba(var(--color-foreground), 0.5);
}

.product-option__label:has(.product-option__swatch) .product-option__swatch {
  width: 1.6rem; height: 1.6rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.25);
}

.product-option__input:checked + .product-option__label:has(.product-option__swatch) {
  border: 0.15rem solid rgba(var(--color-foreground), 1);
}

.product-card .product-option__label:has(.product-option__swatch) {
  width: auto;
  height: var(--product-card-option-button-size);
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.product-card .product-option__label:has(.product-option__swatch) .product-option__swatch {
  width: 100%;
  height: 100%;
}
.product-card .product-option__label:has(.product-option__swatch) .product-option__swatch.product-option__swatch--circle {
  border-radius: 50%;
}

.product-option__label .product-option__swatch {
  --variant-option-swatch--size: 2.4rem;
  --variant-option-swatch--border-radius: var(var(--variant-option-label--border-radius), 50%);

  position: relative;
  display: block;
  width: var(--variant-option-swatch--size);
  height: var(--variant-option-swatch--size);
  background: var(--swatch--background);
  background-position: var(--swatch-focal-point, 50% 50%);
  background-size: cover;
  background-origin: border-box;
  border: 0.1rem solid rgba(var(--color-foreground), 0.25);
  border-radius: var(--variant-option-swatch--border-radius);
  cursor: pointer;
  transition: opacity var(--duration-default), border-color var(--duration-default), transform var(--duration-default);
}

.product-option__label .product-option__swatch--unavailable {
  border-style: dashed;
  border-color: rgba(var(--color-foreground), 0.5);
}

.product-option__input:disabled + .product-option__label .product-option__swatch,
.product-option__input.visually-disabled + .product-option__label .product-option__swatch {
  position: relative;
  overflow: hidden;
  opacity: 0.4;
}

.product-option__input:disabled + .product-option__label::after,
.product-option__input.disabled + .product-option__label::after,
.product-option__input.visually-disabled + .product-option__label::after,
.product-option__input:disabled + .product-option__label .product-option__swatch::after,
.product-option__input.disabled + .product-option__label .product-option__swatch::after,
.product-option__input.visually-disabled + .product-option__label .product-option__swatch::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(var(--color-background), 0) calc(50% - 1px), rgba(var(--color-foreground), 0.0), rgba(var(--color-background), 0) calc(50% + 1px));
}

.product-option__input:disabled + .product-option__label::before,
.product-option__input.disabled + .product-option__label::before,
.product-option__input.visually-disabled + .product-option__label::before,
.product-option__input:disabled + .product-option__label .product-option__swatch::before,
.product-option__input.disabled + .product-option__label .product-option__swatch::before,
.product-option__input.visually-disabled + .product-option__label .product-option__swatch::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(var(--color-background), 0) calc(50% - 1px), rgba(var(--color-foreground), 0.1), rgba(var(--color-background), 0) calc(50% + 1px));
}

.product-option__input + .product-option__label--image {
  --variant-option-label--border-radius: 0;
  position: relative;
  display: block;
  width: 6rem; height: 6rem;
  transform: none; transition: none; background: none;
  overflow: hidden;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
}

.product-option__input + .product-option__label--image > img,
.product-option__input + .product-option__label--image > svg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-option__input + .product-option__label--image > svg path {
  stroke: rgb(var(--color-foreground));
}

.product-option__input:disabled + .product-option__label--image > img,
.product-option__input:disabled + .product-option__label--image > svg,
.product-option__input.disabled + .product-option__label--image > img,
.product-option__input.disabled + .product-option__label--image > svg,
.product-option__input.visually-disabled + .product-option__label--image > img,
.product-option__input.visually-disabled + .product-option__label--image > svg {
  opacity: 0.5;
}

.product-option__input + .product-option__label--image .product-option__swatch {
  display: none;
}

.product-option__input + .product-option__label--image:has(.placeholder-svg) .product-option__swatch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

/* Product Groups */
.product__product-groups {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}
.product-card__options--inline .product__product-groups {
  width: 100%;
  flex-direction: row;
  gap: var(--spacing-2);
  justify-content: space-between;
}
fieldset.product__product-group {
  margin-block-end: var(--spacing-5);
}
.product-card fieldset.product__product-group {
  margin-block-end: var(--spacing-0);
}
.product-option__label:not(.product-option__label--image) {
  padding: 0.1rem;
}
.product__product-group .product-option__label.active {
  border-color: rgba(var(--color-foreground), 1.00);
  border-width: 0.15rem;
}
.product-option__label--image.product-option__label--circle {
  border-radius: 50%;
}
.product__product-group .product-option__label:not(.product-option__label--image) a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.25);
}
.product__product-group .product-option__label:not(.product-option__label--image) a.product-option__only-text {
  height: auto;
  border: 0;
}
.product__product-group .media {
  border-radius: var(--variant-option-swatch--border-radius);
}
.product__product-group .product-option__label--image,
.product__product-group .product-option__label--swatch {
  --variant-option-label--border-radius: 0;
  position: relative;
  display: block;
  width: 6.4rem; height: 6.4rem;
  transform: none; transition: none; background: none;
  overflow: hidden;
  will-change: border-color;
  transition: border-color var(--duration-default);
}
.product__product-group .product-option__label--swatch {
  width: 2.4rem; height: 2.4rem;
}
.product__product-group .product-option__label--image:hover {
  border-color: rgba(var(--color-foreground), 0.1);
}
.product__product-group .product-option__label--image a.product-option__swatch {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
}
.product-card .product__product-group .product-option__label--image {
  width: auto;
  height: var(--product-card-option-button-size);
  aspect-ratio: 1 / 1;
}

.product__product-group .product-option__label--image {
  padding: 0.5rem;
}

.product__variant-picker .product-option__label--image {
  padding: 0.5rem;
}

.product-option__label--circle a,
.product-option__label--circle a.media {
  border-radius: 50%;
}

.product__product-group .product-option__label--image img {
  aspect-ratio: 1 / 1;
  border-width: 0.1rem;
  border-style: solid;
  border-color: rgba(var(--color-foreground), 0.1);
}

.product-option__label--circle img {
  border-radius: 50%;
}

.product__product-group .product-option__label--image > img,
.product__product-group .product-option__label--image > svg {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product__product-group .product-option__label--image > svg path {
  stroke: rgb(var(--color-foreground));
}
.collection-facets .checkbox input + label.product-option__label {
  padding-inline: 0;
  border: 0.15rem solid rgba(var(--color-foreground), 0);
}

.product__size-guide {
  display: block;
  margin-inline-start: auto;
  margin-block: auto;
}
.product__size-guide .button.button--text {
  display: block;
  padding-block-start: 0;
  font-size: var(--font-size-static-xs);
}
.product__size-guide .rte {
  overflow: auto;
}
.product__size-guide .rte * {
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  text-transform: none;
  margin-inline: unset;
  letter-spacing: initial;
}
.product__size-guide .rte b,
.product__size-guide .rte strong {
  font-weight: bold;
}
.product__size-guide .rte table {
  width: auto;
  margin-inline-start: 0.2rem;
  margin-block-end: 1.6rem;
}

.product-card__options {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
}
.product-card__options--inline {
  flex-direction: row;
  justify-content: space-between;
}
/* PRODUCT OPTION STYLES -- END */

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  /* background-attachment: fixed; this code is not supported by many browsers. */
}

/* Section */

.section {
  padding: calc(var(--section-spacing-unit-size) * 2) 0;
  background-color: rgb(var(--color-background));
}

.section.layout-1 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  column-gap: var(--spacing-5);
  grid-template-areas:
    "section-head section-head section-foot"
    "section-body section-body section-body"
    ". . .";
}

.section.layout-2 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  column-gap: var(--spacing-5);
  grid-template-areas:
    "section-head section-head section-head"
    "section-body section-body section-body"
    "section-foot section-foot section-foot";
}

.section.layout-1 .section__head {
  display: flex;
  align-items: center;
  text-align: start;
  padding-inline: 0;
}

.max-w-full .section.layout-1 .section__head {
  padding-inline: calc(var(--page-gutter) * 1) 0;
}

.section.layout-1 .section__head--buttons {
  position: relative;
  justify-content: flex-end;
  white-space: nowrap;
}

.section.layout-2 .section__head {
  text-align: center;
}

.section.layout-1 .section__foot,
.section.layout-2 .section__foot,
.section-layout-2 .section__foot {
  text-align: center;
}

.section.layout-1 .section__foot {
  align-content: end;
  height: 100%;
  margin-block: 0;
  padding: 0 0 var(--spacing-5);
  text-align: end;
}

.max-w-full .section.layout-1 .section__foot {
  padding-inline-end: var(--page-gutter);
}

.section.layout-1 .section__foot:has(.button--text) {
  padding-block-end: calc(var(--section-spacing-unit-size) * 2 + 0.4rem);
}
.section.layout-2 .section__foot:has(.button--text) {
  padding-block-end: 0.4rem;
}

.section.layout-1 .card-slider__buttons {
  position: relative;
  margin-inline-start: 3.6rem;
  position: unset;
  transform: unset;
}

.section.layout-2 .section__foot,
.section-layout-2 .section__foot {
  margin-block-start: calc(var(--section-spacing-unit-size) * 2);
  margin-block-end: 0;
}

.section.layout-2 .card-slider__buttons,
.section.layout-2 .card-product-slider__buttons {
  justify-content: center;
}

.section.layout-1 .swiper-button,
.section.layout-2 .swiper-button {
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 750px) {
  .section.layout-1 .section__head {
    height: 100%;
    padding-block-end: calc(var(--section-spacing-unit-size) * 2.25);
    margin-block-end: 0;
  }

  .section.layout-1 .section__foot {
    padding-block-end: calc(var(--section-spacing-unit-size) * 2.25);
  }

  .section.layout-1 .card-slider__buttons {
    justify-content: flex-end;
  }

  .section.layout-2 .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    column-gap: 3.2rem;
    grid-template-areas:
      "section-head section-head section-head"
      "section-body section-body section-body"
      "section-foot section-foot section-foot";
  }

  .section.layout-2 .section__head {
    text-align: center;
  }

  .section.layout-2 .section__foot,
  .section-layout-2 .section__foot {
    text-align: center;
  }

  .section.layout-2 .card-slider__buttons,
  .section.layout-2 .card-product-slider__buttons {
    justify-content: center;
  }
}

.section__head {
  grid-area: section-head;
}

.section__body {
  grid-area: section-body;
}

.section__foot {
  grid-area: section-foot;
}

.section__head .section__title {
  margin: 0;
}

.section__head, .section__foot {
  margin-block-end: calc(var(--section-spacing-unit-size) * 2);
}

.section__foot {
  text-align: center;
  align-self: center;
}

.section-w-swiper.layout-2 .container {
  position: relative;
}

.section-w-swiper.layout-2 .swiper-buttons {
  position: absolute;
  inset-inline: 0;
  justify-content: space-between;
  margin-inline: calc(var(--spacing-unit-size-static) * 4);
  z-index: 4;
}

.section-w-swiper.layout-2 .swiper-button {
  width: 4rem;
  height: 4rem;
  padding: var(--spacing-3);
  background-color: #fff;
  opacity: var(--swiper-button-opacity, 1);
  border-radius: var(--button-action-border-radius, 0.6rem);
  box-shadow: 0px 100px 147px 0px rgba(0, 0, 0, 0.07), 0px 22.336px 32.834px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 9.776px 0px rgba(0, 0, 0, 0.03);
}

.section-w-swiper.layout-2 .swiper-buttons .swiper-button--plain {
  background-color: transparent !important;
  box-shadow: none !important;
}

.section-w-swiper.layout-2 .swiper-button svg {
  width: 2rem;
  height: 2rem;
}

.section-w-swiper.layout-2 .swiper-button:disabled {
  opacity: 0;
}

@media screen and (max-width: 749px) {
  .section-w-swiper .swiper {
    margin-inline: 0 auto;
    overflow: visible;
  }

  .section-w-swiper .swiper-wrapper {
    max-width: 80%;
  }
}

@media screen and (min-width: 750px) {
  .section-w-swiper.layout-2:has(.products-feed__tab:has(.button--text)) .section__foot {
    margin-block-start: var(--spacing-8);
  }

  .section-w-swiper.layout-2 .swiper-button {
    opacity: var(--swiper-button-opacity, 0);
  }

  .section-w-swiper.layout-2 .swiper-buttons:hover {
    --swiper-button-opacity: 1;
  }

  .section-w-swiper.layout-2 .section__body:hover+.section__foot .swiper-button {
    --swiper-button-opacity: 1;
  }
}

.shopify-section-group-header-group {
  z-index: var(--z-header);
}

/* digi-note--kk - can it moved to section stylings? -- start */
.section__head--in {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.section__head--buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 0.5rem;
}

.section__foot .section__head--buttons {
  margin-block-start: 0;
}
/* digi-note--kk - can it moved to section stylings? -- end */

@media screen and (min-width: 750px) {
  .section__head {
    margin-block-end: calc(var(--section-spacing-unit-size) * 2.25);
  }

  .section__head-inner {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 3.2rem;
    align-items: center;
    justify-content: space-between;
  }
}
/* Additions */

nav-accordion {
  display: block;
}

localization-form {
  display: block;
}

.no-scrollbar {
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.no-scrollbar::-webkit-scrollbar {
  width: 0;
  display: none;
}

.slim-scrollbar {
  scrollbar-width: 0.4rem;
}
.slim-scrollbar::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.slim-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(var(--color-foreground), 0.125);
  -webkit-box-shadow: inset 0 0 6px rgba(var(--color-foreground), 0.25);
}
.slim-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(var(--color-foreground), 0.125);
}
.slim-scrollbar::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(var(--color-foreground), 0.1);
}


svg {
  display: block;
}

.font-size-xs {
  font-size: var(--font-size-static-xs);
}

.font-size-s {
  font-size: var(--font-size-static-sm);
}

.font-size-md {
  font-size: var(--font-size-static-md);
}

.font-size-lg {
  font-size: var(--font-size-static-lg);
}

.font-size-xl {
  font-size: var(--font-size-static-xl);
}

.font-size-h1 {
  font-size: var(--font-size-static-h1);
}
.font-size-h2 {
  font-size: var(--font-size-static-h2);
}
.font-size-h3 {
  font-size: var(--font-size-static-h3);
}
.font-size-h4 {
  font-size: var(--font-size-static-h4);
}
.font-size-h5 {
  font-size: var(--font-size-static-h5);
}
.font-size-h6 {
  font-size: var(--font-size-static-h6);
}
.font-size-h7 {
  font-size: var(--font-size-static-h7);
}

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

.color-inherit {
  color: inherit;
}

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

.color-red {
  color: var(--color-error);
}

.color-background-red {
  background-color: var(--color-error);
}

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

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

.color-headings {
  color: rgb(var(--color-heading-text));
}

.color-body-background {
  background-color: rgb(var(--color-background));
}

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

.text-current {
  color: currentColor;
}

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

.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
@media screen and (max-width: 749px) {
  .absolute--mobile {
    position: absolute !important;
  }
  .relative--mobile {
    position: relative !important;
  }
}

.text-start {
  text-align: start;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}

.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}

.justify-self-start {
  justify-self: start;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-end {
  justify-self: end;
}

.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}

.align-self-start {
  align-self: flex-start;
}
.align-self-center {
  align-self: center;
}
.align-self-end {
  align-self: flex-end;
}

@media screen and (max-width: 749px) {
  .text-start--mobile {
    text-align: start;
  }
  .text-center--mobile {
    text-align: center;
  }
  .text-end--mobile {
    text-align: end;
  }

  .justify-start--mobile {
    justify-content: flex-start;
  }
  .justify-center--mobile {
    justify-content: center;
  }
  .justify-between--mobile {
    justify-content: space-between;
  }
  .justify-end--mobile {
    justify-content: flex-end;
  }

  .justify-self-start--mobile {
    justify-self: start;
  }
  .justify-self-center--mobile {
    justify-self: center;
  }
  .justify-self-end--mobile {
    justify-self: end;
  }

  .align-start--mobile {
    align-items: start;
  }
  .align-center--mobile {
    align-items: center;
  }
  .align-end--mobile {
    align-items: end;
  }

  .align-self-start--mobile {
    align-self: start;
  }
  .align-self-center--mobile {
    align-self: center;
  }
  .align-self-end--mobile {
    align-self: end;
  }
}

.content-position-start .content {
  margin-block-end: auto;
}
.content-position-center .content {
  margin-block: auto;
}
.content-position-end .content {
  margin-block-start: auto;
}

.bg-default {
  background-color: rgb(var(--color-background));
}

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

.ms-auto {
  margin-inline-start: auto;
}

.me-auto {
  margin-inline-end: auto;
}

.button-reset {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

.label {
  margin: 0;
  padding: 0;
  border: 0;
  margin-block-end: var(--spacing-1);
  display: flex;
  align-items: center;
  width: 100%;
  font-size: var(--font-size-static-sm);
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: rgb(var(--color-heading-text));
}

.text-nowrap {
  white-space: nowrap;
}

.text--label,
.text--link {
  position: relative;

  font-family: var(--font-heading-family);
  font-size: var(--font-size-static-xs);
  font-weight: var(--font-heading-weight);
  line-height: var(--line-height-static-sm);
  text-transform: uppercase;
  letter-spacing: 0.14rem;

  margin-block-end: -0.4rem;
  padding-block: 0.625rem;
}

.text--link::before {
  content: '';
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  opacity: 0.3;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--duration-long), opacity var(--duration-long);
}

@media (hover: hover) {
  .text--link:hover::before,
  .header__nav-item:hover .text--link::before {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
  }
}

.text-link {
  display: inline-block !important;
}
.text-link--on-hover {
  background: linear-gradient(to right, rgba(var(--color-foreground), 1), rgba(var(--color-foreground), 1));
  background-size: 0 0.1em, 100% 0.1em;
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms, background-position 400ms;
}
.text-link:has(.text-link--on-hover):hover .text-link--on-hover,
.text-link:has(.text-link--on-hover):focus .text-link--on-hover {
  background-size: 100% 0.1em, 0 0.1em;
}

.text-link--on-load {
  background: linear-gradient(to right, rgba(var(--color-foreground), 1), rgba(var(--color-foreground), 1));
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms, background-position 400ms;
}
.text-link:has(.text-link--on-load):hover .text-link--on-load,
.text-link:has(.text-link--on-load):focus .text-link--on-load {
  background-size: 0 0.1em, 100% 0.1em;
}

.text-navigation-button {
  color: rgb(var(--color-link));
  font-size: var(--font-size-static-sm);
  line-height: var(--line-height-static-sm);
  letter-spacing: var(--letter-spacing-medium);
  text-transform: uppercase;
}

.search {
  font-size: var(--font-size-static-md);
}

.search__controls {
  position: relative;

  display: flex;
  align-items: center;
  column-gap: var(--spacing-2);
  padding-inline-end: var(--spacing-6);
  height: 2.8rem;
}

.search__button {
  width: 2.4rem; height: 2.4rem;
  color: rgb(var(--color-link));
  transition: background-color var(--duration-default), transform var(--duration-short);
}

.search__button svg {
  width: 100%; height: 100%;
}

.search__button.search__button--clear {
  width: fit-content;
  padding-inline: var(--spacing-3);
  background: rgb(var(--color-border));
  font-size: var(--font-size-static-xs);
  font-weight: var(--font-weight-heading-medium);
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  border-radius: var(--button-border-radius);
  line-height: var(--line-height-static-sm);
}

.search__message {
  margin-block-start: 3.2rem;
  text-align: center;
}

.search .search__message p {
  font-size: var(--font-size-static-md);
}

@media screen and (max-width: 989px) and (hover: hover) {
  .search__button:hover {
    background-color: rgba(var(--color-border), var(--alpha-border));
  }
}

.search__button:disabled {
  visibility: hidden;
  pointer-events: none;
}

.card {
  position: relative;
  text-align: center;
  color: rgb(var(--color-heading-text));
}

.card > a {
  display: block;
  position: relative;
}

.card__content {
  position: absolute;
  z-index: 2;
  padding: calc(var(--section-spacing-unit-size) * 1.5);
}

/* digi-note--kk - this seems so specific, can it be moved to section specific file? -- start */
.content-centered:not(.header__card-text) .card__content {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
[dir='rtl'] .content-centered:not(.header__card-text) .card__content {
  transform: translate(50%, -50%);
}

.content-bottom-start:not(.header__card-text) .card__content {
  inset-block-end: 0;
  inset-inline-start: 0;
  text-align: start;
}

.content-bottom-centered:not(.header__card-text) .card__content {
  inset-block-end: 0;
  inset-inline-start: 0;
  text-align: center;
  width: 100%;
}
/* digi-note--kk - this seems so specific, can it be moved to section specific file? -- end */

.card__title {
  margin: 0;
  color: inherit;
}

.newsletter__controls {
  position: relative;
}

.newsletter__field .field__message {
  display: block;
  margin-block-start: 0.8rem;
}

.newsletter__button {
  position: absolute;
  inset-block-start: 0.1rem;
  inset-inline-end: 0.1rem;
  height: calc(5rem - 0.4rem);
  padding: 0 2.4rem;
  color: rgb(var(--color-link));
  letter-spacing: var(--letter-spacing-medium);
  font-size: var(--font-size-static-sm);
  font-weight: var(--font-body-weight);
  line-height: var(--line-height-static-sm);
  text-transform: uppercase;
  z-index: 2;
  transition: background-color var(--duration-default);
}

@media (hover: hover) {
  .newsletter__button:hover {
    background-color: rgba(var(--color-border), var(--alpha-border));
  }
}

accordion-default {
  display: block;
}

html.js .accordion__body {
  overflow: visible hidden;
  height: 0;
  opacity: 0;
  transform: translateY(2.4rem);
  transition: height var(--duration-default), opacity var(--duration-default), transform var(--duration-default);
}
html.js .accordion__body.is-transitioning {
  overflow: hidden;
}

html.js .accordion__section.is-active .accordion__body {
  opacity: 1;
  transform: none;
}

html.js .accordion__section.default-active .accordion__body {
  height: auto;
}

.accordion summary {
  user-select: none;
}

.accordion__icon svg {
  width: 1em; height: 1em;
  transform: rotate(0);
  transition: transform var(--duration-default);
}
.accordion__section.is-active .accordion__icon svg,
html.no-js .accordion__section[open] .accordion__icon svg {
  transform: rotate(180deg);
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 4.8rem;
  height: 4.8rem;
}

.lds-ring span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0.8rem;
  border: 0.3rem solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pt-0 {
  padding-block-start: 0 !important;
}
.pb-0 {
  padding-block-end: 0 !important;
}
@media screen and (max-width: 749px) {
  .pt-0--mobile {
    padding-block-start: 0 !important;
  }
  .pb-0--mobile {
    padding-block-end: 0 !important;
  }
}

.breadcrumbs {
  color: rgb(var(--color-foreground));
  font-size: var(--font-size-static-xs);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-static-sm);
  letter-spacing: var(--letter-spacing-small);
  text-transform: var(--font-button-text-transform);
  width: 100%;
  z-index: 2;
}
.section-page-banner .breadcrumbs {
  width: auto;
}

.breadcrumbs__list {
  display: flex;
}

.breadcrumbs__list > li {
  white-space: nowrap;
}

.breadcrumbs__list > li:not(:last-child) {
  opacity: 0.75;
}

.breadcrumbs__separator {
  margin: 0 0.8rem;
}

.breadcrumbs__link {
  text-decoration: underline solid transparent 0.1rem;
  text-underline-offset: 0.4rem;
  transition: text-decoration-color var(--duration-short);
  text-decoration-color: currentColor;
  padding-block: 0.525rem;
}

.breadcrumbs span {
  opacity: 0.8;
  text-wrap: auto;
  text-align: center;
  display: inline-block;
}

.breadcrumbs--start .breadcrumbs__list {
  justify-content: start;
}
.breadcrumbs--center .breadcrumbs__list {
  justify-content: center;
  flex-wrap: wrap;
  row-gap: var(--spacing-2);
}
.breadcrumbs--end .breadcrumbs__list {
  justify-content: end;
}

@media (hover: hover) {
  .breadcrumbs__link:hover {
    text-decoration-color: currentColor;
  }
}
@media screen and (max-width: 749px) {
  .breadcrumbs__list {
    overflow-x: auto;
  }
}
/* Animations */

/* <html class="js shopify-design-mode"> is added by the theme */
html.js:not(.shopify-design-mode) .js-animation-fade-in {
  animation: fade-in 300ms forwards paused;
}

/* if disable-animations class is added, animations are disabled */
@media screen and (max-width: 749px) {
  html.js:not(.shopify-design-mode) .js-animation-fade-in {
    animation: var(--theme-js-animations-on-mobile);
  }
}

html.js:not(.shopify-design-mode) .animation-init {
  animation-play-state: running;
}

html.js:not(.shopify-design-mode) .animation-none {
  animation: none;
}

@keyframes fade-in {
  from {
    opacity: 0.01;
  }

  to {
    opacity: 1;
  }
}

.pulse {
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
  color: rgb(var(--color-background));
}

.pulse::after,
.pulse::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: currentColor;
}

.pulse::before {
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  animation: pulse 1600ms ease-out 100ms infinite both;
}

.pulse::after {
  z-index: 2;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
}
[dir='rtl'] .pulse::after {
  transform: translate(50%, -50%);
}

@keyframes pulse {
  0% {
    transform: scale(0.4);
  }

  45% {
    transform: scale(1);
  }

  55% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.entry {
  color: rgba(var(--color-foreground), 0.7);
  line-height: var(--line-height-static-sm);
}

.entry > :first-child {
  margin-block-start: 0;
}

.entry > :last-child {
  margin-block-end: 0;
}

.entry ul {
  display: inline-block;
  margin-block-start: 0;
  padding-inline-start: 1.8rem;
}

.entry--list-padding-none ul {
  padding-inline-start: 0;
}

.youtube-container {
  overflow: hidden;
  width: 100%;
  height: calc(100% + 12rem);
  pointer-events: none;
}

.youtube-container iframe {
  width: auto;
  height: calc(100% + 12rem) !important;
}

.social-sharing {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
}
.social-sharing a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  transition: opacity var(--duration-default);
}
.social-sharing a > svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media (hover: hover) {
  .social-sharing a:hover {
    opacity: 0.7;
  }
}

/* PRODUCT & PRODUCT CARD STYLES -- START */

/*** Product-Blocks -- START ***/
.product__block {
  margin-block: 0;
  padding-block: 0;
}
.product__block.product__block--gap-0 {
  margin-block-end: 0;
}
.product__block.product__block--gap-1 {
  margin-block-end: calc(var(--product-block-spacing-unit) * 1.00); /* 1.6rem */
}
.product__block.product__block--gap-2 {
  margin-block-end: calc(var(--product-block-spacing-unit) * 1.25); /* 2.0rem */
}
.product__block.product__block--gap-3 {
  margin-block-end: calc(var(--product-block-spacing-unit) * 1.50); /* 2.4rem */
}
.product__block.product__block--gap-4 {
  margin-block-end: calc(var(--product-block-spacing-unit) * 1.75); /* 2.8rem */
}
.product__block:last-child {
  margin-block-end: 0 !important;
}
/*** Product-Blocks -- END ***/

/*** Product-Blocks: Divider -- START ***/
.product__divider {
  height: 0.1rem;
  background-color: rgba(var(--color-border), var(--alpha-border));
}
.product__divider:has(+ .product__divider) {
  display: none;
}
/*** Product-Blocks: Divider -- END ***/

/*** Product-Blocks: Pre-Order -- START ***/
.product__preorder {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  padding: var(--spacing-2);
  color: rgb(var(--color-foreground));
  font-size: var(--font-size-static-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-static-sm);
  letter-spacing: .2rem;
  text-transform: uppercase;
  background-color: rgba(var(--color-foreground), 0.05);
}
.product__preorder-notice {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  color: rgb(var(--color-foreground));
  font-size: var(--font-size-static-lg);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-static-sm);
  letter-spacing: var(--letter-spacing-xl);
}
.product__preorder-dot {
  display: block;
  width: var(--spacing-1); height: var(--spacing-1);
  background-color: rgba(255, 165, 0, 1);
}
.product__preorder-warning {
  font-size: var(--font-size-static-md);
  line-height: var(--line-height-static-md);
  letter-spacing: var(--letter-spacing-md);
  color: rgba(var(--color-foreground), 0.5);
}
.product__preorder-warning strong {
  font-weight: var(--font-weight-semibold);
}
/*** Product-Blocks: Pre-Order -- END ***/

/* PRODUCT & PRODUCT CARD STYLES -- END */

/* SNIPPETS -- START */

/* SNIPPET - COUNTDOWN TIMER */
.countdown-timer {
  display: block;
}

.countdown-timer__columns {
  display: flex;
}

.countdown-timer__column {
  flex: 1 0 0;
}

.countdown-timer__column > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.countdown-timer__column--col > div {
  flex-direction: column;
}

.countdown-timer__column--row > div {
  flex-direction: row;
}

.countdown-timer__column:first-child .countdown-timer__column-number:before {
  display: none;
}

.countdown-timer__column-text {
  text-transform: uppercase;
}

@media screen and (min-width: 750px) {
  .countdown-timer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* SNIPPET - TEXT TRUNCATOR */
text-truncator {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.text-truncator {
  display: none;
}

.text-truncator {
  position: relative;
  font-size: var(--font-size-medium);
  padding: 0;
  margin: 0;
}

.text-truncator p {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.text-truncator__button {
  display: flex;
  width: fit-content;
}

.text-truncator__icon span {
  cursor: pointer;
  text-transform: capitalize;
}

.text-truncator__icon span span {
  color: var(--color-body-text);
  font-size: var(--font-size-static-md);
  line-height: var(--line-height-static-sm);
}

.text-truncator__icon span svg {
  fill: var(--color-body-text);
  width: var(--font-size-static-md);
  height: var(--font-size-static-md);
}

.text-truncator--hidden {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* SNIPPET - LOAD MORE / PREVIOUS */
collection-load-more {
  display: block;
  margin: var(--spacing-6) 0 0;
}

collection-load-previous {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin: 0 0 var(--spacing-6);
}

collection-load-previous::before {
  margin: var(--spacing-6) auto;
}

/* SNIPPET - BACK TO TOP */
back-to-top.hide {
  display: none;
}

.back-to-top {
  position: fixed;
  inset-block-end: var(--spacing-5);
  inset-inline-end: var(--spacing-5);
  z-index: var(--z-fab);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 4rem;
  height: 4rem;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: var(--button-border-radius);
  cursor: pointer;
}

.back-to-top .button--outlined {
  box-shadow: none;
}

.back-to-top svg {
  width: 2rem;
  height: auto;
  padding-block-end: 0.2rem;
}

.back-to-top svg path {
  stroke: currentColor;
}

/* SNIPPET - NEWSLETTER FORM */
.newsletter__terms {
  margin-block-start: var(--spacing-2);
}
.newsletter__terms .checkbox label {
  font-size: var(--font-size-static-sm);
  text-align: start;
}
/* SNIPPETS -- END */

/* NATIVE COOKIE BANNER -- START */
.shopify-pc__banner__dialog,
.shopify-pc__prefs__dialog {

  border-radius: var(--card-corner-radius) !important;
}
.shopify-pc__banner__body {
  margin-block-end: var(--spacing-5) !important;
}
.shopify-pc__banner__dialog h2 {
  font-size: var(--font-size-static-h7) !important;
  font-weight: var(--font-weight-semibold) !important;
  line-height: var(--line-height-static-sm) !important;
  margin-block-end: var(--spacing-3) !important;
}
.shopify-pc__banner__dialog p,
.shopify-pc__prefs__intro-main p,
.shopify-pc__prefs__option p {
  font-size: var(--font-size-static-md) !important;
  line-height: var(--line-height-static-md) !important;
  letter-spacing: var(--letter-spacing-xl) !important;
  /* opacity: 0.8; */
}
.shopify-pc__banner__btns,
.shopify-pc__prefs__header-actions {
  gap: var(--spacing-2) !important;
}
.shopify-pc__banner__dialog button,
.shopify-pc__prefs__header-actions button {
  border-radius: var(--button-border-radius) !important;
  text-transform: var(--button-text-transform) !important;
  padding: var(--spacing-4) var(--spacing-6) !important;
  font-size: var(--font-size-static-xs) !important;
  line-height: var(--line-height-static-sm) !important;
  letter-spacing: var(--letter-spacing-lg) !important;
  margin: 0 !important;
}
.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs {
  font-size: var(--font-size-static-sm) !important;
  padding: 0 !important;
}
.shopify-pc__prefs__dialog header {
  flex-direction: column !important;
  padding-block-end: var(--spacing-5) !important;
}
.shopify-pc__prefs__dialog header h2 {
  font-size: var(--font-size-static-h6) !important;
  line-height: var(--line-height-static-sm) !important;
  font-weight: var(--font-weight-semibold) !important;
  letter-spacing: var(--letter-spacing-xxs) !important;
  text-align: center !important;
  margin-block-end: var(--spacing-5) !important;
  padding-inline-end: 0 !important;
}
.shopify-pc__prefs__header-actions {
  padding-inline-end: 0 !important;
}
.shopify-pc__prefs__header-actions button {
  margin-inline-end: var(--spacing-4) !important;
}
.shopify-pc__prefs__intro-main {
  padding-block-start: var(--spacing-5) !important;
}
.shopify-pc__prefs__option:first-child {
  padding-block-start: var(--spacing-5) !important;
}
.shopify-pc__prefs__option label {
  font-size: var(--font-size-static-h7) !important;
  line-height: var(--line-height-static-sm) !important;
  font-weight: var(--font-heading-weight) !important;
  letter-spacing: var(--letter-spacing-xs) !important;
  margin-block-end: var(--spacing-1) !important;
}
/* NATIVE COOKIE BANNER -- END */


/* CRITICAL CSS */
.main-product {
  max-width: 100vw;
}

.swiper-pagination-progressbar {
  background: transparent !important;
}

.swiper-pagination.hero__swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
}

.template--cart .header__utils-item--cart {
  pointer-events: none;
}
/* Keyframes for the shaking animation */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

/* Apply the shaking animation on hover */
.product-form__submit.button:hover, 
.shopify-payment-button__button:hover {
  animation: shake 0.5s ease-in-out;
  animation-iteration-count: infinite;
}
h1.product__title {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
  #shopify-section-template--27669400650059__featured_products_tXLckT .section__head > div > span {
    display: none !important;
  }
}
/* Animalyo – FIX filtres collection
   Empêche Elise de masquer le drawer quand il est utilisé */
.collection-facets__inner menu-drawer.facets__drawer details.drawer__container {
  display: block !important;
}

/* Bouton "Filtres" toujours visible */
.collection-facets__inner menu-drawer.facets__drawer summary.facets__button-filters {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ANIMALYO — Taille du prix (cible exactement le span du montant) */
.product__content .product__price .price__container .price__regular span:last-child,
.product__content .product__price .price__container .price__sale span:last-child {
  font-size: 2rem !important; /* ajuste ici */
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

/* ANIMALYO — Prix cartes produit (collections + produits à la une) */
.product-card__price .price__container .price__regular span:not(.visually-hidden):not([aria-hidden="true"]) {
  font-size: 2rem !important; /* ajuste ici */
  font-weight: 600 !important;
  line-height: 1.15 !important;
}

.product-card__price .price__container .price__sale span:not(.visually-hidden) {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}

/* =========================================================
   ANIMALYO — FIX bouton "Filtres" mobile (drawer)
   Problème : bouton reste bleu après fermeture via backdrop
   Solution : reset focus / active sur <summary>
   ========================================================= */

@media (max-width: 749px) {

  /* Style normal du bouton Filtres */
  summary.drawer__button.facets__button-filters {
    background: #faf9f6 !important;
    color: #0e3a61 !important;
    border: 1px solid rgba(14,58,97,.25) !important;
    border-radius: 999px;
  }

  /* Neutralise les états problématiques (focus / active) */
  summary.drawer__button.facets__button-filters:focus,
  summary.drawer__button.facets__button-filters:active {
    background: #faf9f6 !important;
    color: #0e3a61 !important;
    outline: none !important;
    box-shadow: none !important;
  }

  /* Focus visible ACCESSIBLE mais discret (Animalyo style) */
  summary.drawer__button.facets__button-filters:focus-visible {
    background: #faf9f6 !important;
    color: #0e3a61 !important;
    outline: 2px solid rgba(14,58,97,.35) !important;
    outline-offset: 2px !important;
    box-shadow: none !important;
  }

  /* Assure la couleur du texte et de l’icône */
  summary.drawer__button.facets__button-filters span,
  summary.drawer__button.facets__button-filters svg {
    color: #0e3a61 !important;
    stroke: currentColor !important;
  }

  /* Évite un style différent quand le <details> est ouvert */
  details[open] > summary.drawer__button.facets__button-filters {
    background: #faf9f6 !important;
    color: #0e3a61 !important;
  }
}

/* Animalyo — Cacher le libellé "Afficher tout" sur la page blog */
#shopify-section-template--28472672911691__main > div > div > div.blog__head.no-scrollbar > div > ul > li > span {
  display: none !important;
}

/* Animalyo — Masquer les breadcrumbs (fallback Elise) */
.article__breadcrumbs,
.breadcrumbs__list {
  display: none !important;
}

/* Fallback Elise — uniquement titres d’article */
h1.article__title.article__title,
h1.article__title.h2,
.article__head h1.article__title {
  font-size: 42px !important;
  line-height: 1.2 !important;
}

@media (max-width: 768px) {
  h1.article__title.article__title,
  h1.article__title.h2,
  .article__head h1.article__title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
}

/*******************************************************
 AY — GUIDE DES TAILLES (popup/drawer Elise)
 - Cards premium Animalyo
 - Tableau "beau" + scroll si nécessaire
 - Préfixe ay- pour zéro conflit
*******************************************************/

/* Wrapper global */
.ay-sizeguide{
  max-width: 560px;
}

/* Intro */
.ay-sizeguide__lead{
  margin: 0 0 14px;
  line-height: 1.45;
}

/* Cartes */
.ay-sizeguide__card{
  background: #faf9f6;
  border: 1px solid rgba(14,58,97,.18);
  border-radius: 16px;
  padding: 14px 14px 12px;
  margin: 0 0 12px;
}

/* Titres */
.ay-sizeguide__h{
  color: #0e3a61;
  font-size: 1rem;
  margin: 0 0 10px;
}

/* Header "Tableau des tailles" */
.ay-sizeguide__head{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.ay-sizeguide__sub{
  font-size: .9rem;
  opacity: .8;
}

/* Listes */
.ay-sizeguide__list{
  margin: 0;
  padding-left: 18px;
}

.ay-sizeguide__list li{
  margin: 6px 0;
}

/* Astuce */
.ay-sizeguide__tip{
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f4f1ea;
  border: 1px dashed rgba(14,58,97,.25);
}

/* Note */
.ay-sizeguide__note{
  margin: 10px 0 0;
  font-size: .95em;
  opacity: .9;
}


/* =====================================================
   TABLEAU — CADRE PROPRE, PLUS ÉTROIT, FOND #f4f1ea
===================================================== */

.ay-size-scroll{
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;

  /* cadre externe */
  border: 2px solid #0e3a61;
  border-radius: 14px;

  /* centrage visuel */
  padding: 0;
  background: #f4f1ea;
}

/* scrollbar discrète */
.ay-size-scroll::-webkit-scrollbar{ height: 8px; }
.ay-size-scroll::-webkit-scrollbar-thumb{
  background: rgba(14,58,97,.25);
  border-radius: 999px;
}
.ay-size-scroll{
  scrollbar-width: thin;
  scrollbar-color: rgba(14,58,97,.25) transparent;
}

/* TABLE */
.ay-size-inline{
  width: 92%;                /* ✅ réduit visuellement la largeur */
  margin: 0 auto;            /* centre dans la card */
  min-width: 460px;          /* garde la lisibilité */
  border-collapse: separate;
  border-spacing: 0;
  background: #f4f1ea;
}

/* cellules */
.ay-size-inline th,
.ay-size-inline td{
  padding: 11px 12px;
  background: #f4f1ea;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
}

/* grille interne (sans doubler le cadre) */
.ay-size-inline th + th,
.ay-size-inline td + td{
  border-left: 1px solid rgba(14,58,97,.45);
}

.ay-size-inline thead th{
  color: #0e3a61;
  font-weight: 700;
  border-bottom: 1px solid rgba(14,58,97,.55);
}

.ay-size-inline tbody td{
  border-top: 1px solid rgba(14,58,97,.35);
}

.ay-size-inline tbody tr:first-child td{
  border-top: 0;
}

/* première colonne */
.ay-size-inline tbody td:first-child{
  font-weight: 700;
  color: #0e3a61;
}

/* alignement cm / in */
.ay-size-inline th:nth-child(2),
.ay-size-inline th:nth-child(3),
.ay-size-inline td:nth-child(2),
.ay-size-inline td:nth-child(3){
  text-align: center;
}

/* mobile */
@media (max-width: 480px){
  .ay-size-inline{
    width: 100%;
    min-width: 420px;
  }
  .ay-size-inline th,
  .ay-size-inline td{
    padding: 10px 10px;
  }
}

/* AY — Centrer le titre du guide des tailles (drawer Elise) */

#Size-Guide-menu-drawer > div > h2{
  text-align: center;
  letter-spacing: .4px;
}

#shopify-section-template--28472674353483__banner h1 small {
  display: none;
}

/* ============================= */
/* ANIMALYO – Boutons Filtres & Tri (mobile) */
/* ============================= */

@media (max-width: 749px) {

  /* Base commune */
  .facets__button-filters,
  .facets__button-custom {
    height: 48px !important;
    padding: 0 18px !important;
    border: 1px solid #0e3a61 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #0e3a61 !important;

    font-size: 14px;
    font-weight: 600;

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

    box-shadow: none !important;
    transition: background .2s ease, color .2s ease;
  }

  /* Icônes */
  .facets__button-filters svg,
  .facets__button-custom svg {
    width: 16px;
    height: 16px;
    color: #0e3a61;
    stroke: currentColor;
  }

  /* Hover / focus (léger, premium) */
  .facets__button-filters:hover,
  .facets__button-custom:hover {
    background: #faf9f6 !important;
  }

  /* Pour que les 2 boutons prennent la même largeur */
  .facets__actions,
  .collection-toolbar,
  .facets__form {
    display: flex;
    gap: 12px;
  }

  .facets__actions > *,
  .collection-toolbar > * {
    flex: 1;
  }
}
@media (max-width: 749px) {

  /* ÉTAT ACTIF quand le drawer Filtres est ouvert */
  summary.drawer__button.facets__button-filters[aria-expanded="true"]{
    background: #0e3a61 !important;
    color: #faf9f6 !important;
    border-color: #0e3a61 !important;
  }

  summary.drawer__button.facets__button-filters[aria-expanded="true"] svg{
    color: #faf9f6 !important;
    stroke: currentColor !important;
  }

  /* Petit “feedback” focus clavier (optionnel, premium) */
  summary.drawer__button.facets__button-filters:focus-visible{
    outline: 2px solid rgba(14, 58, 97, .35);
    outline-offset: 2px;
  }
}
@media (max-width: 749px) {
  button.custom-select__btn.facets__button-custom[aria-expanded="true"]{
    background: #0e3a61 !important;
    color: #faf9f6 !important;
    border-color: #0e3a61 !important;
  }

  button.custom-select__btn.facets__button-custom[aria-expanded="true"] svg{
    color: #faf9f6 !important;
    stroke: currentColor !important;
  }
}
/* ============================= */
/* ANIMALYO – Bouton Tri (desktop) */
/* ============================= */

@media (min-width: 750px) {

  /* Bouton "Meilleures ventes" */
  button.custom-select__btn.facets__button-custom {
    height: 48px;
    padding: 0 18px;
    border: 1px solid #0e3a61;
    border-radius: 999px;
    background: #ffffff;
    color: #0e3a61;

    font-size: 14px;
    font-weight: 600;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    box-shadow: none;
    transition: background .2s ease, color .2s ease;
  }

  /* Icône */
  button.custom-select__btn.facets__button-custom svg {
    width: 16px;
    height: 16px;
    color: #0e3a61;
    stroke: currentColor;
  }

  /* Hover */
  button.custom-select__btn.facets__button-custom:hover {
    background: #faf9f6;
  }

  /* État ouvert (dropdown visible) */
  button.custom-select__btn.facets__button-custom[aria-expanded="true"] {
    background: #0e3a61;
    color: #faf9f6;
    border-color: #0e3a61;
  }

  button.custom-select__btn.facets__button-custom[aria-expanded="true"] svg {
    color: #faf9f6;
  }
}


@media (max-width: 749px) {

  /* 1) ÉTAT NORMAL : on impose le style (même si un ancien !important existe) */
  summary#Filters-drawer-button-template--28472673108299__main.drawer__button.facets__button-filters,
  summary.drawer__button.facets__button-filters.facets__actions-button {
    height: 48px !important;
    padding: 0 18px !important;
    border: 1px solid #0e3a61 !important;
    border-radius: 999px !important;

    background: #ffffff !important;
    color: #0e3a61 !important;

    font-size: 14px !important;
    font-weight: 600 !important;

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

    box-shadow: none !important;
    outline: none !important;
  }

  /* 2) Icône cohérente */
  summary.drawer__button.facets__button-filters svg {
    width: 16px;
    height: 16px;
    color: #0e3a61 !important;
    stroke: currentColor !important;
  }

  /* 3) ÉTAT OUVERT : 2 méthodes (aria-expanded ou details[open]) */
  summary.drawer__button.facets__button-filters[aria-expanded="true"],
  details[open] > summary.drawer__button.facets__button-filters {
    background: #0e3a61 !important;
    color: #faf9f6 !important;
    border-color: #0e3a61 !important;
  }

  summary.drawer__button.facets__button-filters[aria-expanded="true"] svg,
  details[open] > summary.drawer__button.facets__button-filters svg {
    color: #faf9f6 !important;
    stroke: currentColor !important;
  }

  /* 4) ANTI "BLEU QUI RESTE" : neutraliser les états natifs */
  summary.drawer__button.facets__button-filters:focus,
  summary.drawer__button.facets__button-filters:active {
    background: #ffffff !important;
    color: #0e3a61 !important;
  }

  /* … mais si c’est réellement ouvert, on garde l’état actif */
  summary.drawer__button.facets__button-filters[aria-expanded="true"]:focus,
  summary.drawer__button.facets__button-filters[aria-expanded="true"]:active,
  details[open] > summary.drawer__button.facets__button-filters:focus,
  details[open] > summary.drawer__button.facets__button-filters:active {
    background: #0e3a61 !important;
    color: #faf9f6 !important;
  }

  /* Focus clavier propre (optionnel mais premium) */
  summary.drawer__button.facets__button-filters:focus-visible {
    outline: 2px solid rgba(14, 58, 97, .35) !important;
    outline-offset: 2px !important;
  }
}


/* ============================= */
/* ANIMALYO – Boutons Filtres & Tri (fond non blanc) */
/* ============================= */

@media (max-width: 749px) {

  /* ÉTAT NORMAL */
  summary.drawer__button.facets__button-filters,
  button.custom-select__btn.facets__button-custom {
    height: 48px !important;
    padding: 0 18px !important;

    border: 1px solid #0e3a61 !important;
    border-radius: 999px !important;

    background: transparent !important;
    color: #0e3a61 !important;

    font-size: 14px !important;
    font-weight: 600 !important;

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

    box-shadow: none !important;
    outline: none !important;
  }

  /* Icônes */
  summary.drawer__button.facets__button-filters svg,
  button.custom-select__btn.facets__button-custom svg {
    width: 16px;
    height: 16px;
    color: currentColor !important;
    stroke: currentColor !important;
  }

  /* HOVER (léger, beige) */
  summary.drawer__button.facets__button-filters:hover,
  button.custom-select__btn.facets__button-custom:hover {
    background: #faf9f6 !important;
  }

  /* ===== ÉTAT ACTIF ===== */

  /* Filtres ouvert */
  summary.drawer__button.facets__button-filters[aria-expanded="true"],
  details[open] > summary.drawer__button.facets__button-filters {
    background: #0e3a61 !important;
    color: #faf9f6 !important;
    border-color: #0e3a61 !important;
  }

  /* Tri ouvert */
  button.custom-select__btn.facets__button-custom[aria-expanded="true"] {
    background: #0e3a61 !important;
    color: #faf9f6 !important;
    border-color: #0e3a61 !important;
  }

  /* ANTI "BLEU COLLÉ" */
  summary.drawer__button.facets__button-filters:focus,
  summary.drawer__button.facets__button-filters:active,
  button.custom-select__btn.facets__button-custom:focus,
  button.custom-select__btn.facets__button-custom:active {
    background: transparent !important;
    color: #0e3a61 !important;
  }

  /* … sauf si réellement ouvert */
  summary.drawer__button.facets__button-filters[aria-expanded="true"]:focus,
  summary.drawer__button.facets__button-filters[aria-expanded="true"]:active,
  details[open] > summary.drawer__button.facets__button-filters:focus,
  details[open] > summary.drawer__button.facets__button-filters:active,
  button.custom-select__btn.facets__button-custom[aria-expanded="true"]:focus,
  button.custom-select__btn.facets__button-custom[aria-expanded="true"]:active {
    background: #0e3a61 !important;
    color: #faf9f6 !important;
  }
}


@media (max-width: 749px) {

  /* Force le fond TRANSPARENT sur le bouton Filtres */
  summary.drawer__button.facets__button-filters.facets__actions-button.focus-inset,
  summary#Filters-drawer-button-template--28472673108299__main.drawer__button.facets__button-filters.facets__actions-button.focus-inset {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Très souvent le blanc vient d'un ::before / ::after (focus-inset / button styles) */
  summary.drawer__button.facets__button-filters.facets__actions-button.focus-inset::before,
  summary.drawer__button.facets__button-filters.facets__actions-button.focus-inset::after,
  summary#Filters-drawer-button-template--28472673108299__main.drawer__button.facets__button-filters.facets__actions-button.focus-inset::before,
  summary#Filters-drawer-button-template--28472673108299__main.drawer__button.facets__button-filters.facets__actions-button.focus-inset::after {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  /* (Optionnel) si un span interne reçoit un fond */
  summary.drawer__button.facets__button-filters.facets__actions-button.focus-inset > span {
    background: transparent !important;
  }
}
@media (max-width: 749px) {
  summary.drawer__button.facets__button-filters[aria-expanded="true"],
  details[open] > summary.drawer__button.facets__button-filters {
    background: #0e3a61 !important;
    color: #faf9f6 !important;
    border-color: #0e3a61 !important;
  }
}


/* ============================= */
/* ANIMALYO – Bouton TRI desktop : suppression fond blanc */
/* ============================= */

@media (min-width: 750px) {

  /* Bouton Tri */
  button.custom-select__btn.facets__button-custom {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  /* Très souvent le blanc vient d’un pseudo-élément */
  button.custom-select__btn.facets__button-custom::before,
  button.custom-select__btn.facets__button-custom::after {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  /* Sécurité si un span interne est stylé */
  button.custom-select__btn.facets__button-custom > span {
    background: transparent !important;
  }

  /* Hover doux (Animalyo) */
  button.custom-select__btn.facets__button-custom:hover {
    background: #faf9f6 !important;
  }

  /* État ouvert */
  button.custom-select__btn.facets__button-custom[aria-expanded="true"] {
    background: #0e3a61 !important;
    color: #faf9f6 !important;
    border-color: #0e3a61 !important;
  }

  button.custom-select__btn.facets__button-custom[aria-expanded="true"] svg {
    color: #faf9f6 !important;
  }
}



/* ===================================================== */
/* ANIMALYO – Boutons Filtres & Tri (Desktop + Mobile)
   Modèle = bouton Filtres (border-radius: var(--input-border-radius))
   Fond = transparent (pas de blanc)
   Actif = bleu uniquement quand ouvert
/* ===================================================== */

/* ----------------------------- */
/* BASE COMMUNE (tous breakpoints)
/* ----------------------------- */

/* Bouton Filtres (drawer mobile) */
summary.drawer__button.facets__button-filters,
summary.drawer__button.facets__button-filters.facets__actions-button,
summary.drawer__button.facets__button-filters.facets__actions-button.focus-inset,
summary#Filters-drawer-button-template--28472673108299__main.drawer__button.facets__button-filters.facets__actions-button.focus-inset,
/* Bouton Tri (custom select) */
button.custom-select__btn.facets__button-custom {
  height: 48px !important;
  padding: 0 18px !important;

  border: 1px solid #0e3a61 !important;
  border-radius: var(--input-border-radius) !important;

  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  color: #0e3a61 !important;
  font-size: 14px !important;
  font-weight: 600 !important;

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

  box-shadow: none !important;
  outline: none !important;
}

/* Neutralise le fond “fantôme” (souvent ici que le blanc se cache) */
summary.drawer__button.facets__button-filters::before,
summary.drawer__button.facets__button-filters::after,
summary.drawer__button.facets__button-filters.facets__actions-button.focus-inset::before,
summary.drawer__button.facets__button-filters.facets__actions-button.focus-inset::after,
button.custom-select__btn.facets__button-custom::before,
button.custom-select__btn.facets__button-custom::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Icônes */
summary.drawer__button.facets__button-filters svg,
button.custom-select__btn.facets__button-custom svg {
  width: 16px !important;
  height: 16px !important;
  color: currentColor !important;
  stroke: currentColor !important;
}

/* Hover doux */
summary.drawer__button.facets__button-filters:hover,
button.custom-select__btn.facets__button-custom:hover {
  background: #faf9f6 !important;
}

/* ----------------------------- */
/* ÉTATS ACTIFS (ouvert)
/* ----------------------------- */

/* Filtres ouvert (aria + details[open] selon Elise) */
summary.drawer__button.facets__button-filters[aria-expanded="true"],
details[open] > summary.drawer__button.facets__button-filters {
  background: #0e3a61 !important;
  color: #faf9f6 !important;
  border-color: #0e3a61 !important;
}
summary.drawer__button.facets__button-filters[aria-expanded="true"] svg,
details[open] > summary.drawer__button.facets__button-filters svg {
  color: #faf9f6 !important;
}

/* Tri ouvert */
button.custom-select__btn.facets__button-custom[aria-expanded="true"] {
  background: #0e3a61 !important;
  color: #faf9f6 !important;
  border-color: #0e3a61 !important;
}
button.custom-select__btn.facets__button-custom[aria-expanded="true"] svg {
  color: #faf9f6 !important;
}

/* ----------------------------- */
/* ANTI “BLEU COLLÉ” (focus/active)
/* ----------------------------- */

summary.drawer__button.facets__button-filters:focus,
summary.drawer__button.facets__button-filters:active,
button.custom-select__btn.facets__button-custom:focus,
button.custom-select__btn.facets__button-custom:active {
  background: transparent !important;
  color: #0e3a61 !important;
}

/* … sauf si réellement ouvert */
summary.drawer__button.facets__button-filters[aria-expanded="true"]:focus,
summary.drawer__button.facets__button-filters[aria-expanded="true"]:active,
details[open] > summary.drawer__button.facets__button-filters:focus,
details[open] > summary.drawer__button.facets__button-filters:active,
button.custom-select__btn.facets__button-custom[aria-expanded="true"]:focus,
button.custom-select__btn.facets__button-custom[aria-expanded="true"]:active {
  background: #0e3a61 !important;
  color: #faf9f6 !important;
}

/* Focus clavier premium */
summary.drawer__button.facets__button-filters:focus-visible,
button.custom-select__btn.facets__button-custom:focus-visible {
  outline: 2px solid rgba(14, 58, 97, .35) !important;
  outline-offset: 2px !important;
}

/* ----------------------------- */
/* MOBILE – largeur égale (si boutons côte à côte)
/* ----------------------------- */

@media (max-width: 749px) {
  .facets__actions,
  .collection-toolbar,
  .facets__form {
    display: flex;
    gap: 12px;
  }

  .facets__actions > *,
  .collection-toolbar > * {
    flex: 1;
  }
}




/* ======================================= */
/* ANIMALYO – Recherche : texte EFFACER beige, loupe bleue */
/* ======================================= */

/* Texte "EFFACER" en beige #faf9f6 */
#shopify-section-template--28472674353483__banner predictive-search form .search__head
button.search__button.search__button--clear.button-reset.js-btn-clear-text{
  color: #faf9f6 !important;
}

/* Icône loupe en bleu Animalyo */
#shopify-section-template--28472674353483__banner predictive-search form .search__head
button.search__button.search__button--submit.button-reset.js-btn-submit svg{
  color: #0e3a61 !important;
  stroke: currentColor !important;
}

/* Sécurité si la couleur est portée par le bouton */
#shopify-section-template--28472674353483__banner predictive-search form .search__head
button.search__button.search__button--submit.button-reset.js-btn-submit{
  color: #0e3a61 !important;
}

/* Bouton retour article – Animalyo (texte très discret) */
.article__back a {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;

  font-size: 12px;
  font-weight: 400;
  color: #0e3a61;
  text-decoration: none;

  position: relative;
}

/* Masque le texte injecté par le thème */
.article__back a span,
.article__back a > * {
  display: none !important;
}

/* Texte propre */
.article__back a::after {
  content: "Retour";
  display: inline;
}

/* Soulignement uniquement au hover */
.article__back a:hover::after,
.article__back a:focus-visible::after {
  text-decoration: underline;
}

/* Neutralise les effets du thème */
.article__back a:hover,
.article__back a:focus,
.article__back a:active {
  color: #0e3a61;
}

/* Cart drawer – titre "Votre panier est vide" */
#CartDrawer-Body > div > h2 {
  font-weight: 600 !important;
  font-size: 3.6rem !important;   /* plus petit, plus chic */
  line-height: 1.05 !important;
  margin-top: -3.2rem !important;
  margin-bottom: 2.8rem !important;
}

/* Supprimer tous les compteurs de quantité (panier vide / drawer / page panier) */

/* Cart drawer */
.cart-drawer__head p span {
  display: none !important;
}

/* Page panier – titre "Votre panier (0)" */
.cart__empty-header h4 span {
  display: none !important;
}

/* QUICK ADD (form inline) : enlever "Acheter maintenant" (tous les produits) */
.product__form--inline .shopify-payment-button,
.product__form--inline shopify-buy-it-now-button,
.product__form--inline .shopify-payment-button__button {
  display: none !important;
}

/* Supprimer le carré de fond */
#product-media--photoswipe .product__media--info {
  background: transparent;
  padding: 0;
}

/* =========================================================
   FIX — Bande blanche sous le texte du badge
   ========================================================= */

/* Le badge (fond unique, pill) */
#product-media--photoswipe > div.product__media--info {
  background-color: #faf9f6 !important;
  border-radius: 999px !important;
  padding: 10px 16px !important;
  border: 1px solid rgba(14, 58, 97, 0.25) !important;
  box-shadow: 0 6px 18px rgba(14, 58, 97, 0.08) !important;
}

/* TOUT ce qu'il y a à l'intérieur : AUCUN fond */
#product-media--photoswipe > div.product__media--info *,
#product-media--photoswipe > div.product__media--info *::before,
#product-media--photoswipe > div.product__media--info *::after {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Texte du badge */
#product-media--photoswipe > div.product__media--info {
  color: #0e3a61 !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* Sécurité si le thème force un inline-block chelou */
#product-media--photoswipe > div.product__media--info span,
#product-media--photoswipe > div.product__media--info a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}


/* ===============================
   ANIMALYO – Suppression filtre Disponibilité (ciblage intelligent)
   =============================== */

.js-filter[id*="filter.v.availability"] {
  display: none !important;
}

#Filters-accordion-section-3:has(.js-filter[id*="filter.v.availability"]) {
  display: none !important;
}


@media (max-width: 989px) {
  button.menu-link.h4[data-ref] {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  button.menu-link.h4[data-ref] .ay-menu-text {
    display: inline-block;
    cursor: pointer;
  }
}


/* ===== Page compte client – retirer les majuscules ===== */

.form-customer__title,
.form-customer__callout-title {
  text-transform: none;
}



/* =========================================================
   Animalyo — Compte client (layout selon paint)
   Pages:
   - 28472673206603 (Aperçu) / max-w-fluid
   - 28472673239371 (Historique) / max-w-page
   - 28472673304907 (Adresses) / max-w-page
   Exception: AddAddress (reste default)
   ========================================================= */

#shopify-section-template--28472673206603__main,
#shopify-section-template--28472673239371__main,
#shopify-section-template--28472673304907__main{
  --ay-blue:#0e3a61;
  --ay-beige:#faf9f6;
  --ay-beige-2:#f4f1ea;
  --ay-border:#e6dac8;
  --ay-accent:#ea8760;
  --ay-card:#ffffff;
}

/* ---------- Base page ---------- */
#shopify-section-template--28472673206603__main,
#shopify-section-template--28472673239371__main,
#shopify-section-template--28472673304907__main{
  background: var(--ay-beige) !important;
}

/* Containers (on garde la largeur du thème, mais on centre le "bloc" global) */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page{
  position: relative !important;
  padding-top: 110px !important;         /* place pour le titre centré */
  padding-bottom: 70px !important;
}

/* ---------- Titre centré en haut ---------- */
#shopify-section-template--28472673206603__main h1,
#shopify-section-template--28472673239371__main h1,
#shopify-section-template--28472673304907__main h1{
  position: absolute !important;
  top: 28px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  text-align: center !important;
  color: var(--ay-blue) !important;
  z-index: 5 !important;
}

/* ---------- Layout 2 colonnes (menu + contenu) ---------- */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div{
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: start !important;

  /* centre le bloc global sous le titre (comme ton paint) */
  max-width: 1100px !important;
  margin: 0 auto !important;
}

/* =========================================================
   MENU GAUCHE
   -> la "bulle" doit contenir seulement les 3 items
   -> logout en dehors (texte simple)
   ========================================================= */

/* On enlève le cadre sur NAV (on va le mettre sur UL) */
#shopify-section-template--28472673206603__main nav,
#shopify-section-template--28472673239371__main nav,
#shopify-section-template--28472673304907__main nav{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* La bulle = UL (sans le logout) */
#shopify-section-template--28472673206603__main nav ul,
#shopify-section-template--28472673239371__main nav ul,
#shopify-section-template--28472673304907__main nav ul{
  background: var(--ay-beige-2) !important;
  border: 1px solid var(--ay-border) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(14,58,97,.05) !important;

  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Items menu */
#shopify-section-template--28472673206603__main nav ul > li > a,
#shopify-section-template--28472673239371__main nav ul > li > a,
#shopify-section-template--28472673304907__main nav ul > li > a{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;

  padding: 16px 18px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ay-blue) !important;
  text-decoration: none !important;
}

/* séparateurs fins entre items (mais pas sur logout) */
#shopify-section-template--28472673206603__main nav ul > li:not(.logout-list-item) + li:not(.logout-list-item) > a,
#shopify-section-template--28472673239371__main nav ul > li:not(.logout-list-item) + li:not(.logout-list-item) > a,
#shopify-section-template--28472673304907__main nav ul > li:not(.logout-list-item) + li:not(.logout-list-item) > a{
  box-shadow: inset 0 1px 0 rgba(230,218,200,.9) !important;
}

/* hover doux */
#shopify-section-template--28472673206603__main nav ul > li:not(.logout-list-item) > a:hover,
#shopify-section-template--28472673239371__main nav ul > li:not(.logout-list-item) > a:hover,
#shopify-section-template--28472673304907__main nav ul > li:not(.logout-list-item) > a:hover{
  background: rgba(234,135,96,.10) !important;
}

/* LOGOUT = hors bulle (texte simple, underline hover)
   -> tu m'as donné le sélecteur exact sur la page 28472673304907
*/
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item{
  /* on le sort visuellement de la bulle UL : on "annule" son style d'item */
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a{
  justify-content: flex-start !important;
  padding: 18px 2px 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;

  font-size: 13px !important;
  color: var(--ay-blue) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;

  text-decoration: none !important;
}

#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a:hover{
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
  color: var(--ay-accent) !important;
  background: transparent !important;
}

/* =========================================================
   CARD DROITE (contenu)
   -> 1 grande bulle arrondie
   -> exception : AddAddress reste default
   ========================================================= */

#shopify-section-template--28472673206603__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]),
#shopify-section-template--28472673239371__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]),
#shopify-section-template--28472673304907__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]){
  background: var(--ay-card) !important;
  border: 1px solid var(--ay-border) !important;
  border-radius: 26px !important;
  padding: 28px !important;
  box-shadow: 0 10px 30px rgba(14,58,97,.06) !important;
}

/* Nettoyage "tableau" interne (hors AddAddress) */
#shopify-section-template--28472673206603__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]) * ,
#shopify-section-template--28472673239371__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]) * ,
#shopify-section-template--28472673304907__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]) * {
  border-color: transparent !important;
}

/* Header du contenu : titre à gauche + bouton à droite (si le wrapper existe) */
#shopify-section-template--28472673304907__main .account-dashboard__head,
#shopify-section-template--28472673304907__main .account-dashboard__header,
#shopify-section-template--28472673304907__main .account__head,
#shopify-section-template--28472673304907__main .account__header{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

/* Bouton "Ajouter une adresse" : garde le style bouton (comme ton paint) */
#shopify-section-template--28472673304907__main .button,
#shopify-section-template--28472673304907__main a.button,
#shopify-section-template--28472673304907__main button.button{
  border-radius: 999px !important;
  border: 1px solid var(--ay-blue) !important;
  background: var(--ay-blue) !important;
  color: var(--ay-beige) !important;
}

/* =========================================================
   ACTIONS bas de card : "Modifier" à gauche / "Supprimer" à droite
   -> liens texte + underline hover
   (tu m'as donné .account-card__actions exact)
   ========================================================= */

#shopify-section-template--28472673304907__main
div.account-card__actions{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important; /* gauche / droite */
  width: 100% !important;
  margin-top: 18px !important;
}

/* Les boutons deviennent liens texte */
#shopify-section-template--28472673304907__main
div.account-card__actions > button{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;

  color: var(--ay-blue) !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

#shopify-section-template--28472673304907__main
div.account-card__actions > button:hover{
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
  color: var(--ay-accent) !important;
}

/* Mobile */
@media (max-width: 990px){
  #shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid,
  #shopify-section-template--28472673239371__main > div > div > div.container.max-w-page,
  #shopify-section-template--28472673304907__main > div > div > div.container.max-w-page{
    padding-top: 90px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  #shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div,
  #shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div,
  #shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div{
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }
}
/* ====== LOGOUT hors bulle (réel visuellement) ====== */

/* Le nav doit pouvoir laisser sortir le logout */
#shopify-section-template--28472673304907__main nav{
  position: relative !important;
  padding-bottom: 44px !important; /* place pour "Se déconnecter" sous la bulle */
}

/* Le logout ne doit PAS être "dans" la bulle */
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item{
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Le lien logout : texte simple, aligné à gauche comme sur ton paint */
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a{
  display: inline-block !important;
  width: auto !important;
  padding: 0 !important;
  margin: 12px 0 0 6px !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  color: var(--ay-blue, #0e3a61) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
}

#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a:hover{
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  color: var(--ay-accent, #ea8760) !important;
}
/* La bulle doit garder sa hauteur naturelle (3 items) */
#shopify-section-template--28472673304907__main nav ul{
  padding-bottom: 0 !important;
}

/* On enlève toute séparation appliquée au logout */
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a{
  box-shadow: none !important;
}
/* ====== Card droite (pillow) ====== */
#shopify-section-template--28472673304907__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]){
  border-radius: 34px !important;
  border: 1px solid var(--ay-border, #e6dac8) !important; /* pas bleu */
  box-shadow: 0 12px 34px rgba(14,58,97,.06) !important;
}

/* Si un style met un contour bleu sur des wrappers internes */
#shopify-section-template--28472673304907__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]) *{
  outline: none !important;
}
/* ====== Actions en bas : liens texte simples ====== */
#shopify-section-template--28472673304907__main div.account-card__actions > button{
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

#shopify-section-template--28472673304907__main div.account-card__actions{
  margin-top: 26px !important;
}
/* =========================================================
   PATCH FINAL — cadre bleu / logout centré / underline seulement au hover
   (page Adresses)
   ========================================================= */

/* 1) Enlever le cadre bleu (border/outline) et garder une bordure beige propre */
#shopify-section-template--28472673304907__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]){
  border: 1px solid var(--ay-border, #e6dac8) !important;
  outline: none !important;
  box-shadow: 0 12px 34px rgba(14,58,97,.06) !important;
}

/* Neutralise toutes les bordures/outline “bleus” des wrappers internes (sans casser le contenu) */
#shopify-section-template--28472673304907__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]) *{
  outline: none !important;
}

/* Si un élément interne met explicitement une bordure bleue, on la neutralise */
#shopify-section-template--28472673304907__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]) [style*="border"],
#shopify-section-template--28472673304907__main nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]) [class*="border"]{
  border-color: var(--ay-border, #e6dac8) !important;
}

/* 2) Se déconnecter centré sous la bulle */
#shopify-section-template--28472673304907__main nav{
  padding-bottom: 52px !important; /* un peu plus d’espace */
}

#shopify-section-template--28472673304907__main nav ul > li.logout-list-item{
  left: 0 !important;
  right: 0 !important;
  text-align: center !important;
}

#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a{
  margin: 14px auto 0 !important;
  display: inline-block !important;
  text-decoration: none !important;   /* pas souligné par défaut */
}

/* 3) Modifier / Supprimer : jamais soulignés par défaut */
#shopify-section-template--28472673304907__main div.account-card__actions > button{
  text-decoration: none !important;
}

/* Hover uniquement */
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a:hover,
#shopify-section-template--28472673304907__main div.account-card__actions > button:hover{
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
}
/* =========================================================
   FINAL FIX — liens non soulignés + suppression cadre bleu
   Page: Adresses (template--28472673304907)
   ========================================================= */

/* 1) AUCUN soulignement par défaut */
#shopify-section-template--28472673304907__main 
a,
#shopify-section-template--28472673304907__main 
button{
  text-decoration: none !important;
}

/* Soulignement uniquement au hover (logout + actions) */
#shopify-section-template--28472673304907__main 
nav ul > li.logout-list-item > a:hover,
#shopify-section-template--28472673304907__main 
div.account-card__actions > button:hover{
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
}

/* 2) SUPPRESSION DU CADRE BLEU (shadow inset du thème Elise) */
#shopify-section-template--28472673304907__main 
nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]){
  border: 1px solid var(--ay-border, #e6dac8) !important; /* bordure beige propre */
  box-shadow: none !important; /* ← enlève le cadre bleu */
  outline: none !important;
}

/* Certains wrappers internes Elise ajoutent un inset shadow */
#shopify-section-template--28472673304907__main 
.account-dashboard__body,
#shopify-section-template--28472673304907__main 
.account-card,
#shopify-section-template--28472673304907__main 
.account-dashboard__main-inner{
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--ay-border, #e6dac8) !important;
}
/* =========================================================
   ADRESSES — FIX ULTIME (underline + cadre bleu)
   Page: template--28472673304907__main
   ========================================================= */

/* 1) LIENS : pas de soulignement par défaut (logout + actions) */
#shopify-section-template--28472673304907__main
> div > div > div.container.max-w-page
> div > nav > ul > li.logout-list-item > a,
#shopify-section-template--28472673304907__main
.account-card__actions a,
#shopify-section-template--28472673304907__main
.account-card__actions button{
  text-decoration: none !important;
}

/* Soulignement uniquement au hover */
#shopify-section-template--28472673304907__main
> div > div > div.container.max-w-page
> div > nav > ul > li.logout-list-item > a:hover,
#shopify-section-template--28472673304907__main
.account-card__actions a:hover,
#shopify-section-template--28472673304907__main
.account-card__actions button:hover{
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
}

/* 2) CADRE BLEU : il vient quasi toujours d'un wrapper OU d'un ::before/::after
      -> on cible la colonne contenu + ses blocs internes, et on tue border/outline/shadow */
#shopify-section-template--28472673304907__main
> div > div > div.container.max-w-page
> div > div{
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important; /* le cadre bleu est souvent ici */
}

/* On neutralise aussi les pseudo-éléments qui dessinent le cadre */
#shopify-section-template--28472673304907__main
> div > div > div.container.max-w-page
> div > div::before,
#shopify-section-template--28472673304907__main
> div > div > div.container.max-w-page
> div > div::after{
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* La vraie card : on garde une bordure beige propre (et pas de shadow inset bleu) */
#shopify-section-template--28472673304907__main
nav + * > *:not(#AddAddress):not([data-form-id="AddAddress"]){
  border: 1px solid #e6dac8 !important;
  border-radius: 34px !important;
  outline: none !important;
  box-shadow: 0 12px 34px rgba(14,58,97,.06) !important; /* shadow douce */
}

/* Et on tue les "inset frames" bleus sur les wrappers Elise courants */
#shopify-section-template--28472673304907__main
.account-dashboard__body,
#shopify-section-template--28472673304907__main
.account-dashboard__main-inner,
#shopify-section-template--28472673304907__main
.account-card,
#shopify-section-template--28472673304907__main
.account-card__inner{
  box-shadow: none !important;
  outline: none !important;
}

/* Pareil pour leurs pseudo-éléments */
#shopify-section-template--28472673304907__main
.account-dashboard__body::before,
#shopify-section-template--28472673304907__main
.account-dashboard__body::after,
#shopify-section-template--28472673304907__main
.account-card::before,
#shopify-section-template--28472673304907__main
.account-card::after,
#shopify-section-template--28472673304907__main
.account-card__inner::before,
#shopify-section-template--28472673304907__main
.account-card__inner::after{
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
/* =========================================================
   ADRESSES — enlever underline par défaut (logout + modifier + supprimer)
   ========================================================= */

/* Par défaut : jamais souligné */
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a,
#shopify-section-template--28472673304907__main .account-card__actions a,
#shopify-section-template--28472673304907__main .account-card__actions button{
  text-decoration: none !important;
}

/* Au hover seulement */
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a:hover,
#shopify-section-template--28472673304907__main .account-card__actions a:hover,
#shopify-section-template--28472673304907__main .account-card__actions button:hover{
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
}
/* =========================================================
   ADRESSES — enlever tout soulignement (même faux underline)
   Cible : logout + actions "Modifier/Supprimer"
   ========================================================= */

/* 1) RESET total de l'underline (toutes techniques) */
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a,
#shopify-section-template--28472673304907__main .account-card__actions a,
#shopify-section-template--28472673304907__main .account-card__actions button{
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-thickness: auto !important;

  border-bottom: 0 !important;
  box-shadow: none !important;

  background-image: none !important;
  -webkit-text-decoration: none !important;
}

/* Si le thème crée le trait via pseudo-élément */
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a::after,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a::before,
#shopify-section-template--28472673304907__main .account-card__actions a::after,
#shopify-section-template--28472673304907__main .account-card__actions a::before,
#shopify-section-template--28472673304907__main .account-card__actions button::after,
#shopify-section-template--28472673304907__main .account-card__actions button::before{
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* 2) Underline UNIQUEMENT au hover */
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a:hover,
#shopify-section-template--28472673304907__main .account-card__actions a:hover,
#shopify-section-template--28472673304907__main .account-card__actions button:hover{
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
/* =========================================================
   COMPTE — supprimer le "cadre global" (bordures verticales bleues)
   Pages: Aperçu / Historique / Adresses
   ========================================================= */

/* Le wrapper qui encadre tout le layout (menu + contenu) */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div{
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Au cas où le thème dessine ce cadre via ::before/::after */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div::before,
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div::after,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div::before,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div::after,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div::before,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div::after{
  content: none !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Par sécurité : si une bordure est posée sur la colonne "contenu" */
#shopify-section-template--28472673206603__main nav + *,
#shopify-section-template--28472673239371__main nav + *,
#shopify-section-template--28472673304907__main nav + *{
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
  

/* =========================================================
   COMPTE CLIENT — Harmonisation boutons (Modifier / Ajouter adresse)
   ========================================================= */

/* Bouton "Modifier l'adresse" */
#shopify-section-template--28472673206603__main 
.account-card__actions > a,

/* Bouton "Ajouter une adresse" */
#shopify-section-template--28472673304907__main 
.account-dashboard__main-head > button {
  background: transparent !important;
  color: #0e3a61 !important;
  border: 1.5px solid #0e3a61 !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  transition: all 0.25s ease !important;
  box-shadow: none !important;
}

/* Hover */
#shopify-section-template--28472673206603__main 
.account-card__actions > a:hover,
#shopify-section-template--28472673304907__main 
.account-dashboard__main-head > button:hover {
  background: #0e3a61 !important;
  color: #faf9f6 !important;
  border-color: #0e3a61 !important;
}

/* =========================================================
   Boutons compte client — contour bleu visible au repos
   ========================================================= */

/* Ajouter une adresse + Modifier l'adresse */
#shopify-section-template--28472673206603__main .account-card__actions > a,
#shopify-section-template--28472673304907__main .account-dashboard__main-head > button {
  background-color: transparent !important;
  color: #0e3a61 !important;

  border: 2px solid #0e3a61 !important; /* contour visible */
  box-shadow: none !important; /* supprime shadow du thème */
  outline: none !important;

  border-radius: 999px !important;
  transition: all 0.25s ease !important;
}

/* Hover : fond bleu + bordure fusionnée */
#shopify-section-template--28472673206603__main .account-card__actions > a:hover,
#shopify-section-template--28472673304907__main .account-dashboard__main-head > button:hover {
  background-color: #0e3a61 !important;
  color: #faf9f6 !important;
  border-color: #0e3a61 !important; /* fondu dans le fond */
}
/* =========================================================
   Boutons compte client — contour bleu INFAILLIBLE (inset)
   -> visible au repos
   -> se fond au hover (même bleu que le fond)
   ========================================================= */

#shopify-section-template--28472673206603__main .account-card__actions > a,
#shopify-section-template--28472673304907__main .account-dashboard__main-head > button{
  background-color: transparent !important;
  color: #0e3a61 !important;

  /* contour "inset" (plus fiable que border) */
  border: 0 !important;
  box-shadow: inset 0 0 0 1px #0e3a61 !important;

  border-radius: 999px !important;
  padding: 10px 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

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

  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease !important;
}

/* Hover : fond bleu, le contour se "fond" car il reste bleu */
#shopify-section-template--28472673206603__main .account-card__actions > a:hover,
#shopify-section-template--28472673304907__main .account-dashboard__main-head > button:hover{
  background-color: #0e3a61 !important;
  color: #faf9f6 !important;
  box-shadow: inset 0 0 0 1px #0e3a61 !important; /* fusion parfaite */
}
 

/* =========================================================
   Harmonisation logout (toutes pages compte)
   Même rendu que celui validé sur "Adresses"
   ========================================================= */

/* NAV laisse sortir le logout */
#shopify-section-template--28472673206603__main nav,
#shopify-section-template--28472673239371__main nav{
  position: relative !important;
  padding-bottom: 52px !important;
}

/* Positionnement du logout sous la bulle */
#shopify-section-template--28472673206603__main nav ul > li.logout-list-item,
#shopify-section-template--28472673239371__main nav ul > li.logout-list-item{
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Harmonisation du lien (supprime styles de .link) */
#shopify-section-template--28472673206603__main .logout-link.link,
#shopify-section-template--28472673239371__main .logout-link.link{
  display: inline-block !important;
  margin: 12px auto 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  text-decoration: none !important; /* pas souligné par défaut */
  color: #0e3a61 !important;
  font-weight: 400 !important;
}

/* Hover identique */
#shopify-section-template--28472673206603__main .logout-link.link:hover,
#shopify-section-template--28472673239371__main .logout-link.link:hover{
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
  color: #ea8760 !important;
}
/****************************************************
  ANIMALYO — COMPTE CLIENT (menus + liens + cadres)
****************************************************/

/* ========== 1) Supprimer le “cadre” parasite (Aperçu + Commandes) ========== */
#shopify-section-template--28472673206603__main .account-dashboard__main,
#shopify-section-template--28472673206603__main .account-dashboard__main-inner,
#shopify-section-template--28472673206603__main .account-dashboard__body,
#shopify-section-template--28472673239371__main .account-dashboard__main,
#shopify-section-template--28472673239371__main .account-dashboard__main-inner,
#shopify-section-template--28472673239371__main .account-dashboard__body {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Au cas où le cadre vient d’un wrapper “générique” */
#shopify-section-template--28472673206603__main .container.max-w-fluid > div,
#shopify-section-template--28472673239371__main .container.max-w-page > div {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* ========== 2) Menu gauche : carte propre uniquement pour les 3 liens ========== */
#shopify-section-template--28472673206603__main nav ul,
#shopify-section-template--28472673239371__main nav ul,
#shopify-section-template--28472673304907__main nav ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

/* On enlève tout “fond/cadre” potentiel du nav/ul */
#shopify-section-template--28472673206603__main nav,
#shopify-section-template--28472673206603__main nav ul,
#shopify-section-template--28472673239371__main nav,
#shopify-section-template--28472673239371__main nav ul,
#shopify-section-template--28472673304907__main nav,
#shopify-section-template--28472673304907__main nav ul {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Style “carte” appliqué seulement aux 3 items (PAS au logout) */
#shopify-section-template--28472673206603__main nav ul > li:not(.logout-list-item) > a,
#shopify-section-template--28472673239371__main nav ul > li:not(.logout-list-item) > a,
#shopify-section-template--28472673304907__main nav ul > li:not(.logout-list-item) > a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 18px 18px !important;
  background: var(--ay-beige-2, #f4f1ea) !important;
  color: var(--ay-blue, #0e3a61) !important;
  text-decoration: none !important;
  border-left: 1px solid var(--ay-border, #e6dac8) !important;
  border-right: 1px solid var(--ay-border, #e6dac8) !important;
}

/* Séparateurs internes */
#shopify-section-template--28472673206603__main nav ul > li:not(.logout-list-item) + li:not(.logout-list-item) > a,
#shopify-section-template--28472673239371__main nav ul > li:not(.logout-list-item) + li:not(.logout-list-item) > a,
#shopify-section-template--28472673304907__main nav ul > li:not(.logout-list-item) + li:not(.logout-list-item) > a {
  border-top: 1px solid var(--ay-border, #e6dac8) !important;
}

/* Haut de la carte */
#shopify-section-template--28472673206603__main nav ul > li:not(.logout-list-item):first-child > a,
#shopify-section-template--28472673239371__main nav ul > li:not(.logout-list-item):first-child > a,
#shopify-section-template--28472673304907__main nav ul > li:not(.logout-list-item):first-child > a {
  border-top: 1px solid var(--ay-border, #e6dac8) !important;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

/* Bas de la carte : on arrondit le “dernier item NON-logout”
   (on suppose que logout est le dernier li => le dernier lien menu est l’avant-dernier li) */
#shopify-section-template--28472673206603__main nav ul > li:not(.logout-list-item):nth-last-child(2) > a,
#shopify-section-template--28472673239371__main nav ul > li:not(.logout-list-item):nth-last-child(2) > a,
#shopify-section-template--28472673304907__main nav ul > li:not(.logout-list-item):nth-last-child(2) > a {
  border-bottom: 1px solid var(--ay-border, #e6dac8) !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

/* ========== 3) Logout : EN DEHORS, centré, sans soulignement (sauf hover) ========== */
#shopify-section-template--28472673206603__main nav ul > li.logout-list-item,
#shopify-section-template--28472673239371__main nav ul > li.logout-list-item,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item {
  order: 99 !important;
  margin: 16px auto 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

#shopify-section-template--28472673206603__main nav ul > li.logout-list-item > a,
#shopify-section-template--28472673239371__main nav ul > li.logout-list-item > a,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a {
  display: inline-block !important;
  text-decoration: none !important;  /* IMPORTANT: pas de soulignement au repos */
  color: var(--ay-blue, #0e3a61) !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  padding: 6px 0 !important;
}

#shopify-section-template--28472673206603__main nav ul > li.logout-list-item > a:hover,
#shopify-section-template--28472673239371__main nav ul > li.logout-list-item > a:hover,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a:hover {
  text-decoration: underline !important;
}

/* ========== 4) Harmoniser tous les “liens actions” : pas soulignés au repos, soulignés au hover ========== */
/* Voir les adresses / Modifier / Supprimer etc. (liens) */
#shopify-section-template--28472673206603__main .account-card__actions a,
#shopify-section-template--28472673239371__main .account-card__actions a,
#shopify-section-template--28472673304907__main .account-card__actions a {
  text-decoration: none !important;
  color: var(--ay-blue, #0e3a61) !important;
}

#shopify-section-template--28472673206603__main .account-card__actions a:hover,
#shopify-section-template--28472673239371__main .account-card__actions a:hover,
#shopify-section-template--28472673304907__main .account-card__actions a:hover {
  text-decoration: underline !important;
}

/* Modifier / Supprimer si ce sont des <button> (comme tu as montré) */
#shopify-section-template--28472673304907__main .account-card__actions button {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  color: var(--ay-blue, #0e3a61) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-decoration: none !important; /* pas souligné au repos */
}

#shopify-section-template--28472673304907__main .account-card__actions button:hover {
  text-decoration: underline !important;
}
/* COMPTE — supprimer le fil d’Ariane (desktop) */
#shopify-section-template--28472673304907__main .small-hide > nav {
  display: none !important;
}
#shopify-section-template--28472673304907__main .small-hide > nav,
#shopify-section-template--28472673206603__main .small-hide > nav,
#shopify-section-template--28472673239371__main .small-hide > nav {
  display: none !important;
}


/* =========================
   AY – Menu compte (force)
   Cible EXACTE : Aperçu du compte (dashboard)
   #shopify-section-template--28472673206603__main > ... > nav
   ========================= */

#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Le UL du menu */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul{
  list-style: none !important;
  margin: 0 !important;
  padding: 14px !important;

  background: #faf9f6 !important;
  border: 1px solid #e6dac8 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

/* Les LI */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li{
  margin: 8px 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Liens : style "pill" clean */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li > a{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  padding: 14px 16px !important;
  border-radius: 14px !important;

  background: transparent !important;
  border: 1px solid transparent !important;

  color: #0e3a61 !important;
  text-decoration: none !important;

  box-shadow: none !important;
  transition: background .2s ease, border-color .2s ease, transform .2s ease !important;
}

/* Hover */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li > a:hover{
  background: rgba(14, 58, 97, .06) !important;
  border-color: rgba(14, 58, 97, .18) !important;
  transform: translateY(-1px) !important;
}

/* Actif */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li > a[aria-current="page"],
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li.is-active > a{
  background: rgba(14, 58, 97, .10) !important;
  border-color: rgba(14, 58, 97, .22) !important;
  font-weight: 500 !important;
}

/* Flèche */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav svg{
  color: #0e3a61 !important;
  opacity: .9 !important;
  transition: transform .2s ease !important;
}
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li > a:hover svg{
  transform: translateX(3px) !important;
}
/* AY – Logout sous le menu compte */
#shopify-section-template--28472673206603__main nav .logout-list-item{
  margin-top: 12px !important;
  text-align: center !important;
  border: 0 !important;
}

/* Lien "Se déconnecter" */
#shopify-section-template--28472673206603__main nav .logout-link{
  display: inline-block !important;
  margin: 6px auto 0 !important;
  padding: 0 !important;

  color: #0e3a61 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(14,58,97,0.5) !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Hover propre */
#shopify-section-template--28472673206603__main nav .logout-link:hover{
  color: #0e3a61 !important;
  border-bottom: 1px solid #0e3a61 !important;
  opacity: 0.85;
}
/* AY – Sortir "Se déconnecter" du bloc menu (toutes pages compte) */
#shopify-section-template--28472673206603__main nav ul,
#shopify-section-template--28472673304907__main nav ul {
  position: relative !important;
  padding-bottom: 56px !important; /* réserve l’espace pour le logout */
}

/* Le li logout sort du cadre */
#shopify-section-template--28472673206603__main nav ul > li.logout-list-item,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -34px !important; /* le place sous la bulle */
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Style lien logout : pas de soulignement au repos, seulement au hover */
#shopify-section-template--28472673206603__main nav ul > li.logout-list-item > a,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a {
  display: inline-block !important;
  color: #0e3a61 !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent !important;
  padding: 2px 0 !important;
}

#shopify-section-template--28472673206603__main nav ul > li.logout-list-item > a:hover,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item > a:hover {
  border-bottom-color: #0e3a61 !important;
}
/* AY – Autoriser l’élément logout à dépasser du cadre (sinon il est coupé) */
#shopify-section-template--28472673206603__main nav,
#shopify-section-template--28472673304907__main nav,
#shopify-section-template--28472673206603__main nav ul,
#shopify-section-template--28472673304907__main nav ul {
  overflow: visible !important;
}

/* Si le “cadre” est sur un wrapper différent (très fréquent) */
#shopify-section-template--28472673206603__main .account-dashboard__nav,
#shopify-section-template--28472673304907__main .account-dashboard__nav,
#shopify-section-template--28472673206603__main .account-dashboard__sidebar,
#shopify-section-template--28472673304907__main .account-dashboard__sidebar {
  overflow: visible !important;
}
#shopify-section-template--28472673206603__main nav ul,
#shopify-section-template--28472673304907__main nav ul{
  padding-bottom: 72px !important;
}

#shopify-section-template--28472673206603__main nav ul > li.logout-list-item,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item{
  bottom: -44px !important;
}
/* AY – Logout plus bas */
#shopify-section-template--28472673206603__main nav ul > li.logout-list-item,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: -72px !important; /* un peu plus bas */
  margin: 0 !important;
  list-style: none !important;
}

/* Supprimer tous les soulignements par défaut */
#shopify-section-template--28472673206603__main nav ul > li.logout-list-item a,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item a {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--ay-blue) !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  padding-bottom: 2px !important;
  position: relative !important;
}

/* Soulignement propre au hover (un seul trait) */
#shopify-section-template--28472673206603__main nav ul > li.logout-list-item a::after,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--ay-blue);
  transition: width 0.2s ease;
}

#shopify-section-template--28472673206603__main nav ul > li.logout-list-item a:hover::after,
#shopify-section-template--28472673304907__main nav ul > li.logout-list-item a:hover::after {
  width: 100%;
}
/* AY - Logout : aucun soulignement au repos, 1 seul au hover */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li.logout-list-item > a{
  position: relative !important;
  display: inline-block !important;

  /* kill all underline systems */
  text-decoration: none !important;
  text-decoration-thickness: 0 !important;
  text-underline-offset: 0 !important;

  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;

  background: transparent !important;
  background-image: none !important;

  /* si un thème met une ligne via outline */
  outline: none !important;
}

/* au cas où le thème ajoute des pseudos */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li.logout-list-item > a::before{
  content: none !important;
}
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li.logout-list-item > a::after{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -2px !important;
  height: 1px !important;
  background: var(--ay-blue) !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform .25s ease !important;
}

/* hover = 1 seul soulignement */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li.logout-list-item > a:hover::after{
  transform: scaleX(1) !important;
}



/*********************************************************
  AY — MENU COMPTE (FORCE EXACTE SUR LES 3 PAGES)
  Objectif : reproduire la version validée partout
  - 3 liens en "pill" dans une bulle
  - logout en dessous, pas souligné (souligné au hover)
  - breadcrumb desktop masqué
**********************************************************/

/* ============ 0) Breadcrumb desktop OFF (les 3 pages) ============ */
#shopify-section-template--28472673304907__main .small-hide > nav,
#shopify-section-template--28472673206603__main .small-hide > nav,
#shopify-section-template--28472673239371__main .small-hide > nav{
  display: none !important;
}

/* ============ 1) CIBLES EXACTES des 3 NAV ============ */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;

  position: relative !important;
  overflow: visible !important;
}

/* ============ 2) UL = la bulle (force sur les 3 pages) ============ */
/* (sur Adresses tu avais ciblé nav > ul : on le force aussi ailleurs) */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul{
  list-style: none !important;
  margin: 0 !important;
  padding: 14px !important;

  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;

  background: #faf9f6 !important;
  border: 1px solid #e6dac8 !important;
  border-radius: 18px !important;
  box-shadow: none !important;

  position: relative !important;
  overflow: visible !important;

  /* réserve pour le logout sous la bulle */
  padding-bottom: 72px !important;
}

/* ============ 3) LI reset ============ */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul > li,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li{
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* ============ 4) Liens (3 items) style validé ============ */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li:not(.logout-list-item) > a,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul > li:not(.logout-list-item) > a,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li:not(.logout-list-item) > a{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  padding: 14px 16px !important;
  border-radius: 14px !important;

  background: transparent !important;
  border: 1px solid transparent !important;

  color: #0e3a61 !important;
  text-decoration: none !important;

  box-shadow: none !important;
  transition: background .2s ease, border-color .2s ease, transform .2s ease !important;
}

/* Hover */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li:not(.logout-list-item) > a:hover,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul > li:not(.logout-list-item) > a:hover,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li:not(.logout-list-item) > a:hover{
  background: rgba(14, 58, 97, .06) !important;
  border-color: rgba(14, 58, 97, .18) !important;
  transform: translateY(-1px) !important;
}

/* Actif (ton HTML montre class="active") + fallback aria-current */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav a.active,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav a.active,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav a.active,
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav a[aria-current="page"],
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav a[aria-current="page"],
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav a[aria-current="page"]{
  background: rgba(14, 58, 97, .10) !important;
  border-color: rgba(14, 58, 97, .22) !important;
  font-weight: 500 !important;
}

/* Flèche */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav svg,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav svg,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav svg{
  color: #0e3a61 !important;
  opacity: .9 !important;
  transition: transform .2s ease !important;
}
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li:not(.logout-list-item) > a:hover svg,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul > li:not(.logout-list-item) > a:hover svg,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li:not(.logout-list-item) > a:hover svg{
  transform: translateX(3px) !important;
}

/* ============ 5) LOGOUT sous la bulle (les 3 pages) ============ */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li.logout-list-item,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item{
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: -72px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
  list-style: none !important;
}

/* Lien logout : zéro underline au repos, 1 underline au hover */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li.logout-list-item > a,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a{
  position: relative !important;
  display: inline-block !important;

  color: #0e3a61 !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;

  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  outline: none !important;

  padding: 2px 0 !important;
}

/* kill pseudos thème */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li.logout-list-item > a::before,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a::before,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a::before{
  content: none !important;
}

#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li.logout-list-item > a::after,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a::after,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a::after{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -2px !important;
  height: 1px !important;
  background: #0e3a61 !important;

  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform .25s ease !important;
}

#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li.logout-list-item > a:hover::after,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a:hover::after,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a:hover::after{
  transform: scaleX(1) !important;
}




/* ============================================
   AY — FIX : enlever l'espace vide sous "Adresses"
   (les 3 pages compte)
   ============================================ */

/* 1) On enlève la réserve dans la bulle */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul{
  padding-bottom: 14px !important; /* comme le reste */
}

/* 2) On crée l'espace sous la bulle sur le nav (pour le logout) */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav{
  padding-bottom: 86px !important; /* réserve externe pour le logout */
}

/* 3) Le logout reste exactement au même endroit */
#shopify-section-template--28472673206603__main > div > div > div.container.max-w-fluid > div > nav > ul > li.logout-list-item,
#shopify-section-template--28472673239371__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item,
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item{
  bottom: -72px !important;
}



/* === Logout (page Adresses) : supprimer TOUT soulignement parasite === */
#shopify-section-template--28472673304907__main 
> div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a.logout-link.link{
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background: none !important;
  outline: none !important;
  position: relative !important;
}

/* kill pseudo-elements du thème (.link::after etc.) */
#shopify-section-template--28472673304907__main 
> div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a.logout-link.link::before,
#shopify-section-template--28472673304907__main 
> div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a.logout-link.link::after{
  content: none !important;
  display: none !important;
}

/* === Underline propre UNIQUEMENT au hover (comme les autres menus) === */
#shopify-section-template--28472673304907__main 
> div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a.logout-link.link:hover{
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}


/* =========================================================
   AY – Account Adresses : forcer hover BLEU (override fort)
   ========================================================= */

/* 0) Si le thème utilise des variables pour les liens/hover, on les force localement */
#shopify-section-template--28472673304907__main{
  --color-link: 14,58,97;
  --color-link-hover: 14,58,97;
  --link-hover-color: #0e3a61;
  --link-color: #0e3a61;
}

/* 1) Logout : sélecteur ultra spécifique (le tien) */
#shopify-section-template--28472673304907__main > div > div > div.container.max-w-page > div > nav > ul > li.logout-list-item > a.logout-link:hover{
  color: #0e3a61 !important;
}

/* 2) Actions dans la liste d’adresses : modifier / supprimer (catch large + très spécifique) */
#shopify-section-template--28472673304907__main a[href="/account/logout"]:hover,
#shopify-section-template--28472673304907__main a.logout-link:hover,
#shopify-section-template--28472673304907__main a[href*="/account/addresses"]:hover,
#shopify-section-template--28472673304907__main a[href*="/account/addresses/"]:hover,
#shopify-section-template--28472673304907__main a[href*="addresses"]:hover{
  color: #0e3a61 !important;
}

/* 3) Au cas où l’orange vient d’un fill/stroke (icônes) */
#shopify-section-template--28472673304907__main a:hover svg,
#shopify-section-template--28472673304907__main a:hover svg *{
  fill: currentColor !important;
  stroke: currentColor !important;
}



/* =========================================================
   AY – Adresses : forcer hover BLEU sur Modifier + Supprimer
   (ciblage ultra précis via tes selectors)
   ========================================================= */

/* MODIFIER (button 1) */
#shopify-section-template--28472673304907__main
div > div > div.container.max-w-page > div > div > div:nth-child(1)
div.account-dashboard__body > div:nth-child(1) > div > div.account-card__actions > button:nth-child(1),

/* SUPPRIMER (button 2) */
#shopify-section-template--28472673304907__main
div > div > div.container.max-w-page > div > div > div:nth-child(1)
div.account-dashboard__body > div:nth-child(1) > div > div.account-card__actions > button:nth-child(2){
  color: #0e3a61 !important;
  -webkit-text-fill-color: #0e3a61 !important;

  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;

  text-decoration: none !important;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1px !important;
}

/* IMPORTANT : si l’orange est appliqué sur un enfant (span/svg/etc) */
#shopify-section-template--28472673304907__main
div > div > div.container.max-w-page > div > div > div:nth-child(1)
div.account-dashboard__body > div:nth-child(1) > div > div.account-card__actions > button:nth-child(1) *,
#shopify-section-template--28472673304907__main
div > div > div.container.max-w-page > div > div > div:nth-child(1)
div.account-dashboard__body > div:nth-child(1) > div > div.account-card__actions > button:nth-child(2) *{
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

/* Hover = bleu + underline */
#shopify-section-template--28472673304907__main
div > div > div.container.max-w-page > div > div > div:nth-child(1)
div.account-dashboard__body > div:nth-child(1) > div > div.account-card__actions > button:nth-child(1):hover,
#shopify-section-template--28472673304907__main
div > div > div.container.max-w-page > div > div > div:nth-child(1)
div.account-dashboard__body > div:nth-child(1) > div > div.account-card__actions > button:nth-child(2):hover{
  color: #0e3a61 !important;
  -webkit-text-fill-color: #0e3a61 !important;
  text-decoration: underline !important;
}

/* Neutraliser les pseudos/traits/oranges éventuels du thème */
#shopify-section-template--28472673304907__main
div > div > div.container.max-w-page > div > div > div:nth-child(1)
div.account-dashboard__body > div:nth-child(1) > div > div.account-card__actions > button:nth-child(1)::before,
#shopify-section-template--28472673304907__main
div > div > div.container.max-w-page > div > div > div:nth-child(1)
div.account-dashboard__body > div:nth-child(1) > div > div.account-card__actions > button:nth-child(1)::after,
#shopify-section-template--28472673304907__main
div > div > div.container.max-w-page > div > div > div:nth-child(1)
div.account-dashboard__body > div:nth-child(1) > div > div.account-card__actions > button:nth-child(2)::before,
#shopify-section-template--28472673304907__main
div > div > div.container.max-w-page > div > div > div:nth-child(1)
div.account-dashboard__body > div:nth-child(1) > div > div.account-card__actions > button:nth-child(2)::after{
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}




/* AY — Menu compte : flèche qui se "remplit" au hover (comme Adresses) */
.account-dashboard__nav a.h6 .icon svg,
.account-dashboard__nav a.h6 .icon svg path{
  transition: fill 220ms ease, stroke 220ms ease, opacity 220ms ease;
}

/* état normal : outline */
.account-dashboard__nav a.h6 .icon svg path{
  fill: transparent !important;
  stroke: currentColor !important;
}

/* hover/focus : remplissage */
.account-dashboard__nav a.h6:hover .icon svg path,
.account-dashboard__nav a.h6:focus-visible .icon svg path{
  fill: currentColor !important;
  stroke: currentColor !important;
  opacity: 1;
}

/* optionnel : item actif aussi "rempli" */
.account-dashboard__nav a.h6.active .icon svg path{
  fill: currentColor !important;
  stroke: currentColor !important;
}



/* AY — Compte client : enlever les hover “badge” du thème sur le menu */
#shopify-section-template--28472673206603__main
  > div > div > div.container.max-w-fluid > div > nav > ul > li > a:hover {
  background: transparent !important;
  border-color: transparent !important;
  transform: none !important;
}

/* AY — Logout : seul lien qui doit avoir un hover = underline */
#shopify-section-template--28472673206603__main a.logout-link.link {
  text-decoration: none !important;
}

#shopify-section-template--28472673206603__main a.logout-link.link:hover {
  text-decoration: underline !important;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 1px;
}
/* AY — Logout : empêcher toute baisse d’intensité au hover */
#shopify-section-template--28472673206603__main a.logout-link.link,
#shopify-section-template--28472673206603__main a.logout-link.link:hover {
  opacity: 1 !important;
  filter: none !important;
  color: inherit !important;
}


/* AY — Masquer le bouton spécifique dans le dashboard compte */
#shopify-section-template--28472673206603__main 
  > div > div > div.container.max-w-fluid > div > div > div > div.account-dashboard__body 
  > div:nth-child(2) > div > div.account-card__actions > a {
  display: none !important;
}



/* =========================================================
   AY - Copier le style de #AddAddress vers tous les #EditAddress_*
   (sans modifier le bouton)
   ========================================================= */
:root{
  --ay-blue: #0e3a61;
  --ay-beige: #faf9f6;
}

/* 1) Enlever le "cartouche" / cadre du mode édition */
[id^="EditAddress_"]{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* Si ton thème ajoute un wrapper interne (souvent le cas) */
[id^="EditAddress_"] *{
  box-shadow: none;
}

/* 2) Copier le rendu des champs (mêmes inputs que AddAddress) */
[id^="EditAddress_"] .field__input,
[id^="EditAddress_"] select.field__input,
[id^="EditAddress_"] textarea.field__input{
  background: var(--ay-beige) !important;
  border: 1px solid var(--ay-blue) !important; /* 1px comme validé */
  color: var(--ay-blue) !important;
  border-radius: 10px !important;
  outline: none !important;
}

/* Placeholder */
[id^="EditAddress_"] .field__input::placeholder{
  color: rgba(14, 58, 97, 0.65) !important;
}

/* Focus (optionnel mais propre) */
[id^="EditAddress_"] .field__input:focus,
[id^="EditAddress_"] select.field__input:focus,
[id^="EditAddress_"] textarea.field__input:focus{
  border-color: var(--ay-blue) !important;
  box-shadow: 0 0 0 2px rgba(14, 58, 97, 0.15) !important;
}





.ay-password-field{
  position: relative;
}

.ay-password-field input#CustomerPassword{
  padding-right: 56px;
}

.ay-password-toggle{
  position: absolute;
  right: 12px;
  z-index: 10;

  /* top est calculé en JS */
  transform: translateY(-50%);

  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #0e3a61;
}

.ay-password-toggle .ay-eye{
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.ay-password-toggle .ay-eye-slash{
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  display: none;
}

.ay-password-visible .ay-eye-slash{
  display: block;
}





/* ===== Contact success (Animalyo) ===== */
.form-contact__success{
  max-width: 760px;
  margin: clamp(24px, 4vw, 56px) auto 0;
  padding: clamp(20px, 3vw, 36px);
  border: 1px solid rgba(14, 58, 97, 0.18);
  border-radius: 18px;
  background: #faf9f6;
  box-shadow: 0 10px 30px rgba(14, 58, 97, 0.08);
  text-align: left;
}

/* Titre */
.form-contact__message--success{
  margin: 0 0 10px;
  color: #0e3a61;
  letter-spacing: -0.02em;
}

/* Sous-texte (si tu l’ajoutes) */
.form-contact__success-subtitle{
  margin: 0 0 18px;
  color: rgba(14, 58, 97, 0.78);
  line-height: 1.6;
}

/* Bouton retour accueil */
.form-contact__success .button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
}

/* Réduire le "vide" autour de la section contact quand succès */
.form-contact.is-success .container{
  padding-top: 10px !important;
  padding-bottom: 34px !important;
}

/* Option : sur mobile, centre visuellement */
@media (max-width: 768px){
  .form-contact__success{
    text-align: left;
  }
}/* Centrer le contenu du bloc succès contact */
.form-contact__success{
  text-align: center;
  align-items: center;
}

/* Titre */
.form-contact__message--success{
  text-align: center;
}

/* Bouton centré */
.form-contact__success .button{
  margin: 0 auto;
}
.form-contact__success{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 1. Remonter le bloc succès (section contact) */
#shopify-section-template--28472673632587__form > div{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* Cacher le contenu "main" uniquement après succès */
body:has(.form-contact.is-success) #shopify-section-template--28472673632587__main > div > div{
  display: none !important;
}

/* 3. Ajustement fin quand succès pour un rendu premium */
.form-contact__success{
  margin-top: 20px !important;
}
/* Bloc succès contact — fond beige Animalyo */
.form-contact__success{
  background: #f4f1ea !important;
  border-color: rgba(14, 58, 97, 0.15);
}
/* Supprimer l'espace vide du main uniquement après succès */
body:has(.form-contact.is-success) #shopify-section-template--28472673632587__main{
  padding: 0 !important;
  margin: 0 !important;
}

/* Bouton retour accueil – style Animalyo inversé */
#ContactForm > div > a{
  background: #faf9f6;
  color: #0e3a61;
  border: 1.5px solid #0e3a61;
  border-radius: 999px;
  padding: 12px 22px;
  transition: all 0.25s ease;
}

/* Hover : inversion */
#ContactForm > div > a:hover{
  background: #0e3a61;
  color: #faf9f6;
  border-color: #0e3a61;
}




.product-conseil{
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 980px;
  margin: 18px auto 26px;
  padding: 14px 18px;
  background: #f4f1ea;
  border: 1px solid rgba(14, 58, 97, 0.12);
  border-radius: 16px; /* on enlève le "pill" géant */
}

.product-conseil__kicker{
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(14, 58, 97, 0.06);
  color: #0e3a61;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  line-height: 1;
}

.product-conseil__title{
  flex: 1 1 auto;
  min-width: 0;                 /* essentiel pour ellipsis */
  color: #0e3a61;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-conseil__cta{
  flex: 0 0 auto;
  margin-left: auto;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid #0e3a61;
  color: #0e3a61;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  background: #f4f1ea;
  transition: all .2s ease;
}

.product-conseil__cta:hover{
  background: #0e3a61;
  color: #faf9f6;
}
}


@media (max-width: 768px){
  .product-conseil{
    margin: 14px 16px 22px;
    padding: 14px 14px;
    gap: 10px;
  }
  .product-conseil__cta{
    padding: 8px 10px;
  }
}


@media (max-width: 768px){
  .product-conseil{
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "kicker cta"
      "title  title";
    gap: 10px 12px;
    padding: 14px 14px;
    border-radius: 14px;
  }

  .product-conseil__kicker{
    grid-area: kicker;
    justify-self: start;
  }

  .product-conseil__cta{
    grid-area: cta;
    justify-self: end;
    padding: 8px 12px;
    font-size: 12px;
  }

  .product-conseil__title{
    grid-area: title;
    white-space: normal;      /* <- autorise 2 lignes */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;    /* <- max 2 lignes */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.25;
  }
}

@media (max-width: 768px){
  .product-conseil{
    align-items: start; /* pour éviter l'effet "bouton qui flotte" */
  }

  .product-conseil__kicker,
  .product-conseil__cta{
    align-self: start; /* aligne badge et bouton en haut */
  }

  .product-conseil__cta{
    padding: 7px 12px;  /* un poil moins haut */
    line-height: 1;     /* hauteur plus clean */
  }
}
@media (max-width: 768px){
  .product-conseil__kicker{
    padding: 7px 10px;
  }
}
.product-conseil__kicker,
.product-conseil__cta{
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
}

.product-conseil__kicker{
  background: #e6dac8; /* beige chaud Animalyo */
}

.product-conseil__cta{
  border: 1px solid #0e3a61;
  color: #0e3a61;
  background: transparent;
}



/* ANIMALYO — TRUST INDICATORS : taille de la bulle */
#shopify-section-template--28472674287947__trust_indicators_gt7tKz
.section-trust-indicators__icon.icon.font-size-h6{
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  min-height: 80px !important;

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

/* taille de l’icône (img) */
#shopify-section-template--28472674287947__trust_indicators_gt7tKz
.section-trust-indicators__icon.icon.font-size-h6 > img{
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  object-fit: contain !important;
  display: block !important;
}

/* Mobile : un peu plus petit */
@media (max-width: 768px){
  #shopify-section-template--28472674287947__trust_indicators_gt7tKz
  .section-trust-indicators__icon.icon.font-size-h6{
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
  }

  #shopify-section-template--28472674287947__trust_indicators_gt7tKz
  .section-trust-indicators__icon.icon.font-size-h6 > img{
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
  }
}
/* Réduit le conteneur autour de l’icône */
#shopify-section-template--28472674287947__trust_indicators_gt7tKz
.section-trust-indicators__icon.icon.font-size-h6{
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;

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

/* Ajuste la taille réelle de l’icône (le cercle SVG) */
#shopify-section-template--28472674287947__trust_indicators_gt7tKz
.section-trust-indicators__icon.icon.font-size-h6 > img{
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

/* TRUST INDICATORS — supprimer le cercle/bordure bleue ajouté par le thème */
#shopify-section-template--28472674287947__trust_indicators_gt7tKz
.section-trust-indicators__icon.icon.font-size-h6{
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* si le cercle bleu est fait via ::before / ::after */
#shopify-section-template--28472674287947__trust_indicators_gt7tKz
.section-trust-indicators__icon.icon.font-size-h6::before,
#shopify-section-template--28472674287947__trust_indicators_gt7tKz
.section-trust-indicators__icon.icon.font-size-h6::after{
  content: none !important;
  display: none !important;
}



/* Animalyo - Header mobile: remplace Recherche par Compte */
@media (max-width: 989px) {
  .header__utils-item--search.header__utils-item--mobile {
    display: none !important;
  }

  .header__utils-item--account {
    display: list-item !important;
  }
}



/* Animalyo - Search bar in mobile drawer */
.ay-mobile-drawer-search{
  padding: 14px 16px 0;
}

.ay-mobile-search-form{
  position: relative;
}

.ay-mobile-search-icon{
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ay-mobile-search-input{
  width: 100%;
  height: 44px;
  border: 1px solid #0e3a61;
  background: #f4f1ea;
  border-radius: 10px;
  padding: 0 14px 0 44px;
  font-size: 14px;
  color: #0e3a61;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.ay-mobile-search-input::placeholder{
  color: rgba(14, 58, 97, 0.65);
}

.ay-mobile-search-input:focus{
  border-color: #0e3a61;
}

.ay-mobile-sep{
  height: 1px;
  background: #e6dac8;
  margin: 14px 0;
}





/* Animalyo - Titre "Nos collections" (menu mobile uniquement) */
#Navigation-menu-drawer-header .primary-menu-panel > ul > li:first-child > a{
  pointer-events: none;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

/* cacher une éventuelle flèche */
#Navigation-menu-drawer-header .primary-menu-panel > ul > li:first-child .icon{
  display: none !important;
}
/* Séparateur au-dessus de "Nos collections" */
#Navigation-menu-drawer-header .primary-menu-panel > ul > li:first-child > a{
  border-top: 1px solid #0e3a61;
  padding-top: 16px;
  margin-top: 8px;
}



/* Descend la barre de recherche */
#Navigation-menu-drawer-header .ay-mobile-drawer-search{
  margin-top: 20px !important;
}




/* === Drawer bottom: supprimer "Compte" + aligner France / réseaux === */
#Navigation-menu-drawer-header .drawer__row.drawer__row--bottom{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  padding: 12px 16px !important;
}

/* Supprime "Compte" */
#Navigation-menu-drawer-header .drawer__subs-items .drawer__subs-item:first-child{
  display: none !important;
}

/* Nettoie la liste (sinon espaces chelous) */
#Navigation-menu-drawer-header .drawer__subs-items{
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* "France" à gauche */
#Navigation-menu-drawer-header .drawer__subs{
  flex: 0 0 auto !important;
}

/* Réseaux à droite */
#Navigation-menu-drawer-header .drawer__social{
  flex: 0 0 auto !important;
}

/* Alignement + espacement des icônes */
#Navigation-menu-drawer-header .drawer__social-list{
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Bonus: taille cliquable des icônes + centrage visuel */
#Navigation-menu-drawer-header .drawer__social a{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}


/* Supprime "Compte" */
#Navigation-menu-drawer-header .drawer__subs-items .drawer__subs-item:first-child{
  display:none !important;
}

/* Structure du bas du menu */
#Navigation-menu-drawer-header .drawer__row.drawer__row--bottom{
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Logos réseaux centrés */
#Navigation-menu-drawer-header .drawer__social{
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* France à droite */
#Navigation-menu-drawer-header .drawer__subs{
  position: absolute !important;
  right: 16px !important;
}

/* Alignement icônes */
#Navigation-menu-drawer-header .drawer__social-list{
  display:flex !important;
  gap:12px !important;
  align-items:center !important;
}



#Navigation-menu-drawer-header .ay-mobile-drawer-search{
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}



/* Enlever le trait horizontal (séparateur) du mega menu */
#header nav.header__nav.small-hide.medium-hide .header__nav-dropdown,
#header nav.header__nav.small-hide.medium-hide .header__nav-dropdown-inner {
  border-top: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* Au cas où la ligne est dessinée par un pseudo-élément */
#header nav.header__nav.small-hide.medium-hide .header__nav-dropdown::before,
#header nav.header__nav.small-hide.medium-hide .header__nav-dropdown::after,
#header nav.header__nav.small-hide.medium-hide .header__nav-dropdown-inner::before,
#header nav.header__nav.small-hide.medium-hide .header__nav-dropdown-inner::after {
  content: none !important;
  display: none !important;
}



/* Supprimer tout effet hover sur la loupe de recherche */
.search__button--submit:hover,
.search__button--submit:focus,
.search__button--submit:active {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  color: inherit !important;
}
.search__button--submit:hover {
  opacity: 0.7;
}



/* Ciblage ultra spécifique + override du "text fill" */
#shopify-section-template--28472674353483__banner .search__head .search__button.search__button--clear {
  background: #0e3a61 !important;
  border: 1px solid #0e3a61 !important;
  color: #faf9f6 !important;
  -webkit-text-fill-color: #faf9f6 !important;
  transition: all .2s ease;
}

#shopify-section-template--28472674353483__banner .search__head .search__button.search__button--clear:hover {
  background: #faf9f6 !important;
  border: 1px solid #0e3a61 !important;

  /* IMPORTANT : certains styles gardent la couleur via text-fill */
  color: #0e3a61 !important;
  -webkit-text-fill-color: #0e3a61 !important;
}




/* Style "inversé" forcé pendant le clic */
#shopify-section-template--28472674353483__banner
.search__button.search__button--clear.is-pressed {
  background: #faf9f6 !important;
  border: 1px solid #0e3a61 !important;
  color: #0e3a61 !important;
  -webkit-text-fill-color: #0e3a61 !important;
  box-shadow: none !important;
}


/* Empêche les effets “tap highlight / focus” qui peuvent flasher */
#shopify-section-template--28472674353483__banner .search__button.search__button--clear{
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

/* Pendant is-pressed : aucun effet de transition => pas de flash */
#shopify-section-template--28472674353483__banner
.search__button.search__button--clear.is-pressed{
  transition: none !important;
  background: #faf9f6 !important;
  border: 1px solid #0e3a61 !important;
  color: #0e3a61 !important;
  -webkit-text-fill-color: #0e3a61 !important;
  box-shadow: none !important;
}






@media screen and (max-width: 989px) {
  #Navigation-menu-drawer-header button.menu-link.ay-menu-link-split {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
  }

  #Navigation-menu-drawer-header button.menu-link .ay-menu-parent-link {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    min-width: 0;
  }

  #Navigation-menu-drawer-header button.menu-link .ay-menu-toggle {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
}


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

#Navigation-menu-drawer-header button.menu-link.ay-menu-link-split{
  padding:0 !important;
  min-height:auto !important;
}

#Navigation-menu-drawer-header .ay-menu-parent-link{
  display:flex;
  align-items:center;
  padding:16px 0;
  width:100%;
  line-height:1.2;
}

#Navigation-menu-drawer-header .ay-menu-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px 0;
}

}

/* Supprimer le bouton back to top sur desktop */
@media screen and (min-width: 1024px) {
  body > back-to-top > button {
    display: none !important;
  }
}


#globo-formbuilder-137439 button[type="submit"]{
  background:#0e3a61 !important;
  color:#faf9f6 !important;
  border-radius:8px !important;
  padding:12px 28px !important;
}

#globo-formbuilder-137439 button[type="submit"]:hover{
  background:#0c2f4e !important;
}

/* Message succès formulaire contact Animalyo */
#globo-formbuilder-137439 .message.success{
  background:#faf9f6 !important;
  border:1px solid #e6dac8 !important;
  color:#0e3a61 !important;
}

/* titre */
#globo-formbuilder-137439 .message.success .gfb__content-title{
  color:#0e3a61 !important;
}

/* texte */
#globo-formbuilder-137439 .message.success .content{
  color:#0e3a61 !important;
}

#globo-formbuilder-137439 > div > div > div > div.message.success {
  border: none !important;
  box-shadow: none !important;
}
#globo-formbuilder-137439 > div > div > div {
  border: none !important;
}





/* Désactiver le lien Cainiao du numéro de suivi */
#main-content a[href*="cainiao"] {
  pointer-events: none !important;
  text-decoration: none !important;
  color: #0e3a61 !important;
  cursor: default !important;
}




/* ================================
   TABS PRODUIT - STYLE ANIMALYO
================================ */

/* Base bouton */
.product__tabs button {
  background: transparent !important;
  padding: 10px 6px;
  border: none !important;
  box-shadow: none !important;
}

/* Texte (span) */
.product__tabs button span {
  padding: 2px 6px;
  border-radius: 6px;
  transition: background 0.25s ease, color 0.25s ease;
}

/* Hover → uniquement sur le texte */
.product__tabs button:hover span {
  background: rgba(14, 58, 97, 0.08);
}

/* Onglet actif → même effet que hover */
.product__tabs button.active span,
.product__tabs button.is-active span,
.product__tabs button[aria-selected="true"] span,
.product__tabs button[aria-expanded="true"] span {
  background: rgba(14, 58, 97, 0.08);
}

/* Supprime les effets parasites (ligne épaisse / underline / pseudo éléments) */
.product__tabs button::before,
.product__tabs button::after {
  display: none !important;
  content: none !important;
}

/* Sécurité : enlève tout fond appliqué ailleurs */
.product__tabs button:hover,
.product__tabs button.active,
.product__tabs button.is-active,
.product__tabs button[aria-selected="true"],
.product__tabs button[aria-expanded="true"] {
  background: transparent !important;
}











/* =====================================================
   PRODUITS COMPLÉMENTAIRES — ANIMALYO
===================================================== */

/* Bloc global */
.product__complementaries.product__block.product__block--gap-2 {
  background: #faf9f6;
  border: 1px solid #0e3a61;
  border-radius: 22px;
  padding: 22px 18px;
  margin: 18px 0 24px;
}

/* Heading */
.product__complementaries product-recommendations > h5 {
  margin: 0 0 18px;
  text-align: center;
  color: #0e3a61;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.2;
}

/* Supprime une éventuelle icône avant le heading */
.product__complementaries product-recommendations > h5::before,
.product__complementaries product-recommendations > h5 svg,
.product__complementaries product-recommendations > h5 .icon {
  display: none !important;
  content: none !important;
}

/* Carte produit */
.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 16px;
  text-decoration: none !important;
  color: #0e3a61;
  background: transparent;
  padding: 0;
  border: none;
  width: 100%;
}

/* Image */
.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.media.product-recommendations__item-media {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border: 1px solid #e6dac8;
  border-radius: 14px;
  overflow: hidden;
  background: #fffdfa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.media.product-recommendations__item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Détails */
.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.product-recommendations__item-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  width: 100%;
}

/* Titre produit */
.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.product-recommendations__item-details > div > h6 {
  margin: 0;
  color: #0e3a61;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

/* Prix */
.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.product-recommendations__item-details > div > p {
  margin: 0;
  color: #0e3a61;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

/* Bouton */
.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.product-recommendations__item-details > button {
  appearance: none;
  background: transparent !important;
  color: #0e3a61 !important;
  border: 1px solid #0e3a61 !important;
  border-radius: 999px;
  padding: 10px 18px;
  min-height: auto;
  margin: 2px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Supprime underline / pseudo-éléments parasites */
.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.product-recommendations__item-details > button::before,
.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.product-recommendations__item-details > button::after {
  display: none !important;
  content: none !important;
}

/* Hover bouton */
.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.product-recommendations__item-details > button:hover {
  background: #0e3a61 !important;
  color: #faf9f6 !important;
}

/* Hover carte : léger */
.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a:hover {
  opacity: 1;
}

.product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a:hover > div.product-recommendations__item-details > div > h6 {
  color: #0e3a61;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .product__complementaries.product__block.product__block--gap-2 {
    padding: 18px 14px;
    border-radius: 18px;
  }

  .product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a {
    grid-template-columns: 60px 1fr;
    gap: 12px;
  }

  .product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.media.product-recommendations__item-media {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 12px;
  }

  .product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.product-recommendations__item-details > div > h6 {
    font-size: 13px;
  }

  .product__complementaries #swiper-wrapper-e6e7c5f4028c4425 > a > div.product-recommendations__item-details > div > p {
    font-size: 14px;
  }
}

/* Fond du bloc */
.product__complementaries.product__block.product__block--gap-2 {
  background: #f4f1ea;
}

/* Centrage du contenu (important) */
.product__complementaries .product-recommendations__item-details {
  align-items: center;
  text-align: center;
}

/* Bouton centré */
.product__complementaries 
.product-recommendations__item-details button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 6px auto 0;
  width: fit-content;
}

.product__complementaries .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.product__complementaries .swiper-wrapper > a {
  margin: 0 auto;
  max-width: 320px;
}
.product__complementaries h5 {
  display: inline-block;
  margin: 0 auto 16px;
  padding: 6px 12px;
  background: #f4f1ea;
  border-radius: 8px;
  color: #0e3a61;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Centre le header */
.product__complementaries {
  text-align: center;
}

/* Force le wrapper à centrer */
.product__complementaries .swiper-wrapper {
  display: flex !important;
  justify-content: center !important;
}

/* Neutralise le comportement slider */
.product__complementaries .swiper-wrapper > a {
  flex: 0 0 auto;
  margin: 0 auto !important;
}

/* Important : centre le container global */
.product__complementaries .swiper {
  display: flex;
  justify-content: center;
}





.animalyo-continue-shopping {
  background: transparent;
  border: none;
  color: #0e3a61;
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  margin-top: 10px;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}

/* Hover underline */
.animalyo-continue-shopping:hover {
  text-decoration: underline;
}


.animalyo-continue-shopping {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 14px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(14, 58, 97, 0.72);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none !important;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}

/* trait discret uniquement au hover */
.animalyo-continue-shopping:hover {
  color: #0e3a61;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* état actif au clic */
.animalyo-continue-shopping:active {
  color: rgba(14, 58, 97, 0.55);
  transform: translateY(1px);
}

/* état focus clavier */
.animalyo-continue-shopping:focus-visible {
  outline: none;
  color: #0e3a61;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}




/* ================================
   CART DRAWER ACTIONS - ANIMALYO
================================ */

/* Zone des actions */
#cart-summary .cart-drawer__summary-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}






#cart-summary .cart-drawer__summary-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

#cart-summary .cart-drawer__summary-actions > div {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

@media screen and (max-width: 749px) {
  #cart-summary .cart-drawer__summary-actions,
  #cart-summary .cart-drawer__summary-actions > div {
    flex-direction: column;
    align-items: stretch;
  }

  #cart-summary .cart-drawer__summary-actions a[href*="/cart"],
  #cart-summary .cart-drawer__summary-actions .animalyo-continue-shopping {
    width: 100%;
    justify-content: center;
  }
}



#ProductInfo-template--28472674287947__main .product__complementaries:empty {
  display: none !important;
}







@media screen and (max-width: 749px) {
  .animalyo-mobile-product-header {
    padding: 0 20px 18px;
    text-align: center;
  }

  .animalyo-mobile-product-header h1 {
    margin: 0 0 10px;
  }

  .animalyo-mobile-product-header > div {
    margin: 0;
    color: #0e3a61;
  }
}






/* RESET liens dans les articles */
.article-template .rte a.animalyo-btn {
  all: unset;
  cursor: pointer;
}

/* BASE bouton */
.article-template .rte a.animalyo-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* BOUTON PLEIN */
.article-template .rte a.animalyo-btn-primary {
  background: #faf9f6;
  color: #0e3a61;
}

/* BOUTON OUTLINE */
.article-template .rte a.animalyo-btn-outline {
  background: transparent;
  color: #0e3a61;
  border: 1.5px solid #0e3a61;
}

/* HOVER GLOBAL (LES DEUX) */
.article-template .rte a.animalyo-btn:hover {
  background: #0e3a61;
  color: #faf9f6 !important;
  border-color: #0e3a61;
}






.pp_tracking_left ul {
  display: none !important;
}


#pp-tracking-page-app > div > div.pp_tracking_form_div.both_form > div:nth-child(5) > a {
  display: none !important;
}
#pp-tracking-page-app a[href*="parcelpanel"] {
  display: none !important;
}









.animalyo-blog-product-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin: 40px 0;
  padding: 32px;
  background: #0e3a61;
  border-radius: 18px;
  color: #faf9f6;
}

.animalyo-blog-product-split__content {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.animalyo-blog-product-split__label {
  margin: 0 0 10px 0;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #faf9f6;
}

.animalyo-blog-product-split__title {
  margin: 0 0 14px 0;
  font-size: 28px;
  line-height: 1.2;
  color: #faf9f6;
}

.animalyo-blog-product-split__text {
  margin: 0 0 20px 0;
  color: #faf9f6;
  max-width: 540px;
}

.animalyo-blog-product-split__media {
  flex: 0 0 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.animalyo-blog-product-split__image {
  display: block;
  max-width: 100%;
  max-height: 260px;
  width: auto;
  border-radius: 12px;
}

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

  .animalyo-blog-product-split {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    padding: 26px 22px;
  }

  .animalyo-blog-product-split__content {
    align-items: center;
  }

  .animalyo-blog-product-split__title {
    font-size: 24px;
  }

  .animalyo-blog-product-split__text {
    max-width: 100%;
  }

  .animalyo-blog-product-split__media {
    flex: none;
  }

  .animalyo-blog-product-split__image {
    max-height: 220px;
  }
}




.animalyo-blog-product-split__media {
  flex: 0 0 320px;
}

.animalyo-blog-product-split__image {
  max-height: 280px;
}

.animalyo-blog-product-split__text {
  margin-bottom: 24px;
}

.animalyo-blog-product-split__image {
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
}



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

  .animalyo-blog-product-split__content {
    display: contents;
  }

  .animalyo-blog-product-split__media {
    order: 2;
  }

  .animalyo-blog-product-split__content .animalyo-blog-btn {
    order: 3;
    margin-top: 16px;
  }

}







/* Desktop + mobile : réduire label -> titre */
.animalyo-blog-product-split__label {
  margin: 0 0 4px 0 !important;
}

.animalyo-blog-product-split__title {
  margin: 0 0 8px 0 !important;
}

.animalyo-blog-product-split__text {
  margin: 0 0 12px 0 !important;
}

/* Réduire l’espace global texte <-> image */
.animalyo-blog-product-split {
  gap: 18px !important;
}

/* Mobile : resserrer image et bouton */
@media screen and (max-width: 749px) {
  .animalyo-blog-product-split {
    gap: 14px !important;
  }

  .animalyo-blog-product-split__media {
    margin: 0 !important;
  }

  .animalyo-blog-product-split__image {
    margin: 0 !important;
  }

  .animalyo-blog-product-split__content .animalyo-blog-btn {
    margin: 8px auto 0 !important;
  }
}




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

  .animalyo-blog-product-split {
    align-items: stretch;
  }

  .animalyo-blog-product-split__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .animalyo-blog-product-split__media {
    display: flex;
    align-items: center;
  }

}




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

  .animalyo-blog-product-split__content .animalyo-blog-btn {
    margin-top: 0px !important;
    margin-bottom: 6px !important;
  }

}









/* Bénéfices clés */
#tab-1-content_tabs_BtkhiU > div {
  text-align: left !important;
}

/* Nos astuces */
#tab-2-content_tabs_BtkhiU > div {
  text-align: left !important;
}

/* Sécurise aussi les textes internes */
#tab-1-content_tabs_BtkhiU p,
#tab-2-content_tabs_BtkhiU p,
#tab-1-content_tabs_BtkhiU li,
#tab-2-content_tabs_BtkhiU li {
  text-align: left !important;
}









/* Recherche prédictive - élargir la zone produits */
.predictive-search__results {
  width: 100% !important;
}

.predictive-search__col-product {
  width: 100% !important;
  max-width: 100% !important;
}

.predictive-search__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  width: 100% !important;
}
@media screen and (max-width: 749px) {
  .predictive-search__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}






/* Numéros */
.hero__swiper-pagination .swiper-pagination-bullet span {
    color: #ea8760;
}

/* Carré */
.hero__swiper-pagination .square-origin {
    stroke: #ea8760;
}

/* Cercle de progression */
.hero__swiper-pagination .circle-origin {
    stroke: #ea8760;
}
.hero__swiper-pagination .swiper-pagination-bullet span {
    color: #ea8760 !important;
    -webkit-text-fill-color: #ea8760 !important;
}


.pp-link {
    display: none !important;
}





@media (max-width: 749px){

  #product__tabs-wrapper--content_tabs_BtkhiU{
    position:relative;
  }

  #product__tabs-wrapper--content_tabs_BtkhiU > .product__tabs{
    display:flex;
    overflow-x:auto;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  #product__tabs-wrapper--content_tabs_BtkhiU > .product__tabs::-webkit-scrollbar{
    display:none;
  }

  #product__tabs-wrapper--content_tabs_BtkhiU::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:40px;
    height:52px;
    background:linear-gradient(to right, rgba(250,249,246,0), #faf9f6 80%);
    pointer-events:none;
    opacity:1;
    transition:opacity .2s ease;
  }

  #product__tabs-wrapper--content_tabs_BtkhiU.tabs-end::after{
    opacity:0;
  }

}



@media screen and (max-width: 749px) {
  .product__text .product__text--content {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}