/** Shopify CDN: Minification failed

Line 270:0 Expected "}" to go with "{"

**/
.applePie-custom__discounts .custom__discounts-inner {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  align-items: first baseline;
  line-height: 1;
}
.applePie-custom__discounts .custom__discounts-inner .discounts--info {
  text-align: right;
}
.applePie-custom__discounts .discounts--info span:first-child {
  margin-bottom: 8px;
}
.applePie-custom__discounts .discounts--info span {
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 8px;
}
.product-form__variants[data-selector-type="dropdown"] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -8px;
}
.product-form__variants
  .product-form__option-selector[data-selector-type="dropdown"] {
  margin: 0;
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  width: 125px;
}
.product-form__variants[data-selector-type="dropdown"]
  .product-form__option-info,
.product-form__variants[data-selector-type="dropdown"]
  .product-form__quantity-label {
  display: flex;
  margin-bottom: 8px;
  order: 2;
  text-align: center;
}
.product-form__variants[data-selector-type="dropdown"]
  .product-form__option-name {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 8px;
}
.product-form__variants
  .product-form__option-selector[data-selector-type="dropdown"]
  .select-wrapper
  .icon.icon--chevron {
  display: none;
}
.product-form__variants
  .product-form__option-selector[data-selector-type="dropdown"]
  .select-wrapper
  .select__selected-info {
  display: none;
}
.product-form__variants
  .product-form__option-selector[data-selector-type="dropdown"]
  .select-wrapper
  button.select {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: none;
  height: 125px;
  padding: 10px;
}
.product-form__variants
  .product-form__option-selector[data-selector-type="dropdown"]
  .select-wrapper
  combo-box {
  width: 100%;
  max-width: 410px;
  min-width: 400px;
  border: 1px solid rgb(var(--border-color)) !important;
  margin-top: 15px;
  border-radius: 15px;
}
.combo-box__option-item[aria-selected="true"]::before {
  position: absolute;
  right: 5px;
  top: 38%;
  content: "\2713";
}
.select__selected-info span.select__selected-title,
.variant-info span.variant-title {
  font-size: 14px;
}
.select__selected-info span.select__selected-title-description,
.variant-info span.variant-description {
  font-size: 12px;
}
.combo-box__option-item:not([hidden]) {
  padding: 8px 30px 8px 12px;
}
.product-form__option-selector .select__selected-value .variant-info {
  display: none;
}
.combo-box__option-item {
  position: relative;
}
.product-meta__price-list-container .price-label {
  font-weight: bold;
  font-size: 16px;
}
.product-form__buy-buttons #MainPaymentContainer {
  margin: 5px 0 12px 0;
}
.product-temp-custom-dropdown .product-customized-block {
  border: 1px solid rgb(var(--border-color));
  border-radius: var(--button-border-radius);
  background: #fff;
  padding: 12px 20px;
  margin: 0;
}
.product-form__variants
  .product-form__option-selector[data-selector-type="dropdown"]
  .select-wrapper
  button.select {
  height: 100%;
}
.varinat__injector-wrapper span.variant-title,
.varinat__injector-wrapper .select__selected-info {
  font-weight: 400;
  font-size: 16px;
}
.varinat__injector-wrapper .selected-title {
    display: inline-block;
    padding-right: 5px;
    /* width: 13%; */
    float: left;
}
.varinat__injector-wrapper .select__selected-title.select__selected-value {
/*   width: 87%; */
  top: 0;
}
.varinat__injector-wrapper .variant-info {
  margin: 0;
  width: 100% !important;
  display: block;
}
.variant_info--wrapper .select__selected-info {
  margin: 0;
  display: block;
}
.select__selected-info .select__selected-title {
  font-weight: normal !important;
}
.varinat__injector-wrapper {
  margin-bottom: 8px;
  border-bottom: 1px solid rgb(var(--border-color));
  padding-bottom: 10px;
}
.varinat__injector-wrapper .variant-swatch__image {
  display: none;
}
.varinat__injector-wrapper .variant-description {
  display: none;
}
.varinat__injector-wrapper .select__selected-info {
/*   display: flex;
  align-items: center; */
}
[dir=ltr] .combo-box__option-item[aria-selected=true]:after {
    opacity: 0;
}

@media (min-width: 1000px) and (max-width: 1666px) {
  .product-form__variants .product-form__option-selector[data-selector-type=dropdown]:nth-child(2n) combo-box {
    left: -133px;
  }
  .product-form__variants .product-form__option-selector[data-selector-type=dropdown]:nth-child(3n) combo-box {
    left: unset;
    right: 0;
  }
}


@media (max-width: 740px) {
  .product-form__variants
    .product-form__option-selector[data-selector-type="dropdown"]
    .select-wrapper
    combo-box {
    max-width: 100%;
    min-width: 300px;
  }
  .product-form__variants
    .product-form__option-selector[data-selector-type="dropdown"] {
    width: 115px;
  }
  .product-form__variants
    .product-form__option-selector[data-selector-type="dropdown"]
    .select-wrapper
    button.select {
    height: 100%;
  }
  .product-temp-custom-dropdown .variant-swatch__image {
    height: auto;
  }
  .product-form__variants
    .product-form__option-selector[data-selector-type="dropdown"] {
    width: auto;
  }
}

@media (max-width: 550px) {
  .applePie-custom__discounts .discounts--info span {
    font-size: 12px;
  }
  .applePie-custom__discounts .custom__discounts-inner {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  .varinat__injector-wrapper .selected-title {
/*     width: 28%; */
    font-size: 12px;
  }
  .varinat__injector-wrapper .select__selected-title.select__selected-value {
/*     width: 72%; */
  }
  .varinat__injector-wrapper span.variant-title,
  .varinat__injector-wrapper .select__selected-info {
    font-weight: 400;
    font-size: 12px;
  }
  .product-temp-custom-dropdown .variant-swatch__image {
    height: 80px;
  }
}
@media (max-width: 740px) {
  .product-temp-custom-dropdown .product__media,
  .product-temp-custom-dropdown .product__media img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .product-temp-custom-dropdown .product__media {
    padding-top: 0 !important;
    margin-bottom: 10px !important; /* optional: Abstand nach unten */
  }

 @media (max-width: 740px) {
  .product-temp-custom-dropdown .product__media,
  .product-temp-custom-dropdown .product__media img {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }


   


