#upCart,#UpcartPopup,#upCartStickyButton,#CartPopup{display:none!important}:root{--khcd-blue:#0766A8;--khcd-blue-deep:#065688;--khcd-ship:#93D3FF;--khcd-coral:#F97070;--khcd-track:#E2E2E2;--khcd-track2:#EEEEEE;--khcd-text:#121212;--khcd-muted:#6b6b6b;--khcd-line:rgba(0,0,0,.1);--khcd-qty-border:#DDDDDD;--khcd-upsell-bg:#f6f6f7;--khcd-width:440px}.khcd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.khcd-overlay.is-open{opacity:1;visibility:visible}.khcd{position:fixed;top:0;right:0;z-index:2147483001;height:100%;width:var(--khcd-width);max-width:100vw;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);font-family:var(--font-body-family,"Assistant",sans-serif);color:var(--khcd-text)}.khcd.is-open{transform:translate(0)}.khcd *{box-sizing:border-box}.khcd-header{display:flex;align-items:center;justify-content:space-between;padding:30px;border-bottom:1px solid var(--khcd-line);flex:0 0 auto}.khcd-title{margin:0;font-family:var(--font-body-family,"Assistant",sans-serif);font-size:24px;font-weight:400;color:var(--khcd-text);letter-spacing:.6px}.khcd-close{border:0;background:#f4f4f4;color:var(--khcd-text);width:30px;height:30px;border-radius:0;cursor:pointer;flex:0 0 auto;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.khcd-close:hover{background:#e8e8e8}.khcd-reward{padding:18px 30px 16px;flex:0 0 auto}.khcd-reward-msg{font-size:15px;line-height:1.4;color:var(--khcd-text);text-align:center;margin:0 0 10px;font-weight:400}.khcd-reward-msg b{font-weight:700}.khcd-bar-bg{height:10px;background:var(--khcd-track);border-radius:16px;overflow:hidden}.khcd-bar-fg{height:10px;background:var(--khcd-ship);border-radius:0;width:0;transition:width .5s cubic-bezier(.4,0,.2,1)}.khcd-bar-bg>.khcd-bar-fg,.khcd-lowstock-track>.khcd-lowstock-fill{display:block}.khcd-body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.khcd-item{display:flex;gap:14px;padding:20px 30px;border-bottom:1px solid var(--khcd-line)}.khcd-item-img{flex:0 0 88px;width:88px;height:88px;overflow:hidden;background:#f6f6f6;display:block}.khcd-item-img img{width:100%;height:100%;object-fit:cover;display:block}.khcd-item-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.khcd-item-titlerow{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.khcd-item-title{font-size:15px;font-weight:400;color:var(--khcd-text);line-height:1.3}.khcd-remove{border:0;background:none;color:#9a9a9a;cursor:pointer;padding:0;flex:0 0 auto;line-height:0;transition:color .2s ease}.khcd-remove:hover{color:var(--khcd-coral)}.khcd-item-variant{font-size:14px;color:var(--khcd-muted);margin-top:3px;line-height:1.3}.khcd-item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px}.khcd-qty{display:flex;align-items:center}.khcd-qty button{border:1px solid var(--khcd-qty-border);background:#fff;color:#bdbdbd;width:30px;height:30px;font-size:15px;cursor:pointer;line-height:1;border-radius:0;display:flex;align-items:center;justify-content:center;transition:color .15s ease,border-color .15s ease}.khcd-qty button:hover{color:var(--khcd-text);border-color:#bdbdbd}.khcd-qty-val{min-width:45px;height:30px;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--khcd-qty-border);border-bottom:1px solid var(--khcd-qty-border);font-size:14px;font-weight:400;color:var(--khcd-text)}.khcd-item-price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:1px;white-space:nowrap}.khcd-price-compare{font-size:13px;color:#9a9a9a;text-decoration:line-through}.khcd-price-final{font-size:15px;font-weight:500;color:var(--khcd-text)}.khcd-empty{text-align:center;padding:70px 30px;color:var(--khcd-muted);display:flex;flex-direction:column;align-items:center;gap:14px}.khcd-empty svg{color:#d8d8d8}.khcd-empty p{margin:0;font-size:16px;font-weight:400;color:var(--khcd-text)}.khcd-empty a{color:#fff;background:var(--khcd-blue);text-decoration:none;padding:12px 26px;font-size:15px;font-weight:600;letter-spacing:.6px;transition:background .2s ease}.khcd-empty a:hover{background:var(--khcd-blue-deep)}.khcd-upsell{padding:24px 30px 8px;border-top:1px solid var(--khcd-line)}.khcd-upsell.is-hidden{display:none}.khcd-upsell-title{font-size:18px;font-weight:600;text-align:center;color:var(--khcd-text);margin:0 0 16px}.khcd-upsell-carousel{position:relative}.khcd-upsell-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;-ms-overflow-style:none;scrollbar-width:none}.khcd-upsell-track::-webkit-scrollbar{display:none}.khcd-upsell-card{flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;gap:14px;background:var(--khcd-upsell-bg);padding:14px}.khcd-upsell-img{flex:0 0 84px;width:84px;height:84px;overflow:hidden;background:#fff}.khcd-upsell-img img{width:100%;height:100%;object-fit:cover;display:block}.khcd-upsell-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.khcd-upsell-name{font-size:14px;font-weight:600;color:var(--khcd-text);line-height:1.25}.khcd-upsell-price{font-size:14px;font-weight:500;color:var(--khcd-text)}.khcd-upsell-row{display:flex;align-items:center;gap:8px}.khcd-upsell-select{flex:1 1 auto;min-width:0;height:32px;border:1px solid var(--khcd-qty-border);border-radius:0;background:#fff;font-size:13px;color:var(--khcd-text);padding:0 6px;font-family:inherit}.khcd-upsell-add{flex:0 0 auto;border:0;cursor:pointer;background:var(--khcd-blue);color:#fff;border-radius:0;font-size:13px;font-weight:600;padding:8px 18px;letter-spacing:.3px;transition:background .2s ease}.khcd-upsell-add:hover{background:var(--khcd-blue-deep)}.khcd-upsell-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:30px;height:30px;border-radius:50%;border:0;background:#fff;box-shadow:0 1px 6px #0000002e;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--khcd-text)}.khcd-upsell-arrow[disabled]{opacity:0;pointer-events:none}.khcd-upsell-prev{left:-8px}.khcd-upsell-next{right:-8px}.khcd-lowstock{padding:18px 30px 6px;flex:0 0 auto}.khcd-lowstock.is-hidden{display:none}.khcd-lowstock-msg{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:400;color:#121212bf;margin:0 0 8px}.khcd-lowstock-msg svg{flex:0 0 auto;color:var(--khcd-blue)}.khcd-lowstock-track{height:12px;background:var(--khcd-track2);border-radius:100px;overflow:hidden}.khcd-lowstock-fill{height:12px;background:var(--khcd-coral);border-radius:100px;width:12%}.khcd-footer{flex:0 0 auto;padding:18px 30px 26px;background:#fff}.khcd-footer.is-hidden{display:none}.khcd-checkout{width:100%;border:0;cursor:pointer;border-radius:0;background:var(--khcd-blue);color:#fff;padding:14px;font-family:var(--font-body-family,"Assistant",sans-serif);font-size:15px;font-weight:600;letter-spacing:.6px;display:flex;align-items:center;justify-content:center;gap:7px;transition:background .2s ease}.khcd-checkout:hover{background:var(--khcd-blue-deep)}@media screen and (max-width:480px){.khcd{--khcd-width:100vw}.khcd-header{padding:22px 20px}.khcd-reward,.khcd-item,.khcd-upsell,.khcd-lowstock,.khcd-footer{padding-left:20px;padding-right:20px}.khcd-title{font-size:22px}}.khcd-qty button,.khcd-remove,.khcd-close,.khcd-checkout,.khcd-upsell-add,.khcd-upsell-arrow,.khcd-empty a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.khcd-qty button:active{background:#e8e8e8}.khcd-close:active{background:#ddd}.khcd-checkout:active{opacity:.85}.khcd-upsell-add:active{opacity:.8}.khcd-item--removing{opacity:.35;pointer-events:none;transition:opacity .15s ease}.khcd.is-adding .khcd-items{opacity:.55;transition:opacity .15s ease}
/*# sourceMappingURL=/cdn/shop/t/18/assets/kh-cart-drawer.css.map */
