/** Shopify CDN: Minification failed

Line 143:0 Unexpected "}"
Line 7973:0 Unexpected "}"
Line 8506:23 Expected identifier but found "!"
Line 8691:0 Unexpected "<"
Line 8692:3 Expected identifier but found "%"
Line 8693:0 Unexpected "<"
Line 8990:0 Unexpected "}"
Line 9652:0 Unexpected "}"
Line 10603:36 Expected ":"

**/
*, :before, :after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: rgb(var(--border-color));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1.product-title {
  font-weight: normal!important;
  text-transform: uppercase;
  
}

.h1-style {
  font-weight: normal!important;
  text-transform: uppercase;
  
}

 .button, .button:active, .button:focus {
  background: #1c1c1c;/* dezent plastischer Gradient */
  color: #f4f4f4;
  cursor: pointer !important;
  outline: none !important;
  border: none;
  border-radius: 999px; /* Pillenform = elegant */ 
  transition: all 0.25s ease-in-out;
}

.button:hover {
  background-color: #ffffff;
    color: #1c1c1c;
    border: 1px solid #1c1c1c;
    
    
}




.variant-picker {
  border-radius: 20px !important;
  display: flex!important;
  flex-direction: column;
  align-items: center;
  text-align: center; 
}

variant-picker.variant-picker.v-stack.gap-4 {
    padding-top: 10px;
}


html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  scroll-padding-top: var(--sticky-area-height);
  line-height: 1.5;
}

body {
  --background: var(--background-primary);
  --text-color: var(--text-primary);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.65 var(--text-font-family);
  letter-spacing: var(--text-letter-spacing);
  margin: 0;
  position: relative;
  overflow-x: hidden;
  max-width: 100vw;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

input[type="submit"] {
  cursor: pointer;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-image: none;
 background-color: #0000;
  
}
}

button, label, summary, [role="button"], [type="checkbox"], [type="radio"] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  list-style-type: none;
}

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

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ul, ol, menu {
 margin: 0;
  padding: 0;
}

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

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: rgb(var(--text-color) / .65);
}

