/** Shopify CDN: Minification failed

Line 5184:0 Unexpected "}"
Line 6295:2 Unexpected "<"

**/

/* Derived from base colors (theme settings) */

:root {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background);
  --color-heading: var(--color-base-heading);
  --color-border: var(--color-base-border);
}

/* Primary button */

:root {
  --color-button-background: var(--color-base-accent);
  --color-button-border: var(--color-base-accent);
  --color-button-text: var(--color-base-solid-button-labels);
}

/* Secondary button */

.button--secondary {
  --color-button-background: var(--color-background);
  --color-button-border: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
}

/* Tertiary button */

.button--tertiary {
  --color-button-background: var(--color-background);
  --color-button-border: var(--color-border);
  --color-button-text: var(--color-base-outline-button-labels);
}

/* Links */

:root {
  --color-link: var(--color-base-outline-button-labels);
}

/* Badges */

:root {
  --color-badge-background: rgba(var(--color-background), 0.95);
  --color-badge-foreground: rgb(var(--color-foreground));
  --color-badge-border: rgb(var(--color-border));
}

/* Duration */

:root {
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --duration-animate: 1000ms;
  --image-position: center center;
}

/* base */

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

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

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

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

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

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

@media screen and (min-width: 990px) {
  .page-width--inner {
    padding: 0 15rem;
  }

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

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

.page-width--full-width {
  max-width: 100%;
  padding: 0;
}

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

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

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

.element-margin-small {
  margin-top: 3rem;
}

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

[data-page-rendering] .shopify-section + .shopify-section {
  content-visibility: auto;
}

.shopify-design-mode[data-page-rendering] .shopify-section + .shopify-section,
.no-js [data-page-rendering] .shopify-section + .shopify-section {
  content-visibility: visible;
}

body {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
}

.background-secondary {
  border-top: 0.1rem solid rgb(var(--color-border));
  padding: 4rem 0 5rem;
}

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

body.overflow-hidden {
  padding-inline-end: var(--scrollbar-width);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-heading-capitalize] h1,
[data-heading-capitalize] h2,
[data-heading-capitalize] h3,
[data-heading-capitalize] .h0,
[data-heading-capitalize] .h1,
[data-heading-capitalize] .h2,
[data-heading-capitalize] .h3,
[data-heading-capitalize] .card-information__text,
[data-heading-capitalize] .bundle-products .product-title {
  text-transform: uppercase;
}

[data-heading-capitalize] .article-card__title,
[data-heading-capitalize] .article-template__navigation .h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem - 0.2rem);
  letter-spacing: 0.2em;
}

[data-heading-capitalize] .card-information__text.h4,
[data-heading-capitalize] .bundle-products .product-title {
  font-size: calc(var(--font-heading-scale) * 1.5rem - 0.2rem);
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 750px) {
  [data-heading-capitalize] .article-card__title,
  [data-heading-capitalize] .article-template__navigation .h3 {
    font-size: calc(var(--font-heading-scale) * 2rem - 0.2rem);
  }

  [data-heading-capitalize] .card-information__text.h4,
  [data-heading-capitalize] .bundle-products .product-title {
    font-size: calc(var(--font-heading-scale) * 1.6rem - 0.2rem);
  }
}

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

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

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

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

.typeset0,
.typeset,
.typeset2,
.typeset3 {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.typeset0 {
  font-size: 1.3rem;
}

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

.typeset {
  font-size: 1.5rem;
}

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

.typeset2 {
  font-size: 1.8rem;
}

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

.typeset3 {
  font-size: 2rem;
}

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

.typeset .link,
.typeset2 .link,
.typeset3 .link {
  font-size: inherit;
}

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

.caption-with-letter-spacing .link {
  font-size: inherit;
  color: inherit;
}

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

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

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

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

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

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

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

.center {
  text-align: center;
}

.left {
  text-align: start;
}

.right {
  text-align: end;
}

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

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

.link {
  font-family: inherit;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0;
  position: relative;
  border: none;
  box-shadow: none;
  text-decoration: none;
  color: rgb(var(--color-link));
  background-color: transparent;
  background-image: linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px), linear-gradient(to top, transparent 0px, transparent 0px);
  background-repeat: no-repeat;
  background-position: right bottom, right bottom;
  background-size: 0% 0.1rem, 100% 0.1rem;
  transition-property: background-size;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
}

@media screen and (hover: hover) {
  .link:hover {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

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

.link--underline {
  background-image: linear-gradient(to top, rgb(var(--color-link)) 0px, rgb(var(--color-link)) 0px), linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px);
}

.link-with-icon {
  background-image: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}

.link-with-icon .label {
  position: relative;
}

@media screen and (hover: hover) {
  .link-with-icon .label {
    background-color: transparent;
    background-image: linear-gradient(to top, rgb(var(--color-link)) 0px, rgb(var(--color-link)) 0px), linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px);
    background-repeat: no-repeat;
    background-position: right bottom, right bottom;
    background-size: 0% 0.1rem, 100% 0.1rem;
    transition: background-size var(--duration-default) ease;
  }

  .link-with-icon:hover .label {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.link-with-icon .icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-inline-end: 1rem;
}

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

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

.dash-divider::after {
  content: '\2014';
  font-weight: 400;
  margin: 0 1rem 0 1.2rem;
}

.dash-divider:last-of-type::after {
  content: none;
}

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

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

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

/* arrow animation */
@media screen and (hover: hover) {
  .animate-arrow .icon-arrow path {
    transform: translateX(-0.25rem);
    transition: transform var(--duration-default) ease;
  }

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

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

summary .icon-caret {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -0.3rem;
  height: 0.6rem;
  transition: transform var(--duration-default) ease;
}

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

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

.disclosure-has-popup[open] > summary::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: block;
  cursor: default;
  background: none;
}

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

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

/* component-title */
.title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.title-wrapper.center {
  justify-content: center;
}

.title-wrapper.right {
  justify-content: flex-end;
}

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

.title {
  margin: 3rem 0 2rem;
}

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

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

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

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

.title-wrapper .link {
  font-size: 1.6rem;
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper .link-with-icon {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) * 1.3rem);
  letter-spacing: 0.3rem;
  font-weight: 600;
}

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

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

.title-wrapper--no-heading {
  display: none;
}

@media screen and (max-width: 989px) {
  .title-wrapper--mobile-link {
    display: flex;
  }
}

[data-heading-center] .title-wrapper:not(.title-wrapper--no-heading) {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

[data-heading-center] .page-title {
  text-align: center;
}

.title .link {
  font-size: inherit;
  line-height: normal;
}

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

@media screen and (min-width: 750px) {
  .subtitle {
    font-size: 1.8rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }
}

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

@media screen and (min-width: 480px) {
  .grid {
    --grid-horizontal-spacing: 2rem;
  }
}

@media screen and (min-width: 750px) {
  .grid {
    --grid-horizontal-spacing: 3rem;
  }
}

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

@media screen and (min-width: 750px) {
  .grid__item {
    padding-bottom: 1rem;
  }

  .grid__item--one-third {
    max-width: 100%;
    width: calc(33.33% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--two-third {
    max-width: 100%;
    width: calc(66.67% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--one-quarter {
    max-width: 100%;
    width: calc(25% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--three-quarter {
    max-width: 100%;
    width: calc(75% - var(--grid-horizontal-spacing) / 2);
  }
}

.grid--gapless {
  margin-bottom: 0;
  --grid-horizontal-spacing: 0rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid--3p3-col-tablet .grid__item {
    width: calc(30.3% - var(--grid-horizontal-spacing) * 3 / 3.3);
  }

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

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

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

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

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

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

  .grid--4p3-col-desktop .grid__item {
    width: calc(23.26% - var(--grid-horizontal-spacing) * 4 / 4.3);
  }

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

  .grid--3p3-col-desktop .grid__item {
    width: calc(30.3% - var(--grid-horizontal-spacing) * 3 / 3.3);
  }

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

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

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

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

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

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

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

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

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

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.grid--no-gutters .grid__item {
  padding-bottom: 0;
}

/* component-media */

.media-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: rgb(var(--color-placeholder));
}

[data-lazy-image] .media-wrapper.loading,
.media-wrapper[loading] {
  position: relative;
}

[data-lazy-image] .media-wrapper.loading::before,
[data-lazy-image] .media-wrapper.loading::after,
.media-wrapper[loading]::before,
.media-wrapper[loading]::after {
  content: '';
  position: absolute;
  width: 5rem;
  height: 0.2rem;
  left: 50%;
  top: 50%;
  margin-top: -0.1rem;
  margin-left: -2.5rem;
  z-index: 1;
  background-color: rgb(var(--color-base-background));
}

[data-lazy-image] .media-wrapper.loading::before,
.media-wrapper[loading]::before {
  opacity: 1;
  background-color: rgb(var(--color-base-text));
}

[data-lazy-image] .media-wrapper.loading::after,
[data-lazy-image] .media-wrapper--small.loading::after,
.media-wrapper[loading]::after {
  animation: preloading 1.5s infinite ease;
  will-change: transform;
}

[data-lazy-image] .media-wrapper.loading img[is=lazy-image],
.media-wrapper[loading] img[is=lazy-image] {
  opacity: 0;
}

.media-wrapper--large[loading]::before,
.media-wrapper--large[loading]::after {
  width: 8rem;
  height: 0.3rem;
  margin-left: -4rem;
  margin-top: -0.15rem;
}

[data-lazy-image] .media-wrapper--small.loading::before,
[data-lazy-image] .media-wrapper--small.loading::after {
  width: 3rem;
  margin-left: -1.5rem;
}

.media {
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

.media > img,
.media > picture img {
  object-fit: cover;
  object-position: var(--image-position);
}

.media > img,
.media > picture {
  transition: opacity var(--duration-long) ease;
}

.media--image-contain > img,
.media--image-contain > picture img {
  object-fit: contain;
}

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

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

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

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

.media--wide {
  padding-bottom: 56.25%;
}

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

.media.media--hover-effect > img + img,
.media.media--hover-effect > picture + picture {
  opacity: 0;
  pointer-events: none;
  background-color: rgb(var(--color-placeholder));
}

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

.media .image-fit {
  position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	object-position: var(--image-position);
}

.media--image-contain .image-fit {
	object-fit: contain;
}

.media--adapt {
	position: relative;
	height: 0;
	padding-bottom: var(--image-ratio-percent);
}

.media--adapt .image-fit {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.media--400px {
	height: 260px
}

.media--450px {
	height: 292.5px
}

.media--500px {
	height: 325px
}

.media--550px {
	height: 357.5px
}

.media--600px {
	height: 390px
}

.media--650px {
	height: 422.5px
}

.media--700px {
	height: 455px
}

.media--750px {
	height: 487.5px
}

.media--850px {
	height: 552.5px
}

.media--900px {
	height: 585px
}

.media--100vh {
	height: 100vh
}

@media screen and (min-width: 750px) {
	.media--400px {
		height: 400px
	}

  .media--450px {
		height: 450px
	}

	.media--500px {
		height: 500px
	}

  .media--550px {
		height: 550px
	}

	.media--600px {
		height: 600px
	}

  .media--650px {
		height: 650px
	}

  .media--700px {
		height: 700px
	}

	.media--750px {
		height: 750px
	}

  .media--850px {
		height: 850px
	}

  .media--900px {
		height: 900px
	}
}

@media screen and (max-width: 749px) {
  .media-mobile--200px {
		height: 200px
	}

	.media-mobile--250px {
		height: 250px
	}

	.media-mobile--300px {
		height: 300px
	}

	.media-mobile--400px {
		height: 400px
	}

	.media-mobile--500px {
		height: 500px
	}

  .media-mobile--600px {
		height: 600px
	}

	.media-mobile--100vh {
		height: 90vh
	}

  .media-mobile--square {
    padding-bottom: 100%;
  }
  
  .media-mobile--portrait {
    padding-bottom: 125%;
  }
  
  .media-mobile--landscape {
    padding-bottom: 66.6%;
  }

  .media-mobile--adapt {
    position: relative;
    height: 0;
    padding-bottom: var(--image-ratio-percent);
  }

  .media-mobile--adapt .image-fit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
}

deferred-media {
  display: block;
}

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

.button,
.shopify-challenge__button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: inherit;
  padding: 1rem 3rem;
  padding-top: calc(1rem + var(--font-button-baseline));
  text-decoration: none;
  border-radius: var(--button-radius);
  border: var(--button-border-width) solid rgb(var(--color-button-border));
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button-background));
  font-family: var(--font-button-family);
  min-width: 24rem;
  max-width: 100%;
  min-height: 4.6rem;
  text-transform: uppercase;
  font-weight: 600;
  transition-property: color, background-color, box-shadow;
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  box-shadow: var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) rgba(var(--color-shadow), var(--shadow-opacity));
}

.shopify-challenge__button {
  border: var(--button-border-width) solid rgb(var(--color-button-border));
}

@media screen and (min-width: 750px) {
  .button,
  .shopify-challenge__button {
    min-height: 5rem;
  }

  .button--large {
    font-size: calc(var(--font-button-size) + 2px);
    padding: 1.5rem 3rem;
    padding-top: calc(1.5rem + var(--font-button-baseline));
    min-height: 6rem;
  }
}

.button[disabled],
.button[aria-disabled=true] {
  pointer-events: none;
}

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

.button--tertiary {
  font-size: calc(var(--font-button-size) - 1px);
  padding: 0.8rem 1.5rem;
  padding-top: calc(0.8rem + var(--font-button-baseline));
  min-width: 9rem;
  min-height: 4rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  border: none;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-button-border));
  transition: box-shadow var(--duration-default) ease;
}

.button--small {
  font-size: max(calc(var(--font-button-size) - 2px), 1.2rem);
  padding: 0.6rem 2rem;
  padding-top: calc(0.6rem + var(--font-button-baseline));
  min-height: 4rem;
  min-width: 18rem;
}

.shopify-challenge__container .shopify-challenge__button {
  min-width: 16rem;
  margin-top: 3rem;
}

/* Button - hover */

@media screen and (hover: hover) {
  .button::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    background-image: linear-gradient(90deg, transparent, rgba(var(--color-button-text), 0.25), transparent);
  }

  .button--secondary::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background-image: none;
    background-color: rgb(var(--color-button-text));
    backface-visibility: hidden;
    will-change: transform;
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0% 100%;
    transition: transform var(--duration-long) ease;
  }

  .button--tertiary::after {
    content: none;
  }

  .button:hover {
    box-shadow: none;
    background-color: rgba(var(--color-button-background), 0.85);
    transition-delay: var(--duration-default);
  }

  .button:hover::after {
    animation: shine var(--duration-animate) ease;
  }

  .button--secondary:hover {
    color: rgb(var(--color-button-background));
    transition-delay: 0s;
  }

  .button--secondary:hover::after {
    animation: none;
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }

  .button--tertiary:hover {
    color: rgb(var(--color-button-text));
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-button-border));
    transition-delay: 0s;
  }

  @keyframes shine {
    to {
      left: 100%;
    }
  }
}

