/** Shopify CDN: Minification failed

Line 8487:2 Expected identifier but found "<"
Line 8918:2 Unexpected "="

**/
@charset "UTF-8";
.no-js:not(html),
.no-js-inline,
html.no-js .no-js-hidden {
  display: none !important;
}

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

html {
  --gradient-to-left: to left;
  --gradient-to-right: to right;
  --transform-origin-left: left;
  --transform-origin-right: right;
  --translate-x-direction: 1;
}
html path[data-ltr] {
  display: block;
}
html path[data-rtl] {
  display: none;
}
html[dir=rtl] {
  --gradient-to-left: to right;
  --gradient-to-right: to left;
  --transform-origin-left: right;
  --transform-origin-right: left;
  --translate-x-direction: -1;
}
html[dir=rtl] path[data-ltr] {
  display: none;
}
html[dir=rtl] path[data-rtl] {
  display: block;
}

.ltr {
  direction: ltr;
  --gradient-to-left: to left;
  --gradient-to-right: to right;
  --transform-origin-left: left;
  --transform-origin-right: right;
  --translate-x-direction: 1;
}
.ltr path[data-ltr] {
  display: block;
}
.ltr path[data-rtl] {
  display: none;
}

.rtl {
  direction: rtl;
  --gradient-to-left: to right;
  --gradient-to-right: to left;
  --transform-origin-left: right;
  --transform-origin-right: left;
  --translate-x-direction: -1;
}
.rtl path[data-ltr] {
  display: none;
}
.rtl path[data-rtl] {
  display: block;
}

.page-width {
  max-width: var(--page-width, 1400px);
  margin-block: 0;
  margin-inline: auto;
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
}
@media screen and (min-width: 750px) {
  .page-width {
    padding-inline-start: 2rem;
    padding-inline-end: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .page-width.width--narrow {
    padding-inline-start: 9rem;
    padding-inline-end: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-width.width--narrow {
    max-width: 72.6rem;
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

@media screen and (max-width: 749px) {
  .full-width-mobile {
    width: 100%;
  }
  .full-height-mobile {
    height: 100%;
  }
}
@media screen and (min-width: 750px) {
  .full-width-desktop {
    width: 100%;
  }
  .full-height-desktop {
    height: 100%;
  }
}
[hidden],
.hidden {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .large-up-hide {
    display: none !important;
  }
}
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;
}

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

.visibility-hidden {
  visibility: hidden;
}

@media screen and (max-width: 749px) {
  .visually-hidden-mobile {
    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;
}

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

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}
@media screen and (min-width: 1200px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.d-block,
deferred-media,
product-model {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

@media screen and (min-width: 750px) {
  .gap-desktop-1 {
    gap: 0.25rem;
  }
  .gap-desktop-2 {
    gap: 0.5rem;
  }
  .gap-desktop-3 {
    gap: 0.75rem;
  }
  .gap-desktop-4 {
    gap: 1rem;
  }
  .gap-desktop-5 {
    gap: 1.25rem;
  }
  .gap-desktop-6 {
    gap: 1.5rem;
  }
  .gap-desktop-7 {
    gap: 1.75rem;
  }
  .gap-desktop-8 {
    gap: 2rem;
  }
  .gap-desktop-1--important {
    gap: 0.25rem !important;
  }
  .gap-desktop-2--important {
    gap: 0.5rem !important;
  }
  .gap-desktop-3--important {
    gap: 0.75rem !important;
  }
  .gap-desktop-4--important {
    gap: 1rem !important;
  }
  .gap-desktop-5--important {
    gap: 1.25rem !important;
  }
  .gap-desktop-6--important {
    gap: 1.5rem !important;
  }
  .gap-desktop-7--important {
    gap: 1.75rem !important;
  }
  .gap-desktop-8--important {
    gap: 2rem !important;
  }
}
@media screen and (max-width: 749px) {
  .gap-mobile-1 {
    gap: 0.25rem;
  }
  .gap-mobile-2 {
    gap: 0.5rem;
  }
  .gap-mobile-3 {
    gap: 0.75rem;
  }
  .gap-mobile-4 {
    gap: 1rem;
  }
  .gap-mobile-5 {
    gap: 1.25rem;
  }
  .gap-mobile-6 {
    gap: 1.5rem;
  }
  .gap-mobile-7 {
    gap: 1.75rem;
  }
  .gap-mobile-8 {
    gap: 2rem;
  }
  .gap-mobile-1--important {
    gap: 0.25rem !important;
  }
  .gap-mobile-2--important {
    gap: 0.5rem !important;
  }
  .gap-mobile-3--important {
    gap: 0.75rem !important;
  }
  .gap-mobile-4--important {
    gap: 1rem !important;
  }
  .gap-mobile-5--important {
    gap: 1.25rem !important;
  }
  .gap-mobile-6--important {
    gap: 1.5rem !important;
  }
  .gap-mobile-7--important {
    gap: 1.75rem !important;
  }
  .gap-mobile-8--important {
    gap: 2rem !important;
  }
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}

.justify-content-start, .justify-content-left {
  justify-content: flex-start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-end, .justify-content-right {
  justify-content: flex-end !important;
}
.justify-content-space {
  justify-content: space-between !important;
}

@media screen and (max-width: 749px) {
  .small-align-items-start {
    align-items: flex-start !important;
  }
  .small-align-items-center {
    align-items: center !important;
  }
  .small-align-items-end {
    align-items: flex-end !important;
  }
  .small-justify-content-start {
    justify-content: flex-start !important;
  }
  .small-justify-content-center {
    justify-content: center !important;
  }
  .small-justify-content-end {
    justify-content: flex-end !important;
  }
  .small-justify-content-space {
    justify-content: space-between !important;
  }
}
.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}
.link.link-text[aria-disabled=true], .link.link-text[disabled] {
  opacity: 0.5;
}
@media (prefers-reduced-motion: reduce) {
  .link.link-text:hover {
    opacity: 0.75;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .link.link-text {
    position: relative;
    --underline-scale: 0;
  }
  .link.link-text:after {
    content: "";
    position: absolute;
    inset-block-start: auto;
    inset-inline-start: 0;
    inset-inline-end: 0;
    inset-block-end: -1px;
    height: 1px;
    width: 100%;
    background: rgba(var(--color-foreground), 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
    transform: scaleX(var(--underline-scale));
    transform-origin: bottom right;
  }
  .link.link-text:hover {
    --underline-scale: 1;
  }
  .link.link-text:hover:after {
    transform-origin: bottom left;
  }
  .link.link-text.show-underline {
    --underline-scale: 1;
  }
  .link.link-text.show-underline:hover {
    --underline-scale: 0;
  }
}
.link.link-full:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
}
.link.link-underline:hover {
  text-decoration: underline;
}

.position-container {
  display: flex;
}
.position-container.position--top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.position-container.position--top-center {
  align-items: flex-start;
  justify-content: center;
}
.position-container.position--top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.position-container.position--middle-left {
  align-items: center;
  justify-content: flex-start;
}
.position-container.position--middle-center {
  align-items: center;
  justify-content: center;
}
.position-container.position--middle-right {
  align-items: center;
  justify-content: flex-end;
}
.position-container.position--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.position-container.position--bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.position-container.position--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 749px) {
  .position-container.position--top-left, .position-container.position--top-center, .position-container.position--top-right {
    justify-content: center;
  }
  .position-container.position--middle-left, .position-container.position--middle-center, .position-container.position--middle-right {
    justify-content: center;
  }
  .position-container.position--bottom-left, .position-container.position--bottom-center, .position-container.position--bottom-right {
    justify-content: center;
  }
  .position-container.position-mobile--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .position-container.position-mobile--top-center {
    align-items: flex-start;
    justify-content: center;
  }
  .position-container.position-mobile--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .position-container.position-mobile--middle-left {
    align-items: center;
    justify-content: flex-start;
  }
  .position-container.position-mobile--middle-center {
    align-items: center;
    justify-content: center;
  }
  .position-container.position-mobile--middle-right {
    align-items: center;
    justify-content: flex-end;
  }
  .position-container.position-mobile--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .position-container.position-mobile--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }
  .position-container.position-mobile--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

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

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

.mx-auto {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.ps-0 {
  padding-inline-start: 0 !important;
}

.pe-0 {
  padding-inline-end: 0 !important;
}

.pt-0 {
  padding-block-start: 0 !important;
}

.pb-0 {
  padding-block-end: 0 !important;
}

.ms-0 {
  margin-inline-start: 0 !important;
}

.me-0 {
  margin-inline-end: 0 !important;
}

.mt-0 {
  margin-block-start: 0 !important;
}

.mb-0 {
  margin-block-end: 0 !important;
}

.ps-1 {
  padding-inline-start: 0.5rem !important;
}

.pe-1 {
  padding-inline-end: 0.5rem !important;
}

.pt-1 {
  padding-block-start: 0.5rem !important;
}

.pb-1 {
  padding-block-end: 0.5rem !important;
}

.ms-1 {
  margin-inline-start: 0.5rem !important;
}

.me-1 {
  margin-inline-end: 0.5rem !important;
}

.mt-1 {
  margin-block-start: 0.5rem !important;
}

.mb-1 {
  margin-block-end: 0.5rem !important;
}

.ps-2 {
  padding-inline-start: 1rem !important;
}

.pe-2 {
  padding-inline-end: 1rem !important;
}

.pt-2 {
  padding-block-start: 1rem !important;
}

.pb-2 {
  padding-block-end: 1rem !important;
}

.ms-2 {
  margin-inline-start: 1rem !important;
}

.me-2 {
  margin-inline-end: 1rem !important;
}

.mt-2 {
  margin-block-start: 1rem !important;
}

.mb-2 {
  margin-block-end: 1rem !important;
}

.ps-3 {
  padding-inline-start: 1.5rem !important;
}

.pe-3 {
  padding-inline-end: 1.5rem !important;
}

.pt-3 {
  padding-block-start: 1.5rem !important;
}

.pb-3 {
  padding-block-end: 1.5rem !important;
}

.ms-3 {
  margin-inline-start: 1.5rem !important;
}

.me-3 {
  margin-inline-end: 1.5rem !important;
}

.mt-3 {
  margin-block-start: 1.5rem !important;
}

.mb-3 {
  margin-block-end: 1.5rem !important;
}

.ps-4 {
  padding-inline-start: 2rem !important;
}

.pe-4 {
  padding-inline-end: 2rem !important;
}

.pt-4 {
  padding-block-start: 2rem !important;
}

.pb-4 {
  padding-block-end: 2rem !important;
}

.ms-4 {
  margin-inline-start: 2rem !important;
}

.me-4 {
  margin-inline-end: 2rem !important;
}

.mt-4 {
  margin-block-start: 2rem !important;
}

.mb-4 {
  margin-block-end: 2rem !important;
}

.ps-5 {
  padding-inline-start: 2.5rem !important;
}

.pe-5 {
  padding-inline-end: 2.5rem !important;
}

.pt-5 {
  padding-block-start: 2.5rem !important;
}

.pb-5 {
  padding-block-end: 2.5rem !important;
}

.ms-5 {
  margin-inline-start: 2.5rem !important;
}

.me-5 {
  margin-inline-end: 2.5rem !important;
}

.mt-5 {
  margin-block-start: 2.5rem !important;
}

.mb-5 {
  margin-block-end: 2.5rem !important;
}

.ps-6 {
  padding-inline-start: 3rem !important;
}

.pe-6 {
  padding-inline-end: 3rem !important;
}

.pt-6 {
  padding-block-start: 3rem !important;
}

.pb-6 {
  padding-block-end: 3rem !important;
}

.ms-6 {
  margin-inline-start: 3rem !important;
}

.me-6 {
  margin-inline-end: 3rem !important;
}

.mt-6 {
  margin-block-start: 3rem !important;
}

.mb-6 {
  margin-block-end: 3rem !important;
}

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

*:focus-visible {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
*:focus-visible.focus-inset {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: -2px;
}
*:focus-visible.focus-none {
  outline: none !important;
  box-shadow: none !important;
}

.focused {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
.focused.focus-inset {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: -2px;
}

.no-js *:focus {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
.no-js *:focus.focus-inset {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: -2px;
}
.no-js *:focus.focus-none {
  outline: none !important;
  box-shadow: none !important;
}
.no-js *:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}
.no-js *:focus:not(:focus-visible).focus-inset {
  outline: none !important;
  box-shadow: none !important;
}

.gradient {
  --alpha-background: 1;
  background: var(--gradient-background, rgba(var(--color-background), var(--alpha-background)));
  background-attachment: fixed;
}

.background--blur {
  backdrop-filter: blur(1rem);
}

.background--transparent {
  background-color: transparent !important;
}

.reverse-color {
  background-color: rgb(var(--color-foreground)) !important;
  color: rgb(var(--color-background)) !important;
}

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

body[scroll-y-off] {
  width: 100%;
  position: fixed;
}

hr {
  border: none;
  height: 1px;
  background-color: rgba(var(--color-foreground), 0.1);
  display: block;
  margin-block: 1rem;
  margin-inline: 0;
}
hr.hr--l {
  margin-block: 2rem;
  margin-inline: 0;
}

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

.no-pointer-event {
  pointer-events: none !important;
}

.round {
  border-radius: 9999px;
  overflow: hidden;
}

.sm-round {
  border-radius: var(--small-radius);
  overflow: hidden;
}

.md-round {
  border-radius: var(--medium-radius);
  overflow: hidden;
}

.lg-round {
  border-radius: var(--large-radius);
  overflow: hidden;
}

.blur {
  filter: blur(1rem);
}

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

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

.ratio {
  position: relative;
  display: flex;
  align-items: stretch;
}
.ratio:before {
  content: "";
  display: block; /* 防止宽度高度没有作用 */
  width: 0;
  height: 0;
  padding-block-end: var(--ratio-percent);
}

.icon {
  width: 0.875rem;
  height: auto;
}

.texture-background-image {
  position: absolute !important;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  z-index: -1;
  pointer-events: none;
}
.texture-background-image.background--fixed {
  clip-path: inset(-1px); /* -1px 可以抗锯齿 */
}
.texture-background-image.background--fixed img,
.texture-background-image.background--fixed svg {
  position: fixed !important;
}
.texture-background-image.background--ambient-move img,
.texture-background-image.background--ambient-move svg {
  animation: ambientMove 30s linear infinite;
}

picture img {
  width: 100%;
  height: 100%;
}

.media {
  display: block;
  position: relative;
  overflow: hidden;
}
.media > :not(.zoom,
.button,
.deferred-media-poster-button,
.loading-overlay-spinner),
.media model-viewer {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
}
.media img {
  object-fit: cover;
  object-position: center center;
}
.media.media-fit--cover img {
  object-fit: cover;
}
.media.media-fit--contain img {
  object-fit: contain;
}
.media.media--square, .media.media--narrow, .media.media--panoramic, .media.media--landscape, .media.media--portrait, .media.media--adapt {
  --padding-bottom: 100%;
}
.media.media--square:before, .media.media--narrow:before, .media.media--panoramic:before, .media.media--landscape:before, .media.media--portrait:before, .media.media--adapt:before {
  content: "";
  display: block;
  pointer-events: none;
  padding-block-end: var(--padding-bottom);
}
.media.media--adapt {
  --padding-bottom: var(--ratio-percent, 100%);
}
.media.media--portrait {
  --padding-bottom: 125%;
}
.media.media--landscape {
  --padding-bottom: 62.5%;
}
.media.media--panoramic {
  --padding-bottom: 56.25%;
}
.media.media--narrow {
  --padding-bottom: 45%;
}
.media.media--circle {
  border-radius: 9999px;
  overflow: hidden;
}

.media-poster {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
}

.video-model-media {
  display: block;
  position: relative;
  overflow: hidden;
}
.video-model-media video,
.video-model-media iframe,
.video-model-media .shopify-model-viewer-ui,
.video-model-media model-viewer {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.video-model-media.media-fit--cover video,
.video-model-media.media-fit--cover iframe,
.video-model-media.media-fit--cover .shopify-model-viewer-ui,
.video-model-media.media-fit--cover model-viewer {
  object-fit: cover;
}

.deferred-media video,
.deferred-media iframe,
.deferred-media .shopify-model-viewer-ui,
.deferred-media model-viewer {
  display: none;
}
.deferred-media .mute-button .icon-volume-off {
  display: none;
}
.deferred-media .mute-button[aria-pressed=true] .icon-volume-off {
  display: block;
}
.deferred-media .mute-button[aria-pressed=true] .icon-volume-on {
  display: none;
}
.deferred-media[loaded] video,
.deferred-media[loaded] iframe,
.deferred-media[loaded] .shopify-model-viewer-ui,
.deferred-media[loaded] model-viewer {
  display: block;
}
.deferred-media[loaded]:not(product-model) .media-poster {
  filter: blur(1rem);
}

.font-heading {
  font-family: var(--font-heading-family), serif !important;
  font-style: var(--font-heading-style) !important;
  font-weight: var(--font-heading-weight) !important;
  letter-spacing: var(--font-heading-letter-spacing) !important;
}

.font-body {
  font-family: var(--font-body-family), serif !important;
  font-style: var(--font-body-style) !important;
  font-weight: var(--font-body-weight) !important;
  letter-spacing: var(--font-body-letter-spacing) !important;
}

.font-decorative {
  font-family: var(--font-decorative-family), serif !important;
  font-style: var(--font-decorative-style) !important;
  letter-spacing: var(--font-decorative-letter-spacing) !important;
}

.font-hollow {
  color: transparent;
  -webkit-text-stroke: 1px rgb(var(--color-foreground));
}

b,
.font-weight-bold {
  font-weight: var(--font-body-weight-bold) !important;
}

/* Italics */
.font-italic {
  font-style: italic;
}

/* Font size */
.font-size-extra-s {
  font-size: 0.5rem !important;
}

.font-size-xxs {
  font-size: 0.625rem !important;
}

.font-size-xs {
  font-size: 0.75rem !important;
}

.font-size-s {
  font-size: 0.875rem !important;
}

.font-size-l {
  font-size: 1.25rem !important;
}

.font-size-xl {
  font-size: 1.5rem !important;
}

.font-size-xxl {
  font-size: 1.75rem !important;
}

.font-size-extra-l {
  font-size: 2rem !important;
}

/* Letter spacing */
.letter-space-1 {
  letter-spacing: 1px;
}

.letter-space-2 {
  letter-spacing: 2px;
}

.letter-space-3 {
  letter-spacing: 3px;
}

/* Line height */
.lh-0 {
  line-height: 0 !important;
}

/* Line height set to 1 - Used for elements that should have standard line height */
.lh-1 {
  line-height: 1;
}

/* Line height set to 2 - Used for elements that need more spacing */
.lh-2 {
  line-height: 2;
}

.ln-normal {
  line-height: normal;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.light {
  opacity: 0.75 !important;
}

.lighter {
  opacity: 0.5 !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

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

s {
  opacity: 0.75;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family), serif;
  font-style: var(--font-heading-style);
  letter-spacing: var(--font-header-letter-spacing);
  font-weight: var(--font-heading-weight);
  color: inherit;
  line-height: normal;
  word-break: normal;
  margin-block-start: 0;
  margin-block-end: 1rem;
}

.hxxl {
  font-size: 4rem;
}

.hxl {
  font-size: 3rem;
}

.h0 {
  font-size: 2.25rem;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.5rem;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
fieldset legend {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.caption {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.75);
}

.rte > *:first-child {
  margin-block-start: 0;
}
.rte > *:last-child {
  margin-block-end: 0;
}
.rte > *:is(p) {
  margin-block-end: 1.5rem;
}
.rte > *:is(ul, ol, div) {
  margin-block-end: 1rem;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-block-end: 0.5rem;
}
.rte table {
  table-layout: fixed;
}
@media screen and (min-width: 750px) {
  .rte table td {
    padding-inline-start: 1.2rem;
    padding-inline-end: 1.2rem;
  }
}
.rte img {
  height: auto;
  max-width: 100%;
  border-radius: var(--medium-radius);
}
.rte video,
.rte iframe {
  width: 100%;
  height: auto;
  border-radius: var(--medium-radius);
  border: none;
}
.rte iframe {
  aspect-ratio: 16/9;
}
.rte ul,
.rte ol {
  list-style-position: inside;
  padding-inline-start: 2rem;
}
.rte li {
  list-style: inherit;
  margin-block-end: 0.5rem;
}
.rte li p {
  display: inline;
}
.rte li:last-child {
  margin-block-end: 0;
}
.rte a {
  --color-opacity: 0.75;
  color: rgba(var(--color-foreground), var(--color-opacity));
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness 100ms ease;
}
.rte a:hover {
  --color-opacity: 1;
  text-decoration-thickness: 2px;
}
.rte blockquote {
  position: relative;
  text-align: center;
  margin-block: 3rem;
  margin-inline: auto;
  max-width: 60rem;
  padding-block-start: 6rem;
  padding-block-end: 2rem;
  padding-inline: 2rem;
  background: rgba(var(--color-foreground), 0.02);
}
.rte blockquote:before {
  content: "“";
  font-size: 6rem;
  position: absolute;
  top: 2rem;
  line-height: 1;
}
.rte blockquote p {
  margin-block-end: 1rem;
  font-size: 1.75rem;
  font-weight: 500;
}
.rte blockquote cite {
  font-size: 1.25rem;
  opacity: 0.75;
}
.rte:after {
  clear: both;
  content: "";
  display: block;
}

.text-align--left {
  text-align: start !important;
}
.text-align--center {
  text-align: center !important;
}
.text-align--right {
  text-align: end !important;
}

@media screen and (max-width: 749px) {
  .text-align-mobile--left {
    text-align: start !important;
  }
  .text-align-mobile--center {
    text-align: center !important;
  }
  .text-align-mobile--right {
    text-align: end !important;
  }
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.2);
}
table:not([class]) td,
table:not([class]) th {
  padding: 1rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}
table.table-collapse {
  border-collapse: collapse;
}

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

summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

.details-disclosure > summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding-block: 0.5rem;
  padding-inline: 0;
}
.details-disclosure > summary .icon-caret {
  flex: 0 0 auto;
  margin-inline-start: auto;
  width: 0.875rem;
  opacity: 0.75;
  transition: transform 300ms ease;
}
.details-disclosure > .details-disclosure-content {
  padding-block: 0.5rem;
  padding-inline: 0;
  visibility: hidden;
  opacity: 0;
}
.details-disclosure.has-opened > summary .icon-caret {
  transform: scaleY(-1);
}
.details-disclosure.has-opened > .details-disclosure-content {
  visibility: visible;
  opacity: 1;
  animation: slideIn 300ms ease;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline-end: -1.5rem;
  margin-inline-start: -1.5rem;
}

.col {
  padding-inline-end: 1.5rem;
  padding-inline-start: 1.5rem;
  flex: 1 1 0;
  width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 750px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.grid {
  display: grid;
}
.grid.columns--1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid.columns--2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.columns--3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.columns--4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.columns--5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid.columns--6 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 749px) {
  .grid.columns-mobile--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.columns-mobile--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 750px) {
  .grid-desktop {
    display: grid;
  }
  .grid-desktop.columns-desktop--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop.columns-desktop--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop.columns-desktop--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop.columns-desktop--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop.columns-desktop--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop.columns-desktop--6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop--important {
    display: grid !important;
  }
  .grid-desktop--important.columns-desktop--1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid-desktop--important.columns-desktop--6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
@media screen and (max-width: 749px) {
  .grid-mobile {
    display: grid;
  }
  .grid-mobile.columns-mobile--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile.columns-mobile--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile--important {
    display: grid !important;
  }
  .grid-mobile--important.columns-mobile--1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-mobile--important.columns-mobile--2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-mobile--important.columns-mobile--3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .grid-mobile--important.columns-mobile--4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .grid-mobile--important.columns-mobile--5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .grid-mobile--important.columns-mobile--6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
.auto-grid {
  display: grid;
  gap: 1.25rem;
  padding: 0;
  grid-template-columns: repeat(auto-fill, minmax(var(--item-min-size, 0), 1fr));
}
.auto-grid .grid-item {
  min-width: var(--item-min-size, 0);
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .auto-grid {
    grid-template-columns: repeat(auto-fill, minmax(var(--item-min-size-mobile, var(--item-min-size, 0)), 1fr));
  }
  .auto-grid .grid-item {
    min-width: var(--item-min-size-mobile, var(--item-min-size, 0));
  }
}

@media screen and (max-width: 749px) {
  .auto-grid-mobile {
    display: grid;
    gap: 1.25rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(var(--item-min-size-mobile, 0), 1fr));
  }
  .auto-grid-mobile .grid-item {
    min-width: var(--item-min-size-mobile, 0);
    max-width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .auto-grid-desktop {
    display: grid;
    gap: 1.25rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(var(--item-min-size, 0), 1fr));
  }
  .auto-grid-desktop .grid-item {
    min-width: var(--item-min-size, 0);
    max-width: 100%;
  }
}
.shopify-challenge__button, .button {
  --buttons-radius: var(--small-radius);
  --border-width: 1px;
  --border-color: var(--color-button-text);
  --border-offset: 1px; /* reduce radius edge artifacts */
  --border-opacity: 0.05; /* 按钮边框透明度 */
  --alpha-button-background: 1;
  --alpha-button-text: 1;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding-block: 0;
  padding-inline: 2rem;
  min-height: 3rem;
  min-width: 3rem;
  width: auto;
  max-width: 100%;
  border: 0;
  border-radius: var(--buttons-radius);
  font: inherit;
  font-size: 0.875rem;
  font-weight: var(--font-body-weight-bold);
  line-height: 1;
  text-decoration: none;
  color: rgba(var(--color-button-text), var(--alpha-button-text));
  background: rgba(var(--color-button), var(--alpha-button-background));
  overflow: hidden;
  appearance: none;
  pointer-events: auto;
  cursor: pointer;
}
.focus-inset.shopify-challenge__button, .focus-inset.button {
  --color-outline: var(--color-button-text);
}
.shopify-challenge__button:after, .button:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  box-shadow: inset 0 0 0 var(--border-width) rgba(var(--border-color), var(--border-opacity));
  pointer-events: none;
  border-radius: var(--buttons-radius);
  transition: box-shadow 300ms ease;
}

.button .icon {
  width: 1.25rem;
  height: auto;
  pointer-events: none;
  flex-shrink: 0;
  flex-grow: 0;
}
.button .icon.icon-arrow-right, .button .icon.icon-arrow-left {
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
}
.button:hover .icon-arrow-right {
  transform: translateX(calc(0.5rem * var(--translate-x-direction)));
}
.button:hover .icon-arrow-left {
  transform: translateX(calc(-0.5rem * var(--translate-x-direction)));
}
.button[disabled], .button[aria-disabled=true],
.button .disabled {
  cursor: not-allowed;
  opacity: 0.5 !important;
}
.button.button--icon {
  padding: 0 !important;
  min-width: 3rem;
  min-height: 3rem;
}
.button.button--icon .icon {
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
}
.button.button--icon:hover .icon {
  transform: scale(1.2);
}
.button.button--secondary {
  --border-opacity: 1;
  --alpha-button-background: 0;
  --color-button-text: var(--color-secondary-button-text);
}
.button.button--secondary:not([disabled], [aria-disabled=true]):hover:after {
  --border-width: 2px;
}
.button.button--tertiary {
  --border-opacity: 0;
  --color-button-text: var(--color-foreground);
  --color-button: var(--color-foreground);
  --alpha-button-background: 0.02;
  text-decoration: underline;
}
.button.button--tertiary:not([disabled], [aria-disabled=true]):hover {
  --alpha-button-background: 0.05;
}
.button.button--ethereal {
  --border-opacity: 0;
  --color-button-text: var(--color-foreground);
  --color-button: var(--color-foreground);
  --alpha-button-background: 0;
}
.button.button--ethereal:not([disabled], [aria-disabled=true]):hover {
  --alpha-button-text: 0.5;
}
.button.button--ambient {
  --color-button-text: var(--color-foreground);
  --color-button: var(--color-background);
}
.button.button--ambient-reverse {
  --color-button-text: var(--color-background);
  --color-button: var(--color-foreground);
}
.button.button--float {
  --color-button-text: var(--color-foreground);
  --alpha-button-background: 0.5;
  --color-button: var(--color-background);
  --border-opacity: 0.5;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 0.5rem rgba(var(--color-shadow), 0.2);
}
.button.button--pill {
  --buttons-radius: 9999px;
}
.button.button--full-width {
  display: flex;
  width: 100%;
}
.button.button--large {
  padding-block: 0;
  padding-inline: 4.5rem;
  min-width: 4.5rem;
  min-height: 4.5rem;
  font-size: 1.125rem;
}
.button.button--large .icon {
  width: 1.75rem;
}
.button.button--small {
  padding-block: 0;
  padding-inline: 1.25rem;
  min-height: 2.25rem;
  min-width: 2.25rem;
  font-size: 0.75rem;
}
.button.button--small .icon {
  width: 1rem;
}
.button.button--mini {
  padding-block: 0;
  padding-inline: 0.875rem;
  min-height: 2rem;
  min-width: 2rem;
  font-size: 0.625rem;
  gap: 0.25rem;
}
.button.button--mini .icon {
  width: 0.875rem;
}
.button.button--hover-animate:not([disabled], [aria-disabled=true]) {
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
}
.button.button--hover-animate:not([disabled], [aria-disabled=true]):before {
  content: "";
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  position: absolute;
  background: rgb(var(--color-button-text));
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0, 0, 0.3, 1);
}
.button.button--hover-animate:not([disabled], [aria-disabled=true]):hover {
  transform: translateY(-0.125rem);
}
.button.button--hover-animate:not([disabled], [aria-disabled=true]):hover:before {
  opacity: 0.2;
}

.button-group {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.button-group.button--multiple {
  flex-wrap: wrap;
}
.button-group.button--multiple .button {
  flex: 1 1 auto;
}

.button--clear {
  background: none; /* 移除背景 */
  color: inherit; /* 继承文本颜色 */
  border: none; /* 移除边框 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
  font-size: inherit; /* 继承字体样式 */
  cursor: pointer; /* 指针样式 */
  appearance: none; /* 移除浏览器默认样式 */
  outline: none; /* 移除聚焦时的外边框 */
}

[role=button] {
  cursor: pointer;
}

.select, .field {
  --color-input-border: var(--color-foreground);
  --border-width: 1px;
  --alpha-input-border: 1;
  --alpha-input-text: 1;
  --input-radius: var(--small-radius);
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  font-size: 1rem;
  background: rgba(var(--color-background), 0.1);
  backdrop-filter: blur(1rem);
  border-radius: var(--input-radius);
}
.select:after, .field:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 var(--border-width) rgb(var(--color-input-border));
  border-radius: var(--input-radius);
  pointer-events: none;
  z-index: 1;
  transition: box-shadow 100ms ease;
}
.select:hover, .field:hover, .select:has(input:focus, select:focus, textarea:focus), .field:has(input:focus, select:focus, textarea:focus) {
  --border-width: 2px;
}
.field-error.select, .field-error.field {
  --color-input-border: var(--color-error);
  --color-background: var(--color-error);
}

.select .select-select, .field .field-input {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  flex: 1 1 auto;
  color: rgba(var(--color-foreground), var(--alpha-input-text));
  background: transparent;
  border-radius: var(--input-radius);
  height: 3rem; /* 基础输入框的尺寸 */
  width: 100%;
  min-width: 8rem;
  padding-block: 0;
  padding-inline: 1rem;
  border: 0;
}
.select .select-select:focus, .field .field-input:focus, .select .select-select:focus-visible, .field .field-input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.select .select-select :disabled, .field .field-input :disabled {
  background: rgba(var(--color-foreground), 0.1);
}

.field .field-input.text-area {
  padding: 1rem;
  min-height: 10rem;
}
.field .field-input.text-area ~ .field-label {
  padding: 1rem;
  align-items: flex-start;
}
.field .field-input[type=date] {
  text-align: var(--transform-origin-left);
}
@supports selector(input::-webkit-calendar-picker-indicator) {
  .field .field-input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
}
.field .field-input:not(:placeholder-shown) ~ .field-label, .field .field-input:-webkit-autofill ~ .field-label, .field .field-input:focus ~ .field-label {
  display: none;
}
.field .field-input:-webkit-autofill ~ .field-button, .field .field-input:-webkit-autofill ~ .field-label {
  color: rgb(var(--color-shadow));
}
.field .field-input::-webkit-search-cancel-button {
  display: none;
}
.field .field-input::placeholder {
  opacity: 0;
}
@media screen and (max-width: 749px) {
  .field .field-input {
    font-size: 16px;
  }
}
.field .field-label {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  padding-block: 0;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  pointer-events: none;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 0.875rem;
  line-height: 1;
}
.field .field-button {
  background: none; /* 移除背景 */
  color: inherit; /* 继承文本颜色 */
  border: none; /* 移除边框 */
  margin: 0; /* 移除外边距 */
  cursor: pointer; /* 指针样式 */
  appearance: none; /* 移除浏览器默认样式 */
  height: auto;
  padding-block: 0;
  padding-inline: 1rem;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.field .field-button .icon {
  width: 1.5rem;
}
.field .field-button.calendar-button .icon {
  width: 1rem;
}
@supports not selector(input::-webkit-calendar-picker-indicator) {
  .field .field-button.calendar-button {
    display: none;
  }
}
.field.field--no-border {
  --border-width: 0;
  --alpha-input-border: 0;
  background: rgba(var(--color-foreground), 0.1);
}
.field.field--pill {
  --input-radius: 9999px;
}
.field.field--line {
  background: none;
  backdrop-filter: none;
}
.field.field--line:after {
  box-shadow: inset 0 calc(var(--border-width) * -1) 0 0 rgb(var(--color-input-border));
}
.field.field--line .field-label {
  padding-inline-start: 0;
}
.field.field--line .field-input {
  padding-inline-start: 0;
}
.field.field--line .field-button {
  padding-inline-end: 0;
}

.select .select-select {
  --alpha-input-text: 0.75;
  padding-inline-end: 2rem;
  cursor: pointer;
}
.select .select-select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  color: black;
  padding-block: 0.25rem;
  padding-inline: 1rem;
}
.select .select-select::-ms-expand {
  display: none;
}
.select .field-button {
  position: absolute;
  inset-inline-end: 1rem;
  inset-block-start: 50%;
  transform: translateY(-50%);
  inset-block-end: 0;
  pointer-events: none;
  display: flex;
}
.select .field-button .icon {
  width: 0.875rem;
}
.select.select--inline {
  display: inline-flex;
  width: auto;
}

.field-line-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.field-line-group > * {
  flex: 1 1 50%;
}

.flexible-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.flexible-group .field {
  flex: 100 1 auto;
}
.flexible-group .button {
  flex: 1 100 auto;
}

.radio, .checkbox {
  --border-radius: var(--small-radius);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.radio input, .checkbox input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
}
.radio label, .checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  word-break: break-word;
}
.radio label .input-face, .checkbox label .input-face {
  flex: 0 0 auto;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius);
}
.radio label .input-face:after, .checkbox label .input-face:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), 0.4);
  border-radius: var(--border-radius);
  pointer-events: none;
  z-index: 1;
}
.radio label .input-face span, .checkbox label .input-face span {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  --alpha-background: 0;
  border-radius: var(--border-radius);
  background: rgba(var(--color-foreground), var(--alpha-background));
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.radio label:hover .input-face span, .checkbox label:hover .input-face span, .radio label:has(input:focus-visible) .input-face span, .checkbox label:has(input:focus-visible) .input-face span {
  --alpha-background: 0.2;
  transform: scale(0.6);
}
.radio label:has(input:checked) .input-face, .checkbox label:has(input:checked) .input-face {
  --color-pulse: var(--color-foreground);
  animation: pulse 100ms cubic-bezier(0, 0, 0.3, 1);
}
.radio label:has(input:checked) .input-face span, .checkbox label:has(input:checked) .input-face span {
  --alpha-background: 1;
  transform: scale(0.5);
}

.radio {
  --border-radius: 9999px;
}

.search-field .field-button-group {
  display: flex;
  align-items: stretch;
}
.search-field .field-button-group .search-button {
  opacity: 0.75;
}
.search-field .field-button-group .reset-button {
  padding: 0;
}
.search-field .reset-button {
  opacity: 0.5;
  width: max-content;
  white-space: nowrap;
}

.search-trending-main {
  min-height: 10rem;
  overflow: hidden;
}
.search-trending-main .keyword-heading {
  display: block;
  font-size: 0.875rem;
  margin-block-end: 0.5rem;
}
.search-trending-main .keyword-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 1rem;
  row-gap: 0.5rem;
  font-size: 0.875rem;
  opacity: 0.75;
}
.search-trending-main .keyword-list .hot {
  font-weight: var(--font-body-weight-bold);
}
.search-trending-main .suggest-icon {
  width: 100%;
  height: 15rem;
}
.search-trending-main .search-tips {
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0.75;
}

.drop-menu {
  position: relative;
}
.drop-menu.has-opened:not([data-constrain]) .drop-menu-button .icon-caret {
  transform: scaleY(-1);
}
.drop-menu.has-opened:not([data-constrain]) .drop-menu-wrapper {
  visibility: visible;
  opacity: 1;
  animation: slideIn 300ms ease;
}
.drop-menu.has-opened:not([data-constrain]) .drop-menu-wrapper.pop-from--top {
  animation: slideInFromTop 300ms ease;
}
.drop-menu.has-opened:not([data-constrain]) .drop-menu-wrapper.pop-from--left {
  animation: slideInFromLeft 300ms ease;
}
.drop-menu.has-opened:not([data-constrain]) .drop-menu-wrapper.pop-from--right {
  animation: slideInFromRight 300ms ease;
}
.drop-menu.has-opened[data-constrain].position--constrained .drop-menu-button .icon-caret {
  transform: scaleY(-1);
}
.drop-menu.has-opened[data-constrain].position--constrained .drop-menu-wrapper {
  visibility: visible;
  opacity: 1;
  animation: slideIn 300ms ease;
}
.drop-menu.has-opened[data-constrain].position--constrained .drop-menu-wrapper.pop-from--top {
  animation: slideInFromTop 300ms ease;
}
.drop-menu.has-opened[data-constrain].position--constrained .drop-menu-wrapper.pop-from--left {
  animation: slideInFromLeft 300ms ease;
}
.drop-menu.has-opened[data-constrain].position--constrained .drop-menu-wrapper.pop-from--right {
  animation: slideInFromRight 300ms ease;
}
.drop-menu .drop-menu-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 3rem;
  padding-block: 0;
  padding-inline: 1.5rem;
  --alpha-button-background: 0;
  background: rgba(var(--color-foreground), var(--alpha-button-background));
  cursor: pointer;
  position: relative;
  border-radius: var(--small-radius);
}
.drop-menu .drop-menu-button:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgb(var(--color-foreground));
  border-radius: var(--small-radius);
  pointer-events: none;
  z-index: 1;
  transition: box-shadow 100ms ease;
}
.drop-menu .drop-menu-button:hover:after {
  box-shadow: inset 0 0 0 2px rgb(var(--color-foreground));
}
.drop-menu .drop-menu-button:hover {
  --alpha-button-background: 0.05;
}
.drop-menu .drop-menu-button .icon-caret {
  width: 0.75rem;
  opacity: 0.75;
  transition: transform 300ms ease;
}
.drop-menu .drop-menu-wrapper {
  position: absolute;
  border-radius: var(--small-radius);
  inset-block-start: 100%;
  inset-block-end: auto;
  inset-inline-start: 0;
  min-width: 100%;
  width: max-content;
  overflow: hidden;
  background: rgb(var(--color-background));
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 1rem;
  margin-block-start: 0.5rem;
}
.drop-menu .drop-menu-wrapper:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgb(var(--color-foreground), 0.05);
  border-radius: var(--small-radius);
  pointer-events: none;
  z-index: 1;
}
.drop-menu .drop-menu-wrapper.pop-from--top {
  inset-block-start: auto;
  inset-block-end: 100%;
  margin-block-start: 0;
  margin-block-end: 0.5rem;
}
.drop-menu .drop-menu-wrapper .drop-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quantity {
  font-size: 0.875rem;
  color: rgb(var(--color-foreground));
  width: 12.5rem;
  display: flex;
  align-items: stretch;
  --inputs-border-opacity: 0.5;
  --border-radius: var(--small-radius);
  position: relative;
  border-radius: var(--border-radius);
}
.quantity:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), var(--inputs-border-opacity));
  border-radius: var(--border-radius);
  pointer-events: none;
  z-index: 1;
}
.quantity .quantity-input {
  font-weight: var(--font-body-weight-bold);
  text-align: center;
  color: #3A2A10;
  background: transparent;
  border: 0;
  padding-block: 0;
  padding-inline: 0.5rem;
  width: 100%;
  flex: 1 1 auto;
  appearance: none;
  -moz-appearance: textfield;
}
.quantity .quantity-input:focus, .quantity .quantity-input:focus-visible {
  background: rgb(var(--color-background));
  z-index: 2;
}
.quantity .quantity-input::-webkit-outer-spin-button, .quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .quantity-button {
  width: 4.5rem;
  height: 4.5rem;
  flex: 0 0 auto;
  border: 0;
  padding: 0;
  color: #3A2A10;
  background:rgb(187, 160, 106);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity .quantity-button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.title-wrapper {
  position: relative;
  padding-block-start: 1rem;
  margin-block-end: 2rem;
  overflow: hidden;
}
.title-wrapper .text-content {
  max-width: 60rem;
  display: inline-block;
}
.title-wrapper .water-text {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.05);
  line-height: 0.875;
  z-index: -1;
  pointer-events: none;
}
.title-wrapper.title-wrapper--with-bottom {
  padding-block-end: 2rem;
  border-block-end: 1px solid rgba(var(--color-foreground), 0.2);
}
@media screen and (max-width: 749px) {
  .title-wrapper .water-text {
    font-size: 3rem;
  }
}

