/** Shopify CDN: Minification failed

Line 4914:12 Expected identifier but found whitespace
Line 4914:13 Unexpected "'Cinzel'"
Line 4970:0 All "@import" rules must come first
Line 5460:12 Expected identifier but found whitespace
Line 5460:13 Unexpected "\"Cormorant Garamond\""
Line 5856:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500&display=swap');

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

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
/* MIALURE – Introbereich unter Titel/Preis */
.mia-intro { margin-top: 10px; }
.mia-subheadline {
  margin: .4em 0 0;
  font-size: 1.08rem;
  color: #666;
  letter-spacing: .02em;
}
.mia-promises {
  display: flex; flex-wrap: wrap; gap: 18px;
  margin-top: 10px; font-size: .95rem; color: #555;
}
.mia-promises span { display: inline-flex; align-items: center; gap: 6px; }
.mia-quickfacts { margin-top: 10px; font-size: .95rem; color: #555; }
.mia-quickfacts p { margin: .2em 0; }

/* Ringgröße nur bei Ohrringen (mit "ohrstecker" im URL-Pfad) ausblenden */
body[class*="ohrstecker"] .blk-ringsize,
body[class*="ohrstecker"] .mia-opts[data-name="ringsize"],
body[class*="ohrstecker"] .mia-opts[data-name="size"] {
  display: none !important;
}


/* --- MIALURE Banner Gradient – eleganter Unterton --- */
.banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgba(245, 235, 220, 0.8), transparent);
  pointer-events: none;
}

.banner__heading {
  font-size: 1.4rem;
  color: #4a4033;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.banner__media img {
  object-position: center top;
  max-height: 620px;
}

/* --- MIALURE Slogan / Banner-Text Styling --- */
.banner__heading,
.banner__text,
.image-banner__heading {
  font-size: 1.4rem; /* leicht größer */
  color: #4a4033; /* warmes, edles Dunkelbraun */
  letter-spacing: 0.02em; /* kompakter Look */
  font-weight: 600;
  text-transform: none;
}

/* --- MIALURE Banner Text – sanfter Fade-in Effekt --- */
.banner__heading,
.banner__text,
.image-banner__heading {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.banner--visible .banner__heading,
.banner--visible .banner__text,
.banner--visible .image-banner__heading {
  opacity: 1;
  transform: translateY(0);
}

/* --- MIALURE Champagner-Gold Glow für Bannertext --- */
.banner--visible .banner__heading,
.banner--visible .banner__text,
.banner--visible .image-banner__heading {
  background: linear-gradient(90deg, #b68e4f, #f7e6c2, #b68e4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: mialureChampagneGlow 5s ease-in-out infinite;
  background-size: 200% 100%;
  filter: drop-shadow(0 0 8px rgba(230, 200, 120, 0.25));
}

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

/* --- MIALURE Champagner-Trennlinie zwischen Logo und Navigation --- */
.header__heading + .header__inline-menu {
  border-top: 1px solid rgba(212, 175, 55, 0.35); /* feiner Champagner-Farbton */
  margin-top: 10px; /* etwas Abstand unterhalb vom Logo */
  padding-top: 1px;
}

/* === MIALURE Header Fix v2 === */
@media (min-width: 990px){
  /* Navigation näher ans Logo */
  .shopify-section-header .header__inline-menu {
  position: relative !important;
  top: -34px !important;  /* leicht abgesenkt, harmonischer */
  margin-top: 0 !important;
}

  /* Logo-Abstand leicht korrigieren */
  .shopify-section-header .header__heading {
    margin-bottom: 4px !important;
  }

  /* Champagnerfarbene Linie zwischen Logo & Menü */
  .shopify-section-header .header__heading-wrapper::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -8px;
    height: 1px;
    background: linear-gradient(
  90deg,
  rgba(230,200,150,0),
  #d8c38a,
  rgba(230,200,150,0)
);
  }
}

header.header-wrapper {
  background-color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}

/* === MIALURE Header Final Style === */
@media (min-width: 990px){
  /* Navigation harmonisch unter dem Logo platzieren */
  .shopify-section-header .header__inline-menu {
    position: relative !important;
    top: -34px !important;
    margin-top: 0 !important;
  }

  /* Dezente goldene Linie unter dem Logo */
  .shopify-section-header .header__heading-wrapper::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -8px;
    height: 1px;
    background: linear-gradient(
  90deg,
  rgba(216,195,138,0),
  #d4b974,
  rgba(216,195,138,0)
);
  }
}

/* Leichter Glaseffekt beim Scrollen */
header.header-wrapper {
  background-color: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(50px);
}

/* === MIALURE HEADER – FINAL DIAMONDSFACTORY STYLE === */
@media (min-width: 990px){

  /* Navigation perfekt unter Logo platzieren */
  .shopify-section-header .header__inline-menu {
    position: relative !important;
    top: -34px !important;   /* Abstand fein abgestimmt */
    margin-top: 0 !important;
    letter-spacing: 0.04em;
  }

  /* Goldene Linie unterhalb des Logos (fein, elegant) */
  .shopify-section-header .header__heading-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;           /* Position leicht tiefer als Logo */
    height: 1px;
    background: linear-gradient(
      90deg,
      rgba(230,210,160,0),
      #d8bc7c,
      rgba(230,210,160,0)
    );
    opacity: 0.85;
    transition: opacity 0.4s ease;
  }

  /* Leichte Reaktion beim Hover (dezentes Leuchten) */
  .shopify-section-header:hover .header__heading-wrapper::after {
    opacity: 1;
    background: linear-gradient(
      90deg,
      rgba(230,210,160,0),
      #e0c88f,
      rgba(230,210,160,0)
    );
  }
}

/* Leichter Glaseffekt beim Scrollen – modern & luxuriös */
header.header-wrapper {
  background-color: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 0.5px solid rgba(220,190,140,0.25);
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

/* =========================
   MIALURE Header – Desktop + Mobile
   ========================= */

/* ---- DESKTOP (≥990px) ---- */
@media (min-width: 990px){
  /* Menü exakt unter dem Logo */
  .shopify-section-header .header__inline-menu{
    position: relative !important;
    top:-34px !important;
    margin-top:0 !important;
    letter-spacing:.04em;
  }

  /* Champagner-Linie unter dem Logo */
  .shopify-section-header .header__heading-wrapper{
    position: relative;
  }
  .shopify-section-header .header__heading-wrapper::after{
    content:"";
    position:absolute;
    left:0; right:0; bottom:-10px;
    height:1px;
    background:linear-gradient(90deg,rgba(230,210,160,0),#d8bc7c,rgba(230,210,160,0));
    opacity:.9;
    pointer-events:none;
  }
}

/* ---- MOBILE (<990px) ---- */
/* Auf Mobilgeräten hat Dawn kein Inline-Menü (Drawer). 
   Wir geben dem Header eine elegante Trennlinie über dem Inhalt
   und etwas mehr Luft, damit es “premium” wirkt. */
@media (max-width: 989px){
  header.header-wrapper{
    position:relative;
    background-color:rgba(255,255,255,.96) !important;
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
  }
  /* goldene Linie direkt am unteren Rand des Headers */
  header.header-wrapper::after{
    content:"";
    position:absolute;
    left:0; right:0; bottom:0;
    height:1px;
    background:linear-gradient(90deg,rgba(230,210,160,0),#d8bc7c,rgba(230,210,160,0));
    opacity:.9;
    pointer-events:none;
  }
  /* etwas mehr Innenabstand, Logo/Icons wirken ruhiger */
  .header{
    padding-bottom:12px !important;
  }
}

/* ---- Feiner Glass/Border-Look (beide) ---- */
header.header-wrapper{
  background-color:rgba(255,255,255,.92) !important;
  border-bottom:0.5px solid rgba(220,190,140,.25);
  transition:background-color .3s ease, backdrop-filter .3s ease;
}

/* Fallback/Verstärker – falls dein Theme andere Wrapper hat */
.header--middle-left .header__inline-menu{ top:-34px !important; }
.header__heading-link, .header__heading{ letter-spacing:.02em; }

/* Optional: etwas “Glow” beim Hover (dezent). 
   Wenn zu subtil → die 0.25 auf 0.45 erhöhen. */
@media (hover:hover){
  .shopify-section-header:hover .header__heading-wrapper::after{
    box-shadow:0 0 14px rgba(216,188,124,.25);
  }
}

/* === MIALURE – MOBILE HEADER OPTIMIERUNG === */
@media (max-width: 989px) {

  /* Header allgemein */
  header.header-wrapper {
    background-color: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 50;
    border-bottom: none !important;
    padding-top: 6px !important;
    padding-bottom: 10px !important;
  }

  /* Logo leicht größer und mittig halten */
  .header__heading,
  .header__heading-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Abstand unter dem Logo leicht erhöhen */
  .header__heading {
    margin-bottom: 10px !important;
  }

  /* Goldlinie direkt unterhalb Header */
  header.header-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5px;
    background: linear-gradient(
      90deg,
      rgba(230, 210, 160, 0),
      #d8bc7c,
      rgba(230, 210, 160, 0)
    );
    opacity: 0.9;
  }

  /* Navigation-Drawer sanft getrennt (falls geöffnet) */
  .menu-drawer__inner {
    border-top: 1px solid rgba(216, 188, 124, 0.3);
  }
}

/* === MIALURE – Champagne-Gold Theme (Desktop + Mobile) === */

/* 1) Farb-Variablen – fein abgestimmt auf das Logo */
:root{
  --mia-gold:        #D3BB88;   /* Hauptton (Champagne-Gold) */
  --mia-gold-strong: #C5A96B;   /* kräftiger, warm */
  --mia-gold-soft:   #E9DBB9;   /* sehr hell fürs Licht */
}

/* 2) Zarte Goldlinie unter dem Header (Desktop & Mobile) */
header.header-wrapper{
  position: relative;
  background-color: rgba(255,255,255,.96);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: none !important; /* ggf. alte Linie neutralisieren */
}
header.header-wrapper::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:1.6px;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0),
    var(--mia-gold),
    rgba(0,0,0,0)
  );
  opacity:.95;
  pointer-events:none;
}

/* 3) Unterstreichung der Nav-Zeile (dezent, nur Desktop) */
@media (min-width: 990px){
  .header__inline-menu{
    position: relative;
  }
  .header__inline-menu::after{
    content:"";
    position:absolute;
    left:0; right:0; bottom:10px;
    height:1px;
    background: linear-gradient(90deg, rgba(0,0,0,0), var(--mia-gold-strong), rgba(0,0,0,0));
    opacity:.55;
    pointer-events:none;
  }
}