/* Button - other */

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

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

.button.loading {
  color: transparent;
}

.button.loading::after {
  content: '';
  display: block;
  animation: loading var(--duration-long) infinite linear;
  border: 0.2rem solid transparent;
  border-inline-start: 0.2rem solid rgb(var(--color-button-text));
  border-radius: 100%;
  height: 2.4rem;
  width: 2.4rem;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.2rem;
  margin-left: -1.2rem;
  right: auto;
  bottom: auto;
  background: none;
  transform: none;
  transform-origin: unset;
}

.button--small.loading:before {
  width: 2rem;
  height: 2rem;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

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

.button--cta {
  min-height: 4.5rem;
  background: none;
  box-shadow: none;
  min-width: auto;
  max-width: 100%;
  padding: 0;
  border: none;
  justify-content: space-between;
  text-transform: none;
  color: rgb(var(--color-link));
}

.button--cta.button--small {
  min-height: 2.7rem;
  min-width: auto;
}

.button--cta.button--small .label {
  padding-inline-end: 1rem;
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 750px) {
  .button--cta {
    min-width: 22.5rem;
  }

  .button--cta.button--large .label {
    font-size: 1.8rem;
  }
}

@media screen and (hover: hover) {
  .button--cta:hover {
    color: rgb(var(--color-link));
    background-color: transparent;
  }
}

.button--cta::before,
.button--cta::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transform: none;
  border: none;
  background-image: none;
  background-color: rgb(var(--color-border));
  transition: transform var(--duration-default) ease;
}

.button--cta::before {
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}

.button--cta::after {
  transform-origin: right;
  transition-delay: 0.25s;
}

@media screen and (hover: hover) {
  .button--cta:hover::before {
    transform: scaleX(1);
    transition-delay: 0.25s;
  }

  .button--cta:hover::after {
    transform: scaleX(0);
    transition-delay: 0s;
  }
}

.button--cta .label {
  padding-inline-end: 2rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.04rem;
  text-align: start;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .button--cta:hover .label {
    transform: translateX(0.5rem);
  }
}

.button--cta .icon {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}

.button--cta.loading {
  color: rgb(var(--color-link));
}

.button--cta.loading::before {
  content: none;
}

.button--cta.loading::after {
  background-color: transparent;
  border-width: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  margin-left: 0;
  left: auto;
  right: 0;
}

.button--cta.loading .icon {
  color: transparent;
}

.button--arrow {
  box-shadow: none;
  min-height: auto;
  min-width: auto;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  width: 100%;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-border));
  height: 4.2rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-default) ease;
}

@media screen and (min-width: 750px) {
  .field__input,
  .select__select,
  .customer .field input,
  .customer select {
    min-height: 4.5rem;
  }
}

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

.select__select option {
  color: initial;
}

@media screen and (hover: hover) {
  .field__input:hover,
  .select__select:hover,
  .customer .field input:hover,
  .customer select:hover {
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-border));
  }
}

.field__input.invalid,
.select__select.invalid,
.customer .field input.invalid,
.customer select.invalid {
  box-shadow: inset 0 0 0 0.1rem var(--color-critical);
}

@media screen and (hover: hover) {
  .field__input.invalid:hover,
  .select__select.invalid:hover,
  .customer .field input.invalid:hover,
  .customer select.invalid:hover {
    box-shadow: inset 0 0 0 0.2rem var(--color-critical);
  }
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 0.2rem rgb(var(--color-border));
}

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

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.35rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  padding: 0;
  padding-inline-start: 1.5rem;
  padding-inline-end: 4rem;;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

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

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: start;
  padding: 1.5rem;
}

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

.field__input::placeholder,
.customer .field input::placeholder {
  color: rgb(var(--color-foreground));
  opacity: 0.7;
  transition: opacity var(--duration-default) ease;
}

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

.field__input:-webkit-autofill,
.customer .field input:-webkit-autofill {
  background-clip: text;
  -webkit-background-clip: text;
}

.field__input::-webkit-search-decoration,
.customer .field input::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

@media screen and (hover: hover) {
  .field__button:hover {
    color: currentColor;
  }
}

.field__button::before {
  content: none;
}

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

/* Text area */


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

.text-area--resize-vertical {
  resize: vertical;
}

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

/* Form global */

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

.form__message {
  font-family: var(--font-body-family);
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-success);
}

.form__message.errors {
  color: var(--color-critical);
}

.form__message.errors .rte a {
  color: inherit;
}

.form__message.errors + .errors {
  margin-top: 1rem;
}

.form__message.errors + .errors ul {
  margin-top: 0;
}

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

.form__message .icon,
.customer .form__message .icon {
  align-self: flex-start;
  height: 1.6rem;
  width: 1.6rem;
  margin-inline-end: 0.5rem;
}

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

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

.form-status .icon {
  width: 1.8rem;
  height: 1.8rem;
}

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

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

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

/* component-quantity */
.quantity {
  position: relative;
  width: 12rem;
  display: flex;
  align-items: center;
  --color-keyboard-focus: var(--color-border);
}

.form__label + .quantity {
  width: 14rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
}

.no-js .quantity {
  height: 4rem;
  width: 10rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
}

.quantity__input {
  font-family: inherit;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  height: 3.6rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.form__label + .quantity .quantity__input {
  height: 4.5rem;
}

.quantity__button {
  padding: 0;
  position: relative;
  flex: 0 0 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.06);
  transition: color var(--duration-default) ease;
}

.form__label + .quantity .quantity__button {
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
}

.form__label + .quantity .quantity__button:first-child {
  margin-inline-start: 1rem;
}

.form__label + .quantity .quantity__button:last-child {
  margin-inline-end: 1rem;
}

.quantity__button::after {
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgb(var(--color-foreground));
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .quantity__button:hover {
    color: rgb(var(--color-background));
  }
  
  .quantity__button:hover::after {
    transform: scale(1);
  }
}

.quantity__button .icon {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

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

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

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

.with--price-break {
  .product-form__quantity {
    width: clamp(37rem, 50%, 100%);
  }

  quantity-input {
    border: 1px solid rgba(var(--color-foreground), 0.06);
    border-radius: clamp(.4rem, var(--button-radius), 50%);
    overflow: hidden;
  }

  .quantity__button[name=minus],
  .quantity__button[name=minus]::after {
    border-radius: .3rem 0 0 .3rem;
  }

  .quantity__button[name=plus],
  .quantity__button[name=plus]::after {
    border-radius: 0 .3rem .3rem 0;
  }
}

/* component-quantity-rules */
.quantity__rules-cart {
  position: relative;

  .loading-overlay {
    display: inline-block;
    top: 0;
  }

  .loading-overlay__spinner {
    width: 1.6rem;
  }

  .loading-overlay:not(.hidden) ~ * {
    visibility: hidden;
  }
}
.quantity__rules .divider + .divider::before {
  content: "\2022";
  margin: 0 .5rem;
}

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

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 101;
  height: 3.4rem;
  width: 4.4rem;
  right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .no-js details[open] .modal__toggle {
    height: 4.4rem;
    right: calc(100% / 2 - 30rem);
  }
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] .modal__toggle span {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgb(var(--color-background));
}

.no-js details[open] .modal__toggle .icon-close {
  display: flex;
  width: 1.2rem;
  height: 1.2rem;
}

.modal__toggle-open {
  display: flex;
}

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

.no-js .modal__close-button {
  visibility: hidden;
}

.modal__close-button {
  padding: 1.2rem;
  height: 4.4rem;
  width: 4.4rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  color: rgb(var(--color-link));
}

.modal__close-button .icon {
  width: 2rem;
  height: 2rem;
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .modal__close-button:hover .icon {
    transform: scale(0.8) rotate(90deg);
  }
}

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

.no-js details[open] .modal__content {
  overflow: visible;
}

.no-js details[open] .modal-overlay {
  display: block;
  animation: fade-in var(--duration-long) ease;
}

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

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

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-base-accent));
  color: rgb(var(--color-base-solid-button-labels));
  font-family: var(--font-button-family);
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  top: 0;
  right: 0.5rem;
  line-height: 1;
  transition-property: opacity, transform, color, background-color;
  transition-duration: var(--duration-default);
  transition-timing-function: ease;
}

@media screen and (min-width: 750px) {
  .cart-count-bubble {
    top: 0.6rem;
  }
}

.cart-count-bubble--dot {
  top: 1.2rem;
  right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgb(var(--color-header-foreground));
}

/* section-header */
.shopify-section-header.animate {
  transition: transform var(--duration-default) ease;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  z-index: 20;
  transition: box-shadow var(--duration-default) ease;
}

.header-wrapper--border-bottom {
  box-shadow: 0 0.1rem 0 rgba(var(--color-header-border), 0.3);
}

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

@media screen and (min-width: 990px) {
  .header--top-left {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

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

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

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

  .header--center-split .header__heading {
    margin: 0 1rem;
  }

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

  .header--off-canvas header-drawer {
    display: block;
  }

  .header--off-canvas .header__inline-menu {
    display: none;
  }

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

  .header--middle-left .header__inline-menu {
    min-width: 45rem;
  }

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

.header-wrapper > .header::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-header-background);
  background-color: rgb(var(--color-header-background));
}

@media screen and (min-width: 750px) {
  .header-wrapper > .header::before {
    transition: height var(--duration-default) ease;
  }
}

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

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

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

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

.header__heading-link {
  display: block;
  position: relative;
  word-break: break-word;
  text-decoration: none;
}

.header__heading-link::before,
.header__heading-link::after {
  content: none;
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .header__heading-link:hover .h2 {
    color: rgb(var(--color-header-foreground), 0.7);
  }
}

.header__heading-logo {
  width: auto;
  height: auto;
  max-height: var(--image-logo-height);
  min-height: var(--image-logo-height);
}

@media screen and (min-width: 750px) {
  .header__heading-logo {
    transition: opacity var(--duration-default) ease;
  }
}