.has-loading .loading-overlay-spinner {
  display: none;
}
.has-loading.loading {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.has-loading.loading .loading-overlay-spinner {
  display: inline-flex;
  line-height: 0;
  align-items: center;
  justify-content: center;
}
.has-loading.loading .loading-overlay-spinner .spinner {
  width: 1.25rem;
  height: auto;
  animation: loading-rotator 1.4s linear infinite;
}
.has-loading.loading .loading-overlay-spinner .spinner circle {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: currentColor;
  animation: loading-dash 1.4s ease-in-out infinite;
}
.has-loading.loading .loading-hidden {
  display: none !important;
}
@keyframes loading-rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.beauty-scrollbar {
  /* Firefox */
  scrollbar-width: thin; /* 设置滚动条宽度 */
  scrollbar-color: rgba(var(--color-background), 0.5) rgba(var(--color-foreground), 1); /* 设置滚动条滑块和轨道颜色 */
}
.beauty-scrollbar::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
.beauty-scrollbar::-webkit-scrollbar-track {
  background: rgba(var(--color-foreground), 1); /* 滚动条轨道颜色，保持不变 */
}
.beauty-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(var(--color-background), 0.5); /* 滚动条滑块颜色 */
  border-radius: var(--small-radius); /* 滚动条滑块圆角 */
}
.beauty-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--color-background), 0.85); /* 滚动条滑块悬停颜色，稍微加深 */
}

.hidden-scrollbar {
  scrollbar-width: none; /* Firefox */
}
.hidden-scrollbar::-webkit-scrollbar {
  display: none; /* 完全隐藏滚动条 */
}

.sticky-scroll {
  display: block;
  position: relative;
}
.sticky-scroll .sticky-scroll-container {
  position: sticky;
  top: 0;
  height: 100dvh;
  overflow: hidden;
}

.tool-tip {
  position: fixed;
  right: auto;
  bottom: auto;
  transform: translateX(-50%) translateY(-100%);
  z-index: 103;
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: normal;
  font-weight: var(--font-body-weight-bold);
  border-radius: 9999px;
  width: max-content;
  max-width: 10rem;
}
.tool-tip:after {
  position: absolute;
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  background: inherit;
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.typing-words {
  position: relative;
}
.typing-words:after {
  content: "|";
  margin-inline-start: 2px;
  animation: blink 1s ease infinite;
}

.image-lazy-loading.loading-animation--pixel {
  image-rendering: pixelated;
}
.image-lazy-loading.loading-animation--pixel.image-lazy-loaded {
  image-rendering: auto;
}
.image-lazy-loading.loading-animation--breathing:not(.image-lazy-loaded) {
  background-color: rgba(var(--color-foreground), 0.05);
  animation: shimmer 800ms cubic-bezier(0, 0, 0.3, 1) infinite;
}
.image-lazy-loading.loading-animation--breathing.image-lazy-loaded {
  animation: fadeIn 300ms cubic-bezier(0.2, 0, 1, 1);
}

.icon-wrap {
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  line-height: 0;
  border-radius: 9999px;
  color: rgb(var(--color-foreground));
  background: rgba(var(--color-foreground), 0.05);
}
.icon-wrap.icon-wrap--lage {
  padding: 0.75rem;
}
.icon-wrap.icon-wrap--lage .icon {
  width: 1.5rem;
}
.icon-wrap:hover .icon {
  animation: scaleIn 300ms cubic-bezier(0, 0, 0.3, 1);
}

.text-with-icon {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.text-with-icon.text-icon--inline {
  display: inline-flex;
  line-height: 0;
}
.text-with-icon .icon {
  width: 0.875rem;
}
.text-with-icon.icon--s .icon {
  width: 0.75rem;
}
.text-with-icon.icon--l .icon {
  width: 1rem;
}
.text-with-icon.icon--xl .icon {
  width: 1.5rem;
}

.list-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.list-social .social-item {
  padding: 0.25rem;
  line-height: 0;
  --icon-width: 2rem;
  --alpha-border: 0;
  position: relative;
  border-radius: var(--small-radius);
}
.list-social .social-item:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), var(--alpha-border));
  border-radius: var(--small-radius);
  pointer-events: none;
  z-index: 1;
}
.list-social .social-item .icon {
  width: var(--icon-width);
}
.list-social .social-item:hover .icon {
  animation: bounceScale 300ms ease;
}
.list-social.social-style--border .social-item {
  --alpha-border: 1;
}
.list-social.social-style--wrapper .social-item {
  --alpha-background: 0.05;
  background: rgba(var(--color-foreground), var(--alpha-background));
  --alpha-border: 0.02;
}
.list-social.social-style--wrapper .social-item:hover {
  --alpha-background: 1;
  color: rgb(var(--color-background));
}
.list-social.social-style--solid .social-item {
  --alpha-background: 1;
  color: rgb(var(--color-background));
  background: rgba(var(--color-foreground), var(--alpha-background));
}
.list-social.social-style--solid .social-item:hover {
  --alpha-background: 0.05;
  color: rgb(var(--color-foreground));
}

.social-follow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.social-follow .social-avatar {
  flex: 0 0 auto;
  width: 3.5rem;
}
.social-follow .social-info {
  padding-inline-end: 2rem;
}
.social-follow .follow-button {
  flex: 0 0 auto;
  background: var(--gradient-background);
}

.placeholder {
  display: block !important;
  background: rgba(var(--color-foreground), 0.05);
  color: rgba(var(--color-foreground), 0.6);
  fill: rgba(var(--color-foreground), 0.6);
  border-radius: var(--small-radius);
  animation: shimmer 800ms linear infinite forwards;
}

.placeholder-svg {
  background: rgba(var(--color-foreground), 0.2);
}

.text-content > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.text-content > *:not(:first-child) {
  margin-block-start: 1rem;
}
.text-content .text-content-heading {
  font-size: 2rem;
}
.text-content .text-content-heading.heading-size--small {
  font-size: 1.5rem;
}
.text-content .text-content-heading.heading-size--large {
  font-size: 2.5rem;
}
.text-content .text-content-heading.heading-size--super {
  font-size: 6rem;
  line-height: 0.875;
}
.text-content .text-content-buttons {
  margin-block-start: 2rem;
}
@media screen and (max-width: 749px) {
  .text-content .text-content-heading.heading-size--super {
    font-size: 4rem;
  }
}
@media screen and (min-width: 750px) {
  .text-content.content-width--narrow {
    max-width: 40rem;
  }
  .text-content.content-width--normal {
    max-width: 60rem;
  }
  .text-content.content--center {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
  .text-content.content--right {
    margin-inline-start: auto;
  }
}

article,
.main-page,
[role=main] .shopify-policy__container {
  line-height: 1.6;
}

[role=main] .shopify-policy__container {
  max-width: 60rem;
}
[role=main] .shopify-policy__container .shopify-policy__title {
  padding-block: 4rem;
  padding-inline: 0;
}

.alert-message {
  font-size: 0.875rem;
  font-weight: var(--font-body-weight-bold);
  text-align: start;
  padding: 1rem;
  border-radius: var(--small-radius);
  background: rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
}
.alert-message .message-list {
  font-weight: normal;
  padding-inline-start: 1rem;
  margin-block-start: 0.5rem;
  margin-block-end: 0;
}
.alert-message .message-list li:not(:last-child) {
  margin-block-end: 0.5rem;
}
.alert-message.alert-error {
  --color-foreground: var(--color-error);
}
.alert-message.alert-success {
  --color-foreground: var(--color-success);
}
.alert-message.alert-warning {
  --color-foreground: var(--color-warning);
}

.modal {
  position: fixed;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  z-index: 101;
  display: none;
}
.modal > .modal-overlay {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(var(--color-foreground), 0.1);
  backdrop-filter: blur(0.5rem);
}
.modal > .modal-inner {
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 1rem rgba(var(--color-shadow), 0.2);
  visibility: hidden;
  opacity: 0.01;
  width: 45rem;
  min-height: 20rem;
  position: relative;
  border-radius: var(--medium-radius);
}
.modal > .modal-inner:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), 0.05);
  border-radius: var(--medium-radius);
  pointer-events: none;
  z-index: 1;
}
.modal > .modal-inner .modal-close {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  --color-button: var(--color-background);
  --alpha-button-background: 0.2;
  border-radius: 0;
  z-index: 1;
}
.modal > .modal-inner .modal-close .icon {
  width: 1rem;
}
.modal > .modal-inner .modal-content {
  overflow-y: auto;
  max-height: calc(100dvh - 4rem);
  padding: 3rem 2rem 2rem;
}
@media screen and (min-width: 750px) {
  .modal > .modal-inner {
    max-width: 50rem;
  }
}
.modal[open] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal[open] > .modal-inner {
  visibility: visible;
  animation: slideIn 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .modal[open] > .modal-inner {
    opacity: 1;
  }
}
.modal.confirm-modal > .modal-inner {
  width: 20rem;
  min-height: auto;
}
.modal.drawer > .modal-inner {
  border-radius: var(--large-radius);
  width: 30rem;
  height: 100%;
  padding: 1rem 2rem 2rem;
  display: grid;
  grid-template-rows: max-content auto;
}
.modal.drawer > .modal-inner .drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal.drawer > .modal-inner .drawer-header .drawer-close {
  margin-inline-start: -1rem;
}
.modal.drawer > .modal-inner .drawer-header .drawer-close .icon {
  width: 1rem;
}
.modal.drawer > .modal-inner .drawer-content {
  overflow-y: hidden; /* 必须，否则无法子元素内容实现滚动 */
}
.modal.drawer[open] {
  justify-content: flex-end;
}
.modal.drawer[open] > .modal-inner {
  animation: fadeIn 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
}
.modal.drawer[open].position--left {
  justify-content: flex-start;
}

