/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 38:0 Unexpected "<"
Line 92:0 Unexpected "<"
Line 113:0 Unexpected "<"
Line 146:0 Unexpected "<"
Line 186:0 Unexpected "<"
Line 207:0 Unexpected "<"

**/
<style>
.Drawer__Message--inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
padding: 6px 24px;
-webkit-box-shadow: inset 0 -1px #f6f6f6;
box-shadow: inset 0 -1px #f6f6f6;
color: #007600;
font-size: 12px;
}
.Drawer__Message--inner img {
margin-right: 8px;
}
.Drawer.show-message .Drawer__Message {
display: block;
}
</style>

<style>
.shipping-bar {
display: block;
padding: 10px;
background: #F5F5F5;
margin-bottom: 0px;
margin-top: 12px;
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: center;
}
.shipping-bar__text {
display: block;
font-size: 12px;
}
.shipping-bar__progress {
position: relative;
display: block;
margin-top: 6px;
height: 7px;
color: #ff0099;
border: 2px solid currentColor;
border-radius: 4px;
}
.shipping-bar__progress::after {
position: absolute;
content: '';
top: 0;
right: 0;
bottom: 0;
left: 0;
background: currentColor;
transition: transform 0.2s ease;
transform: scaleX(var(--progress));
transform-origin: left;
}
.shipping-bar--large {
max-width: 392px;
}
@media screen and (min-width: 741px) {
.shipping-bar {
margin-bottom: 0px;
}
.shipping-bar__progress {
margin-top: 8px;
height: 8px;
}
.shipping-bar--large .shipping-bar__progress {
margin-top: 16px;
}
}
</style>

.shippingAndTotal {
display: block;
margin: 10px 0;
}
.ShippingAndTotal__Line {
display: flex;
justify-content: space-between;
width: 100%;
font-size: 13px;
line-height: 14px;
}
.ShippingAndTotal__Line:not(:last-child) {
margin-bottom: 8px;
}
.ShippingAndTotal__Line .HighlightText {
color: #439775;
font-weight: 400;
}

<style>
#payment-methodes-custom {
/* Abstand zum Inhalt davor/danach */
margin-top: 10px;
margin-bottom: 10px;
/* Rechts, zentriert oder linksbündig (Icons/Text) */
text-align: center;
}
#payment-methodes-custom .payment-icons {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
padding: 0;
margin: 0;
list-style: none;
flex-wrap: nowrap;
}
#payment-methodes-custom .payment-icons .section-footer__payment-icon {
width: auto;
height: 25px;
fill: none;
}
/* Definitionen für die Auflistung */
.list--inline {
padding: 0;
margin: 0;
}
.list--inline li {
display: inline-flex;
margin-bottom: 0;
vertical-align: middle;
}
</style>

<style>
.klarna{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
text-align: left;
color: #17120f;
font-size: 14px;
font-weight: 400;
line-height: 20px;
background-color: #FFFFFF;
border-style: solid;
border-color: #eae7e4;
border-radius: 0px;
border-width: 1px;
padding: 4px 14px;
flex-direction: row;
justify-content: center;
align-items: center;
display: inline-flex;
width: auto;
max-width: 100%;
box-sizing: border-box;
}
.klarnaicon{
display: flex;
align-items: center;
flex: 0 0 auto;
}
#klarna-message-custom .klarnaicon svg{
width: 44px;
height: 30px;
min-width: 44px;
min-height: 30px;
}
.klarnatext{
margin-left: 14px;
margin-right: 0px;
white-space: nowrap;
}
</style>

<style>
/* Cart spacing fine-tuning: success message between shipping bar and items */
[data-section-type="cart-template"] .cart-drawer-message {
margin: 24px 0 0 !important;
padding: 0;
}

[data-section-type="cart-template"] .cart-drawer-message .Drawer__Message {
margin: 0;
}

[data-section-type="cart-template"] .cart-list .cart-item.cart-list-header {
margin-top: 0 !important;
margin-bottom: 0.75em;
}

