/** Shopify CDN: Minification failed

Line 334:27 Expected ")" to end URL token

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ek-countdown (INDEX:31) */
.ek-countdown {
    background-color: var(--countdown-page-bg);
  }

  @media screen and (min-width: 768px) {
    .ek-countdown {
      background: linear-gradient(to bottom, var(--countdown-page-bg) 0%, var(--countdown-page-bg) 50%, #ffffff 50%, #ffffff 100%);
    }
  }
/* END_SECTION:ek-countdown */

/* START_SECTION:ek-footer (INDEX:35) */
/* Newsletter Success Modal */
  .newsletter-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .newsletter-modal.hidden {
    display: none;
  }

  .newsletter-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    animation: fadeIn 0.3s ease-out;
  }

  .newsletter-modal-content {
    position: relative;
    background: white;
    padding: 40px 30px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    animation: slideIn 0.4s ease-out;
    box-shadow:
      0 1px 10px 0 rgba(0, 0, 0, 0.1),
      0 1px 20px 0 rgba(0, 0, 0, 0.05);
  }

  .newsletter-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }

  .newsletter-modal-close:hover {
    transform: scale(1.1);
  }

  .newsletter-modal-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    animation: confettiDrop 0.6s ease-out 0.2s backwards;
  }

  .newsletter-modal-content h2 {
    margin-bottom: 20px;
  }

  .newsletter-modal-text {
    color: #333;
    line-height: 1.6;
  }

  .newsletter-modal-text p {
    margin: 0;
  }

  /* Animations */
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(-30px) scale(0.95);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  @keyframes confettiDrop {
    from {
      opacity: 0;
      transform: translateY(-20px) rotate(-5deg);
    }
    to {
      opacity: 1;
      transform: translateY(0) rotate(0deg);
    }
  }

  .newsletter-modal.closing .newsletter-modal-overlay {
    animation: fadeOut 0.3s ease-out forwards;
  }

  .newsletter-modal.closing .newsletter-modal-content {
    animation: slideOut 0.3s ease-out forwards;
  }

  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

  @keyframes slideOut {
    from {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
    to {
      opacity: 0;
      transform: translateY(-20px) scale(0.95);
    }
  }

  /* Accordion styles for mobile */
  @media (max-width: 767px) {
    details summary {
      list-style: none;
    }

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

    .newsletter-modal-content {
      padding: 30px 20px;
    }
  }

  /* Newsletter CTA: turn button black and arrow white when input has content */
  .newsletter-form input[type='text'][name='name']:not(:placeholder-shown) + .newsletter-next-step,
  .newsletter-form input[type='email'][name='email']:not(:placeholder-shown) + .newsletter-submit:not(:disabled) {
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  /* Circle inside SVG to black so it blends with the button */
  .newsletter-form input[type='text'][name='name']:not(:placeholder-shown) + .newsletter-next-step svg path:first-child,
  .newsletter-form input[type='email'][name='email']:not(:placeholder-shown) + .newsletter-submit:not(:disabled) svg path:first-child {
    fill: #000;
    transition: fill 0.2s ease;
  }

  /* Arrow to white */
  .newsletter-form input[type='text'][name='name']:not(:placeholder-shown) + .newsletter-next-step svg path:last-child,
  .newsletter-form input[type='email'][name='email']:not(:placeholder-shown) + .newsletter-submit:not(:disabled) svg path:last-child {
    fill: #fff;
    transition: fill 0.2s ease;
  }

  /* Hover state for active buttons: background #E5E5E5, arrow black */
  .newsletter-form input[type='text'][name='name']:not(:placeholder-shown) + .newsletter-next-step:hover,
  .newsletter-form input[type='email'][name='email']:not(:placeholder-shown) + .newsletter-submit:not(:disabled):hover {
    background-color: #e5e5e5;
  }

  .newsletter-form input[type='text'][name='name']:not(:placeholder-shown) + .newsletter-next-step:hover svg path:first-child,
  .newsletter-form input[type='email'][name='email']:not(:placeholder-shown) + .newsletter-submit:not(:disabled):hover svg path:first-child {
    fill: #e5e5e5;
  }

  .newsletter-form input[type='text'][name='name']:not(:placeholder-shown) + .newsletter-next-step:hover svg path:last-child,
  .newsletter-form input[type='email'][name='email']:not(:placeholder-shown) + .newsletter-submit:not(:disabled):hover svg path:last-child {
    fill: #000;
  }
/* END_SECTION:ek-footer */

/* START_SECTION:ek-highlightproduct (INDEX:39) */
.highlight-swatch-wrapper {
    width: fit-content;
  }

  .highlight-swatch-swiper {
    width: auto;
  }

  .highlight-swatch-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
  }

  .highlight-swatch-swiper .swiper-slide {
    width: auto;
  }
/* END_SECTION:ek-highlightproduct */

/* CSS from block stylesheet tags */
/* START_BLOCK:magazinslider (INDEX:111) */
.magazin-slider__track {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.magazin-slider__track::-webkit-scrollbar {
  display: none;
}

.magazin-slider__track > * {
  flex-shrink: 0;
  width: 100%;
  scroll-snap-align: start;
}

.magazin-slider__slide {
  height: 100%;
}

.magazin-slider__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
  padding: 0;
}

.magazin-slider__dot--active {
  background-color: rgba(0, 0, 0, 1);
}
/* END_BLOCK:magazinslider */

/* START_BLOCK:singleslider (INDEX:115) */
.single-slider__track {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.single-slider__track::-webkit-scrollbar {
  display: none;
}

.single-slider__slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
}

.single-slider__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
  padding: 0;
}

