.cart-drawer .drawer__inner{width:480px;max-width:100vw;padding:0;border:0;border-radius:40px 0 0 40px;background:#fff;color:#1a1a1a}.cart-drawer .drawer__header{min-height:112px;padding:40px 16px 20px}.cart-drawer .drawer__heading{margin:0;font-size:22px;font-weight:600;line-height:1.4;letter-spacing:0}.cart-drawer .drawer__close{top:40px;right:16px;display:flex;width:52px;min-width:52px;height:52px;min-height:52px;align-items:center;justify-content:center;border:1px solid #f3f4f6;border-radius:50%;background:#fff}.cart-drawer .drawer__close svg{width:14px;height:14px}.cart-drawer .drawer__header .drawer__close{position:static;flex:0 0 52px}.cart-drawer .drawer__header .drawer__close img{display:block;width:36px;height:36px}.cart-drawer button{transition:background-color .2s ease,border-color .2s ease,color .2s ease}.cart-drawer button:hover:not(:disabled):not([aria-disabled=true]),.cart-drawer button:focus-visible:not(:disabled):not([aria-disabled=true]){border-color:var(--color-primary, #ff841f);background:var(--color-primary, #ff841f);color:#fff}.cart-drawer button:hover:not(:disabled):not([aria-disabled=true]) svg,.cart-drawer button:focus-visible:not(:disabled):not([aria-disabled=true]) svg{color:#fff}.cart-drawer .t4s-cart-threshold-dual{display:flex;flex:0 0 auto;flex-direction:column;gap:12px;padding:0 16px;color:#71717a}.cart-drawer .t4s-cart-threshold-msg{order:2;margin:0;color:#71717a;font-size:14px;font-weight:500;line-height:normal}.cart-drawer .t4s-cart-threshold-highlight{color:var(--theme-color);font-weight:600}.cart-drawer .t4s-cart-threshold-bar-wrap{order:1;padding:0}.cart-drawer .t4s-cart-threshold-bar{position:relative;height:8px;border-radius:4px;background:#f3f4f6}.cart-drawer .t4s-cart-threshold-progress{position:absolute;top:0;left:0;height:100%;max-width:100%;border-radius:inherit;background:#ff841f;transition:width .4s ease-out}.cart-drawer .t4s-cart-threshold-marker{position:absolute;top:50%;z-index:2;display:flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:50%;background:#9e9e9e;color:#fff;box-shadow:0 2px 4px #0000001a;transform:translate(-100%,-50%);transition:background-color .3s,color .3s}.cart-drawer .t4s-cart-threshold-marker.is--reached{background:#ff841f}.cart-drawer .t4s-marker-icon{display:flex;align-items:center;justify-content:center}.cart-drawer .t4s-marker-icon svg{display:block;width:18px;height:18px}.cart-drawer .t4s-marker-icon img{width:28px;height:28px;border-radius:50%;object-fit:cover}.cart-free-gift-badge{display:inline-flex;margin-right:6px;padding:3px 6px;border-radius:2px;background:var(--cart-free-gift-badge-background, #8dc63f);color:#fff;font-size:11px;font-weight:600;line-height:1;vertical-align:middle;white-space:nowrap}.cart-drawer cart-drawer-items{margin-top:24px;scrollbar-width:none}.cart-drawer cart-drawer-items::-webkit-scrollbar{display:none}.cart-drawer .cart-drawer__form{display:block}.cart-drawer .drawer__cart-items-wrapper{padding:0 16px}.cart-drawer .cart-items thead{display:none}.cart-drawer .cart-items tbody{display:flex;flex-direction:column;gap:0px}#CartDrawer .cart-item{display:grid;grid-template-columns:80px minmax(0,1fr);grid-template-rows:auto auto;gap:8px 12px;margin:0 0 24px;padding:12px;border:1px solid #e5e7eb;border-radius:16px}#CartDrawer .cart-items td,#CartDrawer .cart-item>td+td{padding:0}#CartDrawer .cart-item__media{grid-column:1;grid-row:1 / 3;width:80px;height:80px}#CartDrawer .cart-item__image{width:100%;height:100%;border-radius:8px;object-fit:cover}#CartDrawer .cart-item__details{display:flex;min-width:0;flex-direction:column;gap:8px;grid-column:2;grid-row:1}#CartDrawer .cart-item__name{display:-webkit-box;margin:0;overflow:hidden;color:#1a1a1a;font-size:12px;font-weight:600;line-height:1.4;letter-spacing:.15px;-webkit-box-orient:vertical;-webkit-line-clamp:2}#CartDrawer .cart-item__details .product-option{margin:0;color:#71717a;font-size:14px;line-height:normal}#CartDrawer .cart-item__details dl,#CartDrawer .cart-item__details dt,#CartDrawer .cart-item__details dd{margin:0}#CartDrawer .cart-item__details .product-option dt,#CartDrawer .cart-item__details .product-option dd{display:inline}#CartDrawer .cart-item__details .product-option--variants{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#CartDrawer .cart-item__details>.product-option,#CartDrawer .cart-item__discounted-prices{color:#1a1a1a;font-size:14px;font-weight:600}#CartDrawer .cart-item__discounted-prices{display:flex;align-items:center;gap:12px}#CartDrawer .cart-item__old-price{color:#00000080;font-weight:400}#CartDrawer .cart-item__totals{display:none}#CartDrawer .cart-items .cart-item__quantity{align-self:end;grid-column:2;grid-row:2}#CartDrawer .cart-item__quantity-wrapper{display:flex;width:100%;flex-wrap:nowrap;align-items:center;justify-content:space-between}#CartDrawer .cart-item__quantity quantity-popover{display:block;width:100%}#CartDrawer .cart-item__error{display:flex;width:100%;align-items:flex-start}#CartDrawer .cart-item__error .icon-error{width:13px;height:13px;flex:0 0 13px}#CartDrawer .cart-item__error-text:empty+.icon-error{display:none}#CartDrawer .cart-quantity{width:84px;min-height:28px;border:0;border-radius:4px;background:#fafafa}#CartDrawer .cart-quantity:after,#CartDrawer .cart-quantity:before{display:none}#CartDrawer .cart-quantity .quantity__button{width:28px}#CartDrawer .cart-quantity .quantity__input{height:28px;font-size:14px;font-weight:600}#CartDrawer .cart-remove-button{width:24px;min-width:24px;height:24px;min-height:24px;padding:0;color:#9e9e9e}#CartDrawer .cart-remove-button svg{width:14px;height:14px}.cart-drawer__trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 16px 40px}.cart-drawer__trust-item{display:flex;min-width:0;align-items:center;gap:12px}.cart-drawer__trust-icon{display:block;width:24px;height:24px;flex:0 0 24px;object-fit:contain}.cart-drawer__trust-icon svg{width:24px;height:24px}.cart-drawer__trust-copy{min-width:0}.cart-drawer__trust-title,.cart-drawer__trust-text{margin:0;font-size:12px}.cart-drawer__trust-title{font-weight:600;line-height:1.4}.cart-drawer__trust-text{margin-top:2px;color:#71717a;line-height:normal}.cart-drawer-upsell{display:block;padding:40px 16px;border-top:1px solid #e5e7eb}.cart-drawer-upsell[hidden]{display:none}.cart-drawer-upsell__header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px}.cart-drawer-upsell__heading{margin:0;font-size:18px;font-weight:600;line-height:1.4;letter-spacing:.15px}.cart-drawer-upsell__navigation{display:flex;gap:6px}.cart-drawer-upsell__arrow{display:flex;width:32px;height:32px;padding:0;align-items:center;justify-content:center;border:0;border-radius:50%;background:#d1d5db;color:#fff;cursor:pointer;transition:background-color .2s ease}.cart-drawer-upsell__arrow:hover:not(:disabled),.cart-drawer-upsell__arrow:focus-visible:not(:disabled){background:#ff841f}.cart-drawer-upsell__arrow--previous svg{transform:rotate(180deg)}.cart-drawer-upsell__track{display:grid;grid-auto-columns:calc((100% - 16px)/2);grid-auto-flow:column;gap:16px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab;overscroll-behavior-inline:contain}.cart-drawer-upsell__track.is-dragging{scroll-behavior:auto;scroll-snap-type:none;cursor:grabbing;-webkit-user-select:none;user-select:none}.cart-drawer-upsell__track.is-dragging *{cursor:grabbing}.cart-drawer-upsell__track::-webkit-scrollbar{display:none}.cart-drawer-upsell__card{display:flex;min-width:0;height:104px;align-items:center;gap:8px;padding:12px 8px;border-radius:12px;background:#f9fafb;scroll-snap-align:start}.cart-drawer-upsell__image-link{display:block;width:80px;height:80px;flex:0 0 80px}.cart-drawer-upsell__image{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;display:block;width:100%;height:100%;border-radius:8px;object-fit:cover}.cart-drawer-upsell__content{display:flex;min-width:0;height:100%;flex:1;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:8px}.cart-drawer-upsell__title{display:-webkit-box;margin:0;overflow:hidden;font-size:12px;font-weight:400;line-height:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-drawer-upsell__title a{color:inherit;text-decoration:none}.cart-drawer-upsell__price{margin:4px 0 0;font-size:12px;font-weight:600;line-height:1.4}.cart-drawer-upsell__add{position:relative;min-width:48px;min-height:25px;padding:4px 12px;border:1px solid #ff841f;border-radius:6px;background:#fff;color:#ff841f;font:inherit;font-size:12px;font-weight:600;line-height:1.4;cursor:pointer}.cart-drawer-upsell__add:disabled,.cart-drawer-upsell__add[aria-disabled=true]{cursor:default;opacity:.55}.cart-drawer-upsell__add .loading__spinner{position:absolute;inset:50% auto auto 50%;width:16px;transform:translate(-50%,-50%)}.cart-drawer-upsell__add.loading>span{visibility:hidden}.cart-drawer .cart-drawer-upsell__add.loading:after,.cart-drawer .mini-cart-fbt-card__cart-btn.loading:after{position:absolute;top:50%;left:50%;width:12px;height:12px;box-sizing:border-box;border:2px solid rgba(255,132,31,.25);border-top-color:#ff841f;border-radius:50%;content:"";transform:translate(-50%,-50%);animation:cart-drawer-upsell-loading .7s linear infinite}@keyframes cart-drawer-upsell-loading{to{transform:translate(-50%,-50%) rotate(360deg)}}.cart-drawer .drawer__footer{padding:24px 16px;border-top:1px solid #e5e7eb;background:#fff}.cart-drawer .drawer__footer>.cart-drawer__footer{padding:0;border:0}.cart-drawer .totals{align-items:center}.cart-drawer .totals__total{margin:0;font-size:18px;font-weight:400;line-height:normal}.cart-drawer .totals__total-value{font-size:22px;font-weight:600;line-height:1.4}.cart-drawer .tax-note{display:none}.cart-drawer__discount{display:block;margin-top:24px}.cart-drawer__discount[hidden]{display:none!important}.cart-drawer__discount form{display:flex;width:100%;gap:16px}.cart-drawer__discount-field{display:flex;box-sizing:border-box;height:44px;min-width:0;flex:1;align-items:center;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#fdfdfd}.cart-drawer__discount-field svg{width:20px;height:20px;flex:0 0 20px;color:#71717a}.cart-drawer__discount-input{width:100%;min-width:0;padding:0;border:0;outline:0;background:transparent;color:#1a1a1a;font:inherit;font-size:16px}.cart-drawer__discount-input::placeholder{color:#71717a;opacity:1}.cart-drawer__discount-submit{box-sizing:border-box;height:47px;min-width:123px;padding:6px 22px;border:0;border-radius:8px;background:#ff841f;color:#fff;font:inherit;font-size:16px;cursor:pointer}.cart-drawer .scDiscount__container{width:100%;margin-top:0}.cart-drawer .scDiscount__container .scDiscount,.cart-drawer .scDiscount__container .scDiscount>div{width:100%}.cart-drawer .scDiscount__container .scDiscount{margin-top:0;margin-bottom:0}.cart-drawer .scDiscount__container .sc_simple-container{display:flex!important;width:100%;align-items:flex-start;gap:16px;padding:0!important;border:0!important;background:transparent!important}.cart-drawer .scDiscount__container .sc_simple-container>.sc-visually-hidden{position:absolute!important;overflow:hidden!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;clip:rect(0 0 0 0)!important;border:0!important}.cart-drawer .scDiscount__container .sc-cube-code{box-sizing:border-box!important;width:auto!important;height:44px!important;min-height:47px!important;min-width:0;flex:1 1 auto;margin:0!important;padding:12px 12px 12px 44px!important;border:1px solid #e5e7eb!important;border-radius:8px!important;outline:0;background:#fdfdfd url(/cdn/shop/files/tag.png?v=1785894812) no-repeat 12px center!important;background-size:20px 20px!important;color:#1a1a1a!important;font-family:"HarmonyOS_Sans","HarmonyOS Sans SC",var(--font-body-family)!important;font-size:16px!important;font-weight:400!important;line-height:normal!important}.cart-drawer .scDiscount__container .sc-cube-code::placeholder{color:#71717a!important;opacity:1}.cart-drawer .scDiscount__container .sc-cube-code:focus{border-color:#ff841f!important;box-shadow:0 0 0 1px #ff841f}.cart-drawer .scDiscount__container .sc_code-btn{position:relative;box-sizing:border-box;width:auto!important;height:47px!important;min-width:123px;flex:0 0 auto;margin:0!important;padding:0!important;overflow:hidden;border:0!important;border-radius:8px!important;background:#ff7a1a!important}.cart-drawer .scDiscount__container .sc_code-btn>input[type=button]{box-sizing:border-box;width:100%!important;height:100%!important;margin:0!important;padding:14px 40px!important;border:0!important;border-radius:8px!important;background:#ff7a1a!important;color:#fff!important;font-family:"HarmonyOS_Sans","HarmonyOS Sans SC",var(--font-body-family)!important;font-size:16px!important;font-weight:400!important;line-height:normal!important;cursor:pointer}.cart-drawer .scDiscount__container .sc_code-loading{color:#fff}.cart-drawer .cart__ctas{display:block;margin-top:24px}.cart-drawer .cart__dynamic-checkout-buttons{width:100%;max-width:none;margin:14px 0 0}.cart-drawer .cart__checkout-button{box-sizing:border-box;height:45px;min-height:45px;gap:12px;border-radius:12px;background:#000;color:#fff;font-size:18px;font-weight:400}.cart-drawer .cart__checkout-button:after,.cart-drawer .cart__checkout-button:before{display:none}.cart-drawer .cart__checkout-button .icon-padlock{width:18px;height:18px}.cart-drawer__payments{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}.cart-drawer__payments-label{margin:0;color:#71717a;font-size:14px}.cart-drawer__payments-list{display:flex;margin:0;padding:0;flex-wrap:wrap;justify-content:flex-end;gap:8px;list-style:none}.cart-drawer__payments-list .icon{display:block;width:40px;height:27px}@media screen and (max-width:749px){.cart-drawer .drawer__inner{overflow:hidden;border-radius:0}.cart-drawer cart-drawer-items{min-height:0;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain}.cart-drawer .drawer__footer{position:sticky;bottom:0;z-index:2;flex:0 0 auto}.cart-drawer__trust-item{align-items:flex-start;gap:8px}.cart-drawer__trust-icon,.cart-drawer__trust-icon svg{width:20px;height:20px;flex-basis:20px}.cart-drawer-upsell__track{grid-auto-columns:calc((100% - 12px)/2);gap:12px}.cart-drawer-upsell__card{height:104px}.cart-drawer-upsell__image-link{width:64px;height:80px;flex-basis:64px}.cart-drawer__discount{gap:12px}.cart-drawer__discount-submit{min-width:96px;padding:6px 22px}.cart-drawer .scDiscount__container .sc_simple-container{gap:12px}.cart-drawer .scDiscount__container .sc_code-btn{min-width:96px}.cart-drawer .scDiscount__container .sc_code-btn>input[type=button]{padding-inline:24px!important}.cart-drawer__payments-list .icon{width:32px;height:22px}.cart-drawer .drawer__header{min-height:80px;padding:20px 16px}.cart-drawer .drawer__footer{padding:10px 16px}.cart-drawer .cart__ctas{margin-top:5px}.cart-drawer cart-drawer-items{margin-top:14px}.cart-drawer .drawer__header .drawer__close{flex:0 0 40px;width:40px;min-width:40px;height:40px;min-height:40px}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/cart-drawer-maowant.css.map */
