.ckw-floating-cta,
.tk-crm-chat-fallback > .tk-floating-item,
body:not(.single-product) > .tk-floating-item {
	display: none !important;
}

.ckw-contact-dock {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 2147483645;
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	font-family: Poppins, "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif;
}

.ckw-contact-dock__item {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: 0 9px 24px rgba(7, 24, 39, .24);
	cursor: pointer;
	transition: filter 180ms ease, box-shadow 180ms ease;
}

.ckw-contact-dock__item:hover {
	filter: brightness(.92);
	box-shadow: 0 12px 28px rgba(7, 24, 39, .3);
}

.ckw-contact-dock__item:focus-visible {
	outline: 3px solid #d8b657;
	outline-offset: 3px;
}

.ckw-contact-dock__item svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ckw-contact-dock__item span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ckw-contact-dock__item--chat {
	appearance: none;
	background: #1976d2;
}

.ckw-contact-dock__item--whatsapp {
	background: #20b858;
}

.ckw-contact-dock__item--email {
	background: #f0a72f;
}

.ckw-contact-dock__item--top {
	appearance: none;
	background: #8b8b8b;
}

#tk-chat-panel.ckw-chat-upgraded {
	position: fixed !important;
	right: 86px !important;
	bottom: 18px !important;
	z-index: 2147483647 !important;
	display: grid !important;
	grid-template-rows: auto minmax(0, 1fr) auto auto !important;
	width: min(390px, calc(100vw - 116px)) !important;
	height: min(590px, calc(100vh - 36px)) !important;
	box-sizing: border-box !important;
	background: #fffdf8 !important;
	border: 1px solid #d8d2c8 !important;
	border-radius: 12px !important;
	box-shadow: 0 24px 60px rgba(7, 24, 39, .28) !important;
	overflow: hidden !important;
	font-family: Poppins, "Plus Jakarta Sans", "Segoe UI", Arial, sans-serif !important;
}

#tk-chat-panel.ckw-chat-upgraded[hidden],
#tk-chat-panel.ckw-chat-upgraded[aria-hidden="true"] {
	display: none !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-head {
	display: grid !important;
	grid-template-columns: 42px minmax(0, 1fr) 44px !important;
	align-items: center !important;
	gap: 10px !important;
	min-height: 78px !important;
	box-sizing: border-box !important;
	padding: 12px 14px !important;
	background: #071827 !important;
	color: #fff !important;
	border: 0 !important;
}

.ckw-chat-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1976d2;
	color: #fff;
}

