/* Life Travels global Woo header cart and side cart */
:root{--ltk-cart-accent:#0ea5e9;--ltk-cart-accent-dark:#0284c7;--ltk-cart-ink:#0b1930;--ltk-cart-muted:#728096;--ltk-cart-border:rgba(14,165,233,.18)}
.ltk-header-cart{position:relative;width:48px;height:48px;min-width:48px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#0ea5e9;color:#fff;box-shadow:0 12px 30px rgba(14,165,233,.25);cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.ltk-header-cart:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 16px 36px rgba(14,165,233,.32)}
.ltk-header-cart svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ltk-header-cart-count{position:absolute;right:-3px;top:-5px;min-width:20px;height:20px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:999px;background:#ef4444;color:#fff;font-size:9px;line-height:1;font-weight:700}
.ltk-header-cart-count:empty,.ltk-header-cart-count[data-count="0"]{display:none}
.added_to_cart.wc-forward,.ltk-woo-product-card .added_to_cart.wc-forward,.ltk-woo-single .added_to_cart.wc-forward{display:none!important}
body.ltk-side-cart-open{overflow:hidden!important}
.ltk-side-cart{position:fixed;inset:0;z-index:10000000;visibility:hidden;pointer-events:none}
.ltk-side-cart.is-open{visibility:visible;pointer-events:auto}
.ltk-side-cart__overlay{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(3,10,24,.58);opacity:0;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:opacity .28s ease;cursor:pointer}
.ltk-side-cart.is-open .ltk-side-cart__overlay{opacity:1}
.ltk-side-cart__panel{position:absolute;right:0;top:0;width:min(470px,100%);height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,#f8fdff,#fff 35%);box-shadow:-28px 0 80px rgba(5,27,54,.22);transform:translateX(104%);transition:transform .32s cubic-bezier(.22,.8,.25,1);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ltk-cart-ink)}
.ltk-side-cart.is-open .ltk-side-cart__panel{transform:translateX(0)}
.ltk-side-cart__header{padding:26px 28px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--ltk-cart-border);background:linear-gradient(135deg,rgba(14,165,233,.08),rgba(255,255,255,.9))}
.ltk-side-cart__header>div>span{display:block;margin-bottom:4px;color:#0ea5e9;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.ltk-side-cart__header h2{margin:0;color:var(--ltk-cart-ink);font-size:27px;line-height:1.1;font-weight:500;letter-spacing:-.04em}
.ltk-side-cart__header h2 em{color:var(--ltk-muted);font-size:.55em;font-style:normal;font-weight:500}
.ltk-side-cart__header>button{width:44px;height:44px;padding:0;border:1px solid var(--ltk-cart-border);border-radius:14px;background:#fff;color:var(--ltk-cart-ink);font-size:25px;line-height:1;box-shadow:0 10px 24px rgba(5,27,54,.08);cursor:pointer}
.ltk-side-cart__body{min-height:0;flex:1;display:flex;flex-direction:column}
.ltk-side-cart__items{min-height:0;flex:1;overflow-y:auto;padding:18px 22px;display:grid;align-content:start;gap:13px;scrollbar-width:thin;scrollbar-color:rgba(14,165,233,.25) transparent}
.ltk-side-cart__item{padding:14px;display:grid;grid-template-columns:86px minmax(0,1fr);gap:14px;border:1px solid var(--ltk-cart-border);border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 12px 30px rgba(5,27,54,.055)}
.ltk-side-cart__image{width:86px;height:92px;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:15px;background:#f3f9fd}
.ltk-side-cart__image img{width:100%;height:100%;display:block;object-fit:contain;padding:0!important}
.ltk-side-cart__item-info{min-width:0;display:flex;flex-direction:column}
.ltk-side-cart__item-head{display:grid;grid-template-columns:minmax(0,1fr) 32px;gap:8px;align-items:start}
.ltk-side-cart__name{display:-webkit-box;overflow:hidden;color:var(--ltk-cart-ink);font-size:14px;line-height:1.35;font-weight:700;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.ltk-side-cart__remove{width:32px;height:32px;padding:0;border:1px solid rgba(114,128,150,.16);border-radius:10px;background:#fff;color:#9aa6b8;font-size:20px;cursor:pointer}
.ltk-side-cart__remove:hover{border-color:rgba(239,68,68,.2);background:#fff3f3;color:#ef4444}
.ltk-side-cart__item .variation{margin:6px 0 0;color:var(--ltk-cart-muted);font-size:10px}
.ltk-side-cart__item .variation dt,.ltk-side-cart__item .variation dd{display:inline;float:none;margin:0 4px 0 0}
.ltk-side-cart__item-bottom{margin-top:auto;padding-top:11px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.ltk-side-cart__item-bottom>strong{color:var(--ltk-cart-ink);font-size:14px;font-weight:700}
.ltk-side-cart__qty{width:114px;height:38px;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;border:1px solid rgba(114,128,150,.22);border-radius:12px;background:#fff;overflow:hidden}
.ltk-side-cart__qty button{width:36px;height:100%;padding:0;border:0;background:transparent;color:var(--ltk-cart-ink);font-size:17px;cursor:pointer}
.ltk-side-cart__qty button:hover{background:rgba(14,165,233,.08);color:#0ea5e9}
.ltk-side-cart__qty span{text-align:center;color:var(--ltk-cart-ink);font-size:12px;font-weight:700}
.ltk-side-cart__summary{padding:22px 28px 26px;border-top:1px solid var(--ltk-cart-border);background:#fff;box-shadow:0 -16px 38px rgba(5,27,54,.055)}
.ltk-side-cart__subtotal{display:flex;align-items:center;justify-content:space-between;gap:16px}
.ltk-side-cart__subtotal span{color:var(--ltk-cart-ink);font-size:15px;font-weight:700}
.ltk-side-cart__subtotal strong{color:var(--ltk-cart-ink);font-size:23px;font-weight:700}
.ltk-side-cart__summary>p{margin:9px 0 18px;color:var(--ltk-cart-muted);font-size:11px}
.ltk-side-cart__buttons{display:grid;grid-template-columns:.85fr 1.25fr;gap:10px}
.ltk-side-cart__buttons a{min-height:52px;padding:13px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;font-size:13px;font-weight:700;text-decoration:none}
.ltk-side-cart__view{border:1px solid #0ea5e9;background:#fff;color:#0ea5e9}
.ltk-side-cart__checkout{border:1px solid #0ea5e9;background:#0ea5e9;color:#fff;box-shadow:0 14px 30px rgba(14,165,233,.24)}
.ltk-side-cart__checkout:hover{background:#0284c7;color:#fff}
.ltk-side-cart__checkout svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ltk-side-cart__empty{margin:auto;padding:45px 30px;text-align:center}
.ltk-side-cart__empty-icon{width:68px;height:68px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:22px;background:rgba(14,165,233,.09);color:#0ea5e9}
.ltk-side-cart__empty-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7}
.ltk-side-cart__empty h3{margin:0;color:var(--ltk-cart-ink);font-size:23px;font-weight:500}
.ltk-side-cart__empty p{margin:9px 0 20px;color:var(--ltk-cart-muted);font-size:13px}
.ltk-side-cart__empty a{min-height:46px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#0ea5e9;color:#fff;font-size:12px;font-weight:700;text-decoration:none}
.ltk-cart-toast{position:fixed;right:24px;bottom:24px;z-index:10000001;width:min(390px,calc(100vw - 30px));padding:15px 16px;display:grid;grid-template-columns:43px minmax(0,1fr) 30px;align-items:center;gap:12px;border:1px solid rgba(14,165,233,.2);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 24px 60px rgba(5,27,54,.18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(18px);transition:opacity .24s ease,transform .24s ease,visibility .24s ease;font-family:Inter,system-ui,sans-serif}
.ltk-cart-toast.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.ltk-cart-toast__icon{width:43px;height:43px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:rgba(14,165,233,.1);color:#0ea5e9}
.ltk-cart-toast__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ltk-cart-toast>div{min-width:0;display:grid;gap:3px}
.ltk-cart-toast strong{color:var(--ltk-cart-ink);font-size:13px;font-weight:700}
.ltk-cart-toast small{overflow:hidden;color:var(--ltk-cart-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.ltk-cart-toast>button{width:30px;height:30px;padding:0;border:0;border-radius:9px;background:rgba(114,128,150,.08);color:var(--ltk-cart-muted);font-size:18px;cursor:pointer}
@media(max-width:767px){.ltk-header-cart{width:44px;height:44px;min-width:44px}.ltk-side-cart__panel{width:100%}.ltk-side-cart__header{padding:21px 18px 18px}.ltk-side-cart__items{padding:14px}.ltk-side-cart__item{grid-template-columns:76px minmax(0,1fr);padding:12px}.ltk-side-cart__image{width:76px;height:84px}.ltk-side-cart__summary{padding:20px 18px max(22px,env(safe-area-inset-bottom))}.ltk-side-cart__buttons{grid-template-columns:1fr 1.35fr}.ltk-cart-toast{right:15px;bottom:15px}}