/* 4) Announcement-Bar – zarter Goldschimmer */
.announcement-bar{
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.02) 100%),
    linear-gradient(90deg, var(--mia-gold-soft), var(--mia-gold));
  color:#3a3327; /* gute Lesbarkeit */
}
.announcement-bar a{ color:#3a3327; text-decoration: underline; text-underline-offset: 2px; }

/* 5) Mobile Tweaks – etwas mehr Luft + klare Linie */
@media (max-width: 989px){
  header.header-wrapper{ padding-top:6px !important; padding-bottom:10px !important; }
  .header__heading{ margin-bottom:10px !important; }
  /* Linie unten bleibt über ::after bestehen – hier nur fallback */
  .menu-drawer__inner{ border-top:1px solid color-mix(in oklab, var(--mia-gold) 35%, white); }
}

/* 6) Buttons/CTAs – sanfter Goldton (optional) */
.button, button[type="submit"], .shopify-payment-button__button{
  background: linear-gradient(180deg, var(--mia-gold) 0%, var(--mia-gold-strong) 100%);
  border: 1px solid color-mix(in oklab, var(--mia-gold-strong) 70%, #000);
  color:#fff;
}
.button:hover, button[type="submit"]:hover, .shopify-payment-button__button:hover{
  filter: brightness(1.03);
}

/* === MIALURE – Menü Gold-Hover === */
.header__menu-item a {
  color: #2f2f2f;
  transition: color 0.25s ease;
}

.header__menu-item a:hover {
  color: #C9AF78 !important; /* weiches Champagne-Gold */
}

/* === MIALURE – Gold Glow beim Scrollen === */
header.header-wrapper.is-scrolled {
  box-shadow: 0 10px 80px rgba(210, 175, 120, 0.25);
  background-color: rgba(255, 255, 255, 0.98);
  transition: all 0.3s ease;
}

/* === MIALURE – Menü Gold-Hover === */
.header__menu-item a {
  color: #2f2f2f;
  transition: color 0.25s ease;
}

.header__menu-item a:hover {
  color: #D3BB88 !important; /* sanftes Champagne-Gold */
}

/* === MIALURE – Gold Glow beim Scrollen === */
header.header-wrapper.is-scrolled {
  box-shadow: 0 1px 8px rgba(211, 187, 136, 0.25);
  background-color: rgba(255, 255, 255, 0.98);
  transition: all 0.3s ease;
}

/* Entfernt die gleitende goldene Linie unter der Navigation */
.header-wrapper::after,
.header::after {
  display: none !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* Korrigiert ggf. noch einen sichtbaren goldenen Border */
.header-wrapper {
  border-bottom: none !important;
}

/* MIALURE – Goldener Hover-Effekt für Navigationslinks */
.header__menu-item a {
  position: relative;
  color: #2c2c2c;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* dünne goldene Linie beim Hover */
.header__menu-item a::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #d4af7a 0%, #e3c08b 100%);
  transition: all 0.35s ease;
  transform: translateX(-50%);
  opacity: 0.8;
}

/* Effekt beim Hovern */
.header__menu-item a:hover::after {
  width: 100%;
  opacity: 1;
}

/* ——— Goldener Hover-Strich für MIALURE Navigation ——— */
.header__menu-item.list-menu__item.link.link--text.focus-inset {
  position: relative;
  color: #2c2c2c;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header__menu-item.list-menu__item.link.link--text.focus-inset::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #d4af7a 0%, #e3c08b 100%);
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0.8;
}

.header__menu-item.list-menu__item.link.link--text.focus-inset:hover::after {
  width: 100%;
  opacity: 1;
}

/* --- MIALURE Produktseiten – sanfter Hintergrund & Schatten --- */
.template-product main {
  background-color: #f2f2f2 !important;
}

/* Produktbilder */
.product__media img {
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.10);
  transition: box-shadow 0.3s ease;
}

/* Stärkerer Schatten bei Hover */
.product__media img:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
}

/* Nur Umgebung abdunkeln, Inhalte weiß lassen */
.template-product,
.template-product .content-for-layout,
.template-product main {
  background-color: #f2f2f2 !important;
}
.template-product .shopify-section--main-product,
.template-product .product {
  background: transparent !important;
}

/* --- MIALURE Produktseiten Stil – sanfter Look --- */
.product__media img {
  background-color: #f2f2f2; /* leicht grauer Hintergrund */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.product__media img:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  transform: scale(1.01);
}

/* Nur erstes (großes) Bild */
.template-product .product__media-list > li:first-child img {
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  border-radius: 6px;
}
.template-product .product__media-list > li:first-child img:hover {
  box-shadow: 0 14px 32px rgba(0,0,0,.25);
  transform: scale(1.01);
}
/* Thumbnails bleiben neutral */
.template-product .product__media-list > li:not(:first-child) img {
  box-shadow: none !important;
  transform: none !important;
}

.product__media img {
  box-shadow: 0 12px 28px rgba(0,0,0,.14); /* etwas breiter, weicher */
}
.product__media img:hover {
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

/* Sichtbarer Hintergrund für Produktseiten */
.template-product,
.template-product .shopify-section,
.template-product .page-width,
.template-product .main-content {
  background-color: #f3f2ee !important; /* wärmerer, sichtbarer Champagner-Ton */
}

.template-product .product__media img {
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease;
}

.template-product .product__media img:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transform: scale(1.01);
}

/* ===== Gleicher warmer Hintergrund auch für Kollektionen ===== */
.template-collection,
.template-collection .shopify-section,
.template-collection .page-width,
.template-collection .main-content {
  background-color: #f3f2ee !important;
}

/* ========= MIALURE Champagner-Finish ========= */

/* Farbvariablen */
:root{
  --mlr-champagne: #d4af7a;         /* Hauptton */
  --mlr-champagne-soft: #ead7b1;    /* weichere Note */
}

/* Sanfter Champagner-Verlauf im Collection-Hero (statt rot) */
.collection-hero.collection-hero--with-image.color-scheme-1.gradient{
  background:
    linear-gradient(
      180deg,
      rgba(212,175,122, .20) 0%,
      rgba(212,175,122, .08) 60px,
      rgba(212,175,122, 0) 140px
    );
}

/* Mobile: etwas flacher */
@media (max-width: 749px){
  .collection-hero.collection-hero--with-image.color-scheme-1.gradient{
    background:
      linear-gradient(
        180deg,
        rgba(212,175,122, .18) 0%,
        rgba(212,175,122, .06) 40px,
        rgba(212,175,122, 0) 90px
      );
  }
}

/* Feine, feststehende Gold-Linie unter dem Header (alle Seiten) */
.shopify-section-header{
  position: sticky; top: 0; z-index: 99; /* bleibt am Platz */
}
.shopify-section-header .header{
  position: relative;
}
.shopify-section-header .header::after{
  content:"";
  position:absolute; left:0; right:0; bottom:-1px; height:1px;
  background: linear-gradient(
    90deg,
    rgba(212,175,122, 0) 0%,
    rgba(212,175,122, .65) 12%,
    rgba(212,175,122, .65) 88%,
    rgba(212,175,122, 0) 100%
  );
  pointer-events:none;
}

/* Optional: Announcement-Bar farblich angleichen */
.announcement-bar{
  background: linear-gradient(90deg, var(--mlr-champagne-soft), #897358);
  color:#897358;
}

/* ========= MIALURE Logo Hover in Champagner ========= */
.header__heading-link {
  color: #1a1a1a; /* Standardfarbe – Schwarz */
  transition: all 0.4s ease;
}

.header__heading-link:hover {
  background: linear-gradient(90deg, #0E3B2E
, #0E3B2E
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(1.03);
}

.m-footer-socials {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
}

.m-social svg {
  transition: all 0.3s ease;
}

.m-social:hover svg {
  stroke: #a88c5a;
  fill: #a88c5a;
}

/* === MIALURE – Ankündigungsleiste komplett einfarbig #897358 === */
.announcement-bar,
.announcement-bar__message {
  background-color: #897358 !important; /* einheitliches Braun */
  color: #ffffff !important;            /* weiße Schrift für guten Kontrast */
  background-image: none !important;    /* entfernt eventuelle Verläufe */
  background-gradient: none !important;
  margin: 0 !important;
  padding: 1px 2px !important;
  border: none !important;
  box-shadow: none !important;
  text-align: center !important;
}

/* Links innerhalb der Leiste ebenfalls weiß */
.announcement-bar a {
  color: #ffffff !important;
  text-decoration: underline;
}
.announcement-bar a:hover {
  color: #eadfcf !important; /* sanftes Champagner beim Hover */
}

/* Entfernt eventuelle Farbübergänge oder Doppelleisten */
.header-wrapper + .announcement-bar,
.announcement-bar + .announcement-bar {
  display: none !important;
}

/* === MIALURE – Alle Buttons (Alle anzeigen / Mehr erfahren / Newsletter) Weiß mit Braun-Hover === */

/* Grundzustand: weißer Button */
.button,
button,
a.button,
input[type="submit"],
.shopify-challenge__button,
.footer .newsletter-form .button,
.footer .newsletter-form input[type="submit"] {
  background-color: #ffffff !important;
  border: 1px solid #897358 !important;
  color: #111111 !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
}

/* Hover-Zustand: Hintergrund braun (#897358), Schrift weiß */
.button:hover,
button:hover,
a.button:hover,
input[type="submit"]:hover,
.shopify-challenge__button:hover,
.footer .newsletter-form .button:hover,
.footer .newsletter-form input[type="submit"]:hover {
  background-color: #897358 !important;
  border-color: #897358 !important;
  color: #ffffff !important;
}

/* Aktiver Klick leicht dunkler (optional, für schönes Gefühl beim Klicken) */
.button:active,
button:active,
a.button:active,
input[type="submit"]:active {
  background-color: #897358 !important;
  border-color: #897358 !important;
  color: #ffffff !important;
}

/* === MIALURE – Nur relevante Buttons (Alle anzeigen / Mehr erfahren / Newsletter) === */

/* Grundzustand: Weißer Button mit dunkler Schrift */
.button,
a.button,
.button--secondary,
.footer .newsletter-form .button,
.footer .newsletter-form input[type="submit"] {
  background-color: #ffffff !important;
  border: 1px solid #897358 !important;
  color: #111111 !important;
  border-radius: 6px !important;
  transition: all 0.25s ease !important;
}

/* Hover-Zustand: Braun (#897358) */
.button:hover,
a.button:hover,
.button--secondary:hover,
.footer .newsletter-form .button:hover,
.footer .newsletter-form input[type="submit"]:hover {
  background-color: #897358 !important;
  border-color: #897358 !important;
  color: #ffffff !important;
}

/* === Pfeile in der Ankündigungsleiste === */
.announcement-bar__button,
.announcement-bar__button svg,
.announcement-bar__arrow,
.announcement-bar__arrow svg {
  color: #897358 !important;
  fill: #897358 !important;
  stroke: #897358 !important;
}

/* Hover für Pfeile leicht heller (optional, eleganter Effekt) */
.announcement-bar__button:hover svg,
.announcement-bar__arrow:hover svg {
  color: #a48e72 !important;
  fill: #a48e72 !important;
  stroke: #a48e72 !important;
}

/* === MIALURE – Eleganter Graff-Stil für Ankündigungsleiste === */

/* Schrift & Gesamtoptik */
.announcement-bar,
.announcement-bar__message {
  font-family: "Playfair Display", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
  font-size: 14px !important;
  color: #3a3a3a !important;
  background-color: #897358 !important; /* gleichmäßig braun */
  text-transform: none !important;
  text-align: center !important;
  padding: 10px 0 !important;
}

/* Pfeile: filigran & edel */
.announcement-bar__button,
.announcement-bar__arrow,
.announcement-bar__button svg,
.announcement-bar__arrow svg {
  width: 18px !important;
  height: 18px !important;
  fill: #897358 !important;
  stroke: #897358 !important;
  opacity: 0.85 !important;
  transition: all 0.3s ease !important;
  vertical-align: middle !important;
}

/* Hover: dezenter Farbwechsel */
.announcement-bar__button:hover svg,
.announcement-bar__arrow:hover svg {
  fill: #eadfcf !important; /* sanftes Champagner */
  stroke: #eadfcf !important;
  opacity: 1 !important;
}

/* Ankündigungsleiste minimal flacher wie bei Graff */
.announcement-bar {
  height: auto !important;
  min-height: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
}

/* ===== Nur diese Buttons: "Alle anzeigen", "Mehr erfahren", Newsletter "Anmelden" ===== */

/* 1) "Alle anzeigen" – sitzt in der Titelzeile von Collections */
.title-wrapper-with-link .button,
.collection .title-wrapper-with-link .button,
.collection-list .title-wrapper-with-link .button {
  background:#fff !important;
  border:1px solid #897358 !important;
  color:#111 !important;
  border-radius:6px !important;
  transition:all .25s ease !important;
}
.title-wrapper-with-link .button:hover,
.collection .title-wrapper-with-link .button:hover,
.collection-list .title-wrapper-with-link .button:hover {
  background:#897358 !important;
  border-color:#897358 !important;
  color:#fff !important;
}

/* 2) "Mehr erfahren" – z.B. in Bild-mit-Text / Rich-Text Sektionen */
.image-with-text .button,
.rich-text .button,
.multicolumn .button {
  background:#fff !important;
  border:1px solid #897358 !important;
  color:#111 !important;
  border-radius:6px !important;
  transition:all .25s ease !important;
}
.image-with-text .button:hover,
.rich-text .button:hover,
.multicolumn .button:hover {
  background:#897358 !important;
  border-color:#897358 !important;
  color:#fff !important;
}

/* 3) Newsletter-Button im Footer */
.footer .newsletter-form__button,
.footer .newsletter-form input[type="submit"] {
  background:#fff !important;
  border:1px solid #897358 !important;
  color:#111 !important;
  border-radius:6px !important;
  transition:all .25s ease !important;
}
.footer .newsletter-form__button:hover,
.footer .newsletter-form input[type="submit"]:hover {
  background:#897358 !important;
  border-color:#897358 !important;
  color:#fff !important;
}

/* Dawn blendet manchmal Pseudo-Overlays ein – neutralisieren */
.title-wrapper-with-link .button::before,
.image-with-text .button::before,
.rich-text .button::before,
.multicolumn .button::before,
.footer .newsletter-form__button::before {
  display:none !important;
}

/* ===== Pfeile in der Ankündigungsleiste auf #897358 ===== */
.announcement-bar .slider-button {
  background:transparent !important;
  border:none !important;
}
.announcement-bar .slider-button svg {
  width:18px; height:18px;
  fill:#897358 !important;
  stroke:#897358 !important;
  color:#897358 !important;
  opacity:.9;
  transition:opacity .2s ease;
}
.announcement-bar .slider-button:hover svg { opacity:1; }

/* === MIALURE: Korrigierte Button-Zuweisung für "Alle anzeigen", "Mehr erfahren" & Newsletter === */

/* --- Grundzustand --- */
button,
a.button,
.button,
.shopify-section .button,
button.shopify-challenge__button,
.footer__newsletter .button,
.footer .newsletter-form__button,
.footer .newsletter-form input[type="submit"],
button[type="submit"] {
  background-color: #ffffff !important;
  border: 1px solid #897358 !important;
  color: #111111 !important;
  border-radius: 6px !important;
  font-family: "Lato", sans-serif !important;
  transition: all 0.25s ease !important;
}

/* --- Hover-Zustand --- */
button:hover,
a.button:hover,
.button:hover,
.shopify-section .button:hover,
button.shopify-challenge__button:hover,
.footer__newsletter .button:hover,
.footer .newsletter-form__button:hover,
.footer .newsletter-form input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: #897358 !important;
  border-color: #897358 !important;
  color: #ffffff !important;
}

/* ===== Nur: Alle anzeigen / Mehr erfahren / Newsletter – Weiß -> Hover Braun ===== */

/* 1) "Alle anzeigen" – Dawn nutzt meist .link in .title-wrapper-with-link */
.title-wrapper-with-link a,
.title-wrapper-with-link .link,
.title-wrapper-with-link .button {
  display:inline-block !important;
  background:#ffffff !important;
  background-image:none !important;
  border:1px solid #897358 !important;
  color:#111111 !important;
  border-radius:6px !important;
  padding:10px 16px !important;
  text-decoration:none !important;
  box-shadow:none !important;
}
.title-wrapper-with-link a:hover,
.title-wrapper-with-link .link:hover,
.title-wrapper-with-link .button:hover {
  background:#897358 !important;
  border-color:#897358 !important;
  color:#ffffff !important;
}

/* 2) "Mehr erfahren" – kommt aus Bild-mit-Text / Rich-Text (Link ODER Button) */
.image-with-text__text a,
.image-with-text__text .button,
.rich-text__buttons a,
.rich-text__buttons .button,
.multicolumn-card__button a,
.multicolumn-card__button .button {
  display:inline-block !important;
  background:#ffffff !important;
  background-image:none !important;
  border:1px solid #897358 !important;
  color:#111111 !important;
  border-radius:6px !important;
  padding:10px 16px !important;
  text-decoration:none !important;
  box-shadow:none !important;
}
.image-with-text__text a:hover,
.image-with-text__text .button:hover,
.rich-text__buttons a:hover,
.rich-text__buttons .button:hover,
.multicolumn-card__button a:hover,
.multicolumn-card__button .button:hover {
  background:#897358 !important;
  border-color:#897358 !important;
  color:#ffffff !important;
}

/* 3) Newsletter-Button im Footer – verschiedene Varianten abdecken */
.footer .newsletter-form input[type="submit"],
.footer .newsletter-form button[type="submit"],
.footer .newsletter-form .newsletter-form__button,
.footer .newsletter-form .button {
  background:#ffffff !important;
  background-image:none !important;
  border:1px solid #897358 !important;
  color:#111111 !important;
  border-radius:6px !important;
  padding:10px 16px !important;
  box-shadow:none !important;
}
.footer .newsletter-form input[type="submit"]:hover,
.footer .newsletter-form button[type="submit"]:hover,
.footer .newsletter-form .newsletter-form__button:hover,
.footer .newsletter-form .button:hover {
  background:#897358 !important;
  border-color:#897358 !important;
  color:#ffffff !important;
}

/* Dawn-Overlays ausschalten, die alten Grundton „drüberlegen“ */
.title-wrapper-with-link a::before,
.title-wrapper-with-link .link::before,
.title-wrapper-with-link .button::before,
.image-with-text__text a::before,
.image-with-text__text .button::before,
.rich-text__buttons a::before,
.rich-text__buttons .button::before,
.multicolumn-card__button a::before,
.multicolumn-card__button .button::before,
.footer .newsletter-form .button::before,
.footer .newsletter-form .newsletter-form__button::before,
.footer .newsletter-form input[type="submit"]::before,
.title-wrapper-with-link a::after,
.title-wrapper-with-link .link::after,
.title-wrapper-with-link .button::after,
.image-with-text__text a::after,
.image-with-text__text .button::after,
.rich-text__buttons a::after,
.rich-text__buttons .button::after,
.multicolumn-card__button a::after,
.multicolumn-card__button .button::after,
.footer .newsletter-form .button::after,
.footer .newsletter-form .newsletter-form__button::after,
.footer .newsletter-form input[type="submit"]::after {
  content:none !important;
  display:none !important;
  background:none !important;
}

/* Nur für unsere Ziel-Buttons */
.mia-whitebtn,
.mia-whitebtn:link,
.mia-whitebtn:visited {
  background:#fff !important;
  border:1px solid #897358 !important;
  color:#111 !important;
  border-radius:6px !important;
  box-shadow:none !important;
  text-decoration:none !important;
  transition:background-color .25s ease, border-color .25s ease, color .25s ease !important;
}
.mia-whitebtn:hover,
.mia-whitebtn:focus {
  background:#897358 !important;
  border-color:#897358 !important;
  color:#fff !important;
}

/* falls der Newsletter ein <input type="submit"> ist */
input.mia-whitebtn[type="submit"]:hover,
button.mia-whitebtn:hover { background:#897358 !important; border-color:#897358 !important; color:#fff !important; }

/* Nur "Alle anzeigen" mittig unter der Überschrift ausrichten */
.title-wrapper-with-link{
  display: flex !important;
  flex-wrap: wrap !important;           /* Titel + Button umbrechen */
  align-items: center !important;
  justify-content: center !important;    /* horizontales Zentrieren */
  text-align: center !important;
}
.title-wrapper-with-link > *{
  width: 100%;                           /* Titel nimmt ganze Breite */
}
.title-wrapper-with-link .button,
.title-wrapper-with-link a.button,
.title-wrapper-with-link .link{
  margin: 8px auto 0 !important;         /* Button mittig */
  display: inline-block !important;
}

/* --- "Alle anzeigen" mittig ausrichten, unabhängig vom Layout-Typ --- */
.title-wrapper-with-link{
  display: grid !important;
  grid-template-columns: 1fr !important;   /* alles in eine Spalte */
  text-align: center !important;
}

.title-wrapper-with-link .button,
.title-wrapper-with-link .link,
.title-wrapper-with-link .view-all,
.title-wrapper-with-link .title-wrapper-with-link__link {
  justify-self: center !important;         /* Grid-Zentrierung */
  align-self: center !important;
  margin: 8px auto 0 !important;
  float: none !important;                   /* alte Floats neutralisieren */
}

/* Falls Dawn die Link-Zeile als Flex-Container rendert */
.title-wrapper-with-link .view-all{
  display: flex !important;
  justify-content: center !important;
}

/* Falls Dawn per "space-between" arbeitet */
.title-wrapper-with-link[style*="space-between"],
.title-wrapper-with-link.isolate {
  justify-content: center !important;
}

/* === "Alle anzeigen" wirklich mittig – unabhängig vom Layout === */

/* Container nicht mehr space-between, sondern block + center */
.title-wrapper-with-link{
  display: block !important;
  text-align: center !important;
}

/* Überschrift bleibt blockzentriert */
.title-wrapper-with-link .title,
.title-wrapper-with-link h2,
.title-wrapper-with-link .title-wrapper-with-link__title{
  margin-bottom: 8px !important;
}

/* Der Button/Link selbst zentriert */
.title-wrapper-with-link .button,
.title-wrapper-with-link a,
.title-wrapper-with-link .link,
.title-wrapper-with-link .title-wrapper-with-link__link{
  display: inline-block !important;
  float: none !important;
  margin: 8px auto 0 !important;
  /* falls ein Auto-Push aktiv ist: */
  margin-left: auto !important;
  margin-right: auto !important;
  /* Flex/Grid-Reste neutralisieren */
  align-self: center !important;
  justify-self: center !important;
}

/* Falls ein inneres Wrapper-Element verwendet wird */
.title-wrapper-with-link .view-all,
.title-wrapper-with-link .title-wrapper-with-link__view-all{
  display: flex !important;
  justify-content: center !important;
}

/* === MIALURE Button Fix === */
a.button,
.button,
.footer .newsletter-form input[type=submit],
.title-wrapper-with-link .link {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #897358 !important;
  border-radius: 6px !important;
  font-family: Lato, sans-serif !important;
  transition: all 0.25s ease-in-out !important;
}

a.button:hover,
.button:hover,
.footer .newsletter-form input[type=submit]:hover,
.title-wrapper-with-link .link:hover {
  background: #897358 !important;
  color: #fff !important;
}

/* === 1) "Mehr erfahren" im Hero/Text (goldener Gradient entfernen, Weiß als Basis) === */
section.m-hero .m-hero__text a.button {
  background: #ffffff !important;           /* reines Weiß */
  background-image: none !important;        /* Gradient komplett aus */
  border: 1px solid #897358 !important;
  color: #111111 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease !important;
}
section.m-hero .m-hero__text a.button:hover {
  background: #897358 !important;
  border-color: #897358 !important;
  color: #ffffff !important;
}

/* Falls derselbe CTA auch in Bild-mit-Text / Rich-Text Sektionen vorkommt */
.image-with-text .button,
.rich-text .button {
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #897358 !important;
  color: #111111 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease !important;
}
.image-with-text .button:hover,
.rich-text .button:hover {
  background: #897358 !important;
  border-color: #897358 !important;
  color: #ffffff !important;
}

/* === 2) Newsletter "Anmelden" – Klasse .m-btn (eigener Stil!) === */
button.m-btn,
.m-footer__form .m-btn,
form#m-newsletter .m-btn {
  background: #ffffff !important;           /* Grundzustand Weiß */
  background-image: none !important;        /* jeden Gradient killen */
  border: 1px solid #897358 !important;
  color: #111111 !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease !important;
}
button.m-btn:hover,
.m-footer__form .m-btn:hover,
form#m-newsletter .m-btn:hover {
  background: #897358 !important;           /* Hover Braun */
  border-color: #897358 !important;
  color: #ffffff !important;
}

/* Sicherstellen, dass Pseudo-Overlays nicht wieder einfärben */
section.m-hero .m-hero__text a.button::before,
section.m-hero .m-hero__text a.button::after,
button.m-btn::before,
button.m-btn::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
/* === Ankündigungsleiste kompakter machen (Graff-Stil) === */
.announcement-bar {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  line-height: 1.4 !important;
  min-height: auto !important;
}

/* Falls dein Theme 'announcement' oder 'shopify-section-announcement-bar' nutzt */
.shopify-section.announcement-bar,
.shopify-section-announcement-bar {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  line-height: 1.4 !important;
  min-height: auto !important;
}

/* ==== Header: alten weißen Hintergrund aushebeln ==== */
.header-wrapper,
header.header,
.header {
  background: transparent !important;
  background-color: transparent !important;
}

/* ==== Header: alten weißen Hintergrund aushebeln ==== */
.header-wrapper,
header.header,
.header {
  background: transparent !important;
  background-color: transparent !important;
}

/* Headlines, Logo, Menü */
font-family: 'Cinzel', serif;

/* Fließtexte, Beschreibungen */
font-family: 'Cormorant Garamond', serif;

/* === MIALURE Font Setup: Graff-ähnlich (Cinzel + Cormorant Garamond) === */

/* Google Fonts einbinden */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:wght@300;400;500;600&display=swap');

/* === Überschriften, Logo, Menü, Buttons === */
h1, h2, h3, h4, h5, h6,
.header__heading,
.header__menu-item,
.navbar,
button,
a.button,
a.link,
.title-wrapper-with-link .title,
.product__title {
  font-family: 'Cinzel', serif !important;
  letter-spacing: 0.02em !important;
  font-weight: 500 !important;
  text-transform: none !important;
  color: #111111 !important;
}

/* === Fließtexte, Beschreibungen, Footer, Produkttexte === */
body,
p,
span,
li,
.footer,
.product__description,
.rich-text__text,
.cart__note,
.collection__description {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.6 !important;
  color: #222222 !important;
}

/* === Optional: Button-Text minimal größer für Luxuswirkung === */
.button,
a.button,
button.shopify-payment-button__button {
  font-family: 'Cinzel', serif !important;
  font-size: 14.5px !important;
  letter-spacing: 0.05em !important;
}

/* === MIALURE Font Setup: Graff-ähnlich (Cinzel + Cormorant Garamond) === */

/* Google Fonts einbinden */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:wght@300;400;500;600&display=swap');

/* === Überschriften, Logo, Menü, Buttons === */
h1, h2, h3, h4, h5, h6,
.header__heading,
.header__menu-item,
.navbar,
button,
a.button,
a.link,
.title-wrapper-with-link .title,
.product__title {
  font-family: 'Cinzel', serif !important;
  letter-spacing: 0.02em !important;
  font-weight: 500 !important;
  text-transform: none !important;
  color: #111111 !important;
}

/* === Fließtexte, Beschreibungen, Footer, Produkttexte === */
body,
p,
span,
li,
.footer,
.product__description,
.rich-text__text,
.cart__note,
.collection__description {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.6 !important;
  color: #222222 !important;
}

/* === Optional: Button-Text minimal größer für Luxuswirkung === */
.button,
a.button,
button.shopify-payment-button__button {
  font-family: 'Cinzel', serif !important;
  font-size: 14.5px !important;
  letter-spacing: 0.05em !important;
}

/* === MIALURE Footer – Dunkel-Edel Variante === */
.footer,
.footer__content,
.footer__blocks,
.footer__block,
.footer__bottom,
.shopify-section-footer {
  background-color: var(--mia-emerald) !important;
  color: var(--mia-champagne) !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  letter-spacing: 0.02em !important;
}

/* Footer Links */
.footer a,
.footer__linklist a,
.footer__block a {
  color: var(--mia-champagne) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.footer a:hover,
.footer__linklist a:hover,
.footer__block a:hover {
  color: var(--mia-gold) !important;
}

/* Newsletter Label */
.footer .newsletter-form__field-label {
  font-family: "Cinzel", serif !important;
  color: var(--mia-champagne) !important;
  font-size: 15px !important;
}

/* Kleine Texte unten */
.footer__copyright,
.footer__bottom {
  color: rgba(234, 223, 207, 0.85) !important;
  font-size: 14px !important;
}

/* === MIALURE Footer – Dunkel-Edel Graff Style (stärker überschrieben) === */
#shopify-section-footer,
.shopify-section-footer,
.footer,
.footer-wrapper,
.footer__content,
.footer__blocks,
.footer__bottom {
  background-color: #0E3B2E !important;  /* Emerald-Green */
  color: #EADFCF !important;              /* Champagner */
  font-family: "Cormorant Garamond", serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* Footer Links */
#shopify-section-footer a,
.footer a,
.footer__linklist a,
.footer__block a {
  color: #EADFCF !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

#shopify-section-footer a:hover,
.footer a:hover,
.footer__linklist a:hover,
.footer__block a:hover {
  color: #897358 !important; /* Goldbraun beim Hover */
}

/* Newsletter Beschriftung & Button */
#shopify-section-footer .newsletter-form__field-label,
.footer .newsletter-form__field-label {
  font-family: "Cinzel", serif !important;
  color: #EADFCF !important;
  font-size: 15px !important;
}

#shopify-section-footer .newsletter-form .button,
.footer .newsletter-form .button {
  background-color: #EADFCF !important;
  color: #0E3B2E !important;
  border: 1px solid #EADFCF !important;
}

#shopify-section-footer .newsletter-form .button:hover,
.footer .newsletter-form .button:hover {
  background-color: #897358 !important;
  border-color: #897358 !important;
  color: #fff !important;
}

/* Copyright unten */
.footer__copyright,
.footer__bottom {
  color: rgba(234, 223, 207, 0.85) !important;
  font-size: 14px !important;
}

/* === MIALURE Footer – Farbüberschreibung für alle Color-Schemes === */
.footer,
.footer-wrapper,
#shopify-section-footer,
.shopify-section-footer,
.footer__content,
.footer__blocks,
.footer__bottom,
.color-scheme-footer,
.color-scheme-background-1,
.color-scheme-inverse {
  background-color: #0E3B2E !important; /* Emerald-Green */
  color: #EADFCF !important;             /* Champagner */
}

/* Links im Footer */
.footer a,
.footer__linklist a,
.footer__block a,
#shopify-section-footer a {
  color: #EADFCF !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.footer a:hover,
.footer__linklist a:hover,
.footer__block a:hover {
  color: #897358 !important; /* Goldbraun Hover */
}

/* Newsletter Beschriftung & Button */
.footer .newsletter-form__field-label {
  font-family: "Cinzel", serif !important;
  color: #EADFCF !important;
}

.footer .newsletter-form .button,
#shopify-section-footer .newsletter-form .button {
  background-color: #EADFCF !important;
  color: #0E3B2E !important;
  border: 1px solid #EADFCF !important;
}

.footer .newsletter-form .button:hover,
#shopify-section-footer .newsletter-form .button:hover {
  background-color: #897358 !important;
  border-color: #897358 !important;
  color: #fff !important;
}

/* === MIALURE Footer – Emerald x Champagne (force override) === */
#shopify-section-footer,
footer.footer,
.footer.color-background-1,
.footer.color-background-2,
.footer.color-scheme-1,
.footer.color-scheme-2,
footer[class*="color-"],
.shopify-section-footer {
  background-color: #0E3B2E !important;  /* Emerald */
  color: #EADFCF !important;              /* Champagne */
}

/* Footer-Text & Überschriften */
footer.footer * {
  color: #EADFCF !important;
  font-family: "Cormorant Garamond", serif !important;
}

/* Footer-Links */
footer.footer a {
  color: #EADFCF !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

footer.footer a:hover {
  color: #897358 !important; /* Gold Hover */
}

/* Newsletter */
footer.footer .newsletter-form__field-label {
  font-family: "Cinzel", serif !important;
  color: #EADFCF !important;
}

footer.footer .newsletter-form .button {
  background-color: #EADFCF !important;
  color: #0E3B2E !important;
  border: 1px solid #EADFCF !important;
}

footer.footer .newsletter-form .button:hover {
  background-color: #897358 !important;
  border-color: #897358 !important;
  color: #fff !important;
}

/* === MIALURE Footer – endgültige Farbkorrektur === */
#shopify-section-footer,
footer,
.footer {
  /* überschreibt alle Color Scheme Variablen */
  --color-background: #0E3B2E !important;
  --gradient-background: #0E3B2E !important;
  --color-foreground: #EADFCF !important;
  --color-link: #EADFCF !important;
  --color-link-hover: #897358 !important;

  background: var(--color-background) !important;
  color: var(--color-foreground) !important;
}

/* Texte und Links */
#shopify-section-footer *,
footer *,
.footer * {
  color: var(--color-foreground) !important;
  font-family: "Cormorant Garamond", serif !important;
}

/* Newsletter Button */
footer .newsletter-form .button {
  background-color: #EADFCF !important;
  color: #0E3B2E !important;
  border: 1px solid #EADFCF !important;
}

footer .newsletter-form .button:hover {
  background-color: #897358 !important;
  color: #fff !important;
  border-color: #897358 !important;
}

/* === FINAL MIALURE FOOTER FIX === */
#shopify-section-footer *,
footer *,
.footer * {
  color: #EADFCF !important; /* Champagnerfarbe */
}

/* Footer Headings */
footer h2, footer h3, footer h4, footer h5 {
  color: #EADFCF !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}

/* Footer Links */
footer a {
  color: #EADFCF !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}
footer a:hover {
  color: #897358 !important; /* Goldbraun Hover */
}

/* Newsletter Label + Button */
footer .newsletter-form__field-label {
  color: #EADFCF !important;
  font-family: "Cormorant Garamond", serif !important;
}

footer .newsletter-form .button {
  background-color: #EADFCF !important;
  color: #0E3B2E !important;
  border: 1px solid #EADFCF !important;
}

footer .newsletter-form .button:hover {
  background-color: #897358 !important;
  color: #fff !important;
  border-color: #897358 !important;
}
/* === MIALURE Footer: Elegant auf Emerald-Grün === */

/* Footer-Hintergrund bleibt Emerald */
#shopify-section-footer,
footer,
.footer {
  background-color: #0E3B2E !important;
}

/* Textfarbe, Links, Schrift */
#shopify-section-footer *,
footer *,
.footer * {
  color: #EADFCF !important; /* Champagne */
  font-family: "Cormorant Garamond", serif !important;
  letter-spacing: 0.02em;
}

/* Footer-Links */
footer a {
  color: #EADFCF !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}
footer a:hover {
  color: #897358 !important; /* Goldbraun Hover */
}

/* Überschriften */
footer h2, footer h3, footer h4, footer h5 {
  color: #EADFCF !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Newsletter-Feld */
footer .newsletter-form__field-label {
  color: #EADFCF !important;
  font-family: "Cormorant Garamond", serif !important;
}

/* Newsletter-Button */
footer .newsletter-form .button {
  background-color: #EADFCF !important;
  color: #0E3B2E !important;
  border: 1px solid #EADFCF !important;
  border-radius: 4px;
  transition: all 0.3s ease;
}
footer .newsletter-form .button:hover {
  background-color: #897358 !important;
  color: #fff !important;
  border-color: #897358 !important;
}

/* === MIALURE Footer – Emerald Edition === */
#shopify-section-footer,
footer,
.footer {
  background-color: #0E3B2E !important; /* Emerald bleibt */
}

/* Schriftfarben & Stil */
#shopify-section-footer *,
footer *,
.footer * {
  color: #ffffff !important; /* Weiß auf Emerald */
  font-family: "Cormorant Garamond", serif !important;
  letter-spacing: 0.02em;
}

/* Footer-Links */
footer a {
  color: #ffffff !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}
footer a:hover {
  color: #C5A96B !important; /* sanftes Gold beim Hover */
}

/* Überschriften */
footer h2, footer h3, footer h4, footer h5 {
  color: #ffffff !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Newsletter-Feld */
footer .newsletter-form__field-label {
  color: #ffffff !important;
  font-family: "Cormorant Garamond", serif !important;
}

/* Newsletter-Button */
footer .newsletter-form .button {
  background-color: #C5A96B !important; /* Goldton */
  color: #0E3B2E !important; /* Emerald-Text */
  border: 1px solid #C5A96B !important;
  border-radius: 4px;
  transition: all 0.3s ease;
}
footer .newsletter-form .button:hover {
  background-color: #ffffff !important;
  color: #0E3B2E !important;
  border-color: #ffffff !important;
}

/* === MIALURE Footer – Emerald Green Edition === */
#shopify-section-footer,
footer,
.footer {
  background-color: #0E3B2E !important; /* Emerald bleibt */
}

/* Allgemeiner Text */
#shopify-section-footer *,
footer *,
.footer * {
  color: #FFFFFF !important; /* Weiß auf Emerald */
  font-family: "Cormorant Garamond", serif !important;
  letter-spacing: 0.02em;
}

/* Footer-Links */
footer a {
  color: #FFFFFF !important;
  text-decoration: none !important;
  transition: color 0.25s ease;
}
footer a:hover {
  color: #897358 !important; /* MIALURE Goldbraun Hover */
}

/* Überschriften */
footer h2, footer h3, footer h4, footer h5 {
  color: #FFFFFF !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Newsletter Label */
footer .newsletter-form__field-label {
  color: #FFFFFF !important;
  font-family: "Cormorant Garamond", serif !important;
}

/* Newsletter-Button */
footer .newsletter-form .button {
  background-color: #FFFFFF !important;
  color: #0E3B2E!important;
  border: 1px solid #FFFFFF !important;
  border-radius: 4px;
  transition: all 0.3s ease;
}
footer .newsletter-form .button:hover {
  background-color: #897358 !important;
  color: #FFFFFF !important;
  border-color: #897358 !important;
}

font-family: "Cormorant Garamond", serif;
font-weight: 400;
font-style: normal;

/* === MIALURE – Feine Typografie === */
h1, h2, h3, h4, h5, h6,
.footer *,
footer *,
#shopify-section-footer * {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
}

/* === MIALURE – Graff Style Typography === */
body, p, span, li, a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em;
  color: #111 !important;
}

/* Überschriften im Graff-Stil */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.3em;
  color: #111 !important;
}

/* Buttons (z. B. „SHOP NOW“) */
button, .button, .shopify-payment-button__button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* === MIALURE – Graff Style Typography Complete === */

/* --- Basis-Schrift --- */
body, p, span, li, a, input, textarea, select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
  color: #111 !important;
  letter-spacing: 0.02em;
  line-height: 1.6em;
}

/* --- Überschriften im Graff-Stil --- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.3em;
  color: #111 !important;
}

/* --- Hauptnavigation / Menü --- */
.header__menu a,
#menu-drawer a,
.navigation a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111 !important;
}
.header__menu a:hover {
  color: #897358 !important; /* MIALURE-Goldbraun */
}

/* --- Buttons (z. B. SHOP NOW) --- */
button, .button, .shopify-payment-button__button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111 !important;
  border-radius: 2px;
  transition: all 0.3s ease;
}
button:hover, .button:hover, .shopify-payment-button__button:hover {
  color: #FFFFFF !important;
  background-color: #897358 !important;
  border-color: #897358 !important;
}

/* --- Footer / Newsletter --- */
footer, #shopify-section-footer, .footer {
  font-family: "Cormorant Garamond", serif !important;
  color: #FFFFFF !important;
}
footer a {
  color: #FFFFFF !important;
  transition: color 0.25s ease;
}
footer a:hover {
  color: #897358 !important;
}

/* --- Kleinere Details --- */
small, .subtext, .caption {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0.85em;
  letter-spacing: 0.04em;
}

/* === MIALURE Color Correction (fixes black/white inconsistencies) === */

/* Footer Text allgemein */
footer, #shopify-section-footer, .footer {
  background-color: #0b3d32 !important; /* dein Emerald-Grün */
  color: #fff !important;
}

/* Footer Überschriften */
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #fff !important;
}

/* Footer Links */
footer a, .footer a {
  color: #fff !important;
  transition: color 0.25s ease;
}
footer a:hover, .footer a:hover {
  color: #897358 !important; /* MIALURE Goldbraun beim Hover */
}

/* Newsletter Beschriftungen und Input */
footer input, .footer input, #shopify-section-footer input {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
footer input::placeholder {
  color: rgba(255,255,255,0.7) !important;
}

/* Footer Button */
footer button, .footer button, .footer .button {
  background-color: #fff !important;
  color: #0b3d32 !important;
  border: 1px solid #fff !important;
  transition: all 0.3s ease;
}
footer button:hover, .footer .button:hover {
  background-color: #897358 !important;
  border-color: #897358 !important;
  color: #fff !important;
}

/* === MIALURE Footer Fix === */

/* Hintergrund bleibt Emerald-Grün */
footer, #shopify-section-footer, .footer {
  background-color: #0b3d32 !important;
  color: #fff !important;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
}