:disabled {
  cursor: default !important;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img {
  color: #0000;
  max-width: 100%;
  height: auto;
}

[role="img"] svg {
  display: initial;
}

picture source {
  display: contents;
}

video {
  max-width: 100%;
  height: auto;
}

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

[hidden] {
  display: none !important;
}

height-observer {
  display: block;
}

.accordion {
  box-sizing: content-box;
}

.accordion {
  border-block-width: 1px;
}

.accordion :is(svg) {
  transition: transform .2s;
}

.accordion + .accordion {
  border-block-start-width: 0;
}

.accordion__toggle {
  justify-content: space-between;
  align-items: center;
  column-gap: .625rem;
  padding-block: 1.25rem;
  display: flex;
  font-size: 16px!important;
}

.accordion__content {
  margin-block-start: -.25rem;
  padding-block-end: 1.25rem;
  padding-inline-end: 1.25rem;
}

@media screen and (min-width: 1000px) {
  .accordion__toggle.text-lg {
    padding-block: 1.5rem;
    align-items: center;
  }

  .accordion--lg .accordion__toggle {
    padding-block: 2rem;
  }

  .accordion--lg .accordion__content {
    margin-block-start: -.5rem;
    align-items: center;
  }
}

.accordion-group > * + * > .accordion {
  border-block-start-width: 0;
}

.blog-post-card {
  align-content: start;
  gap: 1.25rem;
  display: grid;
}

.blog-post-card__info {
  justify-items: start;
  row-gap: 1rem;
  display: grid;
}

.blog-post-list {
  --blog-post-list-items-per-row: 1;
  --blog-post-list-column-gap: 1.875rem;
  --blog-post-list-row-gap: var(--section-stack-gap);
  --blog-post-list-card-width: calc(100% / var(--blog-post-list-items-per-row)  - var(--blog-post-list-column-gap) * (var(--blog-post-list-items-per-row)  - 1) / var(--blog-post-list-items-per-row));
  grid: auto / repeat(auto-fit, var(--blog-post-list-card-width));
  align-items: start;
  column-gap: var(--blog-post-list-column-gap);
  row-gap: var(--blog-post-list-row-gap);
  display: grid;
}

.featured-blog-post {
  grid-column: 1 / -1;
  display: none;
}

@media screen and (min-width: 1000px) {
  .blog-post-list {
    --blog-post-list-items-per-row: 2;
  }
}

@media screen and (max-width: 1000px) {
  .blog-post-list--carousel {
    --blog-post-list-card-width: 40vw;
    grid: auto / auto-flow var(--blog-post-list-card-width);
  }
}

@media screen and (max-width: 699px) {
  .blog-post-list--carousel {
    --blog-post-list-card-width: 74vw;
  }
}

@media screen and (min-width: 1000px) {
  .blog-post-list {
    --blog-post-list-items-per-row: 3;
    --blog-post-list-column-gap: 3.75rem;
  }

  .featured-blog-post {
    display: block;
  }

  .featured-blog-post + .blog-post-card {
    display: none;
  }
}

@media screen and (min-width: 1150px) {
  .blog-post-list {
    --blog-post-list-row-gap: 3.75rem;
  }
}

.shopify-challenge__button, .shopify-payment-button__button--unbranded {
  all: revert;
}

.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded {
  --initial-gradient: linear-gradient(rgb(var(--button-background, var(--button-background-primary))), rgb(var(--button-background, var(--button-background-primary))));
  --hover-gradient: linear-gradient(transparent, transparent);
  --initial-background-position: var(--transform-origin-end);
  --hover-background-position: var(--transform-origin-start);
  padding: 10px 20px;
  background: #1c1c1c;
  appearance: none;
  text-transform: var(--button-text-transform);
  font: var(--button-font);
  text-shadow: none;
  border: 1px solid rgb(var(--button-outline-color, var(--button-background, var(--button-background-primary)))); 
  background-size: 100% 100%, 0 100%;
  background-position: var(--initial-background-position);
  background-repeat: no-repeat;
  align-items: center;
  column-gap: 1.125rem;
  transition: background-size .45s cubic-bezier(.785, .135, .15, .86), background-position .45s step-end, color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
      position: relative;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: .01rem;
    line-height: 1.5rem;
  text-align:center;
}

.button-sticky-card{
  --initial-gradient: linear-gradient(rgb(var(--button-background, var(--button-background-primary))), rgb(var(--button-background, var(--button-background-primary))));
    --hover-gradient: linear-gradient(transparent, transparent);
    --initial-background-position: var(--transform-origin-end);
    --hover-background-position: var(--transform-origin-start);
    -webkit-appearance: none;
    appearance: none;
    text-transform: var(--button-text-transform);
    font: var(--button-font);
    letter-spacing: var(--button-letter-spacing);
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    color: rgb(var(--button-text-color, var(--button-text-primary)));
    border: 1px solid rgb(var(--button-outline-color, var(--button-background, var(--button-background-primary))));
    border-radius: var(--button-border-radius);
    --background: 28 28 28;
    background-color: rgb(var(--background))!important;
    /* background-image: var(--initial-gradient), var(--hover-gradient); */
    background-size: 100% 100%, 0 100%;
    background-position: var(--initial-background-position);
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    column-gap: 1.125rem;
    padding: 0.65rem 1.75rem;
    transition: background-size .45s cubic-bezier(.785, .135, .15, .86), background-position .45s step-end, color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    display: inline-flex;
    position: relative;
    border-radius: 30px;
    font-weight: 500!important;
    font-size: 0.86rem;
    font-weight: 400;
    letter-spacing: .01rem;
    line-height: 1.5rem;
}

.button--outline {
  --initial-gradient: linear-gradient(transparent, transparent);
  --hover-gradient: linear-gradient(rgb(var(--button-background, var(--button-background-primary))), rgb(var(--button-background, var(--button-background-primary))));
  --initial-background-position: var(--transform-origin-start);
  --hover-background-position: var(--transform-origin-end);
  border-color: rgb(var(--button-outline-color, var(--border-color)));
  color: rgb(var(--button-background, var(--text-color)));
}

.button--subdued.button--outline {
  border-color: rgb(var(--border-color));
  color: rgb(var(--button-background, var(--button-background-primary)) / .65);
}

.button--sm {
  font-size: var(--text-xs);
  padding: .5rem .75rem;
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .features--button-transition :is(.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded):not([disabled]):hover {
    border-color: rgb(var(--button-background, var(--button-background-primary)));
    color: rgb(var(--button-background, var(--button-background-primary)));
    background-position: var(--hover-background-position);
    background-size: 0 100%, 100% 100%;
  }

  .features--button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover {
    background-color: #0000;
  }

  .features--button-transition .button--outline:not([disabled]):hover {
    color: rgb(var(--button-text-color, var(--button-text-primary)));
  }
}

.button-group {
  display: flex;
    align-items: baseline;
    column-gap: 0.5rem;
  padding-top: 20px;
}


.button-group > * {
    margin: 0 !important;
    width: 100%;
}

.button-group:has(.link):has(.button) {
  column-gap: 1.5rem;
}

@media screen and (min-width: 1000px) {
  .button-group {
    gap: 2.5rem;
  }

  .button-group:has(.link):not(:has(.button)) {
    column-gap: 2rem;
  }

  .button-group--same-width {
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    display: grid;
  }
}

.shopify-payment-button__button {
  width: 100%;
  min-height: calc(1lh + 1.3rem + 2px);
  vertical-align: top;
}

.shopify-payment-button__button--branded:focus-within {
  outline: 2px solid Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.shopify-payment-button__button--branded [role="button"] {
  border-radius: var(--button-border-radius);
  padding: .875rem 1.75rem;
}

.shopify-payment-button__more-options[aria-hidden="true"] {
  display: none;
}

@keyframes animateIconInline {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  51% {
    opacity: 0;
    transform: translateX(-100%);
  }

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

@keyframes animateIconBlock {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }

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

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

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

.circle-button {
  --circle-button-size: 2.75rem;
  --circle-button-background: var(--button-text-primary);
  --circle-button-text-color: var(--button-background-primary);
  width: var(--circle-button-size);
  height: var(--circle-button-size);
  background: rgb(var(--circle-button-background));
  color: rgb(var(--circle-button-text-color));
  border-radius: var(--rounded-full);
  box-shadow: 0 .125rem .625rem rgb(var(--circle-button-text-color) / .15);
  place-items: center;
  display: grid;
}

.circle-button > svg {
  width: .75rem;
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .circle-button.hover\:animate-icon-inline:hover svg {
    animation: .35s ease-in-out forwards animateIconInline;
  }

  .circle-button.hover\:animate-icon-block:hover svg {
    animation: .35s ease-in-out forwards animateIconBlock;
  }
}

.circle-button--sm {
  --circle-button-size: 2.25rem;
}

.circle-button--lg, .circle-button--xl {
  --circle-button-size: 3.125rem;
}

:is(.circle-button--lg, .circle-button--xl) > svg {
  width: 1rem;
}

@media screen and (min-width: 1000px) {
  .circle-button--xl {
    --circle-button-size: 3.5rem;
  }
}

.content-over-media {
  --content-over-media-gap: 1.25rem;
  --content-over-media-calculated-row-gap: var(--content-over-media-row-gap, var(--content-over-media-gap));
  --content-over-media-calculated-column-gap: var(--content-over-media-column-gap, var(--content-over-media-gap));
  grid-template: [full-start] 0 [content-start] minmax(0, 1fr) [content-end] 0 [full-end] / [full-start] minmax(0, 1fr) [content-start] minmax(0, min(var(--container-max-width), 100% - var(--content-over-media-column-gap, var(--content-over-media-gap, var(--container-gutter))) * 2)) [content-end] minmax(0, 1fr) [full-end];
  row-gap: var(--content-over-media-calculated-row-gap);
  column-gap: var(--content-over-media-calculated-column-gap);
  min-height: var(--content-over-media-height, auto);
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;

}

.content-over-media:before {
  content: "";
  background: var(--content-over-media-gradient-overlay, rgb(var(--content-over-media-overlay)));
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.content-over-media > picture {
  display: contents;
}

.content-over-media > :is(img, video, iframe, svg, video-media), .content-over-media > picture img {
  height: var(--content-over-media-height, auto);
  min-height: 100%;
  max-height: 100%;
  min-width: 100%;
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  grid-area: full-start / full-start / full-end / full-end;
 
}

.content-over-media > :not(img, video, iframe, svg, video-media, picture) {
  max-width: var(--content-over-media-content-max-width, 48rem);
  z-index: 1;
  text-shadow: 0 1px rgb(var(--content-over-media-text-shadow) / 50%);
  grid-area: content-start / content-start / content-end / content-end;
  position: relative;
}

.content-over-media:has( > .prose):not(:has( > .prose .button:last-child)) {
  row-gap: calc(var(--content-over-media-calculated-row-gap)  - .5rem);
}

@supports (row-gap: 1lh) {
  .content-over-media:has( > .prose):not(:has( > .prose .button:last-child)) {
    row-gap: calc(var(--content-over-media-calculated-row-gap)  - .5lh);
  }
}

.content-over-media > video-media:not([autoplay]) ~ * {
  pointer-events: none;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.content-over-media > video-media:not([autoplay])[loaded] ~ * {
  opacity: 0;
  visibility: hidden;
}

.content-over-media:has(video-media:not([autoplay])) .play-button {
  transition: transform .2s ease-in-out;
}

.content-over-media:has(video-media:not([autoplay])):hover .play-button {
  transform: scale(1.1);
}

.shopify-section:first-child [allow-transparent-header] > .content-over-media > :not(img, video, iframe, svg, video-media, picture) {
  padding-block-start: var(--header-height, 0px);
}

.content-over-media--xs {
  --content-over-media-height: clamp(15rem, 65vw, 25rem);
}

.content-over-media--sm {
  --content-over-media-height: clamp(20rem, 85vw, 32rem);
}

.content-over-media--md {
  --content-over-media-height: clamp(25rem, 100vw, 36rem);
}

.content-over-media--lg {
  --content-over-media-height: clamp(30rem, 125vw, 42rem);
}

.content-over-media--fill {
  --content-over-media-height: calc(100vh - var(--sticky-area-height));
}

.shopify-section:first-child .content-over-media--fill {
  --content-over-media-height: calc(100vh - (var(--announcement-bar-height, 0px)  + var(--header-height, 0px)));
}

.shopify-section:first-child:has([allow-transparent-header]) .content-over-media--fill {
  --content-over-media-height: calc(100vh - (var(--announcement-bar-height, 0px)));
}

@supports (height: 100svh) {
  .content-over-media--fill {
    --content-over-media-height: calc(100svh - var(--sticky-area-height));
  }

  .shopify-section:first-child .content-over-media--fill {
    --content-over-media-height: calc(100svh - (var(--announcement-bar-height, 0px)  + var(--header-height, 0px)));
  }

  .shopify-section:first-child:has([allow-transparent-header]) .content-over-media--fill {
    --content-over-media-height: calc(100svh - (var(--announcement-bar-height, 0px)));
  }
}

@media screen and (min-width: 1000px) {
  .content-over-media {
    --content-over-media-gap: 2rem;
  }
}

@media screen and (min-width: 1000px) {
  .content-over-media {
    --content-over-media-gap: 3rem;
  }
}

.page-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    position: absolute;
    bottom: 20px;
    left: 5px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

@media screen and (min-width: 1000px){
.page-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    padding: 0;
    z-index: 1;
}
}
.page-dots > * {
    width: 5px; /* Größe der nicht angewählten Punkte */
    height: 5px; /* Größe der nicht angewählten Punkte */
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-dots > *:after {
    content: "";
    border-radius: 50%; /* Kreisförmig */
    opacity: 0.4;
    width: 100%;
    height: 100%;
    transition: opacity 0.25s, width 0.25s, height 0.25s, background-color 0.25s;
    background-color: #1c1c1c;
}

.page-dots > *[aria-current="true"]:after {
    opacity: 1;
    height: .3125rem;
    width: .3125rem;
}



.page-dots--narrow {
  column-gap: .5rem;
}

.page-dots--autoplay > [aria-current="false"]:after, .page-dots--autoplay > [aria-current="true"] .circular-progress {
  transition-delay: .15s;
}

.page-dots--autoplay > [aria-current="true"]:after, .page-dots--autoplay > [aria-current="false"] .circular-progress {
  opacity: 0;
}

.page-dots--autoplay > [aria-current="true"] .circular-progress circle:last-child {
  animation: animateCircularProgress var(--slideshow-progress-duration) linear var(--slideshow-progress-play-state) both;
}

.prev-next-button {
  transition: opacity .15s ease-in-out, transform .15s ease-in-out, visibility .15s ease-in-out;
}

.prev-next-button[disabled] {
  opacity: 0;
  visibility: hidden;
}

@media screen and (pointer: fine) {
  .prev-next-button[is="carousel-prev-button"]:hover svg {
    animation-direction: reverse;
  }
}

@media screen and (pointer: fine) {
  .floating-controls-container {
    padding-inline: 4.625rem;
    display: block;
    position: relative;
  }

  .floating-controls-container > .prev-next-button {
    display: none;
  }

  .floating-controls-container > .is-scrollable ~ .prev-next-button {
    z-index: 1;
    display: grid;
    position: absolute;
    inset-block-start: calc(50% - 1.5625rem);
  }

  .floating-controls-container > .prev-next-button--prev {
    inset-inline-start: var(--floating-controls-inset-inline, 0);
  }

  .floating-controls-container > .prev-next-button--next {
    inset-inline-end: var(--floating-controls-inset-inline, 0);
  }

  .floating-controls-container--inside {
    --floating-controls-inset-inline: 1.5rem;
    padding-inline: 0;
  }

  .floating-controls-container--on-hover > .prev-next-button {
    opacity: 0;
    transform: translateY(-10px);
  }

  .floating-controls-container--on-hover:hover > .prev-next-button:not([disabled]) {
    opacity: 1;
    transform: translateY(0);
  }
}

@media not screen and (pointer: fine) {
  .floating-controls-container > .prev-next-button {
    display: none;
  }
}

:where(x-drawer, x-modal, x-popover):not(:defined) {
  display: none;
}

:where(.modal, .drawer, .popover, .header-search) {
  z-index: 999;
  display: none;
  position: relative;
}

:where(.modal, .drawer, .popover, .header-search)::part(overlay) {
  min-height: 100vh;
  background: rgb(var(--page-overlay));
  position: fixed;
  inset: 0;
}

:where(.modal, .drawer, .popover, .header-search)::part(close-button) {
  color: currentColor;
  cursor: pointer;
  background: none;
  border: none;
  place-items: center;
  padding: 0;
  display: grid;
}

:where(.modal, .drawer, .popover, .header-search)::part(close-button) > svg {
  display: block;
}

@media screen and (pointer: fine) {
  :where(.modal, .drawer, .popover, .header-search)::part(close-button) {
    opacity: .6;
    transition: all .2s ease-in;
  }

  :where(.modal, .drawer, .popover, .header-search)::part(close-button):hover {
    opacity: 1;
  }
}

:where(.modal, .drawer, .popover, .header-search)::part(tap-area) {
  position: relative;
  padding-bottom:20px;
}

:where(.modal, .drawer, .popover, .header-search)::part(tap-area):before {
  content: "";
  position: absolute;
  inset: -.65rem;
}

.modal {
  --background: var(--modal-background);
  --text-color: var(--modal-text);
  --border-color: var(--modal-border-color);
  --distance-to-bleed: var(--modal-body-padding-inline);
  --modal-header-padding-block: .875rem;
  --modal-header-padding-inline: 1.25rem;
  --modal-body-padding-block: 1.25rem;
  --modal-body-padding-inline: 1.25rem;
  --modal-body-max-width: 30rem;
}

.modal::part(base) {
  height: 100%;
  width: 100%;
  place-items: end center;
  display: grid;
  position: fixed;
  inset: 0;
}

.modal::part(content) {
  width: 100%;
  max-width: var(--modal-body-max-width);
  max-height: 75vh;
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  isolation: isolate;
  overflow: auto;
}

@supports (height: 110dvh) {
  .modal::part(content) {
    max-height: 100dvh;
  }
}

.modal::part(header) {
  background: inherit;
  border-block-end: 1px solid rgb(var(--border-color));
  text-align: center;
  z-index: 2;
  align-items: center;
  padding-block-start: var(--modal-header-padding-block);
  padding-block-end: var(--modal-header-padding-block);
  padding-inline-start: var(--modal-header-padding-inline);
  padding-inline-end: var(--modal-header-padding-inline);
  display: grid;
  position: sticky;
  inset-block-start: 0;
}

.modal::part(close-button) {
  position: absolute;
  inset-inline-end: var(--modal-header-padding-inline);
}

.modal::part(body) {
  padding-block-start: var(--modal-body-padding-block);
  padding-block-end: var(--modal-body-padding-block);
  padding-inline-start: var(--modal-body-padding-inline);
  padding-inline-end: var(--modal-body-padding-inline);
}

@media screen and (min-width: 1000px) {
  .modal {
    --modal-header-padding-block: 1.125rem;
    --modal-header-padding-inline: 2rem;
    --modal-body-padding-block: 2rem;
    --modal-body-padding-inline: 2rem;
  }

  .modal::part(base) {
    place-items: center;
  }

  .modal--lg {
    --modal-body-max-width: 45rem;
  }
}

.drawer {
  --background: var(--modal-background);
  --text-color: var(--modal-text);
  --border-color: var(--modal-border-color);
  --distance-to-bleed: var(--drawer-body-padding-inline);
  --drawer-header-padding-block: 1rem;
  --drawer-header-padding-inline: 1.25rem;
  --drawer-body-padding-block: 1.25rem;
  --drawer-body-padding-inline: 1.25rem;
  --drawer-footer-padding-block: 1rem;
  --drawer-footer-padding-inline: 1.25rem;
  /*--drawer-max-width: min(92vw, 28.125rem);*/
}

@media screen and (min-width: 1000px) {
  .drawer {
    --drawer-max-width: min(92vw, 28.125rem)!important;
    }
}

.drawer::part(base) {
  height: 100%;
  width: 100%;
  position: fixed;
  inset: 0;
}

.drawer::part(content) {
  height: 100%;
  width: 100%;
 /* max-width: var(--drawer-max-width);*/
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
  display: grid;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .drawer::part(content) {
    max-width: var(--drawer-max-width)!important;
  }
}

.drawer::part(header) {
 /*min-height: min(var(--header-height), 5rem);*/
  min-height:72px;
  max-height: 40px;
 /*border-block-end: 1px solid rgb(var(--border-color));*/
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
  padding-block-start: var(--drawer-header-padding-block);
  padding-block-end: var(--drawer-header-padding-block);
  /*padding-inline-start: var(--drawer-header-padding-inline);*/
 padding-inline-end: var(--drawer-header-padding-inline);
  display: flex;

}

.drawer::part(body) {
  overscroll-behavior-y: contain;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  padding-block-start: var(--drawer-body-padding-block);
  padding-block-end: var(--drawer-body-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  display: grid;
  overflow-x: hidden;
  overflow-y: auto;
}

.drawer::part(footer) {
  background: rgb(var(--background));
  border-block-start: 1px solid rgb(var(--border-color));
  padding-block-start: var(--drawer-footer-padding-block);
  padding-block-end: var(--drawer-footer-padding-block);
  padding-inline-start: var(--drawer-footer-padding-inline);
  padding-inline-end: var(--drawer-footer-padding-inline);
  
}

.drawer--sm {
  --drawer-max-width: min(92vw, 25rem);
}

.drawer--center-body::part(body) {
  align-self: center;
}

@media screen and (min-width: 1000px) {
  .drawer {
    --drawer-header-padding-block: 1.125rem;
    --drawer-header-padding-inline: 2rem;
    --drawer-body-padding-block: 2rem;
    --drawer-body-padding-inline: 2rem;
    --drawer-footer-padding-block: 2rem;
    --drawer-footer-padding-inline: 2rem;
  }
}

.popover {
  --background: var(--popover-background);
  --text-color: var(--popover-text);
  --border-color: var(--popover-border-color);
  --distance-to-bleed: var(--popover-body-padding-inline);
  --popover-header-padding-block: .875rem;
  --popover-header-padding-inline: 1.25rem;
  --popover-body-padding-block: 1.25rem;
  --popover-body-padding-inline: 1.25rem;
  --distance-to-bleed: var(--popover-body-padding-inline);
}

.popover::part(content) {
  width: 100%;
  max-height: 75vh;
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  isolation: isolate;
  overflow: auto;
}

@supports (height: 100dvh) {
  .popover::part(content) {
    max-height: 85dvh;
  }
}

.popover::part(header) {
  background: inherit;
  border-block-end: 1px solid rgb(var(--border-color));
  text-align: center;
  z-index: 2;
  align-items: center;
  padding-block-start: var(--popover-header-padding-block);
  padding-block-end: var(--popover-header-padding-block);
  padding-inline-start: var(--popover-header-padding-inline);
  padding-inline-end: var(--popover-header-padding-inline);
  display: grid;
  position: sticky;
  inset-block-start: 0;
}

.popover::part(close-button) {
  position: absolute;
  inset-inline-end: var(--popover-header-padding-inline);
}

.popover::part(body) {
  padding-block-start: var(--popover-body-padding-block);
  padding-block-end: var(--popover-body-padding-block);
  padding-inline-start: var(--popover-body-padding-inline);
  padding-inline-end: var(--popover-body-padding-inline);
}

.popover__value-list {
  text-align: center;
  justify-items: center;
  gap: .75rem;
  display: grid;
  text-color:var(--popover-text);
}

.popover__value-list > * {
  text-align: inherit;
  width: 100%;
  color: var(--popover-text);
  transition: color .2s ease-in-out;
}

.popover__value-list > *[aria-selected="true"], .popover__value-list > *:hover {
  color: var(--popover-text);
}

@media screen and (max-width: 1000px) {
  .popover::part(base) {
    height: 100%;
    width: 100%;
    place-items: end center;
    display: grid;
    position: fixed;
    inset: 0;
  }
}

@media screen and (min-width: 1000px) {
  .popover {
    --popover-block-offset: .75rem;
    position: absolute;
  }

  .popover::part(content) {
    width: max-content;
    max-width: 18.75rem;
    max-height: min(60vh, 25rem);
    border: 1px solid rgb(var(--border-color));
    box-shadow: 2px 2px 6px rgb(var(--text-color) / .05);
  }

  .popover::part(overlay), .popover::part(header) {
    display: none;
  }

  .popover__value-list {
    text-align: start;
    justify-items: start;
  }

  .popover:has(.popover__value-list)::part(body) {
    padding-inline-end: 2.5rem;
  }

  .popover--top-start {
    inset-block-end: calc(100% + var(--popover-block-offset));
    inset-inline-start: 0;
  }

  .popover--top-end {
    inset-block-end: calc(100% + var(--popover-block-offset));
    inset-inline-end: 0;
  }

  .popover--bottom-start {
    inset-block-start: calc(100% + var(--popover-block-offset));
    inset-inline-start: 0;
  }

  .popover--bottom-end {
    inset-block-start: calc(100% + var(--popover-block-offset));
    inset-inline-end: 0;
  }
}

.pop-in {
  z-index: 10;
  padding: 2rem;
  display: none;
  position: fixed;
  inset-block-end: 1rem;
  inset-inline: 1rem;
}

.pop-in__close-button {
  inset-block-start: 1.25rem;
  inset-inline-end: 1.25rem;
  position: absolute !important;
}

@media screen and (min-width: 1000px) {
  .pop-in {
    inset-block-end: 2rem;
    inset-inline: 2rem;
  }
}

.banner {
  font-size: var(--text-base);
  color: rgb(var(--banner-color));
  background: rgb(var(--banner-background));
  text-shadow: none;
  padding: .625rem 1.25rem;
}

.banner:has(.banner__text-with-button) {
  padding-block: 1.25rem;
}

.banner--error {
  --banner-background: var(--error-background);
  --banner-color: var(--error-text);
  --button-background: var(--error-text);
  --button-text-color: var(--error-background);
}

.banner--success {
  --banner-background: var(--success-background);
  --banner-color: var(--success-text);
  --button-background: var(--success-text);
  --button-text-color: var(--success-background);
}

.banner--warning {
  --banner-background: var(--warning-background);
  --banner-color: var(--warning-text);
  --button-background: var(--warning-text);
  --button-text-color: var(--warning-background);
}

.banner__text-with-button {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .8rem 1.5rem;
  display: flex;
}

.form {
  align-content: start;
  row-gap: var(--form-gap);
  display: grid;
  padding-top:20px;
}

.form-row {
  gap: var(--fieldset-gap);
  flex-wrap: wrap;
  display: flex;
}

.form-row > .form-control {
  flex: 1 0 var(--fieldset-row-control-width, 14rem);
}

.form-row > button {
  flex-grow: 1;
}

.fieldset {
  gap: var(--fieldset-gap);
  display: grid;
}

.fieldset-row {
  gap: inherit;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  display: grid;
}

.form-control {
  gap: var(--form-control-gap);
  display: grid;
  position: relative;
}

.form-control > label {
  justify-self: start;
}

.form-control__max-characters-count {
  margin-block-start: -.375rem;
}

.checkbox-control {
  align-items: flex-start;
  column-gap: var(--checkbox-control-gap);
  text-align: start;
  display: flex;
  position: relative;
  text-transform: capitalize;
  
}

.input, .textarea, .select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  padding: var(--input-padding-block) var(--input-padding-inline);
  border-radius: var(--input-border-radius);
  background: rgb(var(--input-background, transparent));
  color: rgb(var(--input-text-color, var(--text-color)));
  text-align: start;
  border-width: 1px;
  transition: border-color .1s ease-in-out;
}

:is(.input, .textarea, .select)::placeholder {
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
}

.input:focus, .textarea:focus, .select:focus-visible {
  border-color: currentColor;
  outline: none;
}

.select {
  box-shadow: 0 1px 3px rgb(var(--text-color) / .08);
}

.select:required:invalid {
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
}

.select ~ svg, .select > svg {
  transition: transform .2s;
  position: absolute;
  inset-block-start: calc(50% - 3.5px);
  inset-inline-end: calc(var(--input-padding-inline)  + 1px);
}

.select[aria-expanded="true"] > svg {
  transform: rotateZ(180deg);
}

.form-control:has(.select):before {
  content: "";
  width: calc(var(--input-padding-inline) * 2 + 35px);
  height: calc(100% - 2px);
  background-image: linear-gradient(to var(--transform-origin-start), rgb(var(--background)) calc(var(--input-padding-inline)  + 20px), rgb(var(--background) / 0));
  pointer-events: none;
  position: absolute;
  inset-block-start: 1px;
  inset-inline-end: 1px;
}

.form-control:has(.select):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  border-top-right-radius: var(--input-border-radius);
  border-bottom-right-radius: var(--input-border-radius);
}

.form-control:has(.select):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
  border-top-left-radius: var(--input-border-radius);
  border-bottom-left-radius: var(--input-border-radius);
}

.floating-label {
  z-index: 1;
  background: rgb(var(--background));
  color: rgb(var(--input-text-color, var(--text-color)) / .6);
  opacity: 0;
  pointer-events: none;
  padding: 0 .25rem;
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
  position: absolute;
  inset-block-start: calc(-1 * var(--input-padding-block)  + 1px);
  inset-inline-start: calc(var(--input-padding-inline)  - .25rem + 1px);
  transform: translateY(3px);
}

:-webkit-autofill ~ .floating-label {
  color: #000;
}

:is(.input, .textarea):not(:placeholder-shown) ~ .floating-label, :is(.input, .textarea, .select):-webkit-autofill ~ .floating-label, .select:valid ~ .floating-label {
  opacity: 1;
  transform: translateY(0);
}

.input-suffix {
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  position: absolute;
  inset-block-start: var(--input-padding-block);
  inset-inline-end: var(--input-padding-inline);
}

.form-control:has(:focus-within) + .input-suffix.hide-on-focus {
  opacity: 0;
  visibility: hidden;
}

.checkbox {
  --checkbox-baseline-distance: calc(1em * 1.6);
  --checkbox-offset: calc((var(--checkbox-baseline-distance)  - var(--checkbox-size)) / 2);
  -webkit-appearance: none;
  appearance: none;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border-width: 1px;
  border-color: rgb(var(--text-color) / .8);
  background: var(--checkmark-svg-url) no-repeat center / 0;
  border-radius: 2px;
  flex-shrink: 0;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  position: relative;
  inset-block-start: var(--checkbox-offset);
}

@supports (width: 1lh) {
  .checkbox {
    inset-block-start: calc(.5lh - var(--checkbox-size) / 2);
  }
}

.checkbox:checked {
  background-color: rgb(var(--accent));
  border-color: rgb(var(--accent));
  background-size: 10px 8px;
}

.checkbox:checked ~ label {
  opacity: 1;
}

.checkbox:disabled, .checkbox:disabled ~ label {
  opacity: .5;
  cursor: default;
}

.checkbox:not(:disabled, :checked) ~ label {
  opacity: .7;
}

.checkbox ~ label {
  transition: all .2s ease-in-out;
}

.dot-checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 6px;
  background: rgb(var(--text-color));
  opacity: 0;
  pointer-events: none;
  border-radius: 100%;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset-block-start: calc(.5em + 1.5px);
}

.dot-checkbox ~ label {
  opacity: .65;
  transition: opacity .2s, transform .2s;
  position: relative;
}

.dot-checkbox ~ label:hover {
  opacity: 1;
}

.dot-checkbox:checked {
  opacity: 1;
}

.dot-checkbox:checked ~ label {
  opacity: 1;
  transform: translateX(1.125rem);
}

.switch {
  --switch-height: 1rem;
  --switch-width: 2.25rem;
  --switch-padding: .1875rem;
  --switch-toggle-size: .625rem;
  -webkit-appearance: none;
  appearance: none;
  height: var(--switch-height);
  width: var(--switch-width);
  padding: var(--switch-padding);
  border-radius: var(--rounded-full);
  background: rgb(var(--text-color) / .1);
  align-self: center;
  transition: background .2s ease-in-out;
  display: grid;
}

.switch:after {
  content: "";
  width: var(--switch-toggle-size);
  height: var(--switch-toggle-size);
  background: rgb(var(--background-secondary));
  border-radius: var(--rounded-full);
  transition: transform .2s ease-in-out;
  box-shadow: 0 1px 1px #0003;
}

.switch:checked {
  background: rgb(var(--accent));
}

.switch:checked:after {
  transform: translateX(calc(var(--transform-logical-flip) * (var(--switch-width)  - var(--switch-toggle-size)  - var(--switch-padding) * 2)));
}

.shopify-section {
  --section-vertical-spacing: var(--section-with-border-vertical-spacing);
  --section-vertical-spacing-tight: var(--section-with-border-vertical-spacing-tight);
  
}

.shopify-section:has(.bordered-section) {
  --section-vertical-spacing: var(--section-without-border-vertical-spacing);
  --section-vertical-spacing-tight: var(--section-without-border-vertical-spacing-tight);
  box-shadow: 4px 4px 20px rgba(191, 191, 191, 0.5);
}

.shopify-section:not(:first-child):has(.bordered-section) {
/*  border-block-start-width: 1px;*/
  
}

.shopify-section:not(:has(.section-spacing)) + .shopify-section {
  border-block-start-width: 0;
}

@supports not selector(:has(p)) {
  .shopify-section--has-fallback-bordered {
    --section-vertical-spacing: var(--section-without-border-vertical-spacing);
    --section-vertical-spacing-tight: var(--section-without-border-vertical-spacing-tight);
  }

  .shopify-section--has-fallback-bordered:not(:first-child) {
    border-block-start-width: 1px;
  }
}

.container {
  --distance-to-bleed: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
}

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

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

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

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

.container--lg {
 /* --container-max-width: var(--container-lg-max-width);*/
  --container-max-width: 90%;
}

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

.section-spacing:not(.section-spacing--padded) {
  margin-block-start: calc(var(--section-vertical-spacing-override, var(--section-vertical-spacing))  + var(--section-vertical-spacing-block-start-compensation, 0px));
  margin-block-end: var(--section-vertical-spacing-override, var(--section-vertical-spacing));
 
}

.shopify-section:has(.section-spacing:not(.section-spacing--padded)) {
  scroll-margin-block-start: var(--sticky-area-height);
}

.section-spacing--tight {
  --section-vertical-spacing: var(--section-vertical-spacing-tight);
  --section-stack-gap: var(--section-stack-gap-tight);
}

.section-spacing--padded {
  padding-block-start: calc(var(--section-vertical-spacing-override, var(--section-vertical-spacing))  + var(--section-vertical-spacing-block-start-compensation, 0px));
  padding-block-end: var(--section-vertical-spacing-override, var(--section-vertical-spacing));
}

.shopify-section:empty {
  display: none;
}

.section-stack {
  gap: var(--section-stack-gap);
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.section-header {
  max-width: min(var(--container-xs-max-width), 100%);
  margin-inline-start: var(--container-gutter);
  margin-inline-end: var(--container-gutter);
}

.container .section-header {
  margin-inline: 0;
}

.v-stack {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  display: grid;
}

.g-stack {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  display: grid;
}

.h-stack {
  align-items: center;
  display: flex;

}

.bleed, .full-bleed {
  margin-inline-start: calc(-1 * var(--distance-to-bleed));
  margin-inline-end: calc(-1 * var(--distance-to-bleed));
}

.bleed {
  scroll-padding-inline: var(--distance-to-bleed);
  padding-inline-start: var(--distance-to-bleed);
  padding-inline-end: var(--distance-to-bleed);
}

@media screen and (min-width: 1000px) {
  .sm\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

@media screen and (min-width: 1000px) {
  .md\:unbleed {
   /* margin-inline: 0;*/
    /*padding-inline: 0;*/
    scroll-padding-inline: 0;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:unbleed {
    margin-inline: 0;
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

.empty-state {
  text-align: center;
  place-content: center;
  margin-block: 6.25rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .empty-state {
    margin-block: 12.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .empty-state {
    margin-block: 15.625rem;
  }
}

.shopify-section--announcement-bar, .shopify-section--header {
  transform: translateY(calc(((var(--announcement-bar-height, 0px)  + var(--header-height, 0px)) * -1) * var(--hide-header-group, 0)));
  transition: transform .25s ease-in-out;
}

video-media, model-media {
  border-radius: inherit;
  aspect-ratio: var(--aspect-ratio, var(--default-aspect-ratio));
  width: 100%;
  display: block;
  position: relative;
  container: media / inline-size;
}

@supports not (aspect-ratio: 1) {
  :is(video-media, model-media):before {
    content: "";
    padding-block-end: calc(100% / (var(--aspect-ratio, var(--default-aspect-ratio))));
    display: block;
  }

  :is(video-media, model-media) > * {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute !important;
  }
}

@container media (width >= 32rem) {
  :is(video-media, model-media)::part(play-button) {
    width: 4rem;
    height: 4rem;
  }
}

video-media {
  --default-aspect-ratio: 16 / 9;
}

video-media[host] {
  align-items: center;
  display: grid;
}

video-media[show-play-button]:not([loaded]), video-media:not([autoplay]) {
  cursor: pointer;
}

video-media > :is(video, iframe, img) {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: opacity .2s ease-in-out;
}

video-media > video[controls] {
  pointer-events: auto;
}

video-media > :-webkit-any(video:not(:-webkit-full-screen), img) {
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}

video-media > :is(video:not(:fullscreen), img) {
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
}

video-media > :is(iframe, img) {
  position: absolute;
  inset: 0;
}

video-media:not([loaded]) > :is(video, iframe), video-media[loaded] > img, video-media[loaded]::part(play-button) {
  opacity: 0;
  pointer-events: none;
}

video-media[suspended] ~ * {
  pointer-events: none;
}

video-media::part(play-button) {
  z-index: 1;
  will-change: scale;
  transition: scale .2s ease-in-out, opacity .2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

video-media:hover::part(play-button) {
  scale: 1.1;
}

model-media {
  --default-aspect-ratio: 1;
}

model-media model-viewer, model-media .shopify-model-viewer-ui {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

@media screen and (max-width: 699px) {
  .order-summary__header, .order-summary__body td:nth-child(n+2), .order-summary__footer td:first-child {
    display: none;
  }

  .order-summary__body td {
    border-width: 0;
  }

  .order-summary__body tr:last-child td {
    border-block-end-width: 1px;
  }

  .order-summary__body tr:first-child td {
    padding-block-start: 0;
  }

  .order-summary__body tr:last-child td {
    padding-block-end: calc(var(--table-cell-padding-block) * 2);
  }
}

.line-item {
  --line-item-media-width: 4.375rem;
  align-items: center;
  column-gap: 1rem;
  display: flex;
}

.line-item__media {
  width: 60px;
  flex-shrink: 0;
}

@media screen and (min-width: 1000px) {
  .line-item {
    --line-item-media-width: 7.5rem;
  }
}

.discount-badge {
  
    color: rgb(var(--on-sale-badge-text));
    align-items: center;
    column-gap: 0.5rem;
    /* background-color: #2a7fdd; */
    color: white;
    padding: 5px 10px;
    /* border-radius: 12px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    /* font-weight: bold; */
    padding: 0.125rem 0.5rem;
    display: flex;
}

.shipping-estimator__form {
  gap: var(--fieldset-gap);
  display: grid;
}

@media screen and (min-width: 1000px) {
  .shipping-estimator__form {
    flex-wrap: wrap;
    display: flex;
  }

  .shipping-estimator__form .select {
    max-width: 15rem;
  }
}

.pagination {
  border-block-end-width: 1px;
  grid-auto-rows: minmax(0, 2.8125rem);
  grid-auto-columns: minmax(0, 2.625rem);
  grid-auto-flow: column;
  justify-self: center;
  display: inline-grid;
}

.pagination__link {
  place-content: center;
  display: grid;
  position: relative;
}

.pagination__link[aria-current="page"] {
  box-shadow: 0 1px, inset 0 -2px;
}

@media screen and (min-width: 1000px) {
  .pagination {
    grid-auto-columns: minmax(0, 3.75rem);
  }
}

.pswp {
  --pswp-bg: var(--background-primary);
  --pswp-root-z-index: 100000;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  touch-action: none;
  opacity: .003;
  contain: layout style size;
  -webkit-tap-highlight-color: #0000;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.pswp:focus {
  outline: 0;
}

.pswp--open {
  display: block;
}

.pswp img {
  max-width: none;
}

.pswp, .pswp__bg {
  will-change: opacity;
  transform: translateZ(0);
}

.pswp__bg {
  opacity: .005;
  background: rgb(var(--pswp-bg));
}

.pswp, .pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap, .pswp__bg, .pswp__container, .pswp__item, .pswp__img, .pswp__zoom-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__img, .pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img, .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active, .pswp__img {
  cursor: zoom-out;
}

.pswp__container, .pswp__img, .pswp__button, .pswp__counter {
  -webkit-user-select: none;
  user-select: none;
}

.pswp__item {
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

.pswp .pswp__hide-on-close {
  opacity: .005;
  will-change: opacity;
  z-index: 10;
  pointer-events: none;
  transition: opacity .3s cubic-bezier(.4, 0, .22, 1), transform .3s cubic-bezier(.4, 0, .22, 1);
  transform: translateY(15px);
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .3s;
  transform: translateY(0);
}

.pswp__top-bar {
  width: 100%;
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: .75rem;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  pointer-events: none !important;
}

.pswp__top-bar > .circle-button {
  pointer-events: auto;
  transition: transform .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .pswp__top-bar > .circle-button:hover {
    transform: scale(1.1);
  }
}

.pswp__preloader {
  display: none;
}

@media screen and (min-width: 1000px) {
  .pswp__top-bar {
    column-gap: 1.125rem;
  }
}

.range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: none;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.range::-webkit-slider-thumb {
  height: .625rem;
  width: .625rem;
  background: rgb(var(--text-color));
  cursor: pointer;
  z-index: 1;
  box-shadow: none;
  border-radius: 100%;
  margin-block-start: -.25rem;
  position: relative;
}

.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: rgb(var(--text-color) / .12);
  border: none;
  border-radius: 2px;
}

.range::-moz-range-thumb {
  height: .625rem;
  width: .625rem;
  background: rgb(var(--text-color));
  cursor: pointer;
  border: none;
  border-radius: 100%;
}

.range::-moz-range-progress, .range::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  border: none;
  border-radius: 2px;
}

.range::-moz-range-progress {
  background-color: rgba(var(--text-color));
}

.range::-moz-range-track {
  background-color: rgb(var(--border-color));
}

@media not screen and (pointer: fine) {
  .range::-webkit-slider-thumb {
    height: 1rem;
    width: 1rem;
    margin-block-start: -.4375rem;
  }

  .range::-moz-range-thumb {
    height: 1rem;
    width: 1rem;
  }
}

.range-group {
  height: 2px;
  background: linear-gradient(to var(--transform-origin-end), rgb(var(--text-color) / .12) var(--range-min), rgb(var(--text-color)) var(--range-min), rgb(var(--text-color)) var(--range-max), rgb(var(--text-color) / .12) var(--range-max));
  border-radius: 2px;
}

.range-group .range {
  pointer-events: none;
  height: 2px;
  vertical-align: top;
}

.range-group .range::-webkit-slider-runnable-track {
  background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress, .range-group .range::-moz-range-track {
  background: none;
}

.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}

.range-group .range:last-child {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.input-group {
  align-items: center;
  column-gap: .75rem;
  display: flex;
}

.input-prefix {
  min-width: 0;
  border-radius: min(.625rem, var(--button-border-radius));
  border: 1px solid rgb(var(--text-color) / .12);
  flex: 1 0 0;
  justify-content: space-between;
  align-items: center;
  padding: .4375rem;
  display: flex;
}

.input-prefix:focus-within {
  border-color: rgb(var(--text-color));
  box-shadow: inset 0 0 0 1px rgb(var(--text-color));
}

.input-prefix > .field {
  -webkit-appearance: textfield;
  appearance: textfield;
  min-width: 0;
  width: 100%;
  text-align: end;
  background: none;
  border: none;
  margin-inline-start: .625rem;
  padding: 0;
}

.input-prefix > .field:focus {
  outline: none;
}

.input-prefix > .field::-webkit-outer-spin-button, .input-prefix > .field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.price-range {
  padding-block-start: .25rem;
  display: block;
}

.price-range > .range-group {
  margin-block-end: 1.125rem;
  position: relative;
}

@media not screen and (pointer: fine) {
  .price-range {
    padding-block-start: .625rem;
  }
}





.product-card__figure {
  position: relative;
  display: flex;
  flex-direction: column;
  
  justify-content: flex-end; /* Platzieren Sie den Button am unteren Rand */
  height: 100%; /* Stellen Sie sicher, dass der Container die volle Höhe einnimmt */
}

.product-card__figure > .badge-list {
  z-index: 1;
    position: absolute;
    inset-block-end: -7.5rem;
    
   inset-inline-end: 0.5rem;
}

.product-card__media {
  isolation: isolate;
  display: block;
}

.product-card__image {
  object-fit: contain;
  object-position: center;
  margin-inline: auto;
  transition: opacity .1s ease-in-out;
}






/* Angepasster Code für .product-card__info */
.product-card__info {
    font-size: 12px !important;
    display: grid;
    gap:1px;
text-align: center !important;
    justify-content: center !important;
  color: #5c5c5c;
  margin-top: 10px;
}

/* Angepasster Code für .product-card__image-container */
.product-card__image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center; /* Zentrieren Sie horizontal */
}







.product-card__info :is(.price-list, .rating-badge) {
  
}

.product-card__info .color-swatch {
  --swatch-size: 1.375rem;
}

@media screen and (pointer: fine) {
  .product-card__image--secondary {
    opacity: 1;
    mix-blend-mode: plus-lighter;
    display: block;
  }

  
}



.horizontal-product-card {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  align-items: center;
  column-gap: 1.5rem;
  display: flex;
  position: relative;
  container: horizontal-product-card / inline-size;
}

.horizontal-product-card__figure {
  width: 6.25rem;
  flex-shrink: 0;
}

.horizontal-product-card__info {
  flex-grow: 1;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: auto;
  justify-items: start;
  gap: .625rem;
  display: grid;
}

.\@large\:horizontal-product-card__button {
  display: none;
}

@media screen and (min-width: 1000px) {
  .horizontal-product-card {
    column-gap: 2rem;
  }
}

@container horizontal-product-card (width >= 450px) {
  .horizontal-product-card__info {
    grid-auto-flow: column;
    align-items: center;
  }

  .\@narrow\:horizontal-product-card__button {
    display: none;
  }

  .\@large\:horizontal-product-card__button {
    display: block;
  }
}

.product-list {
  --product-list-max-items-per-row-allowed: 2;
  --product-list-calculated-items-per-row: min(var(--product-list-max-items-per-row-allowed), var(--product-list-items-per-row));
  --product-list-default-row-gap: 2.1875rem;
  --product-list-default-column-gap: 2px;
  --product-list-calculated-row-gap: clamp(var(--section-vertical-spacing) / 4, var(--product-list-default-row-gap) * var(--product-list-vertical-spacing-factor, 1), var(--section-vertical-spacing) * 2);
  --product-list-calculated-column-gap: 2px;
  --product-list-card-width: calc(100% / var(--product-list-calculated-items-per-row)  - var(--product-list-calculated-column-gap, 0px) * (var(--product-list-calculated-items-per-row)  - 1) / var(--product-list-calculated-items-per-row));
  grid: auto / repeat(auto-fit, var(--product-list-card-width));
  align-items: start;
  column-gap: 2px;;
  row-gap: var(--product-list-calculated-row-gap);
  display: grid;
}

.product-list--carousel {
  --product-list-default-column-gap: 2px;
  grid: auto / auto-flow var(--product-list-card-width);
  justify-content: safe center;
}

@media screen and (max-width: 699px) {
  .product-list:not(.product-list--carousel) {
    margin-inline: -.625rem;
  }

  .product-list--carousel {
   --product-list-card-width: min(350px, 50%);
    margin-bottom: -30px;
  }
}

@media screen and (min-width: 1000px) {
  .product-list {
    --product-list-max-items-per-row-allowed: 3;
    --product-list-default-row-gap: 3rem;
    --product-list-default-column-gap: 2px;
  }

  .product-list--compact {
    --product-list-max-items-per-row-allowed: 4;
  }
}

@media screen and (min-width: 1000px) {
  .product-list {
    --product-list-max-items-per-row-allowed: 4;
    --product-list-default-row-gap: 4rem;
    --product-list-default-column-gap: 2px;
  }

  .product-list--compact {
    --product-list-max-items-per-row-allowed: 5;
  }

  .product-list--carousel {
    scroll-snap-type: x mandatory;
  }
}

@media screen and (min-width: 1150px) {
  .product-list {
    --product-list-max-items-per-row-allowed: var(--product-list-items-per-row);
  }
}

@media screen and (min-width: 1400px) {
  .product-list {
    --product-list-default-row-gap: 4rem;
    --product-list-default-column-gap: 2px;
  }
}

.quick-buy-modal {
  --modal-body-max-width: 55.625rem;
}

.quick-buy-modal::part(content) {
  position: relative;
}

.quick-buy-modal__content {
  grid-template-columns: minmax(0, 1fr);
  display: grid;
}

.quick-buy-modal__close-button {
  position: absolute;
  inset-block-start: 1.875rem;
  inset-inline-end: 1.875rem;
}

.quick-buy-modal__view-more {
  margin-block-start: 2rem;
  display: inline-block;
}

@media screen and (max-width: 699px) {
  .quick-buy-modal::part(body) {
    padding-inline: 0;
  }

  .quick-buy-modal__gallery-wrapper, .quick-buy-modal__info-wrapper {
    padding-inline-start: var(--modal-body-padding-inline);
    padding-inline-end: var(--modal-body-padding-inline);
  }

  .quick-buy-modal__gallery-wrapper .price-list {
    justify-content: center;
  }

  .quick-buy-modal__gallery-wrapper .price-list .h6 {
    font-size: .6875rem;
  }

  .quick-buy-modal__mobile-info {
    margin-block-start: 1.25rem;
  }

  .quick-buy-modal__info-wrapper {
    
    margin-block-start: 1.25rem;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="price"], [data-block-type="rating"], [data-block-type="separator"]), .quick-buy-modal__info-wrapper .product-info__block-group[data-group-type="text-with-rating"] {
    display: none;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item[data-block-type="variant-picker"] {
    --product-info-gap: 1.25rem;
  }

  .quick-buy-modal__info-wrapper .product-info__block-item[data-block-type="buy-buttons"] {
    --product-info-gap: 1.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .quick-buy-modal {
    --modal-body-padding-inline: 3.125rem;
    --modal-body-padding-block: 3.125rem;
  }

  .quick-buy-modal::part(header) {
    display: none;
  }

  .quick-buy-modal__content {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    align-items: center;
    column-gap: 2.5rem;
    display: grid;
  }

  .quick-buy-modal__content .product-info {
    top: unset;
    position: relative;
  }
}

.prose {
  overflow-wrap: anywhere;
  
}

.prose :first-child, .prose .sr-only:first-child + * {
  margin-block-start: 0 !important;
}

.prose :last-child {
  margin-block-end: 0 !important;
  margin-top: 10px;
}

/*.prose :where(:not(meta, span) + *) {
  margin-block-start: 1rem;

}*/

.prose :where(* + span:not(:empty)) {
  display: inline-block;
}

.prose :is(.link, img) {
  display: inline-block;
}

.prose :is(.link + .link) {
  margin-inline-start: .75rem;
}

.prose :is(.button, .button-group:has(.button)) {
  margin-block-start: 1.5rem;
}

.prose :is(p img:not([style*="float"]):only-child, div img:not([style*="float"]):only-child, figure, video, object, blockquote, table) {
  margin-block: 1.6rem;
}

.prose :is(iframe[src*="youtube"], iframe[src*="youtu.be"], iframe[src*="vimeo"]) {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.prose .play-button {
  margin: 2rem auto;
  display: block;
}

.prose :is(ol, ul) :is(ol, ul) {
  margin-block-start: 0 !important;
}

.prose :is(ol, ul) {
  row-gap: .4em;
  display: grid;
}

.prose figcaption {
  font-style: italic;
  font-size: var(--text-sm);
  color: rgb(var(--text-color) / .65);
  margin-block-start: .5em;
}

.prose blockquote {
  border-inline-start-width: 3px;
  padding: .375rem 0 .375rem 1rem;
  font-size: 1.15rem;
  line-height: 1.75;
}

@media screen and (min-width: 1000px) {
  .prose:not(.prose--tight) :where(:not(meta, span) + *) {
    margin-block-start: 1.25rem;
  }

  .prose:not(.prose--tight) :is(.button, .button-group:has(.button)) {
    margin-block-start: 2rem;
  }

  .prose:not(.prose--tight) .play-button {
    margin-block: 2.5rem;
  }

  .prose:not(.prose--tight) blockquote {
    margin-inline-start: 2rem;
    padding-inline-start: 2rem;
  }
}

.link, .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse) {
  
  
  transition: background-size .3s ease-in-out;
}

@media screen and (pointer: fine) {
  :is(.link, .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse)):hover {
    background-size: 0 1px;
  }
}

.link-reverse {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 0 1px no-repeat;
  transition: background-size .3s ease-in-out;
}

@media screen and (pointer: fine) {
  .link-reverse:hover {
    background-size: 100% 1px;
  }
}



@media screen and (pointer: fine) {
  .link-faded:hover {
    color: rgb(var(--text-color));
  }
}

.link-faded-reverse {
  transition: color .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .link-faded-reverse:hover {
    color: rgb(var(--text-color) / .65);
  }
}

table {
  --table-cell-padding-block: .75rem;
  --table-cell-padding-inline: .5rem;
  --table-foot-cell-padding-block: .75rem;
  --table-foot-cell-padding-inline: .5rem;
  width: 100%;
}

th {
  text-align: start;
}

:where(td, th):not(:empty) {
  border-block-width: 1px;
}

:where(th):not(:empty) {
  border-block-start-width: 0;
}

td:not(:empty) + td {
  border-inline-start-width: 1px;
}

th, td {
  padding: var(--table-cell-padding-block) var(--table-cell-padding-inline);
}

:is(th, td):first-child, :is(th, td):empty + td {
  padding-inline-start: 0;
}

:is(th, td):last-child {
  padding-inline-end: 0;
}

th {
  opacity: .6;
  line-height: 1.7;
  font-size: var(--text-h6);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  padding-block: 0 .625rem;
}

tfoot td {
  padding: var(--table-foot-cell-padding-block) var(--table-foot-cell-padding-inline);
}

.js tr[onclick] {
  cursor: pointer;
  transition: background .2s;
}

.js tr[onclick]:hover {
  background: rgb(var(--text-color) / .05);
}

@media screen and (min-width: 1000px) {
  table {
    --table-cell-padding-block: 1rem;
    --table-cell-padding-inline: .75rem;
    --table-foot-cell-padding-block: 1rem;
    --table-foot-cell-padding-inline: .75rem;
  }
}

.table--reduce-border :is(td) + td {
  border-inline-start-width: 0;
}

.table--lg {
  --table-cell-padding-block: 1.5rem;
  --table-cell-padding-inline: .5rem;
}

@media screen and (min-width: 1000px) {
  .table--lg {
    --table-cell-padding-block: 2rem;
    --table-cell-padding-inline: .75rem;
  }
}

.social-media--list {
  align-items: center;
  gap: var(--social-media-list-gap, .75rem 2rem);
  flex-wrap: wrap;
  display: flex;
}

.social-media--list .social-media__item {
  opacity: .65;
  transition: opacity .2s, color .2s;
}

.social-media--list svg {
  width: var(--social-media-icon-size, 1.25rem);
}

@media screen and (pointer: fine) {
  .social-media--list .social-media__item:hover {
    opacity: 1;
  }
}

.social-media--block {
  grid-template-columns: repeat(auto-fit, minmax(0, .33fr));
  gap: 1px;
  display: grid;
}

.social-media--block:has(:nth-child(4)) {
  grid-template-columns: repeat(auto-fit, minmax(0, .25fr));
}

.social-media--block .social-media__item {
  width: 100%;
  outline: 1px solid rgb(var(--border-color));
  z-index: 0;
  transition: background .15s, color .15s, outline .15s, z-index .15s;
}

.social-media--block a {
  padding-block: .625rem;
  display: block;
}

.social-media--block svg {
  margin-inline: auto;
}

@media screen and (pointer: fine) {
  .social-media--block .social-media__item:hover {
    background: rgb(var(--branding-background));
    outline-color: rgb(var(--branding-background));
    color: rgb(var(--branding-color));
    z-index: 1;
  }
}

@media not screen and (pointer: fine) {
  .social-media--block .social-media__item {
    background: rgb(var(--branding-background));
    outline-color: rgb(var(--branding-background));
    color: rgb(var(--branding-color));
  }
}

@media screen and (min-width: 1000px) {
  .social-media--block {
    grid-template-columns: repeat(auto-fit, minmax(0, 3.75rem));
  }
}

.branding-colors--facebook {
  --branding-background: 24 119 242;
  --branding-color: 255 255 255;
}

.branding-colors--twitter {
  --branding-background: 29 161 242;
  --branding-color: 255 255 255;
}

.branding-colors--instagram {
  --branding-background: 195 42 163;
  --branding-color: 255 255 255;
}

.branding-colors--pinterest {
  --branding-background: 189 8 28;
  --branding-color: 255 255 255;
}

.branding-colors--youtube {
  --branding-background: 255 0 0;
  --branding-color: 255 255 255;
}

.branding-colors--tiktok {
  --branding-background: 1 1 1;
  --branding-color: 255 255 255;
}

.branding-colors--vimeo {
  --branding-background: 26 183 234;
  --branding-color: 255 255 255;
}

.branding-colors--linkedin {
  --branding-background: 10 102 194;
  --branding-color: 255 255 255;
}

.branding-colors--whatsapp {
  --branding-background: 79 206 93;
  --branding-color: 255 255 255;
}

.branding-colors--snapchat {
  --branding-background: 255 252 0;
  --branding-color: 0 0 0;
}

.branding-colors--tumblr {
  --branding-background: 54 70 93;
  --branding-color: 255 255 255;
}

.branding-colors--wechat {
  --branding-background: 9 184 62;
  --branding-color: 255 255 255;
}

.branding-colors--reddit {
  --branding-background: 255 69 0;
  --branding-color: 255 255 255;
}

.branding-colors--line {
  --branding-background: 6 199 85;
  --branding-color: 255 255 255;
}

.branding-colors--spotify {
  --branding-background: 30 215 96;
  --branding-color: 255 255 255;
}

.branding-colors--21buttons {
  --branding-background: 0 0 0;
  --branding-color: 255 255 255;
}

.branding-colors--email {
  --branding-background: var(--text-primary);
  --branding-color: var(--background);
}

#shopify-product-reviews {
  --spr-star-list-gap: .125rem;
  --spr-star-size: 1rem;
  --spr-star-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15'%3E%3Cpath d='m8 0 2.116 5.088 5.492.44-4.184 3.584 1.278 5.36L8 11.6l-4.702 2.872 1.278-5.36L.392 5.528l5.492-.44L8 0Z' fill='currentColor'/%3E%3C/svg%3E");
  --spr-star-color: var(--star-color);
  margin: 0 !important;
}

#shopify-product-reviews:before, #shopify-product-reviews:after, #shopify-product-reviews :before, #shopify-product-reviews :after {
  display: none !important;
}

#shopify-product-reviews .spr-container {
  max-width: var(--container-lg-max-width);
  border-width: 0;
  margin-inline: auto;
  padding: 0;
}

#shopify-product-reviews :is(.spr-button-primary, .spr-summary-actions-newreview, .spr-review-reportreview, .spr-review-reply-shop) {
  float: none;
}

#shopify-product-reviews :is(.spr-summary-caption, .spr-summary-starrating, .spr-form-title) {
  display: none;
}

#shopify-product-reviews .spr-summary {
  text-align: start;
}

#shopify-product-reviews .spr-summary-actions-newreview {
  margin-block-end: 1.75rem;
}

#shopify-product-reviews :has(.spr-reviews:empty) .spr-summary-actions-newreview {
  margin-block-end: 0;
}

#shopify-product-reviews .spr-form {
  border: none;
  margin: 0;
  padding: 0;
}