.slider .slider-container .slider-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider .slider-controller {
  display: none;
}
@media screen and (max-width: 749px) {
  .slider[data-slide-mobile] {
    display: block;
    touch-action: pan-y;
  }
  .slider[data-slide-mobile] > .slider-container {
    position: relative;
    overflow: hidden;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    will-change: transform;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper > .slider-slide {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper.slider--center {
    justify-content: center;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper.auto-grid > .grid-item {
    width: var(--item-perfect-size-mobile);
    height: auto;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper.auto-grid-mobile > .grid-item {
    width: var(--item-perfect-size-mobile);
    height: auto;
  }
  .slider[data-slide-mobile] > .slider-container.slider--overflow-visible {
    overflow: visible;
  }
  .slider[data-slide-mobile] .slider-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem; /* 必须添加预留高度，防止CLS */
    margin-block-start: 1rem;
  }
  .slider[data-slide-mobile] .slider-controller .slider-nav-buttons {
    display: none;
  }
  .slider[data-slide-mobile] .slider-controller .slider-page-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
  }
  .slider[data-slide-mobile] .slider-controller.has-dots.has-nav {
    /* 两个都显示的时候 */
    justify-content: space-between;
  }
  .slider[data-slide-mobile] .slider-controller.has-dots.has-nav {
    justify-content: center;
  }
  .slider[data-slide-mobile] .slider-controller:not(.has-dots) {
    display: none;
  }
  .slider[data-slide-mobile].slider--installed > .slider-container > .slider-wrapper {
    justify-content: flex-start;
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-nav-buttons {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-nav-buttons .nav-button .icon {
    transition: transform 500ms cubic-bezier(0, 0, 0.3, 1);
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-nav-buttons .nav-button.nav-button--prev:hover .icon {
    transform: translateX(calc(-0.5rem * var(--translate-x-direction)));
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-nav-buttons .nav-button.nav-button--next:hover .icon {
    transform: translateX(calc(0.5rem * var(--translate-x-direction)));
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-page-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-block: 1rem;
    padding-inline: 0;
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-page-dots .page-dot {
    position: relative;
    overflow: hidden;
    flex: 0 1 auto;
    width: 1.5rem;
    height: 0.25rem;
    border-radius: 9999px;
    background: rgba(var(--color-foreground), 0.2);
    cursor: default;
    transition: width 100ms cubic-bezier(0, 0, 0.3, 1), transform 100ms cubic-bezier(0, 0, 0.3, 1);
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-page-dots .page-dot.current {
    width: 3rem;
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-page-dots .page-dot.current:after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--color-foreground));
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-page-dots:hover .page-dot {
    transform: scaleY(2.4);
  }
  .slider[data-slide-mobile].slider--installed[data-draggable] .slider-container {
    cursor: grab;
  }
  .slider[data-slide-mobile].slider--installed[data-draggable]:active .slider-container {
    cursor: grabbing;
  }
  .slider[data-slide-mobile].slider--installed[data-draggable].slider--is-dragging .slider-container .slider-slide {
    pointer-events: none;
    user-select: none;
  }
  .slider[data-slide-mobile].slider--installed[data-autoplay]:not([editor-selected]) .page-dot.current:after {
    animation: growWidth var(--slide-interval) linear;
  }
  .slider[data-slide-mobile].slider--installed[data-autoplay]:not([editor-selected]):not(.slider--is-playing) .page-dot.current:after {
    animation-play-state: paused;
  }
}
@media screen and (min-width: 750px) {
  .slider[data-slide-desktop] {
    display: block;
    touch-action: pan-y;
  }
  .slider[data-slide-desktop] > .slider-container {
    position: relative;
    overflow: hidden;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    will-change: transform;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper > .slider-slide {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper.slider--center {
    justify-content: center;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper.auto-grid > .grid-item {
    width: var(--item-perfect-size);
    height: auto;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper.auto-grid-desktop > .grid-item {
    width: var(--item-perfect-size);
    height: auto;
  }
  .slider[data-slide-desktop] > .slider-container.slider--overflow-visible {
    overflow: visible;
  }
  .slider[data-slide-desktop] .slider-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem; /* 必须添加预留高度，防止CLS */
    margin-block-start: 1rem;
  }
  .slider[data-slide-desktop] .slider-controller .slider-nav-buttons {
    display: none;
  }
  .slider[data-slide-desktop] .slider-controller .slider-page-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
  }
  .slider[data-slide-desktop] .slider-controller.has-dots.has-nav {
    /* 两个都显示的时候 */
    justify-content: space-between;
  }
  .slider[data-slide-desktop].slider--installed > .slider-container > .slider-wrapper {
    justify-content: flex-start;
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-nav-buttons {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-nav-buttons .nav-button .icon {
    transition: transform 500ms cubic-bezier(0, 0, 0.3, 1);
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-nav-buttons .nav-button.nav-button--prev:hover .icon {
    transform: translateX(calc(-0.5rem * var(--translate-x-direction)));
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-nav-buttons .nav-button.nav-button--next:hover .icon {
    transform: translateX(calc(0.5rem * var(--translate-x-direction)));
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-page-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-block: 1rem;
    padding-inline: 0;
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-page-dots .page-dot {
    position: relative;
    overflow: hidden;
    flex: 0 1 auto;
    width: 1.5rem;
    height: 0.25rem;
    border-radius: 9999px;
    background: rgba(var(--color-foreground), 0.2);
    cursor: default;
    transition: width 100ms cubic-bezier(0, 0, 0.3, 1), transform 100ms cubic-bezier(0, 0, 0.3, 1);
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-page-dots .page-dot.current {
    width: 3rem;
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-page-dots .page-dot.current:after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--color-foreground));
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-page-dots:hover .page-dot {
    transform: scaleY(2.4);
  }
  .slider[data-slide-desktop].slider--installed[data-draggable] .slider-container {
    cursor: grab;
  }
  .slider[data-slide-desktop].slider--installed[data-draggable]:active .slider-container {
    cursor: grabbing;
  }
  .slider[data-slide-desktop].slider--installed[data-draggable].slider--is-dragging .slider-container .slider-slide {
    pointer-events: none;
    user-select: none;
  }
  .slider[data-slide-desktop].slider--installed[data-autoplay]:not([editor-selected]) .page-dot.current:after {
    animation: growWidth var(--slide-interval) linear;
  }
  .slider[data-slide-desktop].slider--installed[data-autoplay]:not([editor-selected]):not(.slider--is-playing) .page-dot.current:after {
    animation-play-state: paused;
  }
}

.scrollable-content {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  touch-action: pan-y;
}
.scrollable-content .scrollable-buttons {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  pointer-events: none;
}
.scrollable-content .scrollable-buttons .nav-button[disabled] {
  visibility: hidden;
}
.scrollable-content .scrollable-buttons .nav-button .icon {
  transition: transform 500ms cubic-bezier(0, 0, 0.3, 1);
}
.scrollable-content .scrollable-buttons .nav-button:hover.nav-button--next .icon {
  transform: translateX(calc(0.5rem * var(--translate-x-direction)));
}
.scrollable-content .scrollable-buttons .nav-button:hover.nav-button--prev .icon {
  transform: translateX(calc(-0.5rem * var(--translate-x-direction)));
}
.scrollable-content.scrollable--overflow-visible {
  overflow: visible;
}
.scrollable-content.scrollable--installed .scrollable-content-wrapper {
  justify-content: flex-start !important;
}
.scrollable-content.scrollable--installed[data-draggable] {
  cursor: grab;
}
.scrollable-content.scrollable--installed[data-draggable]:active {
  cursor: grabbing;
}
.scrollable-content.scrollable--installed[data-draggable].scrollable--is-dragging .scrollable-content-wrapper {
  pointer-events: none;
  user-select: none;
}

.tab-panel .tab-panel-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.tab-panel .tab-panel-tabs.tabs-alignment--left {
  justify-content: flex-start;
}
.tab-panel .tab-panel-tabs.tabs-alignment--center {
  justify-content: center;
}
.tab-panel .tab-panel-tabs.tabs-alignment--right {
  justify-content: flex-end;
}
.tab-panel .tab-panel-tabs .tab {
  cursor: pointer;
}
.tab-panel .tab-panel-panels .panel[aria-hidden=true] {
  display: none !important;
}

scroll-seamless {
  display: block;
  overflow: hidden;
  --scroll-speed: 8s;
  --from: 0;
  --end: -100%;
}
scroll-seamless .scroll-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: var(--item-gap, 2rem);
}
scroll-seamless .scroll-list .scroll-item {
  flex: 0 0 auto;
  line-height: 1;
}
scroll-seamless .scroll-list .scroll-item .scroll-item-text {
  font-size: var(--font-size, 24px);
}
scroll-seamless .scroll-list .scroll-item .scroll-item-icon .icon {
  width: var(--icon-size, 2rem);
}
scroll-seamless .scroll-list .scroll-item .scroll-item-image {
  width: var(--image-size, 2rem);
  border-radius: var(--small-radius);
  transform: rotate(var(--image-rotate));
}
scroll-seamless .scroll-list .scroll-item .scroll-item-spacer {
  height: 1px;
  width: var(--width);
}
@media screen and (max-width: 749px) {
  scroll-seamless .scroll-list {
    gap: var(--item-gap-mobile, 1.5rem);
  }
  scroll-seamless .scroll-list .scroll-item .scroll-item-text {
    font-size: var(--font-size-mobile, 18px);
  }
  scroll-seamless .scroll-list .scroll-item .scroll-item-icon .icon {
    width: var(--icon-size-mobile, 1.5rem);
  }
  scroll-seamless .scroll-list .scroll-item .scroll-item-image {
    width: var(--image-size-mobile, 1.5rem);
  }
  scroll-seamless .scroll-list .scroll-item .scroll-item-spacer {
    width: var(--width-mobile, 16px);
  }
}
scroll-seamless .scroll-container.scroll-synergy {
  --crab-ratio: 0;
  will-change: transform;
  transform: translateX(calc(var(--crab-ratio) * var(--translate-x-direction)));
}
scroll-seamless[data-vertical] .scroll-list {
  flex-direction: column;
}
scroll-seamless[data-init]:not([editor-selected]) .scroll-list {
  will-change: transform;
  animation-name: seamlessScrollX;
  animation-duration: var(--scroll-speed);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
scroll-seamless[data-init]:not([editor-selected]):hover .scroll-list {
  animation-play-state: paused;
}
scroll-seamless[data-init]:not([editor-selected])[data-vertical] .scroll-list {
  animation-name: seamlessScrollY;
}
scroll-seamless.border-gradient-alpha {
  position: relative;
  --gradient-alpha-size: 20rem;
}
scroll-seamless.border-gradient-alpha:before, scroll-seamless.border-gradient-alpha:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  width: var(--gradient-alpha-size);
  pointer-events: none;
  z-index: 1;
}
scroll-seamless.border-gradient-alpha:before {
  inset-inline-start: 0;
  background: linear-gradient(var(--gradient-to-right), rgba(var(--color-background), 1), rgba(var(--color-background), 0));
}
scroll-seamless.border-gradient-alpha:after {
  inset-inline-end: 0;
  background: linear-gradient(var(--gradient-to-left), rgba(var(--color-background), 1), rgba(var(--color-background), 0));
}
scroll-seamless.border-gradient-alpha[data-vertical]:before, scroll-seamless.border-gradient-alpha[data-vertical]:after {
  inset-inline-start: 0;
  inset-inline-end: 0;
  width: 100%;
  height: var(--gradient-alpha-size);
}
scroll-seamless.border-gradient-alpha[data-vertical]:before {
  inset-block-start: 0;
  inset-block-end: auto;
  background: linear-gradient(to bottom, rgba(var(--color-background), 1), rgba(var(--color-background), 0));
}
scroll-seamless.border-gradient-alpha[data-vertical]:after {
  inset-block-start: auto;
  inset-block-end: 0;
  background: linear-gradient(to top, rgba(var(--color-background), 1), rgba(var(--color-background), 0));
}
@media screen and (max-width: 749px) {
  scroll-seamless.border-gradient-alpha {
    --gradient-alpha-size: 10rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes seamlessScrollX {
    from {
      transform: translateX(calc(var(--from) * var(--translate-x-direction)));
    }
    to {
      transform: translateX(calc(var(--end) * var(--translate-x-direction)));
    }
  }
  @keyframes seamlessScrollY {
    from {
      transform: translateY(var(--from));
    }
    to {
      transform: translateY(var(--end));
    }
  }
}
#toasts-container {
  position: fixed;
  z-index: 99999999;
  padding: 1rem;
  inset-inline-end: 0;
  inset-block-end: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#toasts-container .toast {
  padding-block: 0.5rem;
  padding-inline: 1rem;
  border-radius: var(--small-radius);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --color-background: #7eecf8;
  --color-foreground: #000000;
  background: var(--color-background);
  color: var(--color-foreground);
  animation: slideIn 300ms cubic-bezier(0, 0, 0.3, 1);
}
#toasts-container .toast:before {
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background: var(--color-foreground);
}
#toasts-container .toast.type-success {
  --color-background: #009519;
  --color-foreground: #ffffff;
}
#toasts-container .toast.type-warning {
  --color-background: #ffdc2f;
  --color-foreground: #000000;
}
#toasts-container .toast.type-error {
  --color-background: #da0b0b;
  --color-foreground: #ffffff;
}

.badge {
  position: relative;
  font-size: 0.875rem;
  padding-block: 0;
  padding-inline: 0.875rem;
  height: 1.75rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  border-radius: 9999px;
}
.badge .icon {
  width: 1rem;
}
.badge.sale-badge {
  background: rgb(var(--sale-badge-background));
  color: rgb(var(--sale-badge-foreground));
}
.badge.sold-out-badge {
  background: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.8);
}
.badge.gift-badge {
  background: rgb(var(--gift-badge-background));
  color: rgb(var(--gift-badge-foreground));
}
.badge.new-badge {
  background: rgb(var(--new-badge-background));
  color: rgb(var(--new-badge-foreground));
}
.badge.preorder-badge {
  background: rgb(var(--preorder-badge-background));
  color: rgb(var(--preorder-badge-foreground));
}
.badge.limit-edition-badge {
  background: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-foreground));
  font-size: 0.625rem;
  text-transform: uppercase;
}
.badge.custom-badge {
  background: rgb(var(--custom-badge-background));
  color: rgb(var(--custom-badge-foreground));
}

.card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-content: flex-start;
  align-items: center;
}
.card-badges.position--left {
  justify-content: flex-start;
}
.card-badges.position--right {
  justify-content: flex-end;
}
.card-badges.badges--small .badge {
  font-size: 0.625rem;
  padding-block: 0;
  padding-inline: 0.5rem;
  height: 1.25rem;
}
.card-badges.badges--small .badge .icon {
  width: 0.75rem;
}

.color-swatches {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.color-swatches .color-swatch {
  --border-opacity: 0.05;
  --border-width: 2px;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  cursor: default;
  position: relative;
  border-radius: 9999px;
}
.color-swatches .color-swatch:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 var(--border-width) rgba(var(--color-foreground), var(--border-opacity));
  border-radius: 9999px;
  pointer-events: none;
  z-index: 1;
}
.color-swatches .color-swatch .color {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  overflow: hidden;
}
.color-swatches .color-swatch .color:has(img) {
  background: transparent !important;
}
.color-swatches .color-swatch .color:has(img) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.color-swatches .color-swatch:hover {
  --border-opacity: 0.2;
}
.color-swatches .color-swatch.active, .color-swatches .color-swatch:has(input:checked) {
  --border-opacity: 1;
  --color-pulse: var(--color-foreground);
  animation: pulse 100ms ease;
}
.color-swatches .color-swatch:has(input:disabled, input.disabled) .color {
  opacity: 0.5;
}
.color-swatches .color-swatch:has(input:disabled, input.disabled):before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translateX(calc(-50% * var(--translate-x-direction)));
  background: rgb(var(--color-foreground));
}
.color-swatches .color-swatch:has(input:focus-visible) {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
.color-swatches.swatch-type--image .color-swatch {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 749px) {
  .color-swatches.swatch-type--image .color-swatch {
    width: 2rem;
    height: 2rem;
  }
}

.price {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: normal;
  color: rgb(var(--color-foreground));
}
.price .price-container {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.price .price-container .unit-price {
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  line-height: 1;
  border-radius: 9999px;
  background: rgba(var(--color-foreground), 0.75);
  color: rgb(var(--color-background));
  font-size: 0.75rem;
}
.price.price--on-sale .price-item--sale {
  color: rgb(var(--color-sale-price));
}

image-magnify {
  display: block;
  cursor: zoom-in;
}
image-magnify img {
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}
image-magnify.image-zoom-in {
  cursor: zoom-out;
}

.main-page__wrapper,
.shopify-email-marketing-confirmation__container,
.shopify-policy__container,
.shopify-challenge__container {
  padding-block-start: 3rem;
  padding-block-end: 3rem;
}

expandable-container {
  display: block;
}
expandable-container[data-limit-height] .content-main {
  max-height: var(--limit-height, 15rem);
  overflow: hidden;
}
expandable-container[data-limit-height] .expand-button-wrapper {
  margin-block-start: 0.5rem;
  display: none;
}
expandable-container[data-limit-height].has-exceed .expand-button-wrapper {
  display: block;
}
expandable-container[data-limit-height].has-exceed:not(.has-expand) .content-main {
  position: relative;
}
expandable-container[data-limit-height].has-exceed:not(.has-expand) .content-main:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 100%;
  height: 2rem;
  background: linear-gradient(180deg, rgba(var(--color-background), 0) 0%, rgba(var(--color-background), 0.5) 30%, rgba(var(--color-background), 1) 80%);
}
expandable-container[data-limit-height].has-exceed.has-expand .content-main {
  max-height: 100dvh;
  height: auto;
}

.paginate-content--empty {
  padding-block: 10rem;
  padding-inline: 0;
  text-align: center;
}
.paginate-content--empty .empty-title {
  opacity: 0.5;
}

.breadcrumb {
  width: 100%;
}
.breadcrumb .breadcrumb-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.breadcrumb .breadcrumb-wrapper .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-wrapper .breadcrumb-item.page-current a {
  opacity: 0.75;
}
.breadcrumb .breadcrumb-wrapper .breadcrumb-item:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin-block: 0;
  margin-inline: 0.5rem;
}

.rating-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.rating-wrapper .rating {
  --star-size: 1rem;
  display: flex;
  gap: calc(var(--star-size) * 0.125);
}
.rating-wrapper .rating .icon {
  width: var(--star-size);
}
.rating-wrapper.star-size--medium .rating {
  --star-size: 1.25rem;
}
.rating-wrapper.star-size--large .rating {
  --star-size: 1.5rem;
}

.banner {
  position: relative;
  display: flex;
  align-items: stretch;
}
.banner .banner-content {
  width: 100%;
}
.banner:before {
  content: "";
  display: block;
  width: 0;
}
.banner.banner--adapt {
  height: 100%;
}
.banner.banner--adapt.banner--placeholder:before {
  padding-block-end: 40rem;
}
.banner.banner--small:before {
  padding-block-end: 30rem;
}
.banner.banner--medium:before {
  padding-block-end: 40rem;
}
.banner.banner--large:before {
  padding-block-end: 50rem;
}
@media screen and (min-width: 750px) {
  .banner.banner--small:before {
    padding-block-end: 40rem;
  }
  .banner.banner--medium:before {
    padding-block-end: 50rem;
  }
  .banner.banner--large:before {
    padding-block-end: 60rem;
  }
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  line-height: 0;
}
.icon-list li .icon,
.icon-list li .media {
  width: 1.75rem;
}
.icon-list li:hover .icon,
.icon-list li:hover .media {
  animation: bounceScale 300ms cubic-bezier(0, 0, 0.3, 1);
}

.discount-code {
  padding-block: 0.5rem;
  padding-inline: 1rem;
  border: 1px dashed rgb(var(--color-foreground), 0.5);
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  --alpha-background: 0;
  background: rgba(var(--color-foreground), var(--alpha-background));
}
.discount-code:hover {
  --alpha-background: 0.2;
}

.featured-card .featured-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-end: 0.5rem;
}
.featured-card .featured-header .featured-title {
  font-size: 0.875rem;
}
.featured-card .slider-wrapper {
  gap: 1rem;
}

@media screen and (forced-colors: active) {
  /* 基本文档样式 */
  body {
    --color-background: Canvas;
    --color-foreground: CanvasText;
  }
  /* 标题和段落 */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    color: CanvasText; /* 确保文本颜色对比度足够 */
  }
  /* 链接样式 */
  a {
    color: LinkText; /* 明显区分链接颜色 */
  }
  a:hover, a:focus {
    background-color: LinkText; /* 鼠标悬停和焦点时的背景 */
    color: Canvas; /* 反转文本颜色以提高可见性 */
    outline: 1px solid LinkText; /* 增加轮廓以增强焦点指示 */
  }
  /* 按钮样式 */
  button,
  .button,
  input[type=button],
  input[type=submit],
  input[type=reset] {
    --color-button: ButtonFace;
    --color-button-text: ButtonText;
    border: 2px solid ButtonText; /* 添加边框确保按钮在所有背景下可见 */
  }
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  input[type=button]:hover,
  input[type=button]:focus,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=reset]:hover,
  input[type=reset]:focus {
    --color-button: Highlight;
    --color-button-text: HighlightText;
  }
  /* 图像样式 */
  img {
    border: 2px solid LinkText; /* 为所有图片添加边框 */
  }
  /* 表格样式 */
  table {
    border: 1px solid CanvasText; /* 增加表格边框 */
  }
  table th,
  table td {
    border: 1px solid CanvasText; /* 增加单元格边框 */
  }
  /* 其他交互元素 */
  input,
  textarea,
  select {
    border: 1px solid CanvasText; /* 增加输入和选择元素的边框 */
  }
  input:focus,
  textarea:focus,
  select:focus {
    outline: 1px solid Highlight; /* 焦点时增加醒目的轮廓 */
  }
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes ambientMove {
    0% {
      transform: rotate(0deg) translateX(calc(1em * var(--translate-x-direction))) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(calc(1em * var(--translate-x-direction))) rotate(-360deg) scale(1.2);
    }
  }
  @keyframes shimmer {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slideInFromTop {
    0% {
      opacity: 0.01;
      transform: translateY(-2rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes slideInFromLeft {
    0% {
      opacity: 0.01;
      transform: translateX(calc(-5rem * var(--translate-x-direction)));
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideInFromRight {
    0% {
      opacity: 0.01;
      transform: translateX(calc(5rem * var(--translate-x-direction)));
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideUpDown {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    50% {
      transform: translateY(-100%); /* 图标向上移动 */
      opacity: 0;
    }
    51% {
      transform: translateY(100%); /* 图标向上移动 */
    }
    100% {
      transform: translateY(0); /* 图标从下面重新进入 */
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0.01;
    }
  }
  @keyframes scaleIn {
    from {
      transform: scale(0.1);
      opacity: 0.01;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scaleDown {
    from {
      transform: scale(1.5);
      opacity: 0.01;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes rotateIn {
    from {
      transform: rotate(-180deg) scale(0.1);
      opacity: 0;
    }
    to {
      transform: rotate(0deg) scale(1);
      opacity: 1;
    }
  }
  @keyframes bounceScale {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.25);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(var(--color-pulse), 0.5);
    }
    100% {
      box-shadow: 0 0 0 0.5rem rgba(var(--color-pulse), 0);
    }
  }
  @keyframes scaleUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.05);
    }
  }
  @keyframes shrinkSlightly {
    0% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes bounceUp {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2rem);
    }
  }
  @keyframes bounceDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(2rem);
    }
  }
  @keyframes bounceRight {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(calc(1rem * var(--translate-x-direction)));
    }
  }
  @keyframes bounceLeft {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(calc(-1rem * var(--translate-x-direction)));
    }
  }
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }
  @keyframes growWidth {
    0% {
      transform: scaleX(0);
      transform-origin: var(--transform-origin-left);
    }
    100% {
      transform: scaleX(1);
      transform-origin: var(--transform-origin-left);
    }
  }
  @keyframes growWidthFromRight {
    0% {
      transform: scaleX(0);
      transform-origin: var(--transform-origin-right);
    }
    100% {
      transform: scaleX(1);
      transform-origin: var(--transform-origin-right);
    }
  }
  @keyframes pushInFromLeft {
    0% {
      transform: translateX(calc(-100% * var(--translate-x-direction)));
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes pushInFromRight {
    0% {
      transform: translateX(calc(100% * var(--translate-x-direction)));
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes pushOutToLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-100% * var(--translate-x-direction)));
    }
  }
  @keyframes pushOutToRight {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(100% * var(--translate-x-direction)));
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
.scroll-trigger {
  visibility: hidden;
  opacity: 0.01;
}
.scroll-trigger:not(.scroll-trigger--offscreen) {
  visibility: visible;
}
@media (prefers-reduced-motion) {
  .scroll-trigger:not(.scroll-trigger--offscreen) {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: slideIn 800ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--left-in {
    animation: slideInFromLeft 500ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--right-in {
    animation: slideInFromRight 500ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    animation: fadeIn 1200ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--scale-in {
    animation: scaleDown 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) and (min-width: 750px) {
  .hover-trigger .animate--scale-up {
    transition: transform 800ms cubic-bezier(0, 0, 0.3, 1);
  }
  .hover-trigger .animate--fade-in {
    visibility: hidden;
    opacity: 0;
    transition: opacity 800ms cubic-bezier(0, 0, 0.3, 1);
  }
  .hover-trigger .animate--fade-out {
    visibility: visible;
    opacity: 1;
    transition: opacity 800ms cubic-bezier(0, 0, 0.3, 1);
  }
  .hover-trigger:hover .animate--scale-up {
    transform: scale(1.05);
  }
  .hover-trigger:hover .animate--fade-in {
    visibility: visible;
    opacity: 1;
  }
  .hover-trigger:hover .animate--fade-out {
    visibility: hidden;
    opacity: 0;
  }
}
.section-header {
  z-index: 3;
}
.section-header .header-wrapper {
  display: block;
  position: relative;
}
.section-header .header-wrapper .header {
  --alpha-shadow: 0;
  --alpha-border: 0.05;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--color-shadow), var(--alpha-shadow));
}
.header-main {
  display: grid;
  grid-template-areas: "left-area heading icons";
  grid-template-columns: auto auto 1fr;
  gap: 1rem;
  align-items: center;
  z-index: 1;
  min-height: 4rem;
  padding-block-start: 0.25rem;
  padding-block-end: 0.25rem;
}
.header-main .header-left-area {
  grid-area: left-area;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-heading {
  width: max-content;
  line-height: 0;
  grid-area: heading;
  justify-self: center;
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
  transform-origin: left center;
}
.header-heading .header-heading-logo-wrapper {
  width: 100%;
  display: inline-block;
}
.header-heading .header-heading-logo-wrapper .header-heading-logo {
  max-width: 100%;
  width: var(--logo-width-mobile, 100px);
  height: auto;
}
.header-heading .header-heading-logo-wrapper .header-heading-logo.transparent-logo {
  display: none;
}

.header-main .search-wrapper {
  display: none;
}
.header-main .header-menu-nav {
  display: none;
}
.header-icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}
.header-icons .header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 4rem;
  padding: 0;
  cursor: pointer;
}
.header-icons .header-icon .icon {
  flex: 0 0 auto;
  width: 1.5rem;
  transition: transform 300ms ease;
}
.header-icons .header-icon .cart-count-bubble {
  text-align: center;
  font-size: 0.875rem;
  font-weight: var(--font-body-weight-bold);
}
.header-icons .header-icon .cart-count-bubble span[aria-hidden=true] {
  display: inline-block;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--cart, .header-icons .header-icon .cart-count-bubble.bubble-style--bag {
  position: relative;
  line-height: 0;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--cart span[aria-hidden=true], .header-icons .header-icon .cart-count-bubble.bubble-style--bag span[aria-hidden=true] {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 100%;
  font-size: 0.75rem;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--cart span[aria-hidden=true] {
  margin-inline-start: -6px;
  margin-block-start: 4px;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--bag span[aria-hidden=true] {
  line-height: normal;
  inset-block-start: auto;
  inset-block-end: 0;
  margin-inline-start: 0.125rem;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--frame {
  min-width: 3rem;
  padding-block: 0.25rem;
  padding-inline: 0.875rem;
  margin-inline-start: 0.5rem;
  position: relative;
  border-radius: 9999px;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--frame:after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  box-shadow: inset 0 0 0 1px rgb(var(--color-foreground));
  border-radius: 9999px;
  pointer-events: none;
  z-index: 1;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--frame:hover span[aria-hidden=true] {
  animation: slideUpDown 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--text {
  min-width: 3rem;
  margin-inline-start: 0.5rem;
  font-size: 1rem;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--text:hover {
  opacity: 0.5;
}
.header-icons .header-icon:hover .icon {
  transform: scale(1.1);
}
.header-icons .header-cart-bubble {
  flex: 0 0 auto;
}

.section-header .header-wrapper .header .header-search-bar {
  height: 0;
}
.section-header .header-wrapper .header .header-search-bar .search-wrapper {
  display: block;
  padding-block-start: 0.5rem;
}
.section-header .header-wrapper .header .header-search-bar .search-wrapper .search-field {
  background: rgba(var(--color-background), 0.4);
  box-shadow: 0 0.25rem 0.5rem rgba(var(--color-shadow), 0.2);
}
.section-header .header-wrapper .header .header-search-bar .search-wrapper .search-container {
  margin-block-start: 0.5rem;
}
.section-header .header-wrapper .header .header-bottom {
  display: none;
}
.header-menu-nav .list-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu-nav .list-menu.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
}
.header-menu-nav .list-menu.list-menu--inline .header-menu-first-level {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-menu-nav .list-menu.list-menu--inline .header-menu-first-level .first-level-item {
  padding-block: 1rem;
  padding-inline: 0;
  font-size: 0.875rem;
  font-weight: var(--font-body-weight-bold);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-menu-nav .list-menu.list-menu--disclosure {
  position: absolute;
  inset-block-start: 100%;
  min-width: 20rem;
  width: auto;
  margin-block-start: 0.5rem;
  border-radius: var(--medium-radius);
  padding-block: 1rem;
  padding-inline: 0;
  background: rgb(var(--color-background));
  box-shadow: 0 0 0.5rem 0 rgba(var(--color-shadow), 0.2);
}
.header-menu-nav .list-menu.list-menu--disclosure.list-menu-second--disclosure {
  inset-block-start: 0;
  inset-inline-start: 100%;
  margin-block-start: 0;
  margin-inline-start: 0.25rem;
}
.header-menu-nav .list-menu.list-menu--disclosure.list-menu-second--disclosure:before {
  content: "";
  position: absolute;
  width: 0.25rem;
  inset-inline-start: auto;
  inset-block-start: 0;
  inset-inline-end: 100%;
  inset-block-end: 0;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item {
  position: relative; /* 子菜单可以跟随展开 */
  padding-block: 0.5rem;
  padding-inline: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item > drop-menu {
  width: 100%;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item > drop-menu > details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item > drop-menu > details > summary .icon-caret {
  width: 0.875rem;
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item > drop-menu > details.has-opened > summary .icon-caret {
  transform: rotate(-90deg);
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item.header-menu-second-level > drop-menu[data-hover-open] > details.has-opened > summary {
  position: relative;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item.header-menu-second-level > drop-menu[data-hover-open] > details.has-opened > summary:after {
  content: "";
  position: absolute;
  inset-inline-start: 100%;
  inset-block-start: -100%;
  height: 300%;
  width: 5rem;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item.header-menu-second-level > drop-menu[data-hover-open] > details.has-opened.position--exceed > summary:after {
  inset-inline-start: auto;
  inset-inline-end: 100%;
}
.header-menu-nav .list-menu.list-menu--mega {
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: auto;
  max-height: calc(100dvh - 8rem);
  padding-block: 2rem;
  padding-inline: 0;
  overflow-y: auto;
  border-block-end: 1px solid rgba(var(--color-foreground), 0.1);
  --gap-column: 2rem;
  --gap-row: 2rem;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--gap-row) var(--gap-column);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item {
  grid-column: span 1;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item .list-menu-title {
  margin-block-end: 0.5rem;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item .list-menu .list-menu-item {
  padding-block: 0.25rem;
  padding-inline: 0;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item .mega-menu-image {
  --image-ratio: 100%;
  position: relative;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item .mega-menu-image:before {
  content: "";
  display: block;
  width: 0;
  padding-block-end: var(--image-ratio);
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-2 {
  grid-column: span 2;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-2 .mega-menu-image {
  --image-ratio: calc((100% - var(--gap-column)) / 2);
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-3 {
  grid-column: span 3;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-3 .mega-menu-image {
  --image-ratio: calc((100% - var(--gap-column) * 2) / 3);
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-4 {
  grid-column: span 4;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-4 .mega-menu-image {
  --image-ratio: calc((100% - var(--gap-column) * 3) / 4);
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-5 {
  grid-column: span 5;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-5 .mega-menu-image {
  --image-ratio: calc((100% - var(--gap-column) * 4) / 5);
}
.header-menu-nav .list-menu details .header-submenu {
  visibility: hidden;
  opacity: 0;
}
.header-menu-nav .list-menu details.has-opened > .header-submenu {
  visibility: visible;
  opacity: 1;
  animation: slideIn 300ms ease;
}
.header-menu-nav .list-menu details.has-opened > .header-submenu.list-menu-second--disclosure {
  animation: slideInFromLeft 300ms ease;
}
.header-menu-nav .list-menu details.has-opened.position--exceed > summary .icon-caret {
  transform: rotate(90deg) !important;
}
.header-menu-nav .list-menu details.has-opened.position--exceed > .header-submenu {
  inset-inline-start: auto;
  inset-inline-end: 100%;
  margin-inline-start: auto;
  margin-inline-end: 0.25rem;
}

.section-header .header-wrapper .header .search-wrapper {
  position: relative;
}
.section-header .header-wrapper .header .search-wrapper .search-container {
  display: none;
  position: absolute;
  z-index: 2;
  inset-block-start: 100%;
  inset-inline-start: 0;
  width: 100%;
  height: auto;
  background: rgb(var(--color-background));
  padding: 1.25rem;
  border-radius: var(--medium-radius);
  box-shadow: 0 0 0.5rem 0 rgba(var(--color-shadow), 0.2);
}
.section-header .header-wrapper .header .search-wrapper .search-container .search-button {
  margin-block-start: 0.75rem;
}
.section-header .header-wrapper .header .search-wrapper.in-focus .search-container {
  display: block;
  animation: slideIn 300ms cubic-bezier(0, 0, 0.3, 1);
}
.section-header .header-wrapper .header .search-wrapper.predictive-search-wrapper .predictive-search-main {
  max-height: var(--result-max-height);
}
.section-header .header-wrapper .header .first-level-drop > details > summary .icon-caret {
  width: 0.75rem;
  opacity: 0.75;
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.section-header .header-wrapper .header .first-level-drop > details.has-opened > summary .icon-caret {
  transform: scaleY(-1);
}
.section-header .header-wrapper .header .first-level-drop > details.has-opened.position--exceed > .header-submenu {
  inset-inline-end: 0;
}
.section-header .header-wrapper .header .first-level-drop[data-hover-open] > details.has-opened > summary {
  position: relative;
}
.section-header .header-wrapper .header .first-level-drop[data-hover-open] > details.has-opened > summary:after {
  content: "";
  position: absolute;
  inset-inline-start: -50%;
  inset-block-start: 90%;
  width: 200%;
  min-width: 10rem;
  height: 10rem;
  z-index: 1;
}
.section-header .header-wrapper .header .first-level-drop[data-hover-open] > details.has-opened > .header-submenu {
  z-index: 1;
}
.section-header .header-wrapper .header header-drawer .menu-toggle-button {
  line-height: 0;
}
.section-header .header-wrapper .header header-drawer .menu-toggle-button .button .hamburger {
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
  user-select: none;
  width: 3rem;
  height: auto;
}
.section-header .header-wrapper .header header-drawer .menu-toggle-button .button .hamburger .line {
  fill: none;
  transition: stroke-dasharray 300ms, stroke-dashoffset 300ms;
  stroke: rgb(var(--color-foreground));
  stroke-width: 5.5;
  stroke-linecap: round;
}
.section-header .header-wrapper .header header-drawer .menu-toggle-button .button .hamburger .line.top {
  stroke-dasharray: 40 139;
}
.section-header .header-wrapper .header header-drawer .menu-toggle-button .button .hamburger .line.bottom {
  stroke-dasharray: 40 180;
}
.section-header .header-wrapper .header .mega-menu-image {
  border-radius: var(--medium-radius);
}
.section-header .header-wrapper .header .mega-menu-image .media-content {
  padding: 1rem;
}
.section-header .header-wrapper .header .mega-menu-image .media-content .image-title.title-effect--background {
  padding-block: 1rem;
  padding-inline: 3rem;
  --alpha-text-background: 0.8;
  background: linear-gradient(270deg, rgba(var(--color-background), 0) 0%, rgba(var(--color-background), var(--alpha-text-background)) 40%, rgba(var(--color-background), var(--alpha-text-background)) 60%, rgba(var(--color-background), 0) 100%);
}
.section-header .header-wrapper .header .mega-menu-image .media-content .image-title.title-effect--shadow {
  text-shadow: 0 0 0.25rem rgb(var(--color-background));
}
.section-header .header-wrapper .header .image-title {
  font-weight: bolder;
}
.section-header .header-wrapper .header .image-title.title-size--small {
  font-size: 1rem;
}
.section-header .header-wrapper .header .image-title.title-size--medium {
  font-size: 1.5rem;
}
.section-header .header-wrapper .header .image-title.title-size--large {
  font-size: 2rem;
}
.section-header .header-wrapper .header .menu-bubble {
  padding-block: 0.125rem;
  padding-inline: 0.625rem;
  font-size: 0.625rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.section-header .header-wrapper .header:after {
  content: "";
  position: absolute;
  inset-block-start: auto;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 1px;
  background: rgba(var(--color-foreground), var(--alpha-border));
}
.section-header .header-wrapper .header.header-festival-effect .header-heading {
  position: relative;
}
.section-header .header-wrapper .header.header-festival-effect .header-heading .svg-logo-festival-covered {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 1rem;
  transform: translateY(-2px);
}
.section-header .header-wrapper .header.header-festival-effect .header-icons .header-icon--account {
  position: relative;
}
.section-header .header-wrapper .header.header-festival-effect .header-icons .header-icon--account .svg-festival-hat {
  width: 1.5rem;
  height: auto;
  position: absolute;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  transform: translate(-45%, -100%);
}
.section-header .header-wrapper .header.header-festival-effect .svg-header-festival-covered-bar {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 2rem;
  transform: translateY(-40%);
}
.section-header .header-wrapper .header.header-festival-effect.festival-overlay-position-bottom {
  --alpha-border: 0;
}
.section-header .header-wrapper .header.header-festival-effect.festival-overlay-position-bottom .svg-header-festival-covered-bar {
  inset-block-start: auto;
  inset-block-end: 0;
  transform: translateY(60%);
}
@media screen and (max-width: 749px) {
  .section-header .header-wrapper .header .header-main {
    gap: 0;
  }
  .section-header .header-wrapper .header.header-mobile--center .header-main {
    grid-template-columns: 1fr auto 1fr;
  }
  .section-header .header-wrapper .header.header-mobile--center .header-main .header-heading {
    text-align: center;
    transform-origin: center center;
  }
}
@media screen and (min-width: 1200px) {
  .section-header .header-wrapper .header .header-main {
    gap: 0;
  }
  .section-header .header-wrapper .header .header-main .header-left-area {
    display: none;
  }
  .section-header .header-wrapper .header .header-main .header-left-area header-drawer {
    display: none;
  }
  .section-header .header-wrapper .header .header-main .header-heading .header-heading-logo-wrapper .header-heading-logo {
    width: var(--logo-width, 100px);
  }
  .section-header .header-wrapper .header .header-main .search-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 30rem;
  }
  .section-header .header-wrapper .header .header-main .search-wrapper .search-form {
    width: 100%;
  }
  .section-header .header-wrapper .header .header-main .header-menu-nav {
    display: block;
    grid-area: navigation;
  }
  .section-header .header-wrapper .header .header-bottom {
    display: block;
  }
  .section-header .header-wrapper .header .header-bottom .header-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }
  .section-header .header-wrapper .header .header-bottom .header-bottom-wrapper .header-contact {
    flex: 0 0 auto;
    font-size: 0.875rem;
    margin-inline-start: auto;
  }
  .section-header .header-wrapper .header.drawer-menu .header-main {
    padding-block-start: 0.5rem;
    padding-block-end: 0.5rem;
  }
  .section-header .header-wrapper .header.drawer-menu.header--has-menu .header-left-area {
    display: flex;
  }
  .section-header .header-wrapper .header.drawer-menu.header--has-menu .header-left-area header-drawer {
    display: block;
  }
  .section-header .header-wrapper .header.header--menu-position-bottom.header--has-menu .header-main {
    border-block-end: 1px solid rgba(var(--color-foreground), 0.2);
  }
  .section-header .header-wrapper .header.header--left-left .header-main {
    grid-template-areas: "heading icons";
    grid-template-columns: 1fr auto;
  }
  .section-header .header-wrapper .header.header--left-left.header--has-menu .header-main {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    gap: 2rem;
  }
  .section-header .header-wrapper .header.header--left-left.header--has-menu.drawer-menu .header-main {
    grid-template-areas: "left-area heading icons";
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }
  .section-header .header-wrapper .header.header--left-left.header--has-menu.drawer-menu .header-main .header-heading {
    justify-self: left;
  }
  .section-header .header-wrapper .header.header--left-center .header-main {
    grid-template-areas: "heading icons";
    grid-template-columns: 1fr auto;
  }
  .section-header .header-wrapper .header.header--left-center .header-main .header-heading {
    justify-self: flex-start;
  }
  .section-header .header-wrapper .header.header--left-center.header--has-menu .header-main {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
  }
  .section-header .header-wrapper .header.header--left-center.header--has-menu.drawer-menu .header-main {
    grid-template-areas: "left-area heading icons";
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }
  .section-header .header-wrapper .header.header--left-bottom .header-main {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "heading inline-search icons";
  }
  .section-header .header-wrapper .header.header--left-bottom .header-main .header-heading {
    justify-self: flex-start;
  }
  .section-header .header-wrapper .header.header--left-bottom .header-main .search-wrapper {
    grid-area: inline-search;
    justify-self: center;
  }
  .section-header .header-wrapper .header.header--left-bottom.header--has-menu.drawer-menu .header-main {
    grid-template-columns: auto 1fr 4fr 2fr;
    grid-template-areas: "left-area heading inline-search icons";
    gap: 1rem;
  }
  .section-header .header-wrapper .header.header--center-bottom .header-main {
    grid-template-areas: "left-area heading icons";
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
  }
  .section-header .header-wrapper .header.header--center-bottom .header-main .header-left-area {
    display: flex;
  }
  .section-header .header-wrapper .header.header--center-bottom .header-main .header-left-area .search-wrapper {
    max-width: 25rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 750px) {
  .section-header .header-wrapper .header.header--center-bottom .header-main .header-heading {
    text-align: center;
    transform-origin: center center;
  }
}
@media screen and (min-width: 1200px) {
  .section-header .header-wrapper .header.header--center-bottom.drawer-menu .header-main .header-left-area .search-wrapper {
    margin-inline-start: 0;
  }
  .section-header .header-wrapper .header.header--center-left .header-main {
    grid-template-areas: "heading icons";
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 1200px) and (min-width: 750px) {
  .section-header .header-wrapper .header.header--center-left .header-main .header-heading {
    text-align: center;
    transform-origin: center center;
  }
}
@media screen and (min-width: 1200px) {
  .section-header .header-wrapper .header.header--center-left.header--has-menu .header-main {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
  }
  .section-header .header-wrapper .header.header--center-left.header--has-menu.drawer-menu .header-main {
    grid-template-areas: "left-area heading icons";
    grid-template-columns: 1fr auto 1fr;
  }
}
.section-header .header-wrapper.header--background-transparent {
  height: 0;
}
.section-header .header-wrapper.header--background-transparent .header {
  background: transparent;
}
.section-header .header-wrapper.header--background-transparent .header:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--gradient-background, rgb(var(--color-background)));
  transform: scaleY(0);
  transform-origin: bottom;
}
.section-header .header-wrapper.header--first-level-uppercase .first-level-item {
  text-transform: uppercase;
}
.section-header.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.section-header.scrolled-past-header sticky-header[data-sticky-type=reduce-logo-size] .header-heading {
  transform: scale(0.75);
}
.section-header.scrolled-past-header .header {
  --alpha-shadow: 0.1;
  transition: box-shadow 300ms 300ms cubic-bezier(0, 0, 0.3, 1);
}
.section-header.animate {
  transition: top 300ms ease-out;
}
.section-header.shopify-section-header-hidden {
  inset-block-start: calc(-1 * var(--header-height));
}
.section-header:hover .header-wrapper.header--background-transparent .header:before, .section-header.header--is-active .header-wrapper.header--background-transparent .header:before, .section-header.scrolled-past-header .header-wrapper.header--background-transparent .header:before {
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
  transform: scaleY(1);
}
.section-header:not(:hover, .header--is-active, .scrolled-past-header) .header-wrapper.header--background-transparent .header {
  --color-foreground: var(--transparent-foreground-color);
  --alpha-border: 1;
}
.section-header:not(:hover, .header--is-active, .scrolled-past-header) .header-wrapper.header--background-transparent .header .header-main .header-heading .header-heading-logo-wrapper.has-transparent-logo .header-heading-logo {
  display: none;
}
.section-header:not(:hover, .header--is-active, .scrolled-past-header) .header-wrapper.header--background-transparent .header .header-main .header-heading .header-heading-logo-wrapper.has-transparent-logo .header-heading-logo.transparent-logo {
  display: block;
}
.section-header:not(:hover, .header--is-active, .scrolled-past-header) .header-wrapper.header--background-transparent.header--transparent-border-hide .header {
  --alpha-border: 0;
}
/* ======================================================
   OE — ETAPE 3 : FACETTES / TRI / TIROIR LUXE
   (style.css — safe overrides)
====================================================== */

/* Variables ton ivoire + or doux */
:root{
  --oe-ivory: #f6f2ea;
  --oe-ink: rgba(18,16,14,.92);
  --oe-muted: rgba(18,16,14,.62);
  --oe-gold: rgba(197,162,92,.55);
  --oe-gold-strong: rgba(197,162,92,.85);
  --oe-line: rgba(18,16,14,.10);
  --oe-panel: rgba(255,255,255,.72);
}

/* Zone toolbar (tri / filtres) plus clean */
.template-collection .facets-container,
.template-collection .collection-filters,
.template-collection .collection__toolbar,
.template-collection .facet-filters,
.template-collection .facets-vertical {
  background: transparent !important;
  border: 0 !important;
}

/* Boutons Filtres/Trier style luxe */
.template-collection .facets__summary,
.template-collection .facet-filters__field,
.template-collection .facet-filters__sort,
.template-collection details .facets__summary,
.template-collection .facets__disclosure summary {
  border-radius: 14px !important;
  border: 1px solid var(--oe-line) !important;
  background: var(--oe-panel) !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.05) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Texte boutons */
.template-collection .facets__summary span,
.template-collection .facet-filters__label,
.template-collection .facet-filters__sort select,
.template-collection .facets__summary,
.template-collection .facet-filters__field {
  color: var(--oe-ink) !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
}

/* Hover subtil (double couleur : ivoire -> or doux) */
@media (hover:hover){
  .template-collection .facets__summary:hover,
  .template-collection .facets__disclosure summary:hover {
    border-color: rgba(197,162,92,.35) !important;
    box-shadow: 0 22px 60px rgba(0,0,0,.07) !important;
  }
}

/* Panneau/tiroir (quand ouvert) */
.template-collection details[open] .facets__display,
.template-collection details[open] .facets__header,
.template-collection details[open] .facets__list,
.template-collection details[open] .facets__wrapper,
.template-collection .facets__display {
  background: var(--oe-panel) !important;
  border: 1px solid rgba(197,162,92,.20) !important;
  border-radius: 18px !important;
  box-shadow: 0 26px 80px rgba(0,0,0,.09) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Séparateurs fins dans le tiroir */
.template-collection .facets__header,
.template-collection .facets__footer,
.template-collection .facets__list {
  border-color: rgba(18,16,14,.08) !important;
}

/* Items de filtre : look premium */
.template-collection .facets__item,
.template-collection .facet-checkbox,
.template-collection .facets__label {
  border-radius: 12px !important;
}

/* Ligne item : padding + hover */
.template-collection .facet-checkbox,
.template-collection .facets__label {
  padding: 10px 12px !important;
  border: 1px solid transparent !important;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

/* Hover item : “double couleur” */
@media (hover:hover){
  .template-collection .facet-checkbox:hover,
  .template-collection .facets__label:hover {
    background: rgba(197,162,92,.10) !important;
    border-color: rgba(197,162,92,.25) !important;
    transform: translateY(-1px);
  }
}

/* Item ACTIF (coché) : double couleur + liseré or */
.template-collection input[type="checkbox"]:checked + .facet-checkbox__text,
.template-collection input[type="checkbox"]:checked ~ .facet-checkbox__text,
.template-collection .facet-checkbox input:checked + span,
.template-collection .facet-checkbox input:checked ~ span {
  color: var(--oe-ink) !important;
}

/* Quand un item est coché, on stylise le conteneur (selon thèmes) */
.template-collection .facet-checkbox:has(input:checked),
.template-collection .facets__label:has(input:checked),
.template-collection .facets__item:has(input:checked) {
  background: rgba(197,162,92,.14) !important;
  border-color: rgba(197,162,92,.45) !important;
  box-shadow: inset 0 0 0 1px rgba(197,162,92,.18);
}

/* Pastille compteur / nombre résultats (si présent) */
.template-collection .count-bubble,
.template-collection .facets__count {
  background: rgba(197,162,92,.14) !important;
  border: 1px solid rgba(197,162,92,.28) !important;
  color: var(--oe-ink) !important;
  border-radius: 999px !important;
}

/* Boutons “Appliquer / Effacer” plus luxe */
.template-collection .facets__reset,
.template-collection .facets__remove,
.template-collection .facets__clear,
.template-collection .facets__apply,
.template-collection .button--secondary,
.template-collection .button--primary {
  border-radius: 999px !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
}

/* “Effacer” discret */
.template-collection .facets__reset,
.template-collection .facets__clear {
  background: transparent !important;
  border: 1px solid var(--oe-line) !important;
  color: var(--oe-muted) !important;
}

/* “Appliquer” / bouton principal : or satiné */
.template-collection .facets__apply,
.template-collection .button--primary {
  background: rgba(197,162,92,.22) !important;
  border: 1px solid rgba(197,162,92,.40) !important;
  color: var(--oe-ink) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.06) !important;
}

@media (hover:hover){
  .template-collection .facets__apply:hover,
  .template-collection .button--primary:hover {
    background: rgba(197,162,92,.30) !important;
    border-color: rgba(197,162,92,.55) !important;
  }
}

/* Mobile: panneau plus “tiroir” */
@media (max-width: 768px){
  .template-collection .facets__display,
  .template-collection details[open] .facets__display {
    border-radius: 18px !important;
  }
}
/* ===============================
   OE PRODUCT – LUXE HARMONISÉ
   (Produit / PDP)
================================ */

/* Fond global (léger ivoire) */
.template-product .content-for-layout,
.template-product main {
  background: #f7f6f3;
}

/* Conteneur produit (effet écrin) */
.template-product .product,
.template-product .product__info-wrapper,
.template-product .product__info-container {
  background: transparent;
}

/* Boîte info produit */
.template-product .product__info-container {
  background: rgba(255,255,255,0.55);
  border-radius: 18px;
  padding: 22px 22px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  outline: 1px solid rgba(180,160,120,0.18);
}

/* Titre produit */
.template-product .product__title,
.template-product h1 {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.03em;
  text-transform: none;
}

/* Prix (plus “maison”) */
.template-product .price,
.template-product .price__regular,
.template-product .price-item {
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Bouton Ajouter au panier */
.template-product .product-form__submit,
.template-product button[name="add"] {
  border-radius: 999px;
  padding: 14px 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  outline: 1px solid rgba(180,160,120,0.35);
  transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
}

.template-product .product-form__submit:hover,
.template-product button[name="add"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.10);
}

/* Galerie image : arrondis + ombre douce */
.template-product .product__media img,
.template-product .product-media-container img {
  border-radius: 18px;
}

.template-product .product-media-container,
.template-product .product__media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  outline: 1px solid rgba(180,160,120,0.14);
}

/* Accordéons / détails : plus propres */
.template-product details,
.template-product .accordion {
  background: rgba(255,255,255,0.45);
  border-radius: 14px;
  padding: 12px 14px;
  outline: 1px solid rgba(180,160,120,0.16);
  margin-top: 10px;
}

.template-product summary,
.template-product .accordion__title {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

/* Texte description : plus “luxe lisible” */
.template-product .product__description,
.template-product .rte {
  line-height: 1.75;
  opacity: 0.92;
}
/* =========================================
   OUD ELEXIR — PRODUIT (Ascent) : Luxe Ivoire
   À coller en bas de assets/style.css
========================================= */

/* Fond ivoire sur pages produit */
.template-product main,
.template-product .content-for-layout,
.template-product .shopify-section-group-main {
  background: #f7f6f3;
}

/* Espace respirant + cohérence */
.template-product .page-width {
  padding-top: 18px;
  padding-bottom: 36px;
}

/* Galerie média : arrondis + contour doré discret */
.template-product .product__media-wrapper,
.template-product .product-media-container,
.template-product .product__media-item,
.template-product .product__media {
  border-radius: 18px;
  overflow: hidden;
}

.template-product .product-media-container,
.template-product .product__media-wrapper {
  box-shadow: 0 16px 44px rgba(0,0,0,0.10);
  outline: 1px solid rgba(180,160,120,0.18);
  background: rgba(255,255,255,0.35);
}

/* ===== ÉCRIN info produit ===== */
.template-product .product__info-wrapper,
.template-product .product__info-container {
  background: rgba(255,255,255,0.58);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.07);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  outline: 1px solid rgba(180,160,120,0.20);
}

/* Titre luxe */
.template-product .product__title,
.template-product h1 {
  letter-spacing: 0.03em;
}

/* Petit “silence” sous le titre */
.template-product .product__title {
  margin-bottom: 10px;
}

/* Prix plus raffiné */
.template-product .price,
.template-product .price__regular,
.template-product .price-item {
  letter-spacing: 0.10em;
  font-size: 0.95rem;
  opacity: 0.92;
}

/* Texte description : plus fluide */
.template-product .product__description,
.template-product .rte {
  line-height: 1.75;
  opacity: 0.92;
}

/* ===== Bouton ATC (Ajouter au panier) ===== */
.template-product .product-form__submit,
.template-product button[name="add"] {
  border-radius: 999px !important;
  padding: 14px 18px !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  outline: 1px solid rgba(180,160,120,0.40);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.template-product .product-form__submit:hover,
.template-product button[name="add"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
  filter: brightness(1.02);
}

/* ===== Variants / sélecteurs : plus clean ===== */
.template-product .product-form__input,
.template-product .select,
.template-product select,
.template-product .quantity {
  border-radius: 14px;
  outline: 1px solid rgba(180,160,120,0.18);
  background: rgba(255,255,255,0.40);
}

/* ===== Accordéons (détails) ===== */
.template-product details,
.template-product .accordion {
  background: rgba(255,255,255,0.50);
  border-radius: 14px;
  padding: 12px 14px;
  outline: 1px solid rgba(180,160,120,0.16);
  margin-top: 10px;
}

.template-product summary,
.template-product .accordion__title {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

/* Petite barre dorée interne quand ouvert */
.template-product details[open] {
  outline: 1px solid rgba(180,160,120,0.28);
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

.template-product details[open] summary {
  opacity: 0.96;
}

/* Mobile : on évite que ça fasse trop “gros bloc” */
@media (max-width: 749px) {
  .template-product .product__info-container {
    padding: 16px;
    border-radius: 16px;
  }
  .template-product .product-media-container,
  .template-product .product__media-wrapper {
    border-radius: 16px;
  }
}
/* =========================================
   OUD ELEXIR — ÉTAPE 4.1 : COLLECTION (Ascent)
   À coller en bas de assets/style.css
========================================= */

/* Fond ivoire sur pages collection */
.template-collection main,
.template-collection .content-for-layout,
.template-collection .shopify-section-group-main {
  background: #f7f6f3;
}

.template-collection .page-width {
  padding-top: 18px;
  padding-bottom: 40px;
}

/* Titre collection + sous-texte : plus luxe */
.template-collection h1,
.template-collection .collection-hero__title,
.template-collection .title {
  letter-spacing: 0.05em;
}

.template-collection .collection-hero__description,
.template-collection .rte {
  line-height: 1.75;
  opacity: 0.90;
}

/* ===== Grille produit : respiration ===== */
.template-collection .product-grid,
.template-collection .grid--3-col,
.template-collection .grid--4-col {
  row-gap: 22px !important;
}

/* ===== Carte produit (safe selectors) ===== */
.template-collection .card,
.template-collection .product-card,
.template-collection .card-wrapper {
  border-radius: 18px !important;
}

/* Écrin */
.template-collection .card__inner,
.template-collection .card__content,
.template-collection .card__information,
.template-collection .card-wrapper {
  background: rgba(255,255,255,0.55);
  border-radius: 18px;
  outline: 1px solid rgba(180,160,120,0.18);
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, outline-color 0.35s ease;
}

/* Hover subtil (premium) */
@media (hover:hover) {
  .template-collection .card:hover .card__inner,
  .template-collection .card:hover .card__content,
  .template-collection .card:hover .card__information,
  .template-collection .card-wrapper:hover {
    transform: translateY(-2px);
    outline-color: rgba(180,160,120,0.30);
    box-shadow: 0 22px 52px rgba(0,0,0,0.10);
  }
}

/* Image produit arrondie + profondeur */
.template-collection .card__media,
.template-collection .media,
.template-collection .media img {
  border-radius: 16px;
  overflow: hidden;
}

/* Titre produit : espacement + élégance */
.template-collection .card__heading,
.template-collection .card__heading a,
.template-collection .full-unstyled-link {
  letter-spacing: 0.03em;
  text-decoration: none !important;
}

/* Prix plus discret, plus chic */
.template-collection .price,
.template-collection .price-item {
  letter-spacing: 0.10em;
  font-size: 0.92rem;
  opacity: 0.92;
}

/* ===== Bouton “Voir / Ajouter” style luxe (si présent) ===== */
.template-collection .button,
.template-collection .btn,
.template-collection a.button {
  border-radius: 999px !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 12px 16px !important;
  outline: 1px solid rgba(180,160,120,0.35);
  box-shadow: 0 10px 24px rgba(0,0,0,0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.template-collection .button:hover,
.template-collection .btn:hover,
.template-collection a.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.11);
  filter: brightness(1.02);
}

/* ===== Filtres / tri (si thème les affiche sur collection) ===== */
.template-collection select,
.template-collection .select,
.template-collection .facets__form,
.template-collection .facets {
  border-radius: 14px;
}

.template-collection .facets__summary,
.template-collection .facet-filters__field,
.template-collection .facet-filters__sort {
  background: rgba(255,255,255,0.45);
  outline: 1px solid rgba(180,160,120,0.18);
  border-radius: 14px;
}

/* ===== Pagination ===== */
.template-collection .pagination__list a,
.template-collection .pagination__list span {
  border-radius: 999px;
  outline: 1px solid rgba(180,160,120,0.18);
  background: rgba(255,255,255,0.45);
}

/* Mobile : plus compact mais chic */
@media (max-width: 749px) {
  .template-collection .page-width {
    padding-top: 14px;
    padding-bottom: 32px;
  }

  .template-collection .product-grid {
    row-gap: 16px !important;
  }

  .template-collection .card__inner,
  .template-collection .card__content,
  .template-collection .card__information,
  .template-collection .card-wrapper {
    border-radius: 16px;
  }
}
/* =========================================
   OUD ELEXIR — ÉTAPE 4.2 : MICRO-ANIMATIONS
   Collection + Produit (Ascent)
   Luxe silencieux, très subtil
========================================= */

/* Respecter les utilisateurs “réduction d’animations” */
@media (prefers-reduced-motion: reduce){
  *{
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- COLLECTION : cartes produit ---------- */

/* Image : zoom ultra subtil au hover */
@media (hover:hover){
  .template-collection .card__media img,
  .template-collection .media img{
    transition: transform 0.85s cubic-bezier(.22,.61,.36,1), filter 0.85s cubic-bezier(.22,.61,.36,1);
    transform: scale(1.000);
  }

  .template-collection .card:hover .card__media img,
  .template-collection .card:hover .media img{
    transform: scale(1.035);
    filter: contrast(1.02) saturate(1.01);
  }
}

/* Titre : légère “mise au point” */
.template-collection .card__heading,
.template-collection .card__heading a{
  transition: opacity .5s ease, transform .5s ease;
}

@media (hover:hover){
  .template-collection .card:hover .card__heading,
  .template-collection .card:hover .card__heading a{
    transform: translateY(-1px);
    opacity: .98;
  }
}

/* Prix : apparition discrète */
.template-collection .price,
.template-collection .price-item{
  transition: opacity .6s ease, transform .6s ease;
}

@media (hover:hover){
  .template-collection .card:hover .price,
  .template-collection .card:hover .price-item{
    transform: translateY(-1px);
    opacity: .95;
  }
}

/* ---------- COLLECTION : boutons (si présents) ---------- */
.template-collection .button,
.template-collection .btn,
.template-collection a.button{
  transition: transform .55s cubic-bezier(.22,.61,.36,1),
              box-shadow .55s cubic-bezier(.22,.61,.36,1),
              filter .55s cubic-bezier(.22,.61,.36,1);
}

@media (hover:hover){
  .template-collection .button:hover,
  .template-collection .btn:hover,
  .template-collection a.button:hover{
    transform: translateY(-1px);
    filter: brightness(1.02);
  }
}

/* ---------- PRODUIT : galerie média ---------- */
@media (hover:hover){
  .template-product .product-media-container img,
  .template-product .product__media img{
    transition: transform 0.95s cubic-bezier(.22,.61,.36,1), filter 0.95s cubic-bezier(.22,.61,.36,1);
    transform: scale(1.000);
  }

  .template-product .product-media-container:hover img,
  .template-product .product__media:hover img{
    transform: scale(1.03);
    filter: contrast(1.02) saturate(1.01);
  }
}

/* ---------- PRODUIT : bouton ATC (déjà luxe, on le rend “vivant”) ---------- */
.template-product .product-form__submit,
.template-product button[name="add"]{
  transition: transform .65s cubic-bezier(.22,.61,.36,1),
              box-shadow .65s cubic-bezier(.22,.61,.36,1),
              filter .65s cubic-bezier(.22,.61,.36,1);
}

@media (hover:hover){
  .template-product .product-form__submit:hover,
  .template-product button[name="add"]:hover{
    transform: translateY(-1px);
    filter: brightness(1.02);
  }
}

/* ---------- Accordéons : ouverture plus “fluide” (sans JS) ---------- */
.template-product details > *{
  transition: opacity .35s ease;
}

.template-product details[open] > *{
  opacity: 1;
}

/* ---------- Apparition douce du contenu au chargement (collection + produit) ---------- */
/* Sûr : uniquement si le navigateur supporte animation */
@supports (animation: name) {
  .template-collection .product-grid,
  .template-product .product{
    animation: oeFadeUp .55s cubic-bezier(.22,.61,.36,1) both;
  }

  @keyframes oeFadeUp{
    from{ opacity: 0; transform: translateY(6px); }
    to{ opacity: 1; transform: translateY(0); }
  }
}
/* =========================================
   OUD ELEXIR — ÉTAPE 5 : PRODUIT ELITE
   Active si tag produit = oe-elite
   (Ascent / Dawn-like)
========================================= */

/* On cible uniquement les pages produit qui contiennent le tag via un hook CSS
   -> on ajoute ce hook dans l'étape 3 (Liquid) juste après, si besoin.
   Si tu ne veux PAS toucher au Liquid, dis-le et je te donne une alternative.
*/

/* ==== HOOK (à activer si ton thème expose product tags en classe) ==== */
/* Si tu as déjà une class sur body type "product-tag-oe-elite", garde ça.
   Sinon, on ajoute un micro-hook Liquid en 10 secondes (je te donne après).
*/

body.oe-elite-product .content-for-layout,
body.oe-elite-product main{
  background: radial-gradient(1200px 520px at 50% 0%, rgba(255,255,255,.80), #f7f6f3) !important;
}

/* Plus de respiration, sensation “galerie” */
body.oe-elite-product .page-width{
  max-width: 1120px;
  padding-top: 28px;
  padding-bottom: 56px;
}

/* Galerie média : plus “museum” */
body.oe-elite-product .product-media-container,
body.oe-elite-product .product__media-wrapper{
  box-shadow: 0 22px 70px rgba(0,0,0,0.12);
  outline: 1px solid rgba(180,160,120,0.22);
  background: rgba(255,255,255,0.32);
}

/* Écrin info : plus noble */
body.oe-elite-product .product__info-container{
  background: rgba(255,255,255,0.62);
  outline: 1px solid rgba(180,160,120,0.24);
  box-shadow: 0 18px 55px rgba(0,0,0,0.09);
}

/* Titre : plus “maison” */
body.oe-elite-product .product__title,
body.oe-elite-product h1{
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: clamp(28px, 3.4vw, 44px);
}

/* Ligne dorée sous le titre */
body.oe-elite-product .product__title::after{
  content:"";
  display:block;
  width: 120px;
  height: 1px;
  margin-top: 14px;
  background: linear-gradient(90deg, transparent, rgba(197,162,92,.90), transparent);
}

/* Prix : plus discret, plus statutaire */
body.oe-elite-product .price,
body.oe-elite-product .price-item{
  letter-spacing: 0.14em;
  font-size: 0.95rem;
  opacity: 0.88;
}

/* CTA : plus “sceau” */
body.oe-elite-product .product-form__submit,
body.oe-elite-product button[name="add"]{
  padding: 15px 20px !important;
  letter-spacing: 0.22em !important;
  outline: 1px solid rgba(180,160,120,0.55) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,0.10) !important;
}

/* Micro-texte (stock, shipping) plus raffiné */
body.oe-elite-product .product__inventory,
body.oe-elite-product .product__tax,
body.oe-elite-product .product__policies{
  font-size: 12px;
  letter-spacing: .06em;
  opacity: .75;
}

/* Accordéons : plus “bibliothèque” */
body.oe-elite-product details,
body.oe-elite-product .accordion{
  background: rgba(255,255,255,0.52);
  outline: 1px solid rgba(180,160,120,0.18);
}

/* Mobile : garder l’élite sans alourdir */
@media (max-width: 749px){
  body.oe-elite-product .page-width{
    padding-top: 18px;
    padding-bottom: 40px;
  }
  body.oe-elite-product .product__title{
    letter-spacing: 0.05em;
  }
}
/* =========================================
   OUD ELEXIR — ÉTAPE 6 : MOBILE THUMB UX
   Collection + Produit (Ascent)
   Tap feedback + zones confort + spacing
========================================= */

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

  /* --- Respiration générale --- */
  .template-collection .page-width,
  .template-product .page-width{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* --- Grille collection : plus lisible --- */
  .template-collection .product-grid,
  .template-collection .grid{
    row-gap: 14px !important;
    column-gap: 12px !important;
  }

  /* --- Cards : confort visuel --- */
  .template-collection .card__information,
  .template-collection .card__content{
    padding: 12px 12px 14px !important;
  }

  /* --- Titres : évite les blocs trop hauts --- */
  .template-collection .card__heading,
  .template-collection .card__heading a{
    line-height: 1.35 !important;
  }

  /* --- Boutons : zone pouce (min 44px) --- */
  .template-collection .button,
  .template-collection a.button,
  .template-product .product-form__submit,
  .template-product button[name="add"]{
    min-height: 44px !important;
    padding: 14px 16px !important;
  }

  /* --- Tap feedback (luxueux, pas flashy) --- */
  .template-collection .card,
  .template-collection .product-card,
  .template-product .product__info-container,
  .template-product .product-media-container{
    -webkit-tap-highlight-color: transparent;
  }

  /* Tap : micro “press” */
  .template-collection .card:active,
  .template-collection .product-card:active{
    transform: scale(0.992);
    transition: transform .12s ease;
  }

  .template-product .product-form__submit:active,
  .template-product button[name="add"]:active{
    transform: translateY(0) scale(0.992);
    transition: transform .12s ease;
  }

  /* --- Accordéons : plus faciles à ouvrir --- */
  .template-product summary{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* --- Champs / select / quantity : faciles au pouce --- */
  .template-product select,
  .template-product .select,
  .template-product .quantity,
  .template-product input{
    min-height: 44px !important;
    border-radius: 14px !important;
  }

  /* --- Evite les “sauts” quand images chargent --- */
  .template-collection img,
  .template-product img{
    display:block;
    height:auto;
  }

  /* --- Alignement boutons sticky (si le thème en a) --- */
  .template-product .product-form{
    gap: 10px;
  }
}

/* Optionnel : scrolling plus fluide sur iOS */
html{
  -webkit-overflow-scrolling: touch;
}
/* OE Collection — Cartes avec visuel luxe */
.oe-collection-card{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  background:#f6f1e8;
  border:1px solid rgba(170,140,90,.22);
  box-shadow:0 18px 40px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.6);
}

.oe-collection-card__media{
  position:absolute;
  inset:0;
  z-index:0;
}

.oe-collection-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.04);
  filter:contrast(1.02) saturate(.92);
}

.oe-collection-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(120% 70% at 50% 30%, rgba(0,0,0,.10), transparent 55%),
    linear-gradient(to bottom, rgba(0,0,0,.05), rgba(0,0,0,.55));
}

/* Le contenu passe au-dessus de l'image */
.oe-collection-card > *{
  position:relative;
  z-index:1;
}

/* Texte lisible sur image */
.oe-collection-card .oe-collection-card__title,
.oe-collection-card .oe-collection-card__text,
.oe-collection-card .oe-collection-card__kicker{
  color:rgba(255,255,255,.92);
}

.oe-collection-card .oe-collection-card__text{
  color:rgba(255,255,255,.80);
}
/* OE COLLECTION – Card image */
.oe-col-card__media{
  width: 100%;
  margin: 0 0 14px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(185, 154, 90, .28);
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
  background: rgba(255,255,255,.5);
}

.oe-col-card__media img{
  display: block;
  width: 100%;
  height: 160px;         /* ajuste si tu veux plus grand */
  object-fit: cover;
  transform: translateZ(0);
}
/* === OE COLLECTION IMAGE FIX === */

.oe-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Ajustement spécial pour visuels produits */
.oe-card__image {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 16px;
}
.collection-hero {
  padding: 120px 20px 80px;
  text-align: center;
}

.collection-hero h1 {
  font-size: clamp(32px, 5vw, 56px);
  letter-spacing: 0.04em;
}

.collection-intro {
  max-width: 640px;
  margin: 40px auto 80px;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.product-grid {
  gap: 48px;
}

.product-card {
  padding: 24px;
  border-radius: 18px;
}
/* ============================= */
/* ESSENCE FINE – COLLECTION UX */
/* ============================= */

/* Espacement global */
.template-collection .collection-hero {
  margin-bottom: 60px;
}

/* Titre de collection */
.template-collection .collection-hero__title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Description de collection */
.template-collection .collection-hero__description {
  max-width: 720px;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* Cartes produits */
.card-wrapper {
  border-radius: 18px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Effet hover luxe */
.card-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* Image produit */
.card__media img {
  border-radius: 16px;
}

/* Titre produit */
.card__heading {
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

/* Prix discret */
.price {
  font-size: 14px;
  color: #777;
}

/* Bouton */
.quick-add__submit,
.button {
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 1px;
}
.oe-collection-hero__media img{
  width:100%;
  height: clamp(240px, 34vw, 520px);
  object-fit: cover;
  object-position: center;
  display:block;
  border-radius: 18px;
}
/* ===== OUD ELEXIR – Collection Cards (Luxe) ===== */
.oe-collection {
  padding-top: 30px;
  padding-bottom: 30px;
}

.oe-collection_grid{
  display: grid;
  gap: 18px;
}

.oe-card{
  background: rgba(20,20,20,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

@media (hover:hover){
  .oe-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 26px 60px rgba(0,0,0,0.16);
    border-color: rgba(0,0,0,0.10);
  }
}

.oe-card_media{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0c0c0c;
}

.oe-card_media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(1.05);
}

/* voile luxueux + vignette */
.oe-card_media::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(70% 60% at 50% 35%, rgba(255,255,255,0.10), transparent 60%),
    linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.08) 55%, rgba(0,0,0,0.00));
  pointer-events:none;
}

.oe-card_content{
  padding: 16px 16px 18px;
}

.oe-card_kicker{
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: 11px;
  opacity: .65;
  margin: 0 0 8px;
}

.oe-card_title{
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 10px;
}

.oe-card_text{
  margin: 0 0 14px;
  opacity: .85;
  line-height: 1.55;
  font-size: 14px;
}

/* CTA premium */
.oe-card_btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.18);
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  text-decoration: none !important;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
  color: #111 !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

@media (hover:hover){
  .oe-card_btn:hover{
    transform: translateY(-1px);
    background: rgba(255,255,255,0.85);
    border-color: rgba(0,0,0,0.28);
  }
}

/* Mobile spacing */
@media (max-width: 749px){
  .oe-card_title{ font-size: 20px; }
  .oe-card_content{ padding: 14px 14px 16px; }
  .oe-card_media{ aspect-ratio: 4 / 3; }
}
/* ========== OE COLLECTIONS LUXE ========== */
.oe-collections-luxe{
  padding: clamp(26px, 3vw, 52px) 0;
}

.oe-collections-luxe__head{
  max-width: 860px;
  margin: 0 auto clamp(18px, 2.2vw, 28px);
  text-align: center;
}

.oe-collections-luxe__kicker{
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .75;
  margin: 0 0 10px;
}

.oe-collections-luxe__title{
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  margin: 0 0 10px;
}

.oe-collections-luxe__subtitle{
  font-size: 15px;
  line-height: 1.6;
  opacity: .78;
  margin: 0;
}

/* Grid premium */
.oe-collections-luxe__grid{
  display: grid;
  gap: clamp(14px, 1.6vw, 22px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 990px){
  .oe-collections-luxe__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .oe-collections-luxe__grid{ grid-template-columns: 1fr; }
}

/* Card Luxe */
.oe-card-luxe{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(20,20,20,.10);
  box-shadow: 0 16px 44px rgba(0,0,0,.10);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.oe-card-luxe:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 64px rgba(0,0,0,.14);
  border-color: rgba(20,20,20,.16);
}

/* Media ratio 3:2 (1800x1200) */
.oe-card-luxe__media{
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.oe-card-luxe__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .55s ease;
  display:block;
}

.oe-card-luxe:hover .oe-card-luxe__media img{
  transform: scale(1.06);
}

/* Veil pour look luxe */
.oe-card-luxe__veil{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.12) 0%,
    rgba(0,0,0,.08) 35%,
    rgba(0,0,0,.10) 100%
  );
  pointer-events: none;
}

/* Content */
.oe-card-luxe__content{
  padding: 18px 18px 20px;
}

.oe-card-luxe__label{
  margin: 0 0 8px;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-size: 11px;
  opacity: .65;
}

.oe-card-luxe__title{
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.12;
}

.oe-card-luxe__text{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  opacity: .78;
}

/* Bouton luxe */
.oe-card-luxe__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(20,20,20,.14);
  background: rgba(255,255,255,.74);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .02em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.oe-card-luxe__btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.92);
  border-color: rgba(20,20,20,.22);
}

.oe-card-luxe__arrow{
  opacity: .8;
}

/* Toute la carte cliquable */
.oe-card-luxe__stretched{
  position:absolute;
  inset:0;
  z-index:1;
  text-indent:-9999px;
}
.oe-card-luxe__content,
.oe-card-luxe__btn{
  position: relative;
  z-index: 2;
}
/* ====== Layout horizontal DESKTOP ====== */
@media screen and (min-width: 990px) {
  .oe-card {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 28px;
    align-items: center;
  }

  .oe-card-media img {
    height: 100%;
    object-fit: cover;
  }
}
/* ====== Carte Luxe ====== */
.oe-card {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(185,150,90,0.35); /* doré discret */
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  transition: transform .35s ease, box-shadow .35s ease;
}

.oe-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 65px rgba(0,0,0,0.18);
}
/* ====== Bouton Luxe ====== */
.oe-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 22px auto 0;
  padding: 12px 26px;

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

  color: #111;
  background: transparent;

  border: 1px solid rgba(185,150,90,0.6);
  border-radius: 999px;

  transition: all .3s ease;
}

.oe-card-btn:hover {
  background: rgba(185,150,90,0.12);
  border-color: rgba(185,150,90,0.9);
}
/* =========================================================
   OE Collections Luxe — FULL WIDTH + IMAGE NON COUPÉE
   Layout: image plein large (contain) + texte dessous
   Bouton luxe bicolore (ivoire / doré), sans bleu
========================================================= */

/* Section full-bleed (bord à bord) */
.oe-collections-luxe{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 46px 0 56px;
}

/* On neutralise le "page-width" uniquement dans cette section */
.oe-collections-luxe .page-width{
  max-width: none;
  width: min(1320px, calc(100% - 36px)); /* garde un confort visuel */
  margin: 0 auto;
  padding: 0;
}

/* Header */
.oe-collections-luxe__head{
  text-align: center;
  width: min(980px, calc(100% - 36px));
  margin: 0 auto 28px;
}

.oe-collections-luxe__kicker{
  margin: 0 0 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .75;
}

.oe-collections-luxe__title{
  margin: 0 0 10px;
  line-height: 1.05;
}

.oe-collections-luxe__subtitle{
  margin: 0 auto;
  max-width: 760px;
  opacity: .82;
  line-height: 1.55;
}

/* Grid: 3 colonnes desktop, 1 colonne mobile */
.oe-collections-luxe__grid{
  display: grid;
  gap: 22px;
}

@media (min-width: 990px){
  .oe-collections-luxe__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }
}

@media (max-width: 989px){
  .oe-collections-luxe__grid{
    grid-template-columns: 1fr;
  }
}

/* Card */
.oe-card-luxe{
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(196, 160, 98, .42); /* liseré doré doux */
  box-shadow: 0 18px 55px rgba(0,0,0,.10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.oe-card-luxe:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 80px rgba(0,0,0,.14);
  border-color: rgba(196, 160, 98, .65);
}

/* MEDIA: image 1800x1200 entière (pas coupée) */
.oe-card-luxe__media{
  position: relative;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
  aspect-ratio: 3 / 2; /* 1800x1200 */
  background:
    radial-gradient(1200px 420px at 50% 0%, rgba(196,160,98,.10), rgba(255,255,255,0) 55%),
    linear-gradient(180deg, rgba(10,10,10,.22), rgba(10,10,10,.06));
}

.oe-card-luxe__media img{
  width: 100%;
  height: 100%;
  object-fit: contain;     /* ✅ image complète */
  object-position: center;
  display: block;
  padding: 10px;           /* marge douce autour */
  filter: contrast(1.02) saturate(1.02);
  transition: transform .35s ease;
}

.oe-card-luxe:hover .oe-card-luxe__media img{
  transform: scale(1.02);
}

/* voile très discret (ne doit pas assombrir l'image) */
.oe-card-luxe__veil{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.12));
  pointer-events: none;
}

/* Content */
.oe-card-luxe__content{
  padding: 18px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 230px;
}

@media (min-width: 990px){
  .oe-card-luxe__content{
    padding: 20px 20px 20px;
    min-height: 250px;
  }
}

.oe-card-luxe__label{
  margin: 0;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-size: 11px;
  opacity: .72;
}

.oe-card-luxe__title{
  margin: 0;
  line-height: 1.12;
}

.oe-card-luxe__text{
  margin: 0;
  opacity: .84;
  line-height: 1.55;
}

/* CTA centré bas */
.oe-card-luxe__cta{
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  justify-content: center;
}

/* BOUTON ULTRA LUXE (bi-color OUD ELEXIR) */
.oe-card-luxe__btn{
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;

  /* Bi-color: ivoire + doré satiné */
  background: linear-gradient(180deg, rgba(255,250,242,.92), rgba(245,235,214,.86));
  border: 1px solid rgba(196,160,98,.85);

  /* IMPORTANT: stop le bleu Shopify */
  color: rgba(22,18,12,.92) !important;
  text-decoration: none !important;

  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1;

  box-shadow:
    0 14px 34px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.65);

  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, filter .2s ease;
}

.oe-card-luxe__btn:visited{
  color: rgba(22,18,12,.92) !important;
}

.oe-card-luxe__btn:hover{
  transform: translateY(-1px);
  border-color: rgba(196,160,98,1);
  box-shadow:
    0 18px 46px rgba(0,0,0,.14),
    inset 0 1px 0 rgba(255,255,255,.70);
  filter: saturate(1.04);
}

.oe-card-luxe__btn:focus{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(196,160,98,.25),
    0 18px 46px rgba(0,0,0,.14),
    inset 0 1px 0 rgba(255,255,255,.70);
}

.oe-card-luxe__arrow{
  display: inline-block;
  transform: translateY(-1px);
  opacity: .9;
}

/* Stretched link */
.oe-card-luxe__stretched{
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

/* Le bouton et le contenu au-dessus */
.oe-card-luxe__content,
.oe-card-luxe__cta,
.oe-card-luxe__btn{
  position: relative;
  z-index: 2;
}

/* Optionnel: améliore le rendu en mobile */
@media (max-width: 640px){
  .oe-collections-luxe{
    padding: 34px 0 46px;
  }
  .oe-card-luxe{
    border-radius: 24px;
  }
  .oe-card-luxe__media{
    border-radius: 24px 24px 0 0;
  }
  .oe-card-luxe__media img{
    padding: 8px;
  }
  .oe-card-luxe__btn{
    width: 100%;
    max-width: 360px;
  }
}
/* =========================
   Bouton "Découvrir" (oe-product-btn)
   ========================= */
.template-collection .oe-product-btn-wrap{
  display:flex;
  justify-content:center;
  padding: 10px 16px 18px;
}

/* On casse le style "lien bleu" du thème */
.template-collection a.oe-product-btn{
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none !important;
  color: var(--oe-ivory) !important;
  font-weight: 500;
  letter-spacing: .10em;
  text-transform: uppercase;

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

  min-width: 220px;
  height: 46px;
  padding: 0 18px;

  border-radius: 999px;
  border: 1px solid rgba(201,162,75,.65) !important;

  /* bi-color luxe */
  background: linear-gradient(135deg, rgba(138, 103, 37, 0.63), rgba(201,162,75,.18)) !important;

  box-shadow: 0 10px 26px rgba(0,0,0,.18);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

@media (hover:hover){
  .template-collection a.oe-product-btn:hover{
    transform: translateY(-1px);
    box-shadow: 0 16px 38px rgba(0,0,0,.24);
    filter: brightness(1.04);
  }
}

/* Mobile: bouton full clean */
@media (max-width: 749px){
  .template-collection a.oe-product-btn{
    width: 100%;
    min-width: 0;
    height: 48px;
  }
}
.oe-micro-price{
  margin-top: 6px;
  font-size: 13px;
  color:rgb(151, 149, 146);
  letter-spacing: .02em;
}
.oe-micro-level{
  margin-top: 6px;
  font-size: 14px;
  font-style: italic;
  color:rgb(107, 102, 74);
  line-height: 1.35;
} 
.oe-micro-layering:before{
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg,rgb(253, 241, 211), #f5e6b8);
  opacity: .9;
}
.oe-micro-gallery{
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
  color: #8a857d;
  letter-spacing: .01em;
  opacity: .9;
}
/* OE – micro texts: spacing control (no overload) */
.oe-micro-level,
.oe-micro-sensory,
.oe-micro-layering,
.oe-micro-price{
  max-width: 52ch;
}

.oe-micro-level{ margin-top: 6px; }
.oe-micro-sensory{ margin-top: 8px; }
.oe-micro-layering{ margin-top: 6px; }
.oe-micro-price{ margin-top: 6px; }

@media (max-width: 749px){
  .oe-micro-level,
  .oe-micro-sensory,
  .oe-micro-layering,
  .oe-micro-price{
    max-width: 46ch;
  }
}
/* =========================
   OUD ELEXIR — PRODUCT CTA
   ========================= */

/* sécurité : enlever styles parasites */
.template-product .button,
.template-product button,
.template-product .shopify-payment-button__button,
.template-product .shopify-payment-button__button--unbranded {
  box-shadow: none !important;
}

/* CTA principal: Ajouter au panier */
.template-product .product-form__submit,
.template-product button[name="add"],
.template-product .product-form__buttons .button--primary {
  background:rgba(212, 175, 83, 0.66) !important;           /* ivoire */
  color: #111 !important;
  border: 1px solid rgba(198,166,102,.55) !important; /* doré doux */
  border-radius: 14px !important;
  padding: 16px 22px !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease !important;
}

.template-product .product-form__submit:hover,
.template-product button[name="add"]:hover,
.template-product .product-form__buttons .button--primary:hover {
  background: #111 !important;
  color:rgb(223, 218, 173) !important;
  border-color: #c6a666 !important;
  transform: translateY(-1px);
}

/* Acheter maintenant (Shopify payments) : discret */
.template-product .shopify-payment-button__button,
.template-product .shopify-payment-button__button--unbranded {
  background: transparent !important;
  color: #666 !important;
  border: 1px solid rgb(8, 8, 8) !important;
  border-radius: 14px !important;
  padding: 12px 18px !important;
  font-size: 12px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  margin-top: 10px !important;
}

.template-product .shopify-payment-button__button:hover,
.template-product .shopify-payment-button__button--unbranded:hover {
  color: #111 !important;
  border-color: rgba(0, 0, 0, 0.65) !important;
}

/* Quantité : plus discrète */
.template-product .quantity {
  opacity: .75;
}

.template-product .quantity__button {
  color: #777 !important;
}

.template-product .quantity__input {
  color: #111 !important;
}
/* Raffinement bouton principal */
.template-product .product-form__submit {
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

.template-product .product-form__submit:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,.16);
}
.template-product .shopify-payment-button__button {
  opacity: .6;
}

.template-product .shopify-payment-button__button:hover {
  opacity: 1;
}
/* Selecteur ML – style luxe */
.template-product .product-form__input select {
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,.15);
  background-color: #fff;
  box-shadow: none;
}

.template-product .product-form__input select:focus {
  border-color: rgba(0,0,0,.35);
  outline: none;
}
/* Label ML */
.template-product .product-form__input label {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .65;
  margin-bottom: 6px;
}
/* Quantité – container */
.template-product quantity-input {
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.15);
  padding: 4px;
}

/* Boutons + - */
.template-product quantity-input button {
  border-radius: 999px;
  background: transparent;
}
.template-product quantity-input input {
  border: none;
  font-size: 14px;
}
.template-product .product-form__quantity {
  margin-right: 12px;
}
/* === CADRE LUXE IMAGE PRODUIT – OUD ELEXIR === */
.product__media,
.product__media-item .media {
  background: #f7f6f4; /* ivoire doux */
  border: 1px solid rgba(191, 161, 111, 0.35); /* doré discret */
  border-radius: 16px;
  padding: 14px;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

/* Image parfaitement intégrée */
.product__media img {
  border-radius: 12px;
  background: transparent;
}

/* Mobile – un peu plus serré */
@media (max-width: 768px) {
  .product__media,
  .product__media-item .media {
    padding: 10px;
    border-radius: 14px;
  }
}
.oe-cart-note {
  margin: 12px 0 8px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-style: italic;
}
/* Cart – micro texte luxe */
.oe-cart-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:18px 0 26px;
  font-size:14px;
  line-height:1.4;
  color:#222;
  opacity:.85;
  text-align:center;
}

/* Goutte stylée */
.oe-cart-drop{
  width:14px;
  height:14px;
  flex-shrink:0;
  background:no-repeat center/contain
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C8A45A' stroke-width='1.6'%3E%3Cpath d='M12 2s6 7 6 12a6 6 0 1 1-12 0c0-5 6-12 6-12z'/%3E%3C/svg%3E");
}

.oe-cart-text{
  letter-spacing:.2px;
}
/* Fix goutte – centrage mobile */
@media (max-width: 749px){
  .oe-cart-note{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px; /* plus serré */
    margin-top:12px;
    margin-bottom:16px;
  }

  .oe-cart-drop{
    display:block;
    margin:0;
    font-size:14px; /* goutte plus discrète */
    opacity:0.6;
    line-height:1;
  }

  .oe-cart-text{
    text-align:center;
    font-size:14px;
    line-height:1.4;
    max-width:260px; /* évite ligne trop large */
  }
}
/* ==========================
   PANIER — PRODUITS ASSOCIÉS
   Scope: .related-products + .related-products__wrapper
   ========================== */

/* Cadre global de la section */
.related-products {
  margin-top: 18px;
}

.related-products .related-products__wrapper {
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  padding: 16px 12px;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(6px);
}

/* Titre / header (évite l'effet "gros bloc") */
.related-products h1,
.related-products h2,
.related-products h3 {
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* Grille / cartes (sécurisé même si la structure varie) */
.related-products .card,
.related-products .product-card,
.related-products .product-item,
.related-products .grid__item {
  border-radius: 16px;
}

/* Images : propres et premium */
.related-products img {
  border-radius: 16px;
  display: block;
}

/* Nom produit */
.related-products a {
  text-decoration: none;
}

.related-products a:not(.button) {
  color: inherit;
}

/* CTA "Découvrir" : look pill luxe (fonctionne même si c'est un simple lien) */
.related-products a[href*="/products/"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid rgba(0,0,0,.14);
  background: transparent;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}

.related-products a[href*="/products/"]:hover {
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.22);
  background: rgba(0,0,0,.03);
}

/* Mobile: meilleure respiration */
@media (max-width: 749px) {
  .related-products .related-products__wrapper {
    padding: 14px 10px;
    border-radius: 16px;
  }

  .related-products a[href*="/products/"] {
    width: 100%;
  }
}
/* =========================================
   OUD ELEXIR — Cart / Produits associés (Luxe)
   ========================================= */
body.template-cart .oe-related-products {
  margin-top: 22px !important;
}

/* Cartes produit : propre, léger, premium */
body.template-cart .oe-related-products .card,
body.template-cart .oe-related-products .product-card,
body.template-cart .oe-related-products .grid__item,
body.template-cart .oe-related-products .slider__slide {
  border-radius: 18px !important;
}

/* Visuel : pas de bulles/cercles cheap, focus produit */
body.template-cart .oe-related-products img {
  display: block;
  border-radius: 16px !important;
}
/* =========================
   OUD ELEXIR — BUTTON SYSTEM
   Palette: #FFF5E1 / #EBC176 / #C48B28 / #5A3C0B
   ========================= */

:root{
  --oe-ivory: #FFF5E1;
  --oe-gold-soft: #EBC176;
  --oe-gold: #C48B28;
  --oe-resin: #5A3C0B;

  --oe-btn-radius: 999px;
  --oe-btn-border: 1px;
  --oe-btn-h: 48px;
  --oe-btn-h-m: 44px;

  --oe-btn-fs: 13px;
  --oe-btn-ls: .14em;
  --oe-btn-fw: 600;
}

/* Base button targets (Shopify themes vary, so we target common selectors) */
button,
.button,
.btn,
a.button,
.shopify-payment-button__button,
.cart__checkout-button,
#checkout,
input[type="submit"]{
  border-radius: var(--oe-btn-radius) !important;
  min-height: var(--oe-btn-h);
  padding: 0 22px !important;
  font-size: var(--oe-btn-fs) !important;
  letter-spacing: var(--oe-btn-ls) !important;
  font-weight: var(--oe-btn-fw) !important;
  text-transform: uppercase !important;
  border-width: var(--oe-btn-border) !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease, opacity .18s ease;
  outline: none;
}

/* Mobile size */
@media (max-width: 749px){
  button,
  .button,
  .btn,
  a.button,
  .shopify-payment-button__button,
  .cart__checkout-button,
  #checkout,
  input[type="submit"]{
    min-height: var(--oe-btn-h-m);
    padding: 0 18px !important;
    font-size: 12.5px !important;
  }
}

/* PRIMARY (default look for main CTAs)
   Applies to common primary selectors */
.button--primary,
.cart__checkout-button,
#checkout,
.shopify-payment-button__button--unbranded,
button[type="submit"],
input[type="submit"]{
  background: linear-gradient(180deg, var(--oe-gold-soft), var(--oe-gold)) !important;
  border-color: rgba(90,60,11,.35) !important;
  color: rgba(255,245,225,.96) !important;
  box-shadow: 0 6px 18px rgba(90,60,11,.10);
}

/* Hover / active: subtle lift */
.button--primary:hover,
.cart__checkout-button:hover,
#checkout:hover,
.shopify-payment-button__button--unbranded:hover,
button[type="submit"]:hover,
input[type="submit"]:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(90,60,11,.16);
}

.button--primary:active,
.cart__checkout-button:active,
#checkout:active,
.shopify-payment-button__button--unbranded:active,
button[type="submit"]:active,
input[type="submit"]:active{
  transform: translateY(0px);
  box-shadow: 0 6px 18px rgba(90,60,11,.10);
}

/* SECONDARY (outline) */
.button--secondary,
.button--tertiary,
a.button--secondary{
  background: transparent !important;
  border-color: rgba(196,139,40,.55) !important;
  color: var(--oe-resin) !important;
  box-shadow: none;
}

.button--secondary:hover,
.button--tertiary:hover,
a.button--secondary:hover{
  background: rgba(196,139,40,.10) !important;
  border-color: rgba(196,139,40,.75) !important;
  transform: translateY(-1px);
}

/* GHOST (links styled as buttons if theme uses them) */
.oe-btn--ghost{
  background: transparent !important;
  border-color: transparent !important;
  color: var(--oe-resin) !important;
  padding: 0 10px !important;
  min-height: auto !important;
  text-transform: none !important;
  letter-spacing: .02em !important;
  font-weight: 500 !important;
}

/* Disabled */
button:disabled,
.button:disabled,
.shopify-payment-button__button[disabled]{
  opacity: .45 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Focus (keyboard accessibility) */
button:focus-visible,
.button:focus-visible,
.shopify-payment-button__button:focus-visible,
input[type="submit"]:focus-visible{
  box-shadow: 0 0 0 3px rgba(196,139,40,.25), 0 10px 26px rgba(90,60,11,.12) !important;
}
/* ==============================
   OUD ELEXIR — RELATED PRODUCTS
   ============================== */

/* Card container */
.related-products .card,
.related-products .product-card,
.related-products .grid__item{
  padding: 18px 16px 20px;
}

/* Product title + price on same line */
.related-products .card__heading,
.related-products .product-card__title{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;

  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5A3C0B;
  margin-bottom: 6px;
}

/* Price inline */
.related-products .price,
.related-products .product-card__price{
  font-size: 13px;
  font-weight: 500;
  color: rgba(90,60,11,.75);
  white-space: nowrap;
}

/* Optional subtitle (if exists) */
.related-products .card__subtitle,
.related-products .product-card__subtitle{
  font-size: 12px;
  color: rgba(90,60,11,.55);
  margin-bottom: 14px;
}

.related-products a.button,
.related-products .btn {
  background: transparent;
  border: 1px solid rgba(196,139,40,.65);
  color: #5A3C0B;

  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;

  padding: 8px 20px;
  border-radius: 999px;

  transition: all .2s ease;
}

.related-products a.button:hover,
.related-products .btn:hover {
  background: rgba(196,139,40,.12);
  border-color: #C48B28;
  transform: translateY(-1px);
}
/* =========================================================
   OUD ELEXIR — PRODUCT CARDS (RELATED + RECENTLY VIEWED)
   Palette: Ivory / Soft Gold / Signature Gold / Resin Brown
   ========================================================= */

/* ---------- RESET: remove all fade / veil ---------- */
.recently-viewed-products img,
.related-products img,
.product-recommendations img {
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* Remove overlays / pseudo elements */
.recently-viewed-products .media::before,
.recently-viewed-products .media::after,
.recently-viewed-products .card__media::before,
.recently-viewed-products .card__media::after,
.related-products .media::before,
.related-products .media::after,
.product-recommendations .media::before,
.product-recommendations .media::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

/* Containers fully opaque */
.recently-viewed-products .media,
.recently-viewed-products .card__media,
.recently-viewed-products .card__inner,
.related-products .media,
.product-recommendations .media {
  opacity: 1 !important;
  background: transparent !important;
}

/* ---------- PRODUCT CARD STRUCTURE ---------- */
.recently-viewed-products .grid-item,
.related-products .grid-item,
.product-recommendations .grid-item {
  background: #FFF5E1; /* Ivory Noble */
  border-radius: 20px;
  padding: 16px 14px 18px;
  box-shadow: 0 14px 40px rgba(90, 60, 11, 0.08);
  transition: transform .35s ease, box-shadow .35s ease;
}

.recently-viewed-products .grid-item:hover,
.related-products .grid-item:hover,
.product-recommendations .grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(90, 60, 11, 0.14);
}

/* ---------- IMAGE TREATMENT ---------- */
.recently-viewed-products img,
.related-products img,
.product-recommendations img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 999px; /* soft circle aura */
  background: radial-gradient(
    circle,
    rgba(235, 193, 118, 0.16),
    transparent 60%
  );
}

/* ---------- PRODUCT TITLE + PRICE (same line) ---------- */
.recently-viewed-products .card__heading,
.related-products .card__heading,
.product-recommendations .card__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;

  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .03em;
  color: #5A3C0B; /* Resin Brown */
  margin-top: 14px;
}

.recently-viewed-products .price,
.related-products .price,
.product-recommendations .price {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #C48B28; /* Signature Gold */
  white-space: nowrap;
}

/* ---------- DISCOVER BUTTON (STANDARD OUD ELEXIR UI) ---------- */
.recently-viewed-products .button,
.related-products .button,
.product-recommendations .button {
  display: block;
  margin: 16px auto 0;
  padding: 10px 22px;

  border-radius: 999px;
  background: linear-gradient(
    135deg,
    #EBC176,
    #C48B28
  );
  color: #FFF5E1;

  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;

  border: none;
  box-shadow: 0 6px 18px rgba(196, 139, 40, 0.35);
  transition: transform .25s ease, box-shadow .25s ease;
}

.recently-viewed-products .button:hover,
.related-products .button:hover,
.product-recommendations .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(196, 139, 40, 0.45);
}

/* ---------- SECTION TITLES ---------- */
.recently-viewed-products h2,
.related-products h2,
.product-recommendations h2 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5A3C0B;
  margin-bottom: 6px;
}

.recently-viewed-products p,
.related-products p,
.product-recommendations p {
  font-size: 13px;
  color: rgba(90, 60, 11, 0.7);
}

/* ---------- MOBILE REFINEMENT ---------- */
@media (max-width: 768px) {
  .recently-viewed-products .grid-item,
  .related-products .grid-item,
  .product-recommendations .grid-item {
    padding: 14px 12px 16px;
    border-radius: 18px;
  }

  .recently-viewed-products .button,
  .related-products .button,
  .product-recommendations .button {
    font-size: 11px;
    padding: 9px 20px;
  }
}
/* ==================================================
   OUD ELEXIR — PRODUCT CARD LUXURY SYSTEM
   Palette : Amber Mirage
   ================================================== */

/* --- Carte générale --- */
.product-card-wrapper,
.card-wrapper,
.card{
  background:#FFF5E1;
  border-radius:18px;
  padding:14px;
  box-shadow:0 10px 30px rgba(90,60,11,.08);
  transition:all .25s ease;
}

.card:hover{
  box-shadow:0 18px 45px rgba(90,60,11,.14);
}

/* --- Image : AUCUN voile --- */
.card-media,
.card-media img{
  background:none !important;
  filter:none !important;
  opacity:1 !important;
  border-radius:14px;
}

/* --- Nom + prix sur UNE ligne --- */
.card-content{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.card-title{
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#5A3C0B;
  margin:0;
}

.card-title,
.card-price{
  display:inline-block;
}

.card-price{
  font-size:13px;
  font-weight:500;
  color:#5A3C0B;
}

/* Conteneur titre + prix */
.card-title + .card-price,
.card-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
}

/* --- Bouton Découvrir (OFFICIEL) --- */
.oe-product-btn-wrap{
  display:flex;
  justify-content:center;
  margin-top:12px;
}

.oe-product-btn{
  background:linear-gradient(135deg,#EBC176,#C48B28);
  color:#FFF5E1 !important;

  border:1px solid rgba(90,60,11,.35);
  border-radius:999px;

  padding:8px 20px;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;

  text-decoration:none !important;
  box-shadow:0 6px 16px rgba(196,139,40,.25);

  transition:all .18s ease;
}

.oe-product-btn:hover{
  box-shadow:0 10px 26px rgba(196,139,40,.32);
  transform:translateY(-1px);
}

.oe-product-btn:visited{
  color:#FFF5E1 !important;
}

/* --- Mobile : plus fin encore --- */
@media(max-width:768px){
  .product-card-wrapper,
  .card{
    padding:12px;
  }

  .card-title,
  .card-price{
    font-size:12px;
  }

  .oe-product-btn{
    padding:7px 18px;
    font-size:10.5px;
  }
}
/* =========================================
   OUD ELEXIR — Related Products "Découvrir"
   Fix : enlève le transparent + style luxe
   ========================================= */

/* 1) Bouton "Découvrir" EXACT (ta capture montre .oe-product-btn) */
.related-products .oe-product-btn-wrap > a.oe-product-btn,
.related-products a.oe-product-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  /* Taille (plus petit / plus premium) */
  padding: 8px 16px !important;
  min-height: 38px !important;
  border-radius: 999px !important;

  /* Couleurs luxe (Amber Mirage) */
  background: linear-gradient(135deg, #EBC176 0%, #C48B28 100%) !important;
  border: 1px solid rgba(90, 60, 11, 0.45) !important;

  /* Texte lisible */
  color: #FFF5E1 !important;
  -webkit-text-fill-color: #FFF5E1 !important;
  text-decoration: none !important;

  /* Typo */
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  line-height: 1 !important;

  /* Rendu premium */
  box-shadow: 0 10px 22px rgba(196, 139, 40, 0.22) !important;
  opacity: 1 !important;
}

/* 2) Hover / focus */
.related-products .oe-product-btn-wrap > a.oe-product-btn:hover,
.related-products a.oe-product-btn:hover {
  box-shadow: 0 14px 30px rgba(196, 139, 40, 0.30) !important;
  transform: translateY(-1px);
}

.related-products .oe-product-btn-wrap > a.oe-product-btn:focus-visible,
.related-products a.oe-product-btn:focus-visible {
  outline: 2px solid rgba(196, 139, 40, 0.45) !important;
  outline-offset: 2px !important;
}

/* 3) Important : neutralise la règle "transparent" qui te gêne */
.related-products a[href*="/products/"] {
  background-color: transparent; /* on garde, mais override ci-dessus fait foi */
}

/* 4) Si un style de lien bleu revient via un thème */
.related-products a.oe-product-btn:visited,
.related-products a.oe-product-btn:active {
  color: #FFF5E1 !important;
  -webkit-text-fill-color: #FFF5E1 !important;
}
/* ======================================================
   OUD ELEXIR – FICHE PRODUIT (LUXE CALME & MAÎTRISÉ)
   Palette Amber Mirage
   ====================================================== */

/* ===============================
   CONTENEUR IMAGE PRODUIT
   =============================== */
.product-media-container,
.product__media {
  background: radial-gradient(
    circle at center,
    #ffffff 0%,
    #f7f2e8 60%,
    #efe6d4 100%
  );
  border-radius: 22px;
  padding: 18px;
}

/* Image principale */
.product__media img {
  border-radius: 18px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.12),
    0 4px 10px rgba(0, 0, 0, 0.06);
}

/* ===============================
   MINIATURES / THUMBNAILS
   =============================== */
.product__media-thumbnail,
.product__media-subitem img {
  border-radius: 12px;
  opacity: 0.7;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.product__media-thumbnail.is-active,
.product__media-thumbnail:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* ===============================
   TITRE PRODUIT
   =============================== */
.product__title,
.product-title,
.product__heading {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #1c1c1c;
  margin-top: 22px;
  margin-bottom: 12px;
}

/* ===============================
   PRIX PRODUIT
   =============================== */
.product__price,
.price-item--regular,
.price {
  font-size: 20px;
  font-weight: 500;
  color:rgb(244, 220, 180); /* Brun résine */
  margin-bottom: 18px;
}

/* ===============================
   BOUTON PRINCIPAL – AJOUT PANIER
   =============================== */
.product-form__submit,
button[name="add"],
.product__add-to-cart {
  background: linear-gradient(135deg, #EBC176, #C48B28);
  color: #1a1a1a;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(196, 139, 40, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-form__submit:hover,
.product__add-to-cart:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(196, 139, 40, 0.45);
}

/* ===============================
   QUANTITÉ
   =============================== */
.quantity__input,
.quantity-selector {
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.15);
  padding: 8px 14px;
}

/* ===============================
   ESPACEMENT GLOBAL
   =============================== */
.product__info-wrapper {
  gap: 14px;
}

/* ===============================
   MOBILE OPTIMISATION
   =============================== */
@media (max-width: 768px) {
  .product__media {
    padding: 14px;
  }

  .product__title {
    font-size: 22px;
  }

  .product-form__submit {
    width: 100%;
    text-align: center;
  }
}
.oud-tag {
  font-size: 12px;
  color:rgb(203, 168, 112); /* brun résine */
  letter-spacing: 0.04em;
  margin-top: 6px;
  text-transform: uppercase;
  line-height: 1.3;
}
/* =========================================================
   OUD ELEXIR — Mobile Menu (Drawer) — Amber Mirage
   Palette:
   Ivory: #FFF5E1
   Gold Soft: #EBC176
   Gold Signature: #C48B28
   Resin Brown: #5A3C0B
========================================================= */

/* ---------- VARIABLES (optionnel) ---------- */
:root{
  --oe-ivory: #FFF5E1;
  --oe-gold-soft: #EBC176;
  --oe-gold: #C48B28;
  --oe-brown: #5A3C0B;

  --oe-line: rgba(90,60,11,.12);
  --oe-shadow: 0 14px 40px rgba(90,60,11,.18);
  --oe-radius: 18px;
}

/* =========================================================
   1) DRAWER CONTAINER
========================================================= */

/* Dawn / OS2.0 common */
.menu-drawer,
.drawer,
#menu-drawer,
[data-menu-drawer]{
  background: var(--oe-ivory) !important;
  color: var(--oe-brown) !important;
  box-shadow: var(--oe-shadow) !important;
}

/* Drawer inner padding + breathing */
.menu-drawer__navigation,
.menu-drawer__inner-container,
.drawer__inner,
.drawer__content{
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

/* Optional: soften harsh borders */
.menu-drawer,
.drawer,
#menu-drawer{
  border-left: 1px solid var(--oe-line) !important;
}

/* =========================================================
   2) HEADER AREA INSIDE MENU (logo / close)
========================================================= */
.menu-drawer__header,
.drawer__header{
  padding: 14px 16px !important;
  border-bottom: 1px solid var(--oe-line) !important;
}

/* Close button look: minimal, circular, calm */
.menu-drawer__close-button,
.drawer__close,
.drawer__close-button,
.menu-drawer__close{
  border-radius: 999px !important;
  background: rgba(196,139,40,.10) !important;
  border: 1px solid rgba(196,139,40,.25) !important;
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease !important;
}
.menu-drawer__close-button:hover,
.drawer__close:hover,
.drawer__close-button:hover,
.menu-drawer__close:hover{
  background: rgba(196,139,40,.16) !important;
  border-color: rgba(196,139,40,.38) !important;
  transform: scale(1.03);
}

/* =========================================================
   3) MENU LINKS — TYPO + SPACING (LUXE CALME)
========================================================= */

/* Main links */
.menu-drawer__menu-item,
.menu-drawer__menu-item a,
.menu-drawer__navigation a,
.drawer a,
.drawer__content a{
  color: var(--oe-brown) !important;
  text-decoration: none !important;
}

/* The clickable row itself (bigger hit area, calm spacing) */
.menu-drawer__menu-item,
.drawer__content .menu-item,
.drawer_content .navigation_item,
.menu-drawer__navigation li > a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px !important;
  margin: 6px 10px !important;
  border-radius: 14px !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease !important;
}

/* Luxury typography: uppercase, spaced, not heavy */
.menu-drawer__menu-item,
.menu-drawer__navigation a,
.drawer__content a{
  font-weight: 600 !important;
  letter-spacing: .10em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
}

/* Hover / focus: subtle gold wash */
.menu-drawer__menu-item:hover,
.menu-drawer__navigation li > a:hover,
.drawer__content .menu-item:hover,
.drawer__content a:hover{
  background: rgba(196,139,40,.08) !important;
  border-color: rgba(196,139,40,.22) !important;
  transform: translateY(-1px);
}

/* Active/current link */
.menu-drawer__menu-item[aria-current="page"],
.menu-drawer__navigation a[aria-current="page"],
.drawer a[aria-current="page"]{
  background: rgba(196,139,40,.12) !important;
  border: 1px solid rgba(196,139,40,.28) !important;
}

/* Divider lines between groups (if theme uses hr) */
.menu-drawer hr,
.drawer hr{
  border: 0 !important;
  border-top: 1px solid var(--oe-line) !important;
  margin: 12px 16px !important;
}

/* =========================================================
   4) SUBMENUS / ACCORDIONS (chevrons, open animation)
========================================================= */

/* Common accordion summary row */
.menu-drawer summary,
.drawer summary{
  list-style: none !important;
  cursor: pointer;
}
.menu-drawer summary::-webkit-details-marker,
.drawer summary::-webkit-details-marker{
  display:none;
}

/* Chevron icon: smaller + calm */
.menu-drawer summary svg,
.drawer summary svg,
.menu-drawer__menu-item svg{
  width: 18px !important;
  height: 18px !important;
  opacity: .78 !important;
  color: var(--oe-brown) !important;
  transition: transform .25s ease, opacity .25s ease !important;
}

/* When open: rotate chevron */
.menu-drawer details[open] summary svg,
.drawer details[open] summary svg{
  transform: rotate(180deg);
  opacity: .95 !important;
}

/* Submenu container */
.menu-drawer details > div,
.menu-drawer__submenu,
.drawer details > div,
.drawer__submenu{
  margin: 4px 14px 12px 14px !important;
  padding: 10px 8px !important;
  border-radius: 16px !important;
  background: rgba(255,245,225,.55) !important;
  border: 1px solid rgba(90,60,11,.08) !important;
}

/* Submenu links: slightly smaller, still uppercase but lighter */
.menu-drawer__submenu a,
.drawer__submenu a,
.menu-drawer details > div a,
.drawer details > div a{
  font-size: 12px !important;
  letter-spacing: .09em !important;
  font-weight: 600 !important;
  padding: 12px 14px !important;
  margin: 4px 6px !important;
  border-radius: 12px !important;
}

/* =========================================================
   5) OPTIONAL: MICRO-LABEL UNDER EACH CATEGORY (if you add <small>)
========================================================= */
.menu-drawer__menu-item small,
.drawer__content a small{
  display: block;
  margin-top: 6px;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: none;
  opacity: .72;
  font-weight: 500;
}

/* =========================================================
   6) REMOVE “blue link” behavior (strong override)
========================================================= */
.menu-drawer a:link,
.menu-drawer a:visited,
.drawer a:link,
.drawer a:visited{
  color: var(--oe-brown) !important;
}
.menu-drawer a:active,
.drawer a:active{
  color: var(--oe-gold) !important;
}

/* =========================================================
   7) MOBILE TUNING
========================================================= */
@media (max-width: 480px){
  .menu-drawer__menu-item,
  .menu-drawer__navigation li > a,
  .drawer__content a{
    padding: 13px 14px !important;
    margin: 6px 8px !important;
    border-radius: 14px !important;
  }
}
/* ===== FOOTER OUD ELEXIR – LUXURY FINISH ===== */

.footer {
  background: linear-gradient(180deg, #5A3C0B 0%, #3E2A08 100%);
  color: #FFF5E1;
}

.footer h2,
.footer h3 {
  font-family: serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 13px;
  color: #EBC176;
  margin-bottom: 14px;
}

.footer a {
  color: rgba(255,245,225,0.75);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: color .3s ease;
}

.footer a:hover {
  color: #EBC176;
}

.footer__content {
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer__blocks {
  gap: 60px;
}

.footer__copyright {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(255,245,225,0.5);
}

/* Réseaux sociaux */
.footer .list-social a {
  opacity: 0.7;
  transition: opacity .3s ease, transform .3s ease;
}

.footer .list-social a:hover {
  opacity: 1;
  transform: translateY(-2px);
}
/* OUD ELEXIR — Hide footer on Home + oe-discover */
.template-index footer,
.template-index .footer,
.template-index #shopify-section-footer,

/* Cas standard : template "page.oe-discover" */
.template-page-oe-discover footer,
.template-page-oe-discover .footer,
.template-page-oe-discover #shopify-section-footer {

/* si ton footer est dans une section */
  display: none !important;
}
/* OUD ELEXIR – Footer Social Icons */

.oe-footer-social{
  display:flex;
  gap:18px;
  margin-top:22px;
  align-items:center;
}

.oe-social-link{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid rgba(235,193,118,.35);
  transition:all .25s ease;
}

.oe-social-icon{
  width:18px;
  height:18px;
  opacity:.9;
}

.oe-social-link:hover{
  border-color:#C48B28;
  background:rgba(196,139,40,.15);
}

.oe-social-link:hover .oe-social-icon{
  opacity:1;
}
/* =========================
   OUD ELEXIR — Footer Signature Luxe
   (bloc "text" du footer)
   ========================= */

/* Titre du bloc (ex: "Signature OUD ELEXIR") */
.footer .footer-block--text .footer-block__heading,
.footer .footer-block--text h2,
.footer .footer-block--text h3 {
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 10px;
  opacity: 0.92;
}

/* Texte (paragraphe) */
.footer .footer-block--text .rte,
.footer .footer-block--text .rte p,
.footer .footer-block--text p {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  opacity: 0.88;
  max-width: 34ch;       /* effet “signature”, colonne fine */
  margin: 0;
}

/* Espacement entre lignes/paragraphes (si plusieurs <p>) */
.footer .footer-block--text .rte p + p {
  margin-top: 10px;
}

/* Mettre en avant "OUD ELEXIR" si c'est en gras */
.footer .footer-block--text strong,
.footer .footer-block--text b {
  font-weight: 600;
  letter-spacing: 0.03em;
  opacity: 0.96;
}

/* Option: léger cadre “carte” autour du bloc texte (signature) */
.footer .footer-block--text {
  padding: 14px 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(235, 193, 118, 0.22); /* or doux */
  background: rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(4px);
}

/* Mobile: un peu plus large pour la lisibilité */
@media (max-width: 749px) {
  .footer .footer-block--text .rte,
  .footer .footer-block--text .rte p,
  .footer .footer-block--text p {
    max-width: 42ch;
    font-size: 13px;
  }
}
/* =============== OUD ELEXIR — Footer Signature Luxe =============== */

/* Bloc texte (Signature) */
.footer .footer-block-content.rte {
  line-height: 1.55;
}

.footer .footer-block-content.rte strong,
.footer .footer-block-content.rte b {
  color: rgba(255, 245, 225, 0.98); /* ivoire noble */
  font-weight: 600;
}

/* Option: rendu "signature" plus premium (si ton texte est bien dans le bloc Signature) */
.footer .footer-block-content.rte em,
.footer .footer-block-content.rte i {
  opacity: 0.92;
}

/* Social icons container */
.footer .oe-footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}

/* Social button */
.footer .oe-social-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(235, 193, 118, 0.40); /* or doux */
  background: rgba(0, 0, 0, 0.14);

  box-shadow:
    0 8px 18px rgba(0,0,0,0.18),
    inset 0 0 0 1px rgba(255,245,225,0.05);

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

.footer .oe-social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(196, 139, 40, 0.55); /* or signature */
  background: rgba(0, 0, 0, 0.20);
}

/* The icon */
.footer .oe-social-icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 0.92;
}

/* Mobile spacing */
@media (max-width: 749px) {
  .footer .oe-footer-social {
    margin-top: 12px;
  }
}
/* =========================================================
   OE COLLECTION HERO — V4.2 "GALLERY FRAME"
   Objectif : luxe, lisible, esthétique desktop + mobile
========================================================= */

.oe-col-hero{
  position: relative;
  padding: clamp(26px, 4.2vw, 70px) 0;
  background:
    radial-gradient(900px 420px at 18% 10%, rgba(235,193,118,.22) 0%, transparent 60%),
    radial-gradient(820px 380px at 85% 20%, rgba(90,60,11,.12) 0%, transparent 62%),
    linear-gradient(180deg, #FFF5E1 0%, #F3E7CF 55%, #EFE1C6 100%);
}

.oe-col-hero__shell{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(14px, 3.5vw, 26px);
}

/* Écrin (cadre) */
.oe-col-hero__media{
  position: relative;
  border-radius: 28px;
  overflow: hidden;

  /* Fond sombre premium derrière l'image (évite l'effet fade) */
  background: radial-gradient(120% 120% at 20% 20%, #2a1a0c 0%, #120b06 70%, #0b0704 100%);

  /* Ombres "galerie" + liseré or satiné */
  box-shadow:
    0 34px 80px rgba(0,0,0,.32),
    0 10px 24px rgba(0,0,0,.18),
    inset 0 0 0 1px rgba(235,193,118,.34);

  /* Hauteur contrôlée (évite le petit rectangle sur mobile) */
  height: clamp(320px, 34vw, 440px);
}

/* Mobile : carte plus haute, plus premium */
@media (max-width: 768px){
  .oe-col-hero__media{
    height: clamp(520px, 88vw, 640px);
    border-radius: 26px;
  }
}

/* Image : toujours centrée et "plein cadre" */
.oe-col-hero__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02); /* micro-zoom luxe */
  filter: contrast(1.06) saturate(1.02);
}

/* Voile : assombrit légèrement pour que texte + bulle soient lisibles */
.oe-col-hero__veil{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 50% 40%, rgba(0,0,0,.08) 0%, rgba(0,0,0,.42) 70%),
    linear-gradient(180deg, rgba(0,0,0,.24) 0%, rgba(0,0,0,.10) 40%, rgba(0,0,0,.58) 100%);
  pointer-events: none;
}

/* Grain fin (cinematic) */
.oe-col-hero__grain{
  position: absolute;
  inset: 0;
  opacity: .07;
  mix-blend-mode: overlay;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.06) 0px,
      rgba(255,255,255,.06) 1px,
      transparent 2px,
      transparent 6px
    );
  pointer-events: none;
}

/* Contenu texte : zone centrée */
.oe-col-hero__inner{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 34px);
}

/* Bulle floue premium (moins “pavé”) */
.oe-col-hero__panel{
  width: min(860px, 92%);
  border-radius: 22px;
  padding: clamp(16px, 2.4vw, 26px);
  background: linear-gradient(180deg, rgba(255,245,225,.18) 0%, rgba(16,10,6,.46) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow:
    0 18px 50px rgba(0,0,0,.26),
    inset 0 0 0 1px rgba(235,193,118,.18);
}

/* Breadcrumb */
.oe-col-hero__crumbs{
  margin: 0 0 10px 0;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,245,225,.80);
}

/* Titre */
.oe-col-hero__title{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: .02em;
  color: #FFF5E1;
  text-shadow: 0 10px 26px rgba(0,0,0,.45);
}

/* Description */
.oe-col-hero__desc{
  margin: 12px 0 0 0;
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.65;
  color: rgba(255,245,225,.86);
  text-shadow: 0 10px 24px rgba(0,0,0,.35);
}

/* Badge haut droite */
.oe-col-hero__badge{
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(10,7,4,.52);
  color: rgba(255,245,225,.86);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid rgba(235,193,118,.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  <style>
  }
/* =========================================
   OUD ELEXIR — CTA COLLECTION (FINAL FIX)
   ========================================= */

/* Neutraliser toute atténuation héritée */
.template-collection .card,
.template-collection .card-content,
.template-collection .oe-product-btn-wrap {
  opacity: 1 !important;
  filter: none !important;
}

/* CTA principal */
.template-collection a.oe-product-btn {
  opacity: 1 !important;
  pointer-events: auto !important;

  background: linear-gradient(135deg, #0f0c08, #2b1f10) !important;
  color: var(--oe-ivory) !important;

  border-radius: 999px !important;
  border: 1px solid rgba(196,139,40,.55) !important;

  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 500 !important;

  height: 46px;
  min-width: 220px;
  padding: 0 28px;

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

  box-shadow: 0 14px 34px rgba(0,0,0,.35) !important;
  transition: all .35s ease;
}

/* Hover luxe calme */
.template-collection a.oe-product-btn:hover {
  background: linear-gradient(135deg, #3b2a12, #0f0c08) !important;
  color: #FFF5E1 !important;
  box-shadow: 0 20px 46px rgba(0,0,0,.55) !important;
  transform: translateY(-1px);
}
/* =========================================================
   OUD ELEXIR — CTA ULTRA LUXE (Gradient Gold + Micro Motion)
   Cible: .template-collection a.oe-product-btn
   ========================================================= */

.template-collection a.oe-product-btn{
  /* Base */
  position: relative !important;
  isolation: isolate;
  overflow: hidden;

  /* Dimensions / typo */
  height: 46px;
  min-width: 220px;
  padding: 0 28px;
  border-radius: 999px !important;

  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 500 !important;

  /* Couleurs ADN */
  --oe-ivory: #FFF5E1;
  --oe-gold-soft: #EBC176;
  --oe-gold-sign: #C48B28;
  --oe-ink: #0f0c08;

  color: var(--oe-ivory) !important;

  /* Fond noir profond + nuance résine */
  background:
    radial-gradient(140% 220% at 20% 20%, rgba(196,139,40,.18), transparent 55%),
    linear-gradient(135deg, #0b0a08, #15110c 40%, #0b0a08) !important;

  /* On retire le border plat : le contour sera en pseudo-element */
  border: 0 !important;

  /* Profondeur */
  box-shadow:
    0 16px 38px rgba(0,0,0,.38),
    inset 0 0 0 1px rgba(255,245,225,.06);
  transform: translateZ(0);
  transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

/* Contour doré dégradé “premium” */
.template-collection a.oe-product-btn::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;                 /* épaisseur du contour */
  border-radius: inherit;
  background:
    linear-gradient(135deg,
      rgba(235,193,118,.20),
      rgba(196,139,40,.95),
      rgba(90,60,11,.55),
      rgba(235,193,118,.25)
    );

  /* masque pour ne garder que le contour */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  opacity: .85;
  pointer-events: none;
  z-index: 1;
}

/* Lueur interne très subtile */
.template-collection a.oe-product-btn::after{
  content: "";
  position: absolute;
  inset: -60% -40%;
  background:
    radial-gradient(closest-side, rgba(235,193,118,.22), transparent 60%);
  opacity: .35;
  filter: blur(10px);
  transform: translate3d(-18%, 0, 0);
  transition: transform .6s ease, opacity .6s ease;
  pointer-events: none;
  z-index: 0;
}

/* Micro “sheen” (reflet qui passe) — élément supplémentaire via background */
.template-collection a.oe-product-btn{
  background-size: 100% 100%, 100% 100%;
}

/* Hover: lift + glow + reflet qui glisse */
.template-collection a.oe-product-btn:hover{
  transform: translateY(-1px);
  box-shadow:
    0 22px 52px rgba(0,0,0,.55),
    0 0 0 1px rgba(196,139,40,.22),
    inset 0 0 0 1px rgba(255,245,225,.08);
  filter: saturate(1.04);
}

.template-collection a.oe-product-btn:hover::after{
  opacity: .55;
  transform: translate3d(18%, 0, 0);
}

/* Hover contour plus vivant */
.template-collection a.oe-product-btn:hover::before{
  opacity: 1;
  background:
    linear-gradient(135deg,
      rgba(235,193,118,.25),
      rgba(196,139,40,1),
      rgba(235,193,118,.35)
    );
}

/* Focus clavier (accessibilité) */
.template-collection a.oe-product-btn:focus-visible{
  outline: none;
  box-shadow:
    0 22px 52px rgba(0,0,0,.55),
    0 0 0 2px rgba(235,193,118,.35),
    0 0 0 6px rgba(196,139,40,.12);
}

/* Option: animation légère “respiration” au repos (très subtile) */
@media (prefers-reduced-motion: no-preference){
  .template-collection a.oe-product-btn{
    animation: oeCtaBreath 5.5s ease-in-out infinite;
  }
  .template-collection a.oe-product-btn:hover{
    animation: none;
  }
  @keyframes oeCtaBreath{
    0%, 100% { box-shadow: 0 16px 38px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,245,225,.06); }
    50%      { box-shadow: 0 18px 44px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,245,225,.08); }
  }
}

/* Mobile: on garde le luxe, mais sans exagérer */
@media (max-width: 749px){
  .template-collection a.oe-product-btn{
    min-width: 200px;
    height: 44px;
    letter-spacing: .20em !important;
  }
}
/* =========================================================
   OUD ELEXIR — Product Cards V2 (ULTRA LUXE / NOIR)
   Scope: template-collection uniquement
   Colle a la fin de assets/style.css
   ========================================================= */

.template-collection{
  --oe-ivory: #FFF5E1;
  --oe-gold-soft: #EBC176;
  --oe-gold-sign: #C48B28;
  --oe-resin: #5A3C0B;
  --oe-ink: #0c0a08;
  --oe-radius: 22px;
}

/* Carte */
.template-collection product-card.card{
  position: relative !important;
  border-radius: var(--oe-radius) !important;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(12,10,8,.96), rgba(12,10,8,.90)) !important;
  box-shadow:
    0 26px 70px rgba(0,0,0,.34),
    inset 0 0 0 1px rgba(235,193,118,.10);
  transform: translateZ(0);
  transition: transform .35s ease, box-shadow .35s ease;
}

/* Filet doré dégradé (fin, premium) */
.template-collection product-card.card::before{
  content:"";
  position:absolute;
  inset:0;
  padding:1px;
  border-radius: var(--oe-radius);
  background: linear-gradient(135deg,
    rgba(235,193,118,.14),
    rgba(196,139,40,.45),
    rgba(90,60,11,.14)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events:none;
  opacity:.95;
}

/* Halo léger (effet luxe, non criard) */
.template-collection product-card.card::after{
  content:"";
  position:absolute;
  inset:-40px;
  background:
    radial-gradient(480px 320px at 50% 10%,
      rgba(196,139,40,.20),
      transparent 60%);
  pointer-events:none;
  opacity:.45;
  transition: opacity .35s ease;
}

.template-collection product-card.card:hover{
  transform: translateY(-3px);
  box-shadow:
    0 34px 90px rgba(0,0,0,.42),
    inset 0 0 0 1px rgba(235,193,118,.14);
}
.template-collection product-card.card:hover::after{ opacity:.65; }

/* Zone image = alcôve ivoire */
.template-collection .card .card-media{
  position: relative !important;
  border-radius: calc(var(--oe-radius) - 8px) !important;
  margin: 14px 14px 0 14px;
  overflow: hidden;
  background:
    radial-gradient(120% 160% at 30% 20%,
      rgba(255,245,225,.96),
      rgba(255,245,225,.78) 45%,
      rgba(255,245,225,.66));
  box-shadow:
    0 18px 42px rgba(0,0,0,.28),
    inset 0 0 0 1px rgba(12,10,8,.10);
}

/* Petit “recess” sombre autour de l’alcôve */
.template-collection .card .card-media::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(120% 140% at 50% 0%,
      rgba(12,10,8,.26),
      transparent 55%),
    linear-gradient(180deg,
      rgba(12,10,8,.10),
      transparent 35%,
      rgba(12,10,8,.14));
  pointer-events:none;
  opacity:.9;
}

/* Image : net, luxe */
.template-collection .card .card-media img{
  transform: translateZ(0) scale(1.01);
  filter: contrast(1.05) saturate(1.03);
  transition: transform .55s ease, filter .55s ease;
}
.template-collection product-card.card:hover .card-media img{
  transform: translateZ(0) scale(1.045);
  filter: contrast(1.07) saturate(1.06);
}

/* Contenu */
.template-collection .card .card-content{
  padding: 14px 18px 18px 18px !important;
  text-align: center;
}

/* Titre (luxe, espacé) */
.template-collection .card .card-heading{
  margin: 12px 0 6px !important;
  font-size: 15px !important;
  letter-spacing: .10em !important;
  color: rgba(255,245,225,.92) !important;
  font-weight: 500 !important;
}

/* Prix (doré doux) */
.template-collection .card .card-price{
  margin: 0 0 14px !important;
  font-size: 12.5px !important;
  letter-spacing: .18em !important;
  color: rgba(235,193,118,.82) !important;
}

/* Séparateur premium au-dessus du CTA */
.template-collection .card .oe-product-btn-wrap{
  margin-top: 10px;
  padding-top: 14px;
  position: relative;
}
.template-collection .card .oe-product-btn-wrap::before{
  content:"";
  position:absolute;
  top:0;
  left: 22px;
  right: 22px;
  height:1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(196,139,40,.22),
    rgba(255,245,225,.08),
    rgba(196,139,40,.22),
    transparent
  );
  opacity:.95;
}

/* CTA : noir dégradé + filet doré + micro animation */
.template-collection a.oe-product-btn{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  height: 46px;
  padding: 0 18px;
  border-radius: 999px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 500;

  color: rgba(255,245,225,.92) !important;
  background: linear-gradient(180deg, #14110e, #0b0907) !important;

  box-shadow:
    0 16px 36px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(235,193,118,.22),
    inset 0 10px 22px rgba(255,245,225,.06);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.template-collection a.oe-product-btn:hover{
  transform: translateY(-1px);
  filter: saturate(1.03);
  box-shadow:
    0 20px 44px rgba(0,0,0,.55),
    inset 0 0 0 1px rgba(235,193,118,.30),
    inset 0 10px 22px rgba(255,245,225,.08);
}

/* Petit “spark” doré au hover (subtil) */
.template-collection a.oe-product-btn::after{
  content:"";
  position:absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(196,139,40,.22),
    transparent 60%);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events:none;
}
.template-collection a.oe-product-btn:hover::after{
  opacity: .7;
  transform: translateY(0);
}

/* Mobile */
@media (max-width: 749px){
  .template-collection .card .card-media{ margin: 12px 12px 0 12px; }
  .template-collection .card .card-content{ padding: 12px 14px 16px 14px !important; }
  .template-collection a.oe-product-btn{ min-width: 210px; }
}
.template-collection .price-item--regular{
  background: linear-gradient(
    180deg,
    #EBC176,
    #C48B28,
    #5A3C0B
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .2em;
  font-weight: 500;
}
* =========================================================
   OUD ELEXIR — HEADER LUXE (Ascent)
   Cible: #Page-Header + .header-main.page-width
   Objectif: profondeur, halo logo, ligne or, icônes raffinées
   ========================================================= */

/* Variables (si déjà présentes, ça n'écrase pas ton thème) */
:root{
  --oe-ivory: #FFF5E1;
  --oe-gold-soft: #EBC176;
  --oe-gold-sign: #C48B28;
  --oe-resin: #5A3C0B;
  --oe-black: #0B0B0C;
}

/* 1) Base header : dégradé ultra subtil + “poids” visuel */
#Page-Header{
  position: relative;
  background:
    linear-gradient(180deg,
      rgba(255,245,225,.96) 0%,
      rgba(255,245,225,.88) 55%,
      rgba(235,193,118,.18) 100%
    ) !important;
  backdrop-filter: saturate(120%);
}

/* 2) Voile + halo discret (effet “Maison”) */
#Page-Header::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(1200px 220px at 50% 0%,
      rgba(196,139,40,.18) 0%,
      rgba(196,139,40,.08) 35%,
      rgba(196,139,40,0) 70%
    ),
    radial-gradient(900px 180px at 50% 35%,
      rgba(0,0,0,.06) 0%,
      rgba(0,0,0,0) 60%
    );
  opacity: .9;
}

/* 3) Ligne or fine en bas (signature) */
#Page-Header::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:1px;
  pointer-events:none;
  background: linear-gradient(90deg,
    rgba(196,139,40,0),
    rgba(196,139,40,.55),
    rgba(235,193,118,.35),
    rgba(196,139,40,.55),
    rgba(196,139,40,0)
  );
}

/* 4) Spacing header : un peu plus “statutaire” (sans gonfler trop) */
#Page-Header .header-main.page-width{
  min-height: 76px;            /* desktop */
  padding-block: 12px;
}

/* Mobile : garder compact mais premium */
@media (max-width: 768px){
  #Page-Header .header-main.page-width{
    min-height: 64px;
    padding-block: 10px;
  }
}

/* 5) Logo : halo local + légère mise en relief
   (ne dépend pas d’un nom de classe précis: on cible l’image/logo dans le header) */
#Page-Header img,
#Page-Header svg{
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.10));
}

/* 6) Icônes (menu/panier/recherche) : plus “bijou”, moins “standard” */
#Page-Header a,
#Page-Header button{
  -webkit-tap-highlight-color: transparent;
}

/* Si Ascent utilise des icônes SVG */
#Page-Header svg{
  transition: transform .22s ease, filter .22s ease, opacity .22s ease;
  opacity: .96;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.10));
}

/* Hover desktop : micro animation noble */
@media (hover:hover){
  #Page-Header a:hover svg,
  #Page-Header button:hover svg{
    transform: translateY(-1px) scale(1.02);
    opacity: 1;
    filter: drop-shadow(0 14px 28px rgba(0,0,0,.14));
  }
}

/* 7) Boutons/icônes “cerclés” (option luxe) — seulement si le thème a des wrappers ronds
   Le CSS est safe: s’applique uniquement si les classes existent */
#Page-Header .header__icon,
#Page-Header .header-icon,
#Page-Header .icon-button{
  border-radius: 999px;
  border: 1px solid rgba(196,139,40,.22);
  background: linear-gradient(180deg, rgba(255,245,225,.55), rgba(255,245,225,.22));
  box-shadow:
    0 10px 26px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.65);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover:hover){
  #Page-Header .header__icon:hover,
  #Page-Header .header-icon:hover,
  #Page-Header .icon-button:hover{
    border-color: rgba(196,139,40,.38);
    transform: translateY(-1px);
    box-shadow:
      0 14px 34px rgba(0,0,0,.10),
      inset 0 1px 0 rgba(255,255,255,.72);
  }
}