/* Überschriften im Footer */
footer h1, footer h2, footer h3, footer h4, footer h5 {
  color: #fff !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}

/* Links */
footer a {
  color: #fff !important;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #897358 !important; /* dein Goldbraun */
}

/* Newsletter Input */
footer input, .footer input {
  background: transparent !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}
footer input::placeholder {
  color: rgba(255,255,255,0.8) !important;
}

/* Newsletter Button */
footer button, .footer button {
  background-color: #fff !important;
  color: #0b3d32 !important;
  border: 1px solid #fff !important;
  transition: all 0.3s ease;
}
footer button:hover {
  background-color: #897358 !important;
  border-color: #897358 !important;
  color: #fff !important;
}

/* === FINAL MIALURE FOOTER FIX === */

footer.m-footer, #shopify-section-footer, .footer, .m-footer {
  background-color: #0b3d32 !important; /* Emerald Grün */
  color: #ffffff !important;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
}

/* Footer Texte & Überschriften */
footer.m-footer h1,
footer.m-footer h2,
footer.m-footer h3,
footer.m-footer h4,
footer.m-footer h5,
footer.m-footer h6 {
  color: #ffffff !important;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 500 !important;
}

/* Footer Links */
footer.m-footer a {
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.25s ease;
}
footer.m-footer a:hover {
  color: #897358 !important; /* MIALURE Goldbraun Hover */
}