.ckw-chat-brand svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ckw-chat-heading {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.ckw-chat-heading > span {
	color: #d8b657 !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	letter-spacing: .1em !important;
}

.ckw-chat-heading > strong {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
}

.ckw-chat-heading > small {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	color: #cbd5df !important;
	font-size: 11px !important;
	line-height: 1.3 !important;
}

.ckw-chat-heading > small i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #20b858;
	box-shadow: 0 0 0 3px rgba(32, 184, 88, .18);
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-close {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, .1) !important;
	color: #fff !important;
	font: 400 28px/1 Arial, sans-serif !important;
	cursor: pointer !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-close:focus-visible {
	outline: 3px solid #d8b657 !important;
	outline-offset: 2px !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-log {
	display: flex !important;
	flex-direction: column !important;
	gap: 9px !important;
	min-height: 0 !important;
	padding: 14px !important;
	overflow: auto !important;
	background: #f6f3ec !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-bubble {
	max-width: 86% !important;
	box-sizing: border-box !important;
	padding: 10px 12px !important;
	border: 1px solid #ded8ce !important;
	border-radius: 10px 10px 10px 3px !important;
	background: #fff !important;
	color: #243342 !important;
	font: 400 14px/1.5 Poppins, "Segoe UI", Arial, sans-serif !important;
	white-space: pre-wrap !important;
	overflow-wrap: anywhere !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-bubble-user,
#tk-chat-panel.ckw-chat-upgraded .tk-chat-bubble.is-user {
	align-self: flex-end !important;
	border-color: #071827 !important;
	border-radius: 10px 10px 3px 10px !important;
	background: #071827 !important;
	color: #fff !important;
}

.ckw-chat-email-gate {
	display: grid;
	gap: 7px;
	box-sizing: border-box;
	padding: 11px 12px 9px;
	border-top: 1px solid #ded8ce;
	background: #fffdf8;
}

.ckw-chat-email-gate label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #071827;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
}

.ckw-chat-email-gate label small {
	color: #bf0d16;
	font-size: 11px;
	font-weight: 800;
}

.ckw-chat-email-field {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	min-height: 46px;
	box-sizing: border-box;
	border: 1px solid #bfc9d2;
	border-radius: 8px;
	background: #fff;
	color: #52616e;
}

.ckw-chat-email-field:focus-within {
	border-color: #1976d2;
	box-shadow: 0 0 0 3px rgba(25, 118, 210, .14);
}

.ckw-chat-email-field svg {
	width: 19px;
	height: 19px;
	margin-left: 10px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ckw-chat-email-field input {
	width: 100% !important;
	min-width: 0 !important;
	min-height: 44px !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 9px 11px 9px 6px !important;
	border: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	color: #071827 !important;
	font: 400 14px/1.35 Poppins, "Segoe UI", Arial, sans-serif !important;
}

.ckw-chat-email-gate p {
	margin: 0 !important;
	color: #66727d !important;
	font-size: 11px !important;
	line-height: 1.4 !important;
}

.ckw-chat-email-gate p.is-error {
	color: #a20c13 !important;
}

.ckw-chat-email-gate p.is-success {
	color: #167447 !important;
}

#tk-chat-panel.ckw-chat-upgraded #tk-chat-lead-form {
	display: none !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-form {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 8px !important;
	box-sizing: border-box !important;
	padding: 10px 12px 12px !important;
	border-top: 0 !important;
	background: #fffdf8 !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-form textarea {
	width: 100% !important;
	min-width: 0 !important;
	min-height: 48px !important;
	max-height: 112px !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 11px 12px !important;
	border: 1px solid #bfc9d2 !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #071827 !important;
	font: 400 14px/1.45 Poppins, "Segoe UI", Arial, sans-serif !important;
	resize: vertical !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-form textarea:focus {
	outline: 0 !important;
	border-color: #1976d2 !important;
	box-shadow: 0 0 0 3px rgba(25, 118, 210, .14) !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-form button {
	min-width: 72px !important;
	min-height: 48px !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 1px solid #bf0d16 !important;
	border-radius: 8px !important;
	background: #bf0d16 !important;
	color: #fff !important;
	font: 800 13px/1 Poppins, "Segoe UI", Arial, sans-serif !important;
	cursor: pointer !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-form button:hover {
	background: #9e0a11 !important;
	border-color: #9e0a11 !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-form button:disabled {
	cursor: wait !important;
	opacity: .62 !important;
}

#tk-chat-panel.ckw-chat-upgraded .tk-chat-form button:focus-visible {
	outline: 3px solid #d8b657 !important;
	outline-offset: 2px !important;
}

body.tk-chat-open .ckw-contact-dock {
	opacity: .24;
}

@media (max-width: 700px) {
	.ckw-contact-dock {
		right: 8px;
		bottom: calc(10px + env(safe-area-inset-bottom, 0px));
		gap: 7px;
	}

	.ckw-contact-dock__item {
		width: 48px;
		height: 48px;
		min-width: 48px;
		min-height: 48px;
	}

	.ckw-contact-dock__item svg {
		width: 23px;
		height: 23px;
	}

	#tk-chat-panel.ckw-chat-upgraded {
		right: 10px !important;
		bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
		width: calc(100vw - 20px) !important;
		height: min(620px, calc(100dvh - 20px - env(safe-area-inset-bottom, 0px))) !important;
		border-radius: 10px !important;
	}

	body.tk-chat-open .ckw-contact-dock {
		opacity: 0;
		pointer-events: none;
	}

	#tk-chat-panel.ckw-chat-upgraded .tk-chat-form {
		grid-template-columns: minmax(0, 1fr) 70px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ckw-contact-dock__item {
		transition: none;
	}
}