/* 8) Sticky header : garder la même noblesse quand on scroll */
sticky-header #Page-Header,
#Page-Header.is-sticky,
.header-wrapper.is-sticky #Page-Header{
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

/* 9) Petite correction “propreté” : éviter les séparateurs trop durs */
#Page-Header *{
  text-rendering: geometricPrecision;
}
/* =========================================================
   OUD ELEXIR — MENU-DRAWER (MOBILE) — Ascent (VALIDÉ)
   Cible: .menu-drawer (sans casser le thème)
   ========================================================= */

:root{
  --oe-ivory: #FFF5E1;
  --oe-gold-soft: #EBC176;
  --oe-gold-sign: #C48B28;
  --oe-resin: #5A3C0B;
  --oe-black: #0B0B0C;
}

/* Drawer shell */
.menu-drawer{
  background:
    radial-gradient(900px 260px at 50% 0%,
      rgba(196,139,40,.14) 0%,
      rgba(196,139,40,.06) 38%,
      rgba(196,139,40,0) 72%
    ),
    linear-gradient(180deg,
      rgba(255,245,225,.98) 0%,
      rgba(255,245,225,.94) 55%,
      rgba(255,245,225,.98) 100%
    ) !important;
  color: var(--oe-resin) !important;
  animation: oeDrawerIn .28s ease-out both;
}

