/**
 * استایل‌های باکس‌های محصولات مرتبط - دمو دوم (ژاکت)
 * شامل: محصولات مرتبط، دیگر محصولات فروشنده، دیگر دوره‌های فروشنده
 */

/* ============================================
   باکس اصلی محصولات مرتبط
   ============================================ */
.zhaket-related-products-box {
	background-color: #ffffff;
	padding: 20px 0;
	border-radius: 0;
	margin-bottom: 0 !important; /* حذف margin-bottom از کلاس mb-5 */
}

/* فاصله بین باکس‌ها */
.zhaket-related-products-box + .zhaket-related-products-box {
	margin-top: 15px;
}

.zhaket-related-products-box .container {
	padding-left: 15px;
	padding-right: 15px;
}

/* ============================================
   عنوان باکس با آیکون‌های هم‌پوشان
   ============================================ */
.zhaket-box-title {
	margin-bottom: 24px;
}

.zhaket-title-with-icons {
	display: flex;
	align-items: center;
	gap: 12px;
}

.zhaket-title-icon-wrapper {
	position: relative;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
}

.zhaket-title-icon-circle {
	position: absolute;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* برای دایره product - overflow hidden برای تصویر محصول */
.zhaket-title-icon-product {
	width: 44px;
	height: 44px;
	overflow: hidden;
	z-index: 1;
	left: 0;
	top: 0;
}

/* برای دایره avatar - overflow visible برای نمایش سایه */
.zhaket-title-icon-avatar {
	width: 44px;
	height: 44px;
	overflow: visible;
	z-index: 1;
	left: 0;
	top: 0;
}

/* دایره اول (پس‌زمینه) - رنگ از تنظیمات */
.zhaket-title-icon-product {
	background-color: #6c5ce7; /* رنگ پیش‌فرض - از تنظیمات override می‌شود */
	border: 2px solid #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* آواتار فروشنده - بدون پس‌زمینه برای PNG های transparent */
.zhaket-title-icon-avatar {
	background-color: transparent; /* بدون پس‌زمینه برای PNG های transparent */
	border: none; /* حذف border */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* سایه مشابه overlay */
}

.zhaket-title-icon-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

/* سایه دور آواتار - مشابه overlay */
.zhaket-title-icon-avatar img,
.zhaket-title-icon-avatar .zhaket-title-icon-image {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

/* دایره دوم (روی دایره اول) - رنگ از تنظیمات */
.zhaket-title-icon-overlay {
	/* background-color از inline style در HTML استفاده می‌شود */
	z-index: 2;
	right: -12px;
	top: -12px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 18px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border: 2px solid #ffffff;
}


.zhaket-title-icon-overlay .icon {
	font-size: 18px;
	line-height: 1;
}

.zhaket-box-title-text {
	font-size: 18px;
	font-weight: 600;
	color: #2d3436;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

/* ============================================
   اسکرول افقی محصولات - بدون scrollbar
   ============================================ */
.zhaket-related-products-scroll-wrapper {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

.zhaket-related-products-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Firefox - مخفی کردن scrollbar */
	-ms-overflow-style: none; /* IE/Edge - مخفی کردن scrollbar */
	scroll-behavior: smooth;
	cursor: grab;
}

.zhaket-related-products-scroll::-webkit-scrollbar {
	display: none; /* Chrome/Safari - مخفی کردن scrollbar */
}

.zhaket-related-products-scroll.dragging {
	cursor: grabbing;
	scroll-behavior: auto; /* غیرفعال کردن smooth scroll هنگام drag */
}

/* دکمه‌های ناوبری */
.zhaket-scroll-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid #e9ecef;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
	opacity: 1; /* همیشه نمایش داده شود */
	pointer-events: all; /* همیشه فعال باشد */
}

.zhaket-scroll-nav-btn.visible {
	opacity: 1;
	pointer-events: all;
}

.zhaket-scroll-nav-btn.hidden {
	opacity: 0.3; /* وقتی غیرفعال است، کمرنگ شود */
	cursor: not-allowed;
	pointer-events: none;
}

.zhaket-scroll-nav-btn:hover {
	background-color: #f8f9fa;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.zhaket-scroll-nav-btn.prev {
	right: 10px;
}

.zhaket-scroll-nav-btn.next {
	left: 10px;
}

.zhaket-scroll-nav-btn .icon {
	font-size: 18px;
	color: #2d3436;
}

/* ساخت chevron با CSS برای دکمه‌های ناوبری */
.zhaket-scroll-nav-btn.prev .icon::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #2d3436;
	border-bottom: 2px solid #2d3436;
	transform: rotate(-45deg);
	margin-right: 2px;
}

.zhaket-scroll-nav-btn.next .icon::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #2d3436;
	border-bottom: 2px solid #2d3436;
	transform: rotate(135deg);
	margin-left: 2px;
}

.zhaket-scroll-nav-btn .icon {
	font-size: 0; /* مخفی کردن محتوای اصلی */
	display: flex;
	align-items: center;
	justify-content: center;
}

.zhaket-related-products-grid {
	display: flex;
	flex-direction: row;
	gap: 12px;
	flex-wrap: nowrap;
	min-width: max-content;
}

.zhaket-related-product-item {
	flex: 0 0 auto;
	width: 195px; /* عرض ثابت برای کارت */
	min-width: 195px;
}

/* ============================================
   کارت محصول مرتبط
   ============================================ */
.zhaket-related-product-card {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 12px;
	/* transition حذف شد - انیمیشن hover حذف شده */
	border: 1px solid #e9ecef;
	width: 195px;
	height: 208px; /* ارتفاع ثابت */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; /* مرکز عمودی */
	box-sizing: border-box;
}

/* حذف انیمیشن hover */
/* انیمیشن hover حذف شد */

.related-product-link {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
}

/* حذف تغییر رنگ در hover */
.related-product-link:hover {
	color: inherit; /* رنگ تغییر نمی‌کند */
}

/* باکس نامرئی برای تصویر و عنوان - مرکز افقی و عمودی */
.related-product-content-box {
	width: 161px;
	height: 156px;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; /* مرکز عمودی */
	text-align: center;
	margin: 0 auto; /* مرکز افقی */
}

.related-product-image-wrapper {
	position: relative;
	margin-bottom: 24px; /* فاصله بیشتر بین تصویر و عنوان */
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}

.related-product-image {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 5px;
	display: block;
}

/* بج تخفیف */
.related-product-discount-badge {
	position: absolute;
	top: -8px;
	right: -8px;
	/* background-color حذف شد - از inline style در HTML استفاده می‌شود */
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 5px;
	line-height: 1;
	z-index: 3;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	min-width: 36px;
	text-align: center;
	white-space: nowrap;
}

.related-product-title {
	font-size: 12px;
	font-weight: 600;
	color: #2d3436;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	max-height: 32px;
}

/* حذف تغییر رنگ عنوان در hover */
.related-product-link:hover .related-product-title {
	color: inherit; /* رنگ تغییر نمی‌کند */
}

/* ============================================
   ریسپانسیو
   ============================================ */
@media (max-width: 768px) {
	.zhaket-title-icon-wrapper {
		width: 40px;
		height: 40px;
	}
	
	.zhaket-title-icon-product,
	.zhaket-title-icon-avatar {
		width: 40px;
		height: 40px;
	}
	
	.zhaket-title-icon-overlay {
		width: 32px;
		height: 32px;
		right: -10px;
		top: -10px;
		font-size: 14px;
	}
	
	.zhaket-title-icon-overlay .icon {
		font-size: 14px;
	}
	
	.zhaket-box-title-text {
		font-size: 16px;
	}
	
	.zhaket-related-product-item {
		width: 160px;
		min-width: 160px;
	}
	
	.zhaket-related-product-card {
		width: 160px;
		height: 180px;
		padding: 10px;
	}
	
	.related-product-image-wrapper,
	.related-product-image {
		width: 80px;
		height: 80px;
	}
	
	.related-product-title {
		font-size: 11px;
		max-height: 28px;
	}
}

@media (max-width: 576px) {
	.zhaket-related-product-item {
		width: 140px;
		min-width: 140px;
	}
	
	.zhaket-related-product-card {
		width: 140px;
		height: 160px;
		padding: 8px;
	}
	
	.related-product-image-wrapper,
	.related-product-image {
		width: 80px;
		height: 80px;
	}
	
	.related-product-title {
		font-size: 10px;
		max-height: 24px;
	}
}