/* Newsletter Inputs */
footer.m-footer input[type="text"],
footer.m-footer input[type="email"] {
  background: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
footer.m-footer input::placeholder {
  color: rgba(255,255,255,0.8) !important;
}

/* Newsletter Button */
footer.m-footer button,
footer.m-footer .button {
  background-color: #ffffff !important;
  color: #0b3d32 !important;
  border: 1px solid #ffffff !important;
  transition: all 0.3s ease;
}
footer.m-footer button:hover,
footer.m-footer .button:hover {
  background-color: #897358 !important;
  border-color: #897358 !important;
  color: #ffffff !important;
}

/* Entfernt alte, überlagernde Regeln */
#shopify-section-footer *, .footer *, footer * {
  background: none !important;
  box-shadow: none !important;
}

/* --- Auswahl-Buttons aktiv sichtbar machen --- */
.option-button {
    border: 1px solid #897358;     /* deine Markenfarbe */
    background-color: transparent;
    color: #897358;
    cursor: pointer;
    transition: all 0.2s ease;
}

.option-button.active {
    background-color: #897358;     /* ausgefüllte Farbe, wenn aktiv */
    color: #ffffff;                /* Textfarbe auf aktivem Button */
    border-color: #897358;
}

.option-button:not(.active):hover {
    background-color: rgba(137, 115, 88, 0.1);
}
/* --- Ende Auswahl-Buttons --- */

/* MIALURE: aktive Options-Buttons deutlicher einfärben */
.mia-opts button.is-active {
    background-color: #8b6a3f;      /* deine CTA-Farbe */
    color: #ffffff;
    border-color: #8b6a3f;
    box-shadow: 0 6px 16px rgba(139,106,63,.25); /* gleicher Shadow wie .mia-btn */
}

.mia-opts button:not(.is-active) {
    background-color: #ffffff;
    color: #8b6a3f;
    border: 1px solid var(--bd);
}

