/* =========================================================
   Life Travels WooCommerce Pro Widgets
   Scoped, responsive and performance-focused
   ========================================================= */

.ltk-woo-shop,
.ltk-woo-single,
.ltk-woo-page {
	--ltk-bg: #f5f9fd;
	--ltk-surface: #ffffff;
	--ltk-glass: rgba(255,255,255,.84);
	--ltk-input: #f7fbff;
	--ltk-border: rgba(14,165,233,.16);
	--ltk-accent: #0ea5e9;
	--ltk-accent-2: #2563eb;
	--ltk-accent-hover: #0284c7;
	--ltk-ink: #071326;
	--ltk-muted: #68758a;
	--ltk-blur: 22px;
	--ltk-shadow-sm: 0 12px 34px rgba(8,45,78,.07);
	--ltk-shadow-md: 0 24px 70px rgba(8,45,78,.10);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: var(--ltk-ink);
	background: var(--ltk-bg);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ltk-woo-shop *,
.ltk-woo-single *,
.ltk-woo-page * {
	box-sizing: border-box;
}

.ltk-woo-shop svg,
.ltk-woo-single svg,
.ltk-woo-page svg {
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ltk-woo-shop a,
.ltk-woo-single a,
.ltk-woo-page a {
	text-decoration: none;
}

.ltk-woo-shop button,
.ltk-woo-single button,
.ltk-woo-page button,
.ltk-woo-shop input,
.ltk-woo-single input,
.ltk-woo-page input,
.ltk-woo-shop select,
.ltk-woo-single select,
.ltk-woo-page select,
.ltk-woo-shop textarea,
.ltk-woo-single textarea,
.ltk-woo-page textarea {
	font: inherit;
}

.ltk-woo-shop__inner,
.ltk-woo-single__inner,
.ltk-woo-page__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
}

.ltk-woo-admin-notice {
	padding: 18px 20px;
	border: 1px solid #ffd18a;
	border-radius: 18px;
	background: #fff8e9;
	color: #8a5700;
}

/* ambient background */
.ltk-woo-shop__ambient,
.ltk-woo-single__ambient,
.ltk-woo-page__ambient {
	position: absolute;
	z-index: 0;
	border-radius: 999px;
	filter: blur(2px);
	pointer-events: none;
	opacity: .7;
}

.ltk-woo-shop__ambient--one,
.ltk-woo-single__ambient--one,
.ltk-woo-page__ambient {
	width: 480px;
	height: 480px;
	left: -240px;
	top: -250px;
	background: radial-gradient(circle, rgba(14,165,233,.16), rgba(14,165,233,0) 68%);
}

.ltk-woo-shop__ambient--two {
	width: 520px;
	height: 520px;
	right: -280px;
	bottom: -260px;
	background: radial-gradient(circle, rgba(37,99,235,.12), rgba(37,99,235,0) 68%);
}

/* shared heading */
.ltk-woo-shop__head,
.ltk-woo-page__head {
	position: relative;
	max-width: 820px;
	margin: 0 0 46px;
}

.ltk-woo-shop__badge,
.ltk-woo-page__badge,
.ltk-woo-single__category,
.ltk-woo-quick-view__category {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 8px 14px;
	border: 1px solid rgba(14,165,233,.15);
	border-radius: 999px;
	background: rgba(14,165,233,.09);
	color: var(--ltk-accent);
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ltk-woo-shop__title,
.ltk-woo-page__title {
	margin: 15px 0 0;
	color: var(--ltk-ink);
	font-size: clamp(38px, 4.4vw, 64px);
	line-height: 1.02;
	font-weight: 500;
	letter-spacing: -.05em;
}

.ltk-woo-shop__description,
.ltk-woo-page__description {
	max-width: 720px;
	margin: 18px 0 0;
	color: var(--ltk-muted);
	font-size: 16px;
	line-height: 1.75;
}

/* =========================================================
   SHOP
   ========================================================= */

.ltk-woo-shop__layout {
	display: grid;
	grid-template-columns: var(--ltk-filter-width, 310px) minmax(0, 1fr);
	align-items: start;
}

.ltk-woo-shop.is-topbar .ltk-woo-shop__layout {
	display: block;
}

.ltk-woo-shop.is-topbar .ltk-woo-shop__filters {
	width: 100%;
	margin-bottom: 26px;
}

.ltk-woo-shop.is-topbar .ltk-woo-shop__filters-inner {
	position: relative;
	top: auto;
}

.ltk-woo-shop.is-topbar .ltk-woo-shop__filter-scroll {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.ltk-woo-shop.is-topbar .ltk-woo-filter-group,
.ltk-woo-shop.is-topbar .ltk-woo-switch-row {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.ltk-woo-shop__filters {
	width: var(--ltk-filter-width, 310px);
	min-width: 0;
}

.ltk-woo-shop__filters-inner {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--ltk-border);
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-md);
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

.ltk-woo-shop.has-sticky-filter.is-sidebar .ltk-woo-shop__filters-inner {
	position: sticky;
	top: var(--ltk-filter-top, 110px);
	max-height: calc(100vh - var(--ltk-filter-top, 110px) - 24px);
	display: flex;
	flex-direction: column;
}

.ltk-woo-shop__filters-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--ltk-border);
}

.ltk-woo-shop__filters-head > div > span {
	display: block;
	margin-bottom: 4px;
	color: var(--ltk-accent);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ltk-woo-shop__filters-head h3 {
	margin: 0;
	color: var(--ltk-ink);
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -.03em;
}

.ltk-woo-shop__filters-head > button {
	display: none;
	width: 40px;
	height: 40px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ltk-border);
	border-radius: 50%;
	background: var(--ltk-surface);
	color: var(--ltk-ink);
	cursor: pointer;
}

.ltk-woo-shop__filter-scroll {
	min-height: 0;
	overflow-y: auto;
	padding-right: 4px;
	scrollbar-width: thin;
	scrollbar-color: rgba(14,165,233,.25) transparent;
}

.ltk-woo-shop__filter-scroll::-webkit-scrollbar {
	width: 5px;
}

.ltk-woo-shop__filter-scroll::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(14,165,233,.25);
}

.ltk-woo-filter-group {
	padding: 22px 0;
	border-bottom: 1px solid var(--ltk-border);
}

.ltk-woo-filter-group__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.ltk-woo-filter-group__heading button {
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(14,165,233,.08);
	color: var(--ltk-accent);
	cursor: pointer;
}

.ltk-woo-filter-group__title {
	display: block;
	margin: 0 0 11px;
	color: var(--ltk-ink);
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
}

.ltk-woo-filter-group__heading .ltk-woo-filter-group__title {
	margin: 0;
}

.ltk-woo-filter-group__content {
	margin-top: 14px;
	overflow: hidden;
	transition: max-height .25s ease, opacity .2s ease, margin .2s ease;
}

.ltk-woo-filter-group.is-collapsed .ltk-woo-filter-group__content {
	max-height: 0 !important;
	margin-top: 0;
	opacity: 0;
}

.ltk-woo-search-field {
	position: relative;
}

.ltk-woo-search-field > svg {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	color: var(--ltk-muted);
	pointer-events: none;
}

.ltk-woo-search-field input,
.ltk-woo-shop__filters-inner input[type="number"],
.ltk-woo-shop__filters-inner select,
.ltk-woo-sort select {
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid var(--ltk-border);
	border-radius: 14px;
	outline: 0;
	background: var(--ltk-input);
	color: var(--ltk-ink);
	box-shadow: none;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ltk-woo-search-field input {
	padding-left: 42px;
}

.ltk-woo-search-field input:focus,
.ltk-woo-shop__filters-inner input:focus,
.ltk-woo-shop__filters-inner select:focus,
.ltk-woo-sort select:focus {
	border-color: var(--ltk-accent);
	background: var(--ltk-surface);
	box-shadow: 0 0 0 4px rgba(14,165,233,.11);
}

.ltk-woo-check-list {
	display: grid;
	gap: 10px;
}

.ltk-woo-check-row {
	display: grid;
	grid-template-columns: 22px minmax(0,1fr) auto;
	align-items: center;
	gap: 10px;
	color: var(--ltk-muted);
	font-size: 13px;
	cursor: pointer;
}

.ltk-woo-check-row input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.ltk-woo-check-row__box {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ltk-border);
	border-radius: 7px;
	background: var(--ltk-input);
	color: transparent;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.ltk-woo-check-row__box svg {
	width: 13px;
	height: 13px;
}

.ltk-woo-check-row input:checked + .ltk-woo-check-row__box {
	border-color: var(--ltk-accent);
	background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2));
	color: #fff;
	transform: scale(1.04);
}

.ltk-woo-check-row__name {
	min-width: 0;
	color: var(--ltk-ink);
}

.ltk-woo-check-row em {
	min-width: 26px;
	padding: 5px 7px;
	border-radius: 999px;
	background: rgba(14,165,233,.07);
	color: var(--ltk-muted);
	font-size: 10px;
	font-style: normal;
	text-align: center;
}

.ltk-woo-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ltk-woo-tag-list label {
	cursor: pointer;
}

.ltk-woo-tag-list input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.ltk-woo-tag-list span {
	min-height: 31px;
	padding: 8px 11px;
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--ltk-border);
	border-radius: 999px;
	background: var(--ltk-input);
	color: var(--ltk-muted);
	font-size: 11px;
	line-height: 1;
	transition: all .2s ease;
}

.ltk-woo-tag-list input:checked + span {
	border-color: var(--ltk-accent);
	background: var(--ltk-accent);
	color: #fff;
}

.ltk-woo-range {
	position: relative;
	height: 30px;
	margin: 4px 0 12px;
}

.ltk-woo-range__track {
	position: absolute;
	left: 0;
	right: 0;
	top: 12px;
	height: 5px;
	border-radius: 999px;
	background: rgba(104,117,138,.18);
	overflow: hidden;
}

.ltk-woo-range__track span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: inherit;
	background: linear-gradient(90deg,var(--ltk-accent),var(--ltk-accent-2));
}

.ltk-woo-range input[type="range"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 28px;
	margin: 0;
	padding: 0;
	background: transparent;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
}

.ltk-woo-range input[type="range"]::-webkit-slider-thumb {
	width: 19px;
	height: 19px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--ltk-accent);
	box-shadow: 0 4px 14px rgba(14,165,233,.35);
	pointer-events: auto;
	-webkit-appearance: none;
	cursor: grab;
}

.ltk-woo-range input[type="range"]::-moz-range-thumb {
	width: 19px;
	height: 19px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--ltk-accent);
	box-shadow: 0 4px 14px rgba(14,165,233,.35);
	pointer-events: auto;
	cursor: grab;
}

.ltk-woo-price-fields {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 10px;
}

.ltk-woo-price-fields label > span {
	display: block;
	margin-bottom: 6px;
	color: var(--ltk-muted);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.ltk-woo-rating-filter {
	display: grid;
	gap: 7px;
}

.ltk-woo-rating-filter label {
	display: grid;
	grid-template-columns: minmax(0,1fr) auto;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.ltk-woo-rating-filter input {
	position: absolute;
	opacity: 0;
}

.ltk-woo-rating-filter span {
	padding: 8px 10px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #f59e0b;
	font-size: 13px;
	letter-spacing: 1px;
	transition: all .2s ease;
}

.ltk-woo-rating-filter em {
	color: var(--ltk-muted);
	font-size: 10px;
	font-style: normal;
}

.ltk-woo-rating-filter input:checked + span {
	border-color: var(--ltk-border);
	background: var(--ltk-input);
}

.ltk-woo-switch-row {
	padding: 18px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	border-bottom: 1px solid var(--ltk-border);
	cursor: pointer;
}

.ltk-woo-switch-row > span {
	display: grid;
	gap: 3px;
}

.ltk-woo-switch-row strong {
	color: var(--ltk-ink);
	font-size: 13px;
	font-weight: 700;
}

.ltk-woo-switch-row small {
	color: var(--ltk-muted);
	font-size: 10px;
}

.ltk-woo-switch-row input {
	position: absolute;
	opacity: 0;
}

.ltk-woo-switch-row i {
	position: relative;
	width: 44px;
	height: 25px;
	flex: 0 0 44px;
	border-radius: 999px;
	background: rgba(104,117,138,.2);
	transition: background .2s ease;
}

.ltk-woo-switch-row i::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,.14);
	transition: transform .2s ease;
}

.ltk-woo-switch-row input:checked + i {
	background: linear-gradient(90deg,var(--ltk-accent),var(--ltk-accent-2));
}

.ltk-woo-switch-row input:checked + i::after {
	transform: translateX(19px);
}

.ltk-woo-shop__filter-actions {
	padding-top: 20px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.ltk-woo-shop__reset,
.ltk-woo-shop__mobile-apply {
	min-height: 47px;
	padding: 12px 18px;
	border-radius: 999px;
	font-weight: 700;
	cursor: pointer;
}

.ltk-woo-shop__reset {
	border: 1px solid var(--ltk-border);
	background: transparent;
	color: var(--ltk-muted);
}

.ltk-woo-shop__reset:hover {
	border-color: var(--ltk-accent);
	color: var(--ltk-accent);
}

.ltk-woo-shop__mobile-apply {
	display: none;
	border: 0;
	background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2));
	color: #fff;
}

.ltk-woo-shop__main {
	position: relative;
	min-width: 0;
}

.ltk-woo-shop__toolbar {
	min-height: 68px;
	margin-bottom: 24px;
	padding: 10px 12px 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border: 1px solid var(--ltk-border);
	border-radius: 20px;
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-sm);
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

.ltk-woo-shop__toolbar-left {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 14px;
}

.ltk-woo-shop__count {
	flex: 0 0 auto;
	color: var(--ltk-muted);
	font-size: 13px;
	font-weight: 600;
}

.ltk-woo-shop__active-filters {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 7px;
	overflow-x: auto;
	scrollbar-width: none;
}

.ltk-woo-shop__active-filters::-webkit-scrollbar {
	display: none;
}

.ltk-woo-shop__active-filters button {
	min-height: 31px;
	padding: 7px 8px 7px 11px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 1px solid var(--ltk-border);
	border-radius: 999px;
	background: var(--ltk-input);
	color: var(--ltk-muted);
	font-size: 10px;
	white-space: nowrap;
	cursor: pointer;
}

.ltk-woo-shop__active-filters i {
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(14,165,233,.12);
	color: var(--ltk-accent);
	font-style: normal;
}

.ltk-woo-shop__toolbar-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ltk-woo-sort {
	min-height: 46px;
	padding: 0 5px 0 13px;
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--ltk-border);
	border-radius: 14px;
	background: var(--ltk-input);
}

.ltk-woo-sort > span {
	color: var(--ltk-muted);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.ltk-woo-sort select {
	width: auto;
	min-width: 145px;
	height: 42px;
	padding: 0 28px 0 5px;
	border: 0;
	background-color: transparent;
	font-size: 12px;
}

.ltk-woo-shop__view {
	padding: 4px;
	display: flex;
	gap: 4px;
	border-radius: 14px;
	background: var(--ltk-input);
}

.ltk-woo-shop__view button {
	width: 38px;
	height: 38px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--ltk-muted);
	cursor: pointer;
	transition: all .2s ease;
}

.ltk-woo-shop__view button.is-active {
	background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2));
	color: #fff;
	box-shadow: 0 10px 24px rgba(14,165,233,.25);
}

.ltk-woo-products,
.ltk-woo-single__related-grid {
	display: grid;
	grid-template-columns: repeat(var(--ltk-columns,3),minmax(0,1fr));
}

.ltk-woo-product-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--ltk-border);
	background: var(--ltk-surface);
	box-shadow: var(--ltk-shadow-sm);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ltk-woo-product-card:hover {
	transform: translateY(-7px);
	border-color: rgba(14,165,233,.35);
	box-shadow: var(--ltk-shadow-md);
}

.ltk-woo-product-card__media-wrap {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 35%,rgba(14,165,233,.13),rgba(14,165,233,0) 58%),
		linear-gradient(145deg,#f8fcff,#edf7fd);
}

.ltk-woo-product-card__media {
	position: absolute;
	inset: 0;
	display: block;
}

.ltk-woo-product-card__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	padding: 24px;
	object-fit: contain;
	transition: opacity .38s ease, transform .48s ease;
}

.ltk-woo-product-card__secondary-image {
	opacity: 0;
	transform: scale(1.04);
}

.ltk-woo-product-card.has-secondary-image:hover .ltk-woo-product-card__primary-image {
	opacity: 0;
	transform: scale(.98);
}

.ltk-woo-product-card.has-secondary-image:hover .ltk-woo-product-card__secondary-image {
	opacity: 1;
	transform: scale(1);
}

.ltk-woo-product-card:not(.has-secondary-image):hover .ltk-woo-product-card__primary-image {
	transform: scale(1.055);
}

.ltk-woo-product-card__badges {
	position: absolute;
	left: 14px;
	right: 14px;
	top: 14px;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	pointer-events: none;
}

.ltk-woo-product-card__sale,
.ltk-woo-product-card__stock {
	min-height: 30px;
	padding: 8px 11px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-radius: 999px;
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.ltk-woo-product-card__sale {
	background: #ef4444;
	color: #fff;
	box-shadow: 0 10px 24px rgba(239,68,68,.23);
}

.ltk-woo-product-card__stock {
	margin-left: auto;
	background: rgba(255,255,255,.9);
	color: #15803d;
	box-shadow: 0 10px 24px rgba(8,45,78,.08);
}

.ltk-woo-product-card__stock i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #22c55e;
}

.ltk-woo-product-card__stock.is-out-of-stock {
	color: #dc2626;
}

.ltk-woo-product-card__stock.is-out-of-stock i {
	background: #ef4444;
}

.ltk-woo-product-card__quick {
	position: absolute;
	left: 50%;
	bottom: 16px;
	z-index: 4;
	min-height: 42px;
	padding: 10px 15px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 999px;
	background: rgba(7,19,38,.78);
	color: #fff;
	box-shadow: 0 14px 30px rgba(0,0,0,.18);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	opacity: 0;
	transform: translate(-50%,18px);
	cursor: pointer;
	transition: opacity .25s ease, transform .25s ease, background .2s ease;
}

.ltk-woo-product-card:hover .ltk-woo-product-card__quick {
	opacity: 1;
	transform: translate(-50%,0);
}

.ltk-woo-product-card__quick:hover {
	background: var(--ltk-accent);
}

.ltk-woo-product-card__quick svg {
	width: 17px;
	height: 17px;
}

.ltk-woo-product-card__quick span {
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.ltk-woo-product-card__body {
	position: relative;
	background: var(--ltk-surface);
}

.ltk-woo-product-card__topline {
	min-height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ltk-woo-product-card__category {
	min-width: 0;
	overflow: hidden;
	color: var(--ltk-accent);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .07em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.ltk-woo-product-card__category a {
	color: inherit;
}

.ltk-woo-product-card__rating {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--ltk-muted);
	font-size: 10px;
}

.ltk-woo-product-card__rating .star-rating,
.ltk-woo-single .star-rating,
.ltk-woo-quick-view .star-rating {
	float: none;
	width: 5.4em;
	margin: 0;
	color: #f59e0b;
	font-size: 12px;
}

.ltk-woo-product-card__no-rating {
	padding: 5px 8px;
	border-radius: 999px;
	background: rgba(14,165,233,.08);
	color: var(--ltk-accent);
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.ltk-woo-product-card__title {
	margin: 9px 0 0;
	color: var(--ltk-ink);
	font-size: 20px;
	line-height: 1.22;
	font-weight: 500;
	letter-spacing: -.026em;
}

.ltk-woo-product-card__title a {
	display: -webkit-box;
	overflow: hidden;
	color: inherit;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ltk-woo-product-card__excerpt {
	margin: 10px 0 0;
	display: -webkit-box;
	overflow: hidden;
	color: var(--ltk-muted);
	font-size: 12px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ltk-woo-product-card__bottom {
	margin-top: 19px;
	display: grid;
	gap: 15px;
}

.ltk-woo-product-card__price {
	color: var(--ltk-ink);
	font-size: 19px;
	line-height: 1.2;
	font-weight: 700;
}

.ltk-woo-product-card__price del {
	margin-right: 6px;
	color: var(--ltk-muted);
	font-size: .78em;
	opacity: .65;
}

.ltk-woo-product-card__price ins {
	text-decoration: none;
}

.ltk-woo-product-card__actions {
	display: grid;
	grid-template-columns: minmax(0,1fr) auto;
	align-items: center;
	gap: 10px;
}

.ltk-woo-product-card__view {
	min-width: 0;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--ltk-muted);
	font-size: 11px;
	font-weight: 700;
}

.ltk-woo-product-card__view span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ltk-woo-product-card__view svg {
	width: 15px;
	height: 15px;
	transition: transform .2s ease;
}

.ltk-woo-product-card__view:hover {
	color: var(--ltk-accent);
}

.ltk-woo-product-card__view:hover svg {
	transform: translateX(3px);
}

.ltk-woo-product-card__button {
	min-height: 45px;
	padding: 11px 16px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2)) !important;
	color: #fff !important;
	font-size: 11px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	white-space: nowrap;
	box-shadow: 0 13px 28px rgba(14,165,233,.24);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ltk-woo-product-card__button svg {
	width: 17px;
	height: 17px;
}

.ltk-woo-product-card__button:hover {
	transform: translateY(-2px);
	box-shadow: 0 17px 34px rgba(14,165,233,.3);
}

.ltk-woo-product-card__button.loading {
	opacity: .72;
	pointer-events: none;
}

.ltk-woo-product-card__button.added::after {
	margin-left: 3px !important;
}

.ltk-woo-products.is-list {
	grid-template-columns: 1fr !important;
}

.ltk-woo-products.is-list .ltk-woo-product-card {
	display: grid;
	grid-template-columns: minmax(250px,34%) minmax(0,1fr);
}

.ltk-woo-products.is-list .ltk-woo-product-card__media-wrap {
	height: 100% !important;
	min-height: 250px;
}

.ltk-woo-products.is-list .ltk-woo-product-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ltk-woo-products.is-list .ltk-woo-product-card__excerpt {
	-webkit-line-clamp: 3;
}

.ltk-woo-shop__loading {
	position: absolute;
	inset: 92px 0 0;
	z-index: 9;
	display: none;
	padding: 0;
	background: rgba(245,249,253,.78);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}

.ltk-woo-shop.is-loading .ltk-woo-shop__loading {
	display: block;
}

.ltk-woo-skeleton-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 24px;
}

.ltk-woo-skeleton-grid span {
	height: 430px;
	border-radius: 26px;
	background: linear-gradient(100deg,#eaf2f8 20%,#f7fbff 40%,#eaf2f8 60%);
	background-size: 200% 100%;
	animation: ltkWooSkeleton 1.15s linear infinite;
}

@keyframes ltkWooSkeleton {
	to { background-position-x: -200%; }
}

.ltk-woo-shop__empty {
	padding: 82px 25px;
	text-align: center;
	border: 1px dashed var(--ltk-border);
	border-radius: 26px;
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-sm);
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

.ltk-woo-shop__empty > svg {
	width: 54px;
	height: 54px;
	color: var(--ltk-accent);
}

.ltk-woo-shop__empty h3 {
	margin: 15px 0 0;
	color: var(--ltk-ink);
	font-size: 24px;
	font-weight: 500;
}

.ltk-woo-shop__empty p {
	margin: 8px 0 0;
	color: var(--ltk-muted);
}

.ltk-woo-shop__empty button {
	min-height: 44px;
	margin-top: 20px;
	padding: 11px 18px;
	border: 0;
	border-radius: 999px;
	background: var(--ltk-accent);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.ltk-woo-shop__load-wrap {
	margin-top: 36px;
	text-align: center;
}

.ltk-woo-shop__load-more {
	min-height: 54px;
	padding: 14px 25px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2));
	color: #fff;
	font-weight: 700;
	box-shadow: 0 16px 36px rgba(14,165,233,.25);
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
}

.ltk-woo-shop__load-more:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 42px rgba(14,165,233,.31);
}

.ltk-woo-shop__load-more svg {
	width: 17px;
	height: 17px;
}

.ltk-woo-pagination {
	margin-top: 38px;
}

.ltk-woo-pagination__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}

