/* 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}}

/* v1.9.2 exact cart placement */
.header-top .ltk-header-cart,.top-bar .ltk-header-cart,[class*="topbar"] .ltk-header-cart{display:none!important}
.life-travels-header--style2 .life-travels-header__actions>.ltk-header-cart,.header-layout11 .header-button--style6-actions>.ltk-header-cart,.header-layout11 .life-travels-header__actions--style6-mobile>.ltk-header-cart{display:inline-flex!important;position:relative!important;flex:0 0 auto!important;order:initial!important;margin:0!important}
.life-travels-header--style2 .life-travels-header__actions>.ltk-header-cart,.header-layout11 .header-button--style6-actions>.ltk-header-cart{width:52px;height:52px;min-width:52px}
.header-layout11 .life-travels-header__actions--style6-mobile>.ltk-header-cart{width:44px;height:44px;min-width:44px}
@media(max-width:1199px){.life-travels-header--style2 .life-travels-header__actions>.ltk-header-cart,.header-layout11 .life-travels-header__actions--style6-mobile>.ltk-header-cart{display:inline-flex!important;width:44px!important;height:44px!important;min-width:44px!important}}
@media(max-width:575px){.life-travels-header--style2 .life-travels-header__actions,.header-layout11 .life-travels-header__actions--style6-mobile{gap:8px!important}.life-travels-header--style2 .life-travels-header__actions>.ltk-header-cart,.header-layout11 .life-travels-header__actions--style6-mobile>.ltk-header-cart{width:40px!important;height:40px!important;min-width:40px!important}}


/* v1.9.3 global-cart performance */
.ltk-side-cart__overlay {
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
}

@media (max-width: 1024px) {
	.ltk-side-cart,
	.ltk-side-cart *,
	.ltk-cart-toast,
	.ltk-cart-toast * {
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}
}


/* v88: Header Styles 02/06 visibility controls */
.ltk-header-visibility-hidden{display:none!important}
body.ltk-hide-header-add-listing .life-travels-header--style2 .life-travels-header__add-listing,
body.ltk-hide-header-add-listing .life-travels-header--style2 .life-travels-header__add-listing-btn,
body.ltk-hide-header-add-listing .life-travels-header--style2 [class*="add-listing"],
body.ltk-hide-header-add-listing .header-layout11 .life-travels-header__add-listing,
body.ltk-hide-header-add-listing .header-layout11 .life-travels-header__add-listing-btn,
body.ltk-hide-header-add-listing .header-layout11 [class*="add-listing"]{display:none!important}
body.ltk-hide-header-user-access .life-travels-header__user-btn,
body.ltk-hide-header-user-access .life-travels-header__user-btn--style6-desktop,
body.ltk-hide-header-user-access .life-travels-header__user-btn--style6,
body.ltk-hide-header-user-access .header-layout11 [class*="user-btn"]{display:none!important}


/* ==========================================================
   v101 — unified WooCommerce wishlist
   ========================================================== */
