.cart-drawer{--nb-bg:#FFFFFF;--nb-ink:#111111;--nb-msg:#111111;--nb-muted:#6B6B6B;--nb-guarantee:#6B6B6B;--nb-line:#E6E0D4;--nb-line-strong:#E6E0D4;--nb-footer-line:#E6E0D4;--nb-accent:#3A1F22;--nb-sale:#3A1F22;--nb-btn:#3A1F22;--nb-track:#FDFAF5;--nb-dot:#f5f5f5;--nb-dot-border:#d1cac5;--nb-pad:30px;font-family:var(--font-body-family);color:var(--nb-ink)}.cart-drawer .drawer__inner{width:450px;max-width:100vw;background:var(--nb-bg)!important;background-image:none!important;border:0;padding:0;box-shadow:0 0 150px #0000001a;color:var(--nb-ink)}.cart-drawer .drawer__header{padding:0 var(--nb-pad)!important;min-height:64px;display:flex;align-items:center;background:transparent}.cart-drawer .drawer__heading{font-size:20px;font-weight:300;letter-spacing:-.21px;line-height:1.2;text-align:left;margin:0;padding:0!important;background:transparent!important;color:var(--nb-ink)}.cart-drawer .drawer__close{top:15px;right:22px;min-width:3.4rem;min-height:3.4rem;background:transparent!important;box-shadow:none!important;border:0!important}.cart-drawer .drawer__close .svg-wrapper{width:1.8rem;height:1.8rem}.cart-drawer .drawer__close svg{color:var(--nb-ink)}.cart-drawer .cart-timer,.cart-drawer .ct-message{display:none!important}.cart-drawer cart-drawer-items{padding:0 var(--nb-pad)}.cart-drawer tbody,.cart-drawer .cart-items td{padding:0}.cart-drawer .cart-items{border:0}.cart-drawer .cart-item{display:grid;grid-template-columns:88px minmax(0,1fr);grid-template-rows:auto auto;column-gap:14px;row-gap:6px;align-items:start;padding:14px 0;margin:0;border-bottom:1px solid var(--nb-line)}.cart-drawer .cart-item:last-child{border-bottom:0}.cart-drawer .cart-item__media{grid-row:1 / 3;grid-column:1}.cart-drawer .cart-item__image{width:88px;height:88px;max-width:none;object-fit:cover;border-radius:0;display:block;background:#ececec}.cart-drawer .cart-item__details{grid-column:2;grid-row:1;display:block;width:auto;font-size:14px}.cart-drawer .cart-item__details>*{max-width:none}.cart-drawer .cart-item__name{display:block;font-size:14px;font-weight:400;line-height:1.3;color:var(--nb-ink);text-decoration:none;margin:0 0 5px}.cart-drawer .cart-item__name:hover{text-decoration:underline;text-underline-offset:2px}.cart-drawer .cart-item__name+.cart-item__discounted-prices,.cart-drawer .cart-item__name+.product-option,.cart-drawer .cart-item__details .discounts{display:none!important}.cart-drawer .cart-item__details dl{margin:0!important}.cart-drawer .cart-item__details .product-option{display:flex;gap:4px;font-size:13px;line-height:1.3;color:var(--nb-ink)}.cart-drawer .cart-item__details .product-option dt{font-weight:700}.cart-drawer .cart-item__details .product-option dd{margin:0}.cart-drawer .cart-item__totals{grid-column:2;grid-row:2;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse;gap:12px}.cart-drawer .cart-item__quantity{display:flex;align-items:center;gap:14px}.cart-drawer quantity-popover .quantity{width:84px;min-width:0;height:28px;min-height:28px;border:1px solid var(--nb-line-strong)!important;background:transparent!important;border-radius:0;box-shadow:none}.cart-drawer quantity-popover .quantity:after,.cart-drawer quantity-popover .quantity:before{display:none}.cart-drawer .quantity__button{width:22px;min-width:0;height:26px;min-height:0;color:var(--nb-ink)}.cart-drawer .quantity__button svg{width:9px;height:9px}.cart-drawer .quantity__input{font-size:12px;padding:0;height:26px;min-height:0;color:var(--nb-ink)}.cart-drawer .nb-remove{font-family:inherit;font-size:13px;line-height:1;color:var(--nb-ink);text-decoration:underline;text-underline-offset:2px;padding:0;min-height:0;min-width:0;background:none;border:0;box-shadow:none;cursor:pointer}.cart-drawer .nb-remove:hover{color:var(--nb-accent)}.cart-drawer .cart-item__price-wrapper{text-align:right}.cart-drawer .cart-item__price-wrapper .price{font-size:14px;line-height:1.3;color:var(--nb-ink)}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices{display:block;margin:0}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices>span{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices .price{order:2;color:var(--nb-sale)}.cart-drawer .cart-item__price-wrapper .cart-item__old-price{order:1;font-size:13px;color:#040404;opacity:1}.cart-drawer .cart-item__error{grid-column:2}.cart-drawer .nb-recs{padding:14px 0 10px}.cart-drawer .drawer__footer{padding:10px var(--nb-pad) 6px;border-top:1px solid var(--nb-footer-line)!important;background:var(--nb-bg)!important;background-image:none!important}.cart-drawer .cart-drawer__footer{padding:0}.cart-drawer .cart__ctas{margin-top:0}.cart-drawer .cart__checkout-button{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;max-width:none;min-height:44px;height:44px;margin:0;padding:0 20px;background:var(--nb-btn);color:#fff;border:0;border-radius:0;box-shadow:none;font-size:14px;font-weight:500;letter-spacing:1.3px;text-transform:uppercase;line-height:1.4}.cart-drawer .cart__checkout-button:hover{background:#2f2b27}.cart-drawer .cart__checkout-button:before,.cart-drawer .cart__checkout-button:after{display:none!important}.cart-drawer .cart__checkout-button .svg-wrapper{width:14px;height:14px;fill:currentColor}@media(max-width:749px){.cart-drawer{--nb-pad:20px}.cart-drawer .drawer__inner{width:90vw;min-width:300px;max-width:100vw}.cart-drawer .drawer__header{min-height:68px}.cart-drawer .drawer__heading{font-size:21px}.cart-drawer .drawer__close{top:17px;right:12px}.cart-drawer .cart-item{grid-template-columns:78px minmax(0,1fr);padding:12px 0;row-gap:4px}.cart-drawer .cart-item__image{width:78px;height:78px}.cart-drawer .cart-item__name{font-size:13.5px;line-height:1.25;margin-bottom:4px}.cart-drawer .cart-item__details .product-option{font-size:11.5px;line-height:1.25}.cart-drawer quantity-popover .quantity{width:78px;height:28px;min-height:28px}.cart-drawer .quantity__button{height:26px;width:22px}.cart-drawer .quantity__input{font-size:11.5px;height:26px}.cart-drawer .nb-remove{font-size:11.5px}.cart-drawer .cart-item__price-wrapper .price{font-size:12.5px}.cart-drawer .cart-item__price-wrapper .cart-item__old-price{font-size:12px}.cart-drawer .nb-recs{padding:12px 0 10px}.cart-drawer .drawer__footer{padding:0 16px calc(3px + env(safe-area-inset-bottom,0px))}.cart-drawer .cart__checkout-button{min-height:44px;height:44px;font-size:14px;letter-spacing:1.3px}}.drawer,.drawer .drawer__inner{height:100%;height:100dvh}.cart-drawer .drawer__inner{overflow-y:auto!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cart-drawer .drawer__inner::-webkit-scrollbar{display:none}.cart-drawer cart-drawer-items{flex:0 0 auto!important;overflow:visible!important}.cart-drawer .drawer__footer{position:sticky;bottom:0;z-index:3;margin-top:auto;box-shadow:0 -8px 20px #0000000f}.cart-drawer .cart__checkout-button{background:#3a1f22!important;color:#fdfaf5!important;border:0!important;border-radius:0!important;font-family:var(--font-body-family)!important;font-size:15px!important;font-weight:500!important;min-height:48px!important;text-transform:none!important;letter-spacing:.01em!important}.cart-drawer .button--secondary{border-radius:0!important}.cart-drawer .nb-recs__head,.cart-drawer .nb-recs__title{text-transform:none!important;letter-spacing:.01em!important;font-size:13px!important}.cart-drawer .nb-assure{display:flex;align-items:center;justify-content:center;gap:7px;margin:10px 0 2px;font-size:12px;line-height:1.3;color:#6b6b6b}.cart-drawer .nb-assure svg{flex:0 0 auto}.cart-drawer .nb-cart-line{padding:4px 0 12px}.cart-drawer .nb-line{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cart-drawer .nb-line__prices{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:6px}.cart-drawer .nb-line__was{font-size:13px;color:#6b6b6b!important;text-decoration:line-through;opacity:1}.cart-drawer .nb-line__now{font-size:14px;color:#111}.cart-drawer .nb-line__now--sale{color:#a62f31!important}@media(max-width:749px){.cart-drawer .nb-line__was{font-size:12px}.cart-drawer .nb-line__now{font-size:13px}}.cart-drawer .cart-item__media{background:#ececec}.cart-drawer .cart-item__image{background:transparent!important;mix-blend-mode:darken}.cart-drawer .drawer__header{padding:16px 20px 12px!important;min-height:0}.cart-drawer .nb-cart-heading{font-size:17px!important;font-weight:500!important;letter-spacing:0!important;color:#111;margin:0}.cart-drawer .nb-cart-heading__n{color:#6b6b6b;font-weight:400}.cart-drawer .drawer__close{top:12px;right:14px}.cart-drawer .nb-cart-line{padding:4px 20px 16px;border-bottom:1px solid #E6E0D4}.cart-drawer cart-drawer-items{padding:0}.cart-drawer .cart-item{position:relative;grid-template-columns:72px minmax(0,1fr);column-gap:14px;row-gap:6px;padding:16px 20px;margin:0;border-bottom:1px solid #E6E0D4}.cart-drawer .cart-item__media{grid-row:1 / 4;grid-column:1;background:#ececec;width:72px;height:90px}.cart-drawer .cart-item__image{width:72px!important;height:90px!important;object-fit:cover;background:transparent!important;mix-blend-mode:darken}.cart-drawer .cart-item__details{grid-column:2;grid-row:1;padding-right:26px}.cart-drawer .cart-item__name{font-size:15px!important;line-height:1.3;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 4px}.cart-drawer .cart-item__details .product-option{display:inline;font-size:13px!important;line-height:1.35;color:#6b6b6b!important}.cart-drawer .cart-item__details dl{display:flex;flex-wrap:wrap;gap:0 6px}.cart-drawer .cart-item__details .product-option dt{display:none!important}.cart-drawer .cart-item__details .product-option+.product-option:before{content:"\b7";margin-right:6px;color:#b9b2a6}.cart-drawer .cart-item__totals{grid-column:2;grid-row:2;display:block}.cart-drawer .nb-line{align-items:flex-start;text-align:left}.cart-drawer .nb-line__prices{justify-content:flex-start}.cart-drawer .nb-line__was{font-size:13px;color:#6b6b6b!important}.cart-drawer .nb-line__now{font-size:15px;color:#111}.cart-drawer .nb-line__now--sale{color:#111!important}.cart-drawer .nb-line__save{font-size:13px;color:#a62f31;margin-left:6px}.cart-drawer .nb-line__pill{display:inline-flex;align-items:center;height:24px;padding:0 8px;background:#fdfaf5;border:1px solid #E6E0D4;font-size:12px;color:#111}.cart-drawer .cart-item__quantity{grid-column:2;grid-row:3;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0}.cart-drawer quantity-popover .quantity{width:104px;height:36px;min-height:36px;border:1px solid #E6E0D4!important;background:transparent!important}.cart-drawer .quantity__button{height:34px;width:30px}.cart-drawer .quantity__input{height:34px;font-size:13px}.cart-drawer cart-remove-button{position:absolute;top:14px;right:16px;z-index:2}.cart-drawer .nb-remove{display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:0;background:none;text-decoration:none}.cart-drawer .nb-oab{padding:16px 0 16px 20px;border-bottom:1px solid #E6E0D4}.cart-drawer .nb-oab__head{margin:0 20px 12px 0;font-size:16px;font-weight:500;color:#111;text-align:left}.cart-drawer .nb-oab__list{list-style:none;margin:0;padding:0 20px 0 0;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.cart-drawer .nb-oab__list::-webkit-scrollbar{display:none}.cart-drawer .nb-oab__item{flex:0 0 100px;scroll-snap-align:start;display:flex;flex-direction:column}.cart-drawer .nb-oab__media{width:100px;height:125px;background:#ececec;display:block}.cart-drawer .nb-oab__media img{width:100%;height:100%;object-fit:cover;mix-blend-mode:darken}.cart-drawer .nb-oab__name{margin:8px 0 2px;font-size:13px;line-height:1.3;color:#111;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer .nb-oab__price{font-size:13px;display:flex;gap:5px;align-items:baseline}.cart-drawer .nb-oab__price s{color:#6b6b6b}.cart-drawer .nb-oab__now--sale{color:#a62f31}.cart-drawer .nb-oab__add{margin:6px 0 0;padding:0;background:none;border:0;text-align:left;font-size:13px;color:#3a1f22;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.cart-drawer .drawer__footer{padding:14px 20px calc(10px + env(safe-area-inset-bottom,0px))!important}.cart-drawer .nb-disc{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;font-size:14px;color:#111}.cart-drawer .nb-disc__l{display:flex;align-items:center;gap:8px}.cart-drawer .nb-disc__pill{display:inline-flex;align-items:center;height:24px;padding:0 8px;background:#fdfaf5;border:1px solid #E6E0D4;font-size:12px;color:#111}.cart-drawer .nb-disc__v{color:#a62f31;font-weight:500;white-space:nowrap}.cart-drawer .cart__checkout-button{height:52px!important;min-height:52px!important;gap:9px}.cart-drawer .nb-assure{margin:10px 0 0;font-size:12px;color:#6b6b6b;text-align:center;display:block}.cart-drawer .nb-cart-pay{display:flex;justify-content:center;align-items:center;gap:8px;margin:10px 0 0}.cart-drawer .nb-cart-pay__i svg,.cart-drawer .nb-cart-pay__i img{height:22px;width:auto;display:block}.cart-drawer .nb-cart-stars{display:flex;justify-content:center;align-items:center;gap:7px;margin:10px 0 0;font-size:12px;color:#6b6b6b}.cart-drawer .nb-cart-stars__s{color:#e0a52b;letter-spacing:1px}.cart-drawer .nb-empty{display:flex;flex-direction:column;height:100%}.cart-drawer .nb-empty__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px}.cart-drawer .nb-empty__head .drawer__close{position:static}.cart-drawer .nb-empty__body{flex:1 1 auto;overflow-y:auto;padding:0 20px 20px}.cart-drawer .nb-empty__line{margin:4px 0 14px;font-size:20px;line-height:1.3;color:#111}.cart-drawer .nb-empty__line a{color:#3a1f22;text-underline-offset:3px}.cart-drawer .nb-empty__btn{display:flex;align-items:center;justify-content:center;width:100%;height:52px;background:#3a1f22;color:#fff;text-decoration:none;font-size:15px}.cart-drawer .nb-empty__kop{margin:26px 0 14px;font-size:20px;font-weight:400;color:#111;text-align:center}.cart-drawer .nb-vlist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.cart-drawer .nb-vitem{display:flex;gap:12px;align-items:flex-start}.cart-drawer .nb-vitem__media{flex:0 0 90px;width:90px;height:112px;background:#ececec;display:block}.cart-drawer .nb-vitem__media img{width:100%;height:100%;object-fit:cover;mix-blend-mode:darken}.cart-drawer .nb-vitem__info{flex:1 1 auto;min-width:0}.cart-drawer .nb-vitem__name{display:block;font-size:15px;color:#111;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer .nb-vitem__price{display:flex;gap:6px;align-items:baseline;margin:4px 0 8px;font-size:14px}.cart-drawer .nb-vitem__price s{color:#6b6b6b}.cart-drawer .nb-vitem__now--sale{color:#a62f31}.cart-drawer .nb-vitem__buy{display:flex;gap:8px}.cart-drawer .nb-vitem__sel{flex:1 1 auto;min-width:0;height:44px;border:1px solid #E6E0D4;border-radius:0;background:#fff;font-size:13px;color:#111;padding:0 8px}.cart-drawer .nb-vitem__add{flex:0 0 auto;height:44px;padding:0 18px;background:#3a1f22;color:#fff;border:0;border-radius:0;font-size:14px;cursor:pointer;text-decoration:none;display:flex;align-items:center}.cart-drawer .cart-item__name+.product-option{display:none!important}.cart-drawer .cart-item__details dl{margin:4px 0 0!important;display:flex;flex-wrap:wrap;gap:0 6px}.cart-drawer .cart-item__details dl .product-option{display:inline-flex;align-items:baseline;gap:4px;font-size:13px!important;color:#6b6b6b!important}.cart-drawer .cart-item__details dl .product-option dt{display:none!important}.cart-drawer .cart-item__details dl .product-option dd{margin:0}.cart-drawer .cart-item__details dl .product-option+.product-option:before{content:"\b7";margin-right:6px;color:#b9b2a6}.cart-drawer .cart-item__details .discounts{display:none!important}.cart-drawer .cart-item__details>div>p.product-option:empty{display:none!important}.cart-drawer .cart-item{grid-template-columns:72px minmax(0,1fr) 28px}.cart-drawer .cart-item__media{grid-column:1;grid-row:1 / 4}.cart-drawer .cart-item__details{grid-column:2;grid-row:1;padding-right:0!important}.cart-drawer .cart-item__totals{grid-column:2 / 4;grid-row:2}.cart-drawer .cart-item__quantity{grid-column:2 / 4;grid-row:3;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.cart-drawer cart-remove-button{position:static;grid-column:3;grid-row:1;justify-self:end;align-self:start}.cart-drawer .nb-line__pill{margin-left:auto;max-width:50%;white-space:nowrap}.cart-drawer .nb-oab{padding:18px 20px;border-bottom:1px solid #E6E0D4}.cart-drawer .nb-oab .nb-vlist{gap:14px}.cart-drawer .cart-item{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr) 28px;column-gap:12px;row-gap:6px;padding:16px 20px!important;align-items:start}.cart-drawer .cart-item__media{grid-column:1;grid-row:1 / 5}.cart-drawer .cart-item__details{grid-column:2 / 4;grid-row:1;padding-right:40px!important}.cart-drawer .cart-item__totals{grid-column:2 / 4;grid-row:3}.cart-drawer .cart-item__quantity{grid-column:2 / 4;grid-row:4}.cart-drawer .cart-item cart-remove-button{position:absolute!important;top:16px;right:20px;z-index:3;grid-column:auto;grid-row:auto}.cart-drawer .nb-remove{width:18px;height:18px}.cart-drawer .nb-remove svg{width:18px;height:18px}.cart-drawer .cart-item__details dl{gap:0!important;margin:4px 0 0!important}.cart-drawer .cart-item__details dl .product-option+.product-option:before{content:"\b7";margin:0 6px;color:#b9b2a6}.cart-drawer .nb-line{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:8px}.cart-drawer .nb-line__prices{display:flex;align-items:baseline;gap:8px}.cart-drawer .nb-line__was{font-size:13px}.cart-drawer .nb-line__now{font-size:15px}.cart-drawer .nb-line__save{margin-left:0;font-size:13px}.cart-drawer .cart-item__quantity{display:flex!important;flex-direction:row;align-items:center;gap:12px;padding:0!important}.cart-drawer quantity-popover,.cart-drawer .cart-item__quantity-wrapper{display:flex;align-items:center}.cart-drawer quantity-popover .quantity{height:36px!important;min-height:36px!important}.cart-drawer .nb-line__pill{margin-left:auto!important;height:36px;display:inline-flex;align-items:center;padding:0 10px;max-width:none}.cart-drawer .cart-item>td,.cart-drawer .cart-item__quantity,.cart-drawer .cart-item__totals,.cart-drawer .cart-item__details,.cart-drawer .cart-item__media{position:static!important}.cart-drawer .cart-item{position:relative!important}.cart-drawer .cart-item cart-remove-button{position:absolute!important;top:16px!important;right:20px!important;left:auto!important;bottom:auto!important}.cart-drawer .cart-item__price-wrapper.nb-line{display:flex!important;flex-direction:row!important;flex-wrap:wrap;align-items:baseline;gap:8px;text-align:left!important}.cart-drawer .cart-item__quantity{width:100%!important}.cart-drawer .cart-item{row-gap:4px}.cart-drawer .cart-item__details{padding-right:44px!important}.cart-drawer .cart-item__totals{padding:0!important}.cart-drawer .cart-item__quantity-wrapper{display:flex!important;width:100%!important;align-items:center;justify-content:space-between;gap:12px;padding-left:0!important;margin-left:0!important}.cart-drawer .cart-item__quantity{padding-left:0!important;margin-left:0!important}.cart-drawer quantity-popover{margin:0!important;padding:0!important}.cart-drawer .cart-item__error,.cart-drawer .cart-item .loading__spinner,.cart-drawer .cart-item__totals .quantity__rules{display:none!important}.cart-drawer .quantity-popover-container{display:flex!important;align-items:center;margin:0!important;padding:0!important}.cart-drawer .nb-line__pill{margin-left:auto!important}.cart-drawer .quantity-popover-container{order:1}.cart-drawer .nb-line__pill{order:9;margin-left:auto!important}.cart-drawer .cart-item__details,.cart-drawer .cart-item__details>div,.cart-drawer .cart-item__name,.cart-drawer .cart-item__totals,.cart-drawer .cart-item__price-wrapper.nb-line{padding-left:0!important;margin-left:0!important}.cart-drawer .cart-item__quantity,.cart-drawer .cart-item__quantity-wrapper{padding-right:0!important}.cart-drawer .cart-item__details dl .product-option{font-size:13px!important;line-height:1.35}.cart-drawer .cart-item__details dl .product-option+.product-option:before{content:"\b7";margin:0!important;padding:0 6px;color:#6b6b6b;font-size:13px}.cart-drawer .cart-item{grid-template-columns:84px minmax(0,1fr) 28px}.cart-drawer .cart-item__media{width:84px;height:105px}.cart-drawer .cart-item__image{width:84px!important;height:105px!important}.cart-drawer .nb-line__pill{background:#fdfaf5;border:1px solid #E6E0D4;color:#a62f31;font-size:11px;letter-spacing:.04em;text-transform:uppercase;height:36px;padding:0 12px}.cart-drawer .nb-vlist--grid{display:grid!important;grid-template-columns:1fr 1fr;gap:14px}.cart-drawer .nb-vlist--grid .nb-vitem{display:flex;flex-direction:column;gap:0}.cart-drawer .nb-vlist--grid .nb-vitem__media{flex:0 0 auto;width:100%;height:auto;aspect-ratio:4 / 5}.cart-drawer .nb-vlist--grid .nb-vitem__info{width:100%}.cart-drawer .nb-vlist--grid .nb-vitem__name{margin:8px 0 0;font-size:13px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer .nb-vlist--grid .nb-vitem__price{margin:4px 0 8px;font-size:13px}.cart-drawer .nb-vlist--grid .nb-vitem__buy{flex-direction:column;gap:8px}.cart-drawer .nb-vlist--grid .nb-vitem__sel{width:100%;height:40px}.cart-drawer .nb-vlist--grid .nb-vitem__add{width:100%;height:40px;justify-content:center;background:#fff;color:#111;border:1px solid #E6E0D4}.cart-drawer .nb-empty__line{font-size:22px}.cart-drawer .nb-empty__kop{font-size:22px;font-weight:500}.cart-drawer .nb-empty__body .nb-vitem__media{flex:0 0 140px;width:140px;height:175px}.cart-drawer .nb-empty__body .nb-vitem__name{font-size:15px}.cart-drawer .cart-item__details dl{display:none!important}.cart-drawer .nb-varline{display:block;margin:4px 0 0;font-size:13px;line-height:1.35;color:#6b6b6b}.cart-drawer .cart-item__details>div>.product-option,.cart-drawer .cart-item__details>.product-option{display:none!important}.cart-drawer .cart-item__details>div>p.product-option{display:none!important}@media(max-width:749px){.cart-drawer .cart-item__price-wrapper.nb-line{flex-wrap:nowrap!important;gap:6px}.cart-drawer .nb-line__prices{flex-wrap:nowrap;gap:6px}.cart-drawer .nb-line__was{font-size:12px!important;white-space:nowrap}.cart-drawer .nb-line__now{font-size:15px!important;white-space:nowrap}.cart-drawer .nb-line__save{font-size:12px!important;white-space:nowrap}.cart-drawer .cart-item__quantity,.cart-drawer .cart-item__quantity-wrapper{flex-wrap:nowrap!important}.cart-drawer .nb-line__pill{font-size:10px!important;padding:0 8px!important;height:32px!important;white-space:nowrap}.cart-drawer quantity-popover .quantity{width:96px}}.cart-drawer.is-empty .drawer__header,cart-drawer.is-empty .drawer__header{display:none!important}.cart-drawer .nb-empty__head .drawer__close{position:static;top:auto;right:auto}.cart-drawer .nb-empty__line{font-size:18px!important;font-weight:500;line-height:1.35;margin:4px 0 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer .nb-empty__line a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.cart-drawer .nb-empty__kop{font-size:20px;font-weight:500;margin:24px 0 12px}.cart-drawer .nb-empty__body .nb-vlist{gap:16px}.cart-drawer .nb-empty__body .nb-vitem{align-items:flex-start}.cart-drawer .nb-empty__body .nb-vitem__media{flex:0 0 96px!important;width:96px!important;height:120px!important}.cart-drawer .nb-empty__body .nb-vitem__info{display:flex;flex-direction:column;gap:6px}.cart-drawer .nb-empty__body .nb-vitem__name{font-size:15px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-drawer .nb-empty__body .nb-vitem__price{font-size:14px;margin:0}.cart-drawer .nb-empty__body .nb-vitem__buy{display:flex;flex-direction:row;gap:8px}.cart-drawer .nb-empty__body .nb-vitem__sel{height:40px!important;flex:1 1 auto}.cart-drawer .nb-empty__body .nb-vitem__add{height:40px!important;flex:0 0 auto;padding:0 18px;background:#3a1f22;color:#fff;border:0}.cart-drawer .nb-empty__body .nb-vitem[hidden]{display:none!important}cart-drawer.is-empty .drawer__inner>.drawer__close,.cart-drawer.is-empty .drawer__inner>.drawer__close{display:none!important}.cart-drawer .nb-empty__head{padding:16px 20px 12px}.cart-drawer .nb-empty__head .drawer__close{min-width:0;min-height:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center}.cart-drawer .nb-empty__line{font-size:clamp(14px,4vw,18px)!important;white-space:nowrap;text-overflow:clip;overflow:visible}.cart-drawer .nb-oab .nb-vlist--grid{grid-template-columns:1fr 1fr;gap:18px 14px}.cart-drawer .nb-oab .nb-vitem__name{font-size:14px!important;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px;margin:8px 0 0}.cart-drawer .nb-oab .nb-vitem__price{font-size:14px!important;margin:4px 0 8px}.cart-drawer .nb-oab .nb-vitem__sel{height:38px!important;font-size:12px}.cart-drawer .nb-oab .nb-vitem__add{height:38px!important;font-size:13px}.cart-drawer .nb-oab{padding:18px 0 18px 20px!important}.cart-drawer .nb-oab__head{margin:0 20px 12px 0}.cart-drawer .nb-oab .nb-vlist--grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 20px 0 0!important;margin:0}.cart-drawer .nb-oab .nb-vlist--grid::-webkit-scrollbar{display:none}.cart-drawer .nb-oab .nb-vitem{flex:0 0 calc((100% + 12px) / 2.2 - 12px)!important;max-width:calc((100% + 12px) / 2.2 - 12px)!important;scroll-snap-align:start;flex-direction:column!important;gap:0}.cart-drawer .nb-oab .nb-vitem__media{flex:0 0 auto!important;width:100%!important;height:auto!important;aspect-ratio:4 / 5}.cart-drawer .nb-oab .nb-vitem__info{width:100%;display:flex;flex-direction:column}.cart-drawer .nb-oab .nb-vitem__name{font-size:13px!important;line-height:1.3;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px;margin:8px 0 0}.cart-drawer .nb-oab .nb-vitem__price{font-size:13px!important;margin:4px 0 8px}.cart-drawer .nb-oab .nb-vitem__buy{flex-direction:column!important;gap:6px}.cart-drawer .nb-oab .nb-vitem__sel{width:100%;height:36px!important;font-size:12px}.cart-drawer .nb-oab .nb-vitem__add{width:100%;height:36px!important;font-size:13px;justify-content:center}.cart-drawer .nb-oab__bar{height:3px;background:#e6e0d4;margin:12px 20px 0 0;overflow:hidden}.cart-drawer .nb-oab__bar span{display:block;height:3px;width:40%;background:#3a1f22;transition:width .15s ease}.cart-drawer .nb-cart-pay{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px;margin:10px 0 0}.cart-drawer .nb-cart-pay__i{flex:0 0 auto;width:48px;max-width:72px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E6E0D4;border-radius:0;box-sizing:border-box}.cart-drawer .nb-cart-pay__i svg,.cart-drawer .nb-cart-pay__i img{width:38px!important;height:24px!important;max-width:38px;max-height:24px;display:block}.cart-drawer cart-drawer-items{padding-bottom:calc(var(--nb-footer-h, 220px) + 16px)!important}.cart-drawer .nb-empty__body{padding-bottom:calc(var(--nb-footer-h, 0px) + 24px)!important}.cart-drawer .drawer__inner{display:flex!important;flex-direction:column!important;height:100dvh;max-height:100dvh;overflow:hidden!important}.cart-drawer .drawer__header{flex:0 0 auto}.cart-drawer cart-drawer-items{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:16px!important}.cart-drawer .drawer__footer{flex:0 0 auto!important;position:static!important;margin-top:0!important;box-shadow:0 -8px 20px #0000000f}.cart-drawer .nb-empty{height:100%}.cart-drawer .drawer__inner>.drawer__inner-empty,.cart-drawer .nb-empty{position:static!important;transform:none!important;inset:auto!important;margin:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.cart-drawer .nb-empty__head,.cart-drawer .nb-empty__body{box-sizing:border-box;width:100%}.cart-drawer .nb-empty *{max-width:100%}.cart-drawer .nb-empty a:focus,.cart-drawer .nb-empty button:focus,.cart-drawer .nb-empty a:focus:not(:focus-visible),.cart-drawer .nb-empty button:focus:not(:focus-visible){outline:0!important;box-shadow:none!important}.cart-drawer .nb-empty a:focus-visible,.cart-drawer .nb-empty button:focus-visible{outline:2px solid #3A1F22!important;outline-offset:2px!important;box-shadow:none!important}.nb-vlist--grid{align-items:stretch!important}.nb-vlist--grid .nb-vitem{display:flex!important;flex-direction:column!important;height:auto;align-self:stretch}.nb-vlist--grid .nb-vitem__media{flex:0 0 auto!important;width:100%!important;height:auto!important;aspect-ratio:2 / 3!important;background:#ececec;overflow:hidden;display:block}.nb-vlist--grid .nb-vitem__media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center;mix-blend-mode:darken;display:block}.nb-vlist--grid .nb-vitem__info{flex:1 1 auto;display:flex;flex-direction:column;width:100%;min-width:0}.nb-vlist--grid .nb-vitem__name{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal!important;line-height:1.3;min-height:2.6em;margin:8px 0 0}.nb-vlist--grid .nb-vitem__price{display:flex;align-items:baseline;gap:6px;min-height:20px;margin:4px 0 8px}.nb-vlist--grid .nb-vitem__buy{margin-top:auto}cart-drawer.drawer,.cart-drawer,.cart-drawer .drawer__inner{height:auto!important;max-height:none!important}cart-drawer.drawer,.cart-drawer{position:fixed!important;top:0!important;bottom:var(--nb-onder, 0px)!important}.cart-drawer .drawer__inner{position:absolute!important;top:0!important;bottom:0!important;right:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.cart-drawer cart-drawer-items{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:0!important}.cart-drawer .drawer__header{flex:0 0 auto!important}.cart-drawer .drawer__footer{flex:0 0 auto!important;position:static!important;margin-top:0!important;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important}.cart-drawer .drawer__inner-empty,.cart-drawer .nb-empty{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}@media screen and (max-width:749px){cart-drawer.drawer,.cart-drawer{left:0!important;right:0!important;width:100%!important;max-width:100%!important}.cart-drawer .drawer__inner{left:0!important;right:0!important;width:100%!important;min-width:0!important;max-width:100%!important;border-left:0!important;box-shadow:none!important}.cart-drawer .drawer__inner-empty,.cart-drawer .nb-empty,.cart-drawer .nb-oab{width:100%!important;max-width:100%!important}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/noori-cart.css.map */