#shopify-product-reviews :where(.spr-starrating, .spr-starratings) {
  gap: var(--spr-star-list-gap);
  display: flex;
}

#shopify-product-reviews .spr-icon {
  width: var(--spr-star-size);
  height: var(--spr-star-size);
  opacity: 1;
  background-color: rgb(var(--spr-star-color));
  -webkit-mask-image: var(--spr-star-image);
  mask-image: var(--spr-star-image);
  flex-shrink: 0;
  display: block;
  inset-block-start: 0;
}

#shopify-product-reviews .spr-icon-star-empty {
  background-color: rgb(var(--spr-star-color) / .4);
}

#shopify-product-reviews .spr-form-input.spr-starrating:focus-within .spr-icon {
  background-color: rgb(var(--spr-star-color));
}

#shopify-product-reviews .spr-form-input.spr-starrating:focus-within .spr-icon:focus ~ .spr-icon {
  background-color: rgb(var(--spr-star-color) / .4);
}

#shopify-product-reviews .spr-content {
  row-gap: 1.875rem;
  display: grid;
}

#shopify-product-reviews :is(.spr-reviews, .spr-review, .spr-review-header-starratings, .spr-review-content, .spr-review-header, .spr-review-reply) {
  margin: 0;
  padding: 0;
}

#shopify-product-reviews .spr-reviews:not(:empty) {
  gap: 2rem;
  display: grid !important;
}

#shopify-product-reviews .spr-review {
  border: none;
  gap: .75rem;
  display: grid;
  position: relative;
}

#shopify-product-reviews .spr-review-header {
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem 1rem;
  display: flex;
}

#shopify-product-reviews .spr-review-header-byline {
  width: 100%;
  color: rgb(var(--text-color) / .65);
  font-style: normal;
  font-size: var(--text-xs);
  margin: 0;
  position: absolute;
  inset-block-end: 0;
}

#shopify-product-reviews .spr-review-header-byline :is(strong) {
  font-weight: normal;
}

#shopify-product-reviews .spr-review-content-body {
  font-size: var(--text-base);
}

#shopify-product-reviews .spr-review-footer {
  justify-content: end;
  display: flex;
}

#shopify-product-reviews .spr-review-reportreview {
  opacity: .65;
  transition: opacity .2s;
}

#shopify-product-reviews .spr-review-reportreview:hover {
  opacity: 1;
}

#shopify-product-reviews .spr-review-reply {
  padding: .625rem;
}

#shopify-product-reviews .spr-review-reply-body {
  margin-block-end: .25rem;
}

#shopify-product-reviews .spr-pagination {
  border-block-start: none;
  padding: 0;
}

#shopify-product-reviews .spr-pagination-page a {
  padding: .25rem .5rem;
  display: inline-block;
}

#shopify-product-reviews :is(.spr-pagination-prev, .spr-pagination-next) {
  position: static;
}

.accordion .spr-header-title {
  display: none;
}

.color-swatch {
  --swatch-offset: 2px;
  --swatch-size: 2.125rem;
  --swatch-border-size: 1px;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  width: var(--swatch-size);
  height: var(--swatch-size);
  padding: var(--swatch-offset);
  border: var(--swatch-border-size) solid transparent;
  background: content-box var(--swatch-background) no-repeat center / cover;
  place-items: center;
  display: grid;
  position: relative;
}

:disabled + .color-swatch:before, .color-swatch.is-disabled:before {
  content: "";
  margin: var(--swatch-disabled-margin, var(--swatch-offset));
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
}

:checked + .color-swatch, .color-swatch.is-selected {
  --swatch-disabled-margin: 0;
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}

:focus-visible + .color-swatch {
  outline-offset: calc(var(--swatch-offset));
}

.media-swatch {
  --swatch-size: 3rem;
  --swatch-disabled-strike-color: rgb(var(--border-color));
  width: var(--swatch-size);
  height: var(--swatch-size);
  border-radius: min(4px, var(--input-border-radius));
  border-width: 1px;
  display: block;
  position: relative;
}

:checked + .media-swatch, .media-swatch.is-selected {
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}

:disabled + .media-swatch:before, .media-swatch.is-disabled:before {
  content: "";
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  inset: 0;
}