/* Inner + edge */
.menu-drawer__inner-container,
.menu-drawer__inner{
  border-left: 1px solid rgba(196,139,40,.18);
  box-shadow: -22px 0 60px rgba(0,0,0,.10);
}

/* Header zone */
.menu-drawer__header{
  position: relative;
  padding: 18px 18px 14px !important;
  border-bottom: 1px solid rgba(196,139,40,.16);
}
.menu-drawer__header::after{
  content:"";
  position:absolute;
  left:18px; right:18px; bottom:-1px;
  height:1px;
  background: linear-gradient(90deg,
    rgba(196,139,40,0),
    rgba(196,139,40,.45),
    rgba(235,193,118,.22),
    rgba(196,139,40,.45),
    rgba(196,139,40,0)
  );
}

/* Menu items (principal) */
.menu-drawer__menu-item{
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  font-weight: 650 !important;
  color: var(--oe-resin) !important;
  opacity: .96;
  transition: transform .22s ease, opacity .22s ease, color .22s ease;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.menu-drawer__menu-item:active{
  transform: translateX(2px);
  opacity: 1;
}

/* Separators ultra fins */
.menu-drawer li{
  border-bottom: 1px solid rgba(90,60,11,.08);
}

/* Chevron/caret (doré) */
.menu-drawer .icon{
  color: rgba(196,139,40,.92);
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.08));
  transition: transform .22s ease, opacity .22s ease;
  opacity: .95;
}
.menu-drawer details[open] .icon{
  transform: rotate(180deg);
  opacity: 1;
}

