.drawer{visibility:hidden}.nuveane-cart-drawer{--nu-cart-bg: #fff9f4;--nu-cart-card: #ffffff;--nu-cart-heading: #2b1f1a;--nu-cart-text: #6b5a52;--nu-cart-muted: #8a766d;--nu-cart-accent: #c8855a;--nu-cart-accent-hover: #b9764e;--nu-cart-accent-soft: #f4e7dc;--nu-cart-border: #ead8c8;--nu-cart-border-soft: rgba(234, 216, 200, .7);--nu-cart-shadow: rgba(43, 31, 26, .12)}.nuveane-cart-drawer .cart-drawer__overlay{background:#2b1f1a52}.nuveane-cart-drawer .drawer__inner{width:min(48rem,100vw);background:var(--nu-cart-bg);color:var(--nu-cart-heading);border-left:1px solid var(--nu-cart-border);box-shadow:-18px 0 42px var(--nu-cart-shadow)}.nuveane-cart-drawer__header{align-items:flex-start;padding:2.2rem 2.4rem 1.5rem;border-bottom:1px solid var(--nu-cart-border-soft);background:var(--nu-cart-bg)}.nuveane-cart-drawer__header-copy{min-width:0;padding-right:1rem}.nuveane-cart-drawer__heading{margin:0;color:var(--nu-cart-heading);font-size:2.35rem;line-height:1.05;letter-spacing:-.035em;font-weight:760}.nuveane-cart-drawer__subtitle{margin:.7rem 0 0;color:var(--nu-cart-text);font-size:1.35rem;line-height:1.45}.nuveane-cart-drawer .drawer__close{color:var(--nu-cart-heading);min-width:4rem;min-height:4rem}.nuveane-cart-drawer__shipping-banner{margin:1.5rem 2.4rem 0;padding:1.25rem 1.45rem;border-radius:1.6rem;background:#e8f5ec;border:none;color:#234332;display:flex;align-items:center;gap:1rem;font-size:1.38rem;line-height:1.35;font-weight:650}.nuveane-cart-drawer__shipping-icon{width:2.7rem;height:2.7rem;border-radius:999px;background:#2f8f4e;display:inline-flex;align-items:center;justify-content:center;color:#fff;flex:0 0 auto;font-size:1.45rem;font-weight:800;line-height:1}.nuveane-cart-drawer__shipping-icon svg{width:1.45rem;height:1.45rem;fill:currentColor;display:block}.nuveane-cart-drawer__shipping-banner strong{display:block;color:#234332;font-weight:780}.nuveane-cart-drawer__shipping-banner span:last-child{color:#4b6d58}.nuveane-cart-drawer cart-drawer-items{padding:1.6rem 2.4rem 1.2rem;overflow-y:auto}.nuveane-cart-drawer .drawer__contents{padding:0}.nuveane-cart-drawer .drawer__cart-items-wrapper{margin:0}.nuveane-cart-drawer .cart-items,.nuveane-cart-drawer .cart-items tbody{display:block;width:100%}.nuveane-cart-drawer .cart-items thead{display:none}.nuveane-cart-drawer .cart-item{display:grid;grid-template-columns:8.8rem minmax(0,1fr) auto;grid-template-areas:"media details totals" "media quantity quantity";column-gap:1.55rem;row-gap:1.25rem;width:100%;margin:0 0 1rem;padding:1.45rem 0;border-radius:0;background:transparent;border:0;border-bottom:1px solid var(--nu-cart-border-soft);box-shadow:none}.nuveane-cart-drawer .cart-item:first-child{padding-top:.4rem}.nuveane-cart-drawer .cart-item:last-child{border-bottom:0;margin-bottom:0}.nuveane-cart-drawer .cart-item__media{grid-area:media;width:8.8rem;padding:0}.nuveane-cart-drawer .cart-item__image{width:8.8rem;height:8.8rem;object-fit:cover;border-radius:1.55rem;background:#f7f2ec;border:1px solid var(--nu-cart-border-soft);display:block}.nuveane-cart-drawer .cart-item__details{grid-area:details;padding:0;min-width:0}.nuveane-cart-drawer .cart-item__name{color:var(--nu-cart-heading);font-size:1.62rem;line-height:1.22;font-weight:760;letter-spacing:-.018em;text-decoration:none}.nuveane-cart-drawer .cart-item__name:hover{color:var(--nu-cart-accent)}.nuveane-cart-drawer__product-subtitle{margin:.45rem 0 0;color:var(--nu-cart-muted);font-size:1.18rem;line-height:1.35}.nuveane-cart-drawer .product-option{color:var(--nu-cart-muted);font-size:1.14rem;line-height:1.35}.nuveane-cart-drawer .product-option:empty{display:none}.nuveane-cart-drawer .cart-item__details dl{margin-top:.5rem}.nuveane-cart-drawer .cart-item__details dl:empty{display:none}.nuveane-cart-drawer .cart-item__totals{grid-area:totals;padding:0;min-width:max-content;align-self:start;text-align:right}.nuveane-cart-drawer .cart-item__price-wrapper{display:flex;justify-content:flex-end}.nuveane-cart-drawer .price{color:var(--nu-cart-heading);font-size:1.52rem;line-height:1.15;font-weight:780;letter-spacing:-.015em}.nuveane-cart-drawer .cart-item__old-price{color:var(--nu-cart-muted);opacity:.58}.nuveane-cart-drawer .cart-item__quantity{grid-area:quantity;padding:0}.nuveane-cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:1.1rem;width:100%}.nuveane-cart-drawer quantity-input.quantity,.nuveane-cart-drawer .quantity.cart-quantity{width:14rem;min-height:4.1rem;display:grid;grid-template-columns:4.1rem minmax(3rem,1fr) 4.1rem;align-items:center;border-radius:999px;border:1px solid var(--nu-cart-border);background:#fffaf6;overflow:hidden;box-shadow:none}.nuveane-cart-drawer .quantity:before,.nuveane-cart-drawer .quantity:after{display:none}.nuveane-cart-drawer .quantity__button{width:4.1rem;height:4.1rem;color:var(--nu-cart-heading);background:transparent}.nuveane-cart-drawer .quantity__button svg{width:1.2rem}.nuveane-cart-drawer .quantity__input{width:100%;min-width:0;padding:0;color:var(--nu-cart-heading);font-size:1.45rem;font-weight:650;text-align:center;background:transparent}.nuveane-cart-drawer .cart-remove-button{min-width:4rem;min-height:4rem;border-radius:999px;color:var(--nu-cart-muted);background:transparent}.nuveane-cart-drawer .cart-remove-button:hover{color:var(--nu-cart-accent);background:var(--nu-cart-accent-soft)}.nuveane-cart-drawer .drawer__footer{margin-left:-2.4rem;margin-right:-2.4rem;padding:1.5rem 2.4rem max(1.8rem,env(safe-area-inset-bottom));border-top:1px solid var(--nu-cart-border-soft);background:#fff9f4fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -10px 24px #2b1f1a0e}.nuveane-cart-drawer__trust-grid{display:grid;grid-template-columns:1fr;gap:.65rem;margin:0 0 1.3rem;padding:0 0 1.2rem;border-radius:0;background:transparent;border:0;border-bottom:1px solid var(--nu-cart-border-soft)}.nuveane-cart-drawer__trust-item{display:flex;align-items:center;gap:.85rem;color:var(--nu-cart-heading);font-size:1.23rem;line-height:1.35;font-weight:600}.nuveane-cart-drawer__trust-check{width:2rem;height:2rem;border-radius:999px;background:#c8855a24;color:var(--nu-cart-accent);display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:800;flex:0 0 auto}.nuveane-cart-drawer .cart-drawer__footer{padding:0;border:0;background:transparent;box-shadow:none;margin:0}.nuveane-cart-drawer .totals{display:flex;align-items:flex-end;justify-content:space-between;gap:1.6rem;margin:0}.nuveane-cart-drawer .totals__total{color:var(--nu-cart-text);font-size:1.35rem;line-height:1.2;font-weight:600;margin:0}.nuveane-cart-drawer .totals__total-value{color:var(--nu-cart-heading);font-size:1.85rem;line-height:1.1;font-weight:780;letter-spacing:-.025em;margin:0}.nuveane-cart-drawer__tax-note{display:block;margin-top:.7rem;color:var(--nu-cart-muted);font-size:1.16rem;line-height:1.45}.nuveane-cart-drawer .cart__ctas{display:block!important;width:100%;margin-top:1.4rem}.nuveane-cart-drawer .cart__checkout-button{width:100%!important;max-width:none!important;min-height:5.6rem;border-radius:999px;background:#c8855a;color:#fff;border:none;font-size:1.5rem;line-height:1;font-weight:760;letter-spacing:.01em;box-shadow:0 12px 26px #c8855a47;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease,background .16s ease;display:inline-flex;align-items:center;justify-content:center;gap:.85rem}.nuveane-cart-drawer .cart__checkout-button:before,.nuveane-cart-drawer .cart__checkout-button:after{display:none}.nuveane-cart-drawer .cart__checkout-button:hover{transform:translateY(-1px);background:#b9764e;box-shadow:0 16px 34px #c8855a57}.nuveane-cart-drawer .cart__checkout-button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.nuveane-cart-drawer__checkout-icon{width:1.65rem;height:1.65rem;display:inline-flex;align-items:center;justify-content:center;color:currentColor;flex:0 0 auto}.nuveane-cart-drawer__checkout-icon svg{width:100%;height:100%;display:block;fill:currentColor}.nuveane-cart-drawer__payment-note{margin:.85rem 0 0;text-align:center;color:var(--nu-cart-muted);font-size:1.16rem;line-height:1.35}.nuveane-cart-drawer #Details-CartDrawer{margin-top:1.2rem;border-top:1px solid var(--nu-cart-border-soft);padding-top:1rem}.nuveane-cart-drawer #Details-CartDrawer summary{cursor:pointer;color:var(--nu-cart-muted);font-size:1.2rem;line-height:1.35}.nuveane-cart-drawer #Details-CartDrawer .summary__title{display:flex;align-items:center;justify-content:space-between;gap:1rem}.nuveane-cart-drawer .cart__note{margin-top:1rem}.nuveane-cart-drawer .cart__note textarea{border-radius:1.4rem;border-color:var(--nu-cart-border);background:#fff}.nuveane-cart-drawer .drawer__inner-empty{background:var(--nu-cart-bg)}.nuveane-cart-drawer .cart-drawer__empty-content{padding:2.4rem}.nuveane-cart-drawer .cart__empty-text{color:var(--nu-cart-heading);font-size:2.4rem;line-height:1.1;letter-spacing:-.03em}.header__icon--cart,#cart-icon-bubble{color:#2b1f1a}@media screen and (min-width:750px){#cart-icon-bubble,.header__icon--cart{width:5rem;height:5rem;position:relative}#cart-icon-bubble .svg-wrapper,.header__icon--cart .svg-wrapper,#cart-icon-bubble .icon-cart,.header__icon--cart .icon-cart,.header__icon--cart .icon{width:4rem;height:4rem}#cart-icon-bubble .icon-cart path,.header__icon--cart .icon-cart path{stroke-width:1.65}#cart-icon-bubble .cart-count-bubble,.header__icon--cart .cart-count-bubble{position:absolute;top:.6rem;right:.35rem;bottom:auto;left:auto}}.cart-count-bubble{background:#c8855a;color:#fff;font-size:1.05rem;font-weight:700;min-width:1.9rem;height:1.9rem;line-height:1.9rem;padding:0 .45rem;border-radius:999px;border:1px solid #fff9f4;box-shadow:0 3px 8px #2b1f1a29}@media screen and (max-width:749px){.nuveane-cart-drawer .drawer__inner{width:100vw;max-width:100vw}.nuveane-cart-drawer__header{padding:1.8rem 1.6rem 1.25rem}.nuveane-cart-drawer__heading{font-size:2.15rem}.nuveane-cart-drawer__subtitle{font-size:1.25rem}.nuveane-cart-drawer__shipping-banner{margin:1.25rem 1.6rem 0;padding:1.1rem 1.25rem;border-radius:1.5rem;font-size:1.25rem}.nuveane-cart-drawer__shipping-icon{width:2.55rem;height:2.55rem;font-size:1.35rem}.nuveane-cart-drawer cart-drawer-items{padding:1.35rem 1.6rem 1rem}.nuveane-cart-drawer .cart-item{grid-template-columns:7.8rem minmax(0,1fr) auto;grid-template-areas:"media details totals" "quantity quantity quantity";padding:1.35rem 0;border-radius:0;column-gap:1.25rem;row-gap:1.25rem}.nuveane-cart-drawer .cart-item:first-child{padding-top:.2rem}.nuveane-cart-drawer .cart-item__media,.nuveane-cart-drawer .cart-item__image{width:7.8rem}.nuveane-cart-drawer .cart-item__image{height:7.8rem;border-radius:1.4rem}.nuveane-cart-drawer .cart-item__name{font-size:1.45rem;line-height:1.22;font-weight:760}.nuveane-cart-drawer__product-subtitle,.nuveane-cart-drawer .product-option{font-size:1.08rem}.nuveane-cart-drawer .price{font-size:1.38rem}.nuveane-cart-drawer .cart-item__quantity-wrapper{justify-content:space-between;gap:1rem}.nuveane-cart-drawer quantity-input.quantity,.nuveane-cart-drawer .quantity.cart-quantity{width:min(15rem,calc(100vw - 12rem))}.nuveane-cart-drawer .drawer__footer{margin-left:-1.6rem;margin-right:-1.6rem;padding:1.35rem 1.6rem max(1.5rem,env(safe-area-inset-bottom))}.nuveane-cart-drawer__trust-grid{padding:0 0 1.1rem;gap:.6rem;margin-bottom:1.25rem}.nuveane-cart-drawer__trust-item{font-size:1.14rem}.nuveane-cart-drawer__trust-check{width:1.95rem;height:1.95rem;font-size:1.1rem}.nuveane-cart-drawer .cart__checkout-button{min-height:5.2rem;font-size:1.42rem}.nuveane-cart-drawer__checkout-icon{width:1.55rem;height:1.55rem}.nuveane-cart-drawer__payment-note{font-size:1.1rem}#cart-icon-bubble,.header__icon--cart{width:4.8rem;height:4.8rem;position:relative}#cart-icon-bubble .svg-wrapper,.header__icon--cart .svg-wrapper,#cart-icon-bubble .icon-cart,.header__icon--cart .icon-cart{width:3.4rem;height:3.4rem}#cart-icon-bubble .icon-cart path,.header__icon--cart .icon-cart path{stroke-width:1.65}#cart-icon-bubble .cart-count-bubble,.header__icon--cart .cart-count-bubble{position:absolute;top:.8rem;right:.45rem;bottom:auto;left:auto;min-width:1.8rem;height:1.8rem;padding:0 .45rem;font-size:1rem;font-weight:700;line-height:1.8rem;background:#c8855a;color:#fff;border:1px solid #fff9f4;box-shadow:0 3px 8px #2b1f1a29}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/nuveane-cart-drawer.css.map */