.media-swatch > img {
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

:focus-visible + .media-swatch {
  outline-offset: 2px;
}

@media screen and (min-width: 1000px) {
  .media-swatch {
    --swatch-size: 4.25rem;
  }
}

.block-swatch {
  --swatch-border-size: 1px;
  --swatch-padding: calc(var(--input-padding-block) - var(--swatch-border-size) * 2) .875rem;
  --swatch-disabled-strike-color: rgb(var(--border-color));

  padding: 6px 12px;
  min-width: 2.5rem;
  border-radius: 30px;
  color: #1c1c1c;
  
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.875rem;
  position: relative;
  transition: background-color 0.25s, color 0.25s, box-shadow 0.25s, transform 0.25s;
  border: 1px solid #f4f4f4;
}



/* Ausgewählte Variante */
.block-swatch[aria-checked="true"],
.block-swatch.selected,
.block-swatch.is-selected {
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

/* Deaktivierter Zustand */
.block-swatch:disabled,
.block-swatch[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
  border: 1px solid #5c5c5c;
}


:checked + .block-swatch, .block-swatch.is-selected {
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  cursor: default;
  pointer-events: none;
  background-color: #f4f4f4;
}


:focus-visible + .block-swatch {
  outline-offset: 2px;
}

.block-swatch__color {
  width: 1rem;
  height: 1rem;
  background: var(--swatch-background) center / cover;
}

.content-tabs::part(tab-list) {
  border-block-end: 1px solid rgb(var(--border-color));
  white-space: nowrap;
  grid-auto-flow: column;
  justify-content: start;
  gap: 2.5rem;
  margin-block-end: 1.5rem;
  display: grid;
}

.content-tabs [role="tab"] {
  box-shadow: 0 1px rgb(var(--text-color));
  padding-block-end: .625rem;
  transition: opacity .2s ease-in, box-shadow .2s ease-in;
}

.content-tabs [role="tab"]:not([aria-selected="true"]) {
  opacity: .6;
  box-shadow: 0 1px #0000;
}

.content-tabs--center::part(tab-list) {
  width: max-content;
  margin-inline: auto;
}

.content-tabs--center::part(tab-panel-list) {
  width: min(800px, 100%);
  text-align: center;
  margin-inline: auto;
  display: block;
}

@media screen and (min-width: 1000px) {
  .content-tabs::part(tab-list) {
    gap: 4.375rem;
    margin-block-end: 2rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .features--page-transition {
    opacity: 0;
  }
}

:root {
  --image-mobile-max-width: 120px; /* Definiert die maximale Breite für mobile Ansichten */
  --image-max-width: 240px; /* Definiert die maximale Breite für Desktop-Ansichten, Beispielwert */
}


.constrained-image {
  width: var(--image-mobile-max-width, var(--image-max-width)); /* Fallback auf --image-max-width, falls --image-mobile-max-width nicht definiert ist */
  max-width: 100%;
}

@media screen and (min-width: 1000px) {
  .constrained-image {
    width: var(--image-max-width); /* Verwendet --image-max-width für Bildschirme breiter als 1000px */
  }
}

.text-with-icon {
  align-items: center;
  gap: .625rem;
  display: flex;
}

.text-with-icon > svg {
  flex-shrink: 0;
}

.icon {
  vertical-align: middle;
  height: auto;
  transition: transform .2s;
  display: block;
}

.group[aria-expanded="true"] .icon.group-expanded\:rotate {
  transform: rotateZ(180deg);
}

[dir="rtl"] .icon--direction-aware {
  scale: -1;
}

.offset-icon {
  --icon-baseline-distance: calc(1em * 1.65 / 2);
  top: var(--icon-baseline-distance);
  position: relative;
  translate: 0 -50%;
}

@supports (top: 1lh) {
  .offset-icon {
    top: .5lh;
  }
}

.price-list {
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: .5rem;
  display: flex;
  font-size:12px;
}

.price-list--product {
  column-gap: 1rem;
  
}

.localization-selectors {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .75rem 1.75rem;
  display: flex;
}

.localization-selectors__separator {
  width: 1px;
  height: .5rem;
  background: rgb(var(--border-color));
}

.localization-selectors__separator:last-child {
  display: none;
}

.localization-toggle {
  align-items: center;
  column-gap: .625rem;
  display: flex;
}

.localization-toggle > svg {
  transition: transform .2s;
}

.localization-toggle[aria-expanded="true"] > svg {
  transform: rotate(180deg);
}

.country-flag {
  width: 20px;
  height: 15px;
  
}

.payment-methods {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.badge {
  width: max-content;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  align-items: center;
  padding: 10px 0px;
  font-size: .625rem;
  
  display: flex;
}


  .badge--on-sale {
    color: darkgreen;
    margin: 5px;
    position: absolute;
    inset-block-end: -40px;
    inset-inline-end: 0rem;
}
  


.badge--custom {
  background: darkgreen;
  color: rgb(var(--custom-badge-text));
}

@media screen and (min-width: 1000px) {
  .badge {
    font-size: .6875rem;
  }
}

.badge-list {
  flex-wrap: wrap;
  gap: .25rem;
  display: flex;
}

.badge-list--vertical {
  flex-direction: column;
}

@media screen and (min-width: 1000px){
.feature-badge {
    white-space: nowrap;
    display: flex;
    text-transform: uppercase!important;
    color: black;
    font-size: 16px;
    width: 100%;
    /* justify-content: center; */
    position: absolute;
    top: 10px;
        left: 20px;
    word-spacing: 10px;
  
}
}
@media screen and (max-width: 699px) {
.feature-badge {
    white-space: nowrap;
    text-transform: uppercase!important;
    color: black;
    font-size: 12px;
    /* background-color: #f4f4f4; */
    border-radius: 8px;
    /* justify-content: center; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); */
    width: 100%;
    display: flex;
    position: absolute;
    top: 20px;
    /* margin-top: -30px; */
    /* padding: 5px; */
    word-spacing: 10px;
    padding: 3px 0.25rem;
}
}


  @media screen and (max-width: 699px) {
    .quick-buy-modal__content .quick-buy-modal__gallery-wrapper .feature-badge {
       white-space: nowrap;
    text-transform: uppercase!important;
    color: black;
    font-size: 8px;
    /* background-color: #f4f4f4; */
    border-radius: 8px;
    /* justify-content: center; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08); */
    width: 100%;
    display: flex;
    margin-top: -30px;
    /* padding: 5px; */
    
    top: 35px;
    /* left: 95px; */
    /* bottom: 150px; */
    position: absolute;
    justify-content: center;
}

  
}
.feature-badge-list {
  flex-wrap: wrap;
  gap: .5rem;
  display: flex;
}

.rating-badge {
  flex-wrap: wrap;
  align-items: center;
  column-gap: .5rem;
  line-height: normal;
  display: flex;
}

.rating-badge__stars {
  column-gap: .125rem;
  display: flex;
  position: relative;
  top: -.5px;
}

@media (pointer: fine) {
  .is-scrollable[allow-drag] {
    cursor: grab;
  }

  .is-scrollable[allow-drag]:active {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
    scroll-snap-type: none;
  }
}

.text-with-rating {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: .75rem .5rem;
  display: flex;
}

.inventory {
  row-gap: .5rem;
  font-style: italic;
  display: grid;
}

.progress-bar {
  height: 2px;
  background: rgb(var(--text-primary) / .1);
  display: block;
  position: relative;
}

.progress-bar:before {
  content: "";
  height: 100%;
  width: 100%;
  transform: scaleX(var(--progress, 0));
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  transition: transform .45s ease-in-out;
  display: block;
}

[data-tooltip] {
  --tooltip-text-color: var(--text-color);
  --tooltip-background: var(--background);
  position: relative;
}

@media screen and (pointer: fine) {
  [data-tooltip]:after {
    content: attr(data-tooltip);
    inset-block-end: calc(100% + var(--tooltip-offset, .5rem));
    width: max-content;
    max-width: 15rem;
    border-radius: min(1.5rem, var(--button-border-radius));
    background: rgb(var(--tooltip-text-color));
    color: rgb(var(--tooltip-background));
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    justify-self: center;
    padding: .125rem .5rem;
    font-size: .6875rem;
    transition: opacity .1s ease-in-out, visibility .1s ease-in-out, scale .1s ease-in-out;
    position: absolute;
    left: 50%;
    translate: -50%;
    scale: .9;
  }

  [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    scale: 1;
  }
}

.separator-dot {
  --dot-size: .25rem;
  width: var(--dot-size);
  height: var(--dot-size);
  background: currentColor;
  border-radius: 100%;
}

.animated-plus {
  --animated-plus-size: .625rem;
  width: var(--animated-plus-size);
  height: var(--animated-plus-size);
  display: block;
  position: relative;
}

.animated-plus:before, .animated-plus:after {
  content: "";
  background-color: currentColor;
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-90deg);
}

.animated-plus:before {
  width: var(--animated-plus-size);
  height: 1px;
  opacity: 1;
}

.animated-plus:after {
  width: 1px;
  height: var(--animated-plus-size);
}

.group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:before {
  opacity: 0;
}

.group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:before, .group[aria-expanded="true"] .animated-plus.group-expanded\:rotate:after {
  transform: translate(-50%, -50%)rotate(90deg);
}

@media (pointer: fine) {
  .is-scrollable[allow-drag] {
    cursor: grab;
  }

  .is-scrollable[allow-drag]:active {
    cursor: grabbing;
    -webkit-user-select: none;
    user-select: none;
    scroll-snap-type: none;
  }
}

@media screen and (min-width: 1000px) {
  .play-button svg {
    width: 5rem;
    height: 5rem;
  }
}

.quantity-selector {
--quantity-selector-height: 1rem!important;
    --quantity-selector-input-width: 2.5rem;
    --tooltip-offset: calc(-1 * var(--quantity-selector-height) / 2 + 1rem);
    grid-template-columns: var(--quantity-selector-height) auto var(--quantity-selector-height);
    grid-auto-rows: var(--quantity-selector-height);
    border-width: 0px;
    display: inline-grid;
    border-radius: 8px;
}

.quantity-selector__button {
  place-content: center;
  display: grid;
}

.quantity-selector__button svg {
  transition: opacity .2s;
}

.quantity-selector__button[disabled] svg, .quantity-selector__button:hover svg {
  opacity: .65;
}

.quantity-selector__input {
  -webkit-appearance: textfield;
  appearance: textfield;
  min-width: var(--quantity-selector-input-width);
  width: var(--quantity-selector-character-count, 1ch);
  text-align: center;
  background: none;
}

.quantity-selector__input:focus {
  outline: none;
}

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

.quantity-selector--sm {
  --quantity-selector-height: 2.2rem;
  --quantity-selector-input-width: 2rem;
}

.breadcrumb {
  display: none;
}

.breadcrumb__list {
  align-items: center;
  column-gap: .5rem;
  line-height: 1;
  display: flex;
}

.breadcrumb__list-item + .breadcrumb__list-item:before {
  content: "/";
  color: rgb(var(--text-color) / .65);
  margin-inline-end: .375rem;
  font-size: .625rem;
  display: inline-block;
}

@media screen and (min-width: 1000px) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb--floating {
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-start: var(--container-gutter);
}

.section-spacing .breadcrumb--floating {
  inset-block-start: calc(-1 * var(--section-vertical-spacing)  + 1.25rem);
}

.bordered-box {
  border-width: 1px;
  padding: 2.5rem 1.25rem 1.25rem;
  position: relative;
}

.bordered-box__title {
  inset-block-start: 0;
  width: max-content;
  text-align: center;
  background: rgb(var(--background));
  padding-inline: .5rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1000px) {
  .bordered-box {
    padding: 3rem;
  }
}

.loading-bar {
  height: 2px;
  width: 100%;
  z-index: 2000;
  pointer-events: none;
  mix-blend-mode: exclusion;
  transform-origin: var(--transform-origin-start);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transform: scaleX(0);
}

@media screen and (min-width: 1000px) {
  .loading-bar {
    height: 3px;
  }
}

@keyframes animateCircularProgress {
  from {
    stroke-dashoffset: var(--stroke-dasharray);
  }

  to {
    stroke-dashoffset: 0;
  }
}

.circular-progress {
  transition: opacity .25s;
  transform: rotate(-90deg);
}

.circular-progress circle:last-child {
  stroke-dasharray: var(--stroke-dasharray);
  stroke-dashoffset: var(--stroke-dasharray);
}

@media (prefers-reduced-motion: no-preference) {
  img[is="image-parallax"] {
    transform: scale(1.3)translateY(-11.5385%);
  }
}

.scroll-margin-offset {
  scroll-margin-block-start: 20px;
}

.share-buttons {
  align-items: center;
  gap: .875rem;
  display: flex;
}

.share-buttons .social-media {
  --social-media-icon-size: 1rem;
  --social-media-list-gap: .75rem;
}

.share-buttons--native:not([hidden]) + .share-buttons {
  display: none;
}

.customer-account-box {
  min-height: calc(100vh - var(--section-vertical-spacing) * 2 - var(--announcement-bar-height, 0px)  - var(--header-height, 0px));
  text-align: center;
  align-items: center;
  display: grid;
}

.customer-account-category {
  border-block-end-width: 1px;
  padding-block-end: .625rem;
}

.customer-account-overview {
  grid-gap: 2.5rem 3rem;
  display: grid;
}

.customer-account-order-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .customer-account-overview {
    grid-template-columns: minmax(0, 1fr) 14rem;
  }
}

@media screen and (min-width: 1150px) {
  .customer-account-overview {
    grid-template-columns: minmax(0, 1fr) 18rem;
    column-gap: 3.75rem;
  }
}

.customer-address-list {
  --addresses-per-row: 1;
  grid-template-columns: repeat(var(--addresses-per-row), minmax(0, 1fr));
  gap: 3rem 3.75rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .customer-address-list {
    --addresses-per-row: 2;
  }
}

@media screen and (min-width: 1000px) {
  .customer-address-list {
    --addresses-per-row: 3;
  }
}

.customer-order {
  grid: auto / minmax(0, 1fr);
  gap: 3rem;
  display: grid;
}

.customer-order__details {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 3rem;
  display: grid;
}

.customer-order__address-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-content: start;
  gap: 2.5rem 3.75rem;
  display: grid;
}

@media screen and (min-width: 1150px) {
  .customer-order {
    grid: auto / auto-flow minmax(0, 1fr) 14rem;
    column-gap: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .customer-order {
    grid-auto-columns: minmax(0, 1fr) 18rem;
  }
}

.announcement-bar {
  --announcement-bar-gutter: .625rem;
  text-align: center;
  font-size: var(--announcement-bar-font-size);
  place-content: center;
  column-gap: .75rem;
  padding-block: 1em;
  padding-inline-start: max(var(--announcement-bar-gutter), 50% - var(--container-max-width) / 2);
  padding-inline-end: max(var(--announcement-bar-gutter), 50% - var(--container-max-width) / 2);
  display: flex;
}

.announcement-bar__carousel {
  max-width: 35rem;
  flex-grow: 1;
  place-items: center;
  display: grid;
}

.announcement-bar__carousel > * {
  grid-area: 1 / -1;
}

.announcement-bar__carousel > :not(.is-selected) {
  visibility: hidden;
}

@media screen and (min-width: 1000px) {
  .announcement-bar {
    --announcement-bar-gutter: var(--container-gutter);
    justify-content: center;
    column-gap: 2.5rem;
  }
}

.before-after {
  --before-after-content-inset-inline: 1.25rem;
  --before-after-content-inset-block: 1rem;
  --before-after-cursor-size: 3.125rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  display: grid;
  position: relative;
}

.before-after > * {
  grid-area: 1 / -1;
}

.no-js .before-after {
  --before-after-cursor-position: var(--before-after-initial-cursor-position);
}

.before-after__after-image {
  z-index: 1;
}

.before-after__content-wrapper {
  position: absolute;
}

.before-after__cursor {
  pointer-events: auto;
  filter: drop-shadow(0 1px 1px #0000000d) drop-shadow(0 1px 1px #0000000d);
  z-index: 1;
  display: grid;
  position: relative;
}

.before-after__cursor:before {
  content: "";
  background: rgb(var(--before-after-cursor-background));
  z-index: -1;
  position: absolute;
}

.before-after__cursor svg {
  width: var(--before-after-cursor-size);
  height: var(--before-after-cursor-size);
}

.before-after--horizontal {
  cursor: ew-resize;
}

.before-after--horizontal .before-after__after-image {
  clip-path: inset(0 0 0 var(--before-after-cursor-position, 0%));
}

[dir="rtl"] :is(.before-after--horizontal .before-after__after-image) {
  clip-path: inset(0 var(--before-after-cursor-position, 0%) 0 0);
}

.before-after--horizontal .before-after__before-image .before-after__content-wrapper {
  justify-items: start;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--horizontal .before-after__after-image .before-after__content-wrapper {
  text-align: end;
  justify-items: end;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-end: var(--before-after-content-inset-inline);
}

.before-after--horizontal .before-after__cursor {
  justify-self: start;
  place-items: center start;
  inset-inline-start: calc(var(--before-after-cursor-position, 0%)  - var(--before-after-cursor-size) / 2);
}

.before-after--horizontal .before-after__cursor:before {
  height: 100%;
  width: .125rem;
  inset-inline-start: calc(var(--before-after-cursor-size) / 2);
}

.before-after--vertical {
  cursor: ns-resize;
}

.before-after--vertical .before-after__after-image {
  clip-path: inset(var(--before-after-cursor-position, 0%) 0 0 0);
}

.before-after--vertical .before-after__before-image .before-after__content-wrapper {
  justify-items: start;
  inset-block-start: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--vertical .before-after__after-image .before-after__content-wrapper {
  justify-items: start;
  inset-block-end: var(--before-after-content-inset-block);
  inset-inline-start: var(--before-after-content-inset-inline);
}

.before-after--vertical .before-after__cursor {
  align-self: start;
  place-items: start center;
  inset-block-start: calc(var(--before-after-cursor-position, 0%)  - var(--before-after-cursor-size) / 2);
}

.before-after--vertical .before-after__cursor:before {
  height: .125rem;
  width: 100%;
  inset-block-start: calc(var(--before-after-cursor-size) / 2);
}

@media screen and (max-width: 699px) {
  .before-after {
    --before-after-cursor-size: 2.5rem;
  }

  .before-after .button {
    padding: .45rem 1.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .before-after {
    --before-after-content-inset-inline: 2.5rem;
    --before-after-content-inset-block: 2rem;
  }

  .before-after__content-wrapper:has(.button) {
    --before-after-content-inset-block: 2.5rem;
  }
}

.blog-tags {
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem 1.5rem;
  display: flex;
}

.article {
  --article-wrapper-offset: 0px;
  --article-wrapper-padding-inline: 0px;
  margin-block-end: var(--section-vertical-spacing);
}


.article__toolbar {
  width: 100vw;
  visibility: hidden;
  z-index: 1;
  padding-block: 1rem;
  transition: transform .2s, visibility .2s;
  position: fixed;
  inset-block-start: var(--sticky-area-height);
  transform: translateY(-100%);
}

.article__toolbar.is-visible {
  visibility: visible;
  transform: translateY(0);
}

.article__toolbar .social-media {
  gap: .75rem 1rem;
}

.article__toolbar .social-media svg {
  width: 1rem;
  height: 1rem;
}

.article__image {
  overflow: hidden;
}

.article__image > img {
  height: var(--article-image-height);
  object-fit: cover;
}

.article__wrapper {
  padding: 1.5rem var(--article-wrapper-padding-inline) 0;
  background: rgb(var(--background));
  gap: 5rem;
  margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline));
  margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline));
  display: grid;
  position: relative;
}

.article__image + .article__wrapper {
  margin-block-start: var(--article-wrapper-offset);
}

.article__comments {
  gap: inherit;
  scroll-margin-block-start: calc(var(--sticky-area-height)  + 20px);
  display: grid;
}

.article__footer {
  gap: 2.5rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .article {
    --article-wrapper-offset: -2.75rem;
    --article-wrapper-padding-inline: 3.125rem;
  }

  .article__wrapper {
    gap: 6.25rem;
    padding-block-start: 2.5rem;
  }

  .article__footer {
    grid: auto / auto-flow minmax(0, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .article {
    --article-wrapper-offset: -4.375rem;
  }
}

.comment {
  gap: 1.125rem;
  display: grid;
}

.comment:not(:first-child) {
  padding-block-start: 2rem;
}

.cart-page {
  align-items: start;
  row-gap: max(4rem, var(--section-vertical-spacing-tight));
  display: grid;
}

.cart-footer {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.cart-recap {
  gap: .5rem;
  display: grid;
}

.cart-recap [type="submit"] {
  margin-block-start: 1rem;
}

@media screen and (min-width: 1000px) {
  .cart-footer {
    flex-direction: row;
    gap: 3rem;
  }

  .cart-footer > :not(:only-child) {
    width: min(24rem, 100%);
  }

  .cart-recap {
    text-align: end;
    justify-items: end;
    margin-inline-start: auto;
  }
}

@media screen and (min-width: 1000px) {
  .cart-page {
    row-gap: max(6rem, var(--section-vertical-spacing-tight));
  }
}

.cart-drawer::part(body) {
  padding-block: 0;
      margin-top: -30px;

}

.cart-drawer:has(.cart-drawer__order-note[open])::part(header), .cart-drawer:has(.cart-drawer__order-note[open])::part(body) {
  opacity: .4;
  pointer-events: none;
  transition: opacity .2s;
}

.cart-drawer:not(:has(.cart-drawer__footer:only-child))::part(footer) {
  padding-block-start: calc(var(--drawer-footer-padding-block)  - .5rem);
}

.cart-drawer .free-shipping-bar {
  font-size: 12px;
  border-block-end-width: 1px;
  margin-inline-start: calc(-1 * var(--drawer-body-padding-inline));
  margin-inline-end: calc(-1 * var(--drawer-body-padding-inline));
  padding-block: .5rem;
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  padding-top:20px;
}

.cart-drawer__items {
      gap: 10px;
  padding-block-start: 10px;
    padding-block-end: 10px;
  display: grid;
  overflow-y: auto;
}

.cart-drawer__button-price {
  align-items: center;
  display: flex;
}

.cart-drawer__button-price:before {
  content: "";
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 100%;
  margin-inline-end: 1.125rem;
}

.cart-drawer__footer {
  align-items: start;
  display: grid;
  
}

.cart-drawer__order-note {
  width: 100%;
  background: rgb(var(--background));
  box-shadow: 1px 0 6px rgb(var(--border-color));
  z-index: 2;
  border-block-start-width: 1px;
  padding-block-start: calc(var(--drawer-footer-padding-block)  - .5rem);
  padding-block-end: var(--drawer-footer-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  display: none;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
}

.collection-banner {
  display: block;
  position: relative;
}

.collection-banner .breadcrumb {
  z-index: 2;
}

.collection {
  --collection-gap: 2rem;
  --collection-grid-template: minmax(0, 1fr);
  --collection-sidebar-width: 15rem;
  grid-template-columns: var(--collection-grid-template);
  align-items: start;
  gap: var(--collection-gap);
  margin-block-end: var(--section-vertical-spacing);
  scroll-margin-block-start: calc(var(--collection-toolbar-height, 0px)  + 20px);
  display: grid;
}

.collection:only-child {
  margin-block-start: 1.5rem;
}

.collection__main {
  row-gap: var(--section-stack-gap);
  display: grid;
}

.collection .product-list[collection-mobile-layout="medium"] {
  --product-list-items-per-row: var(--collection-items-per-row-medium);
}

.collection .product-list[collection-mobile-layout="large"] {
  --product-list-items-per-row: var(--collection-items-per-row-large);
}

@media screen and (min-width: 1000px) {
  .collection:only-child {
    margin-block-start: 3rem;
  }

  .collection .product-list[collection-desktop-layout="compact"] {
    --product-list-items-per-row: var(--collection-items-per-row-compact);
  }

  .collection .product-list[collection-desktop-layout="compact"] .product-card__info {
    display: none;
  }

  .collection .product-list[collection-desktop-layout="medium"] {
    --product-list-items-per-row: var(--collection-items-per-row-medium);
  }

  .collection .product-list[collection-desktop-layout="large"] {
    --product-list-items-per-row: 4;
  }
}

@media screen and (min-width: 1150px) {
  .collection {
    --collection-gap: 3.125rem;
  }
}

.collection-toolbar {
  min-height: 3em;
  box-shadow: 0 1px rgb(var(--border-color)), 0 -1px rgb(var(--border-color));
  background-color: rgb(var(--background));
  z-index: 2;
  display: flex;
  position: sticky;
  inset-block-start: var(--sticky-area-height);
  inset-inline-start: 0;
}

.collection-toolbar .popover {
  --popover-block-offset: 0px;
  inset-inline-end: -1px;
}

.collection-toolbar__button-list {
  flex-grow: 1;
  display: flex;
}

.collection-toolbar__button {
  padding-block: .75rem;
}

.collection-toolbar__button :is(svg) {
  transition: transform .2s;
}

.collection-toolbar__button[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}

.collection-toolbar__button-container {
  width: 100%;
  position: relative;
}

.collection-toolbar__button-container + .collection-toolbar__button-container {
  border-inline-start-width: 1px;
}

.collection-toolbar__layout-switch-list {
  border-inline-start-width: 1px;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding-inline: 1.25rem;
  display: flex;
}

.collection-toolbar__button {
  
    background-color: #ffffff;
    transition: opacity .2s;
    color: #5c5c5c;
}

.collection-toolbar__button:hover, .collection-toolbar__button.is-active {
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  .collection-toolbar {
  
    justify-content: space-between;
            flex-direction: row;
        justify-content: space-between;
        /* width: 100%; */
        width: 100vw !important;
        max-width: 100vw !important;
        left: 0 !important;
        right: 0 !important;
        padding-inline: 2rem;
        justify-content: center;
  }

  .collection-toolbar__button {
    padding-block: 1.125rem;
  }

  .collection-toolbar__button-list {
    flex-direction: row-reverse;
    flex: none;
  }

  .collection-toolbar__button-container {
    border-inline-start-width: 1px;
  }

  .collection-toolbar__button-container > .collection-toolbar__button {
    width: max-content;
    padding-inline: 2.875rem;
  }

  .collection-toolbar__layout-switch-list {
    border-inline-width: 0 1px;
    padding-inline: 1.875rem;
  }

  .collection-toolbar__products-count {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%, -50%);
  }
}

.facets .accordion-list .accordion:first-child {
  border-block-start-width: 0;
}

.facets .accordion-list .accordion:first-child .accordion__toggle {
  padding-block-start: 0;
  
}

.facets .accordion-list .accordion:last-child {
  border-block-end-width: 0;
}

.facets .accordion-list .accordion:last-child .accordion__content {
  padding-block-end: 0;
}

.facets .accordion-list .accordion .accordion__toggle {
  text-align: left !important;
  justify-content: flex-start !important;
}


.active-facets {
  flex-wrap: wrap;
  align-items: center;
  gap: .625rem;
  display: flex;
}

.removable-facet {
  font-size: var(--text-sm);
  border-width: 1px;
  align-items: center;
  column-gap: .375rem;
  padding: .375rem .625rem;
  display: flex;
}

.facets-clear-all {
  margin-inline-start: .625rem;
}

@media screen and (min-width: 1000px) {
  .removable-facet {
    font-size: var(--text-base);
    column-gap: .625rem;
    padding: .625rem .875rem;
  }
}

@media screen and (min-width: 1000px) {
  .facets-sidebar {
    top: calc(var(--sticky-area-height)  + var(--collection-toolbar-height, 0px)  + 20px);
    width: var(--collection-sidebar-width);
    grid-column-end: -2;
    display: block;
    position: sticky;
  }
}

.collection-list {
  gap: var(--collection-list-gap, 0px);
  display: flex;
}

.collection-list .collection-card {
  flex-basis: var(--collection-list-item-size, calc(100% / var(--collection-list-items-per-row)  - var(--collection-list-gap, 0px) * (var(--collection-list-items-per-row)  - 1) / var(--collection-list-items-per-row)));
}

.collection-list--text-outside {
  row-gap: 3rem;
}

.collection-card {
  align-content: start;
  gap: 1.5rem;
  display: grid;
}

.countdown {
  gap: var(--section-stack-gap);
  display: grid;
}

.countdown__timer {
  text-transform: uppercase;
  text-align: center;
  grid: auto / auto-flow minmax(0, 1fr) auto;
  align-items: center;
  column-gap: .75rem;
  display: grid;
}

.countdown__timer-item {
  display: grid;
}

.countdown__timer-flip {
  --heading-letter-spacing: 0;
  grid: auto / auto-flow minmax(0, 1fr);
  column-gap: 2px;
  display: grid;
}

.countdown__timer-flip::part(digit) {
  color: rgb(var(--countdown-timer-flip-text-color));
}

.countdown__timer-flip--background::part(digit) {
  background: rgb(var(--countdown-timer-flip-background));
  border-radius: .25rem;
  padding: .375rem .5rem;
}

@media screen and (max-width: 699px) {
  .countdown__content {
    text-align: center;
  }

  .countdown__timer {
    justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  .countdown {
    width: 100%;
    grid-template-columns: minmax(250px, 570px) max-content;
    justify-content: space-between;
    gap: 4rem;
  }

  .countdown__timer-item {
    row-gap: .5rem;
  }

  .countdown--reverse {
    grid-template-columns: max-content minmax(250px, 570px);
  }

  .countdown--reverse .countdown__timer {
    order: -1;
  }
}

@media screen and (min-width: 1000px) {
  .countdown__timer {
    column-gap: 1rem;
  }
}

.countdown-condensed {
  column-gap: 2.25rem;
  justify-content: var(--countdown-condensed-justify-content, space-between);
  padding: 1rem var(--container-gutter);
  display: flex;
}

.countdown-condensed__text {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem 1.5rem;
  display: flex;
  justify-content: center;
}

.countdown-condensed__timer {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
  align-items: center;
  column-gap: .25rem;
  display: flex;
}

.countdown-condensed__timer-item {
  display: grid;
}

.countdown-condensed__timer-flip {
  font-size: .625rem;
  font-weight: bolder;
}

.countdown-condensed__timer-unit {
  font-size: .5rem;
}

@media screen and (max-width: 699px) {
  .countdown-condensed .h6 {
    font-size: .625rem;
  }
}

@media screen and (min-width: 1000px) {
  .countdown-condensed {
    column-gap: 5rem;
  }

  .countdown-condensed__timer {
    column-gap: .75rem;
  }

  .countdown-condensed__timer-flip {
    font-size: .75rem;
  }

  .countdown-condensed__timer-unit {
    font-size: .625rem;
  }
}

.footer {
  --background: var(--footer-background);
  --text-color: var(--footer-text);
  --border-color: var(--footer-border-color);
  background: rgb(var(--background));
  color: #f4f4f4;
  padding-block-start: var(--section-vertical-spacing);
  padding-block-end: min(var(--section-vertical-spacing), 3rem);
}

.footer__inner {
  row-gap: min(var(--section-vertical-spacing), 3rem);
  display: grid;
}

.footer__block-list {
  justify-content: start;
  align-items: start;
  gap: min(var(--section-vertical-spacing), 2.5rem);
  display: grid;
}

.footer__aside {
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  display: grid;
}

.footer__aside .payment-methods {
  max-width: 30rem;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .footer__block-list {
    justify-content: var(--footer-content-justify-items);
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
  }

  .footer__block {
    flex: auto;
  }

  

  .footer__block--links, .footer__block--image {
    max-width: 14rem;
    flex-grow: 0;
    color: #f4f4f4;
  }

  .footer__block--newsletter {
    max-width: 18rem;
    flex-basis: 14rem;
  }

  .footer__block--text {
    max-width: 24rem;
    flex-basis: 14rem;
  }
}

@media screen and (min-width: 1000px) {
  .footer__aside {
    grid-auto-flow: column;
    justify-content: space-between;
  }

  .footer__aside .payment-methods {
    justify-content: end;
  }
}

@media screen and (min-width: 1150px) {
  .footer__block-list {
    justify-content: var(--footer-content-justify-items);
    column-gap: 3.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .footer__block-list {
    column-gap: 5rem;
  }
}

.gift-card__image {
  max-width: 16.875rem;
  margin-inline: auto;
}

.gift-card__redeem-info {
  padding: 1.5rem;
}

.gift-card__save {
  place-items: center;
  gap: 1.5rem;
  display: grid;
}

.gift-card__qr-code {
  width: 5rem;
  height: 5rem;
}

@media screen and (min-width: 1000px) {
  .gift-card__redeem-info {
    padding: 2rem;
  }

  .gift-card__save {
    grid-auto-flow: column;
  }
}

.faq {
  justify-content: center;
  align-items: start;
  column-gap: 3.75rem;
  display: flex;
}

.faq__toc {
  max-width: 300px;
  min-width: 150px;
  align-content: start;
  justify-items: start;
  gap: .75rem;
  display: grid;
  position: sticky;
  inset-block-start: calc(var(--sticky-area-height)  + 1.25rem);
}

.faq__toc-item {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 0 1px no-repeat;
  transition: background-size .3s ease-in-out;
}

.faq__toc-item.is-active {
  background-size: 100% 1px;
}

.faq__content {
  flex-basis: 650px;
}

.faq__category {
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  scroll-margin-block-start: 1.25rem;
  display: flex;
}

.faq__category + .accordion {
  margin-block-start: 1.25rem;
}

.accordion + .faq__category {
  margin-block-start: 3rem;
}

.featured-collections-navigation {
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: safe center;
  column-gap: 1.5rem;
  display: grid;
}

.featured-collections-navigation > button:not(:only-child) {
  padding-block-end: 2px;
  position: relative;
}

.featured-collections-navigation > button:not(:only-child):after {
  content: "";
  width: calc(100% - var(--heading-letter-spacing));
  height: 1px;
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  transition: transform .3s;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  transform: scaleX(0);
}

.featured-collections-navigation > button:not(:only-child)[aria-current="true"]:after {
  transform: scaleX(1);
}

@media screen and (min-width: 1000px) {
  .featured-collections-navigation {
    column-gap: 2.5rem;
  }
}

.featured-collections-carousel {
  display: grid;
  position: relative;
  
}

.featured-collections-carousel > * {
  grid-area: 1 / -1;
}

.featured-collections-carousel__item {
  
  grid-template-columns: minmax(0, 1fr);
  display: grid;
  
}

.featured-collections-carousel__item:not(.is-selected) {
  display: none;
}

.header {
  --header-show-transparent-logo: 0;
  --background: var(--header-background);
  --text-color: var(--header-text);
  --border-color: var(--header-border-color);
  grid: var(--header-grid);
  justify-content: center;
  align-items: center;
  column-gap: 1.25rem;
  row-gap: var(--header-padding-block);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  box-shadow: 0 -1px rgb(var(--header-separation-border-color)) inset;
  padding-block-start: var(--header-padding-block);
  padding-block-end: var(--header-padding-block);
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
  transition: background .2s, color .2s, border .2s, box-shadow .2s;
  display: grid;
  position: relative;
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header + .shopify-section-group-header-group)) .header {
  margin-block-end: calc(-1 * var(--header-height, 0px));
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header + .shopify-section-group-header-group)) .header:not(:hover, .is-solid, :has([open])) {
  --header-show-transparent-logo: 1;
  --header-separation-border-color: 0 0 0 / 0;
  --background: 0 0 0 / 0;
  --border-color: 0 0 0 / 0;
  --text-color: var(--header-transparent-header-text-color);
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header + .shopify-section-group-header-group)) .header:not(:hover, .is-solid, :has([open])) .link-faded {
  color: currentColor;
  transition: none;
}

.header__cart-dot {
  width: .5rem;
  height: .5rem;
  box-shadow: 0 0 0 2px rgb(var(--background));
  background-color: currentColor;
  border-radius: 100%;
  transition: transform .2s ease-in-out;
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: -.125rem;
  transform: scale(0);
}

.header__cart-dot.is-visible {
  transform: scale(1);
}

@media screen and (min-width: 1000px) {
  .header {
    column-gap: 2.5rem;
  }
}

.header__logo {
  grid-area: logo;
  justify-self: start;
  position: relative;
}

.header__logo-image {
  width: var(--header-logo-width);
  height: var(--header-logo-height);
  max-width: 100%;
  opacity: calc(1 - var(--header-show-transparent-logo));
  transition: opacity .2s;
}

.header__logo-image--transparent {
  opacity: var(--header-show-transparent-logo);
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.header__logo-text {
  display: block;
}

.header__primary-nav {
  flex-wrap: wrap;
  grid-area: primary-nav;
  align-items: center;
  gap: .625rem 1.25rem;
  display: flex;
}

.header__primary-nav-item:before {
  content: attr(data-title);
  height: 2px;
  width: max-content;
  transform-origin: var(--transform-origin-start);
  background: rgb(var(--text-color));
  color: #0000;
  font-size: var(--text-h6);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  pointer-events: none;
  transition: transform .2s ease-in-out;
  position: absolute;
  inset-block-end: 0;
  transform: scaleX(0);
}

.header__primary-nav-item:hover:before {
  
}

.header__primary-nav-item:has(.header__dropdown-menu):before {
  display: none;
}

@media screen and (max-width: 699px) {
  .header__nav-icon {
    width: 1.375rem;
  }
}

@media screen and (min-width: 1000px) {
  .header__primary-nav--center {
    justify-content: safe center;
  }
}

@media screen and (min-width: 1150px) {
  .header__primary-nav {
    column-gap: 2.5rem;
  }
}

.header__secondary-nav {
  flex-wrap: wrap;
  grid-area: secondary-nav;
  justify-content: end;
  justify-self: end;
  align-items: center;
  gap: .625rem .9rem;
  display: flex;
}

.header__secondary-nav .localization-selectors:not(:only-child) {
  margin-inline-end: .625rem;
}

@media screen and (min-width: 1000px) {
  .header__secondary-nav {
    column-gap: 1.25rem;
  }
}

.header__dropdown-menu {
  width: max-content;
  min-width: 12.5rem;
  max-width: 17.5rem;
  background: rgb(var(--header-background));
  color: rgb(var(--header-text));
  box-shadow: 2px 2px 6px rgb(var(--text-color) / .05);
  border-width: 0 1px 1px;
  padding-block: 1.125rem;
  position: absolute;
  inset-block-start: calc(100% - 2px);
}

.header__dropdown-menu:not(:has(.header__dropdown-menu)) {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 20px);
  overflow: auto;
}

.header__dropdown-menu:before {
  content: "";
  height: 2px;
  width: 100%;
  transform-origin: var(--transform-origin-start);
  background: rgb(var(--text-color));
  transition: transform .25s ease-in-out 50ms;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  transform: scaleX(0);
}

[aria-expanded="true"] > .header__dropdown-menu:before {
  transform: scaleX(1);
}

.header__dropdown-menu :is(a, summary) {
  padding: .375rem 1.5625rem;
  display: block;
}

.header__dropdown-menu .header__menu-disclosure {
  position: relative;
}

.header__dropdown-menu--restrictable {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 40px);
  overflow-y: auto;
}

.header__dropdown-menu .header__dropdown-menu {
  border-width: 1px;
  inset-block-start: calc(-1.125rem - 1px);
  inset-inline-start: 100%;
}

.header__dropdown-menu .header__dropdown-menu:before {
  display: none;
}

.header-search {
  width: 100%;
  z-index: -1;
  display: none;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
}

.header-search::part(content) {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 1.25rem);
  background: rgb(var(--background-primary));
  color: rgb(var(--text-primary));
  overflow: auto;
}

@supports (max-height: 100dvh) {
  .header-search::part(content) {
    max-height: min(var(--header-search-max-height, 100vh), 100dvh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 1.25rem);
  }
}

.header-search__form-control {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: .75rem;
  padding-block: .75rem;
  display: grid;
}

.header-search__input {
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

.header-search__input:focus {
  outline: none;
}

.header-search__input::-webkit-search-decoration, .header-search__input::-webkit-search-cancel-button, .header-search__input::-webkit-search-results-button, .header-search__input::-webkit-search-results-decoration {
  display: none;
}

@media screen and (min-width: 1000px) {
  .header-search__form-control {
    column-gap: 1.25rem;
    padding-block: 1.5rem;
  }
}

.predictive-search {
  display: block;
}

.predictive-search__no-results {
  text-align: center;
  padding-block: 2.5rem 4rem;
}

.predictive-search__results {
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  padding-block: 1.25rem 2rem;
  display: grid;
}

.predictive-search__suggestions {
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: .75rem 1.5rem;
  display: grid;
}

.predictive-search__suggestions mark {
  background: none;
  font-weight: bolder;
}

.predictive-search__tabs::part(tab-list-scrollable) {
  scrollbar-width: none;
  margin-inline-start: calc(-1 * var(--distance-to-bleed));
  margin-inline-end: calc(-1 * var(--distance-to-bleed));
  padding-inline-start: var(--distance-to-bleed);
  padding-inline-end: var(--distance-to-bleed);
  display: flex;
  overflow: auto;
}

.predictive-search__tabs::part(tab-list) {
  min-width: 100%;
  width: min-content;
}

.predictive-search__category {
  border-block-end-width: 1px;
  padding-block-end: .625rem;
}

.predictive-search__products {
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 1.25rem;
  display: grid;
}

.predictive-search__blog-posts {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem 2.5rem;
  display: grid;
}

.predictive-search__blog-posts .blog-post-card__info {
  row-gap: .75rem;
}

.predictive-search__collections {
  align-items: start;
  gap: var(--container-gutter);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

@media screen and (max-width: 699px) {
  .predictive-search__suggestions {
    grid: auto / auto-flow max-content;
    row-gap: 1.25rem;
  }

  .predictive-search__products .horizontal-product-card__figure {
    max-width: 4.375rem;
  }

  .predictive-search__blog-posts .blog-post-card {
    grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
    align-items: center;
  }
}

@media screen and (min-width: 1000px) {
  .predictive-search__no-results {
    padding-block: 4.75rem 6.25rem;
  }

  .predictive-search__results {
    padding-block: 1.5rem 3rem;
  }

  .predictive-search__blog-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .predictive-search__blog-posts .blog-post-card__category {
    font-size: .6875rem;
  }
}

@media screen and (min-width: 1000px) {
  .predictive-search__results--with-suggestions {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .predictive-search__products {
    grid-template-columns: repeat(var(--product-list-items-per-row, 4), minmax(0, 1fr));
  }

  .predictive-search__blog-posts {
    grid-template-columns: repeat(var(--blog-post-list-items-per-row, 4), minmax(0, 1fr));
  }

  .predictive-search__collections {
    grid-template-columns: repeat(var(--collection-list-items-per-row), minmax(0, 1fr));
  }
}

.mega-menu {
  --mega-menu-gap: 2.5rem;
  --mega-menu-linklist-gap: 2.5rem;
  --mega-menu-promo-gap: 2rem;
  width: 100%;
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 20px);
  justify-content: safe center;
  align-items: start;
  column-gap: var(--mega-menu-gap);
  background: rgb(var(--header-background));
  color: rgb(var(--header-text));
  border-block-end-width: 1px;
  padding-block: 2.5rem;
  padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);
  display: flex;
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  overflow-y: auto;
}

.mega-menu--reverse {
  flex-direction: row-reverse;
}

.mega-menu--reverse .mega-menu__promo {
  justify-content: flex-start;
}

.mega-menu__linklist {
  gap: var(--mega-menu-linklist-gap);
  flex-wrap: wrap;
  flex: 0 auto;
  display: flex;
}

.mega-menu__linklist > * {
  max-width: 280px;
}

.mega-menu__promo {
  justify-content: flex-end;
  column-gap: var(--mega-menu-promo-gap);
  flex: 0 auto;
  display: flex;
}

.mega-menu__promo > * {
  min-width: 240px;
  max-width: 315px;
  flex: 315px;
}

@media screen and (min-width: 1400px) {
  .mega-menu {
    --mega-menu-gap: 6.25rem;
    --mega-menu-linklist-gap: 2.5rem 6.25rem;
  }

  .mega-menu:has(.mega-menu__linklist > :nth-child(5)) {
    --mega-menu-linklist-gap: 2.5rem 4rem;
  }
}

.header-sidebar {
  --header-linklist-padding-block: 1rem;
}

.header-sidebar::part(close-button) {
  opacity: 1;
}

.header-sidebar::part(header) {
  border-block-end: none;
}

.header-sidebar::part(content) {
  box-sizing: border-box;
  overflow-x: hidden;
}

.header-sidebar::part(panel-list) {
  position: relative;
}

.header-sidebar__scroller {
  padding-block-end: var(--drawer-body-padding-block);
  padding-inline-start: var(--drawer-body-padding-inline);
  padding-inline-end: var(--drawer-body-padding-inline);
  overflow-y: auto;
}

.header-sidebar__linklist-button {
  width: 100%;
  text-align: start;
  justify-content: space-between;
  align-items: center;
  padding-block-start: calc(var(--header-linklist-padding-block) / 2);
  padding-block-end: calc(var(--header-linklist-padding-block) / 2);
  transition: color .2s;
  display: flex;
  
}

@media screen and (pointer: fine) {
  .header-sidebar__main-panel li:has([aria-expanded="true"]) ~ li .header-sidebar__linklist-button, .header-sidebar__main-panel li:has( ~ li [aria-expanded="true"]):not(:has([aria-expanded="true"])) .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / .65);
  }
}

.header-sidebar__sub-panel li:has([aria-expanded="true"]) ~ li .header-sidebar__linklist-button, .header-sidebar__sub-panel li:has( ~ li [aria-expanded="true"]):not(:has([aria-expanded="true"])) .header-sidebar__linklist-button {
  color: rgb(var(--text-color) / .65);
}

.header-sidebar__sub-panel li:has([aria-expanded="true"]) .header-sidebar__linklist-button {
  color: rgb(var(--text-color)) !important;
}

.header-sidebar__back-button {
  width: 100%;

  margin-block-end: 1rem;
  padding-block-start: var(--header-linklist-padding-block);
  padding-block-end: 1rem;
}


.header-sidebar__nested-linklist {
  border-inline-start-width: 1px;
  row-gap: .75rem;
  margin-block: 2px 1.125rem;
  margin-inline-start: .5rem;
  padding-inline-start: 1.5rem;
  display: grid;
}

.header-sidebar__main-panel {
  height: 100%;
  background: rgb(var(--drawer-background));
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: max-content;
  display: grid;
}

.header-sidebar__footer {
  position: relative;
  transform: none !important;
  
}

.header-sidebar__footer:before {
  content: "";
  height: 2.5rem;
  width: 100%;
  background: linear-gradient(transparent, rgb(var(--drawer-background)));
  position: absolute;
  inset-block-end: 100%;
  inset-inline-start: 0;
}

.header-sidebar__footer > * {
  padding-block: 1.25rem;
  padding-inline-start: var(--drawer-footer-padding-inline);
  padding-inline-end: var(--drawer-footer-padding-inline);
}

.header-sidebar__footer .localization-selectors {
  border-block-start-width: 1px;
  justify-content: flex-start;
  column-gap: 1.25rem;
}

.header-sidebar__collapsible-panel {
  height: 100%;
  width: var(--drawer-max-width);
  background: rgb(var(--drawer-background));
  display: none;
  position: absolute;
  inset-block-start: 0;
}

.header-sidebar__promo {
  grid-auto-flow: column;
  gap: 2rem 1.25rem;
  margin-block-start: 1.25rem;
  display: flex;
}

.header-sidebar__promo > * {
  min-width: 12.5rem;
}

.header-sidebar__promo > *:only-child {
  min-width: 100%;
}

.header-sidebar__linklist.divide-y .header-sidebar__linklist-button {
    border-style: none;
    padding: 10px 0;
  font-family: 'Century Gothic';
}

.header-sidebar__linklist.divide-y .header-sidebar__back-button {
  padding-block-end: var(--header-linklist-padding-block);
}

.header-sidebar__linklist.divide-y .header-sidebar__nested-linklist {
  margin-block-end: calc(.5rem + var(--header-linklist-padding-block));
}

.header-sidebar__linklist.divide-y .header-sidebar__promo {
  margin-block-start: .75rem;
}

@media screen and (min-width: 1000px) {
  .header-sidebar {
    --header-linklist-padding-block: 1.25rem;
  }
}

@media screen and (min-width: 1000px) {
  .header-sidebar::part(panel-list) {
    position: static;
  }

  .header-sidebar::part(content) {
    overflow-x: visible;
  }

  .header-sidebar:has(.header-sidebar__collapsible-panel[aria-activedescendant])::part(content) {
    border-inline-end: 1px solid rgb(var(--border-color));
  }

  .header-sidebar__main-panel {
    z-index: 1;
    position: relative;
  }

  .header-sidebar__collapsible-panel .header-sidebar__scroller {
    width: 100%;
    inset-block: min(var(--header-height), 5rem) 0;
    position: absolute;
  }

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

  .header-sidebar__promo > * {
    min-width: 100%;
  }
}

.image-with-text {
  display: grid;
  overflow: hidden;
  align-items: center;

}

.image-with-text > .prose {
  box-sizing: content-box;
  max-width: var(--image-with-text-content-max-width);
  margin-block: 1.5rem;
  /*padding-inline-start: var(--container-gutter);
  padding-inline-end: var(--container-gutter);*/
  
}

.image-with-text > :is(svg, img) {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 699px) {
  .image-with-text > .prose {
    margin-inline: auto;
  }
}

@media screen and (min-width: 1000px) {
  .image-with-text {
    --image-with-text-gap: 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    
  }

  .image-with-text > .prose {
    
  }

  .image-with-text--reverse > :is(picture, svg, img) {
    order: 9999;
  }

  .image-with-text--reverse > .prose {
  /*  margin-inline-start: auto;*/
    padding-inline-end: var(--image-with-text-gap);
  }
}

@media screen and (min-width: 1000px) {
  .image-with-text {
    --image-with-text-gap: 6rem;
    
    width: 90%;
    margin: auto;
  }
}

@media screen and (min-width: 2000px) {
  .image-with-text {
    --image-with-text-gap: 6rem;
  
    margin: auto;
  }
}

.image-with-text-block > :not(img, svg, picture) {
  background: rgb(var(--background, var(--background-primary)));
  padding: 2.375rem 1.25rem;
  box-shadow: 0 1px 20px #3636364d;
}

@media screen and (min-width: 1000px) {
  .image-with-text-block > :not(img, svg, picture) {
    padding: 3rem 1rem;
  }
}

.image-with-text-block--parallax {
  height: var(--content-over-media-height, auto);
  transform: unset;
  clip-path: inset(0);
}

@media (prefers-reduced-motion: no-preference) {
  .image-with-text-block--parallax > svg, .image-with-text-block--parallax > picture img {
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

  @supports (min-height: 100lvh) {
    :is(.image-with-text-block--parallax > svg, .image-with-text-block--parallax > picture img) {
      min-height: 100lvh;
    }
  }
}

.images-with-text-scroll {
  align-items: start;
  display: grid;
  position: relative;
}

.images-with-text-scroll:before {
  content: "";
  background: rgb(var(--images-with-text-scroll-overlay));
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.images-with-text-scroll__image-background, .images-with-text-scroll__container {
  grid-area: 1 / -1;
}

.images-with-text-scroll__image-background {
  max-height: calc(100vh - var(--sticky-area-height));
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: sticky;
  inset-block-start: var(--sticky-area-height);
}

.images-with-text-scroll__container {
  z-index: 1;
  place-items: start center;
  row-gap: 1rem;
  padding-block-start: var(--section-vertical-spacing);
  padding-block-end: var(--section-vertical-spacing);
  display: grid;
}

.images-with-text-scroll__item {
  display: contents;
}

.images-with-text-scroll__item:not(:first-child) > .images-with-text-scroll__image {
  opacity: 0;
}

.images-with-text-scroll__image {
  grid-area: 1 / 1;
  align-self: center;
}

.images-with-text-scroll__text {
  max-width: 375px;
  
  grid-area: 2 / 1;
}

@media screen and (min-width: 1000px) {
  .images-with-text-scroll__container {
    row-gap: 3rem;
  }
}

@media screen and (max-width: 1000px) {
  .images-with-text-scroll__item:not(.is-selected) {
    visibility: hidden;
  }

  .images-with-text-scroll__image {
    width: min(96vw, 27.5rem);
        border-radius: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .images-with-text-scroll {
    min-height: calc(100vh - var(--sticky-area-height));
  }

  .images-with-text-scroll__container {
    --image-width: min(50vw - var(--container-gutter), 575px);
    --image-height: min(var(--image-width), var(--image-width) / var(--images-with-text-scroll-master-image-ratio));
    --content-padding: calc((100vh - var(--image-height)  - var(--sticky-area-height)) / 2);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    align-items: center;
    padding-block-start: var(--content-padding);
    padding-block-end: var(--content-padding);
  }

  .images-with-text-scroll__image {
    height: var(--image-height);
    object-fit: contain;
    object-position: center;
    position: sticky;
    inset-block-start: calc(var(--content-padding)  + var(--sticky-area-height));
    border-radius: 20px;
  }

  .images-with-text-scroll__text {
    text-align: var(--images-with-text-scroll-text-alignment);
    grid-area: auto / 2;
  }

  .images-with-text-scroll--reverse .images-with-text-scroll__image {
    grid-column: 2;
  }

  .images-with-text-scroll--reverse .images-with-text-scroll__text {
    grid-column: 1;
  }
}

.logo-list {
  grid: auto / repeat(var(--logo-list-items-per-row), minmax(0, 250px));
  justify-content: center;
  gap: var(--logo-list-gap);
  display: grid;
}

.logo-list__item {
  outline: 1px solid rgb(var(--logo-list-item-border-color));
  place-items: center;
  padding: 1.25rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .logo-list__item {
    padding: 2rem 1.5rem;
  }
}

.media-grid {
  --media-grid-column-count: 2;
  align-items: start;
  gap: var(--media-grid-gap);
  grid: auto-flow dense var(--media-grid-row-height) / repeat(var(--media-grid-column-count), minmax(0, 1fr));
  display: grid;
}

.media-grid__item {
  grid-area: span min(2, var(--media-grid-item-row-span)) / span 2;
  height: 100%;
  container-type: inline-size;
}

.media-grid__item > * {
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .media-grid {
    --media-grid-column-count: 12;
  }

  .media-grid__item {
    grid-area: span var(--media-grid-item-row-span) / span var(--media-grid-item-column-span);
  }
}

.multi-column {
  grid: var(--multi-column-grid);
  column-gap: var(--multi-column-gap);
  row-gap: var(--section-stack-gap);
  justify-content: var(--multi-column-content-alignment);
  display: grid;
}

.multi-column__item {
  align-content: start;
  gap: 2rem;
  display: grid;
}

.multi-column__item--overlap {
  gap: 0;
}

.multi-column__item--overlap > .prose {
  isolation: isolate;
  margin-block-start: -.875rem;
}

.multiple-media-with-text {
  --multiple-media-with-text-gap: 2rem;
  grid: var(--multiple-media-with-text-grid);
  gap: var(--multiple-media-with-text-gap);
  display: grid;
}

.multiple-media-with-text__media-wrapper {
  grid-area: media-wrapper;
  grid: var(--multiple-media-with-text-media-grid);
  column-gap: var(--multiple-media-with-text-media-gap);
  display: grid;
}

.multiple-media-with-text__media-wrapper > * {
  grid-row: 1 / -1;
}

.multiple-media-with-text__content-wrapper {
  grid-area: content-wrapper;
}

@media screen and (min-width: 1000px) {
  .multiple-media-with-text {
    --multiple-media-with-text-gap: 2rem 4rem;
  }
}

@media screen and (min-width: 1150px) {
  .multiple-media-with-text {
    --multiple-media-with-text-gap: 2rem 7.5rem;
  }
}

.multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper > :first-child {
  grid-column: 1 / 3;
}

.multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper > :nth-child(2) {
  grid-column: 2 / 4;
}

@media screen and (min-width: 1000px) {
  .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper > :first-child {
    grid-column: 2 / 4;
  }

  .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper > :nth-child(2) {
    grid-column: 1 / 3;
  }
}

@media screen and (min-width: 1000px) {
  .newsletter .form {
    width: 35rem;
  }
}

@media screen and (min-width: 1000px) {
  .newsletter-popup {
    width: 23.75rem;
    inset-inline-start: auto;
  }
}

.password__inner {
  isolation: isolate;
  min-height: 100vh;
  align-content: space-between;
  row-gap: 3rem;
  padding-block: 1.6rem;
  display: grid;
}

@supports (height: 100dvh) {
  .password__inner {
    min-height: 100dvh;
  }
}

.password__header {
  justify-items: center;
  display: grid;
}

.password__header > * {
  grid-area: 1 / -1;
}

.password__password-button {
  margin-inline-start: auto;
}

.password__block-list {
  width: min(100%, 30rem);
  justify-self: center;
  row-gap: .625rem;
  display: grid;
}

.password__content, .password__social {
  padding: 1.25rem;
}

.password__social {
  display: grid;
}

.password__social .social-media {
  justify-content: center;
}

.password__footer {
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  display: flex;
}

@media screen and (min-width: 1000px) {
  .password__content {
    padding: 2.5rem;
  }

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

.prev-next-blog-posts {
  gap: 3.125rem;
  display: grid;
}

@media screen and (min-width: 1000px) {
  .prev-next-blog-posts {
    grid: auto / auto-flow minmax(min-content, 31.25rem);
    justify-content: center;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 1150px) {
  .prev-next-blog-posts {
    gap: 3.75rem;
  }
}

@media screen and (min-width: 1000px) {
  .privacy-banner {
    width: 31.25rem;
  }
}

.shopify-section--main-product .section-spacing {
  margin-block-start: 0;
}

.product {
  grid: var(--product-grid, none);
  align-items: start;
  gap: var(--product-gap, 1.875rem);
  display: grid;
}

@media screen and (min-width: 1000px) {
  .shopify-section--main-product .section-spacing {
    margin-block-start: var(--container-gutter);
  }

  .product {
    --product-gap: 6.5rem;
  }
}

@media screen and (min-width: 1150px) {
  .product {
    --product-gap: 10rem;
  }
}

.product-gallery {
  --product-gallery-thumbnail-list-gap: 1rem .5rem;
  --product-gallery-thumbnail-size: 3.5rem;
  flex-direction: var(--product-gallery-flex-direction, column);
  align-items: start;
  gap: var(--product-gallery-gap) var(--product-gap, 0px);
  grid-area: product-gallery;
  display: flex;
  position: relative;
}

.product-gallery__zoom-button {
  z-index: 1;
  transition: opacity .2s, visibility .2s;
  position: absolute;
  inset-block-start: 1.25rem;
  inset-inline-end: 0;
}

.product-gallery__zoom-button--hidden {
  opacity: 0;
  visibility: hidden;
}

.product-gallery__image-list {
  width: 100%;
  row-gap: var(--product-gallery-gap);
  grid-auto-rows: max-content;
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

/* Globale Einstellungen für alle Geräte (Standard: Desktop) */
.product-gallery__carousel {
    grid: var(--product-gallery-carousel-grid, auto / auto-flow 100%);
    align-items: start;
    gap: 3px; /* Standardmäßig 1px Abstand für Desktop */
    scroll-snap-type: var(--product-gallery-carousel-scroll-snap-type, x mandatory);
    display: grid;
    position: relative;
}

/* Anpassungen für mobile Geräte */
@media (max-width: 767px) {
    .product-gallery__carousel {
        gap: 0px; /* Setzt die Lücken auf mobilen Geräten auf 0px */
    }
}


.product-gallery[allow-zoom] .product-gallery__media {
  cursor: var(--cursor-zoom-in-svg-url) 18 18, zoom-in;
}

.product-gallery__media > * {
  width: 100%;
}

.product-gallery__thumbnail-list {
  max-width: 100%;
  flex-shrink: 0;
  position: relative;
}

.product-gallery__thumbnail-scroller {
  grid-auto-columns: var(--product-gallery-thumbnail-size);
  grid-auto-flow: var(--product-gallery-thumbnail-list-grid-auto-flow, column);
  align-content: start;
  align-items: start;
  gap: var(--product-gallery-thumbnail-list-gap);
  max-height: var(--product-gallery-thumbnail-list-max-height, none);
  scroll-snap-type: both mandatory;
  overscroll-behavior: contain;
  scrollbar-width: none;
  grid-template-columns: none;
  display: grid;
  position: relative;
  overflow: auto;
}

.product-gallery__thumbnail-scroller::-webkit-scrollbar {
  display: none;
}

.product-gallery__thumbnail {
  border: 1px solid #0000;
  padding: 1px;
  transition: border-color .1s;
  position: relative;
}

.product-gallery__thumbnail[aria-current="true"] {
  border-color: currentColor;
}

.product-gallery__media-badge {
  position: absolute;
  inset-block-start: 3px;
  inset-inline-end: 3px;
}

@media screen and (max-width: 1000px) {
  .product-gallery__carousel-with-arrows {
    align-items: center;
    display: flex;
  }

  .product-gallery__carousel-with-arrows .product-gallery__media > img {
    width: 75vw;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery__thumbnail-list {
    position: sticky;
    inset-block-start: calc(var(--sticky-area-height)  + 20px);
  }

  .product-gallery__media {
    scroll-margin-block-start: 1.25rem;
  }
}

.product-info {
  --product-info-gap: 1rem;
      max-width: 29.375rem;
  grid-area: product-info;
  margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-info__block-list > :not(:first-child) {
  margin-block-start: var(--product-info-gap);
}

.product-info__block-list > :not(:last-child) {
  margin-block-end: var(--product-info-gap);
}

.product-info__block-item:empty, .product-info__block-item:not(:has( > :not([hidden]))) {
  display: none;
}

.product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"]) {
  --product-info-gap: .5rem;
}




.product-info__block-group:has(.product-info__block-item:is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"])) {
  --product-info-gap: .5rem;
}

.product-info__block-item:is([data-block-type="variant-picker"], [data-block-type="product-variations"], [data-block-type="separator"], [data-block-type="description"], [data-block-type="text"], [data-block-type="liquid"], [data-block-type="share-buttons"]) {
  --product-info-gap: 1.5rem;
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type="variant-picker"], [data-block-type="product-variations"], [data-block-type="separator"], [data-block-type="description"], [data-block-type="text"], [data-block-type="liquid"], [data-block-type="share-buttons"])) {
  --product-info-gap: 1.5rem;
}

.product-info__block-item:is([data-block-type="inventory"], [data-block-type="buy-buttons"], [data-block-type="pickup-availability"], [data-block-type="more-information"], [data-block-type="offers"]) {
  --product-info-gap: 1.5rem;
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type="inventory"], [data-block-type="buy-buttons"], [data-block-type="pickup-availability"], [data-block-type="more-information"], [data-block-type="offers"])) {
  --product-info-gap: 1.5rem;
}

.product-info__block-item[data-block-type="complementary-products"] {
  --product-info-gap: 3rem;
}

.product-info__block-group:has(.product-info__block-item[data-block-type="complementary-products"]) {
  --product-info-gap: 3rem;
}

@media screen and (max-width: 699px) {
  .product-info--center :is([data-block-type="vendor"], [data-block-type="title"], [data-block-type="sku"], [data-block-type="price"]) {
    text-align: center;
  }

  .product-info--center :is(.badge-list, .price-list, .rating-badge) {
    justify-content: center;
  }

  .product-info--center .text-with-rating {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  .product-info {
    position: sticky;
    inset-block-start: calc(var(--sticky-area-height)  + 20px);
  }
}

.product-content-below-gallery {
  grid-area: product-content;
}

.product-content-below-gallery product-recommendations:not(:first-child) {
  margin-block-start: max(48px, var(--product-gap, 0px));
}

.product-content-below-gallery product-recommendations:not(:last-child) {
  margin-block-end: max(48px, var(--product-gap, 0px));
}

.product-content-below-gallery__description:not(:last-child) {
  margin-block-end: 1.25rem;
}

.product-info__more-info {
  border-block-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding: .9375rem;
  display: flex;
}

.product-info__more-info > svg {
  transition: transform .2s ease-in-out;
}

@media screen and (pointer: fine) {
  .product-info__more-info:hover > svg {
    transform: translateX(5px);
  }
}

.variant-picker .popover {
  --popover-block-offset: .5rem;
  --popover-body-padding-inline: 1.25rem;
  width: 100%;
}

.variant-picker .popover::part(content) {
  max-width: none;
  width: 100%;
}

:not(.is-disabled) > .variant-picker__dropdown-sold-out-label {
  display: none;
}

.buy-buttons {
  row-gap: 1rem;
  display: grid;
}

.pickup-location {
  align-items: start;
  gap: .25rem;
  display: grid;
}

.pickup-location + .pickup-location {
  padding-block-start: 1rem;
}

.product-offers .page-dots {
  padding-block-end: 1.5rem;
}

.product-offers__item {
  padding: 1.5rem;
}

.product-offers__list--carousel {
  grid: auto / auto-flow 100%;
  display: grid;
}

.complementary-products {
  max-width: 40rem;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 1.875rem;
  margin-inline: auto;
  display: grid;
}

.complementary-products__header {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.complementary-products__product-list {
  gap: 1.25rem;
  display: grid;
  position: relative;
}

.complementary-products__product-list--carousel {
  grid: auto / auto-flow 100%;
}

@media screen and (max-width: 699px) {
  .complementary-products__product-list--carousel .product-card__figure {
    max-width: 11.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1000px) {
  .complementary-products {
    row-gap: 1rem;
  }

  .complementary-products__header {
    text-align: start;
    justify-content: space-between;
  }
}

.product-sticky-bar {
  width: 100%;
  padding: var(--container-gutter);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: opacity .2s, visibility .2s;
  display: block;
  position: fixed;
  inset-block-end: 0;
  inset-inline-start: 0;
}

.product-sticky-bar.is-visible {
  opacity: 1;
  visibility: visible;
}

.product-sticky-bar__info img {
  width: 3.75rem;
}

@media screen and (min-width: 1000px) {
  .product-sticky-bar {
    inset-block: var(--sticky-area-height) auto;
    background: rgb(var(--background-primary));
    border-block-end-width: 1px;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    padding-block: 1.125rem;
    display: grid;
  }
}

.scrolling-content {
  text-align: start;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.scrolling-content[direction="right"] {
  text-align: end;
}

.scrolling-content::part(scroller) {
  min-width: max-content;
  display: inline-flex;
  position: relative;
}

.scrolling-content__item {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.scrolling-content__item > * {
  margin-inline-start: calc(var(--scrolling-content-content-gap) / 2);
  margin-inline-end: calc(var(--scrolling-content-content-gap) / 2);
}

.scrolling-content__image > img {
  max-width: 1.5em;
}

.main-search-form {
  min-width: 18.75rem;
}

.main-search__linklist {
  max-width: 25rem;
  text-align: center;
  margin-inline: auto;
}

.shop-the-look__carousel {
  z-index: 2;
  grid: auto / auto-flow 100%;
  align-items: start;
  gap: .625rem;
  display: grid;
  position: relative;
  overflow: visible;
}

.shop-the-look__carousel.is-expanded {
  overflow: hidden;
}

.shop-the-look__image-wrapper {
  position: relative;
  overflow: hidden;
}

.shop-the-look__hot-spot-list {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.shop-the-look__hot-spot {
  --hot-spot-size: 1rem;
  top: calc(var(--shop-the-look-hot-spot-top)  - (var(--hot-spot-size) / 2));
  left: calc(var(--shop-the-look-hot-spot-left)  - (var(--hot-spot-size) / 2));
  width: var(--hot-spot-size);
  height: var(--hot-spot-size);
  border-radius: var(--rounded-full);
  transition: transform .2s ease-in-out;
  position: absolute;
}

.shop-the-look__hot-spot:after {
  --hot-spot-after-size: calc(var(--hot-spot-size) * 2.5);
  content: "";
  top: calc(50% - var(--hot-spot-after-size) / 2);
  left: calc(50% - var(--hot-spot-after-size) / 2);
  width: var(--hot-spot-after-size);
  height: var(--hot-spot-after-size);
  background: radial-gradient(50% 50% at 50% 50%, rgb(var(--background) / 0), rgb(var(--background) / .3));
  border-radius: var(--rounded-full);
  animation: 2s ease-in-out infinite alternate ping;
  position: absolute;
}

.shop-the-look__hot-spot[aria-current="true"] {
  transform: scale(1.3);
}

.shop-the-look__item-carousel {
  grid: auto / auto-flow 100%;
  justify-items: center;
  display: grid;
  position: relative;
}

.shop-the-look__item {
  position: relative;
}

.shop-the-look__popover .product-card__figure {
  width: 100%;
  max-width: 10rem;
  margin-inline: auto;
}

.shop-the-look__popover::part(base) {
  height: auto;
  inset: auto auto 0 0;
}

.shop-the-look__popover::part(overlay) {
  display: none;
}

@media screen and (max-width: 699px) {
  .shopify-section--shop-the-look:before {
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    background: rgb(var(--background-primary));
    z-index: 2;
    transition: opacity .4s;
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
  }

  .shopify-section--shop-the-look:has(.shop-the-look__carousel.is-expanded):before {
    opacity: 1;
  }
}

@media screen and (min-width: 1000px) {
  .shop-the-look__carousel {
    grid: none;
    align-items: center;
  }

  .shop-the-look__item {
    max-width: var(--container-sm-max-width);
    grid: auto / min(550px, 60%) minmax(0, 1fr);
    grid-area: 1 / -1;
    align-items: center;
    gap: .3125rem;
    margin-inline: auto;
    display: grid;
  }

  .shop-the-look__item:not(.is-selected) {
    visibility: hidden;
  }

  .shop-the-look__item-product {
    max-width: 16.875rem;
    grid-area: 1 / -1;
  }

  .shop-the-look__item-product:not(.is-selected) {
    visibility: hidden;
  }

  .shop-the-look__item-content {
    opacity: 0;
    justify-items: center;
    gap: 1.5rem;
    display: grid;
  }
}

@media screen and (pointer: fine) {
  .shop-the-look__hot-spot:hover {
    transform: scale(1.3);
  }
}

.slideshow {
  --slideshow-controls-spacing: var(--container-gutter);
  background: rgb(var(--slideshow-background));
  display: block;
  position: relative;
}

.slideshow .page-dots {
  z-index: 1;
  position: absolute;
  inset-block-end: var(--slideshow-controls-spacing);
  inset-inline-end: var(--slideshow-controls-spacing);
}

.slideshow:has(.page-dots, .slideshow__volume-control) {
  --content-over-media-row-gap: 4rem;
}

.slideshow__slide:not(.is-selected) {
  visibility: hidden;
  position: absolute;
  inset: 0;
}

.slideshow__slide-content--boxed {
  padding: 1.5rem;
}

.slideshow__slide-content--with-border {
  outline: 1px solid rgb(var(--border-color));
}

.slideshow__slide-content--with-border-offset {
  outline-offset: -.75rem;
  padding: 2.25rem;
}

.slideshow__volume-control {
  z-index: 1;
  display: grid;
  position: absolute;
  inset-block-end: var(--slideshow-controls-spacing);
  inset-inline-start: var(--slideshow-controls-spacing);
}

.slideshow__next-section-button {
  z-index: 2;
  position: absolute;
  inset-block-end: calc(-1 * var(--circle-button-size) / 2);
  inset-inline-start: calc(50% - var(--circle-button-size) / 2);
}

.shopify-section:has(.slideshow__next-section-button) + .shopify-section {
  --section-vertical-spacing-block-start-compensation: 1.5625rem;
}

@media screen and (min-width: 1000px) {
  .slideshow:has(.page-dots, .slideshow__volume-control) {
    --content-over-media-row-gap: 5rem;
  }

  .slideshow__slide-content--boxed {
    padding: 3.5rem;
  }

  .slideshow__slide-content--with-border-offset {
    outline-offset: -1rem;
  }
}

.shopify-section--testimonials {
  --section-vertical-spacing-override: calc(var(--section-vertical-spacing)  + 20px);
}

.testimonial-list {
  gap: var(--section-stack-gap);
  justify-items: center;
  display: grid;
}

.testimonial-item {
  max-width: 34rem;
  font-size: var(--testimonials-font-size);
  grid-area: 1 / -1;
  align-content: start;
  justify-items: center;
  gap: 2rem;
  display: grid;
}

.testimonial-item:not(.is-selected) {
  opacity: 0;
  visibility: hidden;
}

.testimonial-carousel {
  display: grid;
}

.testimonial-list__thumbnail-scroller {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 5.625rem;
}

.testimonial-list__thumbnail {
  transition: opacity .2s ease-in-out;
}

.testimonial-list__thumbnail[aria-current="false"] {
  opacity: .25;
}

.testimonial-list__thumbnail img {
  max-width: var(--image-max-width);
}

.testimonial-list__thumbnail .placeholder {
  width: var(--image-max-width);
}

.shopify-challenge__container, .shopify-email-marketing-confirmation__container {
  max-width: 56.25rem;
  margin-block-start: var(--section-with-border-vertical-spacing);
  margin-block-end: var(--section-with-border-vertical-spacing);
}

.shopify-policy__container {
  gap: var(--section-stack-gap);
  max-width: 56.25rem;
  grid-auto-columns: minmax(0, 1fr);
  margin-block-start: var(--section-with-border-vertical-spacing-tight);
  margin-block-end: var(--section-with-border-vertical-spacing-tight);
  display: grid;
}

.shopify-challenge__container {
  gap: 1rem;
  display: grid;
}

.shopify-challenge__container > form {
  display: contents;
}

.shopify-email-marketing-confirmation__container {
  text-align: center;
}

.shopify-policy__title h1 {
  font: inherit;
  display:none;
}

.text-with-icons {
  --text-with-icons-items-per-row: 2;
  --text-with-icons-column-gap: 1.5rem;
  --text-with-icons-row-gap: 2rem;
  justify-content: center;
  gap: var(--text-with-icons-row-gap) var(--text-with-icons-column-gap);
  flex-wrap: wrap;
  display: flex;
}

.text-with-icons > * {
  flex-basis: min(18.75rem, calc(100% / var(--text-with-icons-items-per-row)  - var(--text-with-icons-column-gap, 0px) * (var(--text-with-icons-items-per-row)  - 1) / var(--text-with-icons-items-per-row)));
}

.text-with-icons > :only-child {
  flex-basis: min(18.75rem, 100%);
}

@media screen and (max-width: 699px) {
  .text-with-icons:not(.text-with-icons--stacked) {
    grid: auto / auto-flow 100%;
    gap: 0;
    display: grid;
  }

  .text-with-icons:not(.text-with-icons--stacked) > * {
    grid-area: 1 / -1;
    padding-inline: 2.5rem;
  }

  .text-with-icons:not(.text-with-icons--stacked) > :not(.is-selected) {
    visibility: hidden;
  }
}

@media screen and (min-width: 1000px) {
  .text-with-icons {
    --text-with-icons-items-per-row: 3;
    --text-with-icons-row-gap: 2.5rem;
  }
}

@media screen and (min-width: 1000px) {
  .text-with-icons {
    --text-with-icons-items-per-row: 5;
  }

  .text-with-icons:not(:has( > :nth-child(5))) {
    --text-with-icons-items-per-row: 4;
    --text-with-icons-column-gap: 3.75rem;
  }
}

.timeline__carousel, .timeline__item {
  display: grid;
}

:is(.timeline__carousel, .timeline__item) > * {
  grid-area: 1 / -1;
}

.timeline__item:not(.is-selected) {
  visibility: hidden;
}

.timeline__item-image-wrapper {
  overflow: hidden;
}

.timeline__item-image-wrapper :is(img, svg) {
  scale: 1.05;
}

.timeline__item-content {
  padding: var(--container-gutter);
}

@media screen and (max-width: 699px) {
  .shopify-section--timeline {
    --section-vertical-spacing: 0;
    border-block-start-width: 0;
  }

  .timeline__carousel {
    position: relative;
  }

  .timeline__carousel:after {
    content: "";
    background: #0006;
    position: absolute;
    inset: 0;
  }

  .timeline__item {
    --text-color: var(--timeline-item-mobile-text-color);
    color: rgb(var(--text-color));
  }

  .timeline__item-content {
    text-align: center;
    z-index: 1;
    align-self: center;
    padding-block: 3.75rem;
  }
}

@media screen and (min-width: 1000px) {
  .timeline__item {
    background: rgb(var(--background-secondary));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline__item > * {
    grid-area: unset;
  }

  .timeline__item-content {
    align-self: end;
  }
}

.timeline__nav {
  white-space: nowrap;
  grid-auto-flow: column;
  justify-content: safe center;
  align-items: center;
  column-gap: 2.5rem;
  display: grid;
}

.timeline__nav > button {
  height: var(--text-h4);
  line-height: 1;
  transition: opacity .25s ease-in-out, font-size .25s ease-in-out;
  position: relative;
}

.timeline__nav > button:after {
  content: "";
  width: calc(100% - var(--heading-letter-spacing));
  height: 3px;
  transform-origin: var(--transform-origin-start);
  background: currentColor;
  transition: transform .25s ease-in-out;
  position: absolute;
  inset-block-end: -1.25rem;
  inset-inline-start: 0;
  transform: scaleX(0);
}

.timeline__nav > [aria-current="false"] {
  opacity: .65;
}

.timeline__nav > [aria-current="true"] {
  font-size: var(--text-h4);
  font-weight: bold;
}

.timeline__nav > [aria-current="true"]:after {
  transform: scaleX(1);
}

@media screen and (max-width: 699px) {
  .timeline__nav {
    background: rgb(var(--background-secondary));
    padding-block: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media screen and (min-width: 1000px) {
  .timeline__nav {
    margin-block-start: var(--section-stack-gap);
  }

  .timeline__nav > button:after {
    inset-block-end: -.5rem;
  }
}

.sr-only {
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  
}

.sr-only[type="checkbox"]:focus-visible + label, .sr-only[type="radio"]:focus-visible + label {
  outline: 2px solid Highlight;
  outline: 2px solid -webkit-focus-ring-color;
}

.skip-to-content:focus-visible {
  z-index: 9999;
  width: auto;
  height: auto;
  clip: auto;
  color: #fff;
  background: #000;
  padding: 6px 12px;
  font-weight: bold;
  overflow: auto;
}

.tap-area {
  position: relative;
}

.tap-area:before {
  content: "";
  position: absolute;
  inset: -.5rem;
}

.js .js\:hidden, .no-js .no-js\:hidden {
  display: none;
}

@media print {
  .print\:hidden {
    display: none;
  }
}
/*
@keyframes ping {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(.8);
  }
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .features--zoom-image .zoom-image {
    transform-origin: center;
    transition: scale 8s cubic-bezier(.25, .46, .45, .94);
  }

  .features--zoom-image .group:hover .group-hover\:zoom {
    scale: 1.2;
  }
}*/

@media (prefers-reduced-motion: no-preference) {
  .js [reveal-on-scroll="true"] {
    opacity: 0;
  }
}

.border {
  border-width: 1px;
}

.border-x {
  border-inline-width: 1px;
}

.border-y {
  border-block-width: 1px;
}

.border-t {
  border-block-start-width: 1px;
}

.border-b {
  border-block-end-width: 1px;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  border-inline-start-width: 1px;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  border-block-start-width: 1px;
}

.rounded-full {
  border-radius: var(--rounded-full);
}

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

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

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

.text-subdued {
  color: rgb(var(--text-color)) !important;
}

.text-on-sale {
  
}

.text-stroke {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}

.text-gradient {
  background-image: var(--gradient);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-stroke.text-gradient {
  color: rgb(var(--background));
  -webkit-text-stroke-color: transparent;
  -webkit-text-fill-color: unset;
}

.bg-error, .bg-success, .bg-warning {
  --border-color: var(--text-color) / .15;
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(var(--backdrop-blur, 0px));
  backdrop-filter: blur(var(--backdrop-blur, 0px));
}

.filter-invert {
  filter: invert();
}

/* .lock {
  overflow: hidden;
} */

.pointer-events-none {
  pointer-events: none;
}

.scroll-area {
  scrollbar-width: none;
  overscroll-behavior-x: contain;
  overflow-x: auto;
  overflow-y: hidden;
}

.hide-scrollbar {
  scrollbar-width: none;
}

.scroll-area::-webkit-scrollbar, .hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.snap-x {
  scroll-snap-type: x mandatory;
}

.snap-y {
  scroll-snap-type: y mandatory;
}

.snap-start {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.snap-center {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.hidden, .empty\:hidden:empty {
  display: none;
}

.block {
  display: block;
}

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

.contents {
  display: contents;
}

@media screen and (min-width: 1000px) {
  .sm\:hidden {
    display: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:table-cell {
    display: table-cell;
  }
}

@media screen and (min-width: 1000px) {
  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table {
    display: table;
  }

  .md\:table-cell {
    display: table-cell;
  }
}

@media screen and (min-width: 1150px) {
  .lg\:hidden {
    display: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-cell {
    display: table-cell;
  }
}

@media screen and (max-width: 699px) {
  .sm-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .md-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1149px) {
  .lg-max\:hidden {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .xl-max\:hidden {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:hidden {
    display: none;
  }

  .motion-reduce\:block {
    display: block;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.relative {
  position: relative;
}

.wrap {
  flex-wrap: wrap;
}

.grow {
  flex-grow: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

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

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

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

.justify-start {
  justify-content: start;
}

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

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

.justify-between {
  /* justify-content: space-between; */
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-center {
  justify-items: safe center;
}

.justify-items-end {
  justify-items: end;
}

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

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

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

.align-start {
  align-items: start;
}

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

.align-end {
  align-items: end;
}

.align-baseline {
  align-items: baseline;
}

.align-self-start {
  align-self: start;
}

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

.align-self-end {
  align-self: end;
}

.place-self-start {
  place-self: start;
}

.place-self-start-center {
  place-self: start center;
}

.place-self-start-end {
  place-self: start end;
}

.place-self-center {
  place-self: center;
}

.place-self-center-start {
  place-self: center start;
}

.place-self-center-end {
  place-self: center end;
}

.place-self-end {
  place-self: end;
}

.place-self-end-start {
  place-self: end start;
}

.place-self-end-center {
  place-self: end center;
}

@media screen and (min-width: 1000px) {
  .sm\:text-start {
    text-align: start;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-end {
    text-align: end;
  }

  .sm\:justify-start {
    justify-content: start;
  }

  .sm\:justify-center {
    justify-content: safe center;
  }

  .sm\:justify-end {
    justify-content: end;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-center {
    justify-items: safe center;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:align-start {
    align-items: start;
  }

  .sm\:align-center {
    align-items: center;
  }

  .sm\:align-end {
    align-items: end;
  }

  .sm\:align-baseline {
    align-items: baseline;
  }

  .sm\:align-self-start {
    align-self: start;
  }

  .sm\:align-self-center {
    align-self: center;
  }

  .sm\:align-self-end {
    align-self: end;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-start-center {
    place-self: start center;
  }

  .sm\:place-self-start-end {
    place-self: start end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-center-start {
    place-self: center start;
  }

  .sm\:place-self-center-end {
    place-self: center end;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-end-start {
    place-self: end start;
  }

  .sm\:place-self-end-center {
    place-self: end center;
  }
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.w-full {
  width: 100%;
  border-radius: 30px;
  
}

@media (max-width: 1000px) { /* oder eine andere Pixelanzahl, je nach deinem Breakpoint für Smartphones */
  .w-full {
   
  }
}


.h-full {
  height: 100%;
}

.w-0 {
  width: 0;
}

.min-w-full {
  min-width: 100%;
}

.min-h-full {
  min-height: 100%;
}

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

.my-auto {
  margin-block: auto;
}

.aspect-short {
  aspect-ratio: 4 / 3;
}

.aspect-tall {
  aspect-ratio: 2 / 3;
}

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

.gap-0\.5 {
  gap: .125rem;
}

.gap-1 {
  gap: .1rem;
}

.gap-1\.5 {
  gap: .375rem;
}

.gap-2 {
  gap: .1rem;
}

.gap-2\.5 {
  gap: .625rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-3\.5 {
  gap: .875rem;
}

.gap-4 {
  gap: 0.1rem;
}

.gap-4\.5 {
  gap: 1.125rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-5\.5 {
  gap: 1.375rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

@media screen and (min-width: 1000px) {
  .sm\:gap-0\.5 {
    gap: .125rem;
  }

  .sm\:gap-1 {
    gap: .25rem;
  }

  .sm\:gap-1\.5 {
    gap: .375rem;
  }

  .sm\:gap-2 {
    gap: .5rem;
  }

  .sm\:gap-2\.5 {
    gap: .625rem;
  }

  .sm\:gap-3 {
    gap: .75rem;
  }

  .sm\:gap-3\.5 {
    gap: .875rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-4\.5 {
    gap: 1.125rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-5\.5 {
    gap: 1.375rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }
}

.object-cover {
  object-fit: cover;
  object-position: center;
}

.object-contain {
  object-fit: contain;
  object-position: center;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.placeholder {
  background: rgb(var(--background-secondary));
  fill: rgb(var(--text-primary) / .5);
  color: rgb(var(--text-primary) / .5);
  display: block;
}

.placeholder--invert {
  background: rgb(var(--text-primary));
  fill: rgb(var(--background-primary));
  color: rgb(var(--background-primary));
}

.bold {
  font-weight: bold;
}

.smallcaps {
  text-transform: uppercase;
  letter-spacing: var(--heading-letter-spacing);
  font-size: .525rem;
}

.text-xxs {
  font-size: .6875rem;
}

.text-xs {
  font-size: 10px;
  
}

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

.text-base {
  font-size: var(--text-base);
}

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

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

.heading, .h1, .h2, .h3, .h4, .h5, .h6, .prose :where(h1, h2, h3, h4, h5, h6) {
  text-align: center;
    justify-content: center;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  overflow-wrap: anywhere;
}

.h1, :where(.prose h1) {
  font-size: 36px;
  line-height: 1.5;
}

.h2, :where(.prose h2) {
  font-size: 32px;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
.h2, :where(.prose h2) {
  font-size: 30px;
  line-height: 1.5;
}

}

.h3, :where(.prose h3) {
  font-size: 30px;
  line-height: 1.6;
}

.h4, :where(.prose h4) {
  font-size: var(--text-h4);
  line-height: 1.6;
}

.h5, :where(.prose h5) {
  font-size: 14px;
  line-height: 1.7;
}





.product-badge .vendor.h6.link-faded
{
  font-size: 14px;
    line-height: 1.7;    
    display: flex;
    margin-right: 5px;
}

.product-card__info .vendor.h6.link-faded
{
    font-size: 14px;
    line-height: 1.7;    
    display: flex;
    align-items: center;
  color: black;
  margin-right: 5px;
  }

.prose blockquote {
  line-height: 1.75;
}

@media screen and (min-width: 1000px) {
  .sm\:text-xs {
    font-size: var(--text-xs);
  }

  .sm\:text-sm {
    font-size: var(--text-sm);
  }

  .sm\:text-base {
    font-size: var(--text-base);
  }

  .sm\:text-lg {
    font-size: var(--text-lg);
  }

  .sm\:h1 {
    font-size: var(--text-h1);
    line-height: 1.5;
  }

  .sm\:h2 {
    font-size: var(--text-h2);
    line-height: 1.5;
  }

  .sm\:h3 {
    font-size: var(--text-h3);
    line-height: 1.6;
  }

  .sm\:h4 {
    font-size: var(--text-h4);
    line-height: 1.6;
  }

  .sm\:h5 {
    font-size: var(--text-h5);
    line-height: 1.7;
  }

  .sm\:h6 {
    font-size: var(--text-h6);
    line-height: 1.7;
  }
}

@media screen and (min-width: 699px)
.h1, :where(.prose h1) {
  
    line-height: 1.3;
  font-size: 40px!important;
    
}

  .h2, :where(.prose h2) {
    line-height: 1.4;
  }

  .h3, :where(.prose h3) {
    line-height: 1.5;
    
  }
}

ol {
  margin-inline-start: 2ch;
}

ul {
 /* margin-inline-start: 1em;*/
}

:where(ol, ul):not(.unstyled-list) li {
      
}

@media (max-width: 1000px) {
  :where(ol, ul):not(.unstyled-list) li {
        
    font-size: 14px;
  }
}


:where(.text-center, .text-end) :is(ol, ul) {
  margin-inline: 0;
  list-style-position: inside;
}

:where(.text-center, .text-end) :is(ol, ul) li {
  padding-inline-start: 0;
}

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

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

.hyphenate {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.truncate-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: var(--truncate-text-max-width, 100%);
  overflow: hidden;
}

.line-clamp {
  -webkit-line-clamp: var(--line-clamp-count, 2);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

/*____________________________________________________________PRODUCT-CARD & BADGE____________________________________________________________BEGIN*/
.product-card {
  flex: 1;
  
  overflow: hidden;
  
  
  width: 100%;
}

.product-card__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.product-card__image {
    /* border-radius: 20px; */
    object-fit: cover;
    /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08); */
    /* transform: scale(0.8); */
    width: 100%;
}




.product-card__image--secondary {
  position: absolute;
  object-fit: cover;
  opacity: 0;
  transform: scale(0.75);
  
}


.product-list .product-card__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-list .product-card__image {
    /* border-radius: 8px; */
    object-fit: cover;
    /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.08); */
    /* transform: scale(0.8); */
    width: 100%;
}

@media screen and (max-width: 450px) {
  .product-list .product-card__image {
    height:200px;
  }
}

@media screen and (min-width: 1000px) {
  .product-list .product-card__image {
    height:auto;
  }
}


.badge--sold-out {
  margin-left: 20px;
  
}

.product-card__quick-add-button {
  width: auto;
  padding: 2px 2px;  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  opacity: 1; /* Button ist immer sichtbar */
  transition: opacity .2s ease-in-out, transform .2s ease-in-out;
}

.product-card__quick-add-button svg {
  transition: transform .2s ease-in-out;
 
}



.product-badge {
  width: auto;
  display: flex;
  text-align: center;
  align-items: center;
    justify-content: center;
}

.product-card__info .product-badge {
  width: auto;
  display: block;
  text-align: center;
  font-size: 13px;
  
}

@media (max-width: 1000px) {
    span.h6 {
        font-size: 12px!important;
       
    }
}

/* Responsive Design Anpassungen */
@media screen and (max-width: 667px) {
  

  .product-card__info .metafield-test {
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
    display: block;
    display: block;
    align-items: center;
    justify-content: center; /* Zentrieren Sie horizontal */
    padding: 0;
}

}



/* Weitere globale Stile */
.variant-picker__option-info {
  display: none;
}

.metafield-test {
  color: #5c5c5cd9;
  font-size: 14px;
    display: flex;
 
 line-height: 1.7;
    
}

.product-info__block-item a.vendor.h6 {
  text-color: #eaeaea; 
  font-size: 14px;
}

.shopify-section--featured-collections {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}



.product-info__block-item .product-title {
  display: flex;
  font-size: 22px!important;
  text-transform:uppercase;
      align-items: center;
    justify-content: center;
  margin-bottom:-10px;
}


  



.popover--bottom-end {
  --background: var(--background-primary);
  --text-color: var(--text-primary);
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.65 var(--text-font-family);
  letter-spacing: var(--text-letter-spacing);
}

.product-card__media {
  position: relative; /* Erlaubt es den Badges, sich relativ zu diesem Container zu positionieren */
  /* ... weitere Stile ... */
}




.product-card__badges {
 position: absolute;
    /* top: 5px; */
    /* left: 5px; */
    display: flex
;
    z-index: 100;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex
;
    gap: 4px;
    z-index: 100;
}




.dufttyp-badge, .dufttyp-badge2, .dufttyp-badge3, .dufttyp-badge4 {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 8px;
    line-height: 14px;
    /* padding: 5px 5px; */
    text-transform: uppercase;
    z-index: 100;
    color: #000;
    white-space: nowrap;
  
}

@media screen and (min-width: 460px){

   .product-card__badges {
    top: 20px;
    
}
  
}



@media screen and (min-width: 600px){

  .dufttyp-badge, .dufttyp-badge2, .dufttyp-badge3, .dufttyp-badge4 {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 8px;
    line-height: 14px; 
    text-transform: uppercase;
    z-index: 100;
    color: #000;
}

  .product-card__badges {
    top: 12px;
    gap: 10px;
   
}
}

@media screen and (min-width: 900px){

  .dufttyp-badge, .dufttyp-badge2, .dufttyp-badge3, .dufttyp-badge4 {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 10px;
    line-height: 14px; 
    text-transform: uppercase;
    z-index: 100;
    color: #000;
}

  .product-card__badges {
    top: 20px;
    gap: 10px;
   
}
}

@media screen and (min-width: 1150px){

  .dufttyp-badge, .dufttyp-badge2, .dufttyp-badge3, .dufttyp-badge4 {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 9px;
    line-height: 14px; 
    text-transform: uppercase;
    z-index: 100;
    color: #000;
}

  .product-card__badges {
    top: 20px;
    gap: 10px;
   
}
}

@media screen and (min-width: 1600px){

  .dufttyp-badge, .dufttyp-badge2, .dufttyp-badge3, .dufttyp-badge4 {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 13px;
    line-height: 14px;
    padding: 3px 0.25rem;
    text-transform: uppercase;
    z-index: 100;
    color: #000;
}
  
}

@media screen and (min-width: 1000px){
.product-card__badges {
  
  top: 15px; /* Oben im Container */
  
}
}







/*____________________________________________________________PRODUCT-CARD & BADGE____________________________________________________________END*/



/*____________________________________________________________BUNDLE____________________________________________________________BEGIN*/
.th_pb_cb_p_grid_column {
  flex: 1;
  padding-top: 15px;
  width: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-box : 15px;
  margin-block: 5px;
}

.th_pb_cb_p_grid_image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.th_pb_cb_p_grid_image img {
  object-fit: contain;
  object-position: center;
  margin-inline: auto;
  transition: opacity .1s ease-in-out;
}

.th_pb_cb_p_grid_title {
  text-align: center;
  display: grid;
  gap: .75rem;
  margin-top: 10px;
}

.th_pb_cb_p_grid_price {
  text-align: center;
  display: grid;
  gap: .75rem;
}

/* Anpassung für mobile Ansichten */
@media screen and (max-width: 767px) {
  .th_pb_cb_p_grid_column {
    flex: 1;
    width: auto;
    min-height: 350px;
    margin-block: 5px;
  }
}

/* Anpassung für Tablet-Ansichten */
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .th_pb_cb_p_grid_column {
    height: auto;
    width: auto;
  }
}

/* Anpassung für Desktop-Ansichten */
@media screen and (min-width: 1200px) {
  .th_pb_cb_p_grid_column {
    height: auto;
    width: auto;
  }
}

/*____________________________________________________________BUNDLE____________________________________________________________END*/

button.product-card__quick-add-button[aria-controls*="individuelles-3er-parfum-set-3x50ml"] {
  display: none;
}


 .lb-delivery-box {
      color: #008000;
    font-size: 13px;
    background-color: #f4f4f4;
    border-radius: 8px;
    margin-bottom: -20px!important;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 12px;
    }

    .lb-delivery-box img {
      width: 16px;
      display: inline-block;
      margin-right: 5px;
      margin-top: -10px;
    }

@media screen and (min-width: 1000px) {
.lb-delivery-box {
    color: #008000;
    font-size: 14px;
    
    justify-content: center;
    display: flex;
    align-items: center;
}
}

.delivery-info{
  color:  #008000;
  font-size: 14px;
}
.delivery-info2{
  color:  #008000;
  font-size: 11px;
}
unit-price {
    display: none!important;
}



.payment-logos {
  display: flex;
  justify-content: center; /* Zentriert die Logos innerhalb des Containers */
  align-items: center; /* Zentriert die Logos vertikal */
  flex-wrap: wrap; /* Erlaubt Umbrüche auf kleineren Bildschirmen */
  gap: 14px; /* Abstand zwischen den Logos */
  padding: 0; /* Kein zusätzlicher Abstand oben und unten */
  width: 100%; /* Genaue Breite des Buttons */
  margin-left: auto;
  margin-right: auto;
}

.payment-logos img {
  height: auto; /* Behält das Seitenverhältnis der Bilder bei */
  max-height: 26px; /* Maximal zulässige Höhe der Logos */
}


.benefit2-card {
  display: flex!important;
  align-items: center!important; /* Vertikal zentrieren */
  justify-content: center!important; /* Horizontal zentrieren */
  width: 30%!important;
  min-height: 25px; /* Mindesthöhe der Karten */
  background: #008000; !important;
  color: white  !important;
  border-radius: 30px!important;
  font-size: 12px!important;
  line-height: 14px!important;
  transition: transform 0.3s ease;
  font-weight: bold;
}

.delivery-info3{
  color: #b1031f;
  font-size: 14px;
}

/* Hauptcontainer für jedes Listenelement */
.header-sidebar__linklist li {
  display: flex;
  align-items: center;
  border-style: none;
}

/* Stil für den Text */
.header-sidebar__linklist-button {
  font-size: 22px !important;
 
  background: none;
  border: none;
}



/* Versteckt den Pfeil, falls nicht benötigt */
.lb-image-navigation-block-arrow {
  display: none;
}

/* Entfernt unnötige Stile, die zuvor hinzugefügt wurden */
.lb-image-navigation-block {
  background: none;
  display: block; /* Oder 'flex', wenn Sie andere Flexbox-Eigenschaften verwenden möchten */
  align-items: none;
  position: static;
  margin-bottom: 0;
}

/* Stil für das Bild */
.header-sidebar__image {
  object-fit: cover;
  width: 72px!important; /* Die Breite des Bildes */
  height: 72px!important; /* Die Höhe des Bildes */
  flex-shrink: 0; /* Verhindert, dass das Bild skaliert wird */
  margin-right: 12px; /* Abstand zwischen Bild und Text */
  border-radius: 8px; /* Kreisförmige Bilder */
}


/* Stil für den Hauptpanel */
.header-sidebar__main-panel {
  display: flex;
  flex-direction: column; /* Die Kinder werden vertikal gestapelt */ 
  height: 80vh; /* Volle Bildschirmhöhe */
}

.header-sidebar__scroller {
  overflow-y: auto; /* Ermöglicht das Scrollen, falls der Inhalt größer als der Bildschirm ist */
  padding-top:20px;
  width:100vw;
}





/* Anpassung des Link-Buttons im Sub-Panel */
.header-sidebar__sub-panel .header-sidebar__linklist-button {
  display: flex; /* Ermöglicht Flexbox-Layout */
  align-items: center; /* Zentriert die Elemente vertikal */
  text-align: left; /* Stellt den Text linksbündig ein */
  width: auto; /* Entfernt jegliche Breitenbeschränkung */
}

/* Container für soziale Medien - Gemeinsame Stile */
.social-media,
.panel-footer .social-media {
  display: flex;
  align-items: center;
  list-style: none; /* Entfernt List-Punkte */
  padding: 0; /* Entfernt Padding von der Liste */
  margin: 0; /* Entfernt Margin von der Liste */
}

.social-media li,
.panel-footer .social-media li {
  margin: 0 10px; /* Setzt horizontalen Abstand zwischen den Icons */
}

.social-media a {
  display: flex; /* Ermöglicht das Zentrieren des SVG innerhalb des Links */
  align-items: center; /* Zentriert das SVG vertikal */
  justify-content: center; /* Zentriert das SVG horizontal */
}

.panel-footer .social-media {
  justify-content: flex-start; /* Links ausrichten */
}

.header-sidebar__footer,
.panel-footer,
.customer-account-link {
  
  left: 0;
  width: 100%;
}


.panel-footer {
  bottom: 50px; /* oder die gewünschte Entfernung vom unteren Rand */
}

.customer-account-link {
  bottom: 10px; /* oder die gewünschte Entfernung vom unteren Rand */
  left: 20px; /* oder die gewünschte Entfernung vom linken Rand */
}


.badge--sold-out {
  display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-height: 25px !important;
    color: #921a1d !important;
    font-size: 8px !important;
    line-height: 14px !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    text-transform: uppercase !important;
    font-weight: bold;
}



/*--------------------FREE SHIPPING BAR-------------------*/

.free-shipping-bar {
  
 

  justify-content: space-between;
  align-items: center;
  
  border-block-end-width: 0!important;
}

.progress-bar {
  width: 100%; /* volle Breite */
  height: 5px; /* Höhe des Fortschrittsbalkens */
  background-color: #9c9c9c; /* Hintergrundfarbe des Balkens */
  border-radius: 5px; /* abgerundete Ecken */
  overflow: hidden;
  position: relative;
}

.progress-bar::before {
  content: '';
  display: block;
  height: 100%;
  background-color: #16789e;
  /* Farbe des Fortschritts */
  width: var(--progress);
}
.bold {
  font-weight: bold;
}

.text-accent {
  color: #5c5c5c;

}
  button.w-full[name="checkout"]:hover img {
  filter: invert(1);
}


<button class="checkout-button" style="background-color: black; color: white;">
  {% include 'checkout_button' %}
</button>

/*--------------------FREE SHIPPING BAR-------------------*/
.edit_cart_option {
    margin-top: 10px !important;
    display: none;
    font-size: 10px;
    padding: 6px!important;
}


.container.container--xs .prose h6.h6 {
  font-size: 10px;
  justify-content: center;
}

.quick-buy-modal__mobile-info .h6,
.quick-buy-modal__mobile-info .product-badge,
.quick-buy-modal__mobile-info .metafield-test {
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.product-gallery__media img {
     /*border-radius:10px;
     transform: scale(0.9);*/
     
}

.upselling-header {
  margin-bottom: 5px;
    text-align: left;
    color: black;
    font-weight: 400!important;
    font-size: 12px;
}

@media screen and (min-width: 1000px) {
  .upselling-header {
      margin-bottom: 10px;
   
}
}

.upsell-slider {
  overflow-x: auto; /* Ermöglicht horizontales Scrollen */
  overflow-y: hidden; /* Verhindert vertikales Scrollen */
}

.upsell-product.flex-container {
      display: flex;
    align-items: center;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    margin-bottom: 10px;
    min-width: 260px;
    max-height: 80px;
 
}

.scrollable-container {
  display: flex;
  gap: 10px; /* Abstand zwischen den Produkten */
  min-height:auto;
}

.upsell-product {
  flex: 0 0 auto; /* Verhindert, dass die Produkte gestreckt oder geschrumpft werden */
  margin-bottom: 10px; /* Abstand am unteren Rand des Produktes für Luft */
}

.upsell-product-card {
  border: 1px solid #ccc; /* Grauer Rahmen */
  padding: 10px; /* Innenabstand */
  margin: 10px; /* Äußerer Abstand */
  border-radius: 20px; /* Abgerundete Ecken für den Rahmen */
  background-color: #f9f9f9; /* Hintergrundfarbe für die Karte */
  display: flex;
  flex-direction: row; /* Richtung der Flex-Items auf horizontal einstellen */
  align-items: center; /* Vertikales Zentrieren der Inhalte */
}

.upsell-product-image img {
  max-width: 60px;
    height: auto;
    margin-right: 15px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.upsell-product-details {
    font-size: 10px;
    line-height: 1.8;
    flex-grow: 1; /* Details nehmen den verfügbaren Platz ein */
    padding-right: 10px; /* Abstand zum Button */
}

.upsell-product-details h4 {
    font-size: 8px;
}


/* Grundstil für den .upsell-add-to-cart-button */

.upsell-add-to-cart-button {
    color: black;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    /* background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 2.3em) / 100% 1px no-repeat; */
    /* border: 1px solid black; */
    transition: color 0.3s ease, background-color 0.3s ease;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-left: -5px;
}






/* Stil für alle Scrollbars */
::-webkit-scrollbar {
  width: 8px; /* Breite der Scrollleiste */
  height: 4px; /* Höhe der Scrollleiste für horizontales Scrollen */
}

/* Griff der Scrollleiste */
::-webkit-scrollbar-thumb {
  background: #ccc; /* Farbe des Scrollbar-Griffs */
  border-radius: 4px;
}

/* Track der Scrollleiste */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Farbe des Scrollbar-Tracks */
  border-radius: 4px;
}



.image-with-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px; /* Default: Mobil */
}

@media screen and (min-width: 1000px) {
  .image-with-text {
    gap: 80px; /* Nur auf Desktop */
  }
}


.image-with-text img {
/*  border-radius: 30px;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  
  
}

.image-with-text .img {
  grid-row: 2;
}

.image-with-text .prose {
  grid-row: 1;
  
}

@media (min-width: 1000px) {
  .image-with-text {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-with-text .img,
  .image-with-text .prose {
    grid-row: auto;
  }
}

/*@media (max-width: 600px) {
  .image-with-text img {
    width: 90%;
  }
}*/

.warning-low-stock {
  
  text-align: center;
 
}

.faq {
  background: rgb(var(--text-color) / 0.05);
  border-radius: 8px;
  width: 650px;
  padding: 30px;
  justify-content: center;
  justify-items: center;
  margin: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
}
@media (max-width: 600px) {
  .faq {
    padding: 25px;
    max-width: 100%;
  }
  .cart-drawer__items .gap-4 {
        
    /* left: 220px; */
    right: 10px;
    align-items: center;
    justify-content: center;
    
    display: flex;
  }
}
.faq h2 {
  color: rgba(var(--text-color), 1);
}
.faq p {
  line-height: 1.6;
}
.faq a {
  color: #007bff;
}

.section-header .prose h2 {
  whites-space: nowrap;
  font-size: 30px;
}


.custom-button-style {
  padding-block-start: var(--spacing-2-5);
  padding-block-end: var(--spacing-2-5);
  padding-inline-start: var(--spacing-5);
  padding-inline-end: var(--spacing-5);
  --initial-gradient: linear-gradient(rgb(var(--button-background, var(--button-background-primary))), rgb(var(--button-background, var(--button-background-primary))));
  --hover-gradient: linear-gradient(transparent, transparent);
  --initial-background-position: var(--transform-origin-end);
  --hover-background-position: var(--transform-origin-start);
  -webkit-appearance: none;
  appearance: none;
  text-transform: var(--button-text-transform);
  font: var(--button-font);
  letter-spacing: var(--button-letter-spacing);
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  color: rgb(var(--button-text-color, var(--button-text-primary)));
  border: 1px solid rgb(var(--button-outline-color, var(--button-background, var(--button-background-primary))));
  background-color: black;
  /* Hintergrundbild auskommentiert, um es bei Bedarf zu aktivieren */
  /* background-image: var(--initial-gradient), var(--hover-gradient); */
  background-size: 100% 100%, 0 100%;
  background-position: var(--initial-background-position);
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  column-gap: 1.125rem;
  padding: .65rem 1.75rem;
  transition: background-size .45s cubic-bezier(.785, .135, .15, .86), background-position .45s step-end, color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
  display: inline-flex;
  position: relative;
  border-radius: 30px;
}
/*----------------------------LOOOX----------------------------*/
.loox-trust-badge-container .loox-trust-badge-widget-content {
  position: fixed;
    bottom: 50%;
    right: -111px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 10;
    padding: 6px;
    transform: rotate(-90deg);
    
    font-size: 0.75rem;
    
        letter-spacing: 2.5px;
  border-color: #f4f4f4 !important;
  background-color: #f4f4f4 !important;
  color: #000000 !important;
}
}


.trust-badge {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.hidden-badge {
  opacity: 0;
  pointer-events: none;
}

.loox-trust-badge-container,
.m.trust-badge {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  pointer-events: all;
}
.hidden-badge {
  opacity: 0;
  pointer-events: none;
}

/*----------------------------LOOOX----------------------------*/

/*----------------------------SLIDESHOW----------------------------*/

.slideshow__slide-content .button {
  width: calc(100% / 3);
    display: block;
    font-size: 0.75rem;
    margin-bottom: -20px !important;
    border-color: #f4f4f4!important;
    background: #f4f4f4!important;
    color: #000000!important;
    letter-spacing: 2px;
    font-weight: 400!important;
  white-space: nowrap;
}

@media (max-width: 699px) {
  .slideshow__slide-content .prose {
    margin-bottom: 20px;
    color: #f4f4f4 !important;
  }
  .slideshow__slide-content .h6,
  .slideshow__slide-content .h2 {
    font-size: 12px;
    margin-bottom: -20px;
    color: #f4f4f4 !important;
  }
  .slideshow__slide-content .h2 {
    font-size: 28px !important;
  }
}

@media (min-width: 1000px) {
  .slideshow__slide-content .button {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin-bottom: -20px !important;
    
  }
  .slideshow__slide-content .prose {
    margin-bottom: 50px;
    color: #f4f4f4 !important;
  }
  .slideshow__slide-content .h6 {
    font-size: 16px;
  }
  .slideshow__slide-content .h2 {
    font-size: 34px;
  }
}
/*----------------------------SLIDESHOW----------------------------*/

/*----------------------------IMAGE WITH TEXT----------------------------*/
.image-with-text .h1 {
  font-size: 52px;
}

@media screen and (max-width: 1000px) {
  .image-with-text .h1 {
    font-size: 34px;
    line-height: 1.5;
    text-align: left;
    display: flex;
    align-items: left; /* Beachten Sie, dass align-items für Flex-Container gilt und möglicherweise nicht den gewünschten Effekt auf den Text selbst hat. */
    justify-content: flex-start; /* Verwenden Sie flex-start für den Anfang des Containers. */
  }

  .image-with-text .prose {
  
   margin-left: auto;
  margin-right: auto;
  margin-bottom:0px;
  padding-left: 24px;
  padding-right: 24px;
    padding-bottom:24px;
  text-align: center;
  }

  .image-with-text .button {
    justify-content: center;
    text-align: center;
    margin-top: 20px !important;
    width: 100%;
    display: flex; /* Stellen Sie sicher, dass dies korrekt angewendet wird, da Buttons standardmäßig inline-Elemente sind. */
    --background: 28 28 28;
    
  }
}

/*----------------------------IMAGE WITH TEXT----------------------------*/



.multi-column__item img {
  border-radius: 60%;
  object-fit: cover;
  width: 60%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.multi-column {
  margin-top: 10px;
  margin-bottom: -30px;
  padding-bottom: 10px;
}
@media (max-width: 699px) {
  .multi-column__item img {
    width: 90%;
  }
}

/*----------------------------IMAGE WITH TEXT----------------------------*/




.blog-post-list .blog-post-card__image {
  width: 100%;
  max-width: 1600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  margin: auto;
}

.blog-post-list h2 {
  font-size: 38px; 
}
@media (max-width: 699px) {
  .blog-post-list .blog-post-card__image {
  }
  
  .blog-post-list h2 {
    margin-left: 0; 
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
  }

  .blog-post-list .blog-post-card__excerpt,
  .blog-post-list .blog-post-card__read-more {
    text-align: left; 
  }
}


.text-with-icons {
  background-color: #f4f4f4;
  padding-bottom: 10px;
  padding-top: 30px;
  color: #5c5c5c;
  display: flex;
  justify-content: center;
}

.text-with-icons .h6 {
  font-size: 20px;
  text-align: center;
      justify-content: center;
}

@media screen and (min-width: 1000px) {
  .text-with-icons .h6 {
    font-size: 30px;
    line-height: 1.3;
    justify-content: center;
  }
}

.highlight {
  color: #4CAF50; /* Grüne Farbe für "kostenlosen Versand" */
}

.bold {
  font-weight: bold; /* Macht den Text fett */
}

.text-accent {
  color: black;/* Eine Akzentfarbe, anpassbar nach Ihrem Design */
}

.product-card__figure {
    position: relative;
}

.product-card__cart-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    /* Weitere Stilangaben, wie Größe, Hintergrund, etc. */
}


@keyframes blink-animation {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.outlineddiv {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #307A07; /* Hier fehlte ein Semikolon */
  animation: blink-animation 1s infinite;
}

.outlineddiv-orange {
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}


.klarna-checkout-info {
    text-align: center; /* Zentriert den Text */
   margin-top: 5px;
    font-size: 12px;
}

.klarna-checkout-info img {
    display: inline-block; /* Stellt sicher, dass das Logo in derselben Zeile wie der Text angezeigt wird */
    
    
    vertical-align: middle; /* Zentriert das Logo vertikal zum Text */
}
.payment-icons {
  text-align: center;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap:10px;
}




.payment-methods-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.payment-methods-list li {
    margin: 5px;
    display: inline-flex; /* Änderung zu 'inline-flex' für eine Inline-Anzeige */
}

.payment-icon {
    width: 32px;
    
}

.payment-icon_footer {
    width: 40px;
    margin-right: 10px;
}

.payment-icons-cart {
  text-align: center;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.payment-methods-list-cart {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.payment-methods-list-cart li {
  margin: 4px; /* Reduzierte Margin um 20 % */
  display: inline-flex; /* Beibehaltung von 'inline-flex' für eine Inline-Anzeige */
}

.payment-icon-cart {
  width: 25.6px; /* 20 % kleiner als der Originalwert von 32px */
  margin-right: 8px; /* Reduzierte Margin um 20 % */
}

.payment-icon-footer-cart {
  width: 32px; /* 20 % kleiner als der Originalwert von 40px */
  margin-right: 8px; /* Reduzierte Margin um 20 % */
}


.benefits-list {
  margin-left: -5px; /* Oder den Wert anpassen, den Sie benötigen */
 margin-top: -5px;
}

@media (min-width: 1000px) {
.benefit {
  display: flex;
  align-items: center;
  font-size: 14px; 
  
}
}

@media (max-width: 1000px) { /* Dies setzt voraus, dass deine Breakpoint für Desktop bei 1000px liegt */
  .benefit {
  display: flex;
  align-items: center;
  font-size: 10px; 
  
}
}

@media (min-width: 1000px) {
.benefit-cart {
  display: flex;
  align-items: center;
  font-size: 12px; 
  font-family: var(--heading-font-family);
}
}

@media (max-width: 1000px) { /* Dies setzt voraus, dass deine Breakpoint für Desktop bei 1000px liegt */
  .benefit-cart {
  display: flex;
  align-items: center;
  font-size: 12px; 
  font-family: var(--heading-font-family);
}
}

.benefit img {
  width: 22px; /* Einheitliche Größe für alle Icons */
  height: 22px; /* Einheitliche Größe für alle Icons */
 
}

.benefit span {
  font-size: 13px;
  line-height: 1.4;
  color: #1c1c1c;
}

.custom-font-size {
    font-size: 10px;
}

.scrollable-tabs {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Für die kinetische Bewegung auf iOS */
  scrollbar-width: none; /* Für Firefox */
}

.scrollable-tabs::-webkit-scrollbar {
  display: none; /* Für Chrome, Safari und Opera */
}

.sidebar {
  position: fixed;
  top: 0;
  right: -100%; /* Stellt sicher, dass der Seitenschub außerhalb des Bildschirms startet */
  width: 80%; /* Oder die gewünschte Breite */
  height: 100%;
  background: #FFFFFF; /* Oder die gewünschte Hintergrundfarbe */
  box-shadow: -2px 0 5px rgba(0,0,0,0.5);
  transition: right 0.3s ease-in-out;
  z-index: 1000; /* Stellen Sie sicher, dass der Seitenschub über anderen Inhalten liegt */
  padding: 20px;
  box-sizing: border-box; /* Verhindert, dass Padding die Gesamtbreite beeinflusst */
}

@media (min-width: 1000px) {
  .sidebar {
    position: fixed;
    top: 300px;
    /* bottom: 300px; */
    right: -100%;
    width: 20%;
    height: 80%;
    background: #FFFFFF;
    box-shadow: 0px 0 5px rgba(0,0,0,0.5);
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
}
}


/* Zusätzliche Stile für den Inhalt des Seitenschubs, basierend auf dem hochgeladenen Bild */
.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar p {
  color: #000000; /* Schwarz für den Text */
  margin: 20px 0; /* Mehr Platz um die Überschriften und Absätze */
}

/* Stil für den Schließen-Button, ähnlich dem im hochgeladenen Bild */
#closeSidebar {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Klasse zum Anzeigen des Seitenschubs */
.sidebar-show {
  right: 0;
}

/* Hinzufügen von Übergängen und weiteren Stilen für Links und Überschriften wie im Bild */
.sidebar a {
  color: #0000EE; /* Standardlinkfarbe */
  text-decoration: none; /* Keine Unterstreichung */
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4 {
  font-weight: bold;
}

/* ******************************************* */

@-webkit-keyframes showOutHover {
    0% {
        opacity: 0;
        display: none
    }

    100% {
        opacity: 1
    }
}

@keyframes showOutHover {
    0% {
        opacity: 0;
        display: none
    }

    100% {
        opacity: 1
    }
}

.product-card-quick-view-btn-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 16px;
  margin-bottom: 16px;
  z-index: 2;
  -webkit-animation: showOutHover 1s forwards;
  animation: showOutHover 1s forwards;
}

.product-card-quick-view-btn {
  margin: 0;
  border-radius: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  min-width: 20px;
  min-height: 20px;
  width: 33px;
  padding: 0;
  border-width: 6px 7px;
  border-style: solid;
  border-color: #fff;
  overflow: hidden;
  -webkit-transition: width 0.7s ease-out;
  transition: width 0.7s ease-out
}
.button--quickview__body {
  position: relative;
  top: -1px;
  left: 0;
  z-index: 1;
  background-color: inherit;
}

.button--quickview__label {
    display: block;
    padding-left: 6px;
    white-space: nowrap
}

.product-card-quick-view-btn:hover {
    width: 100%
}

.uppercase {
    text-transform: uppercase;
}



.product-card-sale-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    max-width: 18%;
    max-height: 80px;
  }

@media (min-width: 899px) { /* Adjust breakpoint as needed */
  .product-card-sale-badge {
    position: absolute;
    top: 35px;
    right: 30px;
    z-index: 1;
    max-width: 20%;
    max-height: 80px;
  }
}

sale-price.h4.text-on-sale {
    color: #921a1d;
}

@media (max-width: 767px) {
  .prose-container {
    position: absolute !important;
    bottom: 0px;
    width: 100%;
    text-align: center;
    /* background: rgba(0, 0, 0, 0.5); /* Optional: fügt einen halbtransparenten Hintergrund hinzu */
    transform: translateY(-150px);
  }

  .prose-container .prose {
    padding: 10px;
  }
}

/* FÜR ALLE VIEWPORTS */
.video-slide-button {
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 13px;
    margin-bottom: -20px !important;
    border: 2px solid #ffffff !important;
    background: #f4f4f4 !important;
    color: #000000 !important;
    letter-spacing: 2px;
    font-weight: 400 !important;
    border-radius: 30px;
    white-space: nowrap;
    text-align: center;
    padding: 10px 20px !important;
    z-index: 0;
    transition: color 0.3s ease;
}

.video-slide-button::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #f4f4f4; /* gleiche Farbe wie Ausgangs-Hintergrund */
    z-index: -1;
    transition: transform 0.4s ease;
    transform: scaleX(1);
    transform-origin: center;
}

.video-slide-button:hover,
.video-slide-button:focus {
    color: #ffffff !important;
    background: transparent !important; /* für Fallback */
}

.video-slide-button:hover::before,
.video-slide-button:focus::before {
    transform: scaleX(0);
}

/* RESPONSIVE WIDTH */
@media (max-width: 1000px) {
  .video-slide-button {
    width: calc(100% / 3);
  }
}

@media (min-width: 1000px) {
  .video-slide-button {
    /* Breite wird durch Inhalt bestimmt */
  }
}


.prose :is(.button, .button-group:has(.button)) {
    margin-block-start: 1.5rem;
    margin-block-end: 0.5rem; /* Optional: Reduziert den unteren Rand */
  width: 320px;
}



}

/* Allgemeine Einstellungen für .h6 und .prose h6 innerhalb der Video-Slideshow */
.video-slider .h6, .video-slider :where(.prose h6) {
    font-size: 14px;
    line-height: 1.7;    
    display: flex;
    align-items: center;
  justify-content: center;
}

/* Einstellungen für Bildschirme mit einer Mindestbreite von 1000px */
@media (min-width: 1000px) {
    .video-slider .h6, .video-slider :where(.prose h6) {
        font-size: 14px;
        line-height: 1.7;    
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.highlight{
  color: #4CAF50;
}

.lb-delivery-box-quick {
    color: #008000;
    font-size: 14px;
    /* margin-bottom: -30px!important; */
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: -10px;
      font-family: var(--heading-font-family);
}

.size-available-text {
    font-size: 12px;
    margin-bottom: 20px;
  }

.custom-atc-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

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

.tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.tab {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-bottom: none;
}

.tab.active {
  background-color: #fff;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
}

.tab-content.active {
  display: block;
}
span.button-left-text {
    /* margin-right: 170px !important; */
  font-size: 14px;
}
span.button-right-text {
    font-size: 14px;
}
button.button.w-full {
    justify-content: space-between;
}


.checkout-button {
  
  color: white; /* Textfarbe des Buttons */
 
  border: none; /* Entfernen des Standardrahmens */
  border-radius: 30px; /* Abgerundete Ecken */
  font-size: 0.875rem; /* Schriftgröße anpassen */
  font-weight: bold; /* Fettdruck */
  cursor: pointer; /* Zeiger-Cursor beim Hover */
  transition: background-color 0.3s ease; /* Weiche Farbänderung beim Hover */
  width: 100%; /* Button über die gesamte Breite */
  display: flex; /* Flexbox verwenden */
  justify-content: space-between; /* Platzierung der Elemente */
  align-items: center; /* Zentrierung der Elemente */
}

.checkout-text {
  font-size: 13px;
  font-weight: bold;
  
}

.checkout-total {
  font-size: 13px;
  font-weight: bold;
  
}



.newsletter-input {
  flex: 1;
    padding: 5px 15px;
    border: none;
    outline: none;
    font-size: 14px;
}

.newsletter-submit {
  background-color: #16789e;
    color: white;
    padding: 5px 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
}

@media (min-width: 1000px) {
    .newsletter-submit {
        text-indent: -10px; /* Verschiebt den Text leicht nach links */
        padding: 5px 20px; /* Behalte das ursprüngliche Padding bei */
        background-color: #16789e;
        color: white;
        border: none;
        font-size: 14px;
        cursor: pointer;
        border-radius: 0 30px 30px 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

.footer-h6, :where(.prose h6) {
    font-size: 16px;
    line-height: 1.7;    
    display: flex;
    align-items: center;
    padding-bottom:20px;
    color: #f4f4f4;
        font-weight: bold;
}

@media (min-width: 1000px){
.footer-h6, :where(.prose h6) {
    font-size: 16px;
    line-height: 1.7;    
    display: flex;
    align-items: center;
  
    
}

  .delivery-date-text {
    color: black;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
}

.free-shipping-text {
    font-weight: bold;
    color: red; /* Optional: Farbe für das "GRATIS"-Label */
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
}

.delivery-dates {
    color: green;
    font-weight: bold;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
}

}

.bundle-header {
  font-size: 16px;
    color: #1c1c1c;
    text-align: center;
  margin-bottom:8px;
}

@media (min-width: 1000px){
.footer__aside p {
    
      padding-left: 150px;
}
}

/* Der Slider nimmt die volle Bildschirmbreite ein */
.new-upsell-slider {
  overflow-x: auto; /* Ermöglicht horizontales Scrollen */
  overflow-y: hidden; /* Verhindert vertikales Scrollen */
  
  max-width: 100vw; /* Stellt sicher, dass die maximale Breite nicht eingeschränkt wird */
  position: relative; /* Positioniert das Element relativ */
  padding: 0; /* Entfernt alle unnötigen Abstände */
  margin: 0 auto; /* Zentriert das Element */
}

.new-scrollable-container {
  display: flex;
  gap: 10px; /* Abstand zwischen den Produkten */
  min-height: auto;
  width: 100%; /* Die Containerweite nimmt die volle Breite ein */
  justify-content: center;
}

.new-upsell-product.flex-container {
  display: flex;
  align-items: center;
  border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 350px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}

@media screen and (min-width: 300px) {
  .new-upsell-product.flex-container {
  display: flex;
  align-items: center;
   border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 250px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}
}



@media screen and (min-width: 390px) {
  .new-upsell-product.flex-container {
  display: flex;
  align-items: center;
   border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 300px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}
}

@media screen and (min-width: 400px) {
  .new-upsell-product.flex-container {
  display: flex;
  align-items: center;
   border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 350px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}
}

@media screen and (min-width: 450px) {
  .new-upsell-product.flex-container {
  display: flex;
  align-items: center;
   border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 400px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}
}

@media screen and (min-width: 500px) {
  .new-upsell-product.flex-container {
  display: flex;
  align-items: center;
   border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 450px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}
}

@media screen and (min-width: 600px) {
  .new-upsell-product.flex-container {
  display: flex;
  align-items: center;
   border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 550px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}
}

@media screen and (min-width: 720px) {
  .new-upsell-product.flex-container {
  display: flex;
  align-items: center;
   border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 650px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}
}

@media screen and (min-width: 800px) {
  .new-upsell-product.flex-container {
  display: flex;
  align-items: center;
   border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 1000px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}
}


@media screen and (min-width: 900px) {
  .new-upsell-product.flex-container {
  display: flex;
  align-items: center;
   border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 800px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}
}

@media screen and (min-width: 1000px) {
  .new-upsell-product.flex-container {
  display: flex;
  align-items: center;
   border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 280px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}
}

@media screen and (min-width: 1350px) {
  .new-upsell-product.flex-container {
  display: flex;
  align-items: center;
   border: 1px solid #5c5c5c;
  border-radius: 8px;
  margin-bottom: 10px;
  min-width: 350px;
  min-height: 100px;
  width: 100%; /* Produktbreite auf 100% */
}
}


.new-upsell-product {
  flex: 1 0 auto; /* Flex-Produkt, das sich nicht verkleinert */
  margin-bottom: 10px; /* Abstand am unteren Rand des Produkts */
  max-width: 100%; /* Das Produkt nimmt die maximale Breite ein */
}

.new-upsell-product-card {
  border: 1px solid #ccc; /* Grauer Rahmen */
  padding: 10px; /* Innenabstand */
  margin: 10px; /* Äußerer Abstand */
  border-radius: 20px; /* Abgerundete Ecken für den Rahmen */
  background-color: #f9f9f9; /* Hintergrundfarbe für die Karte */
  display: flex;
  flex-direction: row; /* Richtung der Flex-Items auf horizontal einstellen */
  align-items: center; /* Vertikales Zentrieren der Inhalte */
}

.new-upsell-product-image img {
  
    max-width: 125px;
  height: auto;
  margin-right: 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.new-upsell-product-details {
  font-size: 12px;
  line-height: 1.8;
}

.new-upsell-product-details h4 {
  font-size: 8px;
}

.new-upsell-add-to-cart-button {
    background-color: #1c1c1c;
    border: none;
    padding: 6px 25px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    color: white;
    font-size: 11px;
    font-weight: bold;
  margin-top: 10px;
}

.new-upsell-add-to-cart-button:hover {
  background-color: #ccc; /* Hintergrundfarbe des Buttons beim Überfahren mit der Maus */
}

@media only screen and (max-width: 320px) {
    .new-upsell-add-to-cart-button {
        background-color: #1c1c1c;
        border: none;
        padding: 5px 18px;
        border-radius: 50px;
        cursor: pointer;
        display: inline-block;
        color: white;
        font-size: 11px;
        font-weight: bold;
        margin-top: 10px;
    }

    .new-upsell-product-details {
        font-size: 10px;
        line-height: 1.8;
    }
}

compare-at-price.h5.text-subdued.line-through {
    color: #a7a7a7b3!important;
}

/* Stil für alle Scrollbars */
.new-upsell-scrollbar::-webkit-scrollbar {
  width: 8px; /* Breite der Scrollleiste */
  height: 4px; /* Höhe der Scrollleiste für horizontales Scrollen */
}

.new-upsell-scrollbar::-webkit-scrollbar-thumb {
  background: #ccc; /* Farbe des Scrollbar-Griffs */
  border-radius: 4px;
}

.new-upsell-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; /* Farbe des Scrollbar-Tracks */
  border-radius: 4px;
}

@media (max-width: 1000px) {
  /* Zentrierung der H5-Überschrift nur auf mobilen Geräten */
  .center-mobile-heading {
    text-align: center; /* Text wird zentriert */
    margin: 0 auto; /* Zentrierung des gesamten Blocks */
    display: block; /* Stellt sicher, dass es als Blockelement behandelt wird */
  }

}


ul[data-hulkapps-line-properties=""].text-subdued li{
    font-size:10px!important;
  display:block;
  font-size: 10px!important;
    display: block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: -70px;
}

@media (max-width: 1000px){
ul[data-hulkapps-line-properties=""].text-subdued li{
    font-size:10px!important;
  display:block;
  font-size: 10px!important;
    display: block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: -70px;
}
}


.cart-drawer__items .vendor.h6.link-faded.custom-font-size {
     font-size: 10px;
    line-height: 1.7;
    display: flex;
    align-items: center;
}





.wd-tabs .tab-short-description span {
  position: relative;
  display: block;
  height: 145px; 
  overflow: hidden;
}
@media (max-width: 767px) {
  .wd-tabs .tab-short-description span {
    height: 140px; 
  }
}
/* .wd-tabs .tab-short-description span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5em;
  background: linear-gradient(to bottom, #fff0, #f4f4f4);
} */

.product-card .product-card__info .loox-rating-content {
   display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 12px;
  vertical-align: baseline;
}

.product-info__block-item[data-block-type="buy-buttons"] .v-stack .buy-buttons button[type="submit"] {
    background: linear-gradient(180deg, #16789E 0%, #135A76 100%);
    border-color: #16789E; /* Rahmenfarbe */
    border-radius: 30px;
    display:flex;
    font-weight: bold !important; /* Fettschrift */
    color: white; /* Textfarbe */
    overflow: hidden; /* Notwendig für den Hover-Effekt */
    position: relative; /* Notwendig für den Hover-Effekt */
    transition: color 0.3s ease; /* Sanfter Übergang für die Textfarbe */
}

.product-info__block-item[data-block-type="buy-buttons"] .v-stack .buy-buttons button[type="submit"]:hover {
    color: #16789E !important;
    border-color: #16789E!important;
}

.product-info__block-item[data-block-type="buy-buttons"] .v-stack .buy-buttons button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Startpunkt der Animation */
    width: 100%;
    height: 100%;
    background-color: white; /* Füllfarbe */
    transition: left 0.5s ease; /* Übergangszeit und -effekt */
    z-index: 0; /* Hinter dem Text */
}

.product-info__block-item[data-block-type="buy-buttons"] .v-stack .buy-buttons button[type="submit"]:hover::before {
    left: 0; /* Endposition der Animation */
}

.product-info__block-item[data-block-type="buy-buttons"] .v-stack .buy-buttons button[type="submit"] span {
    position: relative;
    z-index: 1; /* Vor dem Hintergrund */
  white-space: nowrap;
}

/* Standardstil für den Button */
.button-group2 .v-stack .button[name="checkout"] {
   
    border-color: #1c1c1c;
    font-weight: bold !important;
    color: white; /* Standard-Textfarbe */
    position: relative; /* Positionierung für den Pseudo-Effekt */
    overflow: hidden; /* Verhindert, dass der Pseudo-Effekt über den Button hinausragt */
    transition: color 0.3s ease, background-color 0.3s ease; /* Übergangseffekte für Text- und Hintergrundfarbe */
}

/* Pseudo-Element für den Fülleffekt */
.button-group2 .v-stack .button[name="checkout"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Startpunkt der Animation */
    width: 100%;
    height: 100%;
    background-color: white; /* Füllfarbe */
    transition: left 0.5s ease; /* Übergangszeit und -effekt */
    z-index: 0; /* Hinter dem Text */
}

/* Hover-Effekt mit weißem Füllen von links nach rechts */
.button-group2 .v-stack .button[name="checkout"]:hover::before {
    left: 0; /* Endposition der Animation */
}

/* Sicherstellen, dass der Text über dem Pseudo-Element bleibt */
.button-group2 .v-stack .button[name="checkout"] .checkout-button {
    position: relative;
    z-index: 1; /* Vor dem Hintergrund */
    transition: color 0.3s ease; /* Sanfter Übergang für die Textfarbe */
  letter-spacing: 1px;
}

/* Textfarbe beim Hover anpassen */
.button-group2 .v-stack .button[name="checkout"]:hover .checkout-button {
    color: #16789E !important; /* Textfarbe beim Hover */
  
}

/* Zustand: Button aktiv oder im Fokus */
.button-group2 .v-stack .button[name="checkout"]:active .checkout-button,
.button-group2 .v-stack .button[name="checkout"]:focus .checkout-button {
    color: #16789E !important; /* Textfarbe nach dem Klick */
    outline: none; /* Fokusrahmen entfernen */
}
.r-header__burger path:first-child {
    -webkit-transform: var(--burger-first-path-transform, none);
    transform: var(--burger-first-path-transform, none);
}
.r-header__burger path:last-child {
    -webkit-transform: var(--burger-last-path-transform, none);
    transform: var(--burger-last-path-transform, none);
}

.product-card .jdgm-preview-badge .jdgm-prev-badge {
    display: block !important;
    font-size: 12px !important;
    margin: 0 !important;
  align-items: center !important;
}

/* Standardmäßig ausblenden */
.carousel-page-dots {
    display: none;
}

/* Sichtbar machen nur auf mobilen Geräten */
@media (max-width: 1000px) {
    .carousel-page-dots {
        display: flex;
        justify-content: center;
        gap: 6px;
        position: absolute;
        bottom: 20px;
        margin: 0;
        padding: 0;
        z-index: 1;
    }

    .carousel-page-dots .tap-area {
        background-color: #ccc; /* Beispiel Farbe für die Dots */
        border-radius: 50%;
        width: 10px;
        height: 10px;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .carousel-page-dots .tap-area[aria-current="true"] {
        background-color: #000; /* Farbe für den aktiven Punkt */
    }
}

@media (max-width: 340px){
.h6 {
  font-size:12px!important;
}
}

.ad-card {
  text-align: center;
 
}

.ad-card img {
  max-width: 100%;
  border-radius:8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Desktop-Version anzeigen, Mobile-Version ausblenden */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Mobile-Version anzeigen, Desktop-Version ausblenden */
@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}
/* Ladebildschirm */
#loading-screen {
  display: none; /* Standardmäßig unsichtbar */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* Halbtransparenter Hintergrund */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-in-out; /* Kürzere Transition */
}

#loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Logo-Animation */
.loading-logo {
  width: 100%;
  height: auto;
  transform: scale(0.2); /* Start kleiner */
  animation: fade-in-normal 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; /* Gleiche Dauer wie Overlay */
}


@keyframes fade-in-normal {
  0% {
    opacity: 0;
    transform: scale(0.2); /* Startet kleiner */
  }
  50% {
    opacity: 1;
    transform: scale(0.3); /* Zwischenstufe */
  }
  100% {
    opacity: 0;
    transform: scale(0.4); /* Endgröße */
  }
}

/* Hauptcontainer */
.line-item--cart {
  display: grid;
  grid-template-columns: auto 1fr auto; /* Spalten: Bild - Informationen - Aktionen */
  gap: 10px;
  padding: 2px 0;
}

/* Bild */
.line-item__media-link {
  max-width: 70px;
}
.line-item__media {
  border-radius: 8px;
}

/* Informationen */
.line-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Sorgt dafür, dass der Inhalt oben und die Aktionen unten ausgerichtet sind */
  height: 100%;
  position: relative;
}

.line-item-info .v-stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Mengen-Selector und Entfernen-Button */
.line-item-quantity {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: auto; /* Schiebt es nach unten, sodass es auf der Höhe des Entfernen-Buttons bleibt */
}
.line-item-quantity .quantity-selector {
  flex: 0 0 auto;
}

.line-item-quantity .link {
  font-size: 10px;
  color: #000;
  text-decoration: underline;
  margin-left: 8px;
}

/* Preis */
.line-item__price {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

/* Rabattdetails */
.discount-badge {
  font-size: 10px;
  color: #16789E;
  
  font-weight: bold;
  margin-top: 4px;
}

.line-item-actions {
  display: flex;
  justify-content: space-between; /* Entfernen-Button links, Mengen-Selector rechts */
  align-items: flex-end; /* Beide Elemente unten ausrichten */
  margin-top: auto; /* Sorgt dafür, dass die Aktionen am unteren Rand stehen */
  gap: 16px; /* Abstand zwischen dem Entfernen-Button und dem Mengen-Selector */
}

.line-item-remove {
  text-align: left;
}

.line-item-quantity-selector {
  margin-left: auto; /* Positioniert den Mengen-Selector ganz rechts */
}

.line-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-item-price-container {
  text-align: right;
  font-weight: bold;
  font-size: 14px; /* Passe die Schriftgröße an */
}

.smallcaps.text-subdued {
  font-size: 9px; /* Optional für kleinere Schrift */
  color: #888; /* Helle Schriftfarbe */
}

/* Spezifische Anpassungen für line-item-actions in line-item-cart */
.line-item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    gap: 16px;
    width: 100%; /* Sorgt dafür, dass die Flex-Elemente sich korrekt verteilen */
}

.line-item-remove {
    margin-right: auto; /* Entfernen-Button ganz links */
}

.line-item-quantity-selector {
    margin-left: auto; /* Mengenanpasser ganz rechts */
    display: flex;
    justify-content: flex-end;
}

.line-item-info{
      line-height: 1.4;
}

.text-sm {
    font-size: 11px;
}

.line-item-info .v-stack {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.price-list {
    font-size: 12px;
  line-height: 2;
  font-weight:bold;
  text-align: center;
    justify-content: center;
}

.button-group2 .v-stack .button[name="checkout"] {
    background-color: #16789E!important;
    border-color: #16789E!important;
    
}
#shopify-section-sections--25478857589079__announcement-bar{
  position:sticky !important;
  top:0;
  z-index:999;
}


#shopify-section-sections--25478857589079__header {
    position: sticky;
    top: 46px!important;
}

@media (min-width: 1024px) { 
  

    #shopify-section-sections--25478857589079__header {
        position: sticky;
        top: 53px !important;  Höhe der Announcement Bar 
       
    }
} 

.article__wrapper ul > li {
    margin-left: 17px; /* Abstand links für direkte Listenelemente */
}

.article__wrapper .prose a {
    text-underline: none; /* Unterstreichung entfernen */
    background: none; /* Kein linearer Gradient */
    transition: none; /* Entfernt Übergangseffekte */
}

/* Container für das Formular */
.newsletter-form-group {
    display: flex !important; /* Flex-Layout für horizontale Ausrichtung */
    align-items: center !important; /* Zentrierte vertikale Ausrichtung */
    border: 1px solid #1c1c1c !important;
    border-radius: 30px !important; /* Einheitlich runde Kanten */
    overflow: hidden !important; /* Überflüssiges abschneiden */
    max-width: 400px !important; /* Maximale Breite */
    margin: 0 auto !important; /* Zentrierung des Formulars */
    background-color: white !important; /* Hintergrundfarbe des Containers */
}

/* Input-Feld */
.newsletter-form-group input[type="email"] {
    flex: 1 !important;
    font-style: italic;
    border: none !important;
    padding: 10px 15px !important;
    outline: none !important;
    font-size: 14px !important;
    border-radius: 30px 0 0 30px !important;
    color: #333 !important;
    background-color: white !important;
}

/* Button */
.newsletter-form-group button {
    background-color: #16789e !important; /* Hintergrundfarbe */
    color: white !important; /* Textfarbe */
    border: none !important; /* Keine Rahmen */
    padding: 10px 20px !important; /* Innenabstände */
    font-size: 14px !important; /* Schriftgröße */
    cursor: pointer !important; /* Zeiger als Hand */
    border-radius: 0 30px 30px 0 !important; /* Runde rechte Kanten */
    transition: background-color 0.3s ease !important; /* Hover-Effekt */
}

/* Button Hover-Effekt */
.newsletter-form-group button:hover {
    background-color: #125e75 !important; /* Dunklere Farbe bei Hover */
}

/* Entfernt das Padding von dem Button-Container */
.kl-private-reset-css-Xuajs1[style*="padding: 10px 6px;"] {
    padding: 0 !important; /* Setzt Padding auf 0 */
}
/* Entfernt align-self: flex-end */
.kl-private-reset-css-Xuajs1[style*="align-self: flex-end;"] {
    align-self: auto !important; /* Setzt das align-self auf den Standardwert */
}

@media (max-width: 1000px) {
  .benefits-list li {
    margin-left: 0; /* Entfernt jeglichen linken Margin */
    font-size: 12px; /* Beibehaltung der Schriftgröße */
  }
}

.quiz-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.quiz-group {
  margin-bottom: 20px;
}

.quiz-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.quiz-btn {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.quiz-btn.selected {
  background-color: #16789E;
  color: white;
}

.quiz-btn:hover {
  background-color: #333333;
}

#recommendation .product-card {
  display: inline-block;
  width: 180px;
  margin: 15px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  height: 300px;
}

#recommendation .product-card img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
}

#recommendation .product-card h4 {
  font-size: 12px;
  margin: 10px 0;
}

#quiz-app #recommendation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

#quiz-app .product-card {
  flex: 0 0 calc(50% - 20px); /* Zwei Spalten */
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  background-color: #fff;
}

#quiz-app .product-card img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
}

#quiz-app .product-card h4 {
  font-size: 12px;
  margin: 10px 0;
  color: #333;
}

#quiz-app .product-card a {
  display: inline-block;
  margin: 10px 0;
  color: #16789E;
  text-decoration: none;
  font-weight: bold;
}

#quiz-app .product-card a:hover {
  text-decoration: underline;
}

#recommendation .product-card .rich-text {
  font-size: 12px;
  color: #555;
  margin-top: 5px;
  line-height: 1.4;
}

/* Container für Duftnoten-Bilder */
.product-card .duftnoten {
  display: flex;
  justify-content: center;
  gap: 10px; /* Abstand zwischen den Bildern */
  margin-top: 10px;
}

/* Bilder für Kopf-, Herz- und Basisnote */
.product-card .duftnoten .note-icon {
  width: 50px; /* Einheitliche Breite */
  height: 50px; /* Einheitliche Höhe */
  object-fit: contain; /* Bild proportional skalieren */
  border-radius: 50%; /* Optional: Runde Bilder */
  border: 1px solid #ddd; /* Optional: Rahmen um Bilder */
}

.quiz-btn {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.quiz-btn.selected {
  background-color: #16789E; /* Deine gewünschte Farbe für ausgewählte Buttons */
  color: white;
}

.quiz-btn:hover {
  background-color: #333333; /* Hover-Farbe */
  transform: scale(1.05);
}

.header-sidebar__main-panel,
.header-sidebar__linklist li {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
  
}

ul[data-hulkapps-line-properties=""].text-subdued li{
    font-size:10px!important;
  display:block;
  font-size: 10px!important;
    display: block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: -70px;
}

@media (max-width: 1000px){
ul[data-hulkapps-line-properties=""].text-subdued li{
    font-size:10px!important;
  display:block;
  font-size: 10px!important;
    display: block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: -70px;
}
}

.bundle-properties {
    font-size: 10px;
    color: #333;
    list-style: none;
    padding-left: 0!important;
}

.bundle-properties strong {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}

.bundle-properties ul {
  padding-left: 15px;
  list-style: none;
}

.bundle-properties ul li {
  font-size: 10px;
  color: #555;
  margin-bottom: 2px;
}

/* Stellt sicher, dass Menü-Items korrekt ausgerichtet sind */
.has-submenu summary {
  display: flex;
  justify-content: space-between; /* Sorgt dafür, dass das Plus-Zeichen rechts steht */
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
  font-family: inherit; /* Verwendet die Standard-Schriftart */
  font-size: inherit; /* Verhindert, dass sich die Schriftgröße ändert */
}

/* Menü-Titel bleibt links, Plus-Zeichen ganz rechts */
.has-submenu summary .menu-title {
  flex-grow: 1; /* Drückt das Plus-Zeichen ganz nach rechts */
  font-family: 'Century Gothic';
}

/* Styling des Plus-Zeichens */
.submenu-toggle {
  font-size: 20px;
    
    color: #929292;
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
    margin-left: auto;
    
    font-size: 25px;
    
   
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
    margin-left: auto;
    position: absolute;
    
    right: 0px;
}

/* Animation, wenn das Menü geöffnet wird */
.has-submenu[open] .submenu-toggle {
  transform: rotate(90deg); /* Dezentes Drehen für elegantes Öffnen */
  color: #1c1c1c;
}

/* Visuelle Hierarchie durch Einrückung */
.header-sidebar__sub-submenu {
  padding-left: 20px; /* Verschiebt die dritte Menü-Ebene weiter nach rechts */
  margin-top: 5px;
}

.header-sidebar__sub-submenu li {

}

.submenu-item {
    font-size: 16px;
    padding: 5px;
}

/* Standardmäßig auf Desktop ausblenden */
.ad-card-wide {
  display: none;
}

/* Nur auf Mobile sichtbar */
@media (max-width: 1000px) {
  .ad-card-wide {
    display: grid; /* Aktiviert das Banner nur auf Mobile */
    grid-column: span 2; /* Falls ein Grid-System genutzt wird */
    text-align: center;
    width: 100%;
    margin: -10px 0 20px 0; /* Optionaler negativer Margin für bessere Platzierung */
  }

  .ad-card-wide img {
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
}


  /* Standard Menü-Links → 22px */
  .header-sidebar__linklist-button {
    font-size: 20px!important;
  }

  /* Submenü-Links → 14px */
  .header-sidebar__sub-submenu .header-sidebar__linklist-button,
  .submenu-item .header-sidebar__linklist-button {
    font-size: 16px!important;
  }

/* Checkout-Button Styling */
.button-group2 .v-stack .button[name="checkout"] {
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 8px !important;
    border-radius: 30px !important;
    text-transform: uppercase !important;
    border: 1px solid #1c1c1c !important;
    background-color: #1c1c1c !important;
    cursor: pointer !important;
    width: 100% !important;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Linke Seite (Text "Sicher zur Kasse") bleibt weiß */
.button-group2 .v-stack .button[name="checkout"] .checkout-text {
    flex: 1 !important;
    text-align: left !important;
    padding-left: 10px !important;
    z-index: 2 !important;
    color: white !important;
}

/* Rechte Seite (Gesamtpreis) wird schwarz auf weißer Fläche */
.button-group2 .v-stack .button[name="checkout"] .checkout-total {
    flex: 1 !important;
    text-align: right !important;
    padding-right: 15px !important;
  
    font-weight: bold !important;
    z-index: 2 !important;
}

/* ✅ Effekt beim Hover: Komplett Blau & Schrift bleibt sichtbar */
.button-group2 .v-stack .button[name="checkout"]:hover,
.button-group2 .v-stack .button[name="checkout"]:active {
    background: white !important; /* GANZ BLAU */
    border-color: #303030 !important;
    color: #303030 !important;
}

/* Beim Hover/Klick: Der Preis wird weiß */
.button-group2 .v-stack .button[name="checkout"]:hover .checkout-total,
.button-group2 .v-stack .button[name="checkout"]:active .checkout-total {
     color: #303030 !important;
}

/* Beim Hover/Klick: "Sicher zur Kasse" bleibt weiß */
.button-group2 .v-stack .button[name="checkout"]:hover .checkout-text,
.button-group2 .v-stack .button[name="checkout"]:active .checkout-text {
     color: #303030 !important;
}


 /* 📊 Elegante, dezente Progressbar */
  #epris-progress-bar {
    margin-top: 20px;
    font-family: 'Century Gothic', sans-serif;
    width: 100%;
    border: 1px solid #f4f4f4;  /* Dünner, dezenter Rahmen */
  border-radius: 8px;         /* Leicht abgerundete Ecken */
  padding: 10px;              /* Abstand zwischen Inhalt & Border */
  margin-bottom: 5px;        /* Abstand zu anderen Elementen */
  }

  /* Fortschrittslinie */
  .progress-container {
    width: 100%;
    background-color: #f4f4f4;
    height: 4px;
    border-radius: 2px;
    position: relative;
  }

  /* Fortschritt (dünner Balken) */
  .progress-fill {
    height: 100%;
    width: 0%;
    background-color: #16789E;
    border-radius: 2px;
    transition: width 0.4s ease;
  }

  /* Marker-Beschriftungen unterhalb der Linie */
  .progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
  }

  .progress-labels span {
    font-size: 12px;
    color: #1c1c1c;
  }

  /* Mittlerer Marker (25% in der Mitte) */
  .progress-labels span.middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  /* Fortschrittstext */
  #epris-progress-text {
    margin-top: 6px;
    font-size: 12px;
    color: #1c1c1c;
    text-align: center;
    padding-bottom:13px;
  }

  /* Schimmer-Effekt bei 100% */
#epris-progress-bar.full .progress-fill {
  animation: shimmer 2s infinite;
  background-color: #16789E; /* Hauptfarbe bei 100% */
}

/* Schimmer-Animation */
@keyframes shimmer {
  0% {
    background-color: #16789E;
    box-shadow: 0 0 5px rgba(22, 120, 158, 0.5);
  }
  50% {
    background-color: #1C9DD9;
    box-shadow: 0 0 15px rgba(22, 120, 158, 0.8);
  }
  100% {
    background-color: #16789E;
    box-shadow: 0 0 5px rgba(22, 120, 158, 0.5);
  }
}

  .progress-badge {
  position: absolute;
  top: 35px; /* Höher als die Progress Bar */
  left: 50%;
  transform: translateX(-50%);
  background: black;
z-index:1;
  font-size: 9px;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 8px;
  border: 1px solid #ddd; /* Dezente Border */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #f4f4f4;
  white-space: nowrap;
}

  /* 🛠 Spezielle Anpassungen für iPad und größere Displays */
@media (min-width: 1000px) {
  .progress-badge {
    font-size: 10px;
    padding: 3px 10px;
    top: 52px;
  }
}

@media (min-width: 1024px) {
  .progress-badge {
    font-size: 10px;
    padding: 4px 10px;
    top: 56px;
  }
}

#epris-progress-bar {
  position: relative; /* Damit das Label sich daran orientiert */
  padding-top: 10px; /* Platz für das Label */
}

/* Fortschrittsanzeige */
.progress-container {
  position: relative;
  height: 8px;
  background: #e0e0e0;
  border-radius: 4px;
  margin: 20px 0;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: #16789E;
  transition: width 0.3s ease-in-out;
}

/* Pfeil für die Progress-Anzeige */
.progress-indicator {
  position: absolute;
    top: -8px;
    /* left: 1px; */
    font-size: 20px;
    color: #16789E;
    transition: left 0.3s ease-in-out;
}

/* Ersparnis-Text oberhalb der Progressbar */
.savings-text {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  color: #16789E;
}

/* Container für Rabattstufen */
.progress-steps {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 15px;
  gap: 8px;
  position: relative;
}

/* Rabattstufen-Container */
.progress-step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Rabatt-Text (über Progress Bar) */
.step-discount {
  position: absolute;
  top: -60px; /* Höhe über der Progress Bar anpassen */
  font-size: 12px;
  color: #16789E;
  font-weight: bold;
  white-space: nowrap;
}

/* Grundstil für Stufen */
.progress-step {
  flex: 1;
  padding: 8px 24px;
  border-radius: 30px;
  border: 1px solid #ddd;
  background: #fff;
  
  width:100px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Aktive Stufe mit dunklerem Rahmen */
.progress-step.active {
  border-color: #16789E;
  background: #ffffff;
}

/* Titel der Stufe */
.step-title {
  font-size: 12px;
  font-weight: bold;
}

/* Checkmark für aktive Stufen */
.progress-step.active .checkmark {
  display: block;
}

/* Checkmark-Stil */
.checkmark {
  display: none;
  position: absolute;
  top: -5px;
  right: -2px;
 

  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

p#epris-progress-text-product {
  text-align: center;
  font-size: 12px;
  padding-bottom: 30px;
}

p#progress-discount-text {
  text-align: center;
  padding: 10px;
}

.step-discount {
  color: black; /* Standardmäßig schwarz */
  font-size: 12px;
}

.progress-step.active .step-discount {
  color: #16789E; /* Nur aktiver Schritt wird blau */
  font-weight: bold;
}

/* Meldung über dem Upsell-Slider */
#upsell-message {
  display: none;
  text-align: center;
  font-size: 12px;
  color: black;
  background: #ffe6e6;
  padding: 2px;
  margin-bottom: 10px;
  margin-top: 20px;
  border-radius: 8px;
}

/* Upsell-Slider Highlight-Effekt */
.upsell-slider.highlight {
  border: 2px solid #ff9999; /* Roter Rahmen */
  animation: fadeHighlight 1.5s ease-in-out;
}

@keyframes fadeHighlight {
  0% { border-color: #ff9999; background-color: rgba(255, 230, 230, 0.4); }
  50% { border-color: #ff6666; background-color: rgba(255, 200, 200, 0.5); }
  100% { border-color: transparent; background-color: transparent; }
}

@media (min-width: 1000px) { /* Nur für Desktop */
    .scrollable-container {
        
      
        padding: 5px;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        position: relative;
    }

    /* SCROLLBAR-TRACK (der Bereich hinter dem beweglichen Scrollbalken) */
    .scrollable-container::-webkit-scrollbar {
        height: 10px; /* Scrollbar etwas größer machen */
    }

    .scrollable-container::-webkit-scrollbar-track {
        
        border: 1px solid #f4f4f4; /* Rahmen um den ganzen Scroll-Track */
        border-radius: 10px;
    }

    /* SCROLLBAR-THUMB (der bewegliche Scrollbalken) */
    .scrollable-container::-webkit-scrollbar-thumb {
        background-color: #5c5c5c;
        border-radius: 10px;
    }

    .scrollable-container::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

@keyframes cartBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.cart-bounce {
    animation: cartBounce 0.4s ease-in-out;
}

.best-deal-label {
    position: absolute;
    top: -10px; /* Positioniert das Label etwas über dem Button */
    left: 50%;
    transform: translateX(-50%); /* Zentriert das Label */
    background: white; /* Blaue Farbe passend zum Design */
    color: #921615;
    font-size: 8px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 8px;
    white-space: nowrap;
border: 1px solid #921615;
}


/* Vorteil-Banner Styling */
.vorteil-banner {
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #f4f4f4;
    color: #1c1c1c !important;
    padding: 4px 10px;
    /* padding-left: 0px; */
    font-size: 13px;
    font-weight: 500;
    color: #222;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Bonus-Emoji für visuelle Aufmerksamkeit */
.vorteil-text {
    display: inline-block;
    letter-spacing: 0.2px;
}

.gratis-text {
    font-weight: bold;
    color: #008000; /* Dunkelgrün für GRATIS */
    text-transform: uppercase;
    
}

.price-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Abstand zwischen GRATIS und dem Preis */
}



.compare-at-price {
    color: #888; /* Dezentes Grau für den durchgestrichenen Preis */
    text-decoration: line-through;
}

.sale-price {
    font-weight: 600;
    color: #921a1d; /* Rot für reduzierte Preise */
}

.regular-price {
    font-weight: 600;
    color: #222; /* Schwarz für normale Preise */
}

.custom-benefits-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: red !important; /* Debug: Macht den Text rot */
}

#facets-drawer p.h4 {
    padding-left: 20px;
}


.announcement-bar .prose a,
.announcement-bar .prose a:hover,
.announcement-bar .prose a:focus {
    text-decoration: none !important;
  background:none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #000; /* Farbe bei aktiv: Schwarz wie dein Flacon-Cap */
}

input:checked + .slider:before {
  transform: translateX(18px);
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #666;
  background-color: #fff;
  line-height: 1;
  user-select: none;
}

.tooltip-wrapper:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tooltip-text {
  position: absolute;
  top: -500%; /* leicht unterhalb */
  left: -100%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 11px;
  white-space: normal;
  width: 150px;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 10;
}


/* Falls Container zu klein – Tooltip darunter anzeigen */
@media (max-width: 380px) {
  .tooltip-text {
    right: auto;
    left: 0;
    bottom: auto;
    top: 125%;
    transform: translateY(0);
  }
}

.footer {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .footer {
    text-align: left;
    justify-content: left;
  }
}

.footer-h6 {
  text-align: center;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .footer-h6 {
    text-align: left;
    justify-content: left;
  }
}

.newsletter-with-logo .footer-h6 {
  text-align: left;
  justify-content: left;
}

.footer-logo {
  margin-bottom: 20px;
  width: 120px;
}


@media (max-width: 1000px) {
  .footer-logo {
    width: 80px; /* oder 60px, je nachdem wie klein du’s willst */
  }
}

.footer .prose {
    text-align: left;
}


.footer__aside-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer__aside-item {
  flex: 1 1 32.2%;
  display: flex;
  align-items: center;
  min-height: 50px; /* optional für saubere Höhe */
}

.footer__aside--social {
  justify-content: flex-start;
}

.footer__aside--payments {
  justify-content: center;
}

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

.payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.payment-icons li {
  display: flex;
  align-items: center;
}

.payment-icon {
  display: block;
  height: 19px;
  width: auto;
}

/* Copyright-Zeile unterhalb, mittig */
.footer__aside-row + .heading {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

/* Responsive Anpassungen */
@media screen and (max-width: 1000px) {
  .footer__aside-item {
    flex: 1 1 100%;
    justify-content: center;
  }

  .footer__aside--social {
    order: 1;
  }

  .footer__aside--payments {
    order: 2;
  }

  .footer__aside--localization {
    order: 3;
  }

  .footer__aside-row + .heading {
    margin-top: 1rem;
  }
}




/* FONTS HEADING BEGIN*/

.h1 {
  font-size: 32px;
}

.image-with-text .h1{
  font-size: 32px;
}

.h4{
    
    font-size: 16px;
  }

@media screen and (max-width: 1000px) {
  .image-with-text .h1 {
    font-size: 30px;
    text-align: center;
    justify-content:center;
  }

  .h1 {
  font-size: 30px;
}
  .h4{
    text-align: center;
    font-size: 13px;
  }
}





@media screen and (min-width: 1000px) {
  /* Bild links – Text linksbündig */
  .image-with-text:not(.image-with-text--reverse) .prose,
  .image-with-text:not(.image-with-text--reverse) h1,
  .image-with-text:not(.image-with-text--reverse) h2,
  .image-with-text:not(.image-with-text--reverse) h3 {
    text-align: left !important;
    max-width: 550px;
    
  }

  /* Bild rechts – ebenfalls linksbündig (laut Wunsch, kann sonst auf right gestellt werden) */
  .image-with-text--reverse .prose,
  .image-with-text--reverse h1,
  .image-with-text--reverse h2,
  .image-with-text--reverse h3 {
    text-align: left !important;
    max-width: 550px;
  }
}

@media screen and (min-width: 1000px) {
  .footer a.link-faded {
    font-size: 16px !important;
  }
}





/* FONTS HEADING END*/



/* PARAGRAPH FONT SIZE PROSE BEGIN */

/* Default: Mobile First */
.prose {
  font-size: 13px;
  line-height: 1.6; /* Optional für bessere Lesbarkeit */
  text-align:center;
}

/* Desktop */
@media screen and (min-width: 1000px) {
  .prose {
    font-size: 14px;
    text-align:center;
  }
  .image-with-text .prose {
  /* Deine Styles */
  width:100%;
  text-align:left;
}
  
}

image-with-text .button {
  /* Deine Styles */
  width:100%
}

@media screen and (min-width: 1000px) {
  image-with-text .button {
    margin-top: 40px !important;
  font-size: 14px;
  width: 555px;
  }

  .featured-collections-carousel product-card a.button {
    font-size: 16px;
  width: 555px;
  }

  h4.prose-video-heading {
    font-size: 16px;
}
}



.image-with-text-content.v-stack.spacing-lg > * + * {
  margin-top: 1rem; /* Abstand zwischen den Elementen auf Desktop */
}

@media screen and (max-width: 1000px) {
  .image-with-text-content.v-stack.spacing-lg > * + * {
    margin-left: auto;
  margin-right: auto;
  text-align: center;
   margin-top: 0.8rem;
  }
}

.text-normal-case {
  text-transform: none !important;
}

.jdgm-prev-badge {
    display: block !important;
    text-align: center!important;
}

.product-sticky-bar button[type="submit"] {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #16789E 0%, #135A76 100%);
  color: white;
  font-weight: bold;
  padding: 10px;
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #16789E;
  transition: color 0.3s ease, border-color 0.3s ease;
  z-index: 1;
}

/* Weißer Füll-Layer, gleitet von links rein */
.product-sticky-bar button[type="submit"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.4s ease;
  z-index: 0;
}

/* Fill aktiviert sich beim Hover/Klick */
.product-sticky-bar button[type="submit"]:hover::before,
.product-sticky-bar button[type="submit"]:active::before,
.product-sticky-bar button[type="submit"]:focus::before {
  left: 0;
}

/* Schrift + Borderfarbe fixieren auf 16789E beim Hover */
.product-sticky-bar button[type="submit"]:hover,
.product-sticky-bar button[type="submit"]:active,
.product-sticky-bar button[type="submit"]:focus {
  color: #16789E !important;
  border-color: #16789E !important;
  background: none !important;
}

/* Text immer sichtbar über dem Füll-Layer */
.product-sticky-bar button[type="submit"] * {
  position: relative;
  z-index: 1;
  color: inherit;
}




product-sticky-bar .product-sticky-bar__price .price-list {
          text-align: left;
        justify-content: left;
}

@media screen and (max-width: 1000px) {
product-sticky-bar .product-sticky-bar__price .price-list {
        flex-wrap: wrap;
        align-items: baseline;
        column-gap: .5rem;
        display: flex;
        font-size: 12px;
        text-align: left;
        justify-content: left;
}
}

/* ===================================
   HEADER SIDEBAR DESIGN V3 (final)
   =================================== */

/* 1. Entferne Logo komplett */
header[part="header"] a {
  display: none !important;
}

/* Schließen-Button nach links oben platzieren */
header[part="header"] button[part*="close-button"] {
  left: 16px;
  top: 16px;
  gap: 10px;
    display: flex;
    position: relative;
    right: auto !important;
}


/* 3. Hauptmenü-Styling */
.header-sidebar__linklist li {
  padding: 6px 16px !important;
  border: none !important;
}


.header-sidebar__linklist-button {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: none !important;
}

/* Chevron kleiner und dezenter */
.header-sidebar__linklist-button svg {
    width: 16px !important;
    height: 16px !important;
    color: #1c1c1c;
}

/* 4. Border unter dem letzten Element im Hauptmenü */
.header-sidebar__main-panel .header-sidebar__linklist {
  position: relative;
  padding-bottom: 24px; /* Platz für die Linie */
  padding-top:24px;
}

.header-sidebar__linklist::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 0.5px;
  background-color: #5c5c5c;
}

.header-sidebar__linklist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #5c5c5c;
}

ul.panel-3-list {
  position: relative;
}

ul.panel-3-list::before,
ul.panel-3-list::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  background-color: #5c5c5c;
}

ul.panel-3-list::before {
  top: 0;
  height: 1px;
}

ul.panel-3-list::after {
  bottom: 0;
  height: 0.5px;
}


/* 5. Back Button oben in Submenu */
.header-sidebar__back-button {
  font-size: 13px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1c1c1c;
  background: none;
  border-top: none;
  margin-bottom: 10px;
  text-align: left;
    justify-content: left;
  text-transform: none;
}

/* 6. Submenu Kategorie-Titel (z. B. "Highlights") bold */
.header-sidebar__sub-panel .panel-3-list {
  margin-top: 8px;
      padding-bottom: 24px;
    padding-top: 24px;
}

.header-sidebar__sub-panel .panel-3-list li:first-child {
  font-weight: 600;
  padding: 14px 16px;
}

/* 7. Unterkategorien eingerückt + nicht fett */
.header-sidebar__sub-panel .panel-3-list li:not(:first-child) a {
  font-weight: 400 !important;
  font-size: 13px;
  padding: 10px 24px !important;
  display: block;
  color: #1c1c1c;
}

/* 8. SALE (wenn gewünscht rot) */
.panel-3-list li a[href*="sale"],
.panel-3-list li a:contains("SALE") {
  color: #b30000 !important;
  font-weight: 500;
}

.header-sidebar__linklist.divide-y .header-sidebar__linklist-button {
    border-style: none;
    /* padding: 10px 0; */
    font-family: 'Century Gothic';
    font-size: 14px !important;
}

.panel-3-list .submenu-heading {
  font-weight: 600;
  font-size: 14px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header-sidebar [slot="main-panel"]::part(close-button) {
  all: unset;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #1c1c1c;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  background: transparent;
}

.header__primary-nav .h6 {
  text-transform: none !important;
}

.announcement-bar .prose.heading,
.announcement-bar .prose.heading a,
.announcement-bar .prose.heading strong {
  text-transform: none !important;
}

.duft-slider-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1rem 0;
  text-align: center;
}

.duft-slider {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  width: max-content;
  margin: 0 auto;
}

.duft-btn {
    flex: 1 0 auto;
    min-width: 120px;
    height: 40px;
    padding: 0 5px;
    border-radius: 9999px;
    border: 1px solid #1c1c1c;
    background: white;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.duft-btn.active {
    background: #1c1c1c;
    color: #ffffff;
}

.accordion summary .text-with-icon {
  text-transform: capitalize;
    font-weight: bold;
    color: #5c5c5c;
}

.product-info .jdgm-prev-badge__text {
  font-size: 16px!important;
}

.product-info__block-item .jdgm-preview-badge .jdgm-prev-badge {
    font-size: 16px!important;
}

.jdgm-widget.jdgm-widget {
    display: block;
    padding-bottom: 1rem;
}

a.header-sidebar__linklist-button[href="/collections/alle-parfums"] {
  color: #921a1d;
}


.benefits-list.luxe {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
  width: 100%;
  max-width: 500px;
  width: fit-content!important; /* oder z. B. 600px */
  margin: 0 auto!important;
  
}


span.delivery-text {
    font-size: 13px;
}

.line-item--cart .line-item-info .price-list {
  font-size: 12px;
 
}

.header__primary-nav-item a:hover,
.header__primary-nav-item a:focus,
.header__primary-nav-item summary:hover,
.header__primary-nav-item summary:focus {
  color: #16789E !important;
  
}

a.blog-post-card__title.h4 {
    
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.8em;
    line-height: 1.4;
}

p.blog-post-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#bundle-message {
  transition: opacity 0.25s ease;
}
#bundle-message.fading {
  opacity: 0.4;
}


@media (max-width: 1000px) {
  .product-sticky-bar__info .h6 {
    font-size: 12px !important;
  }
}

@media (max-width: 1000px) {
  .price-original {
    font-size: 12px !important;
  }
}

.product-title{
  text-transform:uppercase;
  font-size: 12px;
  font-weight:bold;
}

@media screen and (min-width: 1000px){

   .product-title{

  font-size: 14px!important;

}

  .product-card__info .product-badge{
    font-size:14px!important;
  }
  
  .product-card__info {
    font-size: 14px!important;
}

  .product-card__info :is(.price-list, .rating-badge) {
    font-size: 14px!important;
}

  .product-card .jdgm-preview-badge .jdgm-prev-badge {
   
    font-size: 14px !important;
    
}
  .jdgm-preview-badge .jdgm-prev-badge__text {
    font-size: 14px!important;
    
}
}

compare-at-price.text-subdued.line-through {
    font-weight: normal!important;
}

/* Gesamte Produktkarte textzentriert + Fontgröße */
.snize-product {
  text-align: center;
  font-size: 12px !important;
}

/* Titel */
.snize-title {
  display: block;
  text-align: center !important;
  margin: 0 auto;
  font-size: 11px !important;
}

/* Attribute (z. B. „…Ombre Nomade®…“) */
.snize-attribute {
  display: block;
  text-align: center !important;
  margin: 4px 0;
  font-size: 12px !important;
}

/* Preisbereich */
.snize-price-list {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  text-align: center !important;
  font-size: 12px !important;
}

/* Einzelpreise */
.snize-price,
.snize-discounted-price,
.snize-save-price-wrapper {
  text-align: center !important;
  font-size: 12px !important;
}

/* Bewertungen */
.snize-reviews {
  text-align: center !important;
  display: block;
  margin-top: 6px;
  font-size: 12px !important;
}

/* Button */
.snize-button {
  display: inline-block;
  margin: 10px auto 0 auto;
  text-align: center !important;
  font-size: 12px !important;
}

/* Bewertungsbereich zentriert */
.snize-reviews {
  text-align: center !important;
  display: block;
  margin-top: 6px;
}

/* Sterne-Bewertung (z. B. ★★★★★) */
.snize-reviews .stars-container {
  font-size: 14px !important;
  margin-right: 2px!important;
}

/* Text wie "219 review(s)" */
.snize-reviews .total-reviews {
  font-size: 12px !important;
}

.snize-price {
    display: inline-block;
    white-space: nowrap;
    color: #921a1d!important;
    font-weight: bold!important;
}

.faq-item-template--25146827276631__ss_faq_6_ndYfPY.active .faq-button-template--25146827276631__ss_faq_6_ndYfPY {
    padding-bottom: 20px;
    font-weight: bold;
}

/* Gemeinsame Styles für aktive FAQ-Items */
.faq-item-template--25146827276631__ss_faq_6_ndYfPY.active .faq-button-template--25146827276631__ss_faq_6_ndYfPY,
.faq-item-template--25146827440471__ss_faq_6_KFD8g3.active .faq-button-template--25146827440471__ss_faq_6_KFD8g3 {
    padding-bottom: 20px;
    font-weight: bold;
}

.jdgm-widget a[role="button"], .jm-mfp-wrap a[role="button"] {
    cursor: pointer;
        border-radius: 30px;
    max-width:350px;
    
    font-size: 14px;
    font-weight: normal;
   
}

.gw-button-widget[gw-stock-fulfilled] {
    --initial-gradient: linear-gradient(rgb(var(--button-background, var(--button-background-primary))), rgb(var(--button-background, var(--button-background-primary))));
    --hover-gradient: linear-gradient(transparent, transparent);
    --initial-background-position: var(--transform-origin-end);
    --hover-background-position: var(--transform-origin-start);
    -webkit-appearance: none;
    appearance: none;
    text-transform: var(--button-text-transform);
    font: var(--button-font);
    letter-spacing: var(--button-letter-spacing);
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    color: rgb(var(--button-text-color, var(--button-text-primary)));
    border: 1px solid rgb(var(--button-outline-color, var(--button-background, var(--button-background-primary))));
    border-radius: var(--button-border-radius);
    --background: 28 28 28;
    background-color: rgb(var(--background)) !important;
    /* background-image: var(--initial-gradient), var(--hover-gradient); */
    background-size: 100% 100%, 0 100%;
    background-position: var(--initial-background-position);
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    column-gap: 1.125rem;
    padding: 0.65rem 1.75rem;
    transition: background-size .45s cubic-bezier(.785, .135, .15, .86), background-position .45s step-end, color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    display: inline-flex
;
    position: relative;
    border-radius: 30px;
    font-weight: 500 !important;
    font-size: 0.86rem;
    font-weight: 400;
    letter-spacing: .01rem;
    line-height: 1.5rem;
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.snize-ac-results.snize-ac-results-mobile .snize-ac-prices-container {
    display: flex
;
    justify-content: center;
    text-align: center;
}

.tooltip-icon2 {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: #666;
    
    line-height: 1;
    user-select: none;
}