.single-slider__dot--active {
  background-color: rgba(255, 255, 255, 1);
}
/* END_BLOCK:singleslider */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:bf-clp-wave (INDEX:119) */
.bf-wave {
  background-color: #050505;
  color: var(--bf-text-light, #f7f1e1);
}

.bf-wave__media,
.bf-wave__grain {
  position: absolute;
  inset: -20%;
  pointer-events: none;
}

.bf-wave__media {
  background: radial-gradient(circle at 20% 20%, rgba(247, 241, 225, 0.55), transparent 35%),
    radial-gradient(circle at 80% 40%, rgba(248, 192, 103, 0.45), transparent 45%),
    radial-gradient(circle at 50% 80%, rgba(247, 241, 225, 0.35), transparent 40%),
    linear-gradient(120deg, rgba(247, 241, 225, 0.25), transparent 60%);
  mix-blend-mode: screen;
  animation: bfWaveFlow 14s linear infinite;
}

.bf-wave__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url({{ 'bf-clp-wave.gif' | asset_url }});
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.35;
  mix-blend-mode: screen;
}

.bf-wave__grain {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.15'/%3E%3C/svg%3E");
  opacity: 0.25;
  animation: bfWaveGrain 3s steps(2) infinite;
}

.bf-wave__headline {
  position: relative;
  color: var(--bf-text-light, #f7f1e1);
  display: inline-block;
}

.bf-wave__headline::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  background-image: linear-gradient(
    130deg,
    var(--bf-text-dark, #0a0a0a) 40%,
    var(--bf-text-light, #f7f1e1) 60%
  );
  background-size: 220% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  animation: bfWaveHeadline 5s ease-in-out infinite;
}

.bf-wave__eyebrow {
  letter-spacing: 0.5em;
}

.bf-wave__body {
  color: rgba(255, 255, 255, 0.9);
}

@keyframes bfWaveFlow {
  0% {
    transform: translate3d(-5%, -5%, 0) scale(1.1);
  }
  50% {
    transform: translate3d(3%, 4%, 0) scale(1.15);
  }
  100% {
    transform: translate3d(-5%, -5%, 0) scale(1.1);
  }
}

@keyframes bfWaveGrain {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(5px, -5px, 0);
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .bf-wave__media,
  .bf-wave__grain,
  .bf-wave__headline::after {
    animation: none;
  }
}
/* END_SNIPPET:bf-clp-wave */

/* START_SNIPPET:ek-market-selector (INDEX:148) */
.ek-market-btn .arrow { transition: transform 200ms ease; }
.ek-market-btn[aria-expanded="true"] .arrow { transform: rotate(180deg); }
/* END_SNIPPET:ek-market-selector */