.drawer{--cart-drawer-ink: #3d271f;--cart-drawer-muted: #75665f;--cart-drawer-line: #ead5c8;--cart-drawer-accent: #a64e49;--cart-drawer-surface: #fffaf5;--cart-drawer-soft: #fbf2ea;position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;width:100vw;height:100%;color:var(--cart-drawer-ink);background:#160f0cad;transition:visibility var(--duration-default) ease}.drawer.active{visibility:visible}cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100%}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0}.cart-drawer__overlay:empty{display:block}.drawer__inner{position:relative;display:flex;flex-direction:column;width:48rem;max-width:calc(100vw - 3rem);height:100%;padding:0;overflow:hidden;border:0;border-left:.1rem solid var(--cart-drawer-line);background:var(--cart-drawer-surface);transform:translate(100%);transition:transform var(--duration-default) ease}.drawer.active .drawer__inner{transform:translate(0)}.drawer__header{position:relative;z-index:3;display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:1.4rem;padding:2rem 2.2rem 1.6rem;border-bottom:.1rem solid var(--cart-drawer-line);background:#fffaf5f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.drawer__header-copy{min-width:0}.drawer__heading{margin:0;color:var(--cart-drawer-ink);font-family:var(--font-heading-family);font-size:clamp(2.4rem,4vw,3rem);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.08;letter-spacing:-.03em}.drawer__subtitle{margin:.5rem 0 0;color:var(--cart-drawer-muted);font-size:1.3rem;line-height:1.4}.drawer__close{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-width:4.6rem;min-height:4.6rem;padding:.5rem;color:var(--cart-drawer-ink);background:transparent;border:.1rem solid var(--cart-drawer-line);border-radius:1rem;cursor:pointer;transition:color var(--duration-short) ease,border-color var(--duration-short) ease,background var(--duration-short) ease}.drawer__close:hover{color:var(--cart-drawer-accent);border-color:var(--cart-drawer-accent);background:#a64e490a}.drawer__close:focus-visible{outline:.2rem solid var(--cart-drawer-accent);outline-offset:.2rem}.drawer__close .svg-wrapper{width:2.4rem;height:2.4rem}.cart-drawer__body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow-y:auto;overscroll-behavior:contain}.drawer__inner-empty{flex:1 1 auto;min-height:0;padding:1.8rem 2rem 2.4rem}.cart-drawer__empty-content{display:flex;flex-direction:column;min-height:100%;gap:2.2rem;width:100%}.cart-drawer__empty-media{flex:0 0 auto;width:100%;overflow:hidden;aspect-ratio:1.16;border:.1rem solid #f0dfd3;border-radius:1.2rem;background:linear-gradient(135deg,#f7eee6,#fffaf5)}.cart-drawer__empty-image{display:block;width:100%;height:100%;object-fit:cover}.cart-drawer__empty-message{max-width:48rem;margin:0 auto;text-align:center}.cart-drawer__eyebrow{margin:0 0 .9rem;color:var(--cart-drawer-accent);font-size:1.15rem;font-weight:600;letter-spacing:.18em;line-height:1.3;text-transform:uppercase}.cart-drawer__empty-heading{margin:0;color:var(--cart-drawer-ink);font-family:var(--font-heading-family);font-size:clamp(2.6rem,5vw,3.3rem);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.1;letter-spacing:-.03em}.cart-drawer__empty-text{margin-top:.9rem;color:var(--cart-drawer-muted);font-size:1.4rem;line-height:1.55}.cart-drawer__empty-text>*{margin:0}.cart-drawer__help{text-align:center}.cart-drawer__help-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1.8rem}.cart-drawer__help a,.cart-drawer__secondary-action,.cart-drawer__continue-link{color:var(--cart-drawer-ink);text-underline-offset:.35rem;text-decoration-thickness:.1rem}.cart-drawer__help a:hover,.cart-drawer__secondary-action:hover,.cart-drawer__continue-link:hover{color:var(--cart-drawer-accent)}.cart-drawer__empty-actions{display:flex;flex-direction:column;align-items:stretch;gap:1.2rem;margin-top:auto}.cart-drawer__primary-action.button,.cart-drawer .cart__checkout-button.button{color:#fffaf5;background:var(--cart-drawer-ink);border-radius:.6rem;box-shadow:none}.cart-drawer__primary-action.button:before,.cart-drawer__primary-action.button:after,.cart-drawer .cart__checkout-button.button:before,.cart-drawer .cart__checkout-button.button:after{content:none}.cart-drawer__primary-action.button:hover,.cart-drawer .cart__checkout-button.button:hover{background:#54372d}.cart-drawer__secondary-action{align-self:center;font-size:1.35rem}cart-drawer-items{display:block;flex:1 0 auto;min-height:auto;padding:1.6rem 2rem}cart-drawer-items.is-empty{display:none}.cart-drawer__form,.drawer__contents,.cart-drawer .drawer__cart-items-wrapper,.cart-drawer .cart-items,.cart-drawer .cart-items tbody{display:block;width:100%}.cart-drawer .cart-items{margin:0;border:0;border-collapse:separate;border-spacing:0;background:transparent}.cart-drawer .cart-items thead{display:none}.cart-drawer .cart-items tbody{display:grid;gap:1.2rem}.cart-drawer .cart-item{position:relative;display:grid;box-sizing:border-box;grid-template-columns:13rem minmax(0,1fr);grid-template-rows:auto auto;gap:.8rem 1.4rem;width:100%;margin:0;padding:1.2rem;overflow:visible;border:.1rem solid var(--cart-drawer-line);border-radius:1rem;background:#ffffff61}.cart-drawer .cart-items td{width:auto;padding:0;border:0;vertical-align:top}.cart-drawer .cart-item>td+td{padding-left:0}.cart-drawer .cart-item__media{position:relative;grid-column:1;grid-row:1 / 3;width:13rem;min-width:0}.cart-drawer .cart-item__image-container{display:flex;align-items:center;justify-content:center;width:100%;height:auto;min-height:0;padding:0;aspect-ratio:3 / 4;overflow:hidden;border:.1rem solid #eeddd1;border-radius:.9rem;background:var(--cart-drawer-soft)}.cart-drawer .cart-item__image{display:block;width:100%;height:100%;max-width:100%;max-height:none;object-fit:cover}.cart-drawer .cart-item__nested-line .cart-item__image{max-width:100%}.cart-drawer .cart-item__details{grid-column:2;grid-row:1;width:auto;min-width:0;font-size:1.35rem}.cart-drawer .cart-item__details>*{max-width:none}.cart-drawer .cart-item__title{gap:.6rem;margin-bottom:.6rem;font-size:1.8rem;line-height:1.15}.cart-drawer .cart-item__name{color:var(--cart-drawer-ink);font-family:var(--font-heading-family);font-size:1.8rem;font-weight:var(--font-heading-weight);letter-spacing:-.02em;line-height:1.15}.cart-drawer .cart-item__name:hover{color:var(--cart-drawer-accent);text-decoration:underline;text-underline-offset:.3rem}.cart-drawer .cart-item__details .product-option,.cart-drawer .cart-item__details dl{color:var(--cart-drawer-muted);font-size:1.3rem;line-height:1.45}.cart-drawer .cart-item__details dl{margin:.7rem 0 0}.cart-drawer .cart-item__details dl .product-option{display:flex;flex-wrap:wrap;gap:.4rem}.cart-drawer .cart-item__details dl dt,.cart-drawer .cart-item__details dl dd{margin:0}.cart-drawer .cart-item__discounted-prices{display:flex;align-items:baseline;gap:.8rem}.cart-drawer .cart-item__old-price{color:#8a7a72}.cart-drawer .cart-item__final-price,.cart-drawer .cart-item__totals .price{color:var(--cart-drawer-ink);font-weight:600}.cart-drawer .cart-item__totals{display:flex;align-items:center;justify-content:flex-end;min-width:7rem;color:var(--cart-drawer-ink);pointer-events:none}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{flex-direction:column;align-items:flex-end;gap:.3rem}.cart-drawer .cart-item__quantity{grid-column:2;grid-row:2;align-self:end;display:flex;flex-direction:column}.cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center;gap:1.2rem}.cart-drawer .quantity-popover-container{padding:0}.cart-drawer .cart-quantity{display:grid;grid-template-columns:4rem 5rem 4rem;width:auto;min-height:4.2rem;overflow:hidden;border:.1rem solid var(--cart-drawer-line);border-radius:.6rem;background:transparent}.cart-drawer .cart-quantity:before,.cart-drawer .cart-quantity:after{content:none}.cart-drawer .cart-quantity .quantity__button,.cart-drawer .cart-quantity .quantity__input{width:100%;height:4.2rem;min-width:0;padding:0;color:var(--cart-drawer-ink);background:transparent;border:0;border-radius:0;box-shadow:none}.cart-drawer .cart-quantity .quantity__button:first-child,.cart-drawer .cart-quantity .quantity__input{border-right:.1rem solid var(--cart-drawer-line)}.cart-drawer .cart-quantity .quantity__button:hover{color:var(--cart-drawer-accent);background:#a64e490f}.cart-drawer cart-remove-button{display:inline-flex;align-items:center;margin-left:auto}.cart-drawer cart-remove-button .button{min-width:4rem;min-height:4rem;margin:0;padding:.8rem;color:var(--cart-drawer-muted);background:transparent;border:.1rem solid var(--cart-drawer-line);border-radius:.6rem;box-shadow:none}.cart-drawer cart-remove-button .button:before,.cart-drawer cart-remove-button .button:after{content:none}.cart-drawer cart-remove-button .button:hover{color:var(--cart-drawer-accent);border-color:var(--cart-drawer-accent);background:#a64e490a}.cart-drawer .cart-item .loading__spinner{position:absolute;z-index:2;inset:50% auto auto 50%;padding:0;transform:translate(-50%,-50%)}.cart-drawer .cart-item:has(.loading__spinner:not(.hidden)){opacity:.55}.cart-drawer .cart-item__error{margin-top:.8rem;color:var(--cart-drawer-accent)}.cart-drawer .product-option dd{word-break:break-word}.cart-drawer .quantity-popover__info.global-settings-popup{top:calc(100% + .8rem);transform:translateY(0)}.cart-drawer .cart__items--disabled{pointer-events:none;opacity:.8}.drawer__footer{position:relative;flex:0 0 auto;padding:1.8rem 2rem;border-top:.1rem solid var(--cart-drawer-line);background:#fffaf5f7;box-shadow:0 -1.2rem 3rem #3d271f0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}cart-drawer-items.is-empty+.drawer__footer{display:none}.cart-drawer__footer{padding:0}.cart-drawer__footer .discounts{margin:0 0 1.4rem;color:#62714e}.cart-drawer .totals{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin:0}.cart-drawer .totals__total{margin:0;color:var(--cart-drawer-ink);font-family:var(--font-heading-family);font-size:2.1rem;font-weight:var(--font-heading-weight)}.cart-drawer .totals__total-value{margin:0;color:var(--cart-drawer-ink);font-family:var(--font-heading-family);font-size:2rem;line-height:1}.cart-drawer .cart__ctas{display:flex;flex-direction:column;gap:0;margin-top:2rem}.cart-drawer .cart__checkout-button{position:relative;display:flex;justify-content:center;gap:.8rem;width:100%;max-width:none;min-height:5.6rem;margin:0;font-size:1.65rem}.cart-drawer__checkout-pulse{position:absolute;top:.6rem;right:.75rem;width:.65rem;height:.65rem;border-radius:50%;background:var(--levara-rose);box-shadow:0 0 #e5a91652;animation:levara-checkout-dot-pulse 2.4s ease-in-out infinite}@keyframes levara-checkout-dot-pulse{0%,to{box-shadow:0 0 #e5a91652;opacity:.72;transform:scale(.92)}50%{box-shadow:0 0 0 .55rem #e5a91600;opacity:1;transform:scale(1.12)}}.cart-drawer__trust-strip{display:grid;flex:0 0 auto;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0;padding:1.5rem 0;border-top:.1rem solid var(--cart-drawer-line)}.cart-drawer__trust-item{display:flex;align-items:center;justify-content:center;gap:.7rem;min-width:0;padding:0 .9rem;color:var(--cart-drawer-muted);font-size:1.05rem;line-height:1.35;text-align:left}.cart-drawer__trust-item+.cart-drawer__trust-item{border-left:.1rem solid var(--cart-drawer-line)}.cart-drawer__trust-icon{display:inline-flex;flex:0 0 auto;width:2.6rem;height:2.6rem;color:var(--cart-drawer-muted)}.cart-drawer__trust-icon svg{width:100%;height:100%;stroke:currentcolor}.cart-drawer__trust-item a{color:inherit;text-decoration:underline;text-underline-offset:.25rem}.cart-drawer__body::-webkit-scrollbar{width:.4rem}.cart-drawer__body::-webkit-scrollbar-thumb{background:#3d271f59;border-radius:10rem}@media screen and (max-width:749px){.drawer__inner{width:100vw;max-width:100vw;border-left:0}.drawer__header{gap:1.2rem;padding:1.5rem 1.6rem 1.3rem}.drawer__heading{font-size:2.4rem}.drawer__subtitle{font-size:1.3rem}.drawer__close{min-width:4.4rem;min-height:4.4rem}.drawer__inner-empty{padding:1.6rem 1.6rem 2.4rem}.cart-drawer__empty-content{gap:2.2rem}.cart-drawer__empty-heading{font-size:3rem}cart-drawer-items{padding:1.6rem}.cart-drawer .cart-item{grid-template-columns:10rem minmax(0,1fr);grid-template-rows:auto auto;gap:1rem 1.2rem;padding:1.2rem}.cart-drawer .cart-item__media{grid-column:1;grid-row:1 / 3;width:9rem}.cart-drawer .cart-item__image-container{min-height:0;padding:0}.cart-drawer .cart-item__details{grid-column:2;grid-row:1}.cart-drawer .cart-item__title,.cart-drawer .cart-item__name{font-size:1.7rem}.cart-drawer .cart-item__totals{justify-content:flex-end;align-self:center}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{flex-direction:row;align-items:baseline}.cart-drawer .cart-item__quantity{grid-column:2;grid-row:2;width:100%}.cart-drawer .cart-item__quantity-wrapper{width:100%}.cart-drawer .cart-quantity{grid-template-columns:3.8rem 4.6rem 3.8rem}.drawer__footer{padding:1.6rem}.cart-drawer .totals__total,.cart-drawer .totals__total-value{font-size:2rem}.cart-drawer__trust-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:0;padding:1.3rem 0}.cart-drawer__trust-item{flex-direction:column;justify-content:flex-start;gap:.5rem;padding:0 .45rem;font-size:.95rem;line-height:1.25;text-align:center}.cart-drawer__trust-item+.cart-drawer__trust-item{border-left:.1rem solid var(--cart-drawer-line)}.cart-drawer__trust-icon{width:2.25rem;height:2.25rem}}@media screen and (max-width:389px){.drawer__close{min-width:4.4rem;min-height:4.4rem}.cart-drawer .cart-item{grid-template-columns:8.5rem minmax(0,1fr)}.cart-drawer .cart-item__media{width:8.5rem}.cart-drawer .cart-item__image-container{min-height:0}}@media(prefers-reduced-motion:reduce){.drawer__inner,.drawer__close,.cart-drawer__checkout-pulse{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-cart-drawer.css.map */
