/** Shopify CDN: Minification failed

Line 347:32 Unexpected "{"
Line 347:41 Expected ":"

**/
/* ===============================
   GLOBAL LAYOUT
================================= */
.page-width {
  padding: 0 0 ;
  max-width: none;
}

@media (max-width: 749px) {
  .page-width {
    padding: 0rem;
  }
  .section-template--25572208148829__product-grid-padding{
    padding-top: 0px !important;
  }
}

@media screen and (min-width: 749px) and (max-width: 990px) {
    slider-component.page-width {
        padding: 0 1.5rem;
    }
}

/* ===============================
   HEADER & NAVIGATION
================================= */
/* Base Header Style */
.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
  color: black;
  transition:
    background-color 0.5s ease,
    color 0.5s ease,
    transform 0.75s ease-in-out;
}

.header-wrapper.homepage-video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}


/* Hidden on scroll down */
.nav-hidden {
  transform: translateY(-101%);
}

/* Transparent header (home page only, near top) */
.header-wrapper.transparent {
  background-color: transparent;
}

/* Text color inside header */
.header-wrapper span {
  transition: color 0.5s ease;
  color: black;
}

.header-wrapper.transparent span {
  color: white;
}

/* Icons inside header */
.header-wrapper .header__icon {
  color: black;
  transition: color 0.5s ease;
}

.header-wrapper.transparent .header__icon {
  color: white;
}

.header-wrapper .header__icon svg {
  transition: fill 0.5s ease;
  fill: black;
}

.header-wrapper.transparent .header__icon svg {
  fill: white;
}

/* Image inside header */
img.header__heading-logo {
  transition: filter 0.5s ease;
}

.header-wrapper.transparent img.header__heading-logo {
  filter: invert(1) brightness(100%);
}




@media screen and (min-width: 750px) {
  .header {
    padding: 0 1rem !important;
  }
}

@media screen and (max-width: 749px) {
  .header {
    padding: 0px 1.5rem 0px 1.5rem !important;
  }
}

/* ===============================
   FOOTER STYLES
================================= */
.footer__copyright {
  margin-top: 0 !important;
  padding: 0.6rem;
}

.list-social__link {
  padding: 0.6rem !important;
}

.footer-block__details-content{
  font-family: Areal, sans-serif;
}

.footer-block__heading {
  font-family: Areal, sans-serif;
  margin-bottom: 1.5rem !important;
}

/* Mobile Footer Adjustments */
@media screen and (max-width: 749px) {
  .footer__copyright {
  margin-top: 0 !important;
  padding: 0.6rem;
}
  
  .footer-block {
    border-bottom: 1px solid white;
  }
  
  .footer-block__details-content {
    margin-bottom: 1rem !important; 
    padding-left: 10px;
  }

  .footer-block.grid__item {
       margin: 2rem 0 !important;
  }

  .footer-block__heading {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: lighter;
  }
}

/* ===============================
   PRODUCT FORM - SIZE/PILL BUTTONS
================================= */
.product-form__input--pill {
  max-width: 100% !important;
  gap: 0px !important;
  box-sizing: border-box;
}

.product-form__input--pill input[type='radio'] + label {
  min-width: 0;
  padding: 11px 0 !important;
  white-space: nowrap;
  font-size: 10px !important;
  font-weight: 400;
  border-radius: 0 !important;
  margin: .7rem 0.2rem .2rem 0 !important;
}

.product-form__input--pill label {
  border: 1px solid black !important;
}

/* ===============================
   PRODUCT FORM - SWATCH LAYOUT
================================= */
.product-form__input {
  justify-content: flex-start;
  gap: 6px;
}

fieldset.product-form__input--swatch {
  margin-top: 6px;
}

fieldset.product-form__input--swatch > legend.form__label,
fieldset.product-form__input--pill > legend.form__label {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.1;
}

fieldset.product-form__input--swatch > legend.form__label {
  margin-bottom: 10px;
}

fieldset.product-form__input--pill > legend.form__label {
  margin-bottom: 0;
}

@media (max-width: 749px){
  variant-selects#variant-selects-template--25572208640349__main {
    margin: 0;
}
  fieldset.product-form__input--swatch {
  padding-left: 10px;
}
  fieldset.product-form__input--pill {
    padding-left: 10px !important;
    padding-right: 10px !important; 
  }
  p.model-hinweis {
    padding-left: 10px;
    margin-bottom: 0px !important;
  }
  .product-form__buttons{
    margin-top: 5px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-form.product-form{
    margin: 0 !important;
  }
  .accordion {
    margin-top: 0 !important;
  }
  .summary__title {
    padding-left: 10px;
  }
}
/* ===============================
   SWATCH TILES & STYLING
================================= */
.swatch-input__label--square {
  width: 100%;
  /*max-width: 80px !important;
  min-width: 80px; 
  height: 100px;*/
  height: 20px;
  aspect-ratio: 1 / 1;
  padding: 0;
  margin: 0 6px 0 0 !important;
  box-sizing: border-box;
  align-items: center;
  flex: 0 0 20px;
  overflow: hidden;
  position: relative;
}

