/* Barkod Kit — WhatsApp */

.barkod-whatsapp-wrap {
	margin: 10px 0 0;
}

.barkod-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 10px 0 0;
	padding: 12px 18px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 6px;
	background: #25d366;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none !important;
	line-height: 1.2;
	transition: background 0.15s ease, transform 0.15s ease;
}

.barkod-whatsapp-btn:hover {
	background: #1ebe57;
	color: #fff !important;
	transform: translateY(-1px);
}

.barkod-whatsapp-btn svg {
	flex-shrink: 0;
}

.barkod-whatsapp-float {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9992;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
	transition: transform 0.15s ease;
}

.barkod-whatsapp-float:hover {
	transform: scale(1.07);
	color: #fff;
}

.barkod-whatsapp-float svg {
	width: 26px;
	height: 26px;
}

/* Waitlist ekstra alanlar */
form.commercekit-waitlist #ckwtl-name,
form.commercekit-waitlist #ckwtl-phone {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	box-sizing: border-box;
}

/* Tek waitlist butonu — Shoptimizer / CommerceKit */
#cgkit-waitlist-trigger,
button.cgkit-waitlist-trigger,
#cgkit-waitlist-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin: 10px 0 0;
	padding: 12px 18px;
	box-sizing: border-box;
	border: none;
	border-radius: 6px;
	background: #2e7d32;
	color: #fff !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	text-decoration: none !important;
}

#cgkit-waitlist-trigger:hover,
button.cgkit-waitlist-trigger:hover,
#cgkit-waitlist-button:hover {
	background: #256628;
	color: #fff !important;
}

/* WCRK kalıntısı varsa gizle (çift buton önleme) */
.wcrk-waitlist-open,
#wcrk-waitlist-modal,
.wcrk-whatsapp-btn,
.wcrk-whatsapp-float,
.wcrk-compare-tray,
.wcrk-compare-btn,
.wcrk-wishlist-btn {
	display: none !important;
}
