.elementor-widget-nikeli_wishlist_button .elementor-widget-container {
	padding: 0;
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-height: 0;
}

.nikeli-wishlist-btn-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.nikeli-wishlist-tooltip {
	position: absolute;
	right: 100%;
	margin-right: 8px;
	white-space: nowrap;
	padding: 6px 10px;
	background: #444;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	pointer-events: none;
	z-index: 10;
}

.nikeli-wishlist-tooltip::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent transparent transparent #444;
}

.nikeli-wishlist-btn-wrap:hover .nikeli-wishlist-tooltip,
.nikeli-wishlist-btn-wrap:focus-within .nikeli-wishlist-tooltip {
	opacity: 1;
	visibility: visible;
}

.nikeli-wishlist-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	padding: 6px;
	border: none;
	background: none !important;
	box-shadow: none !important;
	border-radius: 99px;
	cursor: pointer;
	color: #000;
	box-sizing: content-box;
}

.nikeli-wishlist-btn:hover,
.nikeli-wishlist-btn:focus,
.nikeli-wishlist-btn:active {
	width: 18px;
	height: 18px;
	padding: 6px;
	background: #000 !important;
	color: #fff;
	border-radius: 99px;
	box-sizing: content-box;
}

.nikeli-wishlist-btn svg,
.nikeli-wishlist-btn .nikeli-wishlist-btn-icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	display: block;
}

.nikeli-wishlist-btn .nikeli-wishlist-btn-icon-filled {
	display: none;
}

.nikeli-wishlist-btn.in-wishlist .nikeli-wishlist-btn-icon-empty {
	display: none;
}

.nikeli-wishlist-btn.in-wishlist .nikeli-wishlist-btn-icon-filled {
	display: block;
}

.nikeli-wishlist-btn.in-wishlist {
	color: #c00;
	background: none !important;
}

.nikeli-wishlist-btn.in-wishlist:hover,
.nikeli-wishlist-btn.in-wishlist:focus,
.nikeli-wishlist-btn.in-wishlist:active {
	color: #c00;
	background: #000 !important;
}

.nikeli-wishlist-btn-placeholder {
	padding: 8px 12px;
	background: #f5f5f5;
	border-radius: 4px;
	font-size: 13px;
	color: #666;
}

.elementor-widget-nikeli_wishlist_panel .elementor-widget-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 0;
	align-self: center;
}

.nikeli-wishlist-trigger {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 28px;
	width: 28px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	color: #fff !important;
	position: relative;
	line-height: 0;
	overflow: visible;
}

.nikeli-wishlist-trigger:hover,
.nikeli-wishlist-trigger:focus {
	background: none !important;
	opacity: 1 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.nikeli-wishlist-trigger .nikeli-wishlist-trigger-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.nikeli-wishlist-trigger .nikeli-wishlist-trigger-icon svg {
	width: 28px !important;
	height: 28px !important;
	fill: none;
	stroke: currentColor;
	display: block;
}

.nikeli-wishlist-trigger .nikeli-wishlist-trigger-label {
	display: none;
}

.nikeli-wishlist-trigger .nikeli-wishlist-count {
	display: inline-block;
	position: absolute;
	top: -6px;
	right: -6px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	background: #efb900;
	color: #000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	visibility: visible;
	opacity: 1;
}

.nikeli-wishlist-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nikeli-wishlist-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}

.nikeli-wishlist-panel {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 380px;
	height: 100%;
	background: #fff;
	box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
	z-index: 99999;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow: hidden;
}

.nikeli-wishlist-panel.is-open {
	transform: translateX(0);
}

@media (max-width: 767px) {
	.nikeli-wishlist-panel {
		width: 80%;
		max-width: 80%;
	}
}

.nikeli-wishlist-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #eee;
	flex-shrink: 0;
}

.nikeli-wishlist-panel-title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
}

.nikeli-wishlist-panel-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: none;
	background: none;
	font-size: 24px;
	line-height: 1;
	color: #666;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
	border-radius: 4px;
}

.nikeli-wishlist-panel-close:hover {
	color: #000;
	background: #f5f5f5;
}

.nikeli-wishlist-panel-body {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
}

.nikeli-wishlist-panel-empty {
	padding: 40px 20px;
	text-align: center;
	color: #888;
	font-size: 0.95rem;
}

.nikeli-wishlist-panel-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.nikeli-wishlist-panel-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px;
	background: #f9f9f9;
	border-radius: 8px;
	position: relative;
}

.nikeli-wishlist-panel-item-link {
	display: flex;
	gap: 12px;
	flex: 1;
	min-width: 0;
	text-decoration: none;
	color: inherit;
}

.nikeli-wishlist-panel-item-img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.nikeli-wishlist-panel-item-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.nikeli-wishlist-panel-item-name {
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 1.3;
}

.nikeli-wishlist-panel-item-price {
	font-size: 0.9rem;
	font-weight: 600;
}

.nikeli-wishlist-panel-item-remove {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	background: rgba(0, 0, 0, 0.05);
	font-size: 18px;
	line-height: 1;
	color: #666;
	cursor: pointer;
	border-radius: 4px;
	transition: color 0.2s ease, background 0.2s ease;
	flex-shrink: 0;
}

.nikeli-wishlist-panel-item-remove:hover {
	color: #c00;
	background: rgba(204, 0, 0, 0.1);
}

body.nikeli-wishlist-panel-open {
	overflow: hidden;
}