.ltk-woo-pagination button {
	width: 42px;
	height: 42px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ltk-border);
	border-radius: 13px;
	background: var(--ltk-surface);
	color: var(--ltk-muted);
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(8,45,78,.05);
	cursor: pointer;
}

.ltk-woo-pagination button.is-active {
	border-color: transparent;
	background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2));
	color: #fff;
	box-shadow: 0 12px 26px rgba(14,165,233,.25);
}

.ltk-woo-pagination button:disabled {
	opacity: .35;
	cursor: not-allowed;
}

.ltk-woo-pagination__arrow:first-child svg {
	transform: rotate(180deg);
}

.ltk-woo-pagination__dots {
	color: var(--ltk-muted);
}

.ltk-woo-shop__mobile-bar {
	display: none;
}

.ltk-woo-shop__filter-overlay {
	display: none;
}

/* Quick view */
.ltk-woo-quick-view {
	position: fixed;
	inset: 0;
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .24s ease, visibility .24s ease;
}

.ltk-woo-quick-view.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ltk-woo-quick-view__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: rgba(3,9,22,.78);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	cursor: pointer;
}

.ltk-woo-quick-view__dialog {
	position: relative;
	z-index: 2;
	width: min(1040px,100%);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 30px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 38px 130px rgba(0,0,0,.28);
	transform: translateY(18px) scale(.985);
	transition: transform .24s ease;
}

.ltk-woo-quick-view.is-open .ltk-woo-quick-view__dialog {
	transform: translateY(0) scale(1);
}

.ltk-woo-quick-view__close {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 5;
	width: 44px;
	height: 44px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ltk-border);
	border-radius: 50%;
	background: #fff;
	color: var(--ltk-ink);
	box-shadow: 0 10px 25px rgba(8,45,78,.12);
	cursor: pointer;
}

.ltk-woo-quick-view__loader {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 520px;
	background: rgba(255,255,255,.9);
}

.ltk-woo-quick-view.is-loading .ltk-woo-quick-view__loader {
	display: flex;
}

.ltk-woo-quick-view__loader span {
	width: 44px;
	height: 44px;
	border: 4px solid rgba(14,165,233,.15);
	border-top-color: var(--ltk-accent);
	border-radius: 50%;
	animation: ltkSpin .7s linear infinite;
}

@keyframes ltkSpin {
	to { transform: rotate(360deg); }
}

.ltk-woo-quick-view__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	min-height: 520px;
}

.ltk-woo-quick-view__media {
	min-height: 520px;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at 50% 38%,rgba(14,165,233,.17),rgba(14,165,233,0) 56%),
		#eff8fd;
}

.ltk-woo-quick-view__media img {
	width: 100%;
	height: 440px;
	display: block;
	object-fit: contain;
}

.ltk-woo-quick-view__summary {
	padding: 55px 46px 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ltk-woo-quick-view__summary h2 {
	margin: 16px 0 0;
	color: var(--ltk-ink);
	font-size: 36px;
	line-height: 1.08;
	font-weight: 500;
	letter-spacing: -.04em;
}

.ltk-woo-quick-view__rating {
	margin-top: 14px;
}

.ltk-woo-quick-view__price {
	margin-top: 18px;
	color: var(--ltk-ink);
	font-size: 25px;
	font-weight: 700;
}

.ltk-woo-quick-view__excerpt {
	margin-top: 18px;
	color: var(--ltk-muted);
	font-size: 14px;
	line-height: 1.7;
}

.ltk-woo-quick-view__excerpt p {
	margin: 0;
}

.ltk-woo-quick-view__cart {
	margin-top: 23px;
}

.ltk-woo-quick-view__cart form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ltk-woo-quick-view__cart .variations {
	width: 100%;
	margin: 0 0 15px;
}

.ltk-woo-quick-view__cart .variations th,
.ltk-woo-quick-view__cart .variations td {
	padding: 6px 0;
	border: 0;
	text-align: left;
}

.ltk-woo-quick-view__cart select {
	width: 100%;
	height: 46px;
	padding: 0 12px;
	border: 1px solid var(--ltk-border);
	border-radius: 12px;
	background: var(--ltk-input);
}

.ltk-woo-quick-view__cart .quantity .qty {
	width: 78px;
	height: 50px;
	border: 1px solid var(--ltk-border);
	border-radius: 999px;
	text-align: center;
}

.ltk-woo-quick-view__cart .single_add_to_cart_button {
	min-height: 50px !important;
	padding: 13px 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2)) !important;
	color: #fff !important;
}

.ltk-woo-quick-view__details {
	margin-top: 18px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ltk-accent);
	font-size: 12px;
	font-weight: 700;
}

.ltk-woo-quick-view__details svg {
	width: 16px;
	height: 16px;
}

.ltk-woo-quick-view__error {
	padding: 80px 30px;
	text-align: center;
	color: var(--ltk-muted);
}

body.ltk-woo-filter-open,
body.ltk-woo-modal-open {
	overflow: hidden !important;
}

/* =========================================================
   SINGLE PRODUCT
   ========================================================= */

.ltk-woo-single__breadcrumbs {
	margin-bottom: 26px;
	color: var(--ltk-muted);
	font-size: 12px;
}

.ltk-woo-single__breadcrumbs .woocommerce-breadcrumb {
	margin: 0;
	color: inherit;
}

.ltk-woo-single__breadcrumbs a {
	color: var(--ltk-accent);
}

.ltk-woo-single__main {
	display: flex;
	align-items: flex-start;
}

.ltk-woo-single__gallery {
	min-width: 0;
	flex: 0 1 auto;
	display: grid;
	grid-template-columns: 90px minmax(0,1fr);
	gap: 14px;
}

.ltk-woo-single.thumbs-bottom .ltk-woo-single__gallery {
	display: flex;
	flex-direction: column;
}

.ltk-woo-single__thumbs {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow-y: auto;
	max-height: 650px;
	padding: 2px;
	scrollbar-width: none;
}

.ltk-woo-single.thumbs-bottom .ltk-woo-single__thumbs {
	order: 2;
	flex-direction: row;
	overflow-x: auto;
	max-height: none;
}

.ltk-woo-single__thumbs::-webkit-scrollbar {
	display: none;
}

.ltk-woo-single__thumb {
	width: 82px;
	height: 82px;
	min-width: 82px;
	padding: 6px;
	overflow: hidden;
	border: 1px solid var(--ltk-border);
	border-radius: 16px;
	background: var(--ltk-surface);
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ltk-woo-single__thumb:hover {
	transform: translateY(-2px);
}

.ltk-woo-single__thumb.is-active {
	border-color: var(--ltk-accent);
	box-shadow: 0 0 0 4px rgba(14,165,233,.11);
}

.ltk-woo-single__thumb img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.ltk-woo-single__main-image {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--ltk-border);
	background:
		radial-gradient(circle at 50% 37%,rgba(14,165,233,.15),rgba(14,165,233,0) 58%),
		linear-gradient(145deg,#f9fdff,#edf7fd);
	box-shadow: var(--ltk-shadow-md);
}

.ltk-woo-single.thumbs-bottom .ltk-woo-single__main-image {
	order: 1;
	width: 100%;
}

.ltk-woo-single__main-image > img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	transition: opacity .18s ease, transform .35s ease;
}

.ltk-woo-single__main-image > img.is-changing {
	opacity: .25;
	transform: scale(.99);
}

.ltk-woo-single__gallery-badges {
	position: absolute;
	left: 18px;
	right: 18px;
	top: 18px;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	pointer-events: none;
}

.ltk-woo-single__sale,
.ltk-woo-single__image-stock {
	min-height: 34px;
	padding: 9px 13px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.ltk-woo-single__sale {
	background: #ef4444;
	color: #fff;
}

.ltk-woo-single__image-stock {
	margin-left: auto;
	background: rgba(255,255,255,.9);
	color: #15803d;
}

.ltk-woo-single__image-stock i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #22c55e;
}

.ltk-woo-single__image-stock.is-out-of-stock {
	color: #dc2626;
}

.ltk-woo-single__image-stock.is-out-of-stock i {
	background: #ef4444;
}

.ltk-woo-single__zoom {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 3;
	width: 48px;
	height: 48px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.6);
	border-radius: 50%;
	background: rgba(255,255,255,.88);
	color: var(--ltk-ink);
	box-shadow: 0 13px 30px rgba(8,45,78,.14);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	cursor: pointer;
}

.ltk-woo-single__zoom svg {
	width: 20px;
	height: 20px;
}

.ltk-woo-single__mobile-gallery-controls {
	display: none;
}

.ltk-woo-single__summary {
	min-width: 0;
	flex: 1 1 0;
	border: 1px solid var(--ltk-border);
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-md);
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

.ltk-woo-single.has-sticky-summary .ltk-woo-single__summary {
	position: sticky;
	top: var(--ltk-single-sticky,120px);
}

.ltk-woo-single__summary-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.ltk-woo-single__category a {
	color: inherit;
}

.ltk-woo-single__rating {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--ltk-muted);
	font-size: 11px;
}

.ltk-woo-single__rating a {
	color: var(--ltk-muted);
}

.ltk-woo-single__new {
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(14,165,233,.08);
	color: var(--ltk-accent);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.ltk-woo-single__title {
	margin: 18px 0 0;
	color: var(--ltk-ink);
	font-size: clamp(38px,4.4vw,62px);
	line-height: 1.03;
	font-weight: 500;
	letter-spacing: -.05em;
}

.ltk-woo-single__price {
	margin-top: 22px;
	color: var(--ltk-ink);
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
}

.ltk-woo-single__price del {
	margin-right: 8px;
	color: var(--ltk-muted);
	font-size: .7em;
	opacity: .62;
}

.ltk-woo-single__price ins {
	text-decoration: none;
}

.ltk-woo-single__excerpt {
	margin-top: 22px;
	color: var(--ltk-muted);
	font-size: 15px;
	line-height: 1.75;
}

.ltk-woo-single__excerpt p {
	margin: 0 0 10px;
}

.ltk-woo-single__stock {
	margin-top: 20px;
	padding: 14px 15px;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid rgba(34,197,94,.15);
	border-radius: 16px;
	background: rgba(34,197,94,.055);
}

.ltk-woo-single__stock > span {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}

.ltk-woo-single__stock > div {
	display: grid;
	gap: 3px;
}

.ltk-woo-single__stock strong {
	color: #15803d;
	font-size: 12px;
	font-weight: 700;
}

.ltk-woo-single__stock small {
	color: var(--ltk-muted);
	font-size: 10px;
}

.ltk-woo-single__stock.is-out-of-stock {
	border-color: rgba(239,68,68,.15);
	background: rgba(239,68,68,.055);
}

.ltk-woo-single__stock.is-out-of-stock > span {
	background: #ef4444;
	box-shadow: 0 0 0 6px rgba(239,68,68,.12);
}

.ltk-woo-single__stock.is-out-of-stock strong {
	color: #dc2626;
}

.ltk-woo-single__cart {
	margin-top: 25px;
}

.ltk-woo-single__cart form.cart,
.ltk-woo-quick-view__cart form.cart {
	margin: 0 !important;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 11px;
}

.ltk-woo-single__cart .variations {
	width: 100%;
	margin: 0 0 15px !important;
	border: 0 !important;
}

.ltk-woo-single__cart .variations th,
.ltk-woo-single__cart .variations td {
	padding: 6px 0 !important;
	border: 0 !important;
	text-align: left;
}

.ltk-woo-single__cart .variations label {
	color: var(--ltk-ink);
	font-size: 12px;
	font-weight: 700;
}

.ltk-woo-single__cart select {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid var(--ltk-border);
	border-radius: 14px;
	background: var(--ltk-input);
	color: var(--ltk-ink);
}

.ltk-woo-single__cart .reset_variations {
	margin-left: 8px;
	color: #ef4444;
	font-size: 11px;
}

.ltk-woo-quantity {
	position: relative;
	width: 116px;
	height: 52px;
	display: grid !important;
	grid-template-columns: 34px 1fr 34px;
	align-items: center;
	border: 1px solid var(--ltk-border);
	border-radius: 999px;
	background: var(--ltk-input);
	overflow: hidden;
}

.ltk-woo-quantity__button {
	width: 34px;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ltk-ink);
	font-size: 18px;
	cursor: pointer;
}

.ltk-woo-quantity .qty {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--ltk-ink) !important;
	text-align: center;
	-moz-appearance: textfield;
}

.ltk-woo-quantity .qty::-webkit-inner-spin-button,
.ltk-woo-quantity .qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.ltk-woo-single__cart .single_add_to_cart_button,
.ltk-woo-single__cart .button {
	min-height: 52px !important;
	padding: 14px 27px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2)) !important;
	color: #fff !important;
	font-weight: 700 !important;
	box-shadow: 0 16px 34px rgba(14,165,233,.25);
	transition: transform .2s ease, box-shadow .2s ease;
}

.ltk-woo-single__cart .single_add_to_cart_button:hover,
.ltk-woo-single__cart .button:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 40px rgba(14,165,233,.31);
}

.ltk-woo-single__cart .single_variation_wrap {
	width: 100%;
}

.ltk-woo-single__secure {
	margin-top: 18px;
	padding: 13px 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 14px;
	background: rgba(14,165,233,.065);
	color: var(--ltk-muted);
	font-size: 11px;
}

.ltk-woo-single__secure svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	color: var(--ltk-accent);
}

.ltk-woo-single__trust {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 10px;
}

.ltk-woo-single__trust-item {
	padding: 13px 10px;
	display: flex;
	align-items: center;
	gap: 9px;
	border: 1px solid var(--ltk-border);
	border-radius: 15px;
	background: rgba(255,255,255,.55);
}

.ltk-woo-single__trust-item > span {
	width: 31px;
	height: 31px;
	flex: 0 0 31px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(14,165,233,.09);
	color: var(--ltk-accent);
}

.ltk-woo-single__trust-item > span svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.ltk-woo-single__trust-item > div {
	min-width: 0;
	display: grid;
	gap: 2px;
}

.ltk-woo-single__trust-item strong {
	overflow: hidden;
	color: var(--ltk-ink);
	font-size: 10px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ltk-woo-single__trust-item small {
	overflow: hidden;
	color: var(--ltk-muted);
	font-size: 8.5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ltk-woo-single__meta {
	margin-top: 20px;
	padding-top: 18px;
	display: grid;
	gap: 8px;
	border-top: 1px solid var(--ltk-border);
}

.ltk-woo-single__meta > span {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: var(--ltk-muted);
	font-size: 11px;
}

.ltk-woo-single__meta strong {
	min-width: 74px;
	color: var(--ltk-ink);
	font-weight: 700;
}

.ltk-woo-single__meta a {
	color: var(--ltk-accent);
}

.ltk-woo-single__tabs {
	margin-top: 54px;
	padding: 32px;
	border: 1px solid var(--ltk-border);
	border-radius: 28px;
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-md);
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

.ltk-woo-single__tabs .woocommerce-tabs {
	margin: 0;
}

.ltk-woo-single__tabs ul.tabs {
	margin: 0 0 27px !important;
	padding: 5px !important;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 5px;
	border: 0 !important;
	border-radius: 16px;
	background: var(--ltk-input);
}

.ltk-woo-single__tabs ul.tabs::before,
.ltk-woo-single__tabs ul.tabs li::before,
.ltk-woo-single__tabs ul.tabs li::after {
	display: none !important;
}

.ltk-woo-single__tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: transparent !important;
}

.ltk-woo-single__tabs ul.tabs li a {
	padding: 12px 17px !important;
	color: var(--ltk-muted) !important;
	font-size: 12px;
	font-weight: 700 !important;
}

.ltk-woo-single__tabs ul.tabs li.active {
	background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2)) !important;
	box-shadow: 0 11px 24px rgba(14,165,233,.22);
}

.ltk-woo-single__tabs ul.tabs li.active a {
	color: #fff !important;
}

.ltk-woo-single__tabs .woocommerce-Tabs-panel {
	margin: 0 !important;
	color: var(--ltk-muted);
	font-size: 14px;
	line-height: 1.75;
}

.ltk-woo-single__tabs h2 {
	color: var(--ltk-ink);
	font-size: 25px;
	line-height: 1.2;
	font-weight: 500;
}

.ltk-woo-single__tabs table.shop_attributes {
	border: 0;
}

.ltk-woo-single__tabs table.shop_attributes th,
.ltk-woo-single__tabs table.shop_attributes td {
	padding: 13px 15px;
	border-color: var(--ltk-border);
	background: transparent;
}

.ltk-woo-single__related {
	margin-top: 70px;
}

.ltk-woo-single__related-head {
	margin-bottom: 25px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.ltk-woo-single__related-head > div:first-child > span {
	display: block;
	margin-bottom: 6px;
	color: var(--ltk-accent);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ltk-woo-single__related-title {
	margin: 0;
	color: var(--ltk-ink);
	font-size: 34px;
	line-height: 1.1;
	font-weight: 500;
	letter-spacing: -.04em;
}

.ltk-woo-single__related-head > div:last-child {
	display: flex;
	gap: 8px;
}

.ltk-woo-single__related-head button {
	width: 43px;
	height: 43px;
	padding: 0;
	border: 1px solid var(--ltk-border);
	border-radius: 50%;
	background: var(--ltk-surface);
	color: var(--ltk-ink);
	box-shadow: var(--ltk-shadow-sm);
	cursor: pointer;
}

.ltk-woo-single__related-grid {
	gap: 22px;
}

.ltk-woo-single__related-grid .ltk-woo-product-card__media-wrap {
	height: 230px;
}

.ltk-woo-single__related-grid .ltk-woo-product-card__body {
	padding: 18px;
}

.ltk-woo-single-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 26px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .22s ease, visibility .22s ease;
}

.ltk-woo-single-lightbox.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ltk-woo-single-lightbox__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: rgba(3,9,22,.94);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.ltk-woo-single-lightbox__dialog {
	position: relative;
	z-index: 2;
	width: min(1180px,100%);
	height: min(820px,calc(100vh - 52px));
	display: grid;
	grid-template-rows: minmax(0,1fr) auto;
	gap: 14px;
}

.ltk-woo-single-lightbox__dialog > img {
	width: 100%;
	height: 100%;
	min-height: 0;
	display: block;
	object-fit: contain;
	border-radius: 24px;
	background: #071326;
	box-shadow: 0 32px 100px rgba(0,0,0,.38);
	transition: opacity .15s ease;
}

.ltk-woo-single-lightbox__dialog > img.is-changing {
	opacity: .3;
}

.ltk-woo-single-lightbox__close,
.ltk-woo-single-lightbox__arrow {
	position: absolute;
	z-index: 3;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	background: rgba(255,255,255,.14);
	color: #fff;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	cursor: pointer;
}

.ltk-woo-single-lightbox__close {
	right: 17px;
	top: 17px;
	width: 46px;
	height: 46px;
	font-size: 27px;
}

.ltk-woo-single-lightbox__arrow {
	top: 50%;
	width: 52px;
	height: 52px;
	transform: translateY(-50%);
	font-size: 31px;
}

.ltk-woo-single-lightbox__arrow.is-prev {
	left: 17px;
}

.ltk-woo-single-lightbox__arrow.is-next {
	right: 17px;
}

.ltk-woo-single-lightbox__count {
	position: absolute;
	left: 17px;
	top: 17px;
	z-index: 3;
	padding: 10px 13px;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
	color: #fff;
	font-size: 11px;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.ltk-woo-single-lightbox__thumbs {
	display: flex;
	justify-content: center;
	gap: 9px;
	overflow-x: auto;
	scrollbar-width: none;
}

.ltk-woo-single-lightbox__thumbs::-webkit-scrollbar {
	display: none;
}

.ltk-woo-single-lightbox__thumbs button {
	width: 68px;
	height: 52px;
	min-width: 68px;
	padding: 3px;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 11px;
	background: rgba(255,255,255,.1);
	opacity: .58;
	cursor: pointer;
}

.ltk-woo-single-lightbox__thumbs button.is-active {
	border-color: var(--ltk-accent);
	opacity: 1;
}

.ltk-woo-single-lightbox__thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px;
}

/* =========================================================
   CART + CHECKOUT SHARED
   ========================================================= */

.ltk-woo-page__head {
	max-width: none;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}

.ltk-woo-page__head > div {
	max-width: 760px;
}

.ltk-woo-page__continue {
	min-height: 45px;
	padding: 11px 17px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--ltk-border);
	border-radius: 999px;
	background: var(--ltk-glass);
	color: var(--ltk-muted);
	font-size: 12px;
	font-weight: 700;
	box-shadow: var(--ltk-shadow-sm);
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

.ltk-woo-page__continue:hover {
	border-color: var(--ltk-accent);
	color: var(--ltk-accent);
}

.ltk-woo-page__content {
	position: relative;
	color: var(--ltk-ink);
}

.ltk-woo-page__content .woocommerce {
	width: 100%;
}

.ltk-woo-page__content .woocommerce-notices-wrapper > *,
.ltk-woo-page__content .woocommerce-message,
.ltk-woo-page__content .woocommerce-info,
.ltk-woo-page__content .woocommerce-error {
	margin: 0 0 20px !important;
	padding: 17px 19px 17px 50px !important;
	border: 1px solid var(--ltk-border) !important;
	border-top: 0 !important;
	border-radius: 17px;
	background: var(--ltk-glass) !important;
	color: var(--ltk-ink);
	box-shadow: var(--ltk-shadow-sm);
}

.ltk-woo-page__content .woocommerce-message::before,
.ltk-woo-page__content .woocommerce-info::before {
	top: 17px !important;
	color: var(--ltk-accent) !important;
}

.ltk-woo-page__content .button,
.ltk-woo-page__content .checkout-button,
.ltk-woo-page__content #place_order {
	min-height: 49px !important;
	padding: 13px 21px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2)) !important;
	color: #fff !important;
	font-weight: 700 !important;
	box-shadow: 0 15px 32px rgba(14,165,233,.24);
	transition: transform .2s ease, box-shadow .2s ease;
}

