/** Shopify CDN: Minification failed

Line 886:1 Expected "}" to go with "{"

**/
.drawer {
    visibility: hidden;
  }

  #CartDrawer {
    z-index: 1002;
  }

  #CartDrawer .cart-drawer__overlay {
    background: rgba(17, 17, 17, 0.22);
    backdrop-filter: blur(0.125rem);
  }

  #CartDrawer .drawer__inner {
    width: min(100vw, 33rem);
    padding: 0;
    max-width: 33rem;
    background: #fff;
    color: #000;
    border-radius: 1rem 0 0 1rem;
    overflow: hidden;
    box-shadow: -0.75rem 0 2.5rem rgba(0, 0, 0, 0.08);
  }

  #CartDrawer .drawer__header {
    position: relative;
    padding: 2.5rem 1.75rem 1.5rem;
    background: #fff;
    border: 0;
    text-align: center;
  }

  #CartDrawer .drawer__heading {
    margin: 0;
    font-size: 1.5rem;
    width: 100%;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
  }

  #CartDrawer .drawer__close {
    position: absolute;
    top: 0.875rem;
    right: 0.875rem;
    width: 2rem;
    height: 2rem;
    /* X auch auf Desktop anzeigen (vorher nur Mobile via @media). */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
  }

  #CartDrawer .drawer__close .svg-wrapper,
  #CartDrawer .drawer__close svg {
    width: 1rem;
    height: 1rem;
    display: block;
  }

  #CartDrawer .cart-drawer__stock-bar {
    margin: 0;
    padding: 0.625rem 1rem;
    background: #e5f1dd;
    color: #79c85f;
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
  }

  #CartDrawer .drawer__contents {
    padding: 1rem 2.25rem;
  }

  #CartDrawer .cart-drawer__items {
    display: flex;
    flex-direction: column;
  }

  #CartDrawer .cart-drawer__item {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr) 3.6rem;
    grid-template-areas:
      "image title  prices"
      "image qty    prices";
    column-gap: 0.875rem;
    row-gap: 0.375rem;
    align-items: start;
    padding: 1.125rem 0 1.25rem;
    border-bottom: 0.0625rem solid rgba(17, 17, 17, 0.08);
  }

  #CartDrawer .cart-drawer__item-media {
    grid-area: image;
  }

  #CartDrawer .cart-drawer__item-image {
    width: 4.25rem;
    height: 4.25rem;
    object-fit: contain;
    display: block;
    border-radius: 0.25rem;
    background: transparent;
  }

  #CartDrawer .cart-drawer__item-main {
    grid-area: title;
    min-width: 0;
    padding-top: 0.0625rem;
  }

  #CartDrawer .cart-drawer__item-title {
    display: block;
    margin: 0;
    font-size: 1rem;
    line-height: 1.22;
    font-weight: 600;
    color: #000;
    text-decoration: none;
  }

  #CartDrawer .cart-drawer__item-options {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    margin: 0.25rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.2;
    color: rgba(17, 17, 17, 0.62);
  }

  #CartDrawer .cart-drawer__item-option {
    display: flex;
    gap: 0.25rem;
    min-width: 0;
  }

  #CartDrawer .cart-drawer__item-option dt,
  #CartDrawer .cart-drawer__item-option dd {
    margin: 0;
  }

  #CartDrawer .cart-drawer__item-option dd {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #CartDrawer .cart-drawer__item-prices {
    grid-area: prices;
    min-width: 3.6rem;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    align-self: center;
    gap: 0.5rem;
  }

  #CartDrawer .cart-drawer__item-price-old {
    display: block;
    font-size: .85rem;
    line-height: 1.1;
    color: rgba(17, 17, 17, 0.42);
    text-decoration: line-through;
    text-decoration-thickness: 0.0625rem;
  }

  #CartDrawer .cart-drawer__item-price-current {
    display: block;
    font-size: 0.75rem;
    line-height: 1.12;
    font-weight: 500;
    color: #000;
  }

  #CartDrawer .cart-drawer__item-qty {
    grid-area: qty;
    align-self: center;
  }

  #CartDrawer .cart-drawer__item-qty quantity-popover {
    display: block;
  }

  #CartDrawer .cart-drawer__item-qty-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
  }

  #CartDrawer .quantity-popover-container {
    display: inline-flex;
    align-items: center;
  }

  #CartDrawer quantity-input.quantity.cart-quantity {
    min-height: 2.125rem;
    height: 2.125rem;
    border: 0.0625rem solid rgba(17, 17, 17, 0.18);
    border-radius: 999rem;
    background: #fff;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    box-shadow: none;
  }

  #CartDrawer quantity-input.quantity.cart-quantity:before,
  #CartDrawer quantity-input.quantity.cart-quantity:after {
    display: none;
  }

  #CartDrawer .cart-quantity .quantity__button {
    width: 1.875rem;
    min-width: 1.875rem;
    height: 1.875rem;
    border: 0;
    background: transparent;
    color: #000;
    box-shadow: none;
    margin: 0;
  }

  #CartDrawer .cart-quantity .quantity__button .svg-wrapper,
  #CartDrawer .cart-quantity .quantity__button svg {
    width: 0.75rem;
    height: 0.75rem;
  }

  #CartDrawer .cart-quantity .quantity__input {
    width: 2rem;
    min-width: 2rem;
    height: 1.875rem;
    border: 0;
    padding: 0;
    background: transparent;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #000;
    opacity: 1;
  }

  .cart-drawer .cart-item__error {
    margin-top: 0;
  }

  #CartDrawer .cart-drawer__item-remove {
    grid-area: remove;
    justify-self: center;
  }

  #CartDrawer .cart-remove-button.button--tertiary {
    min-width: auto;
    width: 1.5rem;
    height: 1.5rem;
    min-height: auto;
    border: 0;
    padding: 0;
    background: transparent;
    color: #000;
  }

  #CartDrawer .cart-remove-button .svg-wrapper,
  #CartDrawer .cart-remove-button svg {
    width: 1rem;
    height: 1rem;
  }

  #CartDrawer .cart-drawer__upsell {
    padding: 1rem 2.25rem;
  }

  #CartDrawer .cart-drawer__upsell-heading {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
  }

  #CartDrawer .cart-drawer__upsell-card {
    display: grid;
    grid-template-columns: 4.25rem minmax(0, 1fr) 3.6rem;
    grid-template-areas:
      "image title prices"
      "image qty   prices";
    column-gap: 0.875rem;
    row-gap: 0.375rem;
    align-items: start;
    position: relative;
  }

  #CartDrawer .cart-drawer__upsell-media {
    grid-area: image;
  }

  #CartDrawer .cart-drawer__upsell-image {
    width: 4.25rem;
    height: 4.25rem;
    object-fit: contain;
    display: block;
    border-radius: 0.25rem;
    background: transparent;
  }

  #CartDrawer .cart-drawer__upsell-main {
    grid-area: title;
    min-width: 0;
  }

  #CartDrawer .cart-drawer__upsell-title {
    display: block;
    margin: 0 0 0.25rem;
    font-size: 0.9375rem;
    line-height: 1.22;
    font-weight: 500;
    color: #000;
    text-decoration: none;
  }

  #CartDrawer .cart-drawer__upsell-badge {
    display: inline-flex;
    width: max-content;
    margin: 0 0 0.3125rem;
    padding: 0.25rem 0.5rem;
    border-radius: 999rem;
    background: #F0FFB6;
    color: #121212;
    font-size: 0.625rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
  }

  #CartDrawer .cart-drawer__upsell-subtitle {
    display: block;
    font-size: 0.75rem;
    line-height: 1.3;
    color: rgba(17, 17, 17, 0.68);
    margin: 0 0 0.6875rem;
  }

  #CartDrawer .cart-drawer__upsell-price {
    grid-area: prices;
    min-width: 3.6rem;
    text-align: right;
    padding-top: 0.0625rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    align-self: start;
  }

  #CartDrawer .cart-drawer__upsell-price .old {
    display: block;
    font-size: 0.6875rem;
    line-height: 1.1;
    color: rgba(17, 17, 17, 0.42);
    text-decoration: line-through;
  }

  #CartDrawer .cart-drawer__upsell-price .current {
    display: block;
    font-size: 0.75rem;
    line-height: 1.12;
    font-weight: 500;
    color: #000;
  }

  #CartDrawer .cart-drawer__upsell-controls {
    grid-area: qty;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.1875rem;
  }

  #CartDrawer .cart-drawer__upsell-qty {
    min-height: 2.125rem;
    height: 2.125rem;
    border: 0.0625rem solid rgba(17, 17, 17, 0.18);
    border-radius: 999rem;
    background: #fff;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    box-shadow: none;
  }

  #CartDrawer .cart-drawer__upsell-qty-btn {
    width: 1.875rem;
    min-width: 1.875rem;
    height: 1.875rem;
    border: 0;
    background: transparent;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  #CartDrawer .cart-drawer__upsell-qty-btn svg {
    width: 0.75rem;
    height: 0.75rem;
    display: block;
  }

  #CartDrawer .cart-drawer__upsell-qty-input {
    width: 2rem;
    min-width: 2.75rem;
    height: 1.875rem;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
    color: #000;
    appearance: textfield;
    -moz-appearance: textfield;
  }

  #CartDrawer .cart-drawer__upsell-qty-input::-webkit-outer-spin-button,
  #CartDrawer .cart-drawer__upsell-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  #CartDrawer .cart-drawer__upsell-add {
    min-width: 6.5rem;
    height: 1.75rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 999rem;
    background: #F0FFB6;
    color: #000;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  #CartDrawer .cart-drawer__upsell-add.is-loading {
    opacity: 0.7;
    pointer-events: none;
  }

  #CartDrawer .drawer__footer {
    padding: 1rem 2.25rem 2.5rem;
    background: #f7f7f7;
    border: 0;
  }

  #CartDrawer .cart-drawer__shipping-progress {
    margin-bottom: 2rem;
  }

  #CartDrawer .cart-drawer__shipping-progress-bar {
    width: 100%;
    height: 0.25rem;
    border-radius: 999rem;
    background: #d9e7d0;
    overflow: hidden;
    margin-bottom: 0.4375rem;
  }

  #CartDrawer .cart-drawer__shipping-progress-fill {
    height: 100%;
    background: #76b85b;
    border-radius: 999rem;
    display: block;
  }

  #CartDrawer .cart-drawer__shipping-progress-text {
    font-size: 0.725rem;
    line-height: 1.2;
    color: #000;
  }

  #CartDrawer .cart-drawer__summary {
    margin-bottom: 1.25rem;
  }

  #CartDrawer .cart-drawer__summary .discounts {
    margin: 0 0 0.625rem;
  }

  #CartDrawer .cart-drawer__summary .discounts__discount {
    justify-content: flex-start;
    font-size: 0.75rem;
    color: #000;
  }

  #CartDrawer .cart-drawer__totals {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }

  #CartDrawer .cart-drawer__totals-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #000;
  }

  #CartDrawer .cart-drawer__totals-row--grand {
    font-weight: 700;
  }

  #CartDrawer .cart-drawer__totals-shipping-free {
    color: #229452;
    font-weight: 500;
  }

  #CartDrawer .cart__checkout-button.button {
    width: 100%;
    min-height: 3rem;
    border: 0;
    border-radius: 999rem;
    background: #1f9a57;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0;
    box-shadow: none;
  }

  #CartDrawer .footer-gwa__payments {
    list-style: none;
    margin: 0.8125rem 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  #CartDrawer .footer-gwa__paymentItem {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #CartDrawer .footer-gwa__payIcon {
    width: auto;
    height: 1.125rem;
    display: block;
  }

  #CartDrawer .footer-gwa__paymentImg {
    display: block;
    width: min(100%, 17.25rem);
    height: auto;
  }

  @media (max-width: 47.9375rem) {
    #CartDrawer .drawer__inner {
      width: 100vw;
      max-width: 100vw;
      border-radius: 1rem 1rem 0 0;
    }

    #CartDrawer .drawer__header {
      padding: 1.25rem 1rem 0.875rem;
    }

    #CartDrawer .drawer__close {
      display: inline-flex;
    }

    #CartDrawer .drawer__contents,
    #CartDrawer .cart-drawer__upsell,
    #CartDrawer .drawer__footer {
      padding-left: 1rem;
      padding-right: 1rem;
    }

    #CartDrawer .cart-drawer__item {
      grid-template-columns: 4.5rem minmax(0, 1fr) 3.25rem;
    }

    #CartDrawer .cart-drawer__upsell-card {
      grid-template-columns: 4.5rem minmax(0, 1fr) 3.25rem;
    }

    #CartDrawer .cart-drawer__upsell {
      padding-top: 0.5rem;
    }

    #CartDrawer .cart-drawer__item-image,
    #CartDrawer .cart-drawer__upsell-image {
      width: 4.5rem;
      height: 4.5rem;
    }

    #CartDrawer .cart-drawer__upsell-add {
      min-width: 7rem;
      padding: 0 0.875rem;
      font-size: 0.75rem;
    }
  }

  @media (max-width: 23.4375rem) {
    #CartDrawer .drawer__contents,
    #CartDrawer .cart-drawer__upsell,
    #CartDrawer .drawer__footer {
      padding-left: 0.875rem;
      padding-right: 0.875rem;
    }

    #CartDrawer .cart-drawer__item {
      grid-template-columns: 4rem minmax(0, 1fr) minmax(3.25rem, auto);
      grid-template-areas:
        "image title prices"
        "image qty prices";
      column-gap: 0.625rem;
    }

    #CartDrawer .cart-drawer__item-image {
      width: 4rem;
      height: 4rem;
    }

    #CartDrawer .cart-drawer__item-qty-wrap,
    #CartDrawer .quantity-popover-container,
    #CartDrawer quantity-input.quantity.cart-quantity {
      min-width: 0;
    }

    #CartDrawer quantity-input.quantity.cart-quantity {
      width: 5.75rem;
      flex: 0 0 5.75rem;
    }

    #CartDrawer .cart-quantity .quantity__button {
      width: 1.75rem;
      min-width: 1.75rem;
      flex-basis: 1.75rem;
    }

    #CartDrawer .cart-quantity .quantity__input {
      width: 2.25rem;
      min-width: 2.25rem;
      flex-basis: 2.25rem;
    }

    #CartDrawer .cart-drawer__item-prices {
      min-width: 3.25rem;
    }
  }

  /* ---- Bundle styles ---- */
  #CartDrawer .cart-drawer__bundle {
    padding: 1.125rem 0 1.25rem;
    border-bottom: 0.0625rem solid rgba(17, 17, 17, 0.08);
  }

  #CartDrawer .cart-drawer__bundle-header {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr) 3.6rem;
    column-gap: 0.875rem;
    align-items: center;
  }

  #CartDrawer .cart-drawer__bundle-image {
    width: 4.25rem;
    height: 4.25rem;
    object-fit: contain;
    display: block;
    border-radius: 0.25rem;
  }

  #CartDrawer .cart-drawer__bundle-main {
    min-width: 0;
  }

  #CartDrawer .cart-drawer__bundle-title {
    display: block;
    margin: 0 0 0.375rem;
    font-size: 1rem;
    line-height: 1.22;
    font-weight: 600;
    color: #000;
    text-decoration: none;
  }

  #CartDrawer .cart-drawer__bundle-toggle {
    background: none;
    border: none;
    padding: 0.125rem 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.75rem;
    color: rgba(17, 17, 17, 0.55);
    font-weight: 400;
    margin-top: 0.25rem;
  }

  #CartDrawer .cart-drawer__bundle-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
  }

  #CartDrawer .cart-drawer__bundle-toggle-icon svg {
    width: 0.75rem;
    height: 0.75rem;
    display: block;
  }

  #CartDrawer .cart-drawer__bundle-toggle[aria-expanded="false"] .cart-drawer__bundle-toggle-icon {
    transform: rotate(-90deg);
  }

  #CartDrawer .cart-drawer__bundle-prices {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
  }

  #CartDrawer .cart-drawer__bundle-price {
    display: block;
    font-size: 0.75rem;
    line-height: 1.12;
    font-weight: 500;
    color: #000;
  }

  #CartDrawer .cart-drawer__bundle-remove {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #000;
  }

  #CartDrawer .cart-drawer__bundle-remove .svg-wrapper,
  #CartDrawer .cart-drawer__bundle-remove svg {
    width: 1rem;
    height: 1rem;
  }

  #CartDrawer .cart-drawer__bundle-items {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 5.375rem;
  }

  #CartDrawer .cart-drawer__bundle-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }

  #CartDrawer .cart-drawer__bundle-item-image {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
    border-radius: 0.25rem;
    flex-shrink: 0;
  }

  #CartDrawer .cart-drawer__bundle-item-info {
    flex: 1;
    min-width: 0;
  }

  #CartDrawer .cart-drawer__bundle-item-name {
    display: block;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #CartDrawer .cart-drawer__bundle-item-variant {
    display: block;
    font-size: 0.6875rem;
    line-height: 1.2;
    color: rgba(17, 17, 17, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #CartDrawer .cart-drawer__bundle-item-qty-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    gap: 0.125rem;
  }

  #CartDrawer .cart-drawer__bundle-item-qty {
    font-size: 0.6875rem;
    color: rgba(17, 17, 17, 0.6);
  }

  #CartDrawer .cart-drawer__bundle-item-price {
    font-size: 0.75rem;
    font-weight: 500;
    color: #000;
  }

  #CartDrawer .cart-drawer__bundle-items[hidden] {
    display: none !important;
  }
@media screen and (max-height: 650px) {
  #CartDrawer .drawer__inner {
    overflow: hidden;
  }

  #CartDrawer cart-drawer-items {
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #CartDrawer .drawer__footer {
    position: sticky;
    bottom: 0;
    z-index: 2;
    flex-shrink: 0;
    background: #f7f7f7;
  }

  #CartDrawer .drawer__footer {
    padding: 1rem 2.25rem 1rem;
}