.swatch-input__label--square:last-child {
  margin-right: 0;
}

.swatch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  background: var(--swatch--background) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  box-sizing: border-box !important;
}

.swatch--square {
  border-radius: 0px !important;
  border: 1px solid #000 !important;
}

label.swatch-input__label.swatch-input__label--square {
  border-radius: 0;
}

/* Swatch Accessibility */
.swatch-input__label {
  outline: none;
}

.swatch-input__input:focus + .swatch-input__label {
  outline: none;
  box-shadow: none;
}

/* ===============================
   PRODUCT FORM - BUTTONS & SUBMIT
================================= */
.product-form__buttons {
  display: block;
  width: 100%;
  max-width: 100% !important;
  box-sizing: border-box;
  margin-top: 0px;
}

.product-form__submit {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #141414;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 12px 0;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.2s ease-in-out !important;
  position: relative;
  z-index: 2;
  margin-bottom: 6px !important;
}

.product-form__submit:hover {
  background-color: #2e8540 !important;
  color: #ffffff !important;
}

.product-form__submit::after {
  box-shadow: none !important;
}

#ProductSubmitButton-template--{{ section.id }} span,
.product-form__submit span {
  text-transform: uppercase !important;
}

/* ===============================
   PRODUCT LAYOUT & MEDIA
================================= */
@media screen and (min-width: 750px) {
  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 68% !important;
    width: calc(68% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 32% !important;
    width: calc(32% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }

  .product__info-wrapper {
    padding: 0 1.5rem 0 1rem !important;
  }
}

.product-media-container.constrain-height.media-fit-contain {
  width: 100% !important;
}

.product-media-container.constrain-height {
  --constrained-min-height: 600px !important;
}

/* ===============================
   PRODUCT GRID & COLLECTION
================================= */
@media screen and (min-width: 990px) {
    .grid--4-col-desktop .grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
        max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
    }
}

/* Product Grid Tweak */
@media screen and (min-width: 750px){
  .grid li {
    padding: 0;
  }
}

@media screen and (min-width: 750px) {
    .grid {
      gap: 2px !important;
    }
}

/* ===============================
   ACCORDION STYLES
================================= */
.accordion__content {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.6;
  padding: 0 0.6rem !important;
  color: #333;
}

.accordion__title {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  position: absolute;
  transform: translateY(25%);
}

.product__accordion.accordion {
    border-top: none !important; 
    border-bottom: none !important; 
}

.accordion .svg-wrapper {
  margin-right: 0px !important;
  width: 0px !important;
}

.product__accordion details {
  border-bottom: 1px solid black;
}

.product__accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 9px 0 !important;
}

.product__accordion summary::marker,
.product__accordion summary svg {
  display: none;
}

.product__accordion summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: black;
  transition: 0.3s ease;
  padding-right: 10px;
}

.accordion summary::after {
  font-weight: 100;
  font-family: "Courier New", monospace;
}

.product__accordion details[open] summary::after {
  content: '−';
}

.rte ul {
    margin-top: 0;
}

/* ===============================
   MOBILE SPECIFIC STYLES
================================= */
@media (max-width: 749px) {

  .product__title-block {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5rem;
    justify-content: space-between;
    gap: 10px;
  }

  .product__title-text {
    font-size: 1.6rem;
    font-weight: 900;
    margin: 0;
  }

  .product__price-below-title {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .price__tax-note {
    font-size: 8px;
  }

  .product__media-list .product__media-item {
    width: 100% !important;
  }

  .slider.slider--mobile{
    scroll-padding-left: 0rem !important;
    margin-bottom: 0rem !important;
  }

}

/* ===============================
   SECTION SPECIFIC STYLES
================================= */
@media screen and (min-width: 750px) {
    .section-template--25293585252701__collage_aYWVWK-padding {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
  
  .section-template--25293585449309__main-padding {
        padding-top: 0 !important;
    }
}

/* ===============================
   RÜCKSENDUNG & VERSANDKONDITIONEN
================================= */
.section-template--25443340419421__main-padding {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 65ch;
  margin: 0 auto;
}

.section-template--25443340419421__main-padding .main-page-title{
  text-align: center;
}

.section-template--25443340419421__main-padding strong{
  font-size: 1.6rem;
}
/* ===============================
   MISCELLANEOUS STYLES
================================= */
.global-media-settings {
  border: none !important;
}

[data-selected-value] {
  text-transform: uppercase;
}

.shopify-payment-button__more-options {
  display: none !important;
}

details {
  border-bottom: none;
}

/* ===============================
   DISSABLES SHOPIFY MODAL RENDER
================================= */

cart-notification {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}


/* ===============================
   NEUE TEST CHANGES - SHOPIFY SACHEN NICHT ANZEIGEN
================================= */

section#shopify-section-template--25572208443741__featured_collection {
    display: none;
}

section#shopify-section-template--25572208443741__collage_aYWVWK {
    display: none;
}

