/** Shopify CDN: Minification failed

Line 890:20 Expected identifier but found "!"
Line 1203:1 Expected "}" to go with "{"

**/
.page-content--product {
  background: #f6f4f2;
}

.product-single__meta * {
  text-align:left;
}

.site-header__search-container {
  z-index:9999;
}

/*@media only screen and (min-width: 769px) {*/
  
.product-single__meta {
  padding: 30px !important;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.variant-input-wrap input[type="radio"] + label {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.color-swatch:before {
  /*-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #fff;*/
  border:none;
}

.product-block.product-block--price .product__price
{
float:left;
margin-right:10px;
}

.product-block.product-block--price .product__price.product__price--compare
{
float:none;
margin-right:0;
}

.product-block,
.product-block *
{
text-align:left!important;
}

.flickity-page-dots
{
display:none!important;
}

.main-price
{
background:#fff062;
padding:2px;
display:inline-block;
}

.btn.add-to-cart {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: none;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
  /*background:#193d2f;*/
  background:#000;
}

h1.product-single__title {
  font-size: 1.6rem;
}
.product-block.product-block--tab {
  margin: 20px 0 0 0;
}
.collapsibles-wrapper--border-bottom {
  border: none;
}
.product-block.product-block--tab button,
label.variant__label
{
  text-align: left;
  padding: 0;
  border: none;
  letter-spacing:.01em!important;
  font-weight:600!important;
  font-size:1.05rem!important;
  text-transform:none!important;
}

.variant-wrapper 
{
 margin-bottom:20px;
}

.product-groesse-model
{
 margin-top:-20px;
}

.db-rating span {
  text-align: left;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 0 5px 50px;
  background-position: left center;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url(/cdn/shop/files/like.png);
  max-width: 420px;
  margin: 10px 0 20px 0;
}
.product-block.product-block--price .product__price {
  font-size: 1.6rem;
  font-weight: 600;
  color: #760000;
}
.product-block.product-block--price .product__price.product__price--compare {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

.collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner
{
 padding: 10px 0;
  border:none;
}

@media only screen and (min-width: 769px) {

.grid.grid--product-images--partial .grid__item.medium-up--one-half
{
 width:45%;
}

.grid.grid--product-images--partial .grid__item.medium-up--one-half.product-single__sticky
{
 width:48%;
  margin-right:7%;
}

}

.variant-input-wrap input[type=radio]:checked+label
{
box-shadow: 0 0 0 2px #0D7C46;
}

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

fieldset.variant-input-wrap[name="Größe"]
{
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
gap: 5px;
margin-bottom: 0;
}

fieldset.variant-input-wrap[name="Größe"] .variant-input
{
width:100%;
margin:0!important;
}

fieldset.variant-input-wrap[name="Größe"] .variant-input label
{
width:100%;
box-sizing:border-box;
margin:0!important;
}

/*}*/

.product__price-savings
{
background:#760000;
  color:#FFF;
  padding: 3px 8px;
  text-align:center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display:inline-block;
  font-size:.7rem;
  font-weight:600;
}

.product-block.product-block--sales-point .sales-point span
{
 color:#0D7C46;
}

hr.hrtop
{
margin:15px 0;
}

.product-block.product-block--price
{
margin-bottom:10px!important;
}

.btn.add-to-cart
{
  text-align:center!important;
}
/*
.product-block.product-block--price
{
display: flex;
    flex-wrap: wrap;
    align-items: baseline;  
}
*/

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

.product-block.product-block--sales-point .sales-point span
{
justify-content:start;
}
  
.btn.add-to-cart
{
letter-spacing:0!important;
  font-size:.8rem!important;
}
  
.product__policies
{
    font-size: .6rem;
    padding-top: 4px;
}
  
h1.product-single__title {
    font-size: 1.2rem;
}
  
}

.box-wrapper
{
display: flex;
flex-wrap: wrap;
  margin:20px 0 10px 0;
}
.box-wrapper .box,
.box-wrapper .box-big
{
width: 49%;
background-color: #e6e6e6;
background-image: url('/cdn/shop/files/plus.svg?v=1686763738');
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: right top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
 border-radius: 10px;
 padding: 15px;
 box-sizing: border-box;
 text-align: center!important;
  cursor:pointer;
}
.box-wrapper .box *
{
 text-align: center!important;
}
.box-wrapper .box img
{
display:inline-block;
max-width: 40px;
margin-bottom: 10px;
}
.box-wrapper .box span,
.box-wrapper .box-big p
{
display: block;
font-size:0.85rem;
color:#585858;
margin:0;
}
.box-wrapper .box#id_one,
.box-wrapper .box.box-left
{
margin-right: 1%;
}
.box-wrapper .box#id_two,
.box-wrapper .box.box-right
{
margin-left: 1%;
}
.box-wrapper .box-big
{
width: 100%;
background-image: url('/cdn/shop/files/minus.svg');
 text-align: left!important;
 margin: 0;
}
.box-wrapper .hidden
{
display: none;
}

.outer-box,
.outer-box *
{
text-align:center!important;
}

.outer-box h4
{
letter-spacing:0;
font-size:1.8rem;
}

.box-wrapper.four-boxes h5
{
font-size:1.4rem;
margin-bottom:0;
}

.outer-box
{
background-color: #e6e6e6;
background-size: 30px 30px;
background-position: right top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 25px;
box-sizing: border-box;
background-image: url('/cdn/shop/files/sale-green.svg');
background-size: 60px 60px;
background-repeat:no-repeat;
text-align:center;
margin-top:20px;
}

.box-wrapper.four-boxes .box *
{
letter-spacing:0;
color:#FFF;
}

.box-wrapper.four-boxes .box p
{
margin-bottom:0;
}

.box-wrapper.four-boxes .box,
.box-wrapper.four-boxes .box.visible-1
{
background-image: url('/cdn/shop/files/plus-green.svg');
margin-bottom:10px;
display: flex;
align-items: center;
justify-content: center;
}

.box-wrapper.four-boxes .box.visible-2
{
background-image: url('/cdn/shop/files/minus-green.svg');
}

.box-wrapper.four-boxes .box.box-a,
.box-wrapper.four-boxes .box.box-b
{
background-color: #969696;
}

.box-wrapper.four-boxes .box.box-c,
.box-wrapper.four-boxes .box.box-d
{
background-color: #606060;
}


i.icon-swym-wishlist {
font-family: 'swym-font';
font-style: normal;
vertical-align: middle;
}
i.icon-swym-wishlist+span {
vertical-align: middle;
}
i.icon-swym-wishlist:after {
content: '';
font-size: 130%;
line-height: 18px;
text-align: center;
display: inline;
}
/*content rendered after swym is ready to avoid showing block/invalid chars*/
.swym-ready i.icon-swym-wishlist:after {
content: '\f004';
}




.product-block.product-block--price .product__price.on-sale
{
color:#FFF;
padding: 4px 8px;
background-color:#760000;
-webkit-border-radius:6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.yousave
{
position:relative;
color:#760000;
padding: 8px;
margin-right:4px;
font-size:.75rem;
font-weight: var(--typeHeaderWeight);
border: 2px dashed #760000;
border-right-style: dashed;
display:inline-block;
box-sizing: border-box;
}

.yousave::before
{
position:absolute;
content: url('/cdn/shop/files/arrow-dark-red.svg?v=1713879619');
display: inline-block;
width: 10px;
height: 5px;
top:-11px;
left:45px;
}



.promotion-stoerer
{
position:absolute;
left:10px;
top:10px;
z-index:20;
background:#000;
/*-webkit-border-radius:6px;
-moz-border-radius: 6px;
border-radius: 6px;*/
color:#FFF;
padding: 10px 20px;
font-size:.75rem;
font-weight: var(--typeHeaderWeight);
display:inline-block;
}

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

.promotion-stoerer
{
/*left:10px;
top:10px;*/
padding: 5px 10px;
font-size:.7rem;
}

}

.btn.add-to-cart:disabled {
  background: #e6e6e6;
}

.color-swatch.disabled::after
{
width:100%;
height:100%;
left:0!important;
top:0;
transform:none!important;
border:none!important;
background-image: url('/cdn/shop/files/soldout.svg?v=1700149510')!important;
}

.variant-input-wrap label
{
min-width:90px;
padding-left:35px;
padding-right:35px;
text-align:center!important;
}

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

  .variant-input-wrap label
{
min-width:none;
}

}


.variant__button-label.disabled
{
padding-left:10px;
padding-right:30px;
background-image: url('/cdn/shop/files/notify.svg?v=1756273318');
background-size:14px 14px;
background-position: right +8px center;
background-repeat:no-repeat;
}

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

  .variant__button-label.disabled
{
padding-left:8px;
padding-right:22px;
background-size:10px;
background-position: right +6px center;
}

}