/* Submenus panel */
.menu-drawer details > div{
  background: rgba(255,245,225,.55);
  border: 1px solid rgba(196,139,40,.14);
  border-radius: 16px;
  margin: 10px 12px 14px;
  padding: 10px 10px 6px;
  box-shadow:
    0 14px 36px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.65);
}

/* Submenu links (plus doux) */
.menu-drawer details a{
  text-transform: none !important;
  letter-spacing: .02em !important;
  font-weight: 520 !important;
  opacity: .92;
  padding: 10px 10px !important;
}

/* CTA buttons inside drawer (si présents) */
.menu-drawer .button{
  border-radius: 999px !important;
  border: 1px solid rgba(196,139,40,.28) !important;
  background:
    linear-gradient(180deg, rgba(255,245,225,.65), rgba(255,245,225,.20)) !important;
  color: var(--oe-resin) !important;
  box-shadow:
    0 14px 30px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.65);
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

/* Icon button (loupe) in drawer */
.menu-drawer .button--icon{
  background:
    radial-gradient(circle at 30% 20%,
      rgba(255,245,225,.95) 0%,
      rgba(235,193,118,.55) 55%,
      rgba(196,139,40,.85) 100%
    ) !important;
  border: 1px solid rgba(196,139,40,.35) !important;
  box-shadow: 0 18px 34px rgba(0,0,0,.10);
}