/* ===============================
   NEUE TEST CHANGES - VIDEO ANPASSUNG
================================= */

.video-section { 
  height: 100vh;      /* fallback */
  height: 100svh;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.video-section__media {
  height: 100%;
  position: absolute !important; /* Position video as background */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-bottom: 0 !important;
  
}

.video-section__content {
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, 30%);
  z-index: 2; /* Above the video */
  text-align: center;
  color: white;
  width: 90%;
  max-width: 600px;
}

@media screen and (max-width: 749px) {
  .video-section__content{
  transform: translate(-50%, 60%);
}
}

@media screen and (max-width: 400px) {
  .video-section__content{
  transform: translate(-50%, 15%);
}
}
@media screen and (max-height: 400px) {
  .video-section__content{
  transform: translate(-50%, -20%);
}
}
/* ===============================
   NEUE TEST CHANGES - BILDER HOMEPAGE
================================= */

div#Banner-template--25572208443741__image_banner_7j3nDL {
  height: 100vh;      /* fallback */
  height: 100svh;
}



/* Mobile layout */
@media screen and (max-width: 749px) and (orientation: portrait){
  div#Banner-template--25572208443741__image_banner_7j3nDL {
    height: auto;
  }

  .banner__media.media.banner__media-half.scroll-trigger.animate--fade-in {
  height: 100vh;      /* fallback */
  height: 100svh;
  }
}

@media screen and (orientation: landscape) {
  div#Banner-template--25572208443741__image_banner_7j3nDL {
    flex-direction: row !important;
  }

  .banner__content {
    width: 0% !important;
  }
}
/* ===============================
   NEUE TEST CHANGES - COUNTER
================================= */
 .countdown-container {
    text-align: center;
    padding: 40px;
}

.countdown-timer {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center; 
}

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-number {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: pulse 2s ease-in-out infinite alternate;
    font-family: 'Menlo', monospace;/* 👈 Add this */
    width: 2ch; /* 👈 Fix width so every number takes the same space */
    text-align: center;
}

.colon {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.8);
    animation: blink 1s ease-in-out infinite alternate;
}

.label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

.title {
    font-size: 1.5rem;
    margin-bottom: 25px;
    margin-top: 0px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.shop-button {
    display: inline-block;
    padding: 15px 40px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.shop-button:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.05); }
}

/* Mobile styles for screens 749px and below */
@media (max-width: 749px) {
    .time-number, .colon {
        font-size: 3.5rem;
    }

    .title {
      font-size: 1rem;
    }

    .shop-button {
      font-size: 1rem;
    }

    .countdown-timer {
      gap: 8px;
    }
}  

@media (max-height: 500px) {
    .time-number, .colon {
        font-size: 3.5rem;
    }

    .title {
      font-size: 1rem;
    }

    .shop-button {
      font-size: 1rem;
    }

    .countdown-timer {
      gap: 8px;
    }
}
/* ===============================
   NEW CHANGES - IMAGE OVERLAYS
================================= */
        .header-container {
            display: flex !important;
            align-items: flex-end;
            justify-content: space-between;
            padding: 20px;
            color: white;
        }

        .titles {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .small-title {
            font-size: 14px;
            font-weight: normal;
            margin: 0;
        }

        .large-title {
            font-size: 36px;
            font-weight: bold;
            margin: 0;
          color: white !important;
        }

        .arrow {
            font-size: 24px;
            font-weight: bold;
        }

.banner {
  cursor: pointer;
}

/* Mobile styles for screens 749px and below */
@media (max-width: 749px) {
    .large-title {
        font-size: 25px;
    }

}  

/* ===============================
   NEW CHANGES - FORCE WHITE COLOR FOR AMOUNT IN CART
================================= */
.cart-count-bubble span {
  color: white !important;
}

.facets-container.scroll-trigger.animate--fade-in {
  display: none;
}

.menu-drawer .icon {
  color: black;
}

.template-index {
  --header-bottom-position: 78px !important;
}

.copyright_icon_footer {
  font-size: 13px;
}

/* ===============================
   BRAND MULTIROW
================================= */
.image-with-text {
  
}

.image-with-text__media-item {
  border: 5px solid black;
}

.image-with-text__grid {
  gap: 0px !important; 
}

.slider-buttons.quick-add-hidden {
  display: none;
}

.badge {
    background-color: white;
    border: 0px solid transparent;
    border-radius: 0px;
    color: black;
    font-size: 9px;
    letter-spacing: 0.06rem;
    padding: 0 5px;
    line-height: 14px;
    font-weight: 100;
}

.card__badge.top.left {
  line-height: 0px;
}

.page-width.page-width--narrow.section-template--25572208542045__main-padding {
  max-width: 72.6rem;
}

.card__heading {
    font-family: Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}

.price>*{
      font-family: Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}
.card--standard>.card__content .card__information{
  padding-left: 0.9rem !important;
  padding: 5px 10px;
}
@media (max-width: 749px){


.card__heading {
  font-size: 12px;
}

 .card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
    margin-top: 0px !important;
} 
 
}