.variant-input-wrap label.disabled:after
{
left: 35%;
}

.variant__button-label.color-swatch
{
padding-right:7px;
min-width:0;
}

.variant__button-label.color-swatch.disabled
{
min-width:0;
padding-right:7px;
background-image:none;
background-size:cover;
background-position: left top;
background-repeat:no-repeat;
}


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

.variant-input-wrap
{
display:flex;
flex-wrap:wrap;
}

.variant-input-wrap label
{
min-width:0;
padding-left:15px;
padding-right:15px;
}

}



#id_drawer_info
{
padding-left:var(--drawer-gutter);
padding-right:var(--drawer-gutter);
}

#id_drawer_info #id_drawer_info_inner
{
background:#000;
-webkit-border-radius:6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding:5px 10px;
}

#id_drawer_info #id_drawer_info_inner span
{
color:#FFF;
font-size:.8rem;
display:block;
background-image: url('/cdn/shop/files/cart-alert.svg?v=1700583411');
background-position:left center;
background-size:16px 16px;
background-repeat:no-repeat;
padding-left:24px;
}

#id_drawer_info #id_drawer_info_inner span b
{
font-weight:600;
}

.drawer.is-empty #id_drawer_info,
.page--checkout-one-thank-you #id_drawer_info,
.page--thank-you #id_drawer_info
{
display:none;
}

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