.ltk-woo-page__content .button:hover,
.ltk-woo-page__content .checkout-button:hover,
.ltk-woo-page__content #place_order:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 38px rgba(14,165,233,.3);
}

.ltk-woo-page__content input[type="text"],
.ltk-woo-page__content input[type="email"],
.ltk-woo-page__content input[type="tel"],
.ltk-woo-page__content input[type="number"],
.ltk-woo-page__content input[type="password"],
.ltk-woo-page__content input[type="search"],
.ltk-woo-page__content select,
.ltk-woo-page__content textarea,
.ltk-woo-page__content .select2-selection {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px !important;
	border: 1px solid var(--ltk-border) !important;
	outline: 0;
	background: var(--ltk-input) !important;
	color: var(--ltk-ink) !important;
	box-shadow: none !important;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ltk-woo-page__content textarea {
	min-height: 125px;
	resize: vertical;
}

.ltk-woo-page__content input:focus,
.ltk-woo-page__content select:focus,
.ltk-woo-page__content textarea:focus,
.ltk-woo-page__content .select2-container--open .select2-selection {
	border-color: var(--ltk-accent) !important;
	background: var(--ltk-surface) !important;
	box-shadow: 0 0 0 4px rgba(14,165,233,.1) !important;
}

.ltk-woo-page__content label {
	margin-bottom: 7px;
	color: var(--ltk-ink);
	font-size: 12px;
	font-weight: 700;
}

.ltk-woo-page__content .required {
	color: #ef4444;
}

.ltk-woo-page__content table.shop_table {
	margin: 0 !important;
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 12px !important;
	background: transparent !important;
}

.ltk-woo-page__content table.shop_table th {
	padding: 7px 13px !important;
	border: 0 !important;
	color: var(--ltk-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ltk-woo-page__content table.shop_table td {
	padding: 16px 13px !important;
	border-top: 1px solid var(--ltk-border) !important;
	border-bottom: 1px solid var(--ltk-border) !important;
	background: rgba(255,255,255,.72);
	vertical-align: middle;
}

.ltk-woo-page__content table.shop_table td:first-child {
	border-left: 1px solid var(--ltk-border) !important;
	border-radius: 16px 0 0 16px;
}

.ltk-woo-page__content table.shop_table td:last-child {
	border-right: 1px solid var(--ltk-border) !important;
	border-radius: 0 16px 16px 0;
}

.ltk-woo-trust-strip {
	margin-top: 24px;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 22px;
	border: 1px solid var(--ltk-border);
	border-radius: 18px;
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-sm);
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

.ltk-woo-trust-strip span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ltk-muted);
	font-size: 11px;
	font-weight: 600;
}

.ltk-woo-trust-strip svg {
	width: 16px;
	height: 16px;
	color: var(--ltk-accent);
}

/* Cart */
.ltk-woo-shipping-progress {
	margin-bottom: 24px;
	padding: 18px 20px;
	display: grid;
	grid-template-columns: 42px minmax(0,1fr) auto;
	align-items: center;
	gap: 14px;
	border: 1px solid rgba(14,165,233,.17);
	border-radius: 20px;
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-sm);
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

.ltk-woo-shipping-progress__icon {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(14,165,233,.09);
	color: var(--ltk-accent);
}

.ltk-woo-shipping-progress__icon svg {
	width: 20px;
	height: 20px;
}

.ltk-woo-shipping-progress__body {
	min-width: 0;
	display: grid;
	gap: 9px;
}

.ltk-woo-shipping-progress__body strong {
	color: var(--ltk-ink);
	font-size: 12px;
	font-weight: 700;
}

.ltk-woo-shipping-progress__body > div {
	position: relative;
	height: 7px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(104,117,138,.14);
}

.ltk-woo-shipping-progress__body > div span {
	position: absolute;
	inset: 0 auto 0 0;
	border-radius: inherit;
	background: linear-gradient(90deg,var(--ltk-accent),var(--ltk-accent-2));
}

.ltk-woo-shipping-progress > em {
	color: var(--ltk-accent);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
}

.ltk-woo-shipping-progress.is-complete {
	border-color: rgba(34,197,94,.18);
}

.ltk-woo-shipping-progress.is-complete .ltk-woo-shipping-progress__icon {
	background: rgba(34,197,94,.09);
	color: #16a34a;
}

.ltk-woo-cart__grid {
	display: grid;
	grid-template-columns: minmax(0,calc(100% - var(--ltk-cart-summary,34%) - var(--ltk-cart-gap,28px))) minmax(290px,var(--ltk-cart-summary,34%));
	gap: var(--ltk-cart-gap,28px);
	align-items: start;
}

.ltk-woo-cart .woocommerce-cart-form,
.ltk-woo-cart .cart_totals {
	width: 100% !important;
	float: none !important;
	border: 1px solid var(--ltk-border);
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-md);
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

.ltk-woo-cart .cart-collaterals {
	width: 100% !important;
	float: none !important;
}

.ltk-woo-cart .cart_totals {
	position: sticky;
	top: 110px;
}

.ltk-woo-cart .product-thumbnail img {
	display: block;
	object-fit: contain;
	border-radius: 16px;
	background: var(--ltk-input);
}

.ltk-woo-cart .product-name a {
	color: var(--ltk-ink);
	font-weight: 700;
}

.ltk-woo-cart .product-name .variation {
	margin-top: 7px;
	color: var(--ltk-muted);
	font-size: 10px;
}

.ltk-woo-cart .product-remove a {
	width: 35px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(239,68,68,.08);
	color: #ef4444 !important;
	font-size: 19px;
}

.ltk-woo-cart .product-remove a:hover {
	background: #ef4444;
	color: #fff !important;
}

.ltk-woo-cart .coupon {
	display: flex;
	gap: 8px;
}

.ltk-woo-cart .coupon input {
	width: 180px !important;
}

.ltk-woo-cart .cart_totals h2 {
	margin: 0 0 18px;
	color: var(--ltk-ink);
	font-size: 25px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -.03em;
}

.ltk-woo-cart .cart_totals table td,
.ltk-woo-cart .cart_totals table th {
	padding: 13px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--ltk-border) !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.ltk-woo-cart .cart_totals table th {
	color: var(--ltk-muted);
	font-size: 11px;
	text-transform: none;
}

.ltk-woo-cart .order-total strong {
	color: var(--ltk-ink);
	font-size: 20px;
}

.ltk-woo-cart .wc-proceed-to-checkout {
	padding: 16px 0 0 !important;
}

.ltk-woo-cart .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	min-height: 54px !important;
	margin: 0 !important;
}

.ltk-woo-hide-coupon .coupon,
.ltk-woo-hide-coupon .woocommerce-form-coupon-toggle,
.ltk-woo-hide-coupon form.checkout_coupon {
	display: none !important;
}

.ltk-woo-hide-cross-sells .cross-sells {
	display: none !important;
}

.ltk-woo-hide-login .woocommerce-form-login-toggle,
.ltk-woo-hide-login .woocommerce-form-login {
	display: none !important;
}

.ltk-woo-page .cart-empty,
.ltk-woo-page .woocommerce-order {
	padding: 65px 28px;
	border: 1px solid var(--ltk-border);
	border-radius: 28px;
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-md);
	text-align: center;
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

/* Checkout */
.ltk-woo-checkout-steps {
	margin-bottom: 28px;
	padding: 17px 22px;
	display: grid;
	grid-template-columns: auto minmax(40px,1fr) auto minmax(40px,1fr) auto;
	align-items: center;
	gap: 14px;
	border: 1px solid var(--ltk-border);
	border-radius: 20px;
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-sm);
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

.ltk-woo-checkout-steps > div {
	display: flex;
	align-items: center;
	gap: 9px;
}

.ltk-woo-checkout-steps > div > span {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--ltk-border);
	border-radius: 50%;
	background: var(--ltk-input);
	color: var(--ltk-muted);
	font-size: 11px;
	font-weight: 700;
}

.ltk-woo-checkout-steps > div > span svg {
	width: 15px;
	height: 15px;
}

.ltk-woo-checkout-steps strong {
	color: var(--ltk-muted);
	font-size: 11px;
	font-weight: 700;
}

.ltk-woo-checkout-steps > i {
	height: 2px;
	border-radius: 999px;
	background: rgba(104,117,138,.14);
}

.ltk-woo-checkout-steps .is-complete > span,
.ltk-woo-checkout-steps .is-active > span {
	border-color: transparent;
	background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2));
	color: #fff;
}

.ltk-woo-checkout-steps .is-complete strong,
.ltk-woo-checkout-steps .is-active strong {
	color: var(--ltk-ink);
}

.ltk-woo-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0,calc(100% - var(--ltk-review-width,38%) - var(--ltk-checkout-gap,30px))) minmax(320px,var(--ltk-review-width,38%));
	gap: var(--ltk-checkout-gap,30px);
	align-items: start;
}

.ltk-woo-checkout #customer_details {
	width: 100%;
}

.ltk-woo-checkout #customer_details .col-1,
.ltk-woo-checkout #customer_details .col-2 {
	width: 100%;
	float: none;
}

.ltk-woo-checkout .woocommerce-billing-fields,
.ltk-woo-checkout .woocommerce-shipping-fields,
.ltk-woo-checkout .woocommerce-additional-fields,
.ltk-woo-checkout #order_review {
	margin-bottom: 20px;
	border: 1px solid var(--ltk-border);
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-md);
	backdrop-filter: blur(var(--ltk-blur));
	-webkit-backdrop-filter: blur(var(--ltk-blur));
}

.ltk-woo-checkout #order_review_heading {
	display: none;
}

.ltk-woo-checkout #order_review {
	margin: 0;
	min-width: 0;
}

.ltk-woo-sticky-review #order_review {
	position: sticky;
	top: var(--ltk-checkout-sticky,110px);
}

.ltk-woo-checkout .woocommerce-billing-fields > h3,
.ltk-woo-checkout .woocommerce-shipping-fields > h3,
.ltk-woo-checkout .woocommerce-additional-fields > h3 {
	margin: 0 0 24px;
	color: var(--ltk-ink);
	font-size: 25px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -.03em;
}

.ltk-woo-checkout .form-row-first,
.ltk-woo-checkout .form-row-last {
	width: calc(50% - 8px);
}

.ltk-woo-checkout .form-row-wide {
	width: 100%;
}

.ltk-woo-checkout .select2-container {
	width: 100% !important;
}

.ltk-woo-checkout .select2-selection {
	display: flex;
	align-items: center;
}

.ltk-woo-checkout .select2-selection__rendered {
	padding-left: 0 !important;
	color: var(--ltk-ink) !important;
}

.ltk-woo-order-title {
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--ltk-border);
}

.ltk-woo-order-title > span {
	display: block;
	margin-bottom: 4px;
	color: var(--ltk-accent);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ltk-woo-order-title h3 {
	margin: 0;
	color: var(--ltk-ink);
	font-size: 25px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -.03em;
}

.ltk-woo-checkout #order_review table.shop_table {
	margin-bottom: 18px !important;
}

.ltk-woo-checkout #order_review table.shop_table td,
.ltk-woo-checkout #order_review table.shop_table th {
	padding: 12px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--ltk-border) !important;
	border-radius: 0 !important;
	background: transparent;
}

.ltk-woo-checkout #order_review table.shop_table th {
	color: var(--ltk-muted);
	text-transform: none;
}

.ltk-woo-checkout #payment {
	border-radius: 20px !important;
	background: var(--ltk-input) !important;
}

.ltk-woo-checkout #payment ul.payment_methods {
	padding: 18px !important;
	border-bottom-color: var(--ltk-border) !important;
}

.ltk-woo-checkout #payment li {
	margin-bottom: 10px !important;
}

.ltk-woo-checkout #payment label {
	display: inline;
}

.ltk-woo-checkout #payment div.payment_box {
	border-radius: 14px;
	background: var(--ltk-surface) !important;
	color: var(--ltk-muted);
	font-size: 12px;
	line-height: 1.6;
}

.ltk-woo-checkout #payment div.payment_box::before {
	border-bottom-color: var(--ltk-surface) !important;
}

.ltk-woo-checkout #payment .place-order {
	padding: 18px !important;
}

.ltk-woo-checkout #place_order {
	width: 100%;
	min-height: 55px !important;
}

.ltk-woo-hide-order-notes .woocommerce-additional-fields,
.ltk-woo-hide-order-notes .woocommerce-additional-fields__field-wrapper {
	display: none !important;
}

.ltk-woo-page .woocommerce-form-login,
.ltk-woo-page form.checkout_coupon {
	margin: 0 0 22px !important;
	padding: 22px !important;
	border: 1px solid var(--ltk-border) !important;
	border-radius: 20px !important;
	background: var(--ltk-glass);
	box-shadow: var(--ltk-shadow-sm);
}

.ltk-woo-checkout-secure {
	max-width: 520px;
	margin: 22px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: var(--ltk-muted);
	font-size: 11px;
	text-align: center;
}

.ltk-woo-checkout-secure svg {
	width: 17px;
	height: 17px;
	color: var(--ltk-accent);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
	.ltk-woo-shop.is-sidebar .ltk-woo-shop__layout {
		grid-template-columns: 270px minmax(0,1fr);
	}

	.ltk-woo-shop.is-topbar .ltk-woo-shop__filter-scroll {
		grid-template-columns: repeat(3,minmax(0,1fr));
	}

	.ltk-woo-product-card__actions {
		grid-template-columns: 1fr;
	}

	.ltk-woo-product-card__button {
		width: 100%;
	}

	.ltk-woo-single__trust {
		grid-template-columns: 1fr;
	}

	.ltk-woo-cart__grid,
	.ltk-woo-checkout form.checkout {
		grid-template-columns: minmax(0,1fr) 360px;
	}
}