/* Motion */
@keyframes oeDrawerIn{
  from{ transform: translateX(-10px); opacity: .92; }
  to{ transform: translateX(0); opacity: 1; }
}
/* ==========================================
   OUD ELEXIR — DROPDOWN MENU ULTRA LUXE
   Fond noir + contour doré + angles arrondis
   Ombre lourde + séparateurs + micro animation
   ========================================== */

/* Variables (facultatif, mais pratique) */
:root{
  --oe-gold: #C48B28;      /* Or signature */
  --oe-gold-soft:#EBC176;  /* Or doux */
  --oe-black:#0B0A08;      /* Noir profond */
  --oe-ivory:#FFF5E1;      /* Ivoire */
}

/* Cible large : la plupart des thèmes utilisent <details> / .list-menu-dropdown / .header__submenu etc. */
.header details[open] > .header__submenu,
.header .header__submenu,
.header .list-menu-dropdown,
.header .menu-drawer__submenu,
.header .mega-menu__content,
.header .header_menu-item + .header_submenu,
.header .menu .submenu,
.header .submenu {
  background: linear-gradient(180deg, rgba(11,10,8,.96), rgba(11,10,8,.90)) !important;
  border: 1px solid rgba(196,139,40,.55) !important; /* contour doré */
  border-radius: 18px !important;
  box-shadow:
    0 26px 70px rgba(0,0,0,.45),
    0 10px 26px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(235,193,118,.10) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 14px 12px !important;
  overflow: hidden;
}