#id_drawer_info #id_drawer_info_inner span
{
font-size:.65rem!important;
}

}

#shopify-section-sections--19108334797147__newsletter-popup {display:none;}

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

    #shopify-section-sections--19108334797147__newsletter-popup {display:block;}

  .comparison  .comparison__button
{
background-image:url('/cdn/shop/files/arrows.svg?v=1709197709');
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
}

.comparison  .comparison__button svg
{
display:none!important;
}

  
}

#shopify-section-template--21200132112731__image_compare_eUmKC4 .index-section,
#shopify-section-template--21200132112731__image_compare_DPJtgV .index-section,
#shopify-section-template--19652665672027__image_compare_CpWtCD .index-section,
#shopify-section-template--19652665672027__image_compare_DPJtgV .index-section,
#shopify-section-template--22550990225755__image_compare_DPJtgV .index-section,
#shopify-section-template--22550990225755__image_compare_CpWtCD .index-section
{
margin:0;
}

#id_tab_menu
{
text-align:center;
  padding-top:40px;
}
 
#id_tab_menu a
{
font-size:1.4rem;
display:inline-block;
  margin:0 10px;
}

.visiblecontent {
            opacity: 1;
  height:auto;
  overflow: visible;
        }

.hiddencontent {
            opacity: 0;
  height:1px;
  overflow:hidden;
        }





table.responsive
{
width: 100%;
border-collapse: collapse;
}