@media (max-width: 1024px) {
	.ltk-woo-shop__layout,
	.ltk-woo-shop.is-sidebar .ltk-woo-shop__layout {
		display: block;
	}

	.ltk-woo-shop__mobile-bar {
		margin-bottom: 17px;
		padding: 10px 12px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		border: 1px solid var(--ltk-border);
		border-radius: 17px;
		background: var(--ltk-glass);
		box-shadow: var(--ltk-shadow-sm);
		backdrop-filter: blur(var(--ltk-blur));
		-webkit-backdrop-filter: blur(var(--ltk-blur));
	}

	.ltk-woo-shop__mobile-bar > span {
		color: var(--ltk-muted);
		font-size: 11px;
		font-weight: 600;
	}

	.ltk-woo-shop__filter-open {
		min-height: 42px;
		padding: 10px 15px;
		display: inline-flex;
		align-items: center;
		gap: 8px;
		border: 0;
		border-radius: 999px;
		background: linear-gradient(135deg,var(--ltk-accent),var(--ltk-accent-2));
		color: #fff;
		font-size: 11px;
		font-weight: 700;
		cursor: pointer;
	}

	.ltk-woo-shop__filter-open svg {
		width: 16px;
		height: 16px;
	}

	.ltk-woo-shop__filters,
	.ltk-woo-shop.is-topbar .ltk-woo-shop__filters {
		position: fixed;
		inset: 0;
		z-index: 9999998;
		width: 100%;
		margin: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.ltk-woo-shop__filters.is-open {
		visibility: visible;
		pointer-events: auto;
	}

	.ltk-woo-shop__filter-overlay {
		position: absolute;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		border: 0;
		background: rgba(3,9,22,.68);
		opacity: 0;
		transition: opacity .25s ease;
	}

	.ltk-woo-shop__filters.is-open .ltk-woo-shop__filter-overlay {
		opacity: 1;
	}

	.ltk-woo-shop__filters-inner,
	.ltk-woo-shop.has-sticky-filter.is-sidebar .ltk-woo-shop__filters-inner {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		width: 100%;
		max-height: 90vh;
		padding: 22px 18px max(20px,env(safe-area-inset-bottom)) !important;
		border-radius: 28px 28px 0 0 !important;
		transform: translateY(104%);
		transition: transform .3s ease;
	}

	.ltk-woo-shop__filters.is-open .ltk-woo-shop__filters-inner {
		transform: translateY(0);
	}

	.ltk-woo-shop__filters-head > button {
		display: inline-flex;
	}

	.ltk-woo-shop.is-topbar .ltk-woo-shop__filter-scroll {
		display: block;
	}

	.ltk-woo-shop.is-topbar .ltk-woo-filter-group,
	.ltk-woo-shop.is-topbar .ltk-woo-switch-row {
		padding: 22px 0;
		border-bottom: 1px solid var(--ltk-border);
	}

	.ltk-woo-shop__mobile-apply {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.ltk-woo-shop__filter-actions {
		grid-template-columns: 1fr 1fr;
	}

	.ltk-woo-shop__toolbar-left {
		display: none;
	}

	.ltk-woo-shop__toolbar {
		justify-content: flex-end;
	}

	.ltk-woo-single__main {
		gap: 28px !important;
	}

	.ltk-woo-single__gallery {
		grid-template-columns: 72px minmax(0,1fr);
	}

	.ltk-woo-single__thumb {
		width: 66px;
		height: 66px;
		min-width: 66px;
	}

	.ltk-woo-single.has-sticky-summary .ltk-woo-single__summary {
		position: relative;
		top: auto;
	}

	.ltk-woo-cart__grid,
	.ltk-woo-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	.ltk-woo-cart .cart_totals,
	.ltk-woo-sticky-review #order_review {
		position: relative;
		top: auto;
	}

	.ltk-woo-checkout #order_review {
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.ltk-woo-shop__title,
	.ltk-woo-page__title {
		font-size: 38px;
	}

	.ltk-woo-shop__description,
	.ltk-woo-page__description {
		font-size: 14px;
		line-height: 1.65;
	}

	.ltk-woo-shop__head,
	.ltk-woo-page__head {
		margin-bottom: 30px;
	}

	.ltk-woo-page__head {
		display: block;
	}

	.ltk-woo-page__continue {
		margin-top: 18px;
	}

	.ltk-woo-shop__toolbar {
		min-height: 58px;
		margin-bottom: 18px;
		padding: 7px;
	}

	.ltk-woo-shop__toolbar-actions {
		width: 100%;
	}

	.ltk-woo-sort {
		flex: 1;
		min-width: 0;
	}

	.ltk-woo-sort > span {
		display: none;
	}

	.ltk-woo-sort select {
		width: 100%;
		min-width: 0;
	}

	.ltk-woo-shop__view {
		flex: 0 0 auto;
	}

	.ltk-woo-products.is-list .ltk-woo-product-card {
		display: block;
	}

	.ltk-woo-products.is-list .ltk-woo-product-card__media-wrap {
		height: 300px !important;
		min-height: 0;
	}

	.ltk-woo-product-card__quick {
		left: auto;
		right: 13px;
		bottom: 13px;
		width: 42px;
		height: 42px;
		padding: 0;
		justify-content: center;
		opacity: 1;
		transform: none;
	}

	.ltk-woo-product-card__quick span {
		display: none;
	}

	.ltk-woo-product-card__actions {
		grid-template-columns: 1fr;
	}

	.ltk-woo-product-card__button {
		width: 100%;
	}

	.ltk-woo-skeleton-grid {
		grid-template-columns: 1fr;
	}

	.ltk-woo-quick-view {
		padding: 10px;
		align-items: flex-end;
	}

	.ltk-woo-quick-view__dialog {
		max-height: 92vh;
		border-radius: 27px 27px 12px 12px;
	}

	.ltk-woo-quick-view__grid {
		display: block;
	}

	.ltk-woo-quick-view__media {
		min-height: 310px;
		padding: 28px;
	}

	.ltk-woo-quick-view__media img {
		height: 280px;
	}

	.ltk-woo-quick-view__summary {
		padding: 30px 22px 28px;
	}

	.ltk-woo-quick-view__summary h2 {
		font-size: 30px;
	}

	.ltk-woo-single__main {
		display: block;
	}

	.ltk-woo-single__gallery,
	.ltk-woo-single.thumbs-bottom .ltk-woo-single__gallery {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.ltk-woo-single__main-image {
		order: 1;
		height: 410px !important;
	}

	.ltk-woo-single__thumbs,
	.ltk-woo-single.thumbs-bottom .ltk-woo-single__thumbs {
		order: 2;
		flex-direction: row;
		max-height: none;
		overflow-x: auto;
	}

	.ltk-woo-single__mobile-gallery-controls {
		order: 3;
		margin-top: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 14px;
	}

	.ltk-woo-single__mobile-gallery-controls button {
		width: 40px;
		height: 40px;
		padding: 0;
		border: 1px solid var(--ltk-border);
		border-radius: 50%;
		background: var(--ltk-surface);
		color: var(--ltk-ink);
		box-shadow: var(--ltk-shadow-sm);
	}

	.ltk-woo-single__mobile-gallery-controls span {
		color: var(--ltk-muted);
		font-size: 11px;
		font-weight: 700;
	}

	.ltk-woo-single__summary {
		margin-top: 22px;
		padding: 25px 20px !important;
	}

	.ltk-woo-single__summary-top {
		align-items: flex-start;
		flex-direction: column;
	}

	.ltk-woo-single__title {
		font-size: 36px;
	}

	.ltk-woo-single__price {
		font-size: 26px;
	}

	.ltk-woo-single__trust {
		grid-template-columns: 1fr;
	}

	.ltk-woo-single__cart form.cart {
		display: grid;
		grid-template-columns: 116px minmax(0,1fr);
	}

	.ltk-woo-single__cart .variations,
	.ltk-woo-single__cart .single_variation_wrap,
	.ltk-woo-single__cart .group_table {
		grid-column: 1 / -1;
	}

	.ltk-woo-single__tabs {
		margin-top: 30px;
		padding: 20px 16px;
	}

	.ltk-woo-single__tabs ul.tabs {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
	}

	.ltk-woo-single__tabs ul.tabs li a {
		text-align: center;
	}

	.ltk-woo-single__related {
		margin-top: 48px;
	}

	.ltk-woo-single__related-head {
		align-items: center;
	}

	.ltk-woo-single__related-title {
		font-size: 29px;
	}

	.ltk-woo-single__related-grid {
		display: flex;
		gap: 15px !important;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		padding: 2px 2px 12px;
	}

	.ltk-woo-single__related-grid::-webkit-scrollbar {
		display: none;
	}

	.ltk-woo-single__related-grid .ltk-woo-product-card {
		flex: 0 0 86%;
		scroll-snap-align: center;
	}

	.ltk-woo-single-lightbox {
		padding: 10px;
	}

	.ltk-woo-single-lightbox__dialog {
		height: calc(100dvh - 20px);
		gap: 10px;
	}

	.ltk-woo-single-lightbox__dialog > img {
		border-radius: 18px;
	}

	.ltk-woo-single-lightbox__arrow {
		top: auto;
		bottom: 70px;
		width: 44px;
		height: 44px;
		transform: none;
	}

	.ltk-woo-single-lightbox__arrow.is-prev {
		left: 13px;
	}

	.ltk-woo-single-lightbox__arrow.is-next {
		right: 13px;
	}

	.ltk-woo-single-lightbox__thumbs {
		justify-content: flex-start;
	}

	.ltk-woo-checkout-steps {
		padding: 14px;
		grid-template-columns: repeat(3,1fr);
		gap: 8px;
	}

	.ltk-woo-checkout-steps > i {
		display: none;
	}

	.ltk-woo-checkout-steps > div {
		justify-content: center;
		flex-direction: column;
		gap: 6px;
		text-align: center;
	}

	.ltk-woo-shipping-progress {
		grid-template-columns: 38px minmax(0,1fr);
	}

	.ltk-woo-shipping-progress > em {
		display: none;
	}

	.ltk-woo-page__content table.shop_table_responsive thead {
		display: none;
	}

	.ltk-woo-page__content table.shop_table_responsive tr {
		display: block;
		margin-bottom: 15px;
		padding: 10px;
		border: 1px solid var(--ltk-border);
		border-radius: 20px;
		background: rgba(255,255,255,.72);
	}

	.ltk-woo-page__content table.shop_table_responsive td {
		width: 100%;
		padding: 11px 8px !important;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		border: 0 !important;
		border-bottom: 1px solid var(--ltk-border) !important;
		border-radius: 0 !important;
		background: transparent;
		text-align: right !important;
	}

	.ltk-woo-page__content table.shop_table_responsive td:last-child {
		border-bottom: 0 !important;
	}

	.ltk-woo-page__content table.shop_table_responsive td::before {
		color: var(--ltk-muted);
		font-size: 10px;
		font-weight: 700;
		text-transform: uppercase;
	}

	.ltk-woo-cart .woocommerce-cart-form,
	.ltk-woo-cart .cart_totals {
		padding: 17px !important;
		border-radius: 22px !important;
	}

	.ltk-woo-cart .product-thumbnail {
		display: flex !important;
	}

	.ltk-woo-cart .product-thumbnail::before {
		display: none;
	}

	.ltk-woo-cart .coupon {
		width: 100%;
		flex-direction: column;
	}

	.ltk-woo-cart .coupon input,
	.ltk-woo-cart .coupon .button,
	.ltk-woo-cart td.actions > .button {
		width: 100% !important;
	}

	.ltk-woo-checkout .woocommerce-billing-fields,
	.ltk-woo-checkout .woocommerce-shipping-fields,
	.ltk-woo-checkout .woocommerce-additional-fields,
	.ltk-woo-checkout #order_review {
		padding: 21px 17px !important;
		border-radius: 22px !important;
	}

	.ltk-woo-checkout .form-row-first,
	.ltk-woo-checkout .form-row-last {
		width: 100%;
		float: none;
	}

	.ltk-woo-page__content .woocommerce-message,
	.ltk-woo-page__content .woocommerce-info,
	.ltk-woo-page__content .woocommerce-error {
		padding-left: 44px !important;
		font-size: 12px;
	}

	.ltk-woo-trust-strip {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.select2-container--open {
		z-index: 9999999;
	}
}

@media (max-width: 420px) {
	.ltk-woo-shop__title,
	.ltk-woo-page__title {
		font-size: 34px;
	}

	.ltk-woo-single__main-image {
		height: 340px !important;
	}

	.ltk-woo-single__thumb {
		width: 62px;
		height: 62px;
		min-width: 62px;
	}

	.ltk-woo-single__cart form.cart {
		grid-template-columns: 1fr;
	}

	.ltk-woo-single__cart .ltk-woo-quantity,
	.ltk-woo-single__cart .single_add_to_cart_button {
		width: 100% !important;
	}

	.ltk-woo-product-card__media img {
		padding: 18px;
	}
}


/* =========================================================
   v1.9.2 professional live-layout fixes
   ========================================================= */

/* Product cards */
.ltk-woo-product-card__media-wrap,.ltk-woo-single__related-grid .ltk-woo-product-card__media-wrap{background:#fff}
.ltk-woo-product-card__media img,.ltk-woo-single__related-grid .ltk-woo-product-card__media img{width:100%;height:100%;padding:0!important}
.ltk-woo-product-card__actions{display:flex;align-items:center;justify-content:flex-start;gap:9px}
.ltk-woo-product-card__view{display:none!important}
.ltk-woo-product-card__button{width:auto;min-height:40px!important;padding:9px 14px!important;justify-content:flex-start;font-size:10px!important}
.ltk-woo-search-field input{padding-right:12px!important;font-size:13px;text-overflow:clip}
.ltk-woo-search-field input::placeholder{color:#68758a;font-size:13px;opacity:1}

/* Breadcrumb */
.ltk-woo-single__breadcrumbs{margin:0 0 24px;padding:10px 14px;display:inline-flex;align-items:center;gap:10px;max-width:100%;border:1px solid var(--ltk-border);border-radius:999px;background:rgba(255,255,255,.86);box-shadow:0 10px 28px rgba(8,45,78,.06);backdrop-filter:blur(var(--ltk-blur));-webkit-backdrop-filter:blur(var(--ltk-blur))}
.ltk-woo-single__breadcrumb-home{width:30px;height:30px;flex:0 0 30px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(14,165,233,.1);color:var(--ltk-accent)}
.ltk-woo-single__breadcrumb-home svg{width:15px;height:15px}
.ltk-woo-single__breadcrumbs .woocommerce-breadcrumb{min-width:0;margin:0!important;display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:var(--ltk-muted)!important;font-size:11px!important;line-height:1.35}
.ltk-woo-single__breadcrumbs .woocommerce-breadcrumb a{color:var(--ltk-accent)!important;font-weight:600}
.ltk-woo-single__breadcrumb-separator{color:#a6b2c2;font-size:15px}

/* Single layout: obey Elementor controls */
.ltk-woo-single__main{display:flex;align-items:flex-start}
.ltk-woo-single__gallery,.ltk-woo-single.thumbs-left .ltk-woo-single__gallery,.ltk-woo-single.thumbs-bottom .ltk-woo-single__gallery{min-width:0;display:flex;flex-direction:column;gap:12px}
.ltk-woo-single__main-image{order:1;width:100%;border:1px solid var(--ltk-border);background:#fff}
.ltk-woo-single__main-image>img{width:100%;height:100%;display:block}
.ltk-woo-single__thumbs,.ltk-woo-single.thumbs-left .ltk-woo-single__thumbs,.ltk-woo-single.thumbs-bottom .ltk-woo-single__thumbs{order:2;max-height:none;padding:2px;display:flex;flex-direction:row;gap:9px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity}
.ltk-woo-single__thumb{width:72px;height:66px;min-width:72px;padding:3px;border-radius:13px;background:#fff;scroll-snap-align:start}
.ltk-woo-single__thumb img{padding:0!important;object-fit:contain}
.ltk-woo-single__summary{min-width:0;flex:1 1 auto}
.ltk-woo-single__summary-top{gap:9px}
.ltk-woo-single__title{margin-top:12px;font-size:clamp(31px,3vw,45px);line-height:1.08}
.ltk-woo-single__price{margin-top:13px;font-size:24px}
.ltk-woo-single__excerpt{margin-top:13px;font-size:13px;line-height:1.62}
.ltk-woo-single__stock{margin-top:13px;padding:11px 13px}
.ltk-woo-single__cart{margin-top:15px}
.ltk-woo-single__secure{margin-top:11px;padding:10px 12px}
.ltk-woo-single__trust{margin-top:11px;gap:7px}
.ltk-woo-single__trust-item{padding:9px 8px}
.ltk-woo-single__meta{margin-top:13px;padding-top:13px}

/* Guaranteed horizontal quantities */
.ltk-woo-single__cart .quantity.ltk-woo-quantity,.ltk-woo-cart .product-quantity .quantity.ltk-woo-quantity{position:relative!important;inset:auto!important;display:inline-flex!important;flex-flow:row nowrap!important;align-items:center!important;justify-content:center!important;gap:0!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid var(--ltk-border)!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important;vertical-align:middle!important}
.ltk-woo-single__cart .quantity.ltk-woo-quantity{width:112px;height:44px}
.ltk-woo-cart .product-quantity .quantity.ltk-woo-quantity{width:104px!important;height:38px!important;margin:0 auto!important}
.ltk-woo-single__cart button.ltk-woo-quantity__button,.ltk-woo-cart .product-quantity button.ltk-woo-quantity__button{position:relative!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;transform:none!important;float:none!important;width:34px!important;min-width:34px!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:0!important;background:transparent!important;color:transparent!important;font-size:0!important;line-height:1!important;text-indent:0!important;opacity:1!important;visibility:visible!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;z-index:3!important;cursor:pointer!important}
.ltk-woo-single__cart button.ltk-woo-quantity__button::before,.ltk-woo-cart .product-quantity button.ltk-woo-quantity__button::before{display:block!important;color:var(--ltk-ink)!important;font-size:18px!important;line-height:1!important;font-family:Arial,sans-serif!important;font-weight:500!important;opacity:1!important;visibility:visible!important}
.ltk-woo-single__cart button.ltk-woo-quantity__button.is-minus::before,.ltk-woo-cart .product-quantity button.ltk-woo-quantity__button.is-minus::before{content:"−"!important}
.ltk-woo-single__cart button.ltk-woo-quantity__button.is-plus::before,.ltk-woo-cart .product-quantity button.ltk-woo-quantity__button.is-plus::before{content:"+"!important}
.ltk-woo-single__cart button.ltk-woo-quantity__button:hover,.ltk-woo-cart .product-quantity button.ltk-woo-quantity__button:hover{background:rgba(14,165,233,.08)!important}
.ltk-woo-single__cart .quantity.ltk-woo-quantity input.qty,.ltk-woo-cart .product-quantity .quantity.ltk-woo-quantity input.qty{position:relative!important;inset:auto!important;transform:none!important;flex:1 1 auto!important;width:40px!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--ltk-ink)!important;font-size:13px!important;line-height:1!important;font-weight:700!important;text-align:center!important;opacity:1!important;visibility:visible!important;box-shadow:none!important;z-index:2!important}
.ltk-woo-single__cart .single_add_to_cart_button{min-height:44px!important;padding:10px 19px!important;border-radius:14px!important;font-size:11px!important}

/* Tabs */
.ltk-woo-single__tabs{margin-top:32px;padding:22px;border-radius:23px}
.ltk-woo-single__tabs ul.tabs{margin-bottom:17px!important}
.ltk-woo-single__tabs ul.tabs li a{padding:9px 13px!important;font-size:11px}
.ltk-woo-single__tabs .woocommerce-Tabs-panel,.ltk-woo-single__tabs .woocommerce-Tabs-panel p,.ltk-woo-single__tabs .woocommerce-Tabs-panel td,.ltk-woo-single__tabs .woocommerce-Tabs-panel th{font-size:12px;line-height:1.62}
.ltk-woo-single__tabs h2{margin:0 0 12px;font-size:18px}
.ltk-woo-single__tabs table.shop_attributes th,.ltk-woo-single__tabs table.shop_attributes td{padding:9px 11px}

/* Related */
.ltk-woo-single__related{margin-top:46px}
.ltk-woo-single__related-title{font-size:30px}
.ltk-woo-single__related-grid .ltk-woo-product-card__media-wrap{background:#fff}
.ltk-woo-single__related-grid .ltk-woo-product-card__media img{padding:0!important;object-fit:cover}
.ltk-woo-single__related-grid .ltk-woo-product-card__body{padding:16px}
.ltk-woo-single__related-grid .ltk-woo-product-card__title{font-size:16px}
.ltk-woo-single__related-grid .ltk-woo-product-card__price{font-size:15px}
.ltk-woo-single__related-grid .ltk-woo-product-card__button{min-height:38px!important;padding:8px 12px!important;font-size:9.5px!important}

/* Lightbox */
.ltk-woo-single-lightbox{padding:18px}
.ltk-woo-single-lightbox__backdrop{background:radial-gradient(circle at 50% 35%,rgba(14,165,233,.16),rgba(14,165,233,0) 42%),rgba(2,8,20,.96)}
.ltk-woo-single-lightbox__dialog{width:min(1120px,100%);height:min(820px,calc(100vh - 36px));padding:14px;grid-template-rows:minmax(0,1fr) 64px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:rgba(8,18,36,.78);box-shadow:0 40px 140px rgba(0,0,0,.5);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ltk-woo-single-lightbox__dialog>img{border-radius:20px;background:#fff}
.ltk-woo-single-lightbox__thumbs{padding:3px;align-items:center;justify-content:center}
.ltk-woo-single-lightbox__thumbs button{width:68px;height:52px;min-width:68px;background:#fff;opacity:.58}
.ltk-woo-single-lightbox__thumbs button.is-active{border-color:#0ea5e9;opacity:1;box-shadow:0 0 0 3px rgba(14,165,233,.2)}
.ltk-woo-single-lightbox__close,.ltk-woo-single-lightbox__arrow,.ltk-woo-single-lightbox__count{background:rgba(7,19,38,.72);border-color:rgba(255,255,255,.2)}

/* Cart */
.ltk-woo-shipping-progress{display:none!important}
.ltk-woo-cart__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,var(--ltk-cart-summary,34%));gap:var(--ltk-cart-gap,24px);align-items:start}
.ltk-woo-cart .woocommerce-cart-form,.ltk-woo-cart .cart_totals{border:1px solid var(--ltk-border);background:rgba(255,255,255,.92)}
.ltk-woo-cart .woocommerce-cart-form table.shop_table{border-spacing:0 9px!important}
.ltk-woo-cart .woocommerce-cart-form table.shop_table td{padding:12px 9px!important}
.ltk-woo-cart .product-thumbnail img{padding:0!important;object-fit:contain!important;background:#fff}
.ltk-woo-cart .product-name a{font-size:13px;line-height:1.34}
.ltk-woo-cart .product-price,.ltk-woo-cart .product-subtotal{font-size:12px;font-weight:700}
.ltk-woo-cart .actions .button,.ltk-woo-cart .coupon .button{min-height:38px!important;padding:8px 13px!important;font-size:10px!important}
.ltk-woo-cart .coupon input{height:38px!important;min-height:38px!important}
.ltk-woo-cart .cart_totals h2{font-size:20px}
.ltk-woo-cart .cart_totals table td,.ltk-woo-cart .cart_totals table th{padding:9px 0!important;font-size:11px}
.ltk-woo-cart .wc-proceed-to-checkout .checkout-button{min-height:44px!important;padding:10px 15px!important;font-size:11px!important}
.ltk-woo-trust-strip{margin-top:17px;padding:12px 15px}

/* Checkout: stable JS wrapper */
.ltk-woo-checkout form.checkout{display:block!important;width:100%!important}
.ltk-woo-checkout .ltk-checkout-layout{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,var(--ltk-review-width,38%));gap:var(--ltk-checkout-gap,28px);align-items:start}
.ltk-woo-checkout .ltk-checkout-layout__details,.ltk-woo-checkout .ltk-checkout-layout__review{min-width:0;width:100%}
.ltk-woo-checkout #customer_details,.ltk-woo-checkout #customer_details.col2-set,.ltk-woo-checkout .ltk-checkout-details{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:block!important;float:none!important}
.ltk-woo-checkout #customer_details .col-1,.ltk-woo-checkout #customer_details .col-2,.ltk-woo-checkout .col2-set .col-1,.ltk-woo-checkout .col2-set .col-2{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;display:block!important;float:none!important;clear:both!important}
.ltk-woo-checkout #order_review_heading{display:none!important}
.ltk-woo-checkout #order_review{width:100%!important;max-width:none!important;margin:0!important}
.ltk-woo-sticky-review .ltk-checkout-layout__review{position:sticky;top:var(--ltk-checkout-sticky,110px)}
.ltk-woo-sticky-review #order_review{position:static;top:auto}
.ltk-woo-checkout .woocommerce-billing-fields,.ltk-woo-checkout .woocommerce-shipping-fields,.ltk-woo-checkout .woocommerce-additional-fields,.ltk-woo-checkout #order_review{margin:0 0 17px;background:rgba(255,255,255,.94)}
.ltk-woo-checkout .woocommerce-billing-fields>h3,.ltk-woo-checkout .woocommerce-shipping-fields>h3,.ltk-woo-checkout .woocommerce-additional-fields>h3,.ltk-woo-order-title h3{margin-bottom:17px;font-size:20px}
.ltk-woo-checkout .form-row{margin-bottom:13px!important}
.ltk-woo-checkout .form-row-first,.ltk-woo-checkout .form-row-last{width:calc(50% - 7px)}
.ltk-woo-checkout .form-row-first{float:left}.ltk-woo-checkout .form-row-last{float:right}
.ltk-woo-checkout .form-row-wide{width:100%;float:none;clear:both}
.ltk-woo-checkout .woocommerce-additional-fields{clear:both}
.ltk-woo-checkout #order_review table.shop_table td,.ltk-woo-checkout #order_review table.shop_table th{font-size:11px}
.ltk-woo-checkout #payment{margin-top:12px}
.ltk-woo-checkout #payment ul.payment_methods,.ltk-woo-checkout #payment .place-order{padding:13px!important}
.ltk-woo-checkout #place_order{min-height:46px!important;padding:10px 15px!important;font-size:11px!important}

@media(max-width:1024px){
 .ltk-woo-single__main{display:block}
 .ltk-woo-single__gallery{max-width:none!important;width:100%!important;flex-basis:auto!important}
 .ltk-woo-single__summary{margin-top:22px}
 .ltk-woo-cart__grid,.ltk-woo-checkout .ltk-checkout-layout{grid-template-columns:1fr}
 .ltk-woo-sticky-review .ltk-checkout-layout__review{position:static;top:auto}
}
@media(max-width:767px){
 .ltk-woo-product-card__media-wrap{background:#fff!important}
 .ltk-woo-product-card__media img{padding:0!important;object-fit:cover!important}
 .ltk-woo-single__breadcrumbs{width:100%;border-radius:17px;align-items:flex-start}
 .ltk-woo-single__breadcrumbs .woocommerce-breadcrumb{font-size:10px!important}
 .ltk-woo-single__main-image{height:390px}
 .ltk-woo-single__summary{padding:22px 18px}
 .ltk-woo-single__title{font-size:31px}
 .ltk-woo-single__tabs{padding:16px 14px}
 .ltk-woo-single__related-grid .ltk-woo-product-card{flex-basis:88%}
 .ltk-woo-single-lightbox{padding:8px}
 .ltk-woo-single-lightbox__dialog{height:calc(100dvh - 16px);padding:8px;border-radius:20px;grid-template-rows:minmax(0,1fr) 58px}
 .ltk-woo-single-lightbox__arrow{top:auto;bottom:72px;width:42px;height:42px;transform:none}
 .ltk-woo-cart .woocommerce-cart-form,.ltk-woo-cart .cart_totals{padding:14px;border-radius:20px}
 .ltk-woo-cart .product-quantity .quantity.ltk-woo-quantity{margin-left:auto!important;margin-right:0!important}
 .ltk-woo-checkout .woocommerce-billing-fields,.ltk-woo-checkout .woocommerce-shipping-fields,.ltk-woo-checkout .woocommerce-additional-fields,.ltk-woo-checkout #order_review{padding:17px 14px;border-radius:20px}
 .ltk-woo-checkout .form-row-first,.ltk-woo-checkout .form-row-last{width:100%;float:none}
}


/* =========================================================
   v1.9.3 performance hotfix
   ========================================================= */

.ltk-woo-product-card {
	content-visibility: auto;
	contain-intrinsic-size: 420px;
	contain: layout paint style;
}

.ltk-woo-shop__filters-inner,
.ltk-woo-shop__toolbar,
.ltk-woo-single__summary,
.ltk-woo-single__tabs,
.ltk-woo-cart .woocommerce-cart-form,
.ltk-woo-cart .cart_totals,
.ltk-woo-checkout .woocommerce-billing-fields,
.ltk-woo-checkout .woocommerce-shipping-fields,
.ltk-woo-checkout .woocommerce-additional-fields,
.ltk-woo-checkout #order_review {
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
	background-color: rgba(255,255,255,.96) !important;
}

.ltk-woo-product-card,
.ltk-woo-product-card__media img,
.ltk-woo-product-card__quick,
.ltk-woo-single__main-image > img {
	will-change: auto !important;
}

@media (hover: none), (max-width: 1024px) {
	.ltk-woo-shop *,
	.ltk-woo-single *,
	.ltk-woo-page * {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
	}

	.ltk-woo-shop__filters-inner,
	.ltk-woo-shop__toolbar,
	.ltk-woo-shop__mobile-bar,
	.ltk-woo-quick-view__overlay,
	.ltk-woo-single__summary,
	.ltk-woo-single__tabs,
	.ltk-woo-single-lightbox__backdrop,
	.ltk-woo-single-lightbox__dialog,
	.ltk-woo-page__continue,
	.ltk-woo-page__content .woocommerce-message,
	.ltk-woo-page__content .woocommerce-info,
	.ltk-woo-page__content .woocommerce-error,
	.ltk-woo-trust-strip {
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}

	.ltk-woo-product-card {
		transform: none !important;
	}

	.ltk-woo-product-card:hover {
		transform: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ltk-woo-shop *,
	.ltk-woo-single *,
	.ltk-woo-page *,
	.ltk-side-cart *,
	.ltk-cart-toast * {
		animation: none !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}


/* =========================================================
   v1.9.4 quantity, related slider, cart and checkout fixes
   ========================================================= */

/* Breadcrumb: no arrows, bullets or theme-generated dots */
.ltk-woo-single__breadcrumbs .ltk-woo-single__breadcrumb-separator,
.ltk-woo-single__breadcrumbs .woocommerce-breadcrumb::before,
.ltk-woo-single__breadcrumbs .woocommerce-breadcrumb::after,
.ltk-woo-single__breadcrumbs .woocommerce-breadcrumb a::before,
.ltk-woo-single__breadcrumbs .woocommerce-breadcrumb a::after {
	content: none !important;
	display: none !important;
}

.ltk-woo-single__breadcrumbs .woocommerce-breadcrumb {
	gap: 12px !important;
}

.ltk-woo-single__breadcrumbs .woocommerce-breadcrumb > * {
	margin: 0 !important;
}

/* Real server-rendered quantity buttons – no pseudo-icon dependency */
.ltk-woo-single .quantity,
.ltk-woo-cart .quantity {
	position: relative !important;
	display: inline-flex !important;
	flex-flow: row nowrap !important;
	align-items: stretch !important;
	justify-content: center !important;
	gap: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	border: 1px solid rgba(14,165,233,.24) !important;
	border-radius: 12px !important;
	background: #ffffff !important;
	box-shadow: 0 6px 18px rgba(8,45,78,.06) !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button {
	position: static !important;
	inset: auto !important;
	transform: none !important;
	float: none !important;
	flex: 0 0 34px !important;
	width: 34px !important;
	min-width: 34px !important;
	max-width: 34px !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f3f9fd !important;
	color: #071326 !important;
	font-family: Arial, sans-serif !important;
	font-size: 18px !important;
	line-height: 1 !important;
	font-weight: 500 !important;
	text-indent: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	cursor: pointer !important;
	z-index: 10 !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button span,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button span {
	position: static !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	color: #071326 !important;
	font: inherit !important;
	line-height: 1 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button::before,
.ltk-woo-single .quantity > .ltk-woo-quantity__button::after,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button::before,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button::after {
	content: none !important;
	display: none !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button:hover,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button:hover {
	background: #0ea5e9 !important;
	color: #ffffff !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button:hover span,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button:hover span {
	color: #ffffff !important;
}

.ltk-woo-single .quantity > input.qty,
.ltk-woo-cart .quantity > input.qty {
	position: static !important;
	inset: auto !important;
	transform: none !important;
	flex: 1 1 auto !important;
	width: 40px !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 4px !important;
	display: block !important;
	border: 0 !important;
	border-left: 1px solid rgba(14,165,233,.14) !important;
	border-right: 1px solid rgba(14,165,233,.14) !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	color: #071326 !important;
	font-size: 13px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	text-align: center !important;
	text-indent: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	box-shadow: none !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
	z-index: 5 !important;
}

.ltk-woo-single .quantity > input.qty::-webkit-inner-spin-button,
.ltk-woo-single .quantity > input.qty::-webkit-outer-spin-button,
.ltk-woo-cart .quantity > input.qty::-webkit-inner-spin-button,
.ltk-woo-cart .quantity > input.qty::-webkit-outer-spin-button {
	margin: 0 !important;
	-webkit-appearance: none !important;
}

/* Related-products slider */
.ltk-woo-single__related {
	overflow: hidden;
}

.ltk-woo-single__related-head {
	align-items: center !important;
}

.ltk-woo-single__related-kicker {
	width: max-content;
	margin-bottom: 9px;
	padding: 7px 11px;
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ltk-woo-single__related-nav {
	display: flex;
	align-items: center;
	gap: 9px;
}

.ltk-woo-single__related-nav button {
	padding: 0 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(14,165,233,.2);
	border-radius: 50%;
	box-shadow: 0 10px 26px rgba(8,45,78,.08);
	cursor: pointer;
	transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
}

.ltk-woo-single__related-nav button:first-child svg {
	transform: rotate(180deg);
}

.ltk-woo-single__related-nav button svg {
	width: 18px;
	height: 18px;
}

.ltk-woo-single__related-nav button:hover {
	transform: translateY(-2px);
}

.ltk-woo-single__related-nav button:disabled {
	opacity: .3 !important;
	transform: none !important;
	cursor: not-allowed !important;
}

.ltk-woo-single__related-grid {
	--ltk-related-columns: 3;
	--ltk-related-gap: 22px;
	display: flex !important;
	grid-template-columns: none !important;
	gap: var(--ltk-related-gap) !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	overscroll-behavior-inline: contain;
	padding: 2px 2px 14px;
}

.ltk-woo-single__related-grid::-webkit-scrollbar {
	display: none;
}

.ltk-woo-single__related-grid .ltk-woo-product-card {
	flex: 0 0 calc(
		(
			100% -
			(
				var(--ltk-related-gap) *
				(var(--ltk-related-columns) - 1)
			)
		) /
		var(--ltk-related-columns)
	) !important;
	min-width: 0 !important;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.ltk-woo-single__related-grid .ltk-woo-product-card__media {
	overflow: hidden;
}

.ltk-woo-single__related-grid .ltk-woo-product-card__media img {
	padding: 0 !important;
	object-position: center !important;
}

/* Cart: modern row cards */
.ltk-woo-cart .woocommerce-cart-form {
	padding: 18px !important;
}

.ltk-woo-cart .woocommerce-cart-form table.shop_table,
.ltk-woo-cart .woocommerce-cart-form table.shop_table tbody {
	width: 100% !important;
	display: block !important;
}

.ltk-woo-cart .woocommerce-cart-form table.shop_table thead {
	display: none !important;
}

.ltk-woo-cart .woocommerce-cart-form table.shop_table tbody {
	display: grid !important;
	gap: 12px;
}

.ltk-woo-cart .woocommerce-cart-form tr.cart_item {
	width: 100%;
	padding: 13px;
	display: grid !important;
	grid-template-columns: 82px minmax(0,1fr) 90px 110px 90px 36px;
	grid-template-areas: "thumb name price quantity subtotal remove";
	align-items: center;
	gap: 14px;
	border: 1px solid rgba(14,165,233,.16);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(8,45,78,.05);
}

.ltk-woo-cart .woocommerce-cart-form tr.cart_item td {
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	text-align: left !important;
}

.ltk-woo-cart .woocommerce-cart-form tr.cart_item td::before {
	display: none !important;
}

.ltk-woo-cart .product-thumbnail {
	grid-area: thumb;
}

.ltk-woo-cart .product-name {
	grid-area: name;
}

.ltk-woo-cart .product-price {
	grid-area: price;
}

.ltk-woo-cart .product-quantity {
	grid-area: quantity;
	text-align: center !important;
}

.ltk-woo-cart .product-subtotal {
	grid-area: subtotal;
	text-align: right !important;
}

.ltk-woo-cart .product-remove {
	grid-area: remove;
	text-align: right !important;
}

.ltk-woo-cart .product-thumbnail img {
	width: 82px !important;
	height: 82px !important;
	padding: 0 !important;
	border-radius: 13px !important;
	object-fit: cover !important;
	background: #f7fbff !important;
}

.ltk-woo-cart .product-name a {
	display: block;
	color: #071326 !important;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 700;
}

.ltk-woo-cart .product-price,
.ltk-woo-cart .product-subtotal {
	color: #071326;
	font-size: 12px;
	font-weight: 700;
}

.ltk-woo-cart .product-remove a {
	width: 34px !important;
	height: 34px !important;
	font-size: 17px !important;
}

.ltk-woo-cart .product-quantity .quantity {
	width: 104px;
	height: 40px;
	margin: 0 auto !important;
}

.ltk-woo-cart .woocommerce-cart-form tr:not(.cart_item) {
	width: 100%;
	display: block !important;
}

.ltk-woo-cart .woocommerce-cart-form td.actions {
	width: 100% !important;
	padding: 15px 0 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: wrap;
	gap: 10px;
	border: 0 !important;
	background: transparent !important;
}

.ltk-woo-cart .coupon {
	display: flex !important;
	align-items: center;
	gap: 8px;
}

.ltk-woo-cart .coupon input {
	width: 170px !important;
	height: 40px !important;
	min-height: 40px !important;
}

.ltk-woo-cart .actions .button,
.ltk-woo-cart .coupon .button,
.ltk-woo-cart .wc-proceed-to-checkout .checkout-button {
	min-height: 40px !important;
	padding: 9px 15px !important;
	border-radius: 12px !important;
	font-size: 11px !important;
	line-height: 1 !important;
}

.ltk-woo-cart .cart_totals {
	padding: 20px !important;
	border-radius: 20px !important;
}

.ltk-woo-cart .cart_totals h2 {
	font-size: 21px !important;
}

.ltk-woo-cart .cart_totals table {
	margin-bottom: 10px !important;
}

.ltk-woo-cart .cart_totals table th,
.ltk-woo-cart .cart_totals table td {
	padding: 10px 0 !important;
}

.ltk-woo-cart .wc-proceed-to-checkout .checkout-button {
	width: 100% !important;
	min-height: 44px !important;
}

/* Checkout payment methods */
.ltk-woo-checkout #payment {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.ltk-woo-checkout #payment ul.payment_methods {
	margin: 0 !important;
	padding: 0 !important;
	display: grid;
	gap: 10px;
	border: 0 !important;
}

.ltk-woo-checkout #payment li.wc_payment_method {
	margin: 0 !important;
	padding: 14px 15px !important;
	border: 1px solid rgba(14,165,233,.18) !important;
	border-radius: 15px;
	background: #ffffff !important;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.ltk-woo-checkout #payment li.wc_payment_method.is-selected {
	border-color: #0ea5e9 !important;
	background: rgba(14,165,233,.07) !important;
	box-shadow: 0 0 0 3px rgba(14,165,233,.09);
}

.ltk-woo-checkout #payment li.wc_payment_method > input[type="radio"] {
	width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	display: inline-block !important;
	border: 1px solid rgba(14,165,233,.45) !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	box-shadow: none !important;
	vertical-align: middle;
	accent-color: #0ea5e9;
}

.ltk-woo-checkout #payment li.wc_payment_method > label {
	margin: 0 !important;
	display: inline-flex !important;
	align-items: center;
	color: #071326 !important;
	font-size: 13px !important;
	line-height: 1.35;
	font-weight: 700 !important;
	cursor: pointer;
}

.ltk-woo-checkout #payment div.payment_box {
	margin: 12px 0 0 !important;
	padding: 12px 14px !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: #f3f9fd !important;
	color: #68758a !important;
	font-size: 11px !important;
	line-height: 1.65 !important;
	box-shadow: none !important;
}

.ltk-woo-checkout #payment div.payment_box::before,
.ltk-woo-checkout #payment div.payment_box::after {
	content: none !important;
	display: none !important;
}

.ltk-woo-checkout #payment .place-order {
	margin-top: 12px !important;
	padding: 16px !important;
	overflow: hidden;
	border: 1px solid rgba(14,165,233,.16);
	border-radius: 15px;
	background: #ffffff;
}

.ltk-woo-checkout #payment .place-order::after {
	content: "";
	display: table;
	clear: both;
}

.ltk-woo-checkout #payment .woocommerce-privacy-policy-text {
	color: #68758a;
	font-size: 11px;
	line-height: 1.65;
}

.ltk-woo-checkout #place_order {
	width: auto;
	min-width: 190px;
	min-height: 44px !important;
	float: right !important;
	padding: 10px 18px !important;
	border-radius: 12px !important;
	font-size: 11px !important;
}

@media (max-width: 1024px) {
	.ltk-woo-single__related-grid {
		--ltk-related-columns: 2;
	}
}

@media (max-width: 767px) {
	.ltk-woo-single__related-head {
		align-items: flex-end !important;
	}

	.ltk-woo-single__related-nav {
		flex: 0 0 auto;
	}

	.ltk-woo-single__related-grid {
		--ltk-related-columns: 1;
	}

	.ltk-woo-single__related-grid .ltk-woo-product-card {
		flex-basis: var(--ltk-related-mobile-width,88%) !important;
	}

	.ltk-woo-cart .woocommerce-cart-form {
		padding: 12px !important;
	}

	.ltk-woo-cart .woocommerce-cart-form tr.cart_item {
		grid-template-columns: 72px minmax(0,1fr) 34px;
		grid-template-areas:
			"thumb name remove"
			"thumb price subtotal"
			"thumb quantity quantity";
		gap: 9px 12px;
		padding: 12px;
	}

	.ltk-woo-cart .product-thumbnail img {
		width: 72px !important;
		height: 86px !important;
	}

	.ltk-woo-cart .product-quantity {
		display: flex !important;
		justify-content: flex-start;
	}

	.ltk-woo-cart .product-quantity .quantity {
		margin: 2px 0 0 !important;
	}

	.ltk-woo-cart .woocommerce-cart-form td.actions {
		align-items: stretch !important;
		flex-direction: column;
	}

	.ltk-woo-cart .coupon {
		width: 100%;
		display: grid !important;
		grid-template-columns: 1fr auto;
	}

	.ltk-woo-cart .coupon input {
		width: 100% !important;
	}

	.ltk-woo-cart .actions > .button {
		width: 100% !important;
	}

	.ltk-woo-checkout #payment .place-order {
		padding: 14px !important;
	}

	.ltk-woo-checkout #place_order {
		width: 100% !important;
		min-width: 0;
		float: none !important;
	}
}


/* =========================================================
   v1.9.5 Quick View, quantity, filters, related and cart
   ========================================================= */

/* Quick View: larger desktop window, never wider than the screen */
.ltk-woo-quick-view {
	--ltk-qv-media: 52%;
	padding: 16px !important;
	overflow: hidden !important;
}

.ltk-woo-quick-view__dialog {
	width: min(1360px,calc(100vw - 32px)) !important;
	max-width: calc(100vw - 32px) !important;
	height: min(820px,calc(100dvh - 32px)) !important;
	max-height: calc(100dvh - 32px) !important;
	overflow: hidden !important;
	border-radius: 28px;
}

.ltk-woo-quick-view__content {
	width: 100%;
	height: 100%;
	min-width: 0;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	overscroll-behavior: contain;
}

.ltk-woo-quick-view__grid {
	width: 100%;
	min-width: 0;
	min-height: 100%;
	display: grid;
	grid-template-columns: minmax(0,var(--ltk-qv-media)) minmax(0,1fr);
}

.ltk-woo-quick-view__media,
.ltk-woo-quick-view__summary {
	min-width: 0;
}

.ltk-woo-quick-view__media {
	min-height: 100%;
	padding: 34px;
}

.ltk-woo-quick-view__media img {
	width: 100%;
	height: 540px;
	max-width: 100%;
	padding: 0 !important;
	object-fit: contain;
}

.ltk-woo-quick-view__summary {
	padding: 48px;
	justify-content: center;
	overflow: hidden;
}

.ltk-woo-quick-view__summary h2 {
	font-size: clamp(32px,3vw,46px);
}

.ltk-woo-quick-view__cart,
.ltk-woo-quick-view__cart form.cart,
.ltk-woo-quick-view__cart .single_variation_wrap,
.ltk-woo-quick-view__cart .woocommerce-variation-add-to-cart {
	width: 100%;
	min-width: 0;
}

.ltk-woo-quick-view__cart form.cart,
.ltk-woo-single__cart form.cart,
.ltk-woo-quick-view__cart .woocommerce-variation-add-to-cart,
.ltk-woo-single__cart .woocommerce-variation-add-to-cart {
	display: flex !important;
	align-items: flex-end !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
}

.ltk-woo-purchase-label {
	width: 100%;
	margin: 0 0 2px;
	display: block;
	color: var(--ltk-ink);
	font-size: 11px;
	line-height: 1.2;
	font-weight: 600;
}

.ltk-woo-quick-view__cart .variations,
.ltk-woo-single__cart .variations {
	width: 100% !important;
	table-layout: fixed !important;
}

.ltk-woo-quick-view__cart .variations tbody,
.ltk-woo-quick-view__cart .variations tr,
.ltk-woo-single__cart .variations tbody,
.ltk-woo-single__cart .variations tr {
	width: 100%;
}

.ltk-woo-quick-view__cart .variations th,
.ltk-woo-quick-view__cart .variations td {
	min-width: 0;
}

.ltk-woo-quick-view__cart .reset_variations {
	position: static !important;
	float: none !important;
	margin: 8px 0 0 !important;
	display: inline-flex !important;
	color: var(--ltk-accent) !important;
	font-size: 10px !important;
}

.ltk-woo-quick-view__cart .woocommerce-variation-price,
.ltk-woo-quick-view__cart .woocommerce-variation-availability {
	margin: 8px 0;
}

/* Quantity UI matching the supplied reference */
.ltk-woo-single .quantity,
.ltk-woo-quick-view .quantity,
.ltk-woo-cart .quantity {
	width: 122px !important;
	height: 44px !important;
	flex: 0 0 122px !important;
	border: 1px solid #9aa3ad !important;
	border-radius: 7px !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button,
.ltk-woo-quick-view .quantity > .ltk-woo-quantity__button,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button {
	flex: 0 0 38px !important;
	width: 38px !important;
	min-width: 38px !important;
	max-width: 38px !important;
	background: #ffffff !important;
	color: #242a31 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button span,
.ltk-woo-quick-view .quantity > .ltk-woo-quantity__button span,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button span {
	color: #242a31 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button:hover,
.ltk-woo-quick-view .quantity > .ltk-woo-quantity__button:hover,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button:hover {
	background: #eef8fd !important;
	color: #0ea5e9 !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button:hover span,
.ltk-woo-quick-view .quantity > .ltk-woo-quantity__button:hover span,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button:hover span {
	color: #0ea5e9 !important;
}

.ltk-woo-single .quantity > input.qty,
.ltk-woo-quick-view .quantity > input.qty,
.ltk-woo-cart .quantity > input.qty {
	width: 46px !important;
	padding: 0 !important;
	border: 0 !important;
	background: #ffffff !important;
	color: #242a31 !important;
	font-size: 13px !important;
	font-weight: 500 !important;
}

.ltk-woo-quick-view__cart .single_add_to_cart_button,
.ltk-woo-single__cart .single_add_to_cart_button {
	width: auto !important;
	min-width: 210px;
	min-height: 44px !important;
	padding: 10px 22px !important;
	border-radius: 7px !important;
	font-size: 12px !important;
	box-shadow: none !important;
}

/* Quick View mobile */
@media (max-width: 767px) {
	.ltk-woo-quick-view {
		padding: 8px !important;
		align-items: center !important;
	}

	.ltk-woo-quick-view__dialog {
		width: calc(100vw - 16px) !important;
		max-width: calc(100vw - 16px) !important;
		height: calc(100dvh - 16px) !important;
		max-height: calc(100dvh - 16px) !important;
		border-radius: 20px !important;
	}

	.ltk-woo-quick-view__content {
		overflow-y: auto !important;
	}

	.ltk-woo-quick-view__grid {
		display: block !important;
		min-height: 0 !important;
	}

	.ltk-woo-quick-view__media {
		min-height: 0 !important;
		height: 270px;
		padding: 42px 18px 15px !important;
	}

	.ltk-woo-quick-view__media img {
		height: 220px !important;
		max-height: 220px !important;
	}

	.ltk-woo-quick-view__summary {
		padding: 20px 17px 24px !important;
		justify-content: flex-start !important;
	}

	.ltk-woo-quick-view__summary h2 {
		margin-top: 11px;
		font-size: 27px !important;
	}

	.ltk-woo-quick-view__price {
		margin-top: 10px;
		font-size: 21px;
	}

	.ltk-woo-quick-view__excerpt {
		margin-top: 11px;
		font-size: 12px;
		line-height: 1.55;
	}

	.ltk-woo-quick-view__cart {
		margin-top: 16px;
	}

	.ltk-woo-quick-view__cart .variations,
	.ltk-woo-quick-view__cart .variations tbody,
	.ltk-woo-quick-view__cart .variations tr,
	.ltk-woo-quick-view__cart .variations th,
	.ltk-woo-quick-view__cart .variations td {
		width: 100% !important;
		display: block !important;
	}

	.ltk-woo-quick-view__cart .variations th {
		padding: 5px 0 4px !important;
	}

	.ltk-woo-quick-view__cart .variations td {
		padding: 0 0 7px !important;
	}

	.ltk-woo-quick-view__cart select {
		width: 100% !important;
	}

	.ltk-woo-quick-view__cart form.cart,
	.ltk-woo-quick-view__cart .woocommerce-variation-add-to-cart {
		display: grid !important;
		grid-template-columns: 122px minmax(0,1fr) !important;
		align-items: end !important;
	}

	.ltk-woo-quick-view__cart .variations,
	.ltk-woo-quick-view__cart .single_variation,
	.ltk-woo-quick-view__cart .ltk-woo-purchase-label {
		grid-column: 1 / -1 !important;
	}

	.ltk-woo-quick-view__cart .single_add_to_cart_button {
		width: 100% !important;
		min-width: 0 !important;
	}

	.ltk-woo-quick-view__details {
		margin-top: 14px;
	}

	.ltk-woo-quick-view__close {
		right: 10px;
		top: 10px;
		width: 38px;
		height: 38px;
	}
}

/* Mobile filter drawer must not be clipped by section/Elementor wrappers */
@media (max-width: 1024px) {
	.elementor-widget-life-travels-woo-shop,
	.elementor-widget-life-travels-woo-shop > .elementor-widget-container,
	.ltk-woo-shop {
		overflow: visible !important;
		contain: none !important;
	}

	.ltk-woo-shop__filters {
		display: block !important;
		position: fixed !important;
		inset: 0 !important;
		z-index: 2147483000 !important;
		width: 100vw !important;
		height: 100dvh !important;
		max-width: none !important;
		margin: 0 !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	.ltk-woo-shop__filters.is-open {
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}

	.ltk-woo-shop__filter-overlay {
		display: block !important;
		position: absolute !important;
		inset: 0 !important;
		z-index: 1 !important;
		opacity: 0 !important;
		background: rgba(3,9,22,.72) !important;
	}

	.ltk-woo-shop__filters.is-open .ltk-woo-shop__filter-overlay {
		opacity: 1 !important;
	}

	.ltk-woo-shop__filters-inner,
	.ltk-woo-shop.has-sticky-filter.is-sidebar .ltk-woo-shop__filters-inner {
		position: absolute !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		z-index: 2 !important;
		width: 100% !important;
		max-width: none !important;
		height: min(88dvh,760px) !important;
		max-height: 88dvh !important;
		display: flex !important;
		flex-direction: column !important;
		overflow: hidden !important;
		border-radius: 26px 26px 0 0 !important;
		transform: translate3d(0,105%,0) !important;
		transition: transform .28s ease !important;
	}

	.ltk-woo-shop__filters.is-open .ltk-woo-shop__filters-inner {
		transform: translate3d(0,0,0) !important;
	}

	.ltk-woo-shop__filter-scroll {
		flex: 1 1 auto !important;
		min-height: 0 !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
	}

	html.ltk-woo-filter-open,
	body.ltk-woo-filter-open {
		overflow: hidden !important;
		touch-action: none;
	}
}

/* Related products: 4 desktop, 2 tablet, 1 mobile */
.ltk-woo-single__related {
	box-shadow: none !important;
}

.ltk-woo-single__related-grid {
	--ltk-related-columns: 4;
}

@media (max-width: 1024px) {
	.ltk-woo-single__related-grid {
		--ltk-related-columns: 2;
	}
}

@media (max-width: 767px) {
	.ltk-woo-single__related-grid {
		--ltk-related-columns: 1;
	}

	.ltk-woo-single__related-grid .ltk-woo-product-card {
		flex-basis: 100% !important;
	}
}

/* Modern compact availability notice */
.ltk-woo-single__stock {
	width: 100%;
	min-height: 46px;
	padding: 10px 13px !important;
	display: flex !important;
	align-items: center !important;
	gap: 11px !important;
	border: 1px solid rgba(34,197,94,.18) !important;
	border-radius: 13px !important;
	background: linear-gradient(90deg,rgba(34,197,94,.075),rgba(14,165,233,.035)) !important;
}

.ltk-woo-single__stock > div {
	min-width: 0;
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap;
	gap: 5px 10px !important;
}

.ltk-woo-single__stock strong,
.ltk-woo-single__stock small {
	margin: 0 !important;
	display: inline !important;
	line-height: 1.35 !important;
}

.ltk-woo-single__stock strong {
	font-size: 11px !important;
}

.ltk-woo-single__stock small {
	font-size: 10px !important;
}

/* Cleaner professional cart */
.ltk-woo-cart__grid {
	grid-template-columns: minmax(0,1fr) minmax(300px,340px) !important;
	gap: 24px !important;
}

.ltk-woo-cart .woocommerce-cart-form {
	padding: 20px !important;
	border: 1px solid rgba(14,165,233,.15) !important;
	border-radius: 22px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 42px rgba(8,45,78,.07) !important;
}

.ltk-woo-cart__panel-head {
	margin-bottom: 16px;
	padding-bottom: 14px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 15px;
	border-bottom: 1px solid rgba(14,165,233,.13);
}

.ltk-woo-cart__panel-head span {
	display: block;
	margin-bottom: 4px;
	color: #0ea5e9;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ltk-woo-cart__panel-head h3 {
	margin: 0;
	color: #071326;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 500;
}

.ltk-woo-cart__panel-head em {
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(14,165,233,.08);
	color: #0ea5e9;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
}

.ltk-woo-cart .woocommerce-cart-form tr.cart_item {
	grid-template-columns: 76px minmax(0,1fr) 122px 88px 34px !important;
	grid-template-areas: "thumb name quantity subtotal remove" !important;
	padding: 12px !important;
	border-radius: 16px !important;
	box-shadow: none !important;
}

.ltk-woo-cart .product-price {
	display: none !important;
}

.ltk-woo-cart .product-thumbnail img {
	width: 76px !important;
	height: 88px !important;
	object-fit: cover !important;
}

.ltk-woo-cart .product-name a {
	font-size: 13px !important;
}

.ltk-woo-cart .product-quantity::before,
.ltk-woo-cart .product-subtotal::before {
	display: block;
	margin-bottom: 6px;
	color: #8a96a8;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ltk-woo-cart .product-quantity::before {
	content: "Quantity";
}

.ltk-woo-cart .product-subtotal::before {
	content: "Subtotal";
}

.ltk-woo-cart .product-quantity .quantity {
	margin: 0 !important;
}

.ltk-woo-cart .cart_totals {
	padding: 22px !important;
	border: 1px solid rgba(14,165,233,.15) !important;
	border-radius: 22px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 42px rgba(8,45,78,.07) !important;
}

.ltk-woo-cart .actions .button,
.ltk-woo-cart .coupon .button,
.ltk-woo-cart .wc-proceed-to-checkout .checkout-button {
	min-height: 40px !important;
	padding: 9px 14px !important;
	border-radius: 9px !important;
	font-size: 10px !important;
	box-shadow: none !important;
}

@media (max-width: 1024px) {
	.ltk-woo-cart__grid {
		grid-template-columns: 1fr !important;
	}

	.ltk-woo-cart .cart_totals {
		position: static !important;
	}
}

@media (max-width: 767px) {
	.ltk-woo-cart .woocommerce-cart-form {
		padding: 12px !important;
	}

	.ltk-woo-cart .woocommerce-cart-form tr.cart_item {
		grid-template-columns: 72px minmax(0,1fr) 32px !important;
		grid-template-areas:
			"thumb name remove"
			"thumb subtotal subtotal"
			"thumb quantity quantity" !important;
	}

	.ltk-woo-cart .product-thumbnail img {
		width: 72px !important;
		height: 88px !important;
	}

	.ltk-woo-cart .product-subtotal {
		text-align: left !important;
	}

	.ltk-woo-cart .coupon {
		grid-template-columns: 1fr !important;
	}

	.ltk-woo-cart .coupon .button {
		width: 100% !important;
	}
}


/* =========================================================
   v1.9.6 mobile stability and interaction rebuild
   ========================================================= */

/* Stop horizontal page movement on pages containing these widgets. */
html.ltk-woo-page-active,
body.ltk-woo-page-active {
	width: 100% !important;
	max-width: 100% !important;
	overflow-x: clip !important;
}

.ltk-woo-shop,
.ltk-woo-shop__inner,
.ltk-woo-shop__layout,
.ltk-woo-shop__main,
.ltk-woo-products,
.ltk-woo-single,
.ltk-woo-single__inner,
.ltk-woo-single__main,
.ltk-woo-single__gallery,
.ltk-woo-single__summary,
.ltk-woo-single__tabs,
.ltk-woo-single__related {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

/* The filter drawer is moved to <body> on mobile. */
@media (max-width: 1024px) {
	.ltk-woo-shop {
		overflow: hidden !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal {
		position: fixed !important;
		inset: 0 !important;
		z-index: 2147483000 !important;
		width: auto !important;
		height: 100dvh !important;
		max-width: none !important;
		margin: 0 !important;
		display: block !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal.is-open {
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-shop__filter-overlay {
		position: absolute !important;
		inset: 0 !important;
		z-index: 1 !important;
		width: 100% !important;
		height: 100% !important;
		display: block !important;
		opacity: 0 !important;
		background: rgba(3,9,22,.72) !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal.is-open .ltk-woo-shop__filter-overlay {
		opacity: 1 !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-shop__filters-inner {
		position: absolute !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		top: auto !important;
		z-index: 2 !important;
		width: 100% !important;
		height: min(88dvh,760px) !important;
		max-height: 88dvh !important;
		display: flex !important;
		flex-direction: column !important;
		overflow: hidden !important;
		border-radius: 26px 26px 0 0 !important;
		transform: translate3d(0,105%,0) !important;
		transition: transform .28s ease !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal.is-open .ltk-woo-shop__filters-inner {
		transform: translate3d(0,0,0) !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-shop__filter-scroll {
		flex: 1 1 auto !important;
		min-height: 0 !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
	}

	html.ltk-woo-filter-open,
	body.ltk-woo-filter-open {
		overflow: hidden !important;
	}
}

/* Clean custom breadcrumb with centered dot separators. */
.ltk-woo-single__breadcrumbs {
	width: fit-content;
	max-width: 100%;
	padding: 9px 13px !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 9px !important;
	overflow: hidden;
}

.ltk-woo-single__breadcrumb-list {
	min-width: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.ltk-woo-single__breadcrumb-list > a,
.ltk-woo-single__breadcrumb-current {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-flex;
	align-items: center;
	color: var(--ltk-muted);
	font-size: 11px;
	line-height: 1.35;
	font-weight: 500;
}

.ltk-woo-single__breadcrumb-list > a {
	color: var(--ltk-accent);
	font-weight: 650;
}

.ltk-woo-single__breadcrumb-current {
	min-width: 0;
	max-width: min(330px,40vw);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ltk-woo-single__breadcrumb-separator {
	width: 4px;
	height: 4px;
	flex: 0 0 4px;
	margin: 0 1px !important;
	display: inline-block !important;
	border-radius: 50%;
	background: #9aa8b9;
}

/* Robust SVG quantity control. */
.ltk-woo-single .quantity,
.ltk-woo-quick-view .quantity,
.ltk-woo-cart .quantity {
	position: relative !important;
	width: 122px !important;
	height: 44px !important;
	min-width: 122px !important;
	max-width: 122px !important;
	flex: 0 0 122px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: grid !important;
	grid-template-columns: 38px 46px 38px !important;
	align-items: stretch !important;
	overflow: hidden !important;
	border: 1px solid #a8b0ba !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button,
.ltk-woo-quick-view .quantity > .ltk-woo-quantity__button,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button {
	position: static !important;
	inset: auto !important;
	width: 38px !important;
	height: 42px !important;
	min-width: 38px !important;
	max-width: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #20262d !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	cursor: pointer !important;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button svg,
.ltk-woo-quick-view .quantity > .ltk-woo-quantity__button svg,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button svg {
	width: 15px !important;
	height: 15px !important;
	display: block !important;
	overflow: visible !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.8 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button:hover,
.ltk-woo-quick-view .quantity > .ltk-woo-quantity__button:hover,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button:hover {
	background: #edf8fd !important;
	color: #0ea5e9 !important;
}

.ltk-woo-single .quantity > input.qty,
.ltk-woo-quick-view .quantity > input.qty,
.ltk-woo-cart .quantity > input.qty {
	position: static !important;
	width: 46px !important;
	height: 42px !important;
	min-width: 46px !important;
	max-width: 46px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	border: 0 !important;
	border-left: 1px solid #e1e7ec !important;
	border-right: 1px solid #e1e7ec !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #20262d !important;
	font-size: 13px !important;
	line-height: 42px !important;
	font-weight: 600 !important;
	text-align: center !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
}

.ltk-woo-single .quantity > input.qty::-webkit-inner-spin-button,
.ltk-woo-single .quantity > input.qty::-webkit-outer-spin-button,
.ltk-woo-quick-view .quantity > input.qty::-webkit-inner-spin-button,
.ltk-woo-quick-view .quantity > input.qty::-webkit-outer-spin-button,
.ltk-woo-cart .quantity > input.qty::-webkit-inner-spin-button,
.ltk-woo-cart .quantity > input.qty::-webkit-outer-spin-button {
	margin: 0 !important;
	-webkit-appearance: none !important;
}

/* Keep quantity and Add to Cart correctly aligned. */
.ltk-woo-single__cart form.cart,
.ltk-woo-quick-view__cart form.cart {
	width: 100% !important;
	max-width: 100% !important;
	display: grid !important;
	grid-template-columns: 122px minmax(0,1fr) !important;
	align-items: end !important;
	gap: 9px !important;
}

.ltk-woo-single__cart form.cart > .variations,
.ltk-woo-single__cart form.cart > .single_variation_wrap,
.ltk-woo-quick-view__cart form.cart > .variations,
.ltk-woo-quick-view__cart form.cart > .single_variation_wrap,
.ltk-woo-single__cart .single_variation,
.ltk-woo-quick-view__cart .single_variation {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	min-width: 0 !important;
}

.ltk-woo-single__cart .woocommerce-variation-add-to-cart,
.ltk-woo-quick-view__cart .woocommerce-variation-add-to-cart {
	width: 100% !important;
	display: grid !important;
	grid-template-columns: 122px minmax(0,1fr) !important;
	align-items: end !important;
	gap: 9px !important;
}

.ltk-woo-single__cart .ltk-woo-purchase-label,
.ltk-woo-quick-view__cart .ltk-woo-purchase-label {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	margin: 0 0 1px !important;
	font-size: 10px !important;
}

.ltk-woo-single__cart .quantity,
.ltk-woo-quick-view__cart .quantity {
	grid-column: 1 !important;
}

.ltk-woo-single__cart .single_add_to_cart_button,
.ltk-woo-quick-view__cart .single_add_to_cart_button {
	grid-column: 2 !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 10px 15px !important;
	border-radius: 8px !important;
	font-size: 11px !important;
	box-shadow: none !important;
}

/* Mobile variations never exceed the summary width. */
@media (max-width: 767px) {
	.ltk-woo-single__summary,
	.ltk-woo-quick-view__summary,
	.ltk-woo-single__cart,
	.ltk-woo-quick-view__cart,
	.ltk-woo-single__cart form.cart,
	.ltk-woo-quick-view__cart form.cart,
	.ltk-woo-single__cart .single_variation_wrap,
	.ltk-woo-quick-view__cart .single_variation_wrap {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		overflow: hidden !important;
	}

	.ltk-woo-single__cart .variations,
	.ltk-woo-quick-view__cart .variations,
	.ltk-woo-single__cart .variations tbody,
	.ltk-woo-quick-view__cart .variations tbody {
		width: 100% !important;
		max-width: 100% !important;
		display: block !important;
		table-layout: fixed !important;
	}

	.ltk-woo-single__cart .variations tr,
	.ltk-woo-quick-view__cart .variations tr {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 12px;
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 5px !important;
	}

	.ltk-woo-single__cart .variations th,
	.ltk-woo-single__cart .variations td,
	.ltk-woo-quick-view__cart .variations th,
	.ltk-woo-quick-view__cart .variations td {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		display: block !important;
	}

	.ltk-woo-single__cart .variations select,
	.ltk-woo-quick-view__cart .variations select {
		width: 100% !important;
		max-width: 100% !important;
		height: 48px !important;
		margin: 0 !important;
		padding: 0 13px !important;
		display: block !important;
	}

	.ltk-woo-single__cart .reset_variations,
	.ltk-woo-quick-view__cart .reset_variations {
		position: static !important;
		width: 100% !important;
		margin: 6px 0 0 !important;
		display: block !important;
		float: none !important;
		text-align: right !important;
		font-size: 10px !important;
	}

	.ltk-woo-single__cart form.cart,
	.ltk-woo-quick-view__cart form.cart,
	.ltk-woo-single__cart .woocommerce-variation-add-to-cart,
	.ltk-woo-quick-view__cart .woocommerce-variation-add-to-cart {
		grid-template-columns: 122px minmax(0,1fr) !important;
	}

	.ltk-woo-single__cart .single_add_to_cart_button,
	.ltk-woo-quick-view__cart .single_add_to_cart_button {
		width: 100% !important;
	}
}

/* Mobile gallery: override the Elementor desktop height control. */
@media (max-width: 767px) {
	.ltk-woo-single__main {
		width: 100% !important;
		max-width: 100% !important;
		display: block !important;
	}

	.ltk-woo-single__gallery {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		flex: 0 0 auto !important;
		overflow: hidden !important;
	}

	.ltk-woo-single__main-image {
		width: 100% !important;
		height: min(112vw,430px) !important;
		min-height: 0 !important;
		max-height: 430px !important;
		overflow: hidden !important;
	}

	.ltk-woo-single__main-image > img {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
		padding: 0 !important;
		object-fit: contain !important;
		object-position: center !important;
	}

	.ltk-woo-single__gallery-badges {
		left: 12px !important;
		right: 12px !important;
		top: 12px !important;
		align-items: flex-start !important;
	}

	.ltk-woo-single__sale,
	.ltk-woo-single__image-stock {
		width: auto !important;
		height: 30px !important;
		min-width: 0 !important;
		min-height: 30px !important;
		max-width: 130px !important;
		margin: 0 !important;
		padding: 7px 10px !important;
		border-radius: 999px !important;
		font-size: 8px !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}

	.ltk-woo-single__zoom {
		right: 12px !important;
		bottom: 12px !important;
		width: 43px !important;
		height: 43px !important;
	}

	.ltk-woo-single__thumbs {
		width: 100% !important;
		max-width: 100% !important;
		padding-bottom: 4px !important;
	}
}

/* Professional compact tabs on mobile. */
@media (max-width: 767px) {
	.ltk-woo-single__tabs {
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 28px !important;
		padding: 15px !important;
		overflow: hidden !important;
		border-radius: 20px !important;
	}

	.ltk-woo-single__tabs ul.tabs {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 17px !important;
		padding: 4px !important;
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 4px !important;
		overflow-x: auto !important;
		border-radius: 13px !important;
		scrollbar-width: none;
	}

	.ltk-woo-single__tabs ul.tabs::-webkit-scrollbar {
		display: none;
	}

	.ltk-woo-single__tabs ul.tabs li {
		flex: 0 0 auto !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		display: block !important;
	}

	.ltk-woo-single__tabs ul.tabs li a {
		width: auto !important;
		min-height: 38px !important;
		padding: 9px 11px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		font-size: 10px !important;
		line-height: 1.15 !important;
		white-space: nowrap !important;
	}

	.ltk-woo-single__tabs .woocommerce-Tabs-panel,
	.ltk-woo-single__tabs .woocommerce-Tabs-panel p,
	.ltk-woo-single__tabs .woocommerce-Tabs-panel td,
	.ltk-woo-single__tabs .woocommerce-Tabs-panel th {
		font-size: 12px !important;
		line-height: 1.65 !important;
	}

	.ltk-woo-single__tabs h2 {
		margin: 0 0 10px !important;
		font-size: 17px !important;
		line-height: 1.3 !important;
	}
}

/* Compact mobile breadcrumb. */
@media (max-width: 767px) {
	.ltk-woo-single__breadcrumbs {
		width: 100% !important;
		padding: 9px 10px !important;
		border-radius: 16px !important;
	}

	.ltk-woo-single__breadcrumb-home {
		width: 30px !important;
		height: 30px !important;
		flex: 0 0 30px !important;
	}

	.ltk-woo-single__breadcrumb-list {
		flex-wrap: nowrap !important;
		gap: 6px !important;
		overflow-x: auto !important;
		scrollbar-width: none;
	}

	.ltk-woo-single__breadcrumb-list::-webkit-scrollbar {
		display: none;
	}

	.ltk-woo-single__breadcrumb-list > a,
	.ltk-woo-single__breadcrumb-current {
		flex: 0 0 auto !important;
		font-size: 9px !important;
	}

	.ltk-woo-single__breadcrumb-current {
		max-width: 155px !important;
	}
}

/* Quick View remains above the header and absorbs close taps. */
.ltk-woo-quick-view {
	z-index: 2147483200 !important;
	touch-action: pan-y;
}

.ltk-woo-quick-view.is-closing {
	pointer-events: auto !important;
}

.ltk-woo-quick-view__close,
.ltk-woo-quick-view__overlay {
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

/* Cart quantity follows the same stable control. */
.ltk-woo-cart .product-quantity .quantity {
	margin: 0 !important;
}

@media (max-width: 767px) {
	.ltk-woo-cart .product-quantity .quantity {
		margin: 3px 0 0 !important;
	}
}


/* =========================================================
   v1.9.7 final mobile/product-control rebuild
   ========================================================= */

/* Layout controls are driven by Elementor CSS variables. */
.ltk-woo-single {
	--ltk-gallery-width: 54%;
	--ltk-main-image-height: 590px;
	--ltk-single-content-width: 1380px;
}

.ltk-woo-single__inner {
	width: min(100%,var(--ltk-single-content-width)) !important;
	max-width: var(--ltk-single-content-width) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.ltk-woo-single__main {
	width: 100% !important;
	display: grid !important;
	grid-template-columns:
		minmax(0,var(--ltk-gallery-width))
		minmax(0,1fr) !important;
	align-items: start !important;
}

.ltk-woo-single__gallery {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	flex: none !important;
}

.ltk-woo-single__main-image {
	width: 100% !important;
	height: var(--ltk-main-image-height) !important;
	max-width: 100% !important;
}

@media (max-width: 1024px) {
	.ltk-woo-single__main {
		grid-template-columns: minmax(0,1fr) !important;
	}

	.ltk-woo-single__gallery {
		width: min(100%,var(--ltk-gallery-width)) !important;
		max-width: var(--ltk-gallery-width) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.ltk-woo-single__summary {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (max-width: 767px) {
	.ltk-woo-single__inner,
	.ltk-woo-single__main,
	.ltk-woo-single__gallery {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.ltk-woo-single__gallery {
		width: min(100%,var(--ltk-gallery-width)) !important;
		max-width: var(--ltk-gallery-width) !important;
		margin-inline: auto !important;
	}

	.ltk-woo-single__main-image {
		width: 100% !important;
		height: var(--ltk-main-image-height) !important;
		max-height: none !important;
		min-height: 0 !important;
	}

	.ltk-woo-single__main-image > img {
		width: 100% !important;
		height: 100% !important;
		padding: 0 !important;
		object-fit: contain !important;
		object-position: center !important;
	}
}

/* Quantity system: identical professional UI everywhere. */
.ltk-woo-single .quantity,
.ltk-woo-quick-view .quantity,
.ltk-woo-cart .quantity {
	position: relative !important;
	width: 132px !important;
	height: 46px !important;
	min-width: 132px !important;
	max-width: 132px !important;
	flex: 0 0 132px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-flow: row nowrap !important;
	align-items: stretch !important;
	overflow: hidden !important;
	border: 1px solid #b4bec8 !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: 0 7px 20px rgba(8,45,78,.055) !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button,
.ltk-woo-quick-view .quantity > .ltk-woo-quantity__button,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button {
	position: relative !important;
	inset: auto !important;
	width: 41px !important;
	height: 44px !important;
	min-width: 41px !important;
	max-width: 41px !important;
	flex: 0 0 41px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f8fbfd !important;
	color: #17202b !important;
	box-shadow: none !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	cursor: pointer !important;
	pointer-events: auto !important;
	touch-action: manipulation !important;
	-webkit-tap-highlight-color: transparent;
	z-index: 5 !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button svg,
.ltk-woo-quick-view .quantity > .ltk-woo-quantity__button svg,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button svg {
	width: 16px !important;
	height: 16px !important;
	display: block !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.9 !important;
	stroke-linecap: round !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: none !important;
}

.ltk-woo-single .quantity > .ltk-woo-quantity__button:hover,
.ltk-woo-quick-view .quantity > .ltk-woo-quantity__button:hover,
.ltk-woo-cart .quantity > .ltk-woo-quantity__button:hover {
	background: #e9f7fd !important;
	color: #0ea5e9 !important;
}

.ltk-woo-single .quantity > input.qty,
.ltk-woo-quick-view .quantity > input.qty,
.ltk-woo-cart .quantity > input.qty {
	position: relative !important;
	inset: auto !important;
	width: 50px !important;
	height: 44px !important;
	min-width: 50px !important;
	max-width: 50px !important;
	flex: 0 0 50px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	border: 0 !important;
	border-left: 1px solid #e1e8ee !important;
	border-right: 1px solid #e1e8ee !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #17202b !important;
	font-size: 13px !important;
	line-height: 44px !important;
	font-weight: 650 !important;
	text-align: center !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	z-index: 4 !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
}

.ltk-woo-single .quantity > input.qty::-webkit-inner-spin-button,
.ltk-woo-single .quantity > input.qty::-webkit-outer-spin-button,
.ltk-woo-quick-view .quantity > input.qty::-webkit-inner-spin-button,
.ltk-woo-quick-view .quantity > input.qty::-webkit-outer-spin-button,
.ltk-woo-cart .quantity > input.qty::-webkit-inner-spin-button,
.ltk-woo-cart .quantity > input.qty::-webkit-outer-spin-button {
	margin: 0 !important;
	-webkit-appearance: none !important;
}

/* Simple and variable product purchase rows. */
.ltk-woo-single__cart form.cart:not(.variations_form),
.ltk-woo-quick-view__cart form.cart:not(.variations_form),
.ltk-woo-single__cart .woocommerce-variation-add-to-cart,
.ltk-woo-quick-view__cart .woocommerce-variation-add-to-cart {
	width: 100% !important;
	display: grid !important;
	grid-template-columns: 132px minmax(0,1fr) !important;
	align-items: end !important;
	gap: 10px !important;
}

.ltk-woo-single__cart form.variations_form,
.ltk-woo-quick-view__cart form.variations_form {
	width: 100% !important;
	display: block !important;
}

.ltk-woo-single__cart .ltk-woo-purchase-label,
.ltk-woo-quick-view__cart .ltk-woo-purchase-label {
	width: 100% !important;
	grid-column: 1 / -1 !important;
	margin: 0 0 3px !important;
	display: block !important;
	color: #334155 !important;
	font-size: 10px !important;
	line-height: 1.2 !important;
	font-weight: 650 !important;
}

.ltk-woo-single__cart .single_add_to_cart_button,
.ltk-woo-quick-view__cart .single_add_to_cart_button {
	width: 100% !important;
	min-width: 0 !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 10px 16px !important;
	border-radius: 10px !important;
	font-size: 11px !important;
	box-shadow: none !important;
}

/* Variations: clean field rows and a styled Clear chip. */
.ltk-woo-single__cart .variations,
.ltk-woo-quick-view__cart .variations {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 0 16px !important;
	table-layout: fixed !important;
	border: 0 !important;
}

.ltk-woo-single__cart .variations tr,
.ltk-woo-quick-view__cart .variations tr {
	width: 100% !important;
	display: grid !important;
	grid-template-columns: 78px minmax(0,1fr) !important;
	align-items: center !important;
	gap: 10px !important;
	margin-bottom: 11px !important;
}

.ltk-woo-single__cart .variations th,
.ltk-woo-single__cart .variations td,
.ltk-woo-quick-view__cart .variations th,
.ltk-woo-quick-view__cart .variations td {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	border: 0 !important;
}

.ltk-woo-single__cart .variations th label,
.ltk-woo-quick-view__cart .variations th label {
	margin: 0 !important;
	color: #17202b !important;
	font-size: 11px !important;
	font-weight: 700 !important;
}

.ltk-woo-single__cart .variations td.value,
.ltk-woo-quick-view__cart .variations td.value {
	display: grid !important;
	grid-template-columns: minmax(0,1fr) auto !important;
	align-items: center !important;
	gap: 8px !important;
}

.ltk-woo-single__cart .variations select,
.ltk-woo-quick-view__cart .variations select {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0 13px !important;
	border: 1px solid rgba(14,165,233,.2) !important;
	border-radius: 11px !important;
	background: #f6fbfe !important;
	color: #17202b !important;
	font-size: 12px !important;
	box-shadow: none !important;
}

.ltk-woo-single__cart .reset_variations,
.ltk-woo-quick-view__cart .reset_variations {
	position: static !important;
	width: auto !important;
	min-width: 0 !important;
	height: 34px !important;
	margin: 0 !important;
	padding: 8px 11px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	float: none !important;
	border: 1px solid rgba(239,68,68,.14) !important;
	border-radius: 999px !important;
	background: rgba(239,68,68,.065) !important;
	color: #dc2626 !important;
	font-size: 9px !important;
	line-height: 1 !important;
	font-weight: 700 !important;
	white-space: nowrap !important;
}

@media (max-width: 767px) {
	.ltk-woo-single__cart .variations tr,
	.ltk-woo-quick-view__cart .variations tr {
		grid-template-columns: minmax(0,1fr) !important;
		gap: 6px !important;
		margin-bottom: 13px !important;
	}

	.ltk-woo-single__cart .variations td.value,
	.ltk-woo-quick-view__cart .variations td.value {
		grid-template-columns: minmax(0,1fr) auto !important;
	}

	.ltk-woo-single__cart form.cart:not(.variations_form),
	.ltk-woo-quick-view__cart form.cart:not(.variations_form),
	.ltk-woo-single__cart .woocommerce-variation-add-to-cart,
	.ltk-woo-quick-view__cart .woocommerce-variation-add-to-cart {
		grid-template-columns: 132px minmax(0,1fr) !important;
	}
}

/* Professional mobile tabs – three equal compact options. */
@media (max-width: 767px) {
	body .ltk-woo-single__tabs {
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 28px !important;
		padding: 14px !important;
		overflow: hidden !important;
		border-radius: 20px !important;
	}

	body .ltk-woo-single__tabs ul.tabs,
	body .ltk-woo-single__tabs ul.wc-tabs {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 18px !important;
		padding: 4px !important;
		display: grid !important;
		grid-template-columns: repeat(3,minmax(0,1fr)) !important;
		gap: 4px !important;
		overflow: visible !important;
		border: 0 !important;
		border-radius: 14px !important;
		background: #f0f7fb !important;
	}

	body .ltk-woo-single__tabs ul.tabs li,
	body .ltk-woo-single__tabs ul.wc-tabs li {
		width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		display: block !important;
		border: 0 !important;
		border-radius: 10px !important;
		background: transparent !important;
	}

	body .ltk-woo-single__tabs ul.tabs li a,
	body .ltk-woo-single__tabs ul.wc-tabs li a {
		width: 100% !important;
		min-height: 42px !important;
		margin: 0 !important;
		padding: 7px 5px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		color: #526174 !important;
		font-size: 9.5px !important;
		line-height: 1.2 !important;
		font-weight: 700 !important;
		text-align: center !important;
		white-space: normal !important;
	}

	body .ltk-woo-single__tabs ul.tabs li.active,
	body .ltk-woo-single__tabs ul.wc-tabs li.active {
		background: linear-gradient(135deg,#0ea5e9,#2563eb) !important;
	}

	body .ltk-woo-single__tabs ul.tabs li.active a,
	body .ltk-woo-single__tabs ul.wc-tabs li.active a {
		color: #fff !important;
	}

	body .ltk-woo-single__tabs .woocommerce-Tabs-panel,
	body .ltk-woo-single__tabs .woocommerce-Tabs-panel p,
	body .ltk-woo-single__tabs .woocommerce-Tabs-panel li,
	body .ltk-woo-single__tabs .woocommerce-Tabs-panel td,
	body .ltk-woo-single__tabs .woocommerce-Tabs-panel th {
		color: #667085 !important;
		font-size: 12px !important;
		line-height: 1.65 !important;
	}

	body .ltk-woo-single__tabs .woocommerce-Tabs-panel h2 {
		margin: 0 0 10px !important;
		color: #17202b !important;
		font-size: 17px !important;
		line-height: 1.3 !important;
		font-weight: 600 !important;
	}
}

/* Quick View now has gallery thumbnails and zero image padding. */
.ltk-woo-quick-view__media {
	display: flex !important;
	flex-direction: column !important;
	gap: 11px !important;
	padding: 22px !important;
	overflow: hidden !important;
}

.ltk-woo-quick-view__main-image {
	width: 100%;
	min-height: 0;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 19px;
	background: #fff;
}

.ltk-woo-quick-view__main-image > img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	display: block !important;
	object-fit: contain !important;
	object-position: center !important;
	transition: opacity .16s ease !important;
}

.ltk-woo-quick-view__main-image > img.is-changing {
	opacity: .25 !important;
}

.ltk-woo-quick-view__thumbs {
	width: 100%;
	min-height: 64px;
	display: flex;
	align-items: center;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
}

.ltk-woo-quick-view__thumbs::-webkit-scrollbar {
	display: none;
}

.ltk-woo-quick-view__thumb {
	width: 62px;
	height: 58px;
	min-width: 62px;
	padding: 3px;
	overflow: hidden;
	border: 1px solid rgba(14,165,233,.15);
	border-radius: 11px;
	background: #fff;
	opacity: .68;
	cursor: pointer;
}

.ltk-woo-quick-view__thumb.is-active {
	border-color: #0ea5e9;
	box-shadow: 0 0 0 3px rgba(14,165,233,.11);
	opacity: 1;
}

.ltk-woo-quick-view__thumb img {
	width: 100%;
	height: 100%;
	padding: 0 !important;
	display: block;
	object-fit: contain;
}

@media (max-width: 767px) {
	.ltk-woo-quick-view__media {
		height: 310px !important;
		min-height: 310px !important;
		padding: 40px 12px 10px !important;
	}

	.ltk-woo-quick-view__main-image {
		min-height: 220px;
	}

	.ltk-woo-quick-view__thumbs {
		min-height: 50px;
	}

	.ltk-woo-quick-view__thumb {
		width: 50px;
		height: 46px;
		min-width: 50px;
	}
}

/* Mobile Shop: opaque professional filter drawer. */
@media (max-width: 1024px) {
	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-shop__filters-inner {
		background: #fff !important;
		border: 1px solid rgba(14,165,233,.16) !important;
		box-shadow: 0 -24px 70px rgba(2,14,32,.2) !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-shop__filters-head {
		flex: 0 0 auto;
		padding: 0 0 17px !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-shop__filters-head > button {
		width: 39px !important;
		height: 39px !important;
		display: inline-flex !important;
		color: #17202b !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-shop__filters-head > button svg {
		width: 17px !important;
		height: 17px !important;
		display: block !important;
		fill: none !important;
		stroke: currentColor !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-search-field > svg {
		width: 18px !important;
		height: 18px !important;
		display: block !important;
		fill: none !important;
		stroke: #64748b !important;
		stroke-width: 1.8 !important;
		opacity: 1 !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-search-field input {
		height: 48px !important;
		padding-left: 43px !important;
		border: 1px solid rgba(14,165,233,.18) !important;
		background: #f7fbff !important;
		color: #17202b !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-filter-group {
		padding: 17px 0 !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-filter-group__heading button {
		width: 30px !important;
		height: 30px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		color: #0ea5e9 !important;
		font-size: 15px !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-check-row__box {
		width: 21px !important;
		height: 21px !important;
		display: inline-flex !important;
		border: 1px solid rgba(14,165,233,.25) !important;
		background: #f7fbff !important;
		color: transparent !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-check-row__box svg {
		width: 13px !important;
		height: 13px !important;
		display: block !important;
		fill: none !important;
		stroke: currentColor !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-check-row input:checked + .ltk-woo-check-row__box {
		border-color: #0ea5e9 !important;
		background: #0ea5e9 !important;
		color: #fff !important;
	}

	body > .ltk-woo-shop__filters.ltk-woo-filter-portal .ltk-woo-shop__filter-actions {
		position: sticky;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4;
		margin: 0 -18px -20px !important;
		padding: 14px 18px max(15px,env(safe-area-inset-bottom)) !important;
		grid-template-columns: 1fr 1fr !important;
		background: #fff !important;
		border-top: 1px solid rgba(14,165,233,.13);
	}
}

/* Two compact product cards on mobile. */
@media (max-width: 767px) {
	.ltk-woo-shop {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.ltk-woo-products {
		--ltk-columns: 2 !important;
		grid-template-columns: repeat(2,minmax(0,1fr)) !important;
		gap: 10px !important;
	}

	.ltk-woo-product-card {
		min-width: 0 !important;
		border-radius: 17px !important;
	}

	.ltk-woo-product-card__media-wrap {
		height: 174px !important;
	}

	.ltk-woo-product-card__media img {
		width: 100% !important;
		height: 100% !important;
		padding: 0 !important;
		object-fit: cover !important;
	}

	.ltk-woo-product-card__badges {
		left: 7px !important;
		right: 7px !important;
		top: 7px !important;
		gap: 4px !important;
	}

	.ltk-woo-product-card__sale,
	.ltk-woo-product-card__stock {
		min-height: 23px !important;
		padding: 6px 7px !important;
		font-size: 7px !important;
	}

	.ltk-woo-product-card__body {
		padding: 11px !important;
	}

	.ltk-woo-product-card__topline {
		min-height: 14px !important;
	}

	.ltk-woo-product-card__category,
	.ltk-woo-product-card__no-rating {
		font-size: 7.5px !important;
	}

	.ltk-woo-product-card__title {
		margin-top: 6px !important;
		font-size: 13px !important;
		line-height: 1.25 !important;
	}

	.ltk-woo-product-card__price {
		font-size: 13px !important;
	}

	.ltk-woo-product-card__bottom {
		margin-top: 11px !important;
		gap: 9px !important;
	}

	.ltk-woo-product-card__button {
		width: 100% !important;
		min-height: 36px !important;
		padding: 8px 8px !important;
		justify-content: center !important;
		font-size: 8.5px !important;
	}

	.ltk-woo-product-card__button svg {
		width: 14px !important;
		height: 14px !important;
	}

	.ltk-woo-product-card__quick {
		right: 7px !important;
		bottom: 7px !important;
		width: 35px !important;
		height: 35px !important;
	}
}

/* Cart uses the same polished quantity control and compact layout. */
.ltk-woo-cart .product-quantity .quantity {
	width: 116px !important;
	min-width: 116px !important;
	max-width: 116px !important;
	flex-basis: 116px !important;
}

.ltk-woo-cart .product-quantity .quantity > .ltk-woo-quantity__button {
	width: 36px !important;
	min-width: 36px !important;
	max-width: 36px !important;
	flex-basis: 36px !important;
}

.ltk-woo-cart .product-quantity .quantity > input.qty {
	width: 44px !important;
	min-width: 44px !important;
	max-width: 44px !important;
	flex-basis: 44px !important;
}

.ltk-woo-shop__view {
	display: none !important;
}


/* =========================================================
   v1.9.8 isolated quantity and final Quick View/tabs fixes
   ========================================================= */

/* Completely reset the WooCommerce/theme quantity box. */
.ltk-woo-single .quantity,
.ltk-woo-quick-view .quantity,
.ltk-woo-cart .quantity {
	position: relative !important;
	inset: auto !important;
	width: 138px !important;
	height: 48px !important;
	min-width: 138px !important;
	max-width: 138px !important;
	min-height: 48px !important;
	max-height: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	flex: 0 0 138px !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.ltk-qty-shell {
	position: relative !important;
	width: 138px !important;
	height: 48px !important;
	min-width: 138px !important;
	max-width: 138px !important;
	display: grid !important;
	grid-template-columns: 42px 54px 42px !important;
	align-items: stretch !important;
	overflow: hidden !important;
	border: 1px solid #aeb9c4 !important;
	border-radius: 11px !important;
	background: #fff !important;
	box-shadow: 0 7px 20px rgba(8,45,78,.055) !important;
	box-sizing: border-box !important;
}

.ltk-qty-shell > .ltk-qty-button {
	position: relative !important;
	inset: auto !important;
	width: 42px !important;
	height: 46px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	min-height: 46px !important;
	max-height: 46px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f7fafc !important;
	color: #17202b !important;
	box-shadow: none !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	cursor: pointer !important;
	touch-action: manipulation !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	z-index: 3 !important;
}

.ltk-qty-shell > .ltk-qty-button:hover,
.ltk-qty-shell > .ltk-qty-button:focus-visible {
	background: #e9f7fd !important;
	color: #0ea5e9 !important;
	outline: none !important;
}

.ltk-qty-shell > .ltk-qty-button svg {
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	min-height: 16px !important;
	display: block !important;
	overflow: visible !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.9 !important;
	stroke-linecap: round !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: none !important;
}

.ltk-qty-shell > input.qty {
	position: relative !important;
	inset: auto !important;
	width: 54px !important;
	height: 46px !important;
	min-width: 54px !important;
	max-width: 54px !important;
	min-height: 46px !important;
	max-height: 46px !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	border: 0 !important;
	border-left: 1px solid #e1e7ed !important;
	border-right: 1px solid #e1e7ed !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #17202b !important;
	font-size: 14px !important;
	line-height: 46px !important;
	font-weight: 650 !important;
	text-align: center !important;
	text-indent: 0 !important;
	box-shadow: none !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
	z-index: 2 !important;
}

.ltk-qty-shell > input.qty::-webkit-inner-spin-button,
.ltk-qty-shell > input.qty::-webkit-outer-spin-button {
	margin: 0 !important;
	-webkit-appearance: none !important;
}

/* New purchase-row layout for Quick View and Single Product. */
.ltk-woo-single__cart form.cart:not(.variations_form),
.ltk-woo-quick-view__cart form.cart:not(.variations_form),
.ltk-woo-single__cart .woocommerce-variation-add-to-cart,
.ltk-woo-quick-view__cart .woocommerce-variation-add-to-cart {
	width: 100% !important;
	display: grid !important;
	grid-template-columns: 138px minmax(150px,180px) !important;
	justify-content: start !important;
	align-items: center !important;
	gap: 10px !important;
}

.ltk-woo-single__cart .single_add_to_cart_button,
.ltk-woo-quick-view__cart .single_add_to_cart_button {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 180px !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 10px 17px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 11px !important;
	font-size: 11px !important;
	line-height: 1 !important;
	box-shadow: none !important;
}

@media (max-width: 390px) {
	.ltk-woo-single__cart form.cart:not(.variations_form),
	.ltk-woo-quick-view__cart form.cart:not(.variations_form),
	.ltk-woo-single__cart .woocommerce-variation-add-to-cart,
	.ltk-woo-quick-view__cart .woocommerce-variation-add-to-cart {
		grid-template-columns: 132px minmax(0,1fr) !important;
	}

	.ltk-woo-single .quantity,
	.ltk-woo-quick-view .quantity,
	.ltk-qty-shell {
		width: 132px !important;
		min-width: 132px !important;
		max-width: 132px !important;
	}

	.ltk-qty-shell {
		grid-template-columns: 40px 52px 40px !important;
	}

	.ltk-qty-shell > .ltk-qty-button {
		width: 40px !important;
		min-width: 40px !important;
		max-width: 40px !important;
	}

	.ltk-qty-shell > input.qty {
		width: 52px !important;
		min-width: 52px !important;
		max-width: 52px !important;
	}
}

/* Quick View thumbnail previews. */
.ltk-woo-quick-view__thumbs {
	position: relative !important;
	z-index: 3 !important;
	min-height: 62px !important;
	padding: 2px !important;
}

.ltk-woo-quick-view__thumb {
	position: relative !important;
	width: 58px !important;
	height: 56px !important;
	min-width: 58px !important;
	max-width: 58px !important;
	padding: 4px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
	border: 1px solid rgba(14,165,233,.18) !important;
	border-radius: 11px !important;
	background: #fff !important;
	opacity: .72 !important;
}

.ltk-woo-quick-view__thumb.is-active {
	border-color: #0ea5e9 !important;
	box-shadow: 0 0 0 3px rgba(14,165,233,.12) !important;
	opacity: 1 !important;
}

.ltk-woo-quick-view__thumb > img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	min-height: 0 !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	object-fit: contain !important;
	object-position: center !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* Prevent close-button tap-through on mobile. */
.ltk-woo-tap-blocker {
	position: fixed !important;
	inset: 0 !important;
	z-index: 2147483199 !important;
	display: block !important;
	background: transparent !important;
	pointer-events: auto !important;
	touch-action: none !important;
}

.ltk-woo-quick-view.is-closing {
	display: flex !important;
	opacity: 0 !important;
	pointer-events: auto !important;
	transition: opacity .22s ease !important;
}

/* Product tabs: remove excessive desktop top padding. */
.ltk-woo-single__tabs {
	padding: 22px !important;
}

.ltk-woo-single__tabs > .woocommerce-tabs,
.ltk-woo-single__tabs .wc-tabs-wrapper,
.ltk-woo-single__tabs .woocommerce-tabs {
	margin: 0 !important;
	padding: 0 !important;
}

.ltk-woo-single__tabs ul.tabs,
.ltk-woo-single__tabs ul.wc-tabs {
	margin: 0 0 16px !important;
	padding-top: 0 !important;
}

.ltk-woo-single__tabs .woocommerce-Tabs-panel {
	margin: 0 !important;
	padding: 17px 18px !important;
	border: 1px solid rgba(14,165,233,.11) !important;
	border-radius: 14px !important;
	background: #f8fbfd !important;
}

/* Strong mobile segmented-tab design. */
@media (max-width: 767px) {
	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs,
	body .ltk-woo-single__tabs {
		margin-top: 26px !important;
		padding: 12px !important;
		border-radius: 19px !important;
	}

	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs > .woocommerce-tabs,
	body .ltk-woo-single__tabs > .woocommerce-tabs {
		margin: 0 !important;
		padding: 0 !important;
	}

	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs ul.tabs,
	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs ul.wc-tabs,
	body .ltk-woo-single__tabs ul.tabs,
	body .ltk-woo-single__tabs ul.wc-tabs {
		width: 100% !important;
		margin: 0 0 12px !important;
		padding: 4px !important;
		display: grid !important;
		grid-template-columns: repeat(3,minmax(0,1fr)) !important;
		gap: 4px !important;
		overflow: visible !important;
		border: 0 !important;
		border-radius: 13px !important;
		background: #edf6fb !important;
	}

	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs ul.tabs li,
	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs ul.wc-tabs li,
	body .ltk-woo-single__tabs ul.tabs li,
	body .ltk-woo-single__tabs ul.wc-tabs li {
		width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		display: block !important;
		border: 0 !important;
		border-radius: 9px !important;
		background: transparent !important;
	}

	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs ul.tabs li a,
	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs ul.wc-tabs li a,
	body .ltk-woo-single__tabs ul.tabs li a,
	body .ltk-woo-single__tabs ul.wc-tabs li a {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 40px !important;
		margin: 0 !important;
		padding: 7px 4px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		color: #526174 !important;
		font-size: 8.5px !important;
		line-height: 1.15 !important;
		font-weight: 700 !important;
		text-align: center !important;
		white-space: normal !important;
	}

	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs ul.tabs li.active,
	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs ul.wc-tabs li.active,
	body .ltk-woo-single__tabs ul.tabs li.active,
	body .ltk-woo-single__tabs ul.wc-tabs li.active {
		background: linear-gradient(135deg,#0ea5e9,#2563eb) !important;
		box-shadow: 0 6px 15px rgba(14,165,233,.18) !important;
	}

	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs ul.tabs li.active a,
	body .elementor-widget-life-travels-woo-single .ltk-woo-single__tabs ul.wc-tabs li.active a,
	body .ltk-woo-single__tabs ul.tabs li.active a,
	body .ltk-woo-single__tabs ul.wc-tabs li.active a {
		color: #fff !important;
	}

	body .ltk-woo-single__tabs .woocommerce-Tabs-panel {
		padding: 15px !important;
		border-radius: 13px !important;
	}

	body .ltk-woo-single__tabs .woocommerce-Tabs-panel,
	body .ltk-woo-single__tabs .woocommerce-Tabs-panel p,
	body .ltk-woo-single__tabs .woocommerce-Tabs-panel li,
	body .ltk-woo-single__tabs .woocommerce-Tabs-panel td,
	body .ltk-woo-single__tabs .woocommerce-Tabs-panel th {
		font-size: 11.5px !important;
		line-height: 1.65 !important;
	}

	body .ltk-woo-single__tabs .woocommerce-Tabs-panel h2 {
		margin: 0 0 9px !important;
		font-size: 16px !important;
		line-height: 1.3 !important;
		font-weight: 600 !important;
	}
}


/* =========================================================
   v1.9.9 deterministic quantities and controlled product tabs
   ========================================================= */

.ltk-woo-single {
	--ltk-quantity-width: 138px;
	--ltk-quantity-height: 48px;
}

.ltk-woo-cart {
	--ltk-cart-quantity-width: 124px;
	--ltk-cart-quantity-height: 46px;
}

/* Quantity shell cannot be clipped by old Elementor width controls. */
.ltk-woo-single .quantity,
.ltk-woo-quick-view .quantity {
	width: var(--ltk-quantity-width,138px) !important;
	height: var(--ltk-quantity-height,48px) !important;
	min-width: var(--ltk-quantity-width,138px) !important;
	max-width: var(--ltk-quantity-width,138px) !important;
	min-height: var(--ltk-quantity-height,48px) !important;
	max-height: var(--ltk-quantity-height,48px) !important;
	flex-basis: var(--ltk-quantity-width,138px) !important;
	overflow: visible !important;
}

.ltk-woo-single .ltk-qty-shell,
.ltk-woo-quick-view .ltk-qty-shell {
	width: var(--ltk-quantity-width,138px) !important;
	height: var(--ltk-quantity-height,48px) !important;
	min-width: var(--ltk-quantity-width,138px) !important;
	max-width: var(--ltk-quantity-width,138px) !important;
	min-height: var(--ltk-quantity-height,48px) !important;
	max-height: var(--ltk-quantity-height,48px) !important;
	grid-template-columns:
		42px
		minmax(42px,1fr)
		42px !important;
}

.ltk-woo-cart .quantity,
.ltk-woo-cart .ltk-qty-shell {
	width: var(--ltk-cart-quantity-width,124px) !important;
	height: var(--ltk-cart-quantity-height,46px) !important;
	min-width: var(--ltk-cart-quantity-width,124px) !important;
	max-width: var(--ltk-cart-quantity-width,124px) !important;
	min-height: var(--ltk-cart-quantity-height,46px) !important;
	max-height: var(--ltk-cart-quantity-height,46px) !important;
	flex-basis: var(--ltk-cart-quantity-width,124px) !important;
}

.ltk-woo-cart .ltk-qty-shell {
	grid-template-columns:
		38px
		minmax(40px,1fr)
		38px !important;
}

.ltk-qty-shell > .ltk-qty-button {
	height: 100% !important;
	max-height: none !important;
}

.ltk-qty-shell > input.qty {
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	max-height: none !important;
	line-height: normal !important;
}

.ltk-woo-single__cart form.cart:not(.variations_form),
.ltk-woo-quick-view__cart form.cart:not(.variations_form),
.ltk-woo-single__cart .woocommerce-variation-add-to-cart,
.ltk-woo-quick-view__cart .woocommerce-variation-add-to-cart {
	grid-template-columns:
		var(--ltk-quantity-width,138px)
		minmax(145px,180px) !important;
}

/* Quick View thumbnail previews are backgrounds, not lazy-loaded images. */
.ltk-woo-quick-view__thumb-preview {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	opacity: 1 !important;
	visibility: visible !important;
}

/* Fully controlled product tabs; WooCommerce theme tabs are no longer used. */
.ltk-woo-single__tabs.ltk-product-tabs {
	margin-top: 34px !important;
	padding: 16px !important;
	border: 1px solid rgba(14,165,233,.15) !important;
	border-radius: 22px !important;
	background: #fff !important;
	box-shadow: 0 14px 42px rgba(8,45,78,.055) !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

.ltk-product-tabs__nav {
	width: 100%;
	margin: 0 !important;
	padding: 4px !important;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	border-radius: 13px;
	background: #f0f7fb;
}

.ltk-product-tabs__button {
	min-height: 39px;
	margin: 0;
	padding: 9px 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #536174;
	font-family: inherit;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 650;
	cursor: pointer;
	transition: background .2s ease,color .2s ease,box-shadow .2s ease;
}

.ltk-product-tabs__button.is-active {
	background: linear-gradient(135deg,#0ea5e9,#2563eb);
	color: #fff;
	box-shadow: 0 7px 18px rgba(14,165,233,.18);
}

.ltk-product-tabs__panels {
	margin-top: 12px;
}

.ltk-product-tabs__panel {
	margin: 0 !important;
	padding: 16px 17px !important;
	border: 1px solid rgba(14,165,233,.1);
	border-radius: 13px;
	background: #f9fcfe;
	color: #667085;
	font-size: 12px;
	line-height: 1.65;
}

.ltk-product-tabs__panel[hidden] {
	display: none !important;
}

.ltk-product-tabs__panel > :first-child {
	margin-top: 0 !important;
}

.ltk-product-tabs__panel > :last-child {
	margin-bottom: 0 !important;
}

.ltk-product-tabs__panel h2,
.ltk-product-tabs__panel #reviews h2,
.ltk-product-tabs__panel .woocommerce-Reviews-title,
.ltk-product-tabs__panel .comment-reply-title {
	margin: 0 0 10px !important;
	color: #173b46 !important;
	font-size: 19px !important;
	line-height: 1.3 !important;
	font-weight: 600 !important;
}

.ltk-product-tabs__panel #review_form_wrapper {
	margin-top: 18px !important;
}

.ltk-product-tabs__panel #review_form,
.ltk-product-tabs__panel #respond {
	margin: 0 !important;
	padding: 0 !important;
}

.ltk-product-tabs__panel #review_form label,
.ltk-product-tabs__panel .comment-form-rating label {
	color: #667085 !important;
	font-size: 11px !important;
}

.ltk-product-tabs__panel #review_form textarea,
.ltk-product-tabs__panel textarea#comment {
	min-height: 125px !important;
	height: 125px !important;
	padding: 13px 14px !important;
	border: 1px solid rgba(14,165,233,.2) !important;
	border-radius: 11px !important;
	background: #fff !important;
	font-size: 12px !important;
	line-height: 1.55 !important;
	box-shadow: none !important;
}

.ltk-product-tabs__panel #review_form #submit,
.ltk-product-tabs__panel .form-submit .submit,
.ltk-product-tabs__panel button[type="submit"] {
	width: auto !important;
	min-width: 125px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 9px 16px !important;
	border-radius: 10px !important;
	font-size: 10.5px !important;
	line-height: 1 !important;
	box-shadow: none !important;
}

/* Two related product cards visible on mobile. */
@media (max-width: 767px) {
	.ltk-woo-single__related-grid {
		--ltk-related-columns: 2 !important;
		--ltk-related-gap: 10px !important;
		gap: 10px !important;
	}

	.ltk-woo-single__related-grid .ltk-woo-product-card {
		flex: 0 0 calc((100% - 10px) / 2) !important;
		min-width: 0 !important;
	}

	.ltk-woo-single__related-grid .ltk-woo-product-card__media-wrap {
		height: 165px !important;
	}

	.ltk-woo-single__related-grid .ltk-woo-product-card__body {
		padding: 10px !important;
	}

	.ltk-woo-single__related-grid .ltk-woo-product-card__title {
		font-size: 12px !important;
		line-height: 1.25 !important;
	}

	.ltk-woo-single__related-grid .ltk-woo-product-card__price {
		font-size: 12px !important;
	}

	.ltk-woo-single__related-grid .ltk-woo-product-card__button {
		width: 100% !important;
		min-height: 34px !important;
		padding: 7px 6px !important;
		justify-content: center !important;
		font-size: 8px !important;
	}
}

/* Strong mobile tab layout. */
@media (max-width: 767px) {
	.ltk-woo-single__tabs.ltk-product-tabs {
		margin-top: 24px !important;
		padding: 10px !important;
		border-radius: 18px !important;
	}

	.ltk-product-tabs__nav {
		width: 100%;
		padding: 4px !important;
		display: grid !important;
		grid-template-columns: repeat(3,minmax(0,1fr)) !important;
		gap: 4px !important;
		border-radius: 12px !important;
	}

	.ltk-product-tabs__button {
		width: 100%;
		min-width: 0;
		min-height: 40px;
		padding: 6px 3px;
		font-size: 8.5px;
		line-height: 1.15;
		text-align: center;
		white-space: normal;
	}

	.ltk-product-tabs__panels {
		margin-top: 9px;
	}

	.ltk-product-tabs__panel {
		padding: 13px !important;
		border-radius: 12px !important;
		font-size: 11.5px !important;
		line-height: 1.62 !important;
	}

	.ltk-product-tabs__panel h2,
	.ltk-product-tabs__panel #reviews h2,
	.ltk-product-tabs__panel .woocommerce-Reviews-title,
	.ltk-product-tabs__panel .comment-reply-title {
		font-size: 16px !important;
		line-height: 1.3 !important;
	}

	.ltk-product-tabs__panel #review_form textarea,
	.ltk-product-tabs__panel textarea#comment {
		min-height: 110px !important;
		height: 110px !important;
	}

	.ltk-product-tabs__panel #review_form #submit,
	.ltk-product-tabs__panel .form-submit .submit,
	.ltk-product-tabs__panel button[type="submit"] {
		min-width: 110px !important;
		min-height: 38px !important;
		padding: 8px 14px !important;
		font-size: 10px !important;
	}
}


/* ==========================================================
   v110 — Single Product Pro: Origin, Shipping & Promotion
   ========================================================== */
.ltk-woo-single__product-info{
	--ltk-product-info-columns:3;
	display:grid;
	grid-template-columns:repeat(var(--ltk-product-info-columns),minmax(0,1fr));
	gap:10px;
	margin:18px 0;
	padding:8px;
	border:1px solid rgba(14,165,233,.18);
	border-radius:20px;
	background:rgba(14,165,233,.055);
	box-shadow:0 12px 32px rgba(15,42,70,.055);
	backdrop-filter:blur(14px);
	-webkit-backdrop-filter:blur(14px);
	font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.ltk-woo-single__info-item{
	min-width:0;
	padding:12px;
	display:grid;
	grid-template-columns:46px minmax(0,1fr);
	align-items:center;
	gap:11px;
	border:1px solid rgba(14,165,233,.18);
	border-radius:15px;
	background:rgba(255,255,255,.92);
	box-shadow:0 9px 24px rgba(15,42,70,.045);
	transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.ltk-woo-single__info-item:hover{
	transform:translateY(-2px);
	border-color:rgba(14,165,233,.34);
	box-shadow:0 13px 28px rgba(15,42,70,.075);
}
.ltk-woo-single__info-icon{
	width:46px;
	height:46px;
	min-width:46px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(14,165,233,.13);
	border-radius:13px;
	background:#eef9ff;
	color:#0ea5e9;
	font-size:23px;
	font-weight:700;
	line-height:1;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
}
.ltk-woo-single__info-item.is-promo .ltk-woo-single__info-icon{
	background:#fff8e8;
	border-color:rgba(245,158,11,.18);
	color:#f59e0b;
	font-size:17px;
}
.ltk-woo-single__info-copy{
	min-width:0;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	gap:2px;
}
.ltk-woo-single__info-label{
	color:#0ea5e9;
	font-size:9px;
	line-height:1.25;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
}
.ltk-woo-single__info-item.is-promo .ltk-woo-single__info-label{color:#f59e0b;}
.ltk-woo-single__info-title{
	margin:0;
	color:#071326;
	font-size:13px;
	line-height:1.35;
	font-weight:600;
}
.ltk-woo-single__info-text{
	margin:0;
	color:#68758a;
	font-size:10px;
	line-height:1.45;
	font-weight:400;
}
@media(max-width:1024px){
	.ltk-woo-single__product-info{--ltk-product-info-columns:3;}
}
@media(max-width:767px){
	.ltk-woo-single__product-info{
		--ltk-product-info-columns:1;
		gap:8px;
		padding:7px;
		margin:15px 0;
		border-radius:17px;
	}
	.ltk-woo-single__info-item{
		grid-template-columns:44px minmax(0,1fr);
		gap:10px;
		padding:10px 11px;
		border-radius:13px;
	}
	.ltk-woo-single__info-icon{
		width:44px;
		height:44px;
		min-width:44px;
		border-radius:12px;
	}
}


/* ==========================================================
   v111 — Single Product Pro product info: compact row layout
   ========================================================== */
.ltk-woo-single__product-info{
	--ltk-product-info-columns:1 !important;
	display:grid !important;
	grid-template-columns:minmax(0,1fr) !important;
	gap:8px;
	padding:6px;
	border-radius:16px;
	background:rgba(248,252,255,.88);
	box-shadow:none;
}

.ltk-woo-single__info-item{
	width:100% !important;
	min-width:0;
	min-height:66px;
	padding:8px 12px;
	dis:grid !important;
	grid-template-columns:42px minmax(0,1fr) !important;
	grid-template-rows:auto !important;
	align-items:center !important;
	column-gap:12px;
	row-gap:0;
	border:1px solid rgba(14,165,233,.16);
	border-radius:13px;
	background:rgba(255,255,255,.96);
	box-shadow:none;
	transform:none;
}

.ltk-woo-single__info-item:hover{
	transform:none;
	border-color:rgba(14,165,233,.28);
	box-shadow:0 7px 20px rgba(15,42,70,.045);
}

.ltk-woo-single__info-icon{
	width:42px;
	height:42px;
	min-width:42px;
	border-radius:11px;
	font-size:21px;
}

.ltk-woo-single__info-copy{
	min-width:0;
	display:grid !important;
	grid-template-columns:minmax(0,1fr) auto;
	grid-template-areas:
		"label label"
		"title text";
	align-items:center;
	column-gap:16px;
	row-gap:2px;
}

.ltk-woo-single__info-label{
	grid-area:label;
	font-size:8px;
	line-height:1.2;
	letter-spacing:.095em;
	white-space:nowrap;
}

.ltk-woo-single__info-title{
	grid-area:title;
	font-size:13px;
	line-height:1.3;
	font-weight:600;
	white-space:normal;
}

.ltk-woo-single__info-text{
	grid-area:text;
	max-width:190px;
	font-size:9.5px;
	line-height:1.35;
	text-align:right;
}

.ltk-woo-single__info-item.is-promo{
	border-color:rgba(245,158,11,.20);
	background:linear-gradient(90deg,rgba(255,252,244,.98),rgba(255,255,255,.98));
}

@media(max-width:1024px){
	.ltk-woo-single__product-info{
		grid-template-columns:minmax(0,1fr) !important;
	}
	.ltk-woo-single__info-item{
		min-height:64px;
		grid-template-columns:40px minmax(0,1fr) !important;
	}
	.ltk-woo-single__info-icon{
		width:40px;
		height:40px;
		min-width:40px;
	}
}

@media(max-width:767px){
	.ltk-woo-single__product-info{
		grid-template-columns:minmax(0,1fr) !important;
		gap:7px;
		padding:5px;
		margin:14px 0;
		border-radius:14px;
	}
	.ltk-woo-single__info-item{
		min-height:62px;
		padding:8px 10px;
		grid-template-columns:38px minmax(0,1fr) !important;
		column-gap:10px;
		border-radius:12px;
	}
	.ltk-woo-single__info-icon{
		width:38px;
		height:38px;
		min-width:38px;
		border-radius:10px;
		font-size:19px;
	}
	.ltk-woo-single__info-copy{
		grid-template-columns:minmax(0,1fr);
		grid-template-areas:
			"label"
			"title"
			"text";
		row-gap:1px;
	}
	.ltk-woo-single__info-label{
		font-size:7.5px;
	}
	.ltk-woo-single__info-title{
		font-size:12.5px;
	}
	.ltk-woo-single__info-text{
		max-width:none;
		font-size:9px;
		text-align:left;
	}
}