/* ===============================
    HEADER NEW IN + PRODUKT ANZAHL
================================= */
h1.collection-hero__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 2.5rem 2rem 1rem;
}


span.visually-hidden-aber-gay {
      color: black;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 0 1rem;
    text-transform: none !important;
    letter-spacing: 0;
}

@media (min-width: 750px){
  .section-template--25572208148829__product-grid-padding{
    padding-top: 0px !important;
  }
}

ul#product-grid {
  margin-top: 1rem !important;
}

/* ===============================
    NEWLETTER HANDY DESKTOP + FOOTER ADDITIONAL
================================= */


@media (max-width: 749px){
  .footer{
    margin-top: 0px !important;
  }
  
  .newsletter__wrapper.color-scheme-1.gradient.content-container.isolate.content-container--full-width.section-sections--25572205298013__newsletter_MRtqkk-padding {

    background-color: black;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-family: Arial, sans-serif;
    font-size: 28px;
    color: white;
    font-weight: 700;
    text-align: left;
  }
  .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: white;
    text-align: left;
    margin: 0;
}
  button#Subscribe {
    border: 1px solid white;
  }

.footer__content-top.page-width {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 .footer-block:last-child {
  margin: 0 !important;
}
  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    margin: 0px !important;
}
  small.copyright__content {
    letter-spacing: 0;
    font-family: Areal, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: white;
}
  footer.footer.color-scheme-4.gradient.section-sections--25572205298013__footer-padding {
    padding-bottom: 12px;
}
  .footer__content-bottom-wrapper.page-width.footer__content-bottom-wrapper--center {
    padding-top: 12px;
    justify-content: space-between;
}
  a.link.link--text.list-menu__item.list-menu__item--link {
    color: white;
}
  .whatsapp-gruppe {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
}
  .whatsapp-gruppe-ordnung{
    display:flex;
    justify-content: space-between;
  }
  
  .whatsapp-gruppe h2 {
    font-family: Arial, sans-serif;
        font-size: 28px;
        color: black;
        font-weight: 700;
    margin: 0px;
  }
  .whatsapp-gruppe-subheading {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: black;
    letter-spacing: 0;
}
  .whatsapp-gruppe-beitreten {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: black;
    text-decoration: underline;
    align-content: center;
  }

  span.price-item.price-item--sale.price-item--last {
    margin: 0;
    font-size: 16px;
}
  h2.related-products__heading.inline-richtext.h2 {
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    margin: 0px;
}
}
    .price__tax-note {
        display: none;
    }

@media (min-width: 750px){
  .whatsapp-gruppe {
    display: none;
  }
}  

/* ===============================
    PRODUKT SCHRIFT OVERRIDE
================================= */
.product__title-text{
  font-family: Arial, sans-serif;
  letter-spacing: 0;
}

span.price-item.price-item--sale.price-item--last{
  font-family: Arial, sans-serif;
  letter-spacing: 0;
}

/* ===============================
    NEWSLETTER PADDING OVERRIDE
================================= */

.section-sections--25572205298013__newsletter_MRtqkk-padding{
  padding-bottom: 0px !important;
}

@media screen and (min-width: 750px) {
    .section-sections--25572205298013__newsletter_MRtqkk-padding {

        padding-bottom: 0px !important;
    }
}

/* ===============================
    NEW FIX ON THE FLY
================================= */

.menu-drawer__localization.header-localization{
  display: none;
}

.shopify-payment-button {
    display: none;
}

.slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient.slideshow__text--center.slideshow__text-mobile--center {
    display: none;
}

.countdown-timer {
  display:none;
}