table.responsive *
{
font-size: .7rem;
}

table.responsive th,
table.responsive td
{
border: 1px solid #ddd;
padding: 5px;
text-align: left;
}

table.responsive th.odd,
table.responsive td.odd
{
background-color: #f4f4f4;
}

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

  table.responsive  {
    background: none;
  }

  table.responsive *
{
font-size: .8rem;
}

  table.responsive thead {
    display: none;
  }
  
  table.responsive tr td:last-child {
	  margin-bottom: 20px; 
  }

  table.responsive td {
    display: block;
    margin-top:-1px;
  }
  table.responsive th.odd,
  table.responsive td.odd
  {
  background: none;
  }
  
  table.responsive td:first-child
  {
  font-weight: bold;
  font-size: 1.2rem;
    border:none;
    padding: 0 0 5px 0;
  }
  
  table.responsive.de td:nth-child(2),
  table.responsive.int td:nth-child(2),
  table.responsive.int td:nth-child(4),
  table.responsive.int td:nth-child(6),
  table.responsive.mon td:nth-child(2),
  table.responsive.mon td:nth-child(4)
  {
  font-weight: bold;
  }

  table.responsive.int td:nth-child(2)::before {
    content: "Standard: ";
    font-weight: bold;
  }
  
  table.responsive.int td:nth-child(4)::before {
    content: "UPS Priority: ";
    font-weight: bold;
  }

  table.responsive.int td:nth-child(6)::before {
    content: "DHL Express: ";
    font-weight: bold;
  }

  table.responsive.mon td:nth-child(2)::before {
    content: "Standard: ";
    font-weight: bold;
  }
  
  table.responsive.mon td:nth-child(4)::before {
    content: "DHL Express: ";
    font-weight: bold;
  }
  
}

/* Cart Drawer: Zeile-Level Rabatt-Label in Produktliste ausblenden */
.drawer .cart__item .cart__discount:not(.cart__price) {
  display: none;
}

/* Cart Drawer: Alle Preise gleich groß, nebeneinander */
.drawer .cart__price.cart__discount,
.drawer .cart__price.cart__price--sale,
.drawer .cart__price.cart__price--strikethrough {
  font-size: inherit;
  display: inline;
  margin-right: 5px;
}

/* Cart Drawer: Sale-Preis rot & fett */
.cart__price.cart__price--sale {
  color: #C20000;
  font-weight: 700;
}

/* Cart Drawer: Zwischensumme-Zeile bold */
.drawer .cart__item-row--subtotal {
  font-weight: bold;
}

.drawer .cart__item-row--subtotal .ajaxcart__subtotal {
  font-weight: bold;
}

.drawer .cart__item-row--subtotal [data-subtotal] {
  font-weight: bold;
}

/* Cart Drawer: Streichpreis vor Zwischensumme */
.drawer .cart__subtotal-compare {
  font-weight: normal;
  text-decoration: line-through;
  margin-right: 5px;
  font-size: .9em;
  opacity: .7;
}

/* Cart Drawer: Zahlungsarten-Grafik */
.drawer .cart__payment-icons {
  text-align: center;
  margin-top: 12px;
}

.drawer .cart__payment-icons img {
  max-width: none;
  width: 100%;
  height: auto;
}

.drawer
{
background:#f5f4f2;
}

.drawer__footer
{
padding-bottom:20px;
background:#ebebeb;
}

/* qikify hides menu */
.site-nav.site-navigation {
  opacity: 0
}
/* qikify ends */

.collection-filter select,
.collection-filter .btn {
border-radius:0!important;
}

.collection-content {
padding-top:25px!important;
}

.template-collection .index-section {
margin-bottom:0!important;
}

