.ks-cart{--ks-cart-font: "Switzer", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--ks-cart-dark: #1b1c20;--ks-cart-dark-2: rgba(27, 28, 32, .6);--ks-cart-dark-3: rgba(27, 28, 32, .4);--ks-cart-grey: #f5f5f7;--ks-cart-thumb-bg: #f3f3f3;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;visibility:hidden;pointer-events:none;font-family:var(--ks-cart-font)}.ks-cart.is-open{visibility:visible;pointer-events:auto}.ks-cart *,.ks-cart *:before,.ks-cart *:after{box-sizing:border-box}.ks-cart__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0e0d66;opacity:0;transition:opacity .32s ease}.ks-cart.is-open .ks-cart__backdrop{opacity:1}.ks-cart__panel{position:absolute;top:16px;right:16px;bottom:16px;width:456px;max-width:calc(100vw - 32px);display:flex;flex-direction:column;padding:20px;background:#fff;border-radius:24px;box-shadow:0 24px 60px #0000002e,0 4px 16px #00000014;transform:translate(calc(100% + 24px));transition:transform .36s cubic-bezier(.32,.72,0,1);overflow:hidden}.ks-cart.is-open .ks-cart__panel{transform:translate(0)}@media(prefers-reduced-motion:reduce){.ks-cart__panel,.ks-cart__backdrop{transition:none}}.ks-cart__header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;margin-bottom:24px}.ks-cart__title{margin:0;font-size:20px;font-weight:500;line-height:1.1;color:var(--ks-cart-dark)}.ks-cart__close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:none;color:var(--ks-cart-dark);cursor:pointer;transition:opacity .2s ease}.ks-cart__close:hover{opacity:.6}.ks-cart__error{flex-shrink:0;margin-bottom:16px;padding:12px 14px;border-radius:12px;background:#d9302514;color:#b3261e;font-size:13px;font-weight:500;line-height:1.35}.ks-cart__error[hidden]{display:none}.ks-cart__body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.ks-cart__items{flex:1 1 auto;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.ks-cart__item{display:flex;gap:16px;align-items:stretch;padding:24px 0;border-bottom:1px solid var(--ks-cart-grey)}.ks-cart__item:first-child{padding-top:0}.ks-cart__thumb{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:8px;background:var(--ks-cart-thumb-bg);overflow:hidden}.ks-cart__thumb img{width:100%;height:100%;object-fit:contain}.ks-cart__info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.ks-cart__top{display:flex;align-items:flex-start;gap:8px}.ks-cart__titlewrap{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.ks-cart__name{font-size:16px;font-weight:500;line-height:1.5;color:var(--ks-cart-dark);text-decoration:none}.ks-cart__name:hover{text-decoration:underline}.ks-cart__subtitle{margin:0;font-size:12px;font-weight:400;line-height:1.3;color:var(--ks-cart-dark-2)}.ks-cart__remove{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:0;background:none;color:var(--ks-cart-dark-2);cursor:pointer;transition:color .2s ease}.ks-cart__remove:hover{color:var(--ks-cart-dark)}.ks-cart__pricerow{display:flex;align-items:center;justify-content:space-between;gap:12px}.ks-cart__price{display:flex;align-items:baseline;gap:4px;margin:0;flex-wrap:wrap}.ks-cart__amount{font-size:20px;font-weight:500;line-height:1.1;color:#000}.ks-cart__suffix{font-size:14px;font-weight:400;line-height:1;color:var(--ks-cart-dark-2)}.ks-cart__compare{font-size:14px;font-weight:400;line-height:1;text-decoration:line-through;color:var(--ks-cart-dark-3)}.ks-cart__qty{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.ks-cart__qty-btn{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:0;background:none;color:var(--ks-cart-dark);cursor:pointer;transition:opacity .2s ease}.ks-cart__qty-btn:hover{opacity:.6}.ks-cart__qty-btn[data-ks-min=true]{opacity:.35}.ks-cart__qty-num{min-width:12px;font-size:16px;font-weight:400;line-height:1.1;text-align:center;color:var(--ks-cart-dark)}.ks-cart__footer{flex-shrink:0;padding-top:20px}.ks-cart__form{display:flex;flex-direction:column;gap:20px;margin:0}.ks-cart__subtotal{display:flex;flex-direction:column;gap:4px}.ks-cart__subtotal-row{display:flex;align-items:center;justify-content:space-between}.ks-cart__subtotal-label{font-size:20px;font-weight:500;line-height:1.1;color:var(--ks-cart-dark)}.ks-cart__subtotal-amount{font-size:24px;font-weight:600;line-height:1.1;color:#000}.ks-cart__subtotal-note{margin:0;font-size:12px;font-weight:400;line-height:1.2;color:var(--ks-cart-dark-3)}.ks-cart__checkout{display:flex;align-items:center;justify-content:center;width:100%;height:56px;padding:0 32px;border:0;border-radius:50px;background:#20232f;color:#fff;font-family:var(--ks-cart-font);font-size:16px;font-weight:500;line-height:1.4;cursor:pointer;transition:background .2s ease,opacity .2s ease}.ks-cart__checkout:hover{background:#0b0e0d}.ks-cart__hsa{display:flex;align-items:center;justify-content:center;gap:4px;margin:0;font-size:12px;font-weight:500;line-height:1;color:var(--ks-cart-dark)}.ks-cart__hsa svg{flex-shrink:0}.ks-cart__tail{flex-shrink:0;display:flex;flex-direction:column;gap:20px;padding-top:20px}.ks-cart__tail[hidden]{display:none}.ks-cart__express{width:100%;--shopify-accelerated-checkout-button-inline-size: 50px;--shopify-accelerated-checkout-button-block-size: 42px;--shopify-accelerated-checkout-inline-alignment: center;--shopify-accelerated-checkout-row-gap: 8px;--shopify-accelerated-checkout-button-border-radius: 4px}.ks-cart__express shopify-accelerated-checkout,.ks-cart__express shopify-accelerated-checkout-cart,.ks-cart__express [data-shopify=dynamic-checkout-cart]{display:block;width:100%;--shopify-accelerated-checkout-button-inline-size: 50px;--shopify-accelerated-checkout-button-block-size: 42px;--shopify-accelerated-checkout-inline-alignment: center;--shopify-accelerated-checkout-row-gap: 8px;--shopify-accelerated-checkout-button-border-radius: 4px}.ks-cart__empty{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:40px 20px}.ks-cart__empty-title{margin:0;font-size:20px;font-weight:500;color:var(--ks-cart-dark)}.ks-cart__empty-note{margin:0 0 12px;font-size:14px;font-weight:400;color:var(--ks-cart-dark-2)}.ks-cart__empty-cta{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 28px;border-radius:50px;background:#20232f;color:#fff;font-size:15px;font-weight:500;text-decoration:none;transition:background .2s ease}.ks-cart__empty-cta:hover,.ks-cart__empty-cta:focus,.ks-cart__empty-cta:active,.ks-cart__empty-cta:visited{color:#fff;text-decoration:none}.ks-cart[data-ks-cart-loading=true] .ks-cart__body{opacity:.55;pointer-events:none;transition:opacity .15s ease}@media(max-width:520px){.ks-cart__panel{top:8px;right:8px;bottom:8px;left:8px;width:auto;max-width:none;padding:16px;border-radius:20px}.ks-cart__thumb{width:84px;height:84px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/keyspan-ai-v2-cart-drawer.css.map */
