.nw-cd{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;visibility:hidden;pointer-events:none;font-family:var(--font-body-family);color:#000;letter-spacing:normal}.nw-cd.is-open{visibility:visible;pointer-events:auto}.nw-cd__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s ease}.nw-cd.is-open .nw-cd__overlay{opacity:1}.nw-cd__panel{position:absolute;top:0;right:0;bottom:0;width:400px;max-width:100vw;background:#fff;transform:translate(100%);transition:transform .3s ease;outline:none}.nw-cd.is-open .nw-cd__panel{transform:translate(0)}.nw-cd__panel.is-loading{pointer-events:none}.nw-cd__panel.is-loading .nw-cd__inner{opacity:.6}.nw-cd__inner{display:flex;flex-direction:column;height:100%;overflow-y:auto;transition:opacity .15s}.nw-cd *,.nw-cd *:before,.nw-cd *:after{box-sizing:border-box}.nw-cd p{margin:0}.nw-cd__head{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;border-bottom:1px solid #e8e8e8}.nw-cd__title{margin:0;font-family:var(--font-body-family);font-size:20px;font-weight:700;letter-spacing:normal;color:#000}.nw-cd__title span{font-weight:400;color:#aaa}.nw-cd__close{width:27px;height:27px;padding:0;border:0;border-radius:50%;background:#efefef;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer}.nw-cd__close svg{width:10px;height:10px}.nw-cd__ship{padding:6px 30px 10px 24px;background:#f2f2f2}.nw-cd__ship-msg{font-size:14px}.nw-cd__ship-msg strong{font-weight:700}.nw-cd__ship-track{position:relative;margin-top:22px;padding-bottom:16px}.nw-cd__ship-bar{height:5px;border-radius:3px;background:#dcdcdc;overflow:hidden}.nw-cd__ship-bar span{display:block;height:100%;background:#bce3ee;border-radius:3px;transition:width .4s ease}.nw-cd__ship-goal{position:absolute;right:0;top:-17px;font-size:11px}.nw-cd__ship-label{position:absolute;right:0;top:9px;font-size:9.5px;letter-spacing:.3px}.nw-cd__ship-icon{position:absolute;right:-24px;top:-11px;width:27px;height:27px;border-radius:50%;background:#fff;border:2px solid #e6e6e6;color:#555;display:flex;align-items:center;justify-content:center}.nw-cd__ship-icon svg{width:15px;height:15px}.nw-cd__items{list-style:none;margin:0;padding:0}.nw-cd__item{display:flex;gap:14px;padding:10px 24px;border-bottom:1px solid #e5e5e5}.nw-cd__img{flex:0 0 90px;width:90px;height:90px;border-radius:4px;overflow:hidden;background:#f4f4f4}.nw-cd__img img{width:100%;height:100%;object-fit:cover;display:block}.nw-cd__info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.nw-cd__row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.nw-cd__row--bottom{align-items:center;margin-top:8px}.nw-cd__name{font-size:14.5px;font-weight:600;line-height:1.3;color:#000;text-decoration:none}.nw-cd__variant{margin-top:2px!important;font-size:12px;color:#777}.nw-cd__remove{flex:0 0 18px;width:18px;height:18px;margin-top:2px;padding:0;border:0;background:none;color:#888;cursor:pointer}.nw-cd__remove svg{width:10px;height:10px}.nw-cd__qty{display:inline-flex;align-items:stretch;height:28px;border:1px solid #dcdcdc;border-radius:3px}.nw-cd__qty button{width:22px;padding:0;border:0;background:#fff;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center}.nw-cd__qty button svg{width:10px;height:10px}.nw-cd__qty span{width:32px;display:flex;align-items:center;justify-content:center;border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;font-size:13px}.nw-cd__prices{text-align:right;font-size:14.5px;white-space:nowrap}.nw-cd__prices s{margin-right:6px;color:#555}.nw-cd__save{margin-top:4px;font-size:13.5px;color:#2b4}.nw-cd__spacer{flex:1 0 24px}.nw-cd__upsell{padding:0 8px 16px}.nw-cd__upsell-title{margin-bottom:10px!important;text-align:center;font-size:15px;font-weight:600}.nw-cd__upsell-wrap{display:flex;align-items:center;gap:4px}.nw-cd__upsell-track{flex:1;min-width:0}.nw-cd__card{display:none;align-items:center;gap:10px;padding:10px;background:#f2f2f2;border-radius:4px}.nw-cd__card.is-active{display:flex}.nw-cd__card-img{flex:0 0 72px;width:72px;height:72px;background:#fff;border-radius:3px;overflow:hidden}.nw-cd__card-img img{width:100%;height:100%;object-fit:contain;display:block}.nw-cd__card-text{flex:1;min-width:0}.nw-cd__card-name{font-size:14.5px;font-weight:600;line-height:1.25}.nw-cd__card-price{margin-top:4px!important;font-size:13px;font-weight:700;color:#666}.nw-cd__add{flex:0 0 auto;padding:8px 12px;border:0;border-radius:3px;background:#bce3ee;color:#000;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer}.nw-cd__arrow{flex:0 0 16px;width:16px;height:24px;padding:0;border:0;background:none;color:#000;cursor:pointer}.nw-cd__arrow svg{width:8px;height:14px}.nw-cd__foot{padding:10px 24px 14px;background:#f2f2f2}.nw-cd__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:15px}.nw-cd__subtotal strong{font-weight:700}.nw-cd__checkout-form{margin:10px 0 0}.nw-cd__checkout{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;border:0;border-radius:3px;background:#bce3ee;color:#000;font-family:inherit;font-size:15px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;cursor:pointer}.nw-cd__checkout:hover{filter:brightness(.96)}.nw-cd__payments{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:14px 0 0;padding:0;list-style:none}.nw-cd__payments svg{width:36px;height:23px}.nw-cd__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:24px;text-align:center;font-size:16px}body.nw-cd-open{overflow:hidden}@media(max-width:480px){.nw-cd__panel{width:100vw}}.nw-cd .nw-cd__overlay,.nw-cd .nw-cd__spacer{display:block}
/*# sourceMappingURL=/cdn/shop/t/18/assets/nw-cart.css.map */
