cart-drawer.gw-cart{background-color:transparent}.gw-cart{--cart-breite: 44rem;--cart-luft: 2rem;--cart-hair: rgba(17, 17, 17, .1);--cart-ink: #111111;--cart-weich: rgba(17, 17, 17, .6);position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;visibility:hidden;opacity:0;transition:opacity .22s var(--gw-ease, ease),visibility 0s linear .22s}.gw-cart.active{visibility:visible;opacity:1;transition:opacity .22s var(--gw-ease, ease),visibility 0s linear 0s}.gw-cart__shell{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;justify-content:flex-end}.gw-cart__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#1111116b;cursor:pointer}cart-drawer.gw-cart .drawer__inner.gw-cart__panel{display:flex;position:relative;top:0;right:0;bottom:0;left:0;height:100%;align-items:stretch;border-radius:0!important;overflow:visible;flex-direction:column;width:100%;max-width:var(--cart-breite);background:#fff;box-shadow:-12px 0 40px #11111124;transform:translate(100%);transition:transform .3s cubic-bezier(.22,1,.36,1)}cart-drawer.gw-cart.active .drawer__inner.gw-cart__panel{transform:translate(0)}@media(prefers-reduced-motion:reduce){cart-drawer.gw-cart .drawer__inner.gw-cart__panel{transition:none}}.gw-cart__head{display:flex;flex:none;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.8rem var(--cart-luft);border-bottom:1px solid var(--cart-hair)}.gw-cart .gw-cart__title{display:flex;align-items:center;gap:1rem;margin:0;font-family:var(--font-heading-family);font-size:1.9rem;font-weight:700;letter-spacing:-.01em;line-height:1.2;color:var(--cart-ink);text-transform:none}.gw-cart__count{display:grid;place-items:center;min-width:2.4rem;height:2.4rem;padding:0 .7rem;border-radius:var(--gw-radius-pill, 999px);background:var(--gw-orange, #f7921f);color:#111;font-size:1.3rem;font-weight:700;line-height:1}.gw-cart .gw-cart__close{display:grid;position:static;min-width:0;min-height:0;flex:none;place-items:center;width:4rem;height:4rem;margin:0;padding:0;border:0;border-radius:50%;background:transparent;color:var(--cart-ink);cursor:pointer;transition:background var(--gw-fast, .16s) ease}.gw-cart .gw-cart__close:hover{background:#1111110f}.gw-cart .gw-cart__close svg{width:1.8rem;height:1.8rem}.gw-cart__goal{flex:none;padding:1.2rem var(--cart-luft);border-bottom:1px solid var(--cart-hair);background:var(--gw-orange-soft, #fff1df)}.gw-cart__goal-text{margin:0 0 .7rem;font-size:1.3rem;font-weight:600;line-height:1.35;color:var(--cart-ink)}.gw-cart__goal-track{overflow:hidden;height:.7rem;border-radius:var(--gw-radius-pill, 999px);background:#1111111a}.gw-cart__goal-fill{display:block;height:100%;border-radius:inherit;background:var(--gw-orange, #f7921f);transition:width .32s var(--gw-ease, ease)}.gw-cart__goal-fill.is-full{background:#1f7a4d}cart-drawer.gw-cart cart-drawer-items.gw-cart__body{display:flex;overflow:visible;flex:1 1 auto;flex-direction:column;min-height:0}.gw-cart .gw-cart__form{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;margin:0;padding:0}.gw-cart__scroll{flex:1 1 auto;min-height:0;padding:0 var(--cart-luft);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.gw-cart .gw-cart__items{margin:0;padding:0;list-style:none}.gw-cart .cart-item.gw-cart__item{display:grid;position:relative;grid-template-columns:7.2rem minmax(0,1fr);gap:1.4rem;padding:1.8rem 0;border-bottom:1px solid var(--cart-hair)}.gw-cart__thumb{display:block;overflow:hidden;width:7.2rem;height:7.2rem;border:1px solid var(--cart-hair);border-radius:1rem;background:#f5f2ee}.gw-cart__thumb img,.gw-cart__thumb-empty{display:block;width:100%;height:100%;object-fit:cover}.gw-cart__thumb-empty svg{width:100%;height:100%;opacity:.35}.gw-cart__lines{display:flex;flex-direction:column;gap:.5rem;min-width:0}.gw-cart .gw-cart__name{font-family:var(--font-heading-family);font-size:1.5rem;font-weight:700;line-height:1.3;color:var(--cart-ink);text-decoration:none}.gw-cart .gw-cart__name:hover{text-decoration:underline}.gw-cart__variant{margin:0;font-size:1.3rem;line-height:1.3;color:var(--cart-weich)}.gw-cart .gw-cart__rabatte{margin:0;padding:0;list-style:none;font-size:1.25rem;line-height:1.4;color:#1f7a4d}.gw-cart__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.3rem}.gw-cart__qty{display:flex;align-items:center;border:1px solid var(--cart-hair);border-radius:var(--gw-radius-pill, 999px)}.gw-cart .gw-cart__qty-btn{display:grid;place-items:center;width:3.2rem;height:3.2rem;margin:0;padding:0;border:0;border-radius:50%;background:transparent;color:var(--cart-ink);cursor:pointer;transition:background var(--gw-fast, .16s) ease}.gw-cart .gw-cart__qty-btn:hover:not(:disabled){background:#11111112}.gw-cart .gw-cart__qty-btn:disabled{opacity:.35;cursor:default}.gw-cart .gw-cart__qty-value{width:2.8rem;height:3.2rem;margin:0;padding:0;border:0;background:transparent;color:var(--cart-ink);font-family:inherit;font-size:1.4rem;font-weight:600;line-height:3.2rem;text-align:center;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.gw-cart .gw-cart__qty-value::-webkit-outer-spin-button,.gw-cart .gw-cart__qty-value::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.gw-cart__preis{display:flex;flex:none;align-items:baseline;gap:.6rem;font-family:var(--font-heading-family);font-size:1.5rem;font-weight:700;color:var(--cart-ink)}.gw-cart__preis-alt{font-size:1.3rem;font-weight:400;color:var(--cart-weich)}.gw-cart .gw-cart__remove-btn{align-self:flex-start;margin:.2rem 0 0;padding:0;border:0;background:transparent;color:var(--cart-weich);font-family:inherit;font-size:1.25rem;line-height:1.3;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.gw-cart .gw-cart__remove-btn:hover{color:var(--gw-danger, #b3261e)}.gw-cart__fehler{margin:0;font-size:1.25rem;line-height:1.4;color:var(--gw-danger, #b3261e)}.gw-cart__fehler:has(.cart-item__error-text:empty){display:none}.gw-cart .gw-cart__fehler .cart-item__error-text{display:block;font-size:inherit;color:inherit}.gw-cart__item .gw-cart__spinner{position:absolute;top:50%;right:0;transform:translateY(-50%)}.gw-cart__item.is-busy{opacity:.5;pointer-events:none}.gw-cart__tipps{padding:1.6rem 0 2rem}.gw-cart__tipps-titel{margin:0 0 1rem;font-family:var(--font-heading-family);font-size:1.15rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase;color:var(--cart-weich)}.gw-cart .gw-cart__tipps-liste{display:grid;gap:.8rem;margin:0;padding:0;list-style:none}.gw-cart__tipp{display:grid;grid-template-columns:5.6rem minmax(0,1fr) 3.6rem;align-items:center;gap:1.2rem;padding:.8rem;border:1px solid var(--cart-hair);border-radius:1.2rem;background:#faf8f6}.gw-cart__tipp-bild{display:block;overflow:hidden;width:5.6rem;height:5.6rem;border-radius:.8rem;background:#f0ece7}.gw-cart__tipp-bild img,.gw-cart__tipp-bild .gw-cart__thumb-empty{display:block;width:100%;height:100%;object-fit:cover}.gw-cart__tipp-text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.gw-cart .gw-cart__tipp-name{overflow:hidden;font-family:var(--font-heading-family);font-size:1.35rem;font-weight:700;line-height:1.3;color:var(--cart-ink);text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.gw-cart__tipp-preis{display:flex;align-items:baseline;gap:.5rem;font-size:1.3rem;font-weight:600;color:var(--cart-ink)}.gw-cart__tipp-preis s{font-weight:400;color:var(--cart-weich)}.gw-cart .gw-cart__tipp-add{display:grid;flex:none;place-items:center;width:3.6rem;height:3.6rem;margin:0;padding:0;border:0;border-radius:50%;background:var(--gw-orange, #f7921f);color:#111;cursor:pointer;text-decoration:none;transition:transform var(--gw-fast, .16s) ease,background var(--gw-fast, .16s) ease}.gw-cart .gw-cart__tipp-add:hover{transform:scale(1.06);background:var(--gw-orange-dark, #dd7d0c)}.gw-cart .gw-cart__tipp-add svg{width:1.5rem;height:1.5rem}.gw-cart .gw-cart__tipp-add.is-busy{opacity:.6;pointer-events:none}.gw-cart .drawer__footer.gw-cart__foot{flex:none;position:static;box-shadow:none;padding:1.6rem var(--cart-luft) calc(1.6rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--cart-hair);background:#fff}.gw-cart__summe{display:flex;align-items:baseline;justify-content:space-between;gap:1.2rem}.gw-cart__summe-label{font-size:1.5rem;color:var(--cart-weich)}.gw-cart__summe-wert{font-family:var(--font-heading-family);font-size:2rem;font-weight:700;letter-spacing:-.01em;color:var(--cart-ink)}.gw-cart__hinweis{margin:.4rem 0 1.2rem;font-size:1.2rem;line-height:1.4;color:var(--cart-weich)}.gw-cart .gw-cart__cta{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;min-height:5.4rem;margin:0;padding:0 2rem;border:0;border-radius:var(--gw-radius-pill, 999px);background:var(--gw-ink, #111);color:#fff;font-family:var(--font-heading-family);font-size:1.6rem;font-weight:700;letter-spacing:0;line-height:1.2;text-align:left;cursor:pointer;transition:background var(--gw-fast, .16s) ease,transform var(--gw-fast, .16s) ease}.gw-cart .gw-cart__cta:hover:not(:disabled){background:#2b2b2b}.gw-cart .gw-cart__cta:active:not(:disabled){transform:translateY(1px)}.gw-cart .gw-cart__cta:disabled{opacity:.4;cursor:default}.gw-cart__cta-preis{flex:none;font-variant-numeric:tabular-nums}.gw-cart .gw-cart__sicher{display:flex;flex-wrap:wrap;gap:.6rem 1.6rem;margin:1.2rem 0 0;padding:0;list-style:none}.gw-cart .gw-cart__sicher li{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;line-height:1.3;color:var(--cart-weich)}.gw-cart .gw-cart__sicher svg{width:1.4rem;height:1.4rem}.gw-cart .gw-cart__pay{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.2rem 0 0;padding:0;list-style:none}.gw-cart .gw-cart__pay-icon{display:block;width:auto;max-width:3.8rem;height:2.2rem}cart-drawer.gw-cart .drawer__inner-empty.gw-cart__empty{display:none;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;padding:3.2rem var(--cart-luft);text-align:center}cart-drawer.gw-cart.is-empty .drawer__inner-empty.gw-cart__empty,cart-drawer.gw-cart .drawer__inner.is-empty .drawer__inner-empty.gw-cart__empty{display:flex;height:auto;padding:3.2rem var(--cart-luft);overflow:visible}cart-drawer.gw-cart.is-empty cart-drawer-items.gw-cart__body,cart-drawer.gw-cart.is-empty .drawer__footer.gw-cart__foot,cart-drawer.gw-cart .drawer__inner.is-empty cart-drawer-items.gw-cart__body,cart-drawer.gw-cart .drawer__inner.is-empty .drawer__footer.gw-cart__foot{display:none}.gw-cart__empty-mark{display:grid;place-items:center;width:5.6rem;height:5.6rem;margin-bottom:1.6rem;border-radius:50%;background:var(--gw-orange-soft, #fff1df);color:#c05f00}.gw-cart__empty-mark svg{width:2.6rem;height:2.6rem}.gw-cart__empty-title{margin:0;font-family:var(--font-heading-family);font-size:1.9rem;font-weight:700;line-height:1.25;color:var(--cart-ink)}.gw-cart__empty-text{margin:.6rem 0 2rem;font-size:1.4rem;line-height:1.5;color:var(--cart-weich)}.gw-cart .gw-cart__empty-list{display:grid;gap:.8rem;width:100%;margin:0 0 1.8rem;padding:0;list-style:none;text-align:left}.gw-cart .gw-cart__empty-list a{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--gw-tap, 4.4rem);padding:1rem 1.4rem;border:1px solid var(--cart-hair);border-radius:1rem;background:#faf8f6;color:var(--cart-ink);font-size:1.4rem;font-weight:600;text-decoration:none;transition:border-color var(--gw-fast, .16s) ease,background var(--gw-fast, .16s) ease}.gw-cart .gw-cart__empty-list a:hover{border-color:var(--gw-orange, #f7921f);background:var(--gw-orange-soft, #fff1df)}.gw-cart .gw-cart__empty-list svg{width:1.6rem;height:1.6rem;color:#c05f00}.gw-cart .gw-cart__empty-all{color:var(--cart-weich);font-size:1.35rem;text-decoration:underline;text-underline-offset:3px}@media screen and (max-width:749px){.gw-cart{--cart-breite: 100%;--cart-luft: 1.6rem}.gw-cart__panel{box-shadow:none}}.gw-cart .gw-cart__goal{position:sticky;z-index:2;top:0}.gw-cart .gw-cart__goal.is-reached{background:#eaf6ef}.gw-cart__goal-text{display:flex;align-items:center;gap:.6rem}.gw-cart__goal-text strong{font-weight:700;font-variant-numeric:tabular-nums}.gw-cart__goal-mark{display:grid;flex:none;place-items:center;width:1.8rem;height:1.8rem;border-radius:50%;background:#1f7a4d;color:#fff}.gw-cart__goal-mark svg{width:1.1rem;height:1.1rem;stroke-width:3}.gw-cart .gw-cart__goal.is-reached .gw-cart__goal-fill{background:#1f7a4d}.gw-cart__ersparnis{display:flex;align-items:center;gap:.6rem;margin:0 0 .8rem;font-size:1.35rem;font-weight:700;line-height:1.3;color:#1f7a4d}.gw-cart__ersparnis svg{width:1.5rem;height:1.5rem}@keyframes gw-cart-neu{0%{background:var(--gw-orange-soft, #fff1df)}to{background:transparent}}.gw-cart .cart-item.gw-cart__item.is-new{animation:gw-cart-neu 1.6s var(--gw-ease, ease) 1;border-radius:1rem}@media(prefers-reduced-motion:reduce){.gw-cart .cart-item.gw-cart__item.is-new{animation:none}}.gw-cart__scroll{position:relative}.gw-cart__body.has-more .gw-cart__scroll:after{content:"";position:sticky;bottom:0;display:block;height:2.4rem;margin-top:-2.4rem;background:linear-gradient(to top,#fff 20%,#fff0);pointer-events:none}.gw-cart .gw-cart__cta.is-busy{cursor:progress;pointer-events:none}.gw-cart .gw-cart__cta.is-busy .gw-cart__cta-preis{opacity:0}.gw-cart__cta-dreher{display:none;flex:none;width:1.8rem;height:1.8rem;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:gw-cart-dreh .7s linear infinite}.gw-cart .gw-cart__cta.is-busy .gw-cart__cta-dreher{display:block}@keyframes gw-cart-dreh{to{transform:rotate(360deg)}}cart-drawer.gw-cart .drawer__inner.gw-cart__panel{background:#fff8f1}.gw-cart .gw-cart__head{border-bottom-color:#11111114;background:#fff8f1}.gw-cart .gw-cart__title{font-size:2rem;letter-spacing:-.02em}.gw-cart .gw-cart__goal{margin:1.2rem var(--cart-luft) 0;padding:1.2rem 1.4rem 1.6rem;border:1px solid rgba(247,146,31,.35);border-radius:1.4rem;background:#fff}.gw-cart .gw-cart__goal.is-reached{border-color:#1f7a4d4d;background:#f2faf5}.gw-cart__goal-text{font-size:1.35rem}.gw-cart__goal-track{position:relative;height:.8rem;background:#f3ece4}.gw-cart__goal-paw{position:absolute;top:50%;left:clamp(1.1rem,var(--gw-goal, 0%),calc(100% - 1.1rem));display:grid;place-items:center;width:2.2rem;height:2.2rem;transform:translate(-50%,-50%);border-radius:50%;background:#fff;box-shadow:0 1px 4px #1113;color:var(--gw-orange, #f7921f);transition:left .32s var(--gw-ease, ease)}.gw-cart__goal-paw svg{width:1.4rem;height:1.4rem;fill:currentColor;stroke:none}.gw-cart .gw-cart__goal.is-reached .gw-cart__goal-paw{color:#1f7a4d}.gw-cart__thumb{border-color:#11111112;background:#fff}.gw-cart .gw-cart__thumb-empty{display:grid;place-items:center;background:var(--gw-orange-soft, #fff1df);color:#f7921f8c}.gw-cart .gw-cart__thumb-empty svg{width:46%;height:46%;fill:currentColor;stroke:none;opacity:1}.gw-cart .cart-item.gw-cart__item{border-bottom-color:#11111112}.gw-cart__tipps{margin:1.6rem 0 2rem;padding:1.4rem;border:1px solid rgba(247,146,31,.28);border-radius:1.4rem;background:#fff}.gw-cart__tipps-titel{display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem;color:#a75f06}.gw-cart__tipps-paw{display:grid;flex:none;place-items:center;width:1.6rem;height:1.6rem;color:var(--gw-orange, #f7921f)}.gw-cart__tipps-paw svg{width:100%;height:100%;fill:currentColor;stroke:none}.gw-cart__tipp{border-color:#11111114;background:#fffaf4}.gw-cart .gw-cart__foot{border-top-color:#11111114;box-shadow:0 -8px 24px #1111110d}.gw-cart__summe-wert{font-size:2.4rem;font-variant-numeric:tabular-nums}.gw-cart__summe-label{font-size:1.4rem}.gw-cart .gw-cart__cta{background:var(--gw-orange, #f7921f);color:#111;box-shadow:0 6px 18px #f7921f52}.gw-cart .gw-cart__cta:hover:not(:disabled){background:var(--gw-orange-dark, #dd7d0c)}.gw-cart__cta-text{display:inline-flex;align-items:center;gap:.8rem}.gw-cart__cta-pfeil{display:flex;flex:none;transition:transform var(--gw-fast, .16s) ease}.gw-cart__cta-pfeil svg{width:1.7rem;height:1.7rem}.gw-cart .gw-cart__cta:hover:not(:disabled) .gw-cart__cta-pfeil{transform:translate(3px)}.gw-cart__cta-dreher{border-color:#1111114d;border-top-color:#111}.gw-cart__empty-mark{width:auto;height:auto;margin-bottom:2rem;padding:0;border-radius:0;background:none}.gw-cart__empty-logo{display:block;width:auto;max-width:18rem;height:auto}.gw-cart .cart-item.gw-cart__item{gap:1.2rem;padding:1.4rem 0}.gw-cart .gw-cart__name{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.gw-cart__row{gap:.8rem}.gw-cart .gw-cart__remove{flex:none;margin-right:auto}.gw-cart .gw-cart__remove-btn{margin:0;padding:.4rem .2rem;font-size:1.2rem;text-decoration:none;border-bottom:1px solid rgba(17,17,17,.25)}.gw-cart .gw-cart__remove-btn:hover{border-bottom-color:currentcolor}.gw-cart__preis{flex-direction:column;align-items:flex-end;gap:.1rem;line-height:1.25}.gw-cart__preis-alt{font-size:1.2rem}.gw-cart .gw-cart__thumb-empty{background:#f7f2ec;color:#11111129}.gw-cart .gw-cart__thumb-empty svg{width:42%;height:42%}.gw-cart__tipps{border-color:#11111117;background:#fffdfa}.gw-cart__tipps-titel{color:#1111118c}.gw-cart__tipps-paw{color:#f7921fbf}.gw-cart__tipp{border-color:#11111112;background:#fff}.gw-cart .gw-cart__tipp-add{background:var(--gw-ink, #111);color:#fff}.gw-cart .gw-cart__tipp-add:hover{background:#2b2b2b}.gw-cart__count{background:#11111114;color:#111}.gw-cart__body.has-more .gw-cart__scroll:after{background:linear-gradient(to top,#fff8f1 25%,#fff8f100)}.gw-cart .gw-cart__remove{margin-left:.8rem}.gw-cart .gw-cart__remove-btn{color:#111111ad}.gw-cart :focus-visible{outline:2px solid var(--gw-orange-dark, #dd7d0c);outline-offset:2px;border-radius:.4rem}.gw-cart .gw-cart__fehler:not(:empty){margin-top:.4rem;padding:.5rem .8rem;border-radius:.6rem;background:#b3261e12;font-size:1.2rem;line-height:1.35}.gw-cart .gw-cart__form{flex-wrap:nowrap}
/*# sourceMappingURL=/cdn/shop/t/20/assets/gw-cart.css.map */