.ltk-woo-product-card__media-wrap,
.ltfp-card__media-wrap,
.ltk-woo-quick-view__main-image,
.ltk-woo-single__main-image{
	position:relative;
}
.ltk-wishlist-button{
	position:absolute;
	z-index:8;
	left:14px;
	bottom:14px;
	width:42px;
	height:42px;
	margin:0;
	padding:0;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(14,165,233,.19);
	border-radius:50%;
	background:rgba(255,255,255,.91);
	color:#17324a;
	box-shadow:0 12px 28px rgba(10,54,90,.14);
	backdrop-filter:blur(14px);
	-webkit-backdrop-filter:blur(14px);
	cursor:pointer;
	-webkit-tap-highlight-color:transparent;
	touch-action:manipulation;
	transition:
		transform .2s ease,
		background .2s ease,
		color .2s ease,
		border-color .2s ease,
		box-shadow .2s ease;
}
.ltk-wishlist-button:hover{
	transform:translateY(-2px) scale(1.03);
	border-color:rgba(239,68,68,.25);
	color:#ef4444;
	box-shadow:0 15px 34px rgba(239,68,68,.17)
}
.ltk-wishlist-button:focus-visible{
	outline:3px solid rgba(14,165,233,.24);
	outline-offset:3px
}
.ltk-wishlist-button>span{
	display:inline-flex;
	align-items:center;
	justify-content:center
}
.ltk-wishlist-button svg{
	width:19px;
	height:19px;
	fill:transparent;
	stroke:currentColor;
	stroke-width:1.75;
	stroke-linecap:round;
	stroke-linejoin:round;
	transition:fill .2s ease,transform .2s ease
}
.ltk-wishlist-button.is-active{
	border-color:rgba(239,68,68,.21);
	background:#fff;
	color:#ef4444;
	box-shadow:0 14px 32px rgba(239,68,68,.19)
}
.ltk-wishlist-button.is-active svg{
	fill:currentColor;
	transform:scale(1.05)
}
.ltk-wishlist-button.is-busy{
	opacity:.6;
	pointer-events:none
}
.ltk-woo-product-card__wishlist,
.ltfp-card__wishlist{
	left:14px;
	bottom:14px
}
.ltk-woo-quick-view__wishlist{
	left:18px;
	bottom:18px
}
.ltk-woo-single__wishlist{
	left:20px;
	bottom:20px
}
.ltk-wishlist-toast{
	position:fixed;
	z-index:1000003;
	right:24px;
	bottom:24px;
	width:min(390px,calc(100vw - 28px));
	min-height:82px;
	padding:15px 16px;
	display:grid;
	grid-template-columns:auto minmax(0,1fr) auto;
	align-items:center;
	gap:12px;
	border:1px solid rgba(255,255,255,.78);
	border-radius:21px;
	background:rgba(255,255,255,.94);
	color:#071326;
	box-shadow:0 24px 65px rgba(6,30,50,.22);
	backdrop-filter:blur(22px) saturate(1.2);
	-webkit-backdrop-filter:blur(22px) saturate(1.2);
	opacity:0;
	visibility:hidden;
	transform:translate3d(0,22px,0);
	transition:opacity .24s ease,visibility .24s ease,transform .24s ease
}
.ltk-wishlist-toast.is-visible{
	opacity:1;
	visibility:visible;
	transform:translate3d(0,0,0)
}
.ltk-wishlist-toast__icon{
	width:47px;
	height:47px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:15px;
	background:linear-gradient(135deg,rgba(239,68,68,.15),rgba(244,63,94,.07));
	color:#ef4444
}
.ltk-wishlist-toast__icon svg{
	width:22px;
	height:22px;
	fill:currentColor;
	stroke:currentColor;
	stroke-width:1.65;
	stroke-linecap:round;
	stroke-linejoin:round
}
.ltk-wishlist-toast strong,
.ltk-wishlist-toast small{
	display:block
}
.ltk-wishlist-toast strong{
	color:#071326;
	font-size:13px;
	line-height:1.3;
	font-weight:750
}
.ltk-wishlist-toast small{
	margin-top:5px;
	color:#64748b;
	font-size:10px;
	line-height:1.45
}
.ltk-wishlist-toast button{
	width:31px;
	height:31px;
	padding:0;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:0;
	border-radius:10px;
	background:#eef3f7;
	color:#6b7b8b;
	font-size:20px;
	line-height:1;
	cursor:pointer
}
@media(max-width:767px){
	.ltk-wishlist-button{
		left:9px;
		bottom:9px;
		width:36px;
		height:36px
	}
	.ltk-wishlist-button svg{
		width:16px;
		height:16px
	}
	.ltk-woo-quick-view__wishlist,
	.ltk-woo-single__wishlist{
		left:12px;
		bottom:12px
	}
	.ltk-wishlist-toast{
		right:14px;
		bottom:18px;
		min-height:74px;
		padding:12px;
		border-radius:18px
	}
	.ltk-wishlist-toast__icon{
		width:42px;
		height:42px
	}
}

/* v2.26.8 — keep side-cart backdrop stable on hover/focus and keep zero counts visible. */
.ltk-side-cart__overlay,
.ltk-side-cart__overlay:hover,
.ltk-side-cart__overlay:focus,
.ltk-side-cart__overlay:active{
  background:rgba(3,10,24,.58)!important;
  background-color:rgba(3,10,24,.58)!important;
  background-image:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  outline:0!important;
  filter:none!important;
  color:transparent!important;
}
.ltk-header-cart-count.ltk-theme-header__woo-count[data-count="0"]{display:inline-flex!important}