@media screen and (max-width: 768px) {
  
  .collection-filter select,
  .collection-filter select *,
  .collection-filter .btn {
    font-size:12px!important;
    
  }

  .collection-filter select,
  .collection-filter select#SortBy,
  .collection-filter .btn {
    padding: 0 10px;!important;
    /*background-image:none;*/
    height:34px;
  }

  .collection-filter__item--drawer,
  .collection-filter__item--sort {
    flex: 0 1 38%;
  }

}

/* ===== Fit Check: Trigger ===== */
.fit-check-trigger {
  float: right;
  margin: 0;
  line-height: 1;
}

.fit-check-trigger__btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #000;
}

.fit-check-trigger__btn:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fit-check-trigger__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ===== Fit Check: Modal ===== */
.fit-check-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.fit-check-modal.is-active {
  visibility: visible;
  opacity: 1;
}

.fit-check-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.fit-check-modal__panel {
  position: relative;
  background: #fff;
  width: 92%;
  max-width: 640px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
  transform: translateY(20px);
  transition: transform 0.25s ease;
}

.fit-check-modal.is-active .fit-check-modal__panel {
  transform: translateY(0);
}

.fit-check-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e0e0e0;
  flex-shrink: 0;
}

.fit-check-modal__title {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fit-check-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  line-height: 0;
}

.fit-check-modal__close svg {
  width: 22px;
  height: 22px;
}

.fit-check-modal__body {
  padding: 24px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* ===== Fit Check: Tabs ===== */
.fit-check__tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.fit-check__tab {
  padding: 8px 16px;
  border: none;
  background: none;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.fit-check__tab--active {
  border-bottom-color: #000;
}

/* ===== Fit Check: Content ===== */
.fit-check__panel {
  display: none;
}

.fit-check__panel--active {
  display: block;
}

.fit-check__table {
  margin-bottom: 24px;
}

.fit-check__table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.fit-check__table table td {
  padding: 12px 14px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.fit-check__table table tr:first-child td {
  font-weight: 700;
  background: #f5f5f5;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}

.fit-check__table table tr td:first-child {
  font-weight: 600;
  text-align: left;
}

.fit-check__image {
  text-align: center;
  margin: 24px 0;
}

.fit-check__image img {
  width: 100%;
  height: auto;
}

.fit-check__text {
  font-size: 0.85rem;
  color: #666;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .fit-check-modal__panel {
    width: 96%;
    max-height: 92vh;
  }
  .fit-check-modal__body {
    padding: 16px;
  }
  .fit-check__table table {
    font-size: 0.8rem;
  }
  .fit-check__table table td {
    padding: 8px 6px;
  }
}

.acl-stock-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  letter-spacing: -0.01em;
  margin: 0 0 12px 0;
  width: 100%;
  flex-basis: 100%;
  order: -1;

.acl-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34C759;
  flex-shrink: 0;
  position: relative;
}

.acl-pulse-dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(52, 199, 89, 0.2);
  animation: acl-pulse 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes acl-pulse {
  0%, 100% { transform: scale(0.9); opacity: 0; }
  50% { transform: scale(2.2); opacity: 0.8; }
}

.acl-badge-text {
  color: #34C759;
  font-weight: 400;
}
.acl-sold-out-tag {
  background: transparent !important;
  color: #1d1d1f !important;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 0 !important;
}

.grid-product__tag.acl-sold-out-tag {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  color: #1d1d1f !important;
}

.grid__image-ratio {
  position: relative;
}

.image-wrap {
  position: relative;
}

.acl-image-wrap-outer {
  position: relative;
  display: block;
  overflow: hidden;
}

.acl-restock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .acl-restock-btn {
    font-size: 9px !important;
    padding: 8px 14px !important;
  }
}
.grid-product__content .grid-product__tag.acl-sold-out-tag {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  color: #1d1d1f !important;
}.grid-product__tag.acl-sold-out-tag {
  background-color: transparent !important;
}
.grid-product__tag.acl-sold-out-tag {
  background-color: transparent !important;
  background: transparent !important;
  --colorBtnPrimary: transparent !important;
}