/* “Liseré” interne discret (donne l’impression d’objet premium) */
.header details[open] > .header__submenu::before,
.header .header__submenu::before,
.header .list-menu-dropdown::before,
.header .submenu::before{
  content:"";
  position:absolute;
  inset: 8px;
  border-radius: 14px;
  border: 1px solid rgba(235,193,118,.14);
  pointer-events:none;
}

/* Petit halo doré très subtil en haut (luxury glow) */
.header details[open] > .header__submenu::after,
.header .header__submenu::after,
.header .list-menu-dropdown::after,
.header .submenu::after{
  content:"";
  position:absolute;
  left:-20%;
  top:-30%;
  width:140%;
  height:120%;
  background:
    radial-gradient(560px 240px at 50% 0%,
      rgba(235,193,118,.14),
      transparent 60%);
  opacity:.9;
  pointer-events:none;
}

/* Items : alignés, plus “lourds”, dorés/ivoire */
.header .header__submenu a,
.header .list-menu-dropdown a,
.header .submenu a,
.header .mega-menu__content a{
  color: rgba(255,245,225,.92) !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

/* Séparateurs fins entre items (sauf le dernier) */
.header .header__submenu li:not(:last-child),
.header .list-menu-dropdown li:not(:last-child),
.header .submenu li:not(:last-child){
  border-bottom: 1px solid rgba(235,193,118,.10) !important;
}

/* Hover : “glow” doré + légère avancée */
@media (hover:hover) and (pointer:fine){
  .header .header__submenu a:hover,
  .header .list-menu-dropdown a:hover,
  .header .submenu a:hover,
  .header .mega-menu__content a:hover{
    background: linear-gradient(90deg,
      rgba(196,139,40,.22),
      rgba(235,193,118,.10)) !important;
    color: var(--oe-gold-soft) !important;
    transform: translateX(2px);
  }
}

/* Animation d’apparition plus premium */
.header details[open] > .header__submenu,
.header details[open] > .list-menu-dropdown{
  transform-origin: top center;
  animation: oeDropdownIn .22s ease-out both;
}

@keyframes oeDropdownIn{
  from{ opacity:0; transform: translateY(6px) scale(.985); }
  to{ opacity:1; transform: translateY(0) scale(1); }
}

/* Triangle/petite pointe (si votre thème en met une) : on la “goldifie” */
.header .header__submenu::marker{ display:none; }

/* Mobile drawer submenu : version plus “bloc” */
@media (max-width: 989px){
  .menu-drawer .menu-drawer__submenu,
  .menu-drawer .submenu{
    background: linear-gradient(180deg, rgba(11,10,8,.98), rgba(11,10,8,.92)) !important;
    border: 1px solid rgba(196,139,40,.50) !important;
    border-radius: 16px !important;
    padding: 10px !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.40) !important;
  }
  .menu-drawer .menu-drawer__submenu a,
  .menu-drawer .submenu a{
    font-size: 12.5px;
    padding: 12px 12px !important;
  }
}
/* =========================================================
   OUD ELEXIR — BLOG ARTICLE (GLOBAL ULTRA LUXE)
   Hero image floutée + filtre luxe + typographie + layout
   Image hero: DecouvrirleOud.png
   ========================================================= */

:root{
  --oe-ivory:#FFF5E1;
  --oe-gold-soft:#EBC176;
  --oe-gold:#C48B28;
  --oe-brown:#5A3C0B;
  --oe-black:#070607;
  --oe-ink:#0B0A0B;

  --oe-stroke: rgba(235,193,118,.20);
  --oe-stroke2: rgba(196,139,40,.28);

  --oe-radius: 26px;
  --oe-radius-lg: 32px;

  --oe-page-max: 980px; /* largeur de lecture premium */
  --oe-pad-x: clamp(12px, 2.2vw, 34px);
}

/* ============ 1) Fond global page article ============ */
/* Shopify (Dawn et la plupart des thèmes) */
.template-article,
.article-template{
  background:
    radial-gradient(1100px 600px at 18% 8%, rgba(235,193,118,.10), transparent 58%),
    radial-gradient(900px 520px at 86% 18%, rgba(196,139,40,.08), transparent 62%),
    linear-gradient(180deg, #070607 0%, #0B0A0B 55%, #070607 100%);
}

/* ============ 2) HERO TITRE avec image floutée ============ */
/* Cible “générique” (varie selon thème) */
.template-article .main-content,
.article-template{
  position: relative;
}

/* On crée un hero visuel sur l’en-tête article :
   - Certains thèmes ont .article-template__hero, d'autres non.
   - On couvre les deux cas: hero existant OU header standard. */

/* Dawn (souvent) */
.article-template__hero,
.article-template__header,
.article__header,
.main-article-header{
  position: relative;
  overflow: hidden;
  border-radius: var(--oe-radius-lg);
  border: 1px solid var(--oe-stroke);
  margin: clamp(14px, 2vw, 22px) auto 18px;
  max-width: min(1200px, calc(100% - (var(--oe-pad-x) * 2)));
  box-shadow:
    0 30px 70px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,245,225,.06);
}

/* Fond image floutée via pseudo-element */
.article-template__hero::before,
.article-template__header::before,
.article__header::before,
.main-article-header::before{
  content:"";
  position:absolute;
  inset:-18px; /* pour éviter les bords flous visibles */
  background-image: url("/cdn/shop/files/DecouvrirleOud.png?v=1768802887");
  background-size: cover;
  background-position: center;
  filter: blur(14px) saturate(1.08) contrast(1.02);
  transform: scale(1.06);
  opacity: .55;
  pointer-events:none;
}

/* Overlay luxe (dégradés + vignette) */
.article-template__hero::after,
.article-template__header::after,
.article__header::after,
.main-article-header::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 420px at 18% 10%, rgba(235,193,118,.18), transparent 60%),
    radial-gradient(700px 420px at 86% 18%, rgba(196,139,40,.14), transparent 62%),
    linear-gradient(180deg, rgba(7,6,7,.35), rgba(7,6,7,.72));
  pointer-events:none;
}

/* Grain ultra discret (effet “matière”) */
.article-template__hero .oe-grain,
.article-template__header .oe-grain,
.article__header .oe-grain,
.main-article-header .oe-grain{
  display:none;
}
.article-template__hero::marker{ content:""; } /* noop */

/* ============ 3) Titres & meta dans le hero ============ */
.article-template__title,
.article__title,
.main-article-header h1,
.article-template h1{
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(26px, 3.4vw, 54px) var(--oe-pad-x) 10px;

  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 1.05;
  letter-spacing: .04em;
  text-transform: uppercase;

  color: rgba(255,245,225,.96);
  text-shadow: 0 0 40px rgba(196,139,40,.18);
}

/* Fil “breadcrumb / catégorie / date” (si présent) */
.article-template__meta,
.article__meta,
.main-article-header .article-meta,
.article-template time{
  position: relative;
  z-index: 1;
  padding: 0 var(--oe-pad-x) clamp(18px, 2.4vw, 26px);
  color: rgba(255,245,225,.78);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}

/* Petit “badge” luxe au-dessus (si ton thème a une zone) */
.article-template__meta::before,
.article__meta::before{
  content: "Comprendre Le Oud";
  display: inline-flex;
  align-items:center;
  padding: 8px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(235,193,118,.22);
  background: rgba(0,0,0,.26);
  color: rgba(235,193,118,.92);
  letter-spacing: .18em;
}

/* ============ 4) Corps article en “carte premium” ============ */
.article-template__content,
.article__content,
.article-template .rte,
.article-content{
  max-width: min(var(--oe-page-max), calc(100% - (var(--oe-pad-x) * 2)));
  margin: 0 auto 38px;
  padding: clamp(16px, 2vw, 26px);

  border-radius: var(--oe-radius-lg);
  border: 1px solid rgba(255,245,225,.08);
  background:
    radial-gradient(900px 320px at 15% 0%, rgba(196,139,40,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,245,225,.03), rgba(255,245,225,.012));
  box-shadow:
    0 22px 62px rgba(0,0,0,.40),
    inset 0 1px 0 rgba(255,245,225,.06);

  color: rgba(255,245,225,.86);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.9;
}

/* Paragraphes */
.article-template__content p,
.article__content p,
.article-template .rte p,
.article-content p{
  margin: 0 0 14px;
  color: rgba(255,245,225,.82);
}

/* Drop cap (option luxe, discret) */
.article-template__content > p:first-of-type::first-letter,
.article-template .rte > p:first-of-type::first-letter{
  float: left;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: 64px;
  line-height: 0.9;
  margin: 8px 10px 0 0;
  color: rgba(235,193,118,.92);
  text-shadow: 0 0 26px rgba(196,139,40,.18);
}

/* H2 / H3 dorés */
.article-template__content h2,
.article-template .rte h2,
.article__content h2{
  margin: 26px 0 12px;
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(235,193,118,.95);
  text-shadow: 0 0 22px rgba(196,139,40,.18);
}

.article-template__content h3,
.article-template .rte h3,
.article__content h3{
  margin: 20px 0 10px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,245,225,.90);
  opacity: .95;
}

/* Séparateur luxe */
.article-template__content hr,
.article-template .rte hr{
  border: 0;
  height: 1px;
  margin: 20px 0;
  background: linear-gradient(90deg, rgba(235,193,118,0), rgba(235,193,118,.32), rgba(235,193,118,0));
}

/* Liens */
.article-template__content a,
.article-template .rte a{
  color: rgba(235,193,118,.95);
  text-decoration: none;
  border-bottom: 1px solid rgba(235,193,118,.25);
  transition: border-color .2s ease, color .2s ease;
}
.article-template__content a:hover,
.article-template .rte a:hover{
  color: rgba(255,245,225,.92);
  border-bottom-color: rgba(235,193,118,.55);
}

/* Blockquote premium */
.article-template__content blockquote,
.article-template .rte blockquote{
  margin: 18px 0;
  padding: 16px 16px;
  border-radius: 18px;
  border: 1px solid rgba(235,193,118,.22);
  background: rgba(0,0,0,.18);
  color: rgba(255,245,225,.88);
  box-shadow: 0 14px 36px rgba(0,0,0,.30);
}
.article-template__content blockquote p,
.article-template .rte blockquote p{
  margin: 0;
}

/* Listes */
.article-template__content ul,
.article-template__content ol,
.article-template .rte ul,
.article-template .rte ol{
  margin: 0 0 14px 18px;
}
.article-template__content li,
.article-template .rte li{
  margin: 6px 0;
}

/* Images dans l’article */
.article-template__content img,
.article-template .rte img{
  border-radius: 18px;
  border: 1px solid rgba(255,245,225,.08);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

/* Mobile: réduire padding, garder luxe */
@media (max-width: 640px){
  .article-template__hero,
  .article-template__header,
  .article__header,
  .main-article-header{
    border-radius: 22px;
    margin: 10px auto 14px;
  }

  .article-template__title,
  .article__title,
  .main-article-header h1{
    padding: 22px 14px 10px;
    letter-spacing: .03em;
  }

  .article-template__meta,
  .article__meta{
    padding: 0 14px 18px;
  }

  .article-template__content,
  .article__content,
  .article-template .rte{
    padding: 14px;
    border-radius: 22px;
  }
}

/* Accessibilité: réduit animations si besoin */
@media (prefers-reduced-motion: reduce){
  *{ scroll-behavior: auto !important; }
}
/* =========================================================
   OUD ELEXIR — BLOG HERO OFFICIEL (THEME-COMPATIBLE)
   Cible réelle : .banner-content
   ========================================================= */

/* 1) Conteneur hero réel */
.template-article .banner-content{
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  margin: clamp(14px, 2vw, 24px) auto 20px;
  max-width: min(1400px, calc(100% - 24px));

  border: 1px solid rgba(235,193,118,.22);
  box-shadow:
    0 30px 70px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,245,225,.06);
}

/* 2) Image de fond floutée */
.template-article .banner-content::before{
  content:"";
  position:absolute;
  inset:-24px; /* évite les bords flous */
  z-index: 0;

  background-image: url("/cdn/shop/files/DecouvrirleOud.png?v=1768802887");
  background-size: cover;
  background-position: center;

  filter: blur(6px) saturate(1.05) contrast(1.08);
  transform: scale(1.02);
  opacity: .85;

  pointer-events:none;
}

/* 3) Overlay luxe (or + noir) */
.template-article .banner-content::after{
  content:"";
  position:absolute;
  inset:0;
  z-index: 1;

  background:
    radial-gradient(900px 420px at 18% 10%, rgba(235,193,118,.20), transparent 60%),
    radial-gradient(700px 420px at 86% 18%, rgba(196,139,40,.16), transparent 62%),
    linear-gradient(180deg, rgba(7,6,7,.35), rgba(7,6,7,.78));

  pointer-events:none;
}

/* 4) Contenu au-dessus du fond */
.template-article .banner-content *{
  position: relative;
  z-index: 2;
}

/* 5) Neutralisation des contraintes de largeur */
.template-article .banner-content .page-width{
  max-width: none !important;
}

.template-article .banner-content .content-width--normal{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(28px, 4vw, 64px) 18px 22px;
}

/* 6) Titre H1 ultra luxe */
.template-article .banner-content h1{
  font-family: "Cormorant Garamond", Garamond, serif;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: .04em;
  text-transform: uppercase;

  color: rgba(255,245,225,.96);
  text-shadow: 0 0 40px rgba(196,139,40,.20);
  margin: 0;
}

/* 7) Fil d’Ariane / meta */
.template-article .banner-content .breadcrumb{
  margin-bottom: 12px;
  color: rgba(255,245,225,.80);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
}

  .template-article .banner-content .content-width--normal{
    padding: 22px 14px 18px;
  }
  @media (max-width: 640px){
  .template-article .banner-content::before{
    filter: blur(2px) saturate(1.04) contrast(1.10);
    transform: scale(1.01);
    opacity: .80;
  }
}