[data-section-type="cart-template"] .cart-list .cart-item {
margin-bottom: 0.5em !important;
}
</style>

.nav-search-inline {
  display: none;
}

@media (min-width: 1100px) {
  .site-control.nav-inline-desktop .nav-right-side > form.nav-search-inline {
    display: block;
    flex: 0 0 304px;
    width: 304px;
    min-width: 304px;
    max-width: 304px;
    margin: 0;
    box-sizing: border-box;
  }

  .site-control.nav-inline-desktop .nav-right-side > form.nav-search-inline input[type=search] {
    width: 100%;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 4px 10px;
    background: #fff;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    box-sizing: border-box;
  }

  .site-control.nav-inline-desktop .nav-right-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .site-control.nav-inline-desktop .nav-right-side .nav-search-icon {
    display: none;
  }

  .site-control.nav-inline-desktop .site-control__inner .nav-account {
    padding-right: 0;
    margin-right: 2px;
    display: inline-flex;
    align-items: center;
    height: 32px;
  }

  .site-control.nav-inline-desktop .nav-right-side .cart.cart-icon--basket1,
  .site-control.nav-inline-desktop .nav-right-side .cart.cart-icon--basket2 {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .site-control.nav-inline-desktop .nav-right-side > form.nav-search-inline {
    flex: 0 0 304px;
    width: 304px;
    min-width: 304px;
    max-width: 304px;
    margin: 0;
    box-sizing: border-box;
  }
}

/* PDP price row: strike + current + savings in one line */
.product-area .price-area .price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.5em;
  white-space: nowrap;
}

.product-area .price-area .price-current-highlight {
  color: #ff0099;
  font-weight: 700;
}

.product-area .price-area .price-save-label {
  color: #ff0099;
  font-size: 0.9em;
}

.product-area .price-area .price-save-label__suffix {
  font-size: 0.9em;
}

#collectionmetafields {
  display: block;
  width: 100%;
  text-align: left;
}

/* Collection / category product grid */
.template-collection .product-block .price-from-label {
  font-size: 0.72em;
  font-weight: 400;
  text-transform: lowercase;
}

.template-collection .product-list #collectionmetafields,
.product-list #collectionmetafields {
  font-size: 0.62rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .product-area .price-area .price-row {
    flex-wrap: wrap;
    row-gap: 0.15em;
    white-space: normal;
  }

  .product-area .price-area .price-save-label {
    flex-basis: 100%;
  }
}

@media (max-width: 767px) {
  .cc-tabs.cc-tabs--tab-mode {
    padding-top: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab-headers-container {
    display: none;
  }

  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab .cc-tabs__accordion__header {
    display: block;
    position: relative;
    padding: 18px 30px 18px 0;
    border-top: 1px solid #ddd;
  }

  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab:first-child .cc-tabs__accordion__header {
    border-top: 0;
  }

  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab .cc-tabs__accordion__header::before,
  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab .cc-tabs__accordion__header::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 2px;
    background-color: currentColor;
    transform: translateY(-50%);
  }

  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab .cc-tabs__accordion__header::after {
    transition: transform 0.4s;
    transform: translateY(-50%) rotate(90deg);
  }

  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab .cc-tabs__accordion__header[aria-selected="true"]::after {
    transform: translateY(-50%) rotate(0deg);
  }

  .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab .cc-tabs__tab__panel {
    padding-bottom: 20px;
  }

  .js .cc-tabs.cc-tabs--tab-mode .cc-tabs__tab .cc-tabs__tab__panel {
    display: none;
  }

  #klarna-message-custom + .divider__line-true {
    display: none;
  }

  .section-text-columns-with-images .text-columns-mobile-carousel {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 16px;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
  }

  .section-text-columns-with-images .text-columns-mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .section-text-columns-with-images .text-columns-mobile-carousel > .text-column {
    float: none !important;
    flex: 0 0 82% !important;
    width: 82% !important;
    max-width: 82% !important;
    min-width: 82%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
    scroll-snap-align: start;
  }
}