.header__heading-logo.inverse {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

@media screen and (min-width: 990px) {
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

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

/* Header icons */
.header__right {
  display: flex;
  grid-area: icons;
  justify-self: end;
  margin-inline-end: -1.5rem;
}

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

.header__icon span:not(.cart-count-bubble) {
  height: 100%;
}

.header__icon {
  color: rgb(var(--color-header-foreground));
  height: 3.4rem;
  width: 5.2rem;
}

@media screen and (hover: hover) {
  .header__icon:hover {
    color: rgba(var(--color-header-foreground), 0.7);
  }
}

@media screen and (min-width: 750px) {
  .header__icon {
    height: 4.4rem;
    transition: color var(--duration-default) ease;
  }
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  stroke-width: var(--icon-weight);
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
  transition: transform var(--duration-default) ease;
  will-change: transform;
}

.header__icon .icon,
#icon-close,
#icon-search,
#icon-cart {
  overflow: visible;
}

@media screen and (hover: hover) {
  .header__icon:hover .icon {
    transform: scale(1.07);
  }
}

.header__icon--cart {
  position: relative;
}

.no-js .cart-drawer-container {
  display: none;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__right .header__icon--account {
    display: none;
  }
}

/* Search */
.header__left {
  display: flex;
  grid-area: left-icon;
  margin-inline-start: -1.5rem;
}

.header__left header-menu-toggle,
.header__left--localization search-modal,
.header__left--localization > localization-form,
.header--top-center .header__left search-modal,
.header--center-split .header__left search-modal {
  display: none;
}

search-modal {
  display: inline-flex;
  line-height: 0;
}

.header--top-center .header__right search-modal,
.header--center-split .header__right search-modal,
.header--top-center .header__left--localization ~ .header__right search-modal,
.header--center-split .header__left--localization ~ .header__right search-modal {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header__left--localization > localization-form,
  .header--top-center .header__left search-modal,
  .header--center-split .header__left search-modal {
    display: block;
  }

  .header--top-center .header__right search-modal,
  .header--center-split .header__right search-modal {
    display: none;
  }
}

.details-modal {
  overflow: hidden;
  height: 0;
}

/* Header localization */
.header .localization-selector {
  width: auto;
  padding: 0;
  height: 3.4rem;
  color: rgb(var(--color-header-foreground));
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 750px) {
  .header .localization-selector {
    height: 4.4rem;
  }
}

.header .localization-selector .icon + .label {
  margin-inline-start: 0.8rem;
}

.header .localization-selector .label {
  font-family: var(--font-navigation-family);
  font-size: calc(var(--font-navigation-size) - 0.2rem);
  font-weight: var(--font-navigation-weight);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.header .menu-drawer .localization-selector {
  color: rgb(var(--color-link));
}

.header__left > localization-form .localization-selector + .disclosure__list,
.header__right > localization-form .localization-selector + .disclosure__list {
  animation-name: animateHeaderLocalization;
  top: calc(100% + 1rem);
  bottom: auto;
  border: none;
  box-shadow: 0 1rem 2rem rgba(var(--color-header-foreground), 0.08);
  --color-background: var(--color-header-background);
  --color-link: var(--color-header-foreground);
}

@keyframes animateHeaderLocalization {
  0% {
    opacity: 0;
    transform: translate(-50%, -1rem);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.header__right .localization-form {
  display: none;
}

@media screen and (min-width: 990px) {
  .header__right .localization-form {
    display: block;
  }
}

/* Header cart drawer */
summary .header__icon--summary::after,
drawer-close-button.header__icon--summary::after,
drawer-close-button.header__icon--menu::after {
  content: '';
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgba(var(--color-foreground), 0.08);
  transition: transform var(--duration-default) ease;
}

details[open].menu-opening > summary .header__icon--summary::after {
  transform: scale(1);
}

drawer-close-button.header__icon--summary,
drawer-close-button.header__icon--menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

drawer-close-button.header__icon--menu {
  right: auto;
  left: 1rem;
}

drawer-close-button.header__icon--summary .icon-close,
drawer-close-button.header__icon--menu .icon-close {
  height: 1.4rem;
  width: 1.4rem;
  stroke-width: calc(var(--icon-weight) - 0.1px);
  color: rgb(var(--color-link));
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
  stroke-width: calc(calc(var(--icon-weight) * 2) - 0.4px);
}

.header__icon--menu .icon-close {
  height: 1.4rem;
  width: 1.4rem;
  stroke-width: calc(var(--icon-weight) - 0.1px);
}

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

details[open].menu-opening > .header__icon--menu span {
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

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

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

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

.header__inline-menu-split {
  grid-area: navigation-split;
}

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

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

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

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

  .header--center-split .header__inline-menu:not(.header__inline-menu-split) {
    text-align: end;
  }

  .header--center-split .header__inline-menu .list-menu {
    justify-content: center;
    column-gap: 0;
  }

  .header--middle-left .header__inline-menu {
    margin-inline-start: 0;
    text-align: end;
  }
}

@media screen and (min-width: 1200px) {
  .header--center-split .header__inline-menu .list-menu {
    column-gap: 1.5rem;
  }

  .header--middle-left .header__right {
    margin-inline-start: 8rem;
  }
}

.header__menu {
  padding: 0 1rem;
}

[data-animate-image] .header__menu-item > use-animate {
  transition: none;
}

.header__menu-item {
  font-family: var(--font-navigation-family);
  font-size: var(--font-navigation-size);
  font-weight: var(--font-navigation-weight);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  padding: 1.2rem 1.5rem;
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

.header-wrapper--uppercase .header__menu-item {
  text-transform: uppercase;
}

@media screen and (hover: hover) {
  .header__menu-item:hover {
    color: rgba(var(--color-header-foreground), 0.7);
  }
}

.header__menu-item--top .label {
  --color-border: var(--color-header-border);
}

@media screen and (hover: hover) {
  .header__menu-item .label {
    background-color: transparent;
    background-image: linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px), linear-gradient(to top, transparent 0px, transparent 0px);
    background-repeat: no-repeat;
    background-position: right bottom, right bottom;
    background-size: 0% 0.1rem, 100% 0.1rem;
    transition-property: background-size;
    transition-timing-function: ease;
    transition-duration: var(--duration-default);
  }

  details[open].menu-opening > .header__menu-item .label,
  .no-js details[open] > .header__menu-item .label,
  .header__menu-item:hover .label {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.header__active-menu-item .label,
.list-menu__item--active .label {
  background-position: left bottom, left bottom;
  background-size: 100% 0.1rem, 100% 0.1rem;
}

.header__menu-item .icon-caret {
  position: static;
  height: .6rem;
  width: auto;
  display: none;
  transition: transform var(--duration-default) ease;
}

.header__submenu .icon-caret {
  margin-inline-start: 1.2rem;
  margin-top: 0.3rem;
  display: block;
}

.header__submenu details[open] > summary .icon-caret {
  transform: scaleY(-1);
}

@keyframes animateMenuOpen {
  0% {
    height: 0;
  }

  100% {
    height: 27rem;
  }
}

@keyframes animateOverlayOpen {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Sections */
.section--divider {
  border-top: 0.1rem solid rgb(var(--color-base-border));
}

.section--padding,
.header-section--padding {
  padding-top: calc(var(--section-padding-top) * 0.75);
  padding-bottom: calc(var(--section-padding-bottom)  * 0.75);
}

.spacing-section {
  display: block;
  min-height: var(--spacing-section-mobile);
}

@media screen and (min-width: 750px) {
  .section--padding {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }

  .spacing-section {
    min-height: var(--spacing-section-desktop);
  }
}

@media screen and (min-width: 990px) {
  .header-section--padding {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }
}

.transition-body {
  position: relative;
}

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

#MainContent,
.shopify-section-footer {
  transition: transform var(--duration-long) ease;
}

.badge {
  border: 0.1rem solid transparent;
  display: inline-block;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-align: center;
  word-break: break-word;
  width: max-content;
  background-color: var(--color-badge-background);
  border-color: var(--color-badge-border);
  color: var(--color-badge-foreground);
  font-family: var(--font-button-family);
  padding-top: calc(0.5rem + var(--font-button-baseline));
  border-radius: min(var(--button-radius), 0.2rem);
}

@media screen and (max-width: 480px) {
  .badge {
    font-size: 0.9rem;
    padding: 0.3rem 0.5rem;
    padding-top: calc(0.3rem + calc(var(--font-button-baseline) * 0.65));
  }
}

.badge:empty {
  display: none;
}

.badge--onsale {
  color: rgb(var(--color-background));
  background-color: var(--color-sale-badge-background);
  border-color:var(--color-sale-badge-background);
}

.icon-plus-alt {
  position: relative;
}

.icon-plus-alt::before,
.icon-plus-alt::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
}

.icon-plus-alt::before {
  width: 100%;
  height: 0.1rem;
}

.icon-plus-alt::after {
  width: 0.1rem;
  height: 100%;
}

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

quick-view-drawer {
  display: none;
}

/* Animate */

use-animate {
  display: block;
}

[data-animate-image] use-animate {
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
}

[data-animate-image] use-animate[data-animate^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-animate-image] use-animate[data-animate^=fade][animate],
.no-js [data-animate-image] use-animate[data-animate^=fade] {
  opacity: 1;
  transform: translateZ(0);
}

[data-animate-image] use-animate[data-animate=fade-up] {
  transform: translate3d(0, 5rem, 0);
}

[data-animate-image] use-animate[data-animate^=zoom-fade] .image-animate {
  opacity: 0;
}
[data-animate-image] use-animate[data-animate=zoom-fade][animate]:not(.loading) .image-animate {
  animation: zoom-fade var(--duration-animate) ease forwards;
}
[data-animate-image] use-animate[data-animate=zoom-fade-small][animate]:not(.loading) .image-animate {
  animation: zoom-fade-small var(--duration-animate) ease forwards;
}
.no-js [data-animate-image] use-animate .image-animate {
  opacity: 1;
}

@keyframes zoom-fade {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoom-fade-small {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes appear-up {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes preloading {
  0%, 44%, 88.1%, 100% {
		transform-origin: left;
	}
	
	0%, 100%, 88% {
		transform: scaleX(0);
	}
	
	44.1%, 88% {
		transform-origin: right;
	}
	
	33%, 44% {
		transform: scaleX(1);
	}
}

.modal-scrollbar-measure {
  display: block;
  position: absolute;
  top: -100rem;
  width: 5rem;
  height: 5rem;
  overflow: scroll;
}

.breadcrumb {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.breadcrumb--divider {
  border-bottom: 0.1rem solid rgb(var(--color-border));
  padding-bottom: 0.6rem;
}

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

.shopify-policy__container {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .shopify-policy__container {
    margin-bottom: 7rem;
  }
}

/* Flickity v3.0.0 */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-button {
  position: absolute;
  background-color: rgb(var(--color-background));
  border: none;
  color: rgb(var(--color-foreground));
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

.flickity-page-dots {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  padding: 0 1rem;
  background-color: rgb(var(--color-background));
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
  animation: fade-in var(--duration-default) ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  width: 3rem;
  height: 4rem;
  opacity: 0.4;
  cursor: pointer;
  transition: transform var(--duration-default) ease;
  font-size: 0;
}

.flickity-page-dot.is-selected {
  opacity: 1;
}

.flickity-page-dot::after {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgb(var(--color-foreground));
  transition: transform var(--duration-default) ease;
}

.flickity-page-dot.is-selected::after {
  transform: scale(1.5);
}

/* Ambient animation */

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

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

/* Highlight text */

span[data-highlight=marker] {
  background-color: unset;
}

[animate] span[data-highlight=marker] {
  animation: 1s hlMarker 0.5s 1 normal forwards;
  animation-timing-function:cubic-bezier(0.86, 0, 0.07, 1);
  background: linear-gradient(90deg,rgb(var(--color-highlight)),rgba(var(--color-highlight),0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  padding: 0.15rem;
}

@keyframes hlMarker {
  to {
    background-position: 0 0;
  }
}

span[data-highlight] {
  position: relative;
}

span[data-highlight=circle] {
  padding: 0 1rem 0;
}

span[data-highlight] mark,
span[data-highlight] mark {
  background-color: transparent;
  width: 100%;
  position: absolute;
}

span[data-highlight=circle] mark {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-43%);
}

span[data-highlight=underline] mark {
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

span[data-highlight] mark svg {
  fill: none;
  color: rgb(var(--color-highlight));
  transition: stroke-dashoffset 0s 0.2s;
}

span[data-highlight=circle] mark svg {
  stroke-width: 2px;
  stroke-miterlimit: 10;
  stroke-dasharray: 338;
  stroke-dashoffset: 338;
  stroke-linecap: round;
}

[animate] span[data-highlight=circle] mark svg {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.5s cubic-bezier(.645,.045,.355,1);
}

span[data-highlight=underline] mark svg path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
}

[animate] span[data-highlight=underline] mark svg path {
  opacity: 1;
  animation: hlUnderline 1.3s cubic-bezier(.65,0,.35,1) forwards;
}

@keyframes hlUnderline {
  0% {
    stroke-dashoffset: 1;
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

[is=scroll-snap-slider]:not(.-show-scroll-bar) {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

[is=scroll-snap-slider]:not(.-show-scroll-bar)::-webkit-scrollbar {
  display: none !important;
}

@supports (-webkit-overflow-scrolling: touch) {
  input::focus,
  select::focus-visible,
  textarea::focus {
    font-size: max(var (--text-sm), 16px) ;
  }
}
.product .price .badge { display: none !important; }
@media screen and (max-width: 989px) {
    .header__icon {
        width: 4rem !important;
    }
}
/* Standard: Desktop sichtbar */
.promo-mobile { display: none; }
.promo-desktop { display: block; }

/* Mobil: nur die Mobile-Version zeigen */
@media (max-width: 749px) {
  .promo-mobile { display: block; }
  .promo-desktop { display: none; }
}
/* Vendor/Marke überall größer + fett (Shop-weit) */
body .card-information .caption-with-letter-spacing,
body .card__information .caption-with-letter-spacing,
body .product-card .caption-with-letter-spacing,
body .card__vendor,
body .product-card__vendor {
  font-size: 16px !important;     /* Desktop-Größe */
  font-weight: 700 !important;     /* Fett */
  letter-spacing: 0 !important;    /* keine Sperrschrift */
  text-transform: none !important; /* nicht alles groß */
  color: #0b3272 !important;       /* optional: Farbe wie deine H2 */
}

/* Mobile etwas kleiner, damit nichts umbrech-chaotisch wird */
@media (max-width: 749px) {
  body .card-information .caption-with-letter-spacing,
  body .card__information .caption-with-letter-spacing,
  body .product-card .caption-with-letter-spacing,
  body .card__vendor,
  body .product-card__vendor {
    font-size: 15px !important;
  }
}

/* Titel im Abschnitt "Zuletzt angesehen" */
.recently-viewed-products .title.h2,
.recently-viewed-products .title {
  font-weight: 700 !important; /* Fett */
  color: #0b3272 !important;   /* Deine Wunschfarbe */
}
/* Filter-Titel fett */
summary.facets__header span.facets__selected {
  font-weight: 700 !important;
  font-size: 16px; /* optional: größer */
  color: #000000; /* optional: Textfarbe */
}
/* Vendor (Anbieter) NUR im Warenkorb-Drawer > Unsere Empfehlungen */
:is(.drawer, #CartDrawer, .cart-drawer, .mini-cart, .cart-sidebar)
  :is(.product-recommendations, [id*="product-recommendations"], .cart-recommendations)
  .product-description .caption-with-letter-spacing {
  color: #0b3272 !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 14px !important;  /* Desktop */
}

/* Mobil etwas kleiner */
@media (max-width: 749px) {
  :is(.drawer, #CartDrawer, .cart-drawer, .mini-cart, .cart-sidebar)
    :is(.product-recommendations, [id*="product-recommendations"], .cart-recommendations)
    .product-description .caption-with-letter-spacing {
    font-size: 14px !important;
  }
}
/* Titel im Slide-out Warenkorb & Empfehlungen */
.mini-cart .title,
.cart-recommendations .title {
  font-weight: 700 !important;
  font-size: 16px !important;  /* kannst du z.B. 18px machen, falls zu groß */
  color: #0b3272 !important;
}

[class^="collections-heading-template"] *{
  font-weight: 700 !important;
}
[class^="scrolling-text-sub-heading-template"] strong,
[class^="scrolling-text-sub-heading-template"] {
  font-weight: 700 !important;
}

.rivyoReviewWidget.rivyoWidgetTrigger{
      margin-top: -17px !important;
}

/*
.rivyoReviewWidget span.rivyoReviewEmpty svg path {
    filter: drop-shadow(1px 1px 1px black) drop-shadow(-2px 1px 1px black) drop-shadow(0 2px 1px black) drop-shadow(0 -1px 0 black) drop-shadow(2px 1px 1px black) drop-shadow(-1px 1px 1px black) drop-shadow(0 -2px 0 black) drop-shadow(1px -1px 1px black) !important;
}
.rivyoReviewWidget span.rivyoReviewEmpty svg path {
    fill: #fff !important;
}*/
.ratingLabel , .rivyoReviewAverageCount{
  display:none !important;
}
.card-information__wrapper .ratingCount{
      margin: 0 -5px !important;
}
/* Drawer (Side-Cart): "Zwischensumme" größer & fett */
.mini-cart__footer .subtotal .label.h3,
.mini-cart__footer .subtotal .value.price {
  font-size: 2rem !important;   /* ~20px */
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

/* Falls dein Theme die Klasse ohne Doppelt-Unterstrich verwendet */
.mini-cart_footer .subtotal .label.h3,
.mini-cart_footer .subtotal .value.price {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
/* Weniger Abstand oben, mehr Abstand unten bei Zwischensumme */
.mini-cart__footer .subtotal,
.mini-cart_footer .subtotal {
  margin-top: 0px !important;       /* fast kein Abstand oben */
  margin-bottom: 20px !important; /* mehr Abstand unten */
  padding-top: 6px !important;      
  padding-bottom: 12px !important;
}
@media only screen and (max-width: 768px) {
  .mini-cart__footer .subtotal,
  .mini-cart_footer .subtotal {
    margin-top: 0px !important;
    margin-bottom: 6px !important;
    padding-top: 6px !important;
    padding-bottom: 12px !important;
  }
}

/* Sticky Cart Button – Text in einer Zeile */
.sticky-cart .button,
.sticky-cart button {
  white-space: nowrap !important;
  text-align: center !important;
  width: auto !important;     /* passt sich der Textlänge an */
  min-width: 180px;           /* genug Platz, damit nicht umbricht */
}
@media (max-width: 749px) {
  .template-cart .price {
    white-space: nowrap !important;
  }
  .template-cart .price br {
    display: none !important;
  }
}
/* Verhindert, dass CHF und Betrag untereinander brechen (Cart + Mini-Cart) */
.money { 
  display: inline !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

/* Falls das Theme den Preis-Container blockt: wieder in eine Zeile zwingen */
.mini-cart .price,
.cart .price,
.cart .cart-item__totals .price,
.cart .totals .value.price {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: .25rem !important;
  white-space: nowrap !important;
}

/* Mobil zusätzlich absichern */
@media (max-width: 749px) {
  .cart .price > * ,
  .mini-cart .price > * {
    display: inline !important;
  }
}
/* Preise im Warenkorb (cart page) in einer Zeile anzeigen */
@media (max-width: 749px) {
  .cart-item__price,
  .cart-item__totals .price,
  .cart__footer .totals .price {
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    display: inline-flex !important;
    align-items: center;
    gap: 4px; /* kleiner Abstand zwischen CHF und Zahl */
  }

  /* verhindert, dass die Preis-Container umbrechen */
  .cart-item__totals,
  .cart__footer .totals {
    flex-wrap: nowrap !important;
  }
}
/* MOBILE: horizontal scroll + gleiche Höhe */
@media (max-width:768px){
  [class*="pricing-table-items-template"][class*="pricing_table"]{
    display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;
    gap:10px!important;padding:0 14px 16px!important;scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch
  }
  [class*="pricing-table-items-template"][class*="pricing_table"]>*{
    flex:0 0 300px!important;max-width:300px!important;min-height:520px!important;
    display:flex!important;flex-direction:column!important;scroll-snap-align:center;
    padding:16px!important;margin:0!important;box-sizing:border-box!important
  }
  [class*="pricing-table-items-template"][class*="pricing_table"]>*[style*="width"],
  [class*="pricing-table-items-template"][class*="pricing_table"]>*[style*="transform"]{
    width:auto!important;transform:none!important
  }
  [class*="pricing-table-items-template"] [class*="title"],
  [class*="pricing-table-items-template"] [class*="subtitle"]{
    display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden
  }
}

/* DESKTOP: Ausrichtung + erste 2 Inhalte etwas anheben */
[class*="pricing-table-item-template"][class*="pricing_table_"]{
  display:flex!important;flex-direction:column!important;justify-content:flex-start!important
}
[class*="pricing-table-top-template"][class*="pricing_table_"]{margin-bottom:10px!important}
[class*="pricing-table-bottom-template"][class*="pricing_table_"]{flex:1 1 auto!important}

@media (min-width:768px){
  [class*="pricing-table-items"]>div:nth-child(1) [class*="pricing-table-bottom"],
  [class*="pricing-table-items"]>div:nth-child(2) [class*="pricing-table-bottom"]{
    transform:translateY(-28px)!important; /* bei Bedarf -24px/-32px */
  }
}
/* Variante B: nur Karte 3 hochziehen (passend zu Karte 1+2) */
@media (min-width:768px){
  [class*="pricing-table-items"] > div:nth-child(3) [class*="pricing-table-bottom"]{
    transform: translateY(-28px) !important;
  }
}
.essential-how-it-works .essential-heading{
font-weight:800!important
}
@media(max-width:768px){
  .essential-how-it-works .essential-heading{
    text-align:center!important;font-size:26px!important;line-height:1.3!important;padding:0 0px!important
  }
}
@media (max-width:768px){
  .essential-how-it-works{padding:0px 0!important;}
  .essential-how-it-works .essential-heading{margin:6px 0 0px!important;}
  .essential-hiw-steps{padding:0!important;gap:0px!important;row-gap:0px!important;}
  .essential-hiw-step{padding:0px 0px!important;}
  .essential-hiw-step-number{margin:0 0 0px!important;line-height:1!important;}
  .essential-hiw-step-heading{margin:0 0 0px!important;line-height:1.1!important;}
  .essential-hiw-step-text{margin:0!important;line-height:1.25!important;}

}
@media (max-width:768px){
  .essential-heading {
    font-size: 26px !important;
    line-height: 1.2 !important;
  }
  .essential-text {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}
@media (max-width:768px){
  .essential-wte-actions {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
    justify-items: center !important;
  }
  .essential-card {
    width: 100% !important;
    max-width: 140px !important;
    padding: 8px !important;
    box-sizing: border-box !important;
  }
  .essential-card-content,
  .essential-card-icon {
    transform: scale(0.9) !important; /* leicht verkleinert */
  }
}
@media (max-width:768px){
  .essential-card-icon {
    margin-bottom: 0 !important;
  }
}
@media (max-width:768px){
  .essential-wtr-rewards {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 6px !important;
    justify-items: center !important;
  }
  .essential-card {
    width: 100% !important;
    max-width: 140px !important;
    padding: 8px !important;
    box-sizing: border-box !important;
  }
  .essential-card-icon {
    margin-bottom: 0 !important;
  }
}
@media (min-width:769px){
  .essential-card-icon {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
/* VELVET GLOW – Rewards Styling */
.essential-card {
  border: 2px solid #ffe5ee !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
  background: #fff !important;
}
.essential-card-title {
  font-weight: 700;
  font-size: 20px;
}
.essential-card-description {
  font-weight: 600;
  font-size: 16px;
}
.essential-heading {
  font-weight: 800;
  font-size: 36px;
}
.essential-text {
  font-size: 20px;
}
.essential-card-title {
  font-weight: 800 !important; /* Fett */
  font-size: 18px !important; /* Etwas größer */
  text-align: center !important; /* Schön zentriert */
}
@media (min-width: 768px) {
  div._Popup_9l9xh_1 {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    bottom: auto !important;
    right: auto !important;
    z-index: 9999 !important;
  }
}
@media (max-width: 749px){
  .essential-hiw-activity .essential-text,
  .essential-hiw-rewards .essential-text{
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    transform: scale(0.8);
    transform-origin: center center;
    font-size: 14px !important;  /* ← Hier kannst du die Größe ändern */
    line-height: 1.4 !important;
  }
}
/* Mobile-Basis bis 749px – inkl. iPhone Pro Max */
@media (max-width: 749px){

  /* Überschrift */
  .essential-hero-card .essential-heading {
    font-size: 40px !important; 
    line-height: 1.2 !important;
  }

  /* Untertitel */
  .essential-hero-card .essential-text {
    font-size: 16px !important; 
    line-height: 1.35 !important;
  }

  /* Buttons */
  .essential-hero-card .essential-button {
    white-space: nowrap !important;
    font-size: 15px !important;  
    padding: 9px 16px !important;
  }
}
/* Extra-Anpassung für kleinere iPhones (SE, iPhone Pro, XR usw.) */
/* Gilt bis 414px Breite – Pro Max (428px) bleibt bei den größeren Werten */
@media screen and (max-width: 414px) {

  /* Überschrift im Hero */
  .essential-hero-card .essential-heading {
    font-size: 34px !important;
    line-height: 1.2 !important;
  }

  /* Untertitel im Hero */
  .essential-hero-card .essential-text {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }
}  /* 👈 dieser Block fehlte! */

/* Extra-Anpassung für kleinere iPhones (SE, iPhone Pro, XR usw.) */
/* GILT NUR BIS 414px – MUSS GANZ UNTEN STEHEN */
@media (max-width: 414px) {
  .essential-hero-card .essential-button,
  .essential-hero-card a.essential-button {
    white-space: nowrap !important;
    font-size: 14px !important;
    padding: 6px 12px !important;
    width: auto !important;
  }
}



/* "verdienen" im Titel fett machen */
.pricing-table-heading-template strong,
.pricing-table-heading-template b {
  font-weight: 900 !important;
}

/* Falls "verdienen" kein <b> oder <strong> hat, gezielt über Textinhalt */
.pricing-table-heading-template:has(span:contains("verdienen")) span {
  font-weight: 900 !important;
}
/* Nur auf Desktop – Card nach links verschieben */
@media (min-width: 750px){
  .essential-hero-card.essential-hero-card-text-align-center {
    margin-left: -130px !important; /* ← verschiebt die Card nach links */
  }
}
/* 💕 AUSGELOGGT – WILLKOMMEN BEI VELVET REWARDS */
@media (min-width: 750px){
  .essential-hero .essential-heading {
    font-size: 47px !important; /* Desktop-Grösse ausgeloggt */
    line-height: 1.2em;
  }
}

@media (max-width: 749px){
  .essential-hero .essential-heading {
    font-size: 36px !important; /* Mobile-Grösse ausgeloggt */
    line-height: 1.2em;
  }
}
/* --- GLOW POINTS BAR mit Shine & variabler Höhe --- */
.vg-points-bar {
  /* <<< HÖHE HIER ANPASSEN >>> */
  --bar-height: 32px;

  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  background: #ff03d0;
  color: #fff;

  height: var(--bar-height);
  line-height: var(--bar-height);
  padding: 0 16px;

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

  z-index: 20;
  overflow: hidden;
  cursor: pointer;   /* Glow-Bar wirkt klickbar */
}

/* Shine Layer */
.vg-points-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;          /* Startpunkt außerhalb */
  width: 60%;
  height: 100%;

  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.0) 0%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0.0) 100%
  );

  transform: skewX(-20deg);
  transition: 2.7s ease; /* Shine-Speed */
  pointer-events: none;  /* wichtig */
}

/* Shine Animation */
.vg-points-bar:hover::after {
  left: 130%;            /* Zielpunkt */
}

/* --- Text-Link --- */
.vg-points-link {
  color: #fff !important;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;
  z-index: 2; /* Damit Shine darunter bleibt */
}

/* --- Close Button (X) --- */
.vg-points-close {
  position: absolute;
  right: 12px;
  top: calc(var(--bar-height) / 2);
  transform: translateY(-50%);

  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  z-index: 2; /* Shine darf nicht drüber gehen */
}

.vg-points-close:hover {
  opacity: 0.8;
}
@media (max-width: 749px) {
  .vg-points-bar {
    height: 40px;        /* << Mobile-HÖHE HIER ÄNDERN */
    line-height: 40px;   /* << Text bleibt zentriert */
  }

  .vg-points-close {
    top: 20px;                      /* = 40px / 2 */
    transform: translateY(-50%);
  }
}


/* 📱 Kleine Geräte & alle normalen iPhones (SE, Mini, 11–15, 12–15 Pro)
      → 1 Kachel pro Reihe */
@media (max-width: 425px) {
  .essential-wte-actions,
  .essential-wtr-rewards,
  .essential-hiw-rewards-table {
    display: grid !important;
    grid-template-columns: 1fr !important; /* 1 Kachel */
    gap: 14px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .essential-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px !important;
    box-sizing: border-box !important;
  }
}

/* 📱 Ab iPhone Pro Max (430px) bis 767px → 2 Kacheln */
@media (min-width: 426px) and (max-width: 767px) {
  .essential-wte-actions,
  .essential-wtr-rewards,
  .essential-hiw-rewards-table {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; /* 2 Kacheln */
    gap: 14px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .essential-card {
    width: 100% !important;
    max-width: 165px !important;
    padding: 14px !important;
    box-sizing: border-box !important;
  }
}


/* 📱 iPad / Tablets → 3 Kacheln (768px–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .essential-wte-actions,
  .essential-wtr-rewards,
  .essential-hiw-rewards-table {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* 3 Kacheln */
    gap: 20px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .essential-card {
    max-width: 100% !important;
    padding: 16px !important;
  }
}
/* 📱 Surface Duo & ähnliche (ca. 500–600px Breite) – Kacheln näher zusammen */
@media (min-width: 500px) and (max-width: 600px) {
  .essential-wte-actions,
  .essential-wtr-rewards,
  .essential-hiw-rewards-table {
    gap: 8px !important;              /* weniger Abstand zwischen den Kacheln */
    padding-left: 8px !important;     /* weniger Rand links */
    padding-right: 8px !important;    /* weniger Rand rechts */
  }

  .essential-card {
    max-width: 210px !important;      /* etwas schmaler, damit sie dichter wirken */
  }
}

/* 📱 iPad → Hero-Card zentrieren */
@media (min-width: 768px) and (max-width: 1024px) {

  /* Die Hero-Card mittig ausrichten */
  .essential-hero-card.essential-hero-card-text-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  /* Bild ebenfalls zentrieren */
  .essential-hero-card.essential-hero-card-text-align-center .essential-hero-media {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  /* Buttons zentrieren */
  .essential-hero-card.essential-hero-card-text-align-center .essential-button-wrapper {
    justify-content: center !important;
  }
}

/*swym css*/
.swym-wishlist-header-counter {
  visibility: hidden;
}


  .swym-wishlist-header-counter[data-count]:not([data-count="0"]) {
    display: inline-flex !important;
  }
span.swym-wishlist-header-counter {
    position: absolute;
    right: 0.1rem;
    background-color: rgb(var(--color-base-accent));
    color: rgb(var(--color-button-text));
    height: 1.4rem !important;
    width: 1.4rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    bottom: 2.6rem !important;
    line-height: calc(1 + .1 / var(--font-body-scale));
    z-index: 3;
    scale:1.1;
}

a.header__icon.focus-inset.swym-wishlist {
    text-decoration: none;
    position: relative;
    scale:0.9;
}
.swym-storefront-layout-notification-container {
    display: none !important;
}
@media only screen and (max-width: 750px) {
span.swym-wishlist-header-counter.show-badge {
    right: -0.1rem;
    top: -.2rem;
}
}
a.swym-storefront-layout-grid-item-image-container {
    height: 100% !important;
}

.shopify-section-header:not(.shopify-section-header-sticky) .header-transparent a.header__icon.focus-inset.swym-wishlist svg {
    stroke: rgb(var(--color-header-transparent));
    fill: rgb(var(--color-header-transparent));
}

.shopify-section-header:not(.shopify-section-header-sticky).is-active .header-transparent a.header__icon.focus-inset.swym-wishlist svg {
    stroke: rgb(var(--color-header-foreground));
    fill: rgb(var(--color-header-foreground));
}

a.header__icon.focus-inset.swym-wishlist svg {
    transition: .3s;
}

/* Desktop: Rabattfeld über dem Checkout-Button im Mini-Cart */
@media (min-width: 350px) {
  .mini-cart__footer .button-container {
    display: flex !important;
    flex-direction: column !important;   /* Untereinander statt nebeneinander */
    gap: 12px;                            /* Abstand zwischen Rabattfeld & Button */
    align-items: stretch !important;      /* volle Breite */
  }

  /* Das Discount-Widget soll oben stehen */
  .mini-cart__footer .button-container .scDiscount__container { 
    order: 0 !important;
    width: 100% !important;
  }

  /* Checkout-Button darunter, ebenfalls volle Breite */
  .mini-cart__footer .button-container button[name="checkout"] {
    order: 1 !important;
    width: 100% !important;
  }

  /* Falls das App-Widget „rechts“ floated, neutralisieren */
  #scDiscountApp.scDiscount.scright {
    float: none !important;
  }
}
/* === Abstand über dem Rabattfeld entfernen (Cart Page + Drawer) === */

/* Warenkorb-Seite */
.cart__footer,
.cart__footer .cart__ctas,
.cart__footer .scDiscount__container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.cart-drawer .taxes-discounts {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* Marken-Link auf Produktseite UND im Modal – groß, fett & dunkelblau */
.product__info-container .product__text.subtitle .link,
.product__info-container .product__text_subtitle .link,
.product__info-container .product__text-subtitle .link,
.product__text.caption-with-letter-spacing .link {
  font-size: 23px !important;
  font-weight: 700 !important;
  color: #0b3272 !important;
  text-transform: none !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* Mobile Version */
@media (max-width: 749px){
  .product__info-container .product__text.subtitle .link,
  .product__info-container .product__text_subtitle .link,
  .product__info-container .product__text-subtitle .link,
  .product__text.caption-with-letter-spacing .link {
    font-size: 20px !important;
  }
}
.predictive-search__item-vendor.card-article-info.caption-with-letter-spacing {
  font-size: 13px;           /* Schriftgröße etwas größer */
  font-weight: 700;          /* Fett für besseren Kontrast */
  color: #0B3272;            /* Velvet Glow Dunkelblau */
  text-transform: uppercase; /* Einheitlicher Stil */
  letter-spacing: 0.5px;     /* Dezenter Abstand */
}
.search-modal__form .field {
  background-color: #EFF1FC !important;
}
/* Links im Textblock (Kontaktseite etc.) OHNE Unterstreichung */
.image-with-text__text.rte a,
.image-with-text__text.rte a:link,
.image-with-text__text.rte a:visited,
.image-with-text__text.rte a:hover,
.image-with-text__text.rte a:focus {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
/* Nur Desktop */
@media screen and (min-width: 1024px) {

  /* Nur Startseite + einzelne Label-IDs verkleinern */
  body.template-index .pl-animation.pl-image[data-label-id="70449"],
  body.template-index .pl-animation.pl-image[data-label-id="70452"],
  body.template-index .pl-animation.pl-image[data-label-id="71960"],
  body.template-index .pl-animation.pl-image[data-label-id="70453"] {
    width: 58px !important;
    height: 58px !important;
  }

  body.template-index .pl-animation.pl-image[data-label-id="70449"] img,
  body.template-index .pl-animation.pl-image[data-label-id="70452"] img,
  body.template-index .pl-animation.pl-image[data-label-id="71960"] img,
  body.template-index .pl-animation.pl-image[data-label-id="70453"] img {
    width: 100% !important;
    height: auto !important;
  }

}
/* Nur Desktop */
@media screen and (min-width: 1024px) {

  /* Nur Suchseite + einzelne Label-IDs verkleinern */
  body.template-search .pl-animation.pl-image[data-label-id="70449"],
  body.template-search .pl-animation.pl-image[data-label-id="70452"],
  body.template-search .pl-animation.pl-image[data-label-id="71960"],
  body.template-search .pl-animation.pl-image[data-label-id="70453"] {
    width: 63px !important;
    height: 63px !important;
  }

  body.template-search .pl-animation.pl-image[data-label-id="70449"] img,
  body.template-search .pl-animation.pl-image[data-label-id="70452"] img,
  body.template-search .pl-animation.pl-image[data-label-id="71960"] img,
  body.template-search .pl-animation.pl-image[data-label-id="70453"] img {
    width: 100% !important;
    height: auto !important;
  }

}
/* Warenkorb – Desktop */
@media screen and (min-width: 1024px) {

  body.template-cart .pl-animation.pl-image[data-label-id="70449"],
  body.template-cart .pl-animation.pl-image[data-label-id="70452"],
  body.template-cart .pl-animation.pl-image[data-label-id="71960"],
  body.template-cart .pl-animation.pl-image[data-label-id="70453"] {
    width: 60px !important;  /* kannst du ändern */
    height: 60px !important;
  }

  body.template-cart .pl-animation.pl-image[data-label-id="70449"] img,
  body.template-cart .pl-animation.pl-image[data-label-id="70452"] img,
  body.template-cart .pl-animation.pl-image[data-label-id="71960"] img,
  body.template-cart .pl-animation.pl-image[data-label-id="70453"] img {
    width: 100% !important;
    height: auto !important;
  }

}
/* Warenkorb – Mobile */
@media screen and (max-width: 1023px) {

  body.template-cart .pl-animation.pl-image[data-label-id="70449"],
  body.template-cart .pl-animation.pl-image[data-label-id="70452"],
  body.template-cart .pl-animation.pl-image[data-label-id="71960"],
  body.template-cart .pl-animation.pl-image[data-label-id="70453"] {
    width: 48px !important;  /* kannst du kleiner oder grösser machen */
    height: 48px !important;
  }

  body.template-cart .pl-animation.pl-image[data-label-id="70449"] img,
  body.template-cart .pl-animation.pl-image[data-label-id="70452"] img,
  body.template-cart .pl-animation.pl-image[data-label-id="71960"] img,
  body.template-cart .pl-animation.pl-image[data-label-id="70453"] img {
    width: 100% !important;
    height: auto !important;
  }

}
@media screen and (max-width: 768px) {

  /* Nur auf Kollektionsseiten, nur im Haupt-Produktgrid */
  body.template-collection main .product-grid-container .product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: var(--grid-horizontal-spacing, 1.6rem);
    row-gap: var(--grid-vertical-spacing, 1.8rem);
  }

  /* Alle Produktkarten gleich behandeln – kein Vollbreite-Funksi mehr */
  body.template-collection main .product-grid-container .product-grid > * {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    grid-column: auto !important;
    margin: 0 !important;
  }
}
/* Aktive Seite – Hellblau */
.pagination__item--current {
  background-color: #D4DDED !important;
  color: #0B3272 !important;
  font-weight: 700;
}

/* Hover – auch Hellblau */
.pagination__item:hover {
  background-color: #D4DDED !important;
  color: #0B3272 !important;
}
.shopify-policy__title h1 {
  color: #ff03d0 !important;
  font-weight: 800 !important;
  font-size: 36px !important;
}
/* Policy-H2 */
.shopify-policy__body h2 {
  color: #ff03d0 !important;
  font-weight: 700 !important;
}
/* Policy-H3 */
.shopify-policy__body h3 {
  color: #ff03d0 !important;
  font-weight: 700 !important;
}
/* Alle Links im Policy-Body */
.shopify-policy__body a {
  color: #ff03d0 !important;
  font-weight: 700 !important;
  text-decoration: underline; /* falls du kein underline willst → entfernen */
}

.shopify-policy__body a:hover {
  color: #ff03d0 !important; /* süßes leichteres Pink beim Hover */
}


/* ===========================
   VELVETLOG – Standard Blog Layout (SCOPED)
   Wirkt NUR auf .article-template
   =========================== */

/* Basis-Layout */
.article-template .vg-article{
  max-width: 1080px;
  margin: 0 auto 60px auto;
  padding: 0 20px 40px;
  color: #001a4d;
  font-size: 16px;
  line-height: 1.7;
}

/* Meta / Kategorie */
.article-template .vg-meta-row{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.article-template .vg-category{
  font-weight: 700;
  color: #ff03d0;
}

/* Titel + Untertitel */
.article-template .vg-title{
  font-family: 'Libre Baskerville', serif;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.article-template .vg-subtitle{
  font-size: 17px;
  margin: 0 0 10px;
  color: #243b6c;
}

.article-template .vg-author{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 26px;
}

.article-template .vg-author span{
  font-weight: 700;
}

/* Key Takeaways Box */
.article-template .vg-keytakeaways{
  border-radius: 16px;
  border: 1px solid #E6F2FF;
  background: var(--vg-bg, #f1ffe0);
  padding: 18px 20px;
  margin-bottom: 30px;
}

.article-template .vg-box-title{
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #000000;   /* 🔥 schwarz */
}

.article-template .vg-keytakeaways ul{
  margin: 0;
  padding-left: 20px;
}

.article-template .vg-keytakeaways li{
  margin-bottom: 4px;
}

/* Layout: Content + Sidebar */
.article-template .vg-layout{
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr);
  gap: 40px;
}

/* Content */
.article-template .vg-content h2,
.article-template .vg-content h3{
  font-family: 'Libre Baskerville', serif;
  margin-top: 26px;
  margin-bottom: 8px;
}

.article-template .vg-content h2{ font-size: 24px; }
.article-template .vg-content h3{ font-size: 18px; }

.article-template .vg-content p{
  margin: 0 0 16px;
}

.article-template .vg-list,
.article-template .vg-steps{
  margin: 0 0 18px 18px;
}

.article-template .vg-steps li{
  margin-bottom: 4px;
}

/* Sidebar */
.article-template .vg-sidebar{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-template h1,
.article-template h2,
.article-template h3,
.article-template h4,
.article-template h5,
.article-template h6{
  color: #000000 !important;
}


.article-template .vg-sidebar-box{
  border-radius: 16px;
  border: 2px solid #ff03d0;
  background: #ffffff;
  padding: 18px 18px 20px;
}

/* VELVET LEXIKON – SWEET GRADIENT BOX */
.article-template .vg-sidebar-box--light{
  border-radius: 16px;
  border: 2px solid #ff03d0;
  background: linear-gradient(135deg, #FDF2FF 0%, #E6F5FF 100%);
  padding: 22px 20px;
  box-shadow: 0 4px 10px rgba(255, 31, 164, 0.12);
}

.article-template .vg-sidebar h3,
.article-template .vg-sidebar h4{
  font-family: 'Libre Baskerville', serif;
  margin: 0 0 8px;
}

.article-template .vg-sidebar h3{ font-size: 18px; }
.article-template .vg-sidebar h4{ font-size: 16px; }

.article-template .vg-sidebar-text{
  font-size: 14px;
  margin: 0 0 14px;
}

/* Produktkarte in Sidebar */
.article-template .vg-product-card{
  display: flex;
  gap: 10px;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  background: #EFF1FC;
}

.article-template .vg-product-card img{
  width: 96px;
  height: 96px;
  object-fit: cover;
  flex-shrink: 0;
}

.article-template .vg-product-info{
  padding: 10px 10px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-template .vg-product-name{
  font-size: 14px;
  font-weight: 700;
  color: #0B3272;
  margin: 0 0 4px;
}

.article-template .vg-product-link{
  font-size: 13px;
  color: #ff03d0;
  margin: 0;
}

/* Lexikon-Box */
.article-template .vg-sidebar-title{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #001f3f;
}

.article-template .vg-sidebar-subtext{
  font-size: 15px;
  color: #333;
  margin-bottom: 18px;
  line-height: 1.5;
}

.article-template .vg-sidebar-button{
  display: inline-block;
  background: #ff03d0;
  color: #ffffff !important;   /* 🔥 wichtig */
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.article-template .vg-sidebar-button:hover{
  background: rgb(255, 251, 196);
  color: #000000 !important;   /* 🔥 Schrift schwarz */
}

/* Mobile */
@media (max-width: 768px){
  .article-template .vg-article{ padding: 0 16px 40px; }
  .article-template .vg-title{ font-size: 28px; }
  .article-template .vg-layout{ grid-template-columns: 1fr; gap: 28px; }
  .article-template .vg-sidebar{ order: -1; }
}

/* Links in Hot Pink & fett */
.article-template .rte a,
.article-template .vg-article a{
  color: #ff03d0;
  font-weight: 700;
  text-decoration: none;
}

.article-template .rte a:hover,
.article-template .vg-article a:hover{
  text-decoration: none;
}

/* Header Hintergrund + Radius */
.article-template header.header{
  background-color: #EFF1FC !important;
  border-radius: 160px !important;
  overflow: visible !important;
}

/* Desktop – Titel im SPF-Abschnitt anpassen */
@media screen and (min-width: 1025px){
  .article-template .section-template--24586427400575__ss_video_with_text_mzpDxU
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__heading,

  .article-template .section-template--24586427400575__ss_video_with_text_mzpDxU
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__heading-heading_9mX8CD{
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }
}
/* ===========================
   VELVETLOG – Standard Blog Layout
   =========================== */




/* ============================================
   VELVET LEXIKON StYLE
   ============================================ */
 :root {
  --vg-blue:#0B3272;
  --vg-hot:#ff03d0;
  --vg-baby:#3AFFD6;
  --vg-line:#3affd6;
  --vg-text:#001a4d;
}

/* Container */
#velvet-lexikon.vgx-lexikon {
  max-width:1080px;
  margin:0 auto;
  padding:10px 20px 60px;
  color:var(--vg-text);
}

/* Buchstaben-Abschnitt & Scroll-Position */
#velvet-lexikon .vgx-letter {
  margin:28px 0 8px;
}

#velvet-lexikon .vgx-letter-title {
  font-size:22px;
  font-weight:800;
  color:var(--vg-blue);
  padding-bottom:8px;
  border-bottom:4px solid var(--vg-baby);
  margin:0 0 12px;
  scroll-margin-top:35vh;
}

/* Grid – Desktop 4 Spalten */
#velvet-lexikon .vgx-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* 4 Spalten Desktop */
  gap: 16px;
}

/* Mobile – 2 Spalten */
@media (max-width: 800px){
  #velvet-lexikon .vgx-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 Spalten mobil */
  }
}

/* Cards */
#velvet-lexikon .vgx-card {
  border:1px solid var(--vg-line);
  border-radius:12px;
  padding:14px 16px;
  background:#fff;
  box-shadow:0 2px 10px rgba(0,0,0,.03);
  text-decoration:none;
}

#velvet-lexikon .vgx-term {
  display:block;
  font-size:18px;
  font-weight:800;
  color:var(--vg-blue);
  text-decoration:none;
}

#velvet-lexikon .vgx-term:hover {
  color:var(--vg-hot);
}

/* SEITEN-HEADER OBEN AUSBLENDEN */
.page-title,
#MainContent .section-header,
#MainContent .shopify-section--page-padding {
  display:none!important;
}

#MainContent .shopify-section--main,
#MainContent .shopify-section,
#velvet-lexikon {
  margin-top:0!important;
  padding-top:0!important;
}

/* Desktop-Größen */
@media (min-width: 1500px) {
  #velvet-lexikon .vgx-letter-title { font-size:26px !important; }
  #velvet-lexikon .vgx-term         { font-size:16px !important; }
}

/* Mobile-Größen */
@media (max-width: 800px) {
  #velvet-lexikon .vgx-letter-title { font-size:20px !important; }
  #velvet-lexikon .vgx-term         { font-size:14px !important; }
}

/* Scroll-Stopp */
#velvet-lexikon {
  scroll-margin-top: 1000px;
}

/* BACK TO TOP BUTTON */
.vgx-back-top {
  position: fixed !important;
  bottom: 360px !important;
  right: 300px !important;

  display: inline-block !important;
  background: var(--vg-hot) !important;
  color: #ffffff !important;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0px;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 9;
  transition: 0.2s ease;
}

/* Hover funktioniert jetzt */
.vgx-back-top:hover {
  background: #D4DDED !important;
  color: #0B3272 !important;
}

/* MOBILE Back-Top */
@media (max-width: 768px) {
  .vgx-back-top {
    bottom: 130px !important;
    right: 14px !important;

    padding: 10px 14px;
    font-size: 13px;
  }
}

/* Platzhalter ausblenden (falls leer) */
#velvet-lexikon .vgx-term.vgx-placeholder {
  display: none !important;
}  
/* ============================================
   VELVET LEXIKON StYLE ENDE
   ============================================ */

.attribute-block h4 {
  font-weight: 700;
}

.product__tax.caption.rte {
  display: none !important;
}

/* ============================================
   IPAD STYL
   ============================================ */

/* ALL iPads (Mini, Air, Pro): 600–1366 px */
@media screen and (min-width: 600px) and (max-width: 1366px) {

  /* SPF-Abschnitt – horizontaler Padding kleiner */
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__grid,
  .section-template--24586427400575__ss_video_with_text_mzpDxU-settings,
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__grid--reverse {
    padding-left: 47px !important;
    padding-right: 47px !important;
  }

  /* SPF – Titel */
  .section-template--24586427400575__ss_video_with_text_mzpDxU 
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__heading,
  .section-template--24586427400575__ss_video_with_text_mzpDxU 
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__heading-heading_9mX8CD {
    font-size: 27px !important;
    line-height: 1.2 !important;
  }

  /* SPF – Text */
  .section-template--24586427400575__ss_video_with_text_mzpDxU 
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__text,
  .section-template--24586427400575__ss_video_with_text_mzpDxU 
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__text-text_h8ck6T,
  .section-template--24586427400575__ss_video_with_text_mzpDxU 
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__text *,
  .section-template--24586427400575__ss_video_with_text_mzpDxU 
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__text-text_h8ck6T * {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  /* SPF – Button */
  .section-template--24586427400575__ss_video_with_text_mzpDxU 
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__button-button_PDjQ9B {
    font-size: 15px !important;
    padding: 12px 24px !important;
    width: auto !important;
    min-width: unset !important;
    line-height: 1.2 !important;
    border-radius: 0px !important;
    display: inline-block !important;
  }

}
/* ALL iPads – SPF Inhalt nach links verschieben */
@media screen and (min-width: 600px) and (max-width: 1366px) {

  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__content {
    text-align: left !important;      /* Titel, Text, Button links */
    padding-left: 5px !important;    /* Abstand von links */
    padding-right: 0 !important;      /* rechts enger */
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  /* Falls der Textblock einen Inner-Wrapper hat */
  .image-with-text-template--24586427400575__ss_video_with_text_mzpDxU__content * {
    text-align: left !important;
  }
}

/* Nur iPads (Mini, Air, Pro): Gallery-Heading zentrieren */
@media screen and (min-width: 750px) and (max-width: 1366px) {

  #shopify-section-template--24586427400575__ss_gallery_1_6q3G6Q 
  .gallery-heading-template--24586427400575__ss_gallery_1_6q3G6Q {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    display: block !important;
  }

}

/* Nur iPads (Mini, Air, Pro): vg-routine-title zentrieren */
@media screen and (min-width: 750px) and (max-width: 1366px) {

  .vg-routine-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    width: 100% !important;
  }

}


@media screen and (min-width: 600px) and (max-width: 1366px) {

  .scrolling-text-sub-heading-template--24586427400575__ss_scrolling_text_9_L3wKny,
  .scrolling-text-sub-heading-template--24586427400575__ss_scrolling_text_9_L3wKny * {
    font-size: 38px !important;    /* ← deine Größe */
    text-align: center !important; /* ← mittig */
  }

}
/* ALL iPads (Mini, Air, Pro): 600–1366px */
@media screen and (min-width: 600px) and (max-width: 1366px) {

  /* SECTION zentrieren */
  .section-template--24586427400575__ss_collection_5_HUNaPU-settings {
    text-align: center !important;
  }

  /* TITEL größer + zentriert */
  .collections-heading-template--24586427400575__ss_collection_5_HUNaPU,
  .collections-heading-template--24586427400575__ss_collection_5_HUNaPU * {
    font-size: 38px !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  /* TEXT unter dem Titel zentrieren */
  .collections-text-template--24586427400575__ss_collection_5_HUNaPU,
  .collections-text-template--24586427400575__ss_collection_5_HUNaPU * {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}
@media screen and (min-width: 600px) and (max-width: 1366px) {

  /* Button zentrieren */
  .button.button--tertiary {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  /* Button breiter machen */
  .button.button--tertiary {
    padding: 14px 32px !important;   /* ← hier kannst du breiter/ höher machen */
    min-width: 200px !important;     /* ← Breite erhöhen */
  }

}


@media screen and (min-width: 750px) and (max-width: 990px) {

  .vg-home-blog__title {
    font-size: 38px !important;   /* ← deine Wunschgröße */
    line-height: 1.2 !important;
    text-align: center !important; /* falls du auch Mitte willst */
  }

}
@media screen and (min-width: 750px) and (max-width: 990px) {

  .wc_review_title {
    font-size: 38px !important;     /* ← Wunschgröße */
    line-height: 1.2 !important;
    text-align: center !important;  /* falls du es mittig möchtest */
  }

}
@media screen and (min-width: 750px) and (max-width: 990px) {

  .swiper-wrapper .swiper-slide {
    width: 50% !important;   /* → 2 Slides sichtbar */
  }

}


}
/* Alle iPads – Footer kleiner & sauber umbrechen */
@media screen and (min-width: 600px) and (max-width: 1366px) {

  .footer__content-left.footer__content-left--alt,
  .footer__content-left.footer__content-left--alt * {
    font-size: 12px !important;
    line-height: 1.55 !important;
    word-break: normal !important;
    hyphens: auto !important;
  }

  /* Abstand zwischen den einzelnen Footer-Links */
  .footer__blocks-wrapper .footer-block li,
  .footer__blocks-wrapper .footer-block a {
    margin-bottom: 10px !important;  /* ← Abstand hier anpassen */
    display: block !important;
  }

  /* Letzter Link ohne extra Abstand */
  .footer__blocks-wrapper .footer-block li:last-child,
  .footer__blocks-wrapper .footer-block a:last-child {
    margin-bottom: 0 !important;
  }

}
/* iPad – Footer Titel kleiner & immer linksbündig */
@media screen and (min-width: 600px) and (max-width: 1366px) {
  footer [class*="title"],
  footer .footer-block__heading,
  footer .footer-block__title {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #ff03d0 !important;
    text-align: left !important;       /* ← LINKS erzwingen */
    justify-content: flex-start !important; /* falls Flexbox */
  }
}

@media screen and (min-width: 750px) and (max-width: 990px) {

  /* h0-Heading im Image-with-Text Abschnitt verkleinern */
  .image-with-text__heading.h0,
  .image-with-text__heading .h0 {
    font-size: 36px !important;   /* ← deine Wunschgröße */
    line-height: 1.2 !important;
  }

}
/* ALL iPads – vg-mission-title größer */
@media screen and (min-width: 600px) and (max-width: 1366px) {

  .vg-mission-title {
    font-size: 30px !important;   /* ← Wunschgröße */
    line-height: 1.2 !important;
    text-align: center !important;
  }

}
/* Mobil + alle iPads: Titel darf umbrechen */
@media screen and (max-width: 1024px) {

  .image-with-text__heading h1 {
    white-space: normal !important;         /* erlaubt Zeilenumbruch */
    word-break: break-word !important;      /* bricht lange Wörter */
    overflow-wrap: break-word !important;   /* sicherer Umbruch */
    line-height: 1.25 !important;           /* schöner Abstand */
  }

}
/* Alle iPads – image-with-text Text kleiner */
@media screen and (min-width: 600px) and (max-width: 1366px) {

  .image-with-text__text.typeset2.rte,
  .image-with-text__text.typeset2.rte * {
    font-size: 14px !important;     /* ← deine Wunschgröße */
    line-height: 1.55 !important;   /* angenehme Lesbarkeit */
  }

}

/* Alle iPads – vg-info-title größer + zentriert */
@media screen and (min-width: 600px) and (max-width: 1366px) {

  .vg-info-title,
  .vg-info-title * {
    font-size: 32px !important;     /* ← Wunschgröße */
    text-align: center !important;  /* in die Mitte */
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

}

/* Alle iPads – image-with-text typeset3 Text kleiner */
@media screen and (min-width: 600px) and (max-width: 1366px) {

  .image-with-text__text.typeset3.rte,
  .image-with-text__text.typeset3.rte * {
    font-size: 17px !important;      /* ← Wunschgröße anpassen */
    line-height: 1.55 !important;    /* angenehme Lesbarkeit */
  }

}

/* iPad Pro & andere Tablets im "großen" Layout –
   Banner-Titel in DIESEM Abschnitt kleiner machen */
@media screen and (min-width: 990px) and (max-width: 1366px) {

  #shopify-section-template--25882811986415__image_banner_whX6gp 
  .banner__heading {
    font-size: 40px !important;   /* ← hier kannst du mit 36 / 38 / 42 spielen */
    line-height: 1.15 !important;
  }

}
/* Alle iPads: Hero-Content breiter + nicht gequetscht */
@media screen and (min-width: 768px) and (max-width: 1366px) {

  .hero-content-template--24714087072127__ss_hero_9_mTidij {
    max-width: 85% !important;      /* etwas schmaler, damit der Text atmen kann */
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;  /* optional – kannst du entfernen, wenn nicht gewünscht */
    padding-left: 20px !important;
    padding-right: 20px !important; /* mehr Luft links/rechts */
  }

  /* Falls der Titel zu groß wirkt → anpassen */
  .hero-content-template--24714087072127__ss_hero_9_mTidij h1,
  .hero-content-template--24714087072127__ss_hero_9_mTidij .hero__heading {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }

  /* Falls der Untertitel/Bodytext auch gequetscht ist */
  .hero-content-template--24714087072127__ss_hero_9_mTidij p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

}
/* Alle iPads: Hero-Button breiter & höher */
@media screen and (min-width: 768px) and (max-width: 1366px) {

  .hero-button-template--24714087072127__ss_hero_9_mTidij,
  .hero-button-template--24714087072127__ss_hero_9_mTidij .button {
    padding: 16px 36px !important;   /* Höhe = 16px, Breite = 36px links/rechts */
    font-size: 17px !important;      /* Schrift etwas größer */
    border-radius: 8px !important;   /* optional – moderner Look */
    display: inline-block !important;
  }

}
/* NUR iPad Pro & ähnliche Breiten – Hero-Titel kleiner */
@media screen and (min-width: 1024px) and (max-width: 1366px) {

  #shopify-section-template--24714087072127__ss_hero_9_mTidij 
  .hero-heading-template--24714087072127__ss_hero_9_mTidij,
  
  #shopify-section-template--24714087072127__ss_hero_9_mTidij 
  .hero-heading-template--24714087072127__ss_hero_9_mTidij * {
    font-size: 36px !important;    /* hier deine Wunschgröße: z.B. 34 / 38 / 40 */
    line-height: 1.2 !important;
  }

}
/* ================================================
   iPad / iPad Pro Bereich: 1024–1366px
   Höhe nur auf 3 bestimmten Seiten anpassen
   ================================================ */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {

  /* Markenverzeichnis */
  [class*="scrolling-text-wrapper-template--24713735930239__ss_scrolling_text_9_xwXyqr"] {
    min-height: 45px !important; /* <- Wunschhöhe hier */
  }

  /* 10 Schritte koreanische Hautpflege */
  [class*="scrolling-text-wrapper-template--24714087072127__ss_scrolling_text_9_CzcPpt"] {
    min-height: 45px !important; /* <- eigene Höhe möglich */
  }

  /* Hautprobleme */
  [class*="scrolling-text-wrapper-template--24822977757567__ss_scrolling_text_9_a6J6pL"] {
    min-height: 45px !important; /* <- eigene Höhe möglich */
  }
}
.fg-gift-thumbnail-offer-title-ctm {
  color: #ff03d0 !important; /* Hot Pink */
}
.js-open-tab.active {
  color: #0B3272 !important;
}
.attribute-block h4 {
  color: #0B3272 !important;
}
.pink-bullet {
  color: #0B3272 !important; /* Hot Pink nur für diese Bullets */
}
/* Aktiver Tab – Text & Linie pink */
.js-open-tab.active {
  color: #0B3272 !important;
  border-bottom: 0.1px solid #fff !important;
}
/* Nur Hover – nur für Tabs, die NICHT active sind */
.js-open-tab:not(.active):hover {
  color: #ff03d0 !important;
}
/* Normaler Summary Titel */
summary .accordion__title {
  font-weight: 700 !important;
}
/* Standardfarbe des Icons */
.icon.icon-accordion {
  stroke: #0B3272 !important;
  fill: #0B3272 !important;
  transition: 0.25s ease;
}
svg path[d="M0,7 Q33,0 66,7 T132,7 T200,7"] {
  stroke: #ff03d0 !important; /* Hot Pink */
}
.collection-hero__title .h0,
.collection-hero__title.h0,
.rich-text__heading.h0 {
  font-weight: 700 !important;
}
strong[style*="color:#ec3c88"],
strong[style*="color: #ec3c88"] {
  color: #ff03d0 !important;
}
.free-gift-badge {
  background-color: #ff03d0 !important;
}
.vg-step__text h3 {
  color: #ff03d0 !important;
}

/* Abschnitt: "THE HYPE IS REAL" – Playfair für die 4 Wörter */
.vg-hype-text {
  font-family: inherit !important;
}

.vg-hype-text strong {
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  color: #0B3272 !important;

  text-shadow:
      0.6px 0       currentColor,
     -0.6px 0       currentColor,
      0       0.6px currentColor,
      0      -0.6px currentColor,
      0.3px  0.3px  currentColor,
     -0.3px  0.3px  currentColor,
      0.3px -0.3px  currentColor,
     -0.3px -0.3px  currentColor;
}
.section--padding-tab {
  margin-top:0!important;
  padding-top:0!important;
}
/* ✨ Playfair Style – gemeinsam */
.essential-preheading,
.essential-referral-modal-heading {
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
  letter-spacing: 0.8px;

  text-shadow:
      0.6px 0 currentColor,
     -0.6px 0 currentColor,
      0 0.6px currentColor,
      0 -0.6px currentColor,
      0.3px 0.3px currentColor,
     -0.3px 0.3px currentColor,
      0.3px -0.3px currentColor,
     -0.3px -0.3px currentColor;

  margin: 0 0 6px;
}
/* ✨ Essential Heading – Nur in hero cards mit center alignment */
.essential-hero-card.essential-hero-card-text-align-center .essential-heading {
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-weight: 600 !important;

  font-size: 20px;
  letter-spacing: 0.8px;

  /* Fake-Bold Effekt wie bisher */
  text-shadow:
      0.6px 0 currentColor,
     -0.6px 0 currentColor,
      0 0.6px currentColor,
      0 -0.6px currentColor,
      0.3px 0.3px currentColor,
     -0.3px 0.3px currentColor,
      0.3px -0.3px currentColor,
     -0.3px -0.3px currentColor;

  margin: 0 0 6px;
}


/* DESKTOP */
@media (min-width: 768px){
  .product__title .product__heading.h2 {
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }
}

/* MOBILE */
@media (max-width: 767px){
  .product__title .product__heading.h2 {
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
  }
}



/* ===========================================
   VG STEPS CSS
=========================================== */

/* ===========================================
   i18n (Weglot wird via vg-ignore-translate ignoriert)
=========================================== */
.vg-i18n { display: none !important; }

html[lang^="de"] .vg-i18n[data-lang="de"],
html[lang^="en"] .vg-i18n[data-lang="en"],
html[lang^="fr"] .vg-i18n[data-lang="fr"],
html[lang^="it"] .vg-i18n[data-lang="it"] { display: inline !important; }

html[lang^="de"] .vg-i18n.vg-block[data-lang="de"],
html[lang^="en"] .vg-i18n.vg-block[data-lang="en"],
html[lang^="fr"] .vg-i18n.vg-block[data-lang="fr"],
html[lang^="it"] .vg-i18n.vg-block[data-lang="it"] { display: block !important; }

/* ===========================================
   WRAPPER – 1600px gesamt
=========================================== */
.vg-steps-wrap {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
}


.vg-steps-panels strong {
  color: #0B3272 !important;
}

.vg-step-title {
  color: #0B3272 !important;
}


.vg-steps-panels { min-width: 0; }

/* ===========================================
   LINKS: TABS + HINTERGRUND
=========================================== */
.vg-steps-nav-wrap {
  background: #D4DDED;
  border-radius: 0;
  padding: 18px 16px 18px;
}

.vg-steps-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vg-steps-group { margin-bottom: 16px; }

/* Group-Label */
.vg-steps-group-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0B3272;
  margin: 6px 0 12px;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Tabs in Gruppe */
.vg-steps-group-tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Tabs */
.vg-step-tab {
  border: 1px solid #E2E4EB;
  background: #ffffff;
  padding: 10px 12px;
  border-radius: 0;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
  color: #0B3272;
  text-decoration: none;
  -webkit-appearance: none;
}

.vg-step-tab-number {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 2px solid #ff03d0;
  color: #ff03d0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.vg-step-tab:hover { border-color: #ff03d0; }

.vg-step-tab.is-active {
  border-color: #ff03d0;
  box-shadow: 0 0 0 2px rgba(255,3,208,0.15);
}

/* ===========================================
   RECHTS: PANELS
=========================================== */
.vg-step-panel {
  display: none;
  background: #EFF1FC;
  border-radius: 0;
  padding: 26px 28px 28px;
}

.vg-step-panel.is-active { display: block; }

.vg-step-panel-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: flex-start;
}

.vg-step-info { text-align: left; }

/* Titel + Intro */
.vg-step-title {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.vg-step-intro {
  margin: 0 0 62px;
  font-size: 18px;
  line-height: 1.35;
}

.vg-fat { font-weight: 700; }

/* ===========================================
   ICON-ROWS
=========================================== */
.vg-step-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 78px;
}

.vg-step-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: flex-start;
}

/* Pinker Kreis + Icon-Bild */
.vg-step-icon {
  width: 75px;
  height: 75px;
  border-radius: 999px;
  background: #ff03d0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vg-step-icon img {
  width: 85px;
  height: 85px;
  object-fit: contain;
  display: block;
}

/* Text rechts */
.vg-step-point-text strong {
  display: block;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.vg-step-point-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
}

/* Aktionen unten */
.vg-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 38px;
  align-items: center;
}

.vg-step-next {
  border: none;
  padding: 10px 30px;
  border-radius: 0;
  background: #FF03D0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

/* Shine Layer */
.vg-step-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.0) 0%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0.0) 100%
  );
  transform: skewX(-20deg);
  transition: 1.5s ease;
  pointer-events: none;
}

.vg-step-next:hover::after { left: 130%; }

.vg-step-actions .vg-step-shop-link {
  color: #ff03d0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.vg-step-actions .vg-step-shop-link:hover {
  color: #0B3272;
}

/* ===========================================
   BILDER rechts – untereinander
=========================================== */
.vg-step-images {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vg-step-images img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}

/* ===========================================
   RESPONSIVE – MOBILE (bis 750px)
=========================================== */
@media (max-width: 750px) {
  .vg-steps-wrap { grid-template-columns: 1fr; }

  .vg-step-panel { padding: 20px 18px 24px; }
  .vg-step-panel-inner { grid-template-columns: 1fr; }

  /* Bilder oben, horizontal scroll */
  .vg-step-images {
    order: -1;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  .vg-step-images img:first-child{
    flex: 0 0 72%;
    height: 210px;
  }
  .vg-step-images img:last-child{
    flex: 0 0 62%;
    height: 210px;
  }

  /* Accordion Label + +/- */
  .vg-steps-group-label {
    cursor: pointer;
    position: relative;
    padding-right: 16px;
  }
  .vg-steps-group-label::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
  }
  .vg-steps-group.is-open .vg-steps-group-label::after { content: '–'; }

  /* Aktionen */
  .vg-step-actions {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .vg-step-next {
    width: 100%;
  text-align: center;
  padding: 15px 18px !important;

  margin-bottom: 14px; /* ✅ Abstand unter dem Button */
  }
  .vg-step-shop-link {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* Tabs */
  .vg-step-tab {
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .vg-step-tab:last-child { margin-bottom: 0; }

  /* Typo */
  .vg-step-title { font-size: 22px !important; margin-bottom: 20px !important; }
  .vg-step-intro { font-size: 16px !important; margin-bottom: 35px !important; line-height: 1.35 !important; }

  .vg-step-icon { width: 60px !important; height: 60px !important; }
  .vg-step-icon img { width: 60px; height: 60px; }

  .vg-step-point-text strong { font-size: 17px !important; margin-bottom: 2px; letter-spacing: 0.03em; }
  .vg-step-point-text p { font-size: 15px !important; line-height: 1.35; }

  .vg-step-points { margin-bottom: 40px !important; }
}

/* ===========================================
   RESPONSIVE – iPad / Tablet (751–1024px)
=========================================== */
@media (min-width: 751px) and (max-width: 1024px) {
  .vg-steps-wrap { grid-template-columns: 260px 1fr; }
  .vg-step-panel-inner { grid-template-columns: 1fr; }

  .vg-step-images {
    order: -1;
    flex-direction: row;
    gap: 14px;
    overflow: hidden;
  }

  .vg-step-images img {
    flex: 0 0 50%;
    height: auto;
  }

  .vg-step-actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 24px;
  }

  .vg-step-next { width: auto; }
  .vg-step-shop-link {
    width: auto;
    text-align: left;
    display: inline-block;
  }
}

/* Desktop: Label nicht klickbar wirken lassen */
@media (min-width: 769px) {
  .vg-steps-group-label { cursor: default; }
}


.collection-tab{
  text-transform: none !important;
}

.predictive-search__item-heading.h5{
  color: #0B3272 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
}

.predictive-search__heading.h4{
  color:#ff03d0 !important;
}

.predictive-search__item--term.button{
  background:#ff03d0 !important;
  border-color:#ff03d0 !important;
  color:#fff !important;
}

/* ✅ DESKTOP ONLY: Underlines nur bei Textlinks entfernen */
@media (min-width: 750px){

  /* 1) Textlinks (keine Buttons) */
  a:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.shopify-payment-button__button),
  a:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.shopify-payment-button__button):link,
  a:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.shopify-payment-button__button):visited,
  a:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.shopify-payment-button__button):hover,
  a:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.shopify-payment-button__button):active,
  a:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.shopify-payment-button__button):focus,
  a:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.shopify-payment-button__button):focus-visible{
    text-decoration: none !important;
    text-decoration-thickness: 0 !important;
    text-underline-offset: 0 !important;

    background-image: none !important;
    border-bottom: 0 !important;
  }

  /* 2) Pseudo-Underline nur bei Textlinks killen (NICHT bei Buttons) */
  a:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.shopify-payment-button__button)::before,
  a:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.shopify-payment-button__button)::after{
    background-image: none !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
  }

  /* 3) Unterline auf inneren Spans nur bei Textlinks killen */
  a:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.shopify-payment-button__button) span,
  a:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.shopify-payment-button__button) .label{
    text-decoration: none !important;
    background-image: none !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
  }
}



/* Alle Menülinks im Header fetter machen – inkl. SKIN QUIZ */
.header__inline-menu a.header__menu-item,
.header__inline-menu a.header__menu-item span,
.header__inline-menu a.header__menu-item--top,
.header__inline-menu a.header__menu-item--top span,
.header__inline-menu .header__menu-item .label,
.header__inline-menu .header__menu-item--top .label {
  font-weight: 600 !important;
}

/* Hover / Focus: Hot Pink */
.header__inline-menu .header__menu-item:hover .label,
.header__inline-menu .header__menu-item:focus-visible .label {
  color: #ff03d0 !important;
}




/* ✅ NUR Footer: Mailto Links hotpink + 600 (Buttons bleiben unberührt) */
.footer a[href^="mailto:"]:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.link-as-button):not(.button-link){
  color: #ff03d0 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

/* ✅ Hover auch nur im Footer */
.footer a[href^="mailto:"]:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.link-as-button):not(.button-link):hover,
.footer a[href^="mailto:"]:not(.button):not([class*="button"]):not(.btn):not([class*="btn"]):not(.link-as-button):not(.button-link):focus-visible{
  color: #ff03d0 !important;
  text-decoration: none !important;
}



/* ❌ Ganze Cart / Mini Cart Bereiche komplett ausschliessen */
.cart-drawer a:hover,
.cart-drawer a:focus-visible,
.cart-notification a:hover,
.cart-notification a:focus-visible,
.mini-cart a:hover,
.mini-cart a:focus-visible,
#CartDrawer a:hover,
#CartDrawer a:focus-visible{
  color: inherit !important;
}


/* ✅ Custom Tabs: Padding oben/unten kleiner (Desktop) */
.custom-tab-content.active{
  padding-top: 6px !important;
  padding-bottom: 0px !important;
}

/* ✅ Mobile */
@media (max-width: 749px){
  .custom-tab-content.active{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}


@media (max-width: 767px){

  /* Stell hier ein, wie eng es sein soll */
  :root { --vg-tight: 14px; } /* teste: 10px, 8px, 6px, 4px */

  /* Scope: nur deine 3 Sections */
  :is(
    #shopify-section-template--27578175848831__collection_cus_tab_DkbNiK,
    #shopify-section-template--27578175848831__featured_collection_hNLwAW,
    #shopify-section-template--27578175848831__tab_routine_JeJFmD
  ) .slider,
  :is(
    #shopify-section-template--27578175848831__collection_cus_tab_DkbNiK,
    #shopify-section-template--27578175848831__featured_collection_hNLwAW,
    #shopify-section-template--27578175848831__tab_routine_JeJFmD
  ) .product-grid,
  :is(
    #shopify-section-template--27578175848831__collection_cus_tab_DkbNiK,
    #shopify-section-template--27578175848831__featured_collection_hNLwAW,
    #shopify-section-template--27578175848831__tab_routine_JeJFmD
  ) .grid{
    /* das ist der echte Abstand zwischen Items */
    column-gap: var(--vg-tight) !important;
    gap: var(--vg-tight) !important;

    /* WICHTIG: viele Shopify-Slider nutzen grid-auto-columns -> das erzwingt engere Spaltenberechnung */
    grid-auto-columns: calc(78% - var(--vg-tight)) !important;
  }

  /* Falls dein Theme die Lücke über margins an den Slides macht */
  :is(
    #shopify-section-template--27578175848831__collection_cus_tab_DkbNiK,
    #shopify-section-template--27578175848831__featured_collection_hNLwAW,
    #shopify-section-template--27578175848831__tab_routine_JeJFmD
  ) .slider__slide,
  :is(
    #shopify-section-template--27578175848831__collection_cus_tab_DkbNiK,
    #shopify-section-template--27578175848831__featured_collection_hNLwAW,
    #shopify-section-template--27578175848831__tab_routine_JeJFmD
  ) .grid__item{
    margin: 0 !important;
  }
}



/* Mobile: Abstände in Collection Tabs komplett auf 0 (nur diese Section) */
@media (max-width: 767px){

  #shopify-section-template--24586427400575__collection_cus_tab_DkbNiK .collection-tab-contents{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #shopify-section-template--24586427400575__collection_cus_tab_DkbNiK .title-tab{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #shopify-section-template--24586427400575__collection_cus_tab_DkbNiK .collection-tabs{
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

}

/* Gift Card Seite: Deco Badge ausblenden */
body.template-product [data-badge-id="15327"],
body.template-product .deco-product-above-price.deco-badge-stack{
  display:none!important;
}

@media (max-width: 767px){
  .footer-block__details-content.rte h5{font-size:13px!important;}
}

@media (min-width: 769px) {
  .essential-text,
  .essential-referral-disclaimer-text {
    line-height: 1.2;
  }
}

/* Referral Titel – Playfair Display */
._Text_Heading_1rz9r_18._ReferralScreenHeading_3vrff_108 {
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  text-shadow:
      0.6px 0       currentColor,
     -0.6px 0       currentColor,
      0       0.6px currentColor,
      0      -0.6px currentColor,
      0.3px  0.3px  currentColor,
     -0.3px  0.3px  currentColor,
      0.3px -0.3px  currentColor,
     -0.3px -0.3px  currentColor;
}

@media (min-width: 769px) {
  ._Text_1rz9r_1._ReferralScreenPreHeading_3vrff_101 {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media (max-width: 749px) {
  ._Text_1rz9r_1._ReferralScreenPreHeading_3vrff_101 {
    font-size: 18px;
    line-height: 1.25;
  }
}



.essential-referral-modal-text {
  line-height: 1.25;
}

/* =========================
   DESKTOP
   ========================= */
@media (min-width: 769px) {
  .essential-preheading {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .essential-referral-modal-heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 750px) {
  .essential-referral-modal-preheading {
    line-height: 1.3 !important;
  }
}


/* =========================
   MOBILE
   ========================= */
@media (max-width: 749px) {
  .essential-referral-modal-preheading {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
  }

  .essential-referral-modal-inner .essential-referral-modal-heading {
    font-size: 26px !important;
    margin-bottom: 12px !important;
    line-height: 1.1 !important;
  }
}

.free-shipping__text.free-shipping__text--success {
  color: #ff03d0;
  font-weight: bold;
  text-transform: uppercase;
}

.review-slider.no-slick {
  display: flex;
  gap: var(--grid-horizontal-spacing, 20px);
  flex-wrap: wrap;
}


.review-slider.no-slick .grid__item {
  flex: 1;
}

    .pre-payment-arrow  {
    position: absolute;
    top: 50%;
    left:20px;
    transform: translate(0, -50%);
    cursor: pointer;
     background:#91580d;
      z-index:1;
    color:white;
        outline:none;
      width: 35px;
      height: 35px;
      border: none;
      border-radius: 50%;
    }
  
    
    .pre-payment-arrow  svg {
      rotate: 90deg;
      font-size: 20px;
      z-index: 1;
      width: 20px;
      color:white;
      padding: 11px 2px;
  }
  
  
  .next-payment-arrow {
    position: absolute;
    top: 50%;
    right:20px;
    transform: translate(0, -50%);
    cursor: pointer;
      z-index:1;
     background:#91580d;
    color:white;
    outline:none;
    width: 35px;
      height: 35px;
      border: none;
      border-radius: 50%;
  }
  
    
  .next-payment-arrow svg {
        rotate: 270deg;
      font-size: 20px;
      padding: 11px 2px;
      z-index: 1;
      width: 20px;
      color:white;
  }

  .collection-tabs-wrapper    .title-wrapper {
        margin-bottom: 4rem;
  }

     .collection-tab  {
        line-height: 50px;
     }
  
  @media only screen and (min-width: 320px) and (max-width: 600px) {
 
  .collection-tabs-wrapper .title-wrapper {
    margin-bottom: 1rem;
}

  .collection-tabs-wrapper  .h2-title {
    font-size:26px;
  }                                                                                                                                                                                                                                                                                                                                                                  

  }  
  </style>
  



<!-- Tab CSS -->
<style>


.collection-tabs {
   display: flex;
    align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  color: #010088;
}


.collection-tab {
   border: none;
   background: none;
    text-transform:uppercase;
   font-size: 15px;
   font-weight:700;
  cursor: pointer;
  transition: all 0.3s;
  color:#0b3272;
}

.collection-tab.active {
  color:#f700b6;
}

.collection-tab-content { display: none; }
.collection-tab-content.active { display: block; }


@media only screen and (max-width: 1100px) {

  .collection-tab {
    font-weight:800;
}

}

@media only screen and (max-width: 750px) {

.collection-tabs {
    margin-bottom: 10px;
}

.collection-tab {
   font-size: 14px;
    color:#0b3272;
    font-weight:800;
}

}




.collection-tabs {
   display: flex;
    align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  color: #010088;
}


.collection-tab {
   border: none;
   background: none;
    text-transform:uppercase;
   font-size: 15px;
   font-weight:700;
  cursor: pointer;
  transition: all 0.3s;
  color:#0b3272;
}

.collection-tab.active {
  color:#f700b6;
}

.collection-tab-content { display: none; }
.collection-tab-content.active { display: block; }


@media only screen and (max-width: 1100px) {

  .collection-tab {
    font-weight:800;
}

}

@media only screen and (max-width: 750px) {

.collection-tabs {
    margin-bottom: 10px;
}

.collection-tab {
   font-size: 14px;
    color:#0b3272;
    font-weight:800;
}

}




/* Account Button */
.insta-account {
  background: #ff03d0;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 58px;
  border-radius: 0px;
  transition: background 0.2s ease;
}
.insta-account {
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

/* Hover-Grundfarbe (optional leicht heller machen) */
.insta-account:hover {
  background: #ff03d0;
}

/* Glanz-Effekt */
.insta-account::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.0) 0%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0.0) 100%
  );
  transform: skewX(-20deg);
  transition: 1.5s ease;
}

/* Animation beim Hover */
.insta-account:hover::after {
  left: 130% !important;
}

.insta-account {
  background: #ff03d0;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 9px 58px;
  border-radius: 0px;
  transition: background 0.2s ease;
}
.insta-account {
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}


/* 🔥 Entfernt den 62px Mobile Dock Abstand unter dem Footer */

@media (max-width: 767px){

  body{
    padding-bottom: 0 !important;
  }

  :root{
    --mobile-dock-height: 0px !important;
  }

}

/* =========================
   FOOTER NEWSLETTER CLAIM
========================= */

/* ✅ MOBILE */
@media (max-width: 989px){
  footer .footer-block--newsletter p:last-of-type{
    font-size: 30px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    line-height: 1.05 !important;
    color: #0B3272 !important;
    margin: 16px 0 0 0 !important;
    text-align: left !important;
    
    /* 🔥 NEU – sorgt für 3 Zeilen */
    max-width: 260px !important;   /* kleiner = mehr Umbruch */
    white-space: normal !important;
    word-break: normal !important;
  }
  footer .footer-block--newsletter p:last-of-type strong{
    color: #ff03d0 !important;
  }
}

/* ✅ DESKTOP */
@media (min-width: 990px){
  footer .footer-block--newsletter p:last-of-type{
    font-size: 34px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    line-height: 1.05 !important;
    color: #0B3272 !important;
    margin: 22px 0 10 0 !important;
    text-align: left !important;
  }

  footer .footer-block--newsletter p:last-of-type strong{
    color: #ff03d0 !important;
  }
} 



/* ® nur hier anhängen */
footer .footer-block--newsletter p:last-of-type::after{
  content: "®";
  font-size: 14px;
  vertical-align: super;
  margin-left: 3px;
  position: relative;
  top: -8px;
}

/* ❌ Accordion Titel dürfen kein ® haben */
.accordion__title::after{
  content: none !important;
}

/* =========================
   NEWSLETTER SUCCESS MESSAGE FIX
========================= */

footer .form__message,
footer #ContactFooter-success {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: #0B3272 !important;
  margin-top: 14px !important;
}

/* Falls Shopify es als h3 ausgibt */
footer .form__message h3,
footer #ContactFooter-success h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: #0B3272 !important;
}

/* ❌ Ganz wichtig: KEIN ® bei Success */
footer .form__message::after,
footer #ContactFooter-success::after {
  content: none !important;
}

@media (min-width: 990px){
  footer footer-accordion.accordion.footer-block.grid__item:first-of-type{
    display: none !important;
  }
}

/* Produktseite: Vendor/Brand größer & fett (Vendor-Link) */

/* 1) Shopify Vendor-Collection Link (klassisch) */
.product__text a.link[href*="/collections/vendors?q="],
.product__text_subtitle a.link[href*="/collections/vendors?q="],
.product__info-container a.link[href*="/collections/vendors?q="],

/* 2) Brand Collection Link (wie /collections/hanskin oder /en/collections/hanskin) */
.product__text a.link[href*="/collections/"],
.product__text_subtitle a.link[href*="/collections/"],
.product__info-container a.link[href*="/collections/"]{
  font-size: 23px !important;
  font-weight: 800 !important;
  color: #0b3272 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

@media (max-width: 749px){
  .product__text a.link[href*="/collections/vendors?q="],
  .product__text_subtitle a.link[href*="/collections/vendors?q="],
  .product__info-container a.link[href*="/collections/vendors?q="],
  .product__text a.link[href*="/collections/"],
  .product__text_subtitle a.link[href*="/collections/"],
  .product__info-container a.link[href*="/collections/"]{
    font-size: 20px !important;
  }
}

/* Mega Menu Titel – überall voll sichtbar + dicker */
.mega-menu__item-link .header__menu-item {
  color: #0B3272 !important; /* kein rgba mehr → volle Farbe */
  font-weight: 800 !important;
}

/* Nur Desktop – kompakter Mega Menu Titel */
@media screen and (min-width: 1025px) {
  .mega-menu__item-link .header__menu-item {
    font-size: 13px !important;
    line-height: 1.1 !important;      /* weniger Zeilenhöhe */
    letter-spacing: 0.08em !important; /* weniger Abstand zwischen Buchstaben */
  }
}



/* Alle Preis-Badges */
.badge[class*="price__badge"]{
  border: 0.5px solid #ff03d0 !important;
  background: #fff4fa !important;
  color: #ff03d0 !important;
}



@media (max-width: 749px){

  .wc_select_box{
    margin-left: auto !important;   /* schiebt nur die Box nach rechts */
  }

}

/* Entfernt vertikale Abstände zwischen Produkt-Blöcken */
.product__info-wrapper > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Speziell für Accordion-Blöcke */
.product__accordion {
  margin: 0 !important;
}

/* Wenn dein Free From eigener Wrapper ist */
.vg-acc {
  margin: 0 !important;
}

/* Abstand zwischen ALLEN Blocks im rechten Produktbereich killen */
.product__info-container > * + *{
  margin-top: 0 !important;
}

/* Hover ebenfalls ohne Unterstrich */
.product__description .rte a:hover{
  text-decoration: none !important;
}

.product__description{
  padding: 14px 16px !important;
}

/* NUR Produktseite + NUR MainProduct (nicht Quickview) */
body.template-product .product__info-wrapper:not(.quick-view__right)
  .product__accordion
  .summary__title
  .accordion__title{
  text-transform:none !important;
  letter-spacing:0.06em !important;
  font-size:15px !important;
  color:#0B3272 !important;
  font-weight:700 !important;
}

.template-product .product__description.rte,
.template-product .product__description.rte p,
.template-product .product__description.rte li {
  font-size:15px !important;
  line-height:1.3 !important;
}
.template-product .product__description.rte h4{
  font-size:15px !important;
  font-weight:700 !important;
  line-height:1.3 !important;
  font-family:inherit;
  color:inherit;
}

/* Links in Produktbeschreibung */
.template-product .product__description.rte a{
  font-weight:600 !important;
  transition: color .2s ease, font-weight .2s ease;
}

/* Hover: dunkler + dicker */
.template-product .product__description.rte a:hover{
  color:#0B3272 !important;
  font-weight:700 !important;
}