/* MIALURE zentriert + animierter Emerald-Verlauf */
.header__heading-logo,
.header__heading-logo a {
  font-family: 'Times New Roman', serif; /* wenn du anderen Font nutzt: hier ersetzen */
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;

  /* animated gradient text */
  background: linear-gradient(
    120deg,
    #d4ffe8 0%,
    #4fd9a7 25%,
    #009f7a 50%,
    #006a4e 75%,
    #4fd9a7 100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  color: transparent;
  animation: mialure-shine 6s linear infinite;
  display: inline-block;
}

/* sorgt dafür, dass der Block selber wirklich mittig sitzt */
.header__heading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* dezente Linie unten wie Luxus-Jewelry */
.header-wrapper {
  background-color: #ffffff !important;
  border-bottom: 1px solid #eae6e2;
}

/* Menü etwas nach unten schieben */
.header__menu {
  margin-top: 10px;
}

/* Animation für den Emerald-Glanz */
@keyframes mialure-shine {
  0%   { background-position:   0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position:   0% 50%; }
}

/* === MIALURE Animated Header Logo === */
.mialure-logo-animated {
  font-family: "Times New Roman", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;

  background: linear-gradient(
    120deg,
    #d4ffe8 0%,
    #4fd9a7 25%,
    #009f7a 50%,
    #006a4e 75%,
    #4fd9a7 100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  color: transparent;

  animation: mialure-jewel-shine 6s linear infinite;
}

@keyframes mialure-jewel-shine {
  0%   { background-position:   0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position:   0% 50%; }
}

.header__heading {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* === MIALURE Header Logo Style (Cinzel Bold + Smaragd-Verlauf) === */

/* Google Font laden */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&display=swap');

.mialure-logo-animated {
  font-family: 'Cinzel', serif;
  font-weight: 600; /* schön kräftig, wie Bulgari */
  font-size: clamp(20px, 2vw, 32px); /* passt sich Mobile/Desktop an */
  letter-spacing: 0.08em; /* Luxus-Spacing wie BVLGARI */
  line-height: 1.1;
  text-transform: uppercase;

  /* Verlauf wie dein Emerald/Smaragd-Look */
  background: linear-gradient(
    90deg,
    #0d2c1f 0%,      /* tiefes, dunkles Grün */
    #1a4f38 20%,     /* sattes Smaragd */
    #5ea580 50%,     /* helleres Edelgrün */
    #1a4f38 80%,     /* zurück */
    #0d2c1f 100%     /* zurück dunkel */
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;

  /* Animation — deutlicher, schneller sichtbar */
  animation: mialureGradientMove 3s linear infinite;
}

/* Hover-Effekt (optional, sieht teuer aus wenn man drüber fährt) */
.mialure-logo-animated:hover {
  animation-duration: 1.5s;
  filter: brightness(1.1);
}

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

.mialure-logo-animated {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;           /* Größe der Schrift */
  font-weight: 500;          /* Stärke – 400 = dünner, 600 = kräftiger */
  letter-spacing: 0.18em;    /* Abstand zwischen Buchstaben */
  text-transform: uppercase; /* alles groß */
  line-height: 1.2;

  background: linear-gradient(
    90deg,
    #1e3a2a 0%,
    #4a6f52 25%,
    #6ea57c 50%,
    #4a6f52 75%,
    #1e3a2a 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  color: transparent;
  animation: mialureGradient 3s linear infinite;
}

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

/* MIALURE Logo Typo + Animation */
.mialure-logo-animated {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 500;
  font-size: clamp(24px, 2vw, 32px); /* Desktop etwas größer als vorher */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(
    90deg,
    #1e2f25 0%,
    #4a6a55 25%,
    #7fa78c 50%,
    #4a6a55 75%,
    #1e2f25 100%
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: mialureGradient 4s linear infinite;
}

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

/* Header-Heading Link selbst darf nicht seine eigene Font überschreiben */
.header__heading-link,
.header__heading .header__heading-link {
  font-family: "Cormorant Garamond", serif !important;
  text-decoration: none;
}

/* Einzelbuchstaben-Animation für MIALURE */
.mialure-logo-animated {
  /* Das hast du schon drin, lassen wir wie es ist */
  white-space: nowrap;
}

/* Jeder Buchstabe */
.mlr-letter {
  display:inline-block;
  animation: mlrPulse 2.4s var(--d) infinite ease-in-out;
  /* Gleicher Farbverlauf wie beim Hauptlogo, damit jeder Buchstabe nicht plötzlich anders aussieht */
  background: linear-gradient(
    to right,
    #1e4725 0%,
    #4a6a55 50%,
    #1e4725 100%
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
  color: transparent;
}

/* Puls / leichtes Aufleuchten */
@keyframes mlrPulse {
  0%   { filter: drop-shadow(0 0 0px rgba(74,106,85,0));   opacity: 1;   }
  30%  { filter: drop-shadow(0 0 6px rgba(74,106,85,0.4)); opacity: 1;   }
  60%  { filter: drop-shadow(0 0 10px rgba(74,106,85,0.7));opacity: 1;   }
  100% { filter: drop-shadow(0 0 0px rgba(74,106,85,0));   opacity: 1;   }
}

/* Für alle Geräte – leicht stärkerer Look */
.mialure-logo-animated {
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-shadow: 0 0 1px rgba(30, 71, 37, 0.1),
               0 0 2px rgba(30, 71, 37, 0.15),
               0 0 6px rgba(30, 71, 37, 0.05); /* sanfter Lichtschein */
  -webkit-text-stroke: 0.25px rgba(30, 71, 37, 0.4);
}

/* Mobile */
@media (max-width: 767px) {
  .mialure-logo-animated {
    font-size: 25px;
    font-weight: 700 !important;
    text-shadow: 0 0 0.8px rgba(30, 71, 37, 0.15),
                 0 0 3px rgba(30, 71, 37, 0.08);
    -webkit-text-stroke: 0.3px rgba(30, 71, 37, 0.4);
  }
}

/* Desktop */
@media (min-width: 768px) {
  .mialure-logo-animated {
    font-size: clamp(28px, 2vw, 36px);
    letter-spacing: 0.09em;
    text-shadow: 0 0 1.5px rgba(30, 71, 37, 0.1),
                 0 0 4px rgba(30, 71, 37, 0.05);
    -webkit-text-stroke: 0.2px rgba(30, 71, 37, 0.3);
  }
}

.mialure-logo-animated {
  font-weight: 700 !important;
  letter-spacing: 0.18em; /* Weit wie bei BVLGARI */
  text-shadow: 0 0 1px rgba(30, 71, 37, 0.1),
               0 0 2px rgba(30, 71, 37, 0.15),
               0 0 6px rgba(30, 71, 37, 0.05);
  -webkit-text-stroke: 0.25px rgba(30, 71, 37, 0.4);
  text-transform: uppercase;
  display: inline-block;
}

/* Mobile */
@media (max-width: 767px) {
  .mialure-logo-animated {
    font-size: 25px;
    font-weight: 700 !important;
    letter-spacing: 0.14em;
    text-shadow: 0 0 0.8px rgba(30, 71, 37, 0.15),
                 0 0 3px rgba(30, 71, 37, 0.08);
    -webkit-text-stroke: 0.3px rgba(30, 71, 37, 0.4);
  }
}

/* Desktop */
@media (min-width: 768px) {
  .mialure-logo-animated {
    font-size: clamp(28px, 2vw, 36px);
    letter-spacing: 0.20em;
    text-shadow: 0 0 1.5px rgba(30, 71, 37, 0.1),
                 0 0 4px rgba(30, 71, 37, 0.05);
    -webkit-text-stroke: 0.2px rgba(30, 71, 37, 0.3);
  }
}

/* =========================================================
   MIALURE – Slow Light Shimmer Effekt (Luxusglanz)
   ========================================================= */
@keyframes mialureShimmer {
  0% {
    background-position: -200% center;
  }
  50% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

.mialure-logo-animated {
  position: relative;
  font-weight: 700 !important;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    rgba(26, 71, 37, 0.4) 0%,
    rgba(74, 106, 85, 1) 30%,
    rgba(26, 71, 37, 0.6) 70%,
    rgba(74, 106, 85, 1) 100%
  );
  background-size: 400% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0.25px rgba(30, 71, 37, 0.4);
  animation: mialureShimmer 8s ease-in-out infinite;
  display: inline-block;
  text-shadow: 0 0 1px rgba(30, 71, 37, 0.15),
               0 0 3px rgba(30, 71, 37, 0.1);
}

/* =========================================================
   MIALURE – Slow Light Shimmer Effekt (Luxusglanz)
   ========================================================= */
@keyframes mialureShimmer {
  0% {
    background-position: -200% center;
  }
  50% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

.mialure-logo-animated {
  position: relative;
  font-weight: 700 !important;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    rgba(26, 71, 37, 0.4) 0%,
    rgba(74, 106, 85, 1) 30%,
    rgba(26, 71, 37, 0.6) 70%,
    rgba(74, 106, 85, 1) 100%
  );
  background-size: 400% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0.25px rgba(30, 71, 37, 0.4);
  animation: mialureShimmer 8s ease-in-out infinite;
  display: inline-block;
  text-shadow: 0 0 1px rgba(30, 71, 37, 0.15),
               0 0 3px rgba(30, 71, 37, 0.1);
}

/* Mobile optimiert – etwas weniger Bewegung */
@media (max-width: 767px) {
  .mialure-logo-animated {
    font-size: 25px;
    letter-spacing: 0.14em;
    animation: mialureShimmer 12s ease-in-out infinite;
    -webkit-text-stroke: 0.3px rgba(30, 71, 37, 0.5);
  }
}

/* Desktop feinere Glanzbewegung */
@media (min-width: 768px) {
  .mialure-logo-animated {
    font-size: clamp(28px, 2vw, 36px);
    animation: mialureShimmer 8s linear infinite;
  }
}

/* ===== MIALURE LOGO – Clean Luxury Version ===== */

/* sanfter Schimmer, aber nicht dunkel */
@keyframes mialureSoftShine {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.mialure-logo-animated {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 500 !important;         /* nicht fett, elegant */
  text-transform: uppercase;
  letter-spacing: 0.22em;              /* mehr Abstand zwischen den Buchstaben */
  line-height: 1.1;
  display: inline-block;
  
  /* Helles Emerald statt Schwarz */
  background: linear-gradient(
    90deg,
    rgba(60, 105, 75, 0.4) 0%,   /* helles smaragdgrün transparent */
    rgba(60, 105, 75, 1) 40%,   /* sattes Smaragdgrün */
    rgba(90, 140, 100, 1) 60%,  /* leicht aufgehellt grün-goldig */
    rgba(60, 105, 75, 0.5) 100% /* wieder weich */
  );

  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;

  /* Wichtig: kein schwarzer Rand mehr */
  -webkit-text-stroke: 0px transparent;

  /* ganz leichter Glow statt Schatten */
  text-shadow:
    0 0 4px rgba(90,140,100,0.25),
    0 0 8px rgba(90,140,100,0.15);

  /* sehr langsame, noble Bewegung */
  animation: mialureSoftShine 6s ease-in-out infinite;
}

/* Mobile: etwas größer, noch mehr Abstand, aber weiter clean */
@media (max-width: 767px) {
  .mialure-logo-animated {
    font-size: 26px;
    letter-spacing: 0.24em;
    animation-duration: 9s; /* noch ruhiger am Handy */
    text-shadow:
      0 0 3px rgba(90,140,100,0.28),
      0 0 6px rgba(90,140,100,0.18);
  }
}

/* Desktop: größer wie BVLGARI Headline */
@media (min-width: 768px) {
  .mialure-logo-animated {
    font-size: clamp(30px, 2vw, 34px);
    letter-spacing: 0.26em; /* mehr Abstand, klassischer High-Jewelry Look */
    font-weight: 500 !important;
  }
}

/* ========== MOBILE LOGO OPTIMIERUNG ========== */
@media (max-width: 767px) {
  .mialure-logo-animated {
    font-size: 32px !important;       /* vorher 26px – jetzt größer */
    letter-spacing: 0.26em !important; /* mehr Abstand zwischen Buchstaben */
    line-height: 1.2 !important;
    transform: scale(1.05);           /* leicht vergrößert */
    text-shadow:
      0 0 4px rgba(90,140,100,0.22),
      0 0 6px rgba(90,140,100,0.15);
  }
}

/* --- MIALURE Emerald Linie – kräftigere Variante --- */
.header__heading + .header__inline-menu {
  border-top: 1px solid rgba(60, 105, 75, 0.7); /* kräftiger Smaragdton */
  margin-top: 10px;
  padding-top: 1px;
}

/* --- MIALURE Trennlinie zwischen Logo und Navigation (Emerald-Version) --- */
.header__heading + .header__inline-menu {
  border-top: 1px solid rgba(74, 106, 85, 0.45); /* sanftes Smaragdgrün */
  margin-top: 10px;
  padding-top: 1px;
}

/* ===== Einheitliche MIALURE Emerald-Trennlinien ===== */

/* Hauptlinie unter dem Logo */
.header__heading + .header__inline-menu {
  border-top: 1px solid rgba(74, 106, 85, 0.55) !important; /* Emerald-Ton */
  margin-top: 10px;
  padding-top: 1px;
}

/* Untere Linie zwischen Menü und Content (Backup-Fix für Dawn) */
.header-wrapper,
.header,
.header__inline-menu {
  border-color: rgba(74, 106, 85, 0.55) !important;
}

/* Falls Theme eine doppelte Linie zeichnet (wie in deinem Screenshot) */
.header__inline-menu::after,
.header__inline-menu::before {
  border-color: rgba(74, 106, 85, 0.55) !important;
}

/* Feine Variante für mobile Header */
@media (max-width: 767px) {
  .header__heading + .header__inline-menu {
    border-top: 1px solid rgba(74, 106, 85, 0.45) !important;
  }
}

/* ===== MIALURE Header Linien auf Emerald setzen ===== */

/* 1. Dünne Linie direkt unter dem Menü (die horizontale Hairline) */
.header__inline-menu {
  border-top: 1px solid rgba(74, 106, 85, 0.55) !important;
}

/* 2. Die untere Trennlinie vom ganzen Header-Block (Dawn nennt das "header-wrapper--border-bottom") */
.header-wrapper--border-bottom {
  border-bottom: 1px solid rgba(74, 106, 85, 0.55) !important;
}

/* 3. Falls Dawn intern nochmal Tabellen-/Row-Border setzt */
.header,
.header__menu-item,
.header__menu-item span,
.header__inline-menu li,
.header__inline-menu ul {
  border-color: rgba(74, 106, 85, 0.55) !important;
}

/* 4. Manche Dawn-Version zeichnet zusätzlich pseudo-Linien */
.header__inline-menu::before,
.header__inline-menu::after {
  content: '';
  border-top: 1px solid rgba(74, 106, 85, 0.55) !important;
}

/* 5. Mobile Variante (da ist oft eine andere Border-Klasse aktiv) */
@media (max-width: 749px) {
  .header-wrapper,
  .section-header,
  .shopify-section-header-sticky {
    border-bottom: 1px solid rgba(74, 106, 85, 0.55) !important;
  }
}

/* ===== MIALURE Emerald Glow Linien für Produktseiten ===== */

/* 1. Alle Standard-Trennlinien auf Emerald umstellen */
.breadcrumb,
.product__info-wrapper,
.product__media-wrapper,
.product__block,
.product__accordion,
.product__accordion summary,
.product__accordion-content,
.section-header,
.shopify-section-header-sticky {
  border-color: rgba(74, 106, 85, 0.55) !important;
  border-top-color: rgba(74, 106, 85, 0.55) !important;
  border-bottom-color: rgba(74, 106, 85, 0.55) !important;
}

/* 2. Sanft schimmernder Emerald-Verlauf wie beim Logo */
.mialure-emerald-line {
  background: linear-gradient(90deg, #1e4725, #4a6a55, #1e4725);
  background-size: 200% 100%;
  height: 1px;
  animation: mialureEmeraldShine 4s linear infinite;
  border: none;
}

/* 3. Animation für den schimmernden Emerald-Effekt */
@keyframes mialureEmeraldShine {
  0% {
    background-position: 0% 0%;
    box-shadow: 0 0 2px rgba(74, 106, 85, 0.3);
  }
  50% {
    background-position: 100% 0%;
    box-shadow: 0 0 6px rgba(74, 106, 85, 0.45);
  }
  100% {
    background-position: 0% 0%;
    box-shadow: 0 0 2px rgba(74, 106, 85, 0.3);
  }
}

/* 4. Falls Dawn kleine schwarze Linien irgendwo versteckt */
hr,
.divider,
.border-bottom,
.border-top {
  background: linear-gradient(90deg, #1e4725, #4a6a55, #1e4725) !important;
  background-size: 200% 100%;
  animation: mialureEmeraldShine 4s linear infinite;
  border: none !important;
  height: 1px !important;
}

/* =========================
   MIALURE Emerald Lines – Hard Override
   ========================= */

/* 0. Farbverlauf / Glow definieren */
.mialure-emerald-line,
.mialure-emerald-border {
  --emerald-grad: linear-gradient(
    90deg,
    #1e4725 0%,
    #4a6a55 50%,
    #1e4725 100%
  );

  background-image: var(--emerald-grad);
  background-size: 200% 100%;
  animation: mialureEmeraldShine 4s linear infinite;
  box-shadow: 0 0 4px rgba(74,106,85,0.4);
}

/* Animation wie beim Logo-Schimmer */
@keyframes mialureEmeraldShine {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* =========================
   1. HEADER / NAV-BEREICH
   ========================= */

/* Linie direkt unter der Navigation (früher Champagner) */
.header__inline-menu {
  border-top: none !important;
  border-bottom: 0 !important;
  position: relative;
}

/* künstliche emerald-Linie einziehen */
.header__inline-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px; /* sitzt direkt unter dem Logo-Block */
  height: 1px;
  background-image: linear-gradient(90deg,#1e4725 0%,#4a6a55 50%,#1e4725 100%);
  background-size: 200% 100%;
  box-shadow: 0 0 4px rgba(74,106,85,0.4);
  animation: mialureEmeraldShine 4s linear infinite;
  pointer-events: none;
}

/* dünne vertikale Trennlinien zwischen Menü-Links (falls vorhanden) */
.header__inline-menu .list-menu__item,
.header__inline-menu .list-menu__item--link {
  border-color: rgba(74,106,85,0.55) !important;
}

/* Shopify macht oft so was wie border-bottom:1px solid rgba(0,0,0,.08) auf dem ganzen Header */
.section-header,
.header-wrapper,
.header {
  border-bottom: 0 !important;
  box-shadow: none !important;
}


/* =========================
   2. PRODUKTSEITEN / PDP
   ========================= */

/* Viele dieser Container haben unten eine dünne schwarze oder graue Linie */
.product__info-wrapper,
.product__media-wrapper,
.product__info-container,
.product__accordion,
.product__accordion summary,
.product__accordion + .product__accordion,
.product__block,
.product__column,
.breadcrumb,
.breadcrumbs,
.product__description,
.product__info-wrapper .product__tax,
.product__info-wrapper .product__text,
.product__info-wrapper .product__sku {
  border-color: rgba(74,106,85,0.55) !important;
  border-bottom-color: rgba(74,106,85,0.55) !important;
  border-top-color: rgba(74,106,85,0.55) !important;
  box-shadow: none !important;
}

/* Manche Themes nutzen stattdessen border-bottom direkt inline */
.product__info-wrapper,
.product__media-wrapper,
.product__accordion,
.product__accordion summary,
.product__block,
.product__description {
  border-bottom: 1px solid rgba(74,106,85,0.55) !important;
}

/* Und oft kommt auf mobile eine extra Linie am oberen Rand vom Produkttext */
.product__info-wrapper {
  border-top: 1px solid rgba(74,106,85,0.55) !important;
}

/* Breadcrumb / kleine Linie über dem Produkttitel */
.breadcrumb,
.breadcrumbs {
  border-bottom: 1px solid rgba(74,106,85,0.55) !important;
}

/* Shopify ballert manchmal hr-Tags rein */
hr,
.hr,
.divider,
.border-bottom,
.border-top,
.product hr {
  height: 1px !important;
  border: 0 !important;
  background-image: linear-gradient(90deg,#1e4725 0%,#4a6a55 50%,#1e4725 100%) !important;
  background-size: 200% 100% !important;
  animation: mialureEmeraldShine 4s linear infinite;
  box-shadow: 0 0 4px rgba(74,106,85,0.4) !important;
  opacity: 1 !important;
}

/* =========================
   3. Falls irgendwo NOCH der alte Champagner-Ton (#eadfcf/#bfa585 usw.) steckt
   ========================= */

/* globale harte Korrektur für Border-Farben, ganz zum Schluss */
* {
  --border-color: rgba(74,106,85,0.55) !important;
}

/* ===== MIALURE Navigation Unterstrich (Hover + Aktiv) in Emerald ===== */

.header__menu-item .link:hover::after,
.header__menu-item .link[aria-current="page"]::after,
.header__menu-item .link.link--active::after {
  border-color: rgba(74, 106, 85, 0.75) !important;
  background: linear-gradient(90deg, #1e4725 0%, #4a6a55 50%, #1e4725 100%) !important;
  background-size: 200% 100%;
  animation: mialureEmeraldShine 4s linear infinite !important;
  box-shadow: 0 0 4px rgba(74, 106, 85, 0.4);
}

/* ===== NAV-Linie unter den Menüpunkten auf Emerald umstellen ===== */

/* Standard-Zustand: keine alte champagner/braune Linie mehr */
.header__inline-menu .list-menu__item {
  border-bottom: 1px solid rgba(30, 71, 37, 0.25) !important; /* dezentes Emerald */
  box-shadow: none !important;
}

/* Der innere Link selbst soll keine eigene Linie/Shadow reinbringen */
.header__inline-menu .list-menu__item .link {
  box-shadow: none !important;
  border-bottom: none !important;
  position: relative;
  color: #1e1e1e; /* Text bleibt dunkel/elegant */
}

/* Pseudo-Line (Shopify macht das oft mit ::after) komplett neu definieren */
.header__inline-menu .list-menu__item .link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px; /* sitzt direkt unter dem Text */
  height: 2px;
  background: transparent;
  border-radius: 1px;
  box-shadow: none !important;
  border: none !important;
  opacity: 0;
  transition: opacity .2s linear;
}

/* Hover oder aktiv: Emerald-Glanz statt Braun/Schwarz */
.header__inline-menu .list-menu__item .link:hover::after,
.header__inline-menu .list-menu__item .link[aria-current="page"]::after,
.header__inline-menu .list-menu__item .link.link--active::after {
  opacity: 1;
  background: linear-gradient(
    90deg,
    #1e4725 0%,
    #4a6a55 50%,
    #1e4725 100%
  );
  background-size: 200% 100%;
  animation: mialureEmeraldShine 4s linear infinite;
  box-shadow: 0 0 6px rgba(74, 106, 85, 0.45);
  border: none !important;
}

/* weicher Emerald-Shimmer */
@keyframes mialureEmeraldShine {
  0%   { background-position:   0% 50%; }
  100% { background-position: 200% 50%; }
}

/* --- HARD RESET für Menü-Linien, alte Champagne-/Schwarz-Linien löschen --- */

/* Die komplette Menü-Leiste unter dem Logo */
.header__inline-menu {
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Jeder Menüpunkt (LI) */
.header__inline-menu .list-menu__item {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  position: relative;
}

/* Der Link im Menüpunkt */
.header__inline-menu .list-menu__item .link {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  position: relative;
  color: #1e1e1e;
}

/* Shopify setzt oft so eine beige/champagner Linie als "underline" mit box-shadow.
   Wir killen ALLES mit after/before, bevor wir unseren Emerald einsetzen. */
.header__inline-menu .list-menu__item .link::before,
.header__inline-menu .list-menu__item .link::after {
  content: "" !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  opacity: 0 !important;
}

/* Falls Dawn auf dem <li> selbst einen Schatten/Linie setzt (active item) */
.header__inline-menu .list-menu__item::before,
.header__inline-menu .list-menu__item::after {
  content: "" !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  opacity: 0 !important;
}

/* Falls irgendwo global noch ein border-bottom auf der Leiste liegt (du siehst ja noch den dünnen Strich),
   setzen wir den sichtbar auf Emerald statt Champagner. */
.header__inline-menu {
  border-bottom: 1px solid rgba(30, 71, 37, 0.4) !important; /* Emerald statt Braun */
}

/* Jetzt definieren wir UNSERE aktive/hover-Linie neu, mit Emerald-Shimmer */
.header__inline-menu .list-menu__item .link:hover::after,
.header__inline-menu .list-menu__item .link[aria-current="page"]::after,
.header__inline-menu .list-menu__item .link.link--active::after {
  opacity: 1 !important;
  background: linear-gradient(
    90deg,
    #1e4725 0%,
    #4a6a55 50%,
    #1e4725 100%
  ) !important;
  background-size: 200% 100% !important;
  box-shadow: 0 0 6px rgba(74,106,85,0.45) !important;
  border: none !important;
  animation: mialureEmeraldTab 4s linear infinite;
}

/* Animation für den Emerald-Schimmer */
@keyframes mialureEmeraldTab {
  0%   { background-position:   0% 50%; }
  100% { background-position: 200% 50%; }
}

/* ===== Entferne schwarze Textlinie unter aktiven Menüpunkt und ersetze mit Emerald ===== */

.header__inline-menu .list-menu__item .link {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
}

/* Entfernt den schwarzen Unterstrich bei aktivem Menüpunkt */
.header__inline-menu .list-menu__item .link[aria-current="page"],
.header__inline-menu .list-menu__item .link.link--active {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Setzt unsere eigene Emerald-Linie */
.header__inline-menu .list-menu__item .link[aria-current="page"]::after,
.header__inline-menu .list-menu__item .link.link--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  background: linear-gradient(90deg, #1e4725 0%, #4a6a55 50%, #1e4725 100%);
  background-size: 200% 100%;
  animation: mialureEmeraldShine 4s linear infinite;
  border-radius: 1px;
  box-shadow: 0 0 6px rgba(74, 106, 85, 0.45);
}

/* Animation – Emerald-Schimmer */
@keyframes mialureEmeraldShine {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* --- MIALURE Navigation underline override --- */

/* Standard-Links erstmal komplett neutralisieren */
.header__inline-menu .list-menu__item .link,
.header__inline-menu .list-menu__item .link span {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
}

/* auch auf Hover nichts Schwarzes */
.header__inline-menu .list-menu__item .link:hover,
.header__inline-menu .list-menu__item .link:hover span {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* wir löschen jede vorhandene Linie unter dem aktiven Menüpunkt */
.header__inline-menu .list-menu__item .link[aria-current],
.header__inline-menu .list-menu__item .link[aria-current] span,
.header__inline-menu .list-menu__item .link[aria-current="page"],
.header__inline-menu .list-menu__item .link[aria-current="page"] span,
.header__inline-menu .list-menu__item .link.link--active,
.header__inline-menu .list-menu__item .link.link--active span {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* wir verhindern auch irgendein vorhandenes ::after / border-bottom in schwarz */
.header__inline-menu .list-menu__item .link::after {
  content: none !important;
}

/* unsere eigene Emerald-Linie unter aktivem Menüpunkt */
.header__inline-menu .list-menu__item .link[aria-current="page"]::after,
.header__inline-menu .list-menu__item .link[aria-current]::after,
.header__inline-menu .list-menu__item .link.link--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 1px;

  background: linear-gradient(
    90deg,
    #1e4725 0%,
    #4a6a55 50%,
    #1e4725 100%
  );
  background-size: 200% 100%;
  animation: mialureEmeraldShine 4s linear infinite;

  box-shadow: 0 0 6px rgba(74, 106, 85, 0.45);
}

/* Emerald-Schimmer Animation */
@keyframes mialureEmeraldShine {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* --- MIALURE Navigation underline override --- */

/* Standard-Links erstmal komplett neutralisieren */
.header__inline-menu .list-menu__item .link,
.header__inline-menu .list-menu__item .link span {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
}

/* auch auf Hover nichts Schwarzes */
.header__inline-menu .list-menu__item .link:hover,
.header__inline-menu .list-menu__item .link:hover span {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* wir löschen jede vorhandene Linie unter dem aktiven Menüpunkt */
.header__inline-menu .list-menu__item .link[aria-current],
.header__inline-menu .list-menu__item .link[aria-current] span,
.header__inline-menu .list-menu__item .link[aria-current="page"],
.header__inline-menu .list-menu__item .link[aria-current="page"] span,
.header__inline-menu .list-menu__item .link.link--active,
.header__inline-menu .list-menu__item .link.link--active span {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* wir verhindern auch irgendein vorhandenes ::after / border-bottom in schwarz */
.header__inline-menu .list-menu__item .link::after {
  content: none !important;
}

/* unsere eigene Emerald-Linie unter aktivem Menüpunkt */
.header__inline-menu .list-menu__item .link[aria-current="page"]::after,
.header__inline-menu .list-menu__item .link[aria-current]::after,
.header__inline-menu .list-menu__item .link.link--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 1px;

  background: linear-gradient(
    90deg,
    #1e4725 0%,
    #4a6a55 50%,
    #1e4725 100%
  );
  background-size: 200% 100%;
  animation: mialureEmeraldShine 4s linear infinite;

  box-shadow: 0 0 6px rgba(74, 106, 85, 0.45);
}

/* Emerald-Schimmer Animation */
@keyframes mialureEmeraldShine {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* === MIALURE Navigation – Entfernt alte Border und ersetzt durch Emerald Effekt === */

/* 1. Alle Borders komplett entfernen */
.header__inline-menu li,
.header__inline-menu li span,
.header__menu-item,
.header__menu-item span,
.header__inline-menu ul {
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* 2. Entfernt auch eventuelle Underlines */
.header__inline-menu .list-menu__item > a.link,
.header__inline-menu .list-menu__item > a.link span {
  text-decoration: none !important;
  border: none !important;
  border-color: transparent !important;
}

/* 3. Neue elegante smaragdgrüne Unterlinie für aktiven Menüpunkt */
.header__inline-menu .list-menu__item > a.link[aria-current="page"]::after,
.header__inline-menu .list-menu__item > a.link.link--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 2px;

  background: linear-gradient(
    90deg,
    #1e4725 0%,
    #4a6a55 50%,
    #1e4725 100%
  );
  background-size: 200% 100%;
  animation: emeraldLineGlow 4s linear infinite;
  box-shadow: 0 0 8px rgba(74, 106, 85, 0.5);
}

/* 4. Animation für subtilen Glanzeffekt */
@keyframes emeraldLineGlow {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* ==== MIALURE NAV FIX HARD OVERRIDE v2 ==== */

/* 1. Alle Standard-Linien/Unterstreichungen im Menü killen */
.header__inline-menu .list-menu__item,
.header__inline-menu .list-menu__item a,
.header__inline-menu .list-menu__item a span,
.header__menu-item,
.header__menu-item span,
.header__menu-item.link,
.header__menu-item.link span {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  background-image: none !important;
  background-color: transparent !important;
  color: #1e4725 !important; /* unsere grünliche Schriftfarbe statt Schwarz */
}

/* Falls Shopify irgendwo nur die Border-Farbe setzt (dein Inspector hat gezeigt:
   border-color: rgba(74,106,85,.55) !important; und früher auch schwarz)
   -> Einfach die Border selber komplett entfernen
*/
.header__inline-menu .list-menu__item,
.header__inline-menu .list-menu__item a,
.header__inline-menu .list-menu__item a span,
.header__menu-item,
.header__menu-item span {
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
}

/* 2. Speziell: aktive / hover States überschreiben */
.header__inline-menu .list-menu__item a[aria-current],
.header__inline-menu .list-menu__item a[aria-current] span,
.header__inline-menu .list-menu__item a.link--active,
.header__inline-menu .list-menu__item a.link--active span,
.header__menu-item[aria-current],
.header__menu-item[aria-current] span,
.header__menu-item.link--active,
.header__menu-item.link--active span,
.header__menu-item:hover,
.header__menu-item:hover span,
.header__inline-menu .list-menu__item a:hover,
.header__inline-menu .list-menu__item a:hover span {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  color: #1e4725 !important;
}

/* 3. Unsere eigene smaragdgrüne Unterlinie unter dem aktiven Menüpunkt */
.header__inline-menu .list-menu__item a[aria-current="page"],
.header__inline-menu .list-menu__item a.link--active,
.header__menu-item[aria-current="page"],
.header__menu-item.link--active {
  position: relative !important;
}

.header__inline-menu .list-menu__item a[aria-current="page"]::after,
.header__inline-menu .list-menu__item a.link--active::after,
.header__menu-item[aria-current="page"]::after,
.header__menu-item.link--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    #1e4725 0%,
    #4a6a55 50%,
    #1e4725 100%
  );
  background-size: 200% 100%;
  animation: emeraldLineGlow 4s linear infinite;
  box-shadow: 0 0 8px rgba(74, 106, 85, 0.5);
  pointer-events: none;
  border: none !important;
}

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

/* 4. Sicherheitsnetz: ALLES mit underline direkt hart blocken */
.header__inline-menu .list-menu__item * {
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* ==== MIALURE feine smaragdgrüne Trennlinien ==== */

.header__heading + .header__inline-menu {
  border-top: 1px solid rgba(30, 71, 37, 0.3); /* zartes Smaragdgrün */
  margin-top: 10px;
  padding-top: 1px;
  box-shadow: 0 -1px 4px rgba(74, 106, 85, 0.15); /* leicht schimmernder Glanz */
}

/* Untere Linie (falls vorhanden) etwas heller */
.header__inline-menu {
  border-bottom: 1px solid rgba(30, 71, 37, 0.2);
  box-shadow: 0 1px 6px rgba(74, 106, 85, 0.1);
}

/* ==== MIALURE feine smaragdgrüne Trennlinien ==== */

.header__heading + .header__inline-menu {
  border-top: 1px solid rgba(30, 71, 37, 0.3); /* zartes Smaragdgrün */
  margin-top: 10px;
  padding-top: 1px;
  box-shadow: 0 -1px 4px rgba(74, 106, 85, 0.15); /* leicht schimmernder Glanz */
}

/* Untere Linie (falls vorhanden) etwas heller */
.header__inline-menu {
  border-bottom: 1px solid rgba(30, 71, 37, 0.2);
  box-shadow: 0 1px 6px rgba(74, 106, 85, 0.1);
}

.mialure-abprice {
  font-weight: 400;
  letter-spacing: 0.4px;
  background: linear-gradient(90deg, #134f42 0%, #1f7c67 40%, #2fb192 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 3px rgba(18, 118, 92, 0.25);
  transition: text-shadow 0.3s ease, opacity 0.3s ease;
}

.mialure-abprice:hover {
  text-shadow: 0 0 6px rgba(47, 177, 146, 0.5);
  opacity: 0.95;
}

/* Emerald Hover Line unter Navigationspunkten */
.header__menu-item {
  position: relative;
  transition: color 0.3s ease;
}

.header__menu-item::after {
  content: "";
  position: absolute;
  bottom: -4px; /* Abstand unterhalb des Texts */
  left: 50%;
  width: 0;
  height: 1.5px;
  background: linear-gradient(90deg, #134f42 0%, #1f7c67 40%, #2fb192 100%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  opacity: 0;
}

.header__menu-item:hover::after {
  width: 80%;
  opacity: 1;
}


/* ===== Entfernt doppelte Trennlinie unter Navigation ===== */

/* Entfernt Linie zwischen Navigation und nächster Section */
.shopify-section-header {
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Entfernt auch eventuelle Border im Wrapper */
.header-wrapper {
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Falls der Übergang zur nächsten Section selbst eine Linie hat */
.shopify-section-header + .shopify-section {
  border-top: none !important;
  margin-top: 0 !important;
}

/* ===== MIALURE NAV HOVER FEEDBACK ===== */

/* Standardzustand */
.header__menu-item.list-menu__item.link.link--text.focus-inset {
  color: #1c1c1c;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Wenn Maus drüber fährt */
.header__menu-item.list-menu__item.link.link--text.focus-inset:hover {
  color: #1e705c; /* Emeraldgrün */
  text-shadow: 0 0 6px rgba(47, 177, 146, 0.4);
}

/* Emerald-Linie wie bisher */
.header__menu-item.list-menu__item.link.link--text.focus-inset {
  position: relative;
}
.header__menu-item.list-menu__item.link.link--text.focus-inset::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  height: 2px;
  width: 0;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #134f42 0%, #1f7c67 40%, #2fb192 100%);
  border-radius: 2px;
  opacity: 0;
  transition: width 0.22s ease, opacity 0.22s ease;
}
.header__menu-item.list-menu__item.link.link--text.focus-inset:hover::after {
  width: 80%;
  opacity: 1;
}

/* ====== 1. Shopify-Linie unter dem Header komplett ausmachen ====== */

.header,
.header-wrapper,
.shopify-section-header,
.header__inline-menu {
  border-bottom: none !important;
  box-shadow: none !important;
}


/* ====== 2. Eigene feste Emerald-Linie unter die komplette Navigation ====== */

/* wir geben der ganzen Header-Zeile unten eine ruhige Linie */
.header-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;

  background: linear-gradient(
    90deg,
    #0b3e33 0%,
    #1e705c 40%,
    #49b294 100%
  );

  /* wichtig: eigene Leiste sitzt direkt unter dem Header */
}

/* Falls dein Theme keinen .header-wrapper hat, nimm stattdessen .header */
.header::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;

  background: linear-gradient(
    90deg,
    #0b3e33 0%,
    #1e705c 40%,
    #49b294 100%
  );
}


/* ====== 3. Hover-State für einzelne Menülinks (ohne Layout-Änderung) ====== */

.header__menu-item.list-menu__item.link.link--text.focus-inset {
  position: relative;
  color: #1a1a1a;
  transition: color 0.2s ease;
}

.header__menu-item.list-menu__item.link.link--text.focus-inset:hover {
  color: #148065; /* sattes Emerald */
}

/* Unterstrich pro Menüpunkt */
.header__menu-item.list-menu__item.link.link--text.focus-inset::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  border-radius: 2px;

  background: linear-gradient(
    90deg,
    #0b3e33 0%,
    #1e705c 40%,
    #49b294 100%
  );

  opacity: 0;
  pointer-events: none;
}

.header__menu-item.list-menu__item.link.link--text.focus-inset:hover::after {
  opacity: 1;
}

/* ==== MIALURE Luxury Gradient für Ankündigungsleiste und Mobile-Menü ==== */

/* Ankündigungsleiste */
.announcement-bar,
.shopify-section-group-header-group .announcement-bar__message {
  background: linear-gradient(to bottom, #f8f1e7 0%, #e8c8a0 100%) !important;
  color: #2c2c2c !important;
}

/* Mobile-Menü (wenn man auf die drei Striche klickt) */
.menu-drawer,
.menu-drawer__inner-container,
.header__submenu,
.header__menu {
  background: linear-gradient(to bottom, #f8f1e7 0%, #e8c8a0 100%) !important;
  color: #1a1a1a !important;
}

/* Für Kontrast bei Hover-Links im Menü */
.menu-drawer__menu-item:hover,
.header__menu-item:hover {
  color: #148065 !important; /* Emerald-Akzent */
}

/* ==== MIALURE Header & Seitenhintergrund an neue Goldfarbe angleichen ==== */

/* Gesamter Headerbereich (rechts & links Rand) */
.header-wrapper,
.shopify-section-header {
  background: linear-gradient(to bottom, #f8f1e7 0%, #e8c8a0 100%) !important;
}

/* Der Body-Bereich um den Header herum (rechte & linke Fläche im Vollbild) */
body {
  background: linear-gradient(to bottom, #f8f1e7 0%, #e8c8a0 100%) !important;
}

/* Ankündigungsleiste bleibt natürlich gleich */
.announcement-bar {
  background: linear-gradient(to bottom, #f8f1e7 0%, #e8c8a0 100%) !important;
}

/* Für Übergang zu Content */
.shopify-section-header + .shopify-section {
  background-color: #ffffff !important;
}



/* ==== Einheitlicher Hintergrund für alle Inhaltsseiten ==== */
.template-product,
.main-content,
.shopify-section,
body {
  background: linear-gradient(to bottom, #FAEAD3 0%, #E8C8A0 100%) !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* ==== Hellerer Champagne-Hintergrund für Produktseiten ==== */
.template-product,
.main-content,
.shopify-section,
body {
  background: linear-gradient(to bottom, #FFF8F0 0%, #FAEAD3 40%, #F3D8B5 100%) !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* ==== MIALURE – Heller Champagne-Gold Hintergrund mit Glanzeffekt (scrollbar fix) ==== */
body,
.shopify-section,
.main-content,
.template-product {
  background: linear-gradient(
    180deg,
    #FFFBF6 0%,
    #FAEEDB 45%,
    #F7DFC1 100%
  ) !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

/* Glanzeffekt – sanft, aber scrollbar-freundlich */
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: radial-gradient(
    circle at 30% 20%,
    rgba(255, 255, 255, 0.25),
    transparent 70%
  ),
  radial-gradient(
    circle at 70% 80%,
    rgba(255, 255, 255, 0.15),
    transparent 70%
  );
  mix-blend-mode: soft-light;
  pointer-events: none;
  animation: softGlow 10s ease-in-out infinite alternate;
  z-index: -1;
}

@keyframes softGlow {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(1.03);
  }
}

/* Gesamte Produkt-/Collection-Section auf edlen Verlauf setzen */
.template-collection .shopify-section,
.template-product .shopify-section,
.section-template--main,
.main-content {
  background: linear-gradient(
    180deg,
    #FFFBF6 0%,
    #FAEEDB 45%,
    #F7DFC1 100%
  ) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  color: #1a1a1a;
}

/* Entfernt das schwarze/right-side Panel hinter dem Ringbild */
.template-collection .shopify-section [style*="background-color"],
.template-product .shopify-section [style*="background-color"] {
  background-color: transparent !important;
  background-image: none !important;
}

/* === MIALURE – Einheitlicher heller Champagne-Hintergrund (Option A) === */
.template-collection .shopify-section,
.template-product .shopify-section,
.section-template--main,
.main-content,
body {
  background: linear-gradient(
    180deg,
    #FFFBF6 0%,
    #FAEEDB 45%,
    #F7DFC1 100%
  ) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  color: #1a1a1a;
}

/* Entfernt dunkle oder schwarze Hintergründe in einzelnen Sektionen */
.template-collection .shopify-section [style*="background-color"],
.template-product .shopify-section [style*="background-color"],
.shopify-section[style*="background-color"] {
  background-color: transparent !important;
  background-image: none !important;
}

/* Optional – sanfter Goldglanz über der Seite */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 30% 20%,
    rgba(255, 255, 255, 0.2),
    transparent 70%
  ),
  radial-gradient(
    circle at 70% 80%,
    rgba(255, 255, 255, 0.1),
    transparent 70%
  );
  mix-blend-mode: soft-light;
  pointer-events: none;
  animation: softGlow 10s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes softGlow {
  0% {
    opacity: 0.25;
    transform: scale(1);
  }
  100% {
    opacity: 0.45;
    transform: scale(1.03);
  }
}



/* === MIALURE – Ankündigungsleiste hellerer Champagner-Verlauf (Perlmutt-Stil) === */
.announcement-bar {
  background: linear-gradient(
    180deg,
    #fff8f0 0%,     /* sehr helles Champagner-Weiß oben */
    #faead5 100%    /* weiches Beige unten */
  ) !important;
  color: #3a3227 !important;
  text-align: center !important;
  padding: 7px 0 !important;
  font-family: "Cinzel", serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  border: none !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 1000 !important;
}

/* Text-Stil */
.announcement-bar__message {
  background: transparent !important;
  color: #3a3227 !important;
  text-transform: none !important;
  font-family: "Cinzel", serif !important;
  font-weight: 400 !important;
  font-size: 0.9rem !important;
  letter-spacing: 0.02em !important;
}

/* Pfeile komplett entfernen */
.announcement-bar__controls,
.announcement-bar__controls button,
.announcement-bar__controls svg {
  display: none !important;
  visibility: hidden !important;
}

/* === MIALURE Ankündigungsleiste FINAL hell champagner/perlmutt === */
.announcement-bar {
  background: linear-gradient(
    180deg,
    #fff8f0 0%,     /* sehr hell, perlmuttig */
    #faead5 100%    /* weiches Champagner */
  ) !important;

  /* Layout */
  padding: 7px 0 !important;
  text-align: center !important;
  border: none !important;
  box-shadow: none !important;

  /* Position / Ebene */
  position: relative !important;
  z-index: 1000 !important;

  /* Textfarbe allgemein fallback */
  color: #3a3227 !important;
}

/* TEXT in der Leiste */
.announcement-bar__message,
.announcement-bar__message *,
.shopify-section-group-header-group .announcement-bar__message {
  background: transparent !important;          /* verhindert den dunkleren Kasten */
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;

  font-family: "Cinzel", serif !important;     /* fix Schriftfamilie */
  font-weight: 400 !important;
  font-size: 1.4rem !important;                /* fix Größe */
  line-height: 1.4 !important;
  letter-spacing: 0.03em !important;
  text-transform: none !important;
  text-align: center !important;
  color: #3a3227 !important;                   /* fix Textfarbe */
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 100% !important;
}

/* Pfeile / Slider-Controls komplett ausblenden */
.announcement-bar__controls,
.announcement-bar__controls button,
.announcement-bar__controls svg {
  display: none !important;
  visibility: hidden !important;
}


/* === MIALURE Champagne-Gold Fix === */

.mia-opt {
  background-color: #f3e1c4 !important;
  color: #3a3227 !important;
  border: 1px solid #d6b98c !important;
  border-radius: 6px !important;
  padding: 8px 14px !important;
  font-family: "Cinzel", serif !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  transition: all 0.25s ease-in-out !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) !important;
}

/* Hover-Effekt */
.mia-opt:hover {
  background-color: #d6b98c !important;
  color: #fff !important;
  border-color: #c4a16e !important;
  box-shadow: 0 0 8px rgba(214, 185, 140, 0.4) !important;
}

/* Aktiver Zustand */
.mia-opt.is-active {
  background-color: #cfae7f !important;
  color: #fff !important;
  border-color: #b9976a !important;
  box-shadow: 0 0 8px rgba(214, 185, 140, 0.7) !important;
}

/* === MIALURE Variant Buttons | Sichtbare Auswahlfarbe === */

.mia-opt {
  background-color: #f8f3ea !important; /* helles Champagne-Beige */
  color: #3a3227 !important;
  border: 1px solid #d9c6a2 !important;
  border-radius: 6px !important;
  padding: 8px 14px !important;
  font-family: "Cinzel", serif !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover */
.mia-opt:hover {
  background-color: #e7d2ae !important;
  color: #fff !important;
  border-color: #cdb287 !important;
  box-shadow: 0 0 8px rgba(218, 191, 143, 0.5) !important;
}

/* Aktiver Zustand (ausgewählt) – deutlicher Goldton */
.mia-opt.is-active {
  background: linear-gradient(180deg, #b99463, #a9804c) !important; /* sattes warmes Gold */
  color: #fff !important;
  border-color: #a47844 !important;
  box-shadow: 0 0 10px rgba(175, 135, 76, 0.6) !important;
}


/* === MIALURE | Einheitlicher Button-Stil für alle Varianten === */

/* Grundzustand */
.mia-opt,
.config-opt,
.variant-button,
.product-form__input input[type="radio"] + label {
  background-color: #f8f3ea !important;
  color: #3a3227 !important;
  border: 1px solid #d9c6a2 !important;
  border-radius: 6px !important;
  padding: 8px 14px !important;
  font-family: "Cinzel", serif !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover-Effekt */
.mia-opt:hover,
.config-opt:hover,
.variant-button:hover,
.product-form__input input[type="radio"] + label:hover {
  background-color: #e7d2ae !important;
  color: #fff !important;
  border-color: #cdb287 !important;
  box-shadow: 0 0 8px rgba(218, 191, 143, 0.5) !important;
}

/* Aktiver/ausgewählter Zustand */
.mia-opt.is-active,
.config-opt.is-active,
.variant-button.is-active,
.product-form__input input[type="radio"]:checked + label {
  background: linear-gradient(180deg, #b99463, #a9804c) !important;
  color: #fff !important;
  border-color: #a47844 !important;
  box-shadow: 0 0 10px rgba(175, 135, 76, 0.6) !important;
}

/* MIALURE Champagne Gold Button Style */
.mia-opt.is-active {
  background: linear-gradient(180deg, #d6b98c, #b99665) !important;
  border-color: #b08a54 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(185, 150, 101, 0.3);
  transition: all 0.25s ease-in-out;
}

.mia-opt:hover {
  background: linear-gradient(180deg, #e2c79d, #c8a16c) !important;
  border-color: #b08a54 !important;
  color: #ffffff !important;
}

/* ==============================
   MIALURE Champagne Gold Style
   ============================== */

/* Aktive Auswahl-Buttons (Metall, Karat, Farbe etc.) */
.mia-opt.is-active {
  background: linear-gradient(180deg, #e4cfa3, #c8a56b) !important;
  border-color: #b5905d !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(185, 150, 101, 0.35);
  transition: all 0.25s ease-in-out;
}

/* Hover-Effekt */
.mia-opt:hover {
  background: linear-gradient(180deg, #edd9b2, #d0ae72) !important;
  border-color: #b5905d !important;
  color: #ffffff !important;
}

/* Aktive Warenkorb- / Kaufen-Buttons */
button, .button, .shopify-payment-button__button {
  background: linear-gradient(180deg, #e4cfa3, #c8a56b) !important;
  border: 1px solid #b5905d !important;
  color: #ffffff !important;
  transition: all 0.25s ease-in-out;
}

/* Hover für Warenkorb-Buttons */
button:hover, .button:hover, .shopify-payment-button__button:hover {
  background: linear-gradient(180deg, #edd9b2, #d0ae72) !important;
  border-color: #b5905d !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(185, 150, 101, 0.45);
}

/* Einheitliches Styling für Warenkorb-Seite */
.cart__buttons .button,
.cart__footer .button,
.cart__checkout-button,
.cart__empty-button {
  background: linear-gradient(180deg, #e4cfa3, #c8a56b) !important;
  border: 1px solid #b5905d !important;
  color: #ffffff !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  border-radius: 4px;
  transition: all 0.25s ease-in-out;
}

/* Hover-Effekt */
.cart__buttons .button:hover,
.cart__footer .button:hover,
.cart__checkout-button:hover,
.cart__empty-button:hover {
  background: linear-gradient(180deg, #edd9b2, #d0ae72) !important;
  border-color: #b5905d !important;
  box-shadow: 0 4px 12px rgba(185, 150, 101, 0.4);
  color: #ffffff !important;
}

/* Deaktivierte Buttons leicht ausgegraut */
.cart__buttons .button:disabled,
.cart__footer .button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* MIALURE Champagne Gold für Warenkorb-Buttons */
.cart__continue,
.cart__continue.button,
.cart__buttons .cart__continue,
.cart__empty-button,
.cart__empty-button.button,
.cart__remove-all,
.cart__remove-all.button,
.cart__footer .button--secondary,
.cart__buttons .button--secondary {
  background: linear-gradient(180deg, #e4cfa3, #c8a56b) !important;
  border: 1px solid #b5905d !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px !important;
  min-height: 42px;
  cursor: pointer;
  transition: all .25s ease-in-out;
}

/* Hover-Effekt */
.cart__continue:hover,
.cart__buttons .cart__continue:hover,
.cart__empty-button:hover,
.cart__remove-all:hover,
.cart__footer .button--secondary:hover,
.cart__buttons .button--secondary:hover {
  background: linear-gradient(180deg, #edd9b2, #d0ae72) !important;
  border-color: #b5905d !important;
  box-shadow: 0 4px 12px rgba(185,150,101,.4) !important;
  color: #ffffff !important;
}

/* ==============================
   MIALURE Champagne Gold Style – Cart Buttons Fix
   ============================== */

/* "Weiter shoppen" Button */
.cart__warnings a.button,
.cart__empty .cart__warnings a.button,
a.underlined-link,
div.cart__warnings a.button {
  background: linear-gradient(180deg, #e4cfa3, #c8a56b) !important;
  border: 1px solid #b5905d !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  text-transform: none !important;
  border-radius: 4px !important;
  padding: 10px 16px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover für "Weiter shoppen" */
.cart__warnings a.button:hover,
.cart__empty .cart__warnings a.button:hover {
  background: linear-gradient(180deg, #edd9b2, #d0ae72) !important;
  box-shadow: 0 4px 10px rgba(185, 150, 101, 0.4) !important;
  color: #ffffff !important;
}

/* "Warenkorb leeren" Button */
#mia-clear-cart.button,
#mia-clear-cart.button--secondary,
div.cart__buttons a.button--secondary,
div.cart__buttons .button.button--secondary {
  background: linear-gradient(180deg, #e4cfa3, #c8a56b) !important;
  border: 1px solid #b5905d !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  padding: 10px 16px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover für "Warenkorb leeren" */
#mia-clear-cart.button:hover,
#mia-clear-cart.button--secondary:hover,
div.cart__buttons a.button--secondary:hover {
  background: linear-gradient(180deg, #edd9b2, #d0ae72) !important;
  box-shadow: 0 4px 10px rgba(185, 150, 101, 0.4) !important;
  color: #ffffff !important;
}

/* "Weiter shoppen" & "Warenkorb leeren" – elegant in Weiß mit Gold-Hover */
.cart__warnings a.button,
#mia-clear-cart.button,
#mia-clear-cart.button--secondary,
.cart__buttons .button--secondary,
.cart__footer .button--secondary {
  background: #ffffff !important;
  border: 1px solid #b5905d !important;
  color: #b5905d !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  padding: 10px 16px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover – goldener Effekt */
.cart__warnings a.button:hover,
#mia-clear-cart.button:hover,
#mia-clear-cart.button--secondary:hover,
.cart__buttons .button--secondary:hover,
.cart__footer .button--secondary:hover {
  background: linear-gradient(180deg, #e4cfa3, #c8a56b) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(185, 150, 101, 0.35) !important;
  border-color: #b5905d !important;
}

/* ==============================
   MIALURE Warenkorb – Weiß zu Gold Hover
   ============================== */

/* Alle Buttons im Warenkorb (Weiter shoppen, Leeren, Kasse) */
.cart__warnings a.button,
a.underlined-link,
#mia-clear-cart.button,
#mia-clear-cart.button--secondary,
.cart__buttons .button,
.cart__footer .button,
.cart__footer button,
button[name="checkout"] {
  background: #ffffff !important;
  border: 1px solid #b5905d !important;
  color: #b5905d !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  padding: 10px 16px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover – goldener Luxus-Effekt */
.cart__warnings a.button:hover,
a.underlined-link:hover,
#mia-clear-cart.button:hover,
#mia-clear-cart.button--secondary:hover,
.cart__buttons .button:hover,
.cart__footer .button:hover,
.cart__footer button:hover,
button[name="checkout"]:hover {
  background: linear-gradient(180deg, #e4cfa3, #c8a56b) !important;
  color: #ffffff !important;
  border-color: #b5905d !important;
  box-shadow: 0 4px 10px rgba(185, 150, 101, 0.35) !important;
}

/* Entfernen-Button im Warenkorb */
a.cart-item__remove,
a.cart-item-remove,
.cart-item-remove {
  background: #ffffff !important;
  border: 1px solid #b5905d !important;
  color: #b5905d !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  border-radius: 4px !important;
  padding: 6px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover – Goldschimmer-Effekt */
a.cart-item__remove:hover,
a.cart-item-remove:hover,
.cart-item-remove:hover {
  background: linear-gradient(180deg, #e4cfa3, #c8a56b) !important;
  color: #ffffff !important;
  border-color: #b5905d !important;
  box-shadow: 0 4px 10px rgba(185, 150, 101, 0.35) !important;
}

/* Aktive Auswahl-Buttons (Metall, Karat, Reinheit usw.) */
.mia-opt.is-active {
  background: linear-gradient(180deg, #f3e3c7, #d6b97b) !important;
  color: #ffffff !important;
  border-color: #b5905d !important;
  box-shadow: 0 2px 8px rgba(185, 150, 93, 0.3) !important;
  transition: all 0.25s ease-in-out !important;
}

/* Optional: dezenter Lichtreflex beim Hover */
.mia-opt.is-active:hover {
  background: linear-gradient(180deg, #f8ecd4, #dabf85) !important;
  box-shadow: 0 4px 10px rgba(185, 150, 93, 0.4) !important;
}

.mia-opt.is-active {
  background: linear-gradient(180deg, #fff6e6, #e7c98f) !important;
  color: #745f32 !important;
  border-color: #c8a15a !important;
  box-shadow: 0 3px 10px rgba(200, 161, 90, 0.4) !important;
  font-weight: 600 !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover – sanfter Goldglanz */
.mia-opt.is-active:hover {
  background: linear-gradient(180deg, #fff3da, #ddb86e) !important;
  box-shadow: 0 4px 12px rgba(200, 161, 90, 0.45) !important;
  color: #6b5327 !important;
}

.mia-opt.is-active {
  background: linear-gradient(180deg, #fffaf2, #f2e3c5) !important;
  color: #7a6431 !important;
  border-color: #d6b97b !important;
  box-shadow: 0 3px 12px rgba(214, 185, 123, 0.5) !important;
  font-weight: 600 !important;
  transition: all 0.25s ease-in-out !important;
}

/* Sanfter Glow beim Hover */
.mia-opt.is-active:hover {
  background: linear-gradient(180deg, #ffffff, #edd8a9) !important;
  color: #5e4a1e !important;
  box-shadow: 0 5px 14px rgba(214, 185, 123, 0.55) !important;
}

.mia-opt.is-active {
  background: linear-gradient(180deg, #ffffff, #f8f4e8) !important;
  color: #6b5627 !important;
  border-color: #e6d7b2 !important;
  box-shadow: 0 3px 14px rgba(220, 200, 150, 0.45) !important;
  font-weight: 600 !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover – dezentes, luxuriöses Aufleuchten */
.mia-opt.is-active:hover {
  background: linear-gradient(180deg, #ffffff, #f2e9d4) !important;
  color: #5c4b22 !important;
  box-shadow: 0 5px 16px rgba(220, 200, 150, 0.55) !important;
}

.mia-opt.is-active {
  background: linear-gradient(180deg, #ffffff, #fcfbf7) !important;
  color: #5a4a1f !important;
  border-color: #efe6cd !important;
  box-shadow: 0 3px 14px rgba(230, 215, 170, 0.45) !important;
  font-weight: 600 !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover – leichtes Aufleuchten */
.mia-opt.is-active:hover {
  background: linear-gradient(180deg, #ffffff, #f7f3e4) !important;
  color: #4b3e18 !important;
  box-shadow: 0 5px 18px rgba(230, 215, 170, 0.55) !important;
}

/* Globale Aktivfarbe für alle MIALURE-Auswahlbuttons */
.mialure-config .mia-opt.is-active,
.mialure-pendant-config .mia-opt.is-active,
.mialure-ring-config .mia-opt.is-active,
.mia-opt.is-active {
  background: linear-gradient(180deg, #ffffff, #fbfaf7) !important;
  color: #574a1d !important;
  border-color: #efe8d2 !important;
  box-shadow: 0 2px 10px rgba(220, 210, 170, 0.45) !important;
  font-weight: 600 !important;
  transition: all 0.25s ease-in-out !important;
}

/* Beim Hover noch leichtes Leuchten */
.mialure-config .mia-opt.is-active:hover,
.mialure-pendant-config .mia-opt.is-active:hover,
.mialure-ring-config .mia-opt.is-active:hover,
.mia-opt.is-active:hover {
  background: linear-gradient(180deg, #ffffff, #f6f3eb) !important;
  color: #403514 !important;
  box-shadow: 0 4px 14px rgba(220, 210, 170, 0.55) !important;
}

/* Aktive Auswahl-Buttons deutlich heller machen */
:where(.mia-opt.is-active) {
  background: linear-gradient(180deg, #fffefa 0%, #f5f0da 100%) !important;
  border-color: #e0d4a8 !important;
  color: #3a2f13 !important;
  box-shadow: 0 4px 14px rgba(224, 210, 150, 0.55) !important;
  font-weight: 600 !important;
}

/* Hover auf aktiv (nur kleine Verstärkung) */
:where(.mia-opt.is-active):hover {
  background: linear-gradient(180deg, #ffffff 0%, #f9f4dd 100%) !important;
  box-shadow: 0 6px 18px rgba(224, 210, 150, 0.7) !important;
}

:where(.mia-opt.is-active) {
  background: linear-gradient(180deg, #fffaf0 0%, #f3e6c6 100%) !important;
  border-color: #e6d4a2 !important;
  color: #4a3b16 !important;
  box-shadow: 0 3px 12px rgba(210, 190, 130, 0.5) !important;
  font-weight: 600 !important;
  transition: all 0.25s ease-in-out !important;
}

:where(.mia-opt.is-active):hover {
  background: linear-gradient(180deg, #fffef9 0%, #f7ecd3 100%) !important;
  color: #3d3212 !important;
  box-shadow: 0 5px 18px rgba(230, 210, 150, 0.6) !important;
}

/* Inaktive Auswahlbuttons etwas matter */
.mia-opt {
  background: linear-gradient(180deg, #f5f0e6 0%, #e9e0cf 100%) !important;
  border-color: #d8c9a5 !important;
  color: #5b4e2a !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover auf inaktiven Buttons – leicht aufhellen */
.mia-opt:hover {
  background: linear-gradient(180deg, #faf6ed 0%, #ede5d4 100%) !important;
  color: #4b3f1e !important;
}

/* Einheitlicher Stil für alle Auswahl-Buttons auf Produktseiten */
.mia-opt {
  background: linear-gradient(180deg, #f2e2b8 0%, #e2c98b 100%) !important;
  border-color: #d3b874 !important;
  color: #3a2e0b !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover-Effekt für bessere Tiefe */
.mia-opt:hover {
  background: linear-gradient(180deg, #f7eac5 0%, #e6d090 100%) !important;
  box-shadow: 0 3px 12px rgba(190, 160, 80, 0.4) !important;
}

/* Aktiver Zustand – etwas heller & stärker leuchtend */
.mia-opt.is-active {
  background: linear-gradient(180deg, #fdf3ce 0%, #eed58f 100%) !important;
  border-color: #d8bb70 !important;
  color: #3a2d10 !important;
  box-shadow: 0 5px 18px rgba(210, 180, 90, 0.55) !important;
  font-weight: 600 !important;
}

/* ===== MIALURE Unified Option Buttons ===== */

/* Standard-Button für alle Produkt-Optionen */
.mia-opt,
.mia-opt.is-active,
.mia-opt:hover,
.miaure-pendant-config .mia-opts button,
.miaure-pendant-config .mia-opts button.is-active,
.miaure-pendant-config .mia-opts button:hover,
#miaure-pendant-config .mia-opts button,
#miaure-pendant-config .mia-opts button.is-active,
#miaure-pendant-config .mia-opts button:hover,
.mialure-pendant-config .mia-opts button,
.mialure-pendant-config .mia-opts button.is-active,
.mialure-pendant-config .mia-opts button:hover,
.mialure-bracelet-config .mia-opts button,
.mialure-bracelet-config .mia-opts button.is-active,
.mialure-bracelet-config .mia-opts button:hover {
  background: linear-gradient(180deg, #f2e2b8 0%, #e2c98b 100%) !important;
  border: 1px solid #d3b874 !important;
  color: #3a2e0b !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgba(190,160,80,0.35) !important;
  font-weight: 500 !important;
  cursor: pointer;
  transition: all 0.25s ease-in-out !important;
}

/* Hover-Effekt (Maus drüber) */
.mia-opt:hover,
.mialure-pendant-config .mia-opts button:hover,
.mialure-bracelet-config .mia-opts button:hover {
  background: linear-gradient(180deg, #f7eac5 0%, #e6d090 100%) !important;
  box-shadow: 0 4px 14px rgba(210,180,90,0.5) !important;
}

/* Aktive Auswahl (die gewählte Option) */
.mia-opt.is-active,
.mialure-pendant-config .mia-opts button.is-active,
.mialure-bracelet-config .mia-opts button.is-active {
  background: linear-gradient(180deg, #fdf3ce 0%, #eed58f 100%) !important;
  border: 1px solid #d8bb70 !important;
  color: #3a2d10 !important;
  box-shadow: 0 5px 18px rgba(210,180,90,0.55) !important;
  font-weight: 600 !important;
}

/* ===== Einheitliche Button-Farben für alle Produktseiten ===== */

/* Standard-Zustand */
#mialure-bracelet-config .mia-opts button,
#mialure-pendant-config .mia-opts button,
.mialure-pendant-config .mia-opts button,
.mia-opt {
  background: linear-gradient(180deg, #f2e2b8 0%, #e2c98b 100%) !important;
  border: 1px solid #d3b874 !important;
  color: #3a2e0b !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgba(190,160,80,0.35) !important;
  font-weight: 500 !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover-Effekt */
#mialure-bracelet-config .mia-opts button:hover,
#mialure-pendant-config .mia-opts button:hover,
.mia-opt:hover {
  background: linear-gradient(180deg, #f7eac5 0%, #e6d090 100%) !important;
  box-shadow: 0 4px 14px rgba(210,180,90,0.45) !important;
}

/* Aktive Auswahl */
#mialure-bracelet-config .mia-opts button.is-active,
#mialure-pendant-config .mia-opts button.is-active,
.mia-opt.is-active {
  background: linear-gradient(180deg, #fdf3ce 0%, #eed58f 100%) !important;
  border: 1px solid #d8bb70 !important;
  color: #3a2d10 !important;
  box-shadow: 0 5px 18px rgba(210,180,90,0.55) !important;
  font-weight: 600 !important;
}

/* ===== MIALURE: Einheitliche Farben für alle Produkt-Buttons ===== */

/* Basis-Button */
#mialure-config .mia-opts button,
#mialure-pendant-config .mia-opts button,
#mialure-bracelet-config .mia-opts button,
.mialure-config .mia-opts button,
.mialure-pendant-config .mia-opts button,
.mialure-bracelet-config .mia-opts button {
  background: linear-gradient(180deg, #f2e2b8 0%, #e2c98b 100%) !important;
  border: 1px solid #d3b874 !important;
  color: #3a2e0b !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgba(190,160,80,0.35) !important;
  font-weight: 500 !important;
  transition: all 0.25s ease-in-out !important;
  min-width: 72px !important;
  min-height: 40px !important;
  padding: 8px 12px !important;
}

/* Hover-Effekt */
#mialure-config .mia-opts button:hover,
#mialure-pendant-config .mia-opts button:hover,
#mialure-bracelet-config .mia-opts button:hover {
  background: linear-gradient(180deg, #f7eac5 0%, #e6d090 100%) !important;
  box-shadow: 0 4px 14px rgba(210,180,90,0.45) !important;
}

/* Aktive Auswahl */
#mialure-config .mia-opts button.is-active,
#mialure-pendant-config .mia-opts button.is-active,
#mialure-bracelet-config .mia-opts button.is-active {
  background: linear-gradient(180deg, #fdf3ce 0%, #eed58f 100%) !important;
  border: 1px solid #d8bb70 !important;
  color: #3a2d10 !important;
  box-shadow: 0 5px 18px rgba(210,180,90,0.55) !important;
  font-weight: 600 !important;
}

/* ===== MIALURE: Einheitliche Luxus-Buttons (Gold mit Smaragd-Schimmer) ===== */

/* Grundzustand (nicht aktiv) */
#mialure-config .mia-opts button,
#mialure-pendant-config .mia-opts button,
#mialure-bracelet-config .mia-opts button {
  background: linear-gradient(180deg, #f3e9cf 0%, #e7d6a3 100%) !important;
  border: 1px solid #d8c58b !important;
  color: #3a2d10 !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgba(180, 150, 70, 0.25) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 8px 14px !important;
  min-width: 70px !important;
  transition: all 0.25s ease-in-out !important;
  cursor: pointer !important;
}

/* Hover (Maus drüber) */
#mialure-config .mia-opts button:hover,
#mialure-pendant-config .mia-opts button:hover,
#mialure-bracelet-config .mia-opts button:hover {
  background: linear-gradient(180deg, #ede2b6 0%, #d7c58f 100%) !important;
  box-shadow: 0 4px 16px rgba(70, 120, 90, 0.35) !important; /* leicht smaragdgrünlicher Schimmer */
  border: 1px solid #c8b47f !important;
}

/* Aktive Auswahl (ausgewählt) */
#mialure-config .mia-opts button.is-active,
#mialure-pendant-config .mia-opts button.is-active,
#mialure-bracelet-config .mia-opts button.is-active {
  background: linear-gradient(180deg, #f8efc8 0%, #dfc674 100%) !important;
  border: 1px solid #d4b65d !important;
  color: #2c240e !important;
  box-shadow: 0 5px 18px rgba(180, 150, 70, 0.45), 0 0 10px rgba(80, 140, 110, 0.25) !important;
  font-weight: 600 !important;
}

/* ================================
   MIALURE – Einheitliches Button Design
   Luxuriöses Gold mit Smaragd-Schimmer
   ================================ */

/* Produktkonfigurator-Buttons (Metall, Karat, Reinheit etc.) */
#mialure-config .mia-opts button,
#mialure-pendant-config .mia-opts button,
#mialure-bracelet-config .mia-opts button {
  background: linear-gradient(180deg, #f3e9cf 0%, #e7d6a3 100%) !important;
  border: 1px solid #d8c58b !important;
  color: #3a2d10 !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgba(180, 150, 70, 0.25) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 8px 14px !important;
  min-width: 70px !important;
  transition: all 0.25s ease-in-out !important;
  cursor: pointer !important;
}

/* Hover (Maus drüber) */
#mialure-config .mia-opts button:hover,
#mialure-pendant-config .mia-opts button:hover,
#mialure-bracelet-config .mia-opts button:hover {
  background: linear-gradient(180deg, #ede2b6 0%, #d7c58f 100%) !important;
  box-shadow: 0 4px 16px rgba(70, 120, 90, 0.35) !important; /* Smaragd-Schimmer */
  border: 1px solid #c8b47f !important;
}

/* Aktive Auswahl (ausgewählt) */
#mialure-config .mia-opts button.is-active,
#mialure-pendant-config .mia-opts button.is-active,
#mialure-bracelet-config .mia-opts button.is-active {
  background: linear-gradient(180deg, #f8efc8 0%, #dfc674 100%) !important;
  border: 1px solid #d4b65d !important;
  color: #2c240e !important;
  box-shadow: 0 5px 18px rgba(180, 150, 70, 0.45),
              0 0 10px rgba(80, 140, 110, 0.25) !important;
  font-weight: 600 !important;
}

/* ================================
   Warenkorb-Buttons (Weiter shoppen, Warenkorb leeren, Entfernen)
   ================================ */

.cart__buttons .button,
.cart__ctas .button,
button[name="checkout"],
input[name="checkout"],
button[name="update"],
button[name="clear"],
.cart__remove,
.cart__footer .button,
.cart__remove-button,
.cart__footer input[type="submit"],
.cart__footer button,
a.cart__empty-button {
  background: linear-gradient(180deg, #f3e9cf 0%, #e7d6a3 100%) !important;
  border: 1px solid #d8c58b !important;
  color: #3a2d10 !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  transition: all 0.25s ease-in-out !important;
}

/* Hover-Effekt für Warenkorb-Buttons */
.cart__buttons .button:hover,
.cart__ctas .button:hover,
button[name="checkout"]:hover,
input[name="checkout"]:hover,
button[name="update"]:hover,
button[name="clear"]:hover,
.cart__remove:hover,
.cart__footer .button:hover,
.cart__footer input[type="submit"]:hover,
.cart__footer button:hover,
a.cart__empty-button:hover {
  background: linear-gradient(180deg, #ede2b6 0%, #d7c58f 100%) !important;
  box-shadow: 0 4px 16px rgba(70, 120, 90, 0.35) !important;
  border: 1px solid #c8b47f !important;
}

/* Aktiver Zustand (Klick oder Fokus) */
.cart__buttons .button:active,
.cart__ctas .button:active,
button[name="checkout"]:active,
input[name="checkout"]:active,
button[name="update"]:active,
button[name="clear"]:active,
.cart__remove:active,
.cart__footer .button:active,
.cart__footer input[type="submit"]:active,
.cart__footer button:active,
a.cart__empty-button:active {
  background: linear-gradient(180deg, #f8efc8 0%, #dfc674 100%) !important;
  border: 1px solid #d4b65d !important;
  color: #2c240e !important;
  box-shadow: 0 5px 18px rgba(180, 150, 70, 0.45),
              0 0 10px rgba(80, 140, 110, 0.25) !important;
  font-weight: 600 !important;
}

/* ================================
   MIALURE – Checkout Button (Luxus-Version)
   ================================ */

button[name="checkout"],
input[name="checkout"] {
  background: linear-gradient(180deg, #f3e9cf 0%, #e7d6a3 100%) !important;
  border: 1px solid #d8c58b !important;
  color: #3a2d10 !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 12px rgba(180, 150, 70, 0.3) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 0.3px !important;
  padding: 14px 28px !important;
  text-transform: none !important;
  transition: all 0.3s ease-in-out !important;
}

/* Hover-Effekt mit feinem Glanz */
button[name="checkout"]:hover,
input[name="checkout"]:hover {
  background: linear-gradient(180deg, #f8efc8 0%, #dfc674 100%) !important;
  box-shadow: 0 6px 20px rgba(180, 150, 70, 0.45),
              0 0 12px rgba(80, 140, 110, 0.25) !important; /* gold-smaragd Glow */
  border: 1px solid #d4b65d !important;
  color: #2c240e !important;
  transform: translateY(-1px);
}

/* Klick-Zustand (weiche Vertiefung, kein harter Wechsel auf Weiß) */
button[name="checkout"]:active,
input[name="checkout"]:active {
  background: linear-gradient(180deg, #e7d6a3 0%, #d1b970 100%) !important;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(1px);
}

/* Fokus-Zustand (Tab oder Klick-Rahmen entfernen, für sauberen Look) */
button[name="checkout"]:focus,
input[name="checkout"]:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(140, 190, 160, 0.3) !important;
}


/* === MIALURE Header Logo – Bulgari Style (EXTRA GROß) === */
.mialure-logo-animated {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 600 !important;
  font-size: clamp(48px, 5vw, 68px) !important; /* deutlich größer */
  letter-spacing: 0.28em !important; /* sehr edel, wie BVLGARI */
  text-transform: uppercase !important;
  color: #1e4725 !important; /* MIALURE Emerald */
  -webkit-text-stroke: 0.35px rgba(30, 71, 37, 0.25); /* Kante wie Luxus-Buchstaben */
  text-shadow: 0 0 8px rgba(30, 71, 37, 0.22); /* leichtes Leuchten */
  line-height: 1.05 !important;
  display: inline-block;
}

/* Mobile extra schön und nicht zu groß */
@media (max-width: 768px) {
  .mialure-logo-animated {
    font-size: clamp(32px, 8vw, 44px) !important;
    letter-spacing: 0.22em !important;
  }
}

.mialure-cancel-note {
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.12);
  padding: 8px 12px;
  margin-top: 12px;
  border-radius: 4px;
  font-style: italic;
}

@media (max-width: 749px) {
  .mialure-cancel-note {
    font-size: 0.78rem;
    padding: 6px 10px;
  }
}

.mialure-cancel-note {
  margin-top: 18px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000000 !important;
  letter-spacing: .2px;
}

.mialure-privacy-note {
  color: #ffffff !important;
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 0.9;
  margin-top: 0.5rem;
  font-style: italic;
}

.mialure-footer p,
.mialure-footer span,
.mialure-footer div,
.mialure-footer .newsletter__subtext {
  color: #ffffff !important;
}

/* --- MIALURE Footer Headings Fix --- */
.m-footer__title {
  font-size: 18px !important;        /* größer + edler */
  font-weight: 600 !important;       /* etwas stärker, nicht zu dick */
  letter-spacing: 0.5px !important;  /* leichte Eleganz */
  font-family: var(--font-heading-family) !important; 
  color: #f5f5f5 !important;         /* gleiche Farbe wie andere Footer-Schriften */
  text-transform: none !important;   /* kein komisches Uppercase */
}

/* MIALURE – FAQ Bereich an Typografie anpassen */
.m-faq h2 {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  line-height: 1.3em;
  font-size: clamp(26px, 3vw, 32px);
  color: #111111 !important;
}
.m-faq .accordion__title {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  font-size: 1.05rem;
}

/* MIALURE – FAQ Fragen im BULGARI Style */
.m-faq .accordion__title {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.015em !important;
  font-size: clamp(18px, 2.2vw, 22px) !important;
  line-height: 1.4em;
  color: #111 !important;
}
/* MIALURE – FAQ Überschrift Bulgari Style */
.m-faq h2 {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  font-size: clamp(28px, 3vw, 34px) !important;
  line-height: 1.3em;
  color: #111 !important;
}
.m-faq .accordion__title {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 1.35rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  color: #bfa47a !important; /* Gold, passend zu MIALURE */
}

/* ------------------------------ */
/* MIALURE – FAQ Styling (fixiert) */
/* ------------------------------ */

/* Überschrift */
section.m-faq h2 {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 2.8rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  color: #111 !important;
  margin-bottom: 2rem !important;
}

/* Fragen (summary Titel) */
section.m-faq summary,
section.m-faq .accordion__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #111 !important;
  padding: 6px 0 !important;
  cursor: pointer !important;
}

/* Antworten */
section.m-faq details p,
section.m-faq .accordion__content {
  font-size: 1.50rem !important;
  line-height: 1.00 !important;
  color: #3a3a3a !important;
  padding: 0 0 6px !important;
}

/* Linien & Abstand */
section.m-faq details {
  border-bottom: 1.5px solid #e4e4e4 !important;
  padding: 12px 0 !important;
}
.mialure-hero-video {
  width: 100%;
  height: clamp(260px, 60vw, 520px);
  object-fit: cover;
  display: block;
  border: none;
}

.order-tracking-wrapper {
  max-width: 640px;
  margin: 0 auto;
}

.order-tracking-wrapper h1,
.order-tracking-wrapper h2 {
  margin-bottom: 0.75rem;
}

.order-tracking-wrapper p {
  margin-bottom: 0.75rem;
}

.order-tracking-field {
  margin-bottom: 1rem;
}

.order-tracking-field label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.order-tracking-field input,
.order-tracking-field textarea {
  width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 0.95rem;
}

.order-tracking-actions {
  margin: 1rem 0 1.5rem;
}

.order-tracking-btn {
  display: inline-block;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: 1px solid #d0b57a;
  background: #f6efe0;
  color: #1f2e2b;
  font-size: 0.95rem;
  text-decoration: none;
  text-align: center;
}

.order-tracking-btn--primary {
  background: #d0b57a;
  color: #1f2e2b;
}

.order-tracking-btn:hover {
  filter: brightness(0.96);
}

.order-tracking-note {
  font-size: 0.85rem;
  color: #555;
  margin-top: 0.75rem;
}