:root{--lurello-cart-accent: #fa9e39;--lurello-cart-accent-soft: #fff4e7;--lurello-cart-text: #242424;--lurello-cart-muted: #6b6b6b;--lurello-cart-surface: #ffffff;--lurello-cart-card: #f7f7f7;--lurello-cart-line: #e8e8e8;--lurello-cart-radius: 20px;--lurello-cart-card-radius: 15px}cart-drawer.drawer{background:transparent!important;visibility:hidden;pointer-events:none;transition:visibility 0s linear .36s}cart-drawer.drawer.active{visibility:visible;pointer-events:auto;transition-delay:0s}#CartDrawer .cart-drawer__overlay{background:#1212126b!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;transition:opacity .28s ease}cart-drawer.drawer.active #CartDrawer .cart-drawer__overlay{opacity:1}#CartDrawer .drawer__inner{width:calc(100vw - 16px)!important;max-width:430px!important;height:calc(100dvh - 16px)!important;margin:8px!important;padding:0!important;border:0!important;border-radius:var(--lurello-cart-radius)!important;background:var(--lurello-cart-surface)!important;color:var(--lurello-cart-text)!important;overflow:hidden!important;box-shadow:0 22px 70px #00000038!important;transform:translate(calc(100% + 26px)) scale(.985)!important;opacity:.96;transform-origin:right center;transition:transform .36s cubic-bezier(.22,1,.36,1),opacity .26s ease!important}cart-drawer.drawer.active #CartDrawer .drawer__inner{transform:translate(0) scale(1)!important;opacity:1}#CartDrawer .drawer__header{position:relative;z-index:3;display:grid!important;grid-template-columns:minmax(0,1fr) 40px;align-items:center;gap:10px;padding:17px 16px 12px!important;margin:0!important;border-bottom:0!important;background:#fff}#CartDrawer .drawer__heading{margin:0!important;color:var(--lurello-cart-text)!important;font-family:var(--font-heading-family)!important;font-size:25px!important;line-height:1.12!important;letter-spacing:0!important;font-weight:600!important}#CartDrawer .drawer__header .drawer__close{position:static!important;justify-self:end;display:inline-flex!important;align-items:center;justify-content:center;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;border-radius:999px!important;background:#f4f4f4!important;color:var(--lurello-cart-text)!important;transition:background .16s ease,transform .16s ease}#CartDrawer .drawer__header .drawer__close:hover{background:#ececec!important}#CartDrawer .drawer__header .drawer__close:active{transform:scale(.94)}#CartDrawer .drawer__header .drawer__close .svg-wrapper{width:16px!important;height:16px!important}#CartDrawer .drawer__header:after{content:"\2713   Kostenloser Versand";grid-column:1 / -1;display:flex;align-items:center;min-height:40px;margin-top:2px;padding:10px 12px;border-radius:12px;background:var(--lurello-cart-accent-soft);color:#8a541f;font-family:var(--font-body-family)!important;font-size:13px;line-height:1.25;font-weight:700;letter-spacing:0}#CartDrawer cart-drawer-items{min-height:0;padding:0 12px 8px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c8c8c8 transparent}#CartDrawer cart-drawer-items::-webkit-scrollbar{width:4px}#CartDrawer cart-drawer-items::-webkit-scrollbar-track{background:transparent}#CartDrawer cart-drawer-items::-webkit-scrollbar-thumb{border-radius:999px;background:#c8c8c8}#CartDrawer .drawer__cart-items-wrapper{padding-top:2px}#CartDrawer .cart-items thead{display:none!important}#CartDrawer .cart-items,#CartDrawer .cart-items tbody{width:100%!important}#CartDrawer .cart-item{display:grid!important;grid-template-columns:78px minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;column-gap:11px!important;row-gap:10px!important;width:100%!important;margin:0 0 10px!important;padding:11px!important;border:1px solid #f0f0f0!important;border-radius:var(--lurello-cart-card-radius)!important;background:var(--lurello-cart-card)!important;box-shadow:none!important}cart-drawer.drawer.active #CartDrawer .cart-item{animation:lurello-cart-item-in .3s cubic-bezier(.22,1,.36,1) both}@keyframes lurello-cart-item-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}#CartDrawer .cart-item__media{grid-column:1!important;grid-row:1 / 3!important;width:78px!important;padding:0!important;align-self:start}#CartDrawer .cart-item__image-container,#CartDrawer .cart-item__image{width:78px!important;max-width:78px!important}#CartDrawer .cart-item__image{display:block;aspect-ratio:1 / 1;height:78px!important;object-fit:cover;border-radius:11px!important;background:#fff}#CartDrawer .cart-item__details{grid-column:2 / 4!important;grid-row:1!important;width:auto!important;min-width:0;padding:0!important;align-self:start;font-family:var(--font-body-family)!important}#CartDrawer .cart-item__name{display:-webkit-box;overflow:hidden;margin:0 0 4px!important;color:var(--lurello-cart-text)!important;font-family:var(--font-heading-family)!important;font-size:15px!important;line-height:1.24!important;font-weight:600!important;letter-spacing:0!important;text-decoration:none!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}#CartDrawer .cart-item__details .product-option,#CartDrawer .cart-item__details dl,#CartDrawer .cart-item__details dd,#CartDrawer .cart-item__details dt{color:var(--lurello-cart-muted)!important;font-family:var(--font-body-family)!important;font-size:11.5px!important;line-height:1.35!important;letter-spacing:0!important}#CartDrawer .cart-item__details>*+*{margin-top:3px!important}#CartDrawer .cart-item__totals{grid-column:3!important;grid-row:2!important;align-self:center;justify-self:end;padding:0!important;min-width:max-content}#CartDrawer .cart-item__price-wrapper,#CartDrawer .cart-item__price-wrapper .price,#CartDrawer .cart-item__final-price{color:var(--lurello-cart-text)!important;font-family:var(--font-body-family)!important;font-size:13.5px!important;line-height:1.15!important;font-weight:700!important;letter-spacing:0!important}#CartDrawer .cart-item__old-price{color:#969696!important;font-size:11px!important;font-weight:400!important}#CartDrawer .cart-item__quantity{grid-column:2!important;grid-row:2!important;align-self:center;padding:0!important;min-width:0}#CartDrawer .cart-item__quantity-wrapper{display:flex!important;align-items:center;flex-wrap:nowrap!important;gap:7px}#CartDrawer .quantity{width:108px!important;min-height:36px!important;height:36px!important;border:1px solid #dedede!important;border-radius:999px!important;background:#fff!important;overflow:hidden}#CartDrawer .quantity:before,#CartDrawer .quantity:after{content:none!important;display:none!important}#CartDrawer .quantity__button{width:34px!important;min-width:34px!important;height:34px!important;color:var(--lurello-cart-text)!important}#CartDrawer .quantity__button .svg-wrapper{width:10px!important;height:10px!important}#CartDrawer .quantity__input{min-width:32px;padding:0!important;color:var(--lurello-cart-text)!important;font-family:var(--font-body-family)!important;font-size:13px!important;font-weight:700!important}#CartDrawer cart-remove-button{margin:0!important}#CartDrawer cart-remove-button .button{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;margin:0!important;padding:0!important;border-radius:999px!important;background:#fff!important;color:#777!important;border:1px solid #e2e2e2!important;transform:none!important}#CartDrawer cart-remove-button .button:before,#CartDrawer cart-remove-button .button:after{content:none!important}#CartDrawer cart-remove-button .icon-remove{width:13px!important;height:13px!important}#CartDrawer .cart-item__error{margin-top:4px!important}#CartDrawer .cart-item__error-text{font-size:11px!important}#CartDrawer .drawer__footer{position:relative;z-index:4;margin:0!important;padding:13px 14px 14px!important;border-top:1px solid var(--lurello-cart-line)!important;background:#fff!important;box-shadow:0 -10px 28px #0000000e!important}#CartDrawer .cart-drawer__footer{padding:0!important}#CartDrawer .cart-drawer__footer>*+*{margin-top:7px!important}#CartDrawer .totals{display:flex!important;align-items:baseline;justify-content:space-between;gap:14px;margin:0!important}#CartDrawer .totals__total,#CartDrawer .totals__total-value{margin:0!important;color:var(--lurello-cart-text)!important;letter-spacing:0!important}#CartDrawer .totals__total{font-family:var(--font-heading-family)!important;font-size:16px!important;line-height:1.2!important;font-weight:600!important}#CartDrawer .totals__total-value{font-family:var(--font-body-family)!important;font-size:18px!important;line-height:1.2!important;font-weight:800!important}#CartDrawer .tax-note{display:none!important}#CartDrawer .cart__ctas{margin-top:10px!important}#CartDrawer .cart__checkout-button{width:100%!important;max-width:none!important;min-height:56px!important;border:0!important;border-radius:999px!important;background:var(--lurello-cart-accent)!important;color:#fff!important;box-shadow:none!important;font-family:var(--font-body-family)!important;font-size:17px!important;line-height:1!important;font-weight:800!important;letter-spacing:0!important;transition:transform .15s ease,filter .15s ease!important}#CartDrawer .cart__checkout-button:before,#CartDrawer .cart__checkout-button:after{content:none!important;display:none!important}#CartDrawer .cart__checkout-button:hover{filter:brightness(.98);transform:translateY(-1px)!important}#CartDrawer .cart__checkout-button:active{transform:scale(.985)!important}#CartDrawer .cart__ctas:after{content:"\2713  Kostenloser Versand   \b7    \2713  Sicher bezahlen";display:block;margin:9px 0 0;color:#727272;font-family:var(--font-body-family)!important;font-size:10.5px;line-height:1.3;font-weight:600;text-align:center;letter-spacing:0}cart-drawer.is-empty #CartDrawer .drawer__inner{padding:0!important}#CartDrawer .drawer__inner-empty{padding:0!important}#CartDrawer .cart-drawer__warnings{padding:56px 22px 34px!important}#CartDrawer .cart__empty-text{margin-bottom:22px!important;color:var(--lurello-cart-text)!important;font-family:var(--font-heading-family)!important;font-size:25px!important;font-weight:600!important;letter-spacing:0!important}#CartDrawer .cart-drawer__empty-content>.button{min-height:52px!important;border-radius:999px!important;background:var(--lurello-cart-accent)!important;color:#fff!important;font-weight:800!important;border:0!important}#CartDrawer .cart-drawer__empty-content>.button:before,#CartDrawer .cart-drawer__empty-content>.button:after{content:none!important}#CartDrawer .cart-drawer__warnings .drawer__close{top:14px!important;right:14px!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;border-radius:999px!important;background:#f4f4f4!important}@media screen and (min-width:750px){#CartDrawer .drawer__inner{width:430px!important;height:calc(100dvh - 28px)!important;margin:14px!important;border-radius:22px!important}#CartDrawer .drawer__header{padding:19px 18px 13px!important}#CartDrawer .drawer__heading{font-size:27px!important}#CartDrawer cart-drawer-items{padding-left:16px;padding-right:16px}#CartDrawer .cart-item{grid-template-columns:84px minmax(0,1fr) auto!important;padding:12px!important;column-gap:12px!important}#CartDrawer .cart-item__media,#CartDrawer .cart-item__image-container,#CartDrawer .cart-item__image{width:84px!important;max-width:84px!important}#CartDrawer .cart-item__image{height:84px!important}#CartDrawer .cart-item__name{font-size:15.5px!important}#CartDrawer .drawer__footer{padding:15px 18px 17px!important}}@media screen and (max-width:359px){#CartDrawer .drawer__inner{width:calc(100vw - 10px)!important;height:calc(100dvh - 10px)!important;margin:5px!important;border-radius:16px!important}#CartDrawer .drawer__header{padding-left:11px!important;padding-right:11px!important}#CartDrawer cart-drawer-items{padding-left:8px;padding-right:8px}#CartDrawer .cart-item{grid-template-columns:68px minmax(0,1fr) auto!important;column-gap:9px!important;padding:9px!important}#CartDrawer .cart-item__media,#CartDrawer .cart-item__image-container,#CartDrawer .cart-item__image{width:68px!important;max-width:68px!important}#CartDrawer .cart-item__image{height:68px!important}#CartDrawer .quantity{width:98px!important}#CartDrawer .cart-item__price-wrapper,#CartDrawer .cart-item__price-wrapper .price{font-size:12.5px!important}}@media(prefers-reduced-motion:reduce){cart-drawer.drawer,#CartDrawer .cart-drawer__overlay,#CartDrawer .drawer__inner,#CartDrawer .cart-item,#CartDrawer .cart__checkout-button,#CartDrawer .drawer__close{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/lurello-cart.css.map */
