/**
 * صفحه اصلی یدک۱۴ — ریدیزاین (سکشن دسته‌بندی بدون تغییر)
 */

#yadak14-home {
	--ydh-red: var(--y14-brand-primary, #dd0508);
	--ydh-red-dark: var(--y14-brand-primary-dark, #a80406);
	--ydh-red-soft: rgba(221, 5, 8, 0.1);
	--ydh-black: var(--y14-brand-ink, #0b0b0c);
	--ydh-white: #fff;
	--ydh-gray-50: #f5f6f8;
	--ydh-gray-100: #eceef2;
	--ydh-gray-200: #e2e5eb;
	--ydh-gray-500: #5c616b;
	--ydh-container-max: 1180px;
	--ydh-container-pad: clamp(1rem, 4vw, 2rem);
	--ydh-radius-xl: 28px;
	--ydh-radius-lg: 22px;
	--ydh-radius-md: 16px;
	--ydh-shadow: 0 18px 48px rgba(15, 17, 22, 0.08);
	--ydh-shadow-hover: 0 28px 60px rgba(221, 5, 8, 0.14);
	--ydh-ease: cubic-bezier(0.22, 0.8, 0.24, 1);
	color: var(--ydh-black);
	line-height: 1.7;
	overflow-x: hidden;
	margin-inline: calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
	position: relative;
	background: var(--ydh-white);
}

#yadak14-home *,
#yadak14-home *::before,
#yadak14-home *::after {
	box-sizing: border-box;
}

#yadak14-home .ydh-container {
	width: min(var(--ydh-container-max), 100% - var(--ydh-container-pad));
	margin-inline: auto;
}

#yadak14-home :is(.btn, .button, button, [type="submit"], [type="button"]) {
	min-height: unset !important;
}

#yadak14-home .ydh-section {
	padding-block: clamp(2rem, 5vw, 3.25rem);
}

#yadak14-home .ydh-section--muted {
	background: linear-gradient(180deg, var(--ydh-gray-50) 0%, #fff 100%);
}

#yadak14-home .ydh-section--warm.ydh-best {
	background:
		radial-gradient(900px 320px at 100% 0%, var(--ydh-best-glow-1, rgba(221, 5, 8, 0.06)), transparent 55%),
		linear-gradient(180deg, var(--ydh-best-bg-1, #fff) 0%, var(--ydh-best-bg-2, #fff8f8) 100%);
}

/* ——— دسته‌بندی: بدون تغییر ظاهری ——— */
#yadak14-home .ydh-cats {
	padding-block: clamp(1.25rem, 3vw, 1.75rem);
}

#yadak14-home .ydh-cat {
	display: block;
	text-align: center;
	text-decoration: none;
	color: inherit;
}

#yadak14-home .ydh-cat__ring {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 50%;
	padding: 4px;
	background: linear-gradient(145deg, var(--ydh-red), #ff6b6e);
	box-shadow: 0 10px 28px rgba(221, 5, 8, 0.18);
}

#yadak14-home .ydh-cat__ring img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #fff;
}

#yadak14-home .ydh-cat__name {
	display: block;
	margin-top: 0.55rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: #1f232b;
}

/* ——— انیمیشن ورود ——— */
@keyframes ydh-rise {
	from {
		opacity: 0;
		transform: translateY(22px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#yadak14-home .ydh-reveal {
	animation: ydh-rise 0.65s var(--ydh-ease) both;
}

#yadak14-home .ydh-flash.ydh-reveal {
	animation-delay: 0.05s;
}

#yadak14-home .ydh-tank.ydh-reveal {
	animation-delay: 0.08s;
}

#yadak14-home .ydh-banner-section--tank.ydh-reveal {
	animation-delay: 0.09s;
}

#yadak14-home .ydh-best.ydh-reveal {
	animation-delay: 0.11s;
}

#yadak14-home .ydh-spare.ydh-reveal {
	animation-delay: 0.13s;
}

#yadak14-home .ydh-banner-section--spare.ydh-reveal {
	animation-delay: 0.14s;
}

#yadak14-home .ydh-helmet.ydh-reveal {
	animation-delay: 0.15s;
}

#yadak14-home .ydh-banner-section--helmet.ydh-reveal {
	animation-delay: 0.16s;
}

#yadak14-home .ydh-blog.ydh-reveal {
	animation-delay: 0.18s;
}

@media (prefers-reduced-motion: reduce) {
	#yadak14-home .ydh-reveal {
		animation: none;
	}
}

/* ——— هیرو / اسلایدر ——— */
#yadak14-home .ydh-hero {
	padding: 0;
}

#yadak14-home .ydh-hero__frame {
	position: relative;
	padding: clamp(0.75rem, 2.5vw, 1.25rem) clamp(0.75rem, 3vw, 1.5rem) 0;
}

#yadak14-home .ydh-hero__viewport {
	width: 100%;
	overflow: hidden;
	border-radius: var(--ydh-radius-xl);
	box-shadow: var(--ydh-shadow);
}

#yadak14-home .ydh-hero__slide.swiper-slide {
	height: auto;
	box-sizing: border-box;
}

#yadak14-home .ydh-hero__link {
	position: relative;
	display: block;
	overflow: hidden;
}

#yadak14-home .ydh-hero__img {
	width: 100%;
	height: auto;
	display: block;
	/* object-fit: cover; */
	max-height: min(56vh, 560px);
	transition: transform 0.65s var(--ydh-ease);
}

#yadak14-home .ydh-hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(11, 11, 12, 0.06) 0%, rgba(11, 11, 12, 0.5) 100%),
		linear-gradient(270deg, rgba(221, 5, 8, 0.22), transparent 48%);
	pointer-events: none;
}

#yadak14-home .ydh-hero__link:hover .ydh-hero__img {
	transform: scale(1.03);
}

#yadak14-home .ydh-hero__dots {
	position: absolute;
	left: 50%;
	bottom: clamp(1rem, 2.5vw, 1.35rem);
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.4rem 0.65rem;
	border-radius: 999px;
	background: rgba(11, 11, 12, 0.38);
	backdrop-filter: blur(8px);
	transform: translateX(-50%);
	width: max-content;
}

#yadak14-home .ydh-hero__dot {
	width: 0.45rem !important;
	height: 0.45rem !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	cursor: pointer !important;
	transition:
		width 0.3s ease,
		background 0.3s ease,
		box-shadow 0.3s ease;
}

#yadak14-home .ydh-hero__dot.is-active {
	width: 1.35rem;
	background: var(--ydh-red);
	box-shadow: 0 0 0 3px rgba(221, 5, 8, 0.25);
}

/* ——— سکشن بنر (جدا از محصولات) ——— */
#yadak14-home .ydh-banner-section {
	padding-block: clamp(0.85rem, 2.2vw, 1.35rem);
}

#yadak14-home .ydh-banner-section--tank {
	padding-top: 0;
}

#yadak14-home .ydh-section.ydh-tank {
	padding-bottom: clamp(1rem, 2.5vw, 1.5rem);
	margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

#yadak14-home .ydh-section.ydh-spare {
	padding-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

#yadak14-home .ydh-section.ydh-helmet {
	padding-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

#yadak14-home .ydh-banner-section--helmet {
	padding-top: 0;
}

/* ——— بنرهای گرید ——— */
#yadak14-home .ydh-banners {
	display: grid;
	gap: clamp(0.75rem, 2vw, 1rem);
}

#yadak14-home .ydh-banners--triple {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#yadak14-home .ydh-banners--double {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

#yadak14-home .ydh-banners--single {
	grid-template-columns: minmax(0, 1fr);
}

#yadak14-home .ydh-banner-card {
	position: relative;
	display: block;
	min-height: clamp(9rem, 22vw, 12.5rem);
	border-radius: var(--ydh-radius-lg);
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(11, 11, 12, 0.08);
	transition:
		transform 0.35s var(--ydh-ease),
		box-shadow 0.35s var(--ydh-ease);
}

#yadak14-home .ydh-banner-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(11, 11, 12, 0.14);
}

#yadak14-home .ydh-banner-card__img {
	width: 100%;
	height: 100%;
	transition: transform 0.55s var(--ydh-ease);
}

#yadak14-home .ydh-banner-card:hover .ydh-banner-card__img {
	transform: scale(1.06);
}

#yadak14-home .ydh-banners--single .ydh-banner-card {
	min-height: clamp(10rem, 28vw, 15rem);
}

/* ——— هدر سکشن ——— */
#yadak14-home .ydh-sec-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem 1.25rem;
	margin-bottom: 1.35rem;
}

#yadak14-home .ydh-sec-head--center {
	align-items: center;
}

#yadak14-home .ydh-sec-head__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ydh-red);
}

#yadak14-home .ydh-sec-head__title {
	margin: 0;
	font-size: clamp(1.35rem, 2.8vw, 1.85rem);
	font-weight: 900;
	line-height: 1.2;
	color: var(--ydh-black);
}

#yadak14-home .ydh-sec-head__title::after {
	content: '';
	display: block;
	width: 3rem;
	height: 4px;
	margin-top: 0.5rem;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--ydh-red), #ff6b6e);
}

#yadak14-home .ydh-sec-head--center .ydh-sec-head__title::after {
	margin-inline: auto;
}

#yadak14-home .ydh-sec-head__sub {
	margin: 0.5rem 0 0;
	max-width: 36rem;
	font-size: 0.95rem;
	color: var(--ydh-gray-500);
}

#yadak14-home .ydh-ps .ydh-sec-head__eyebrow {
	color: var(--ydh-ps-primary, var(--ydh-red));
}

#yadak14-home .ydh-ps .ydh-sec-head__link {
	color: var(--ydh-ps-primary, var(--ydh-red));
	border-color: color-mix(in srgb, var(--ydh-ps-primary, var(--ydh-red)) 15%, transparent);
}

#yadak14-home .ydh-ps .ydh-sec-head__link:hover {
	background: linear-gradient(135deg, var(--ydh-ps-primary, var(--ydh-red)), var(--ydh-ps-primary-light, #ff4d50));
	box-shadow: 0 12px 28px color-mix(in srgb, var(--ydh-ps-primary, var(--ydh-red)) 28%, transparent);
}

#yadak14-home .ydh-best__all {
	color: var(--ydh-best-primary, var(--ydh-red));
}

#yadak14-home .ydh-sec-head__link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.55rem 1rem;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 800;
	color: var(--ydh-red);
	text-decoration: none;
	background: var(--ydh-red-soft);
	border: 1px solid rgba(221, 5, 8, 0.15);
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#yadak14-home .ydh-sec-head__link:hover {
	color: #fff;
	background: linear-gradient(135deg, var(--ydh-red), #ff4d50);
	border-color: transparent;
	box-shadow: 0 12px 28px rgba(221, 5, 8, 0.28);
	transform: translateY(-2px);
}

#yadak14-home .ydh-sec-head__link svg {
	transition: transform 0.2s ease;
}

#yadak14-home .ydh-sec-head__link:hover svg {
	transform: translateX(-3px);
}

#yadak14-home .ydh-best__flame {
	display: inline-block;
	animation: ydh-flame 1.2s ease-in-out infinite alternate;
}

@keyframes ydh-flame {
	from {
		transform: scale(1) rotate(-4deg);
	}

	to {
		transform: scale(1.12) rotate(4deg);
	}
}

/* ——— فلش سیل ——— */
#yadak14-home .ydh-flash {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(900px 360px at 8% -10%, var(--ydh-flash-glow-1, rgba(221, 5, 8, 0.5)), transparent 58%),
		radial-gradient(700px 280px at 92% 0%, var(--ydh-flash-glow-2, rgba(221, 5, 8, 0.25)), transparent 55%),
		linear-gradient(var(--ydh-flash-hero-angle, 165deg), var(--ydh-flash-bg-1, #070708) 0%, var(--ydh-flash-bg-2, #12141b) 48%, var(--ydh-flash-bg-3, #181b24) 100%);
}

#yadak14-home .ydh-flash__fx {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

#yadak14-home .ydh-flash__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(48px);
	opacity: 0.55;
	animation: ydh-float 8s ease-in-out infinite alternate;
}

@keyframes ydh-float {
	from {
		transform: translate(0, 0);
	}

	to {
		transform: translate(12px, -16px);
	}
}

#yadak14-home .ydh-flash__orb--1 {
	width: 280px;
	height: 280px;
	inset-inline-start: -60px;
	top: -80px;
	background: var(--ydh-flash-orb-1, rgba(221, 5, 8, 0.55));
}

#yadak14-home .ydh-flash__orb--2 {
	width: 220px;
	height: 220px;
	inset-inline-end: 8%;
	bottom: -60px;
	background: var(--ydh-flash-orb-2, rgba(255, 80, 84, 0.28));
	animation-delay: -3s;
}

#yadak14-home .ydh-flash__spark {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.08);
	opacity: 0.35;
}

#yadak14-home .ydh-flash__spark--1 {
	top: 18%;
	inset-inline-end: 12%;
}

#yadak14-home .ydh-flash__spark--2 {
	bottom: 12%;
	inset-inline-start: 18%;
	width: 80px;
	height: 80px;
}

#yadak14-home .ydh-flash__panel {
	position: relative;
	z-index: 1;
	padding: clamp(1.35rem, 3vw, 2rem);
	border-radius: var(--ydh-radius-xl);
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#yadak14-home .ydh-flash__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.25rem;
	margin-bottom: 1.5rem;
}

#yadak14-home .ydh-flash__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 0.6rem;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 800;
	color: #fff;
	background: var(--ydh-flash-eyebrow-bg, rgba(221, 5, 8, 0.35));
	border: 1px solid rgba(255, 255, 255, 0.15);
}

#yadak14-home .ydh-flash__pulse {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ydh-flash-primary-light, #ff6b6e);
	box-shadow: 0 0 0 0 rgba(255, 107, 110, 0.7);
	animation: ydh-pulse 1.6s ease-out infinite;
}

@keyframes ydh-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 107, 110, 0.65);
	}

	70% {
		box-shadow: 0 0 0 10px rgba(255, 107, 110, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 107, 110, 0);
	}
}

#yadak14-home .ydh-flash__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.75rem, 4.5vw, 2.5rem);
	font-weight: 900;
	line-height: 1.12;
	text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

#yadak14-home .ydh-flash__title-burst {
	background: linear-gradient(92deg, var(--ydh-flash-grad-1, #fff2b8), var(--ydh-flash-grad-2, #ff8a8c), var(--ydh-flash-grad-3, #dd0508), var(--ydh-flash-grad-4, #ff4d50));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

#yadak14-home .ydh-flash__subtitle {
	margin: 0;
	max-width: 34rem;
	font-size: clamp(0.95rem, 2vw, 1.05rem);
	font-weight: 600;
	color: rgba(255, 255, 255, 0.82);
}

#yadak14-home .ydh-timer--flash {
	text-align: center;
}

#yadak14-home .ydh-timer__label {
	margin: 0 0 0.5rem;
	font-size: 0.78rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.72);
}

#yadak14-home .ydh-timer__row {
	display: flex;
	gap: 0.5rem;
}

#yadak14-home .ydh-timer__box {
	min-width: 64px;
	padding: 0.6rem 0.45rem;
	border-radius: var(--ydh-radius-md);
	background: rgba(0, 0, 0, 0.32);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ydh-flash-primary, #dd0508) 25%, transparent);
	text-align: center;
}

#yadak14-home .ydh-timer--flash .ydh-timer__val {
	display: block;
	font-size: 1.4rem;
	font-weight: 900;
	color: #fff;
	line-height: 1.05;
	font-variant-numeric: tabular-nums;
}

#yadak14-home .ydh-timer--flash .ydh-timer__lbl {
	display: block;
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.72);
	margin-top: 0.2rem;
}

#yadak14-home .ydh-flash__slider-wrap,
#yadak14-home .ydh-prod-slider-wrap,
body.yadak14-single-product .yd-sp-related .ydh-prod-slider-wrap,
body.yadak14-single-post .yd-post-related .ydh-prod-slider-wrap {
	padding-block: 0.25rem 0.5rem;
}

/* ——— کارت محصول ——— */
:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(226, 229, 235, 0.95);
	border-radius: var(--ydh-radius-lg);
	overflow: hidden;
	transition: transform 0.28s var(--ydh-ease), box-shadow 0.28s var(--ydh-ease), border-color 0.28s var(--ydh-ease);
	direction: rtl;
}

span.ydh-flash__title-lead {
	color: white;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard:hover {
	transform: translateY(-6px);
	border-color: rgba(221, 5, 8, 0.35);
	box-shadow: var(--ydh-shadow-hover);
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard--flash {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard--flash::before {
	content: '';
	position: absolute;
	inset-inline: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--ydh-red), #ff8a8c);
	z-index: 1;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard--flash .ydh-pcard__title a,
:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard--flash .ydh-pcard__price {
	color: #fff;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard--flash .ydh-pcard__old {
	color: rgba(255, 255, 255, 0.55);
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard--flash .ydh-pcard__media {
	background: rgba(255, 255, 255, 0.04);
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__media {
	position: relative;
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform 0.35s var(--ydh-ease);
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard:hover .ydh-pcard__media img {
	transform: scale(1.05);
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__view {
	position: absolute;
	inset-inline: 0.75rem;
	bottom: 0.75rem;
	padding: 0.4rem 0.65rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	text-align: center;
	color: #fff;
	background: rgba(11, 11, 12, 0.75);
	backdrop-filter: blur(6px);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard:hover .ydh-pcard__view {
	opacity: 1;
	transform: translateY(0);
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__badge {
	position: absolute;
	top: 0.7rem;
	inset-inline-start: 0.7rem;
	z-index: 2;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	min-width: 52px;
	padding: 0.35rem 0.5rem;
	border-radius: 12px;
	background: linear-gradient(145deg, #ff4d50, var(--ydh-red));
	color: #fff;
	line-height: 1.1;
	box-shadow: 0 8px 20px rgba(221, 5, 8, 0.35);
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__badge-val {
	font-size: 0.82rem;
	font-weight: 900;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__badge-lbl {
	font-size: 0.62rem;
	font-weight: 700;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0.85rem 0.95rem 1rem;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__title {
	margin: 0 0 0.55rem;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.55;
	min-height: 2.75em;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__title a {
	color: #1f232b;
	text-decoration: none;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__footer {
	margin-top: auto;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__prices {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.15rem;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__old {
	font-size: 0.76rem;
	color: var(--ydh-gray-500);
	text-decoration: line-through;
}

:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__price {
	font-size: 1rem;
	font-weight: 900;
	color: var(--ydh-red);
	text-decoration: none;
}

/* ——— پرفروش‌ها ——— */
#yadak14-home .ydh-sec-head--best {
	direction: rtl;
	align-items: flex-end;
	margin-bottom: 1.25rem;
}

#yadak14-home .ydh-sec-head--best .ydh-sec-head__main {
	text-align: right;
}

#yadak14-home .ydh-sec-head--best .ydh-sec-head__title::after {
	margin-inline: 0;
}

#yadak14-home .ydh-sec-head--best .ydh-best__all {
	flex-shrink: 0;
}

#yadak14-home .ydh-best__board--desktop {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem 1.15rem;
	padding: 1.1rem 1.15rem 1.2rem;
	border: 1px solid var(--ydh-gray-200);
	border-radius: var(--ydh-radius-xl);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--ydh-shadow);
	backdrop-filter: blur(8px);
}

#yadak14-home .ydh-best__track {
	width: 100%;
}

#yadak14-home .ydh-best__col {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

#yadak14-home .ydh-best__item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 56px;
	align-items: center;
	gap: 0.5rem 0.65rem;
	padding: 0.65rem 0.5rem;
	text-decoration: none;
	color: inherit;
	border-radius: var(--ydh-radius-md);
	border: 1px solid transparent;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	direction: ltr;
}

#yadak14-home .ydh-best__item:hover {
	background: var(--ydh-gray-50);
	border-color: var(--ydh-gray-200);
	transform: translateX(-3px);
}

#yadak14-home .ydh-best__item--podium-1 {
	background: linear-gradient(90deg, rgba(255, 215, 0, 0.12), transparent);
	border-color: rgba(255, 193, 7, 0.35);
}

#yadak14-home .ydh-best__item--podium-2 {
	background: linear-gradient(90deg, rgba(192, 192, 192, 0.15), transparent);
	border-color: rgba(160, 160, 160, 0.35);
}

#yadak14-home .ydh-best__item--podium-3 {
	background: linear-gradient(90deg, rgba(205, 127, 50, 0.12), transparent);
	border-color: rgba(205, 127, 50, 0.35);
}

#yadak14-home .ydh-best__name {
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.45;
	color: #1f232b;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: right;
}

#yadak14-home .ydh-best__rank {
	font-size: clamp(1.4rem, 2.2vw, 1.8rem);
	font-weight: 900;
	color: var(--ydh-red);
	line-height: 1;
	min-width: 1.5ch;
	text-align: center;
}

#yadak14-home .ydh-best__thumb {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--ydh-gray-200);
	box-shadow: 0 6px 16px rgba(15, 17, 22, 0.06);
}

#yadak14-home .ydh-best__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ——— بنر ——— */
#yadak14-home .ydh-promo__card {
	position: relative;
	display: block;
	border-radius: var(--ydh-radius-xl);
	overflow: hidden;
	box-shadow: var(--ydh-shadow);
}

#yadak14-home .ydh-promo__img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	max-height: 300px;
	transition: transform 0.55s var(--ydh-ease);
}

#yadak14-home .ydh-promo__glow {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(221, 5, 8, 0.2), transparent 50%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

#yadak14-home .ydh-promo__card:hover .ydh-promo__img {
	transform: scale(1.03);
}

#yadak14-home .ydh-promo__card:hover .ydh-promo__glow {
	opacity: 1;
}

/* ——— مقالات ——— */
#yadak14-home .ydh-blog__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	#yadak14-home .ydh-blog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	#yadak14-home .ydh-blog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

#yadak14-home .ydh-post {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--ydh-gray-200);
	border-radius: var(--ydh-radius-lg);
	overflow: hidden;
	background: #fff;
	box-shadow: var(--ydh-shadow);
	transition: transform 0.28s var(--ydh-ease), box-shadow 0.28s var(--ydh-ease);
}

#yadak14-home .ydh-post:hover {
	transform: translateY(-5px);
	box-shadow: var(--ydh-shadow-hover);
}

#yadak14-home .ydh-post__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--ydh-gray-50);
	overflow: hidden;
}

#yadak14-home .ydh-post__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s var(--ydh-ease);
}

#yadak14-home .ydh-post:hover .ydh-post__media img {
	transform: scale(1.06);
}

#yadak14-home .ydh-post__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(11, 11, 12, 0.55) 100%);
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

#yadak14-home .ydh-post:hover .ydh-post__overlay {
	opacity: 0.85;
}

#yadak14-home .ydh-post__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1rem 1.05rem 1.1rem;
}

#yadak14-home .ydh-post__date {
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--ydh-red);
	margin-bottom: 0.4rem;
}

#yadak14-home .ydh-post__title {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.5;
}

#yadak14-home .ydh-post__title a {
	color: #1f232b;
	text-decoration: none;
}

#yadak14-home .ydh-post__excerpt {
	margin: 0;
	flex: 1;
	font-size: 0.84rem;
	color: var(--ydh-gray-500);
	line-height: 1.7;
}

#yadak14-home .ydh-post__more {
	margin-top: 0.65rem;
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--ydh-red);
}

/* ——— شعار ——— */
#yadak14-home .ydh-slogan {
	position: relative;
	overflow: hidden;
	padding-block: clamp(2.5rem, 6vw, 3.75rem);
	color: #fff;
	text-align: center;
	background: linear-gradient(
		var(--ydh-slogan-hero-angle, 125deg),
		var(--ydh-slogan-bg-1, #0b0b0d) 0%,
		var(--ydh-slogan-bg-2, #1a1c22) 42%,
		var(--ydh-slogan-bg-3, #8b0406) 100%
	);
}

#yadak14-home .ydh-slogan__mesh {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(500px 200px at 20% 30%, var(--ydh-slogan-glow-1, rgba(221, 5, 8, 0.45)), transparent 70%),
		radial-gradient(400px 180px at 80% 70%, var(--ydh-slogan-glow-2, rgba(255, 255, 255, 0.08)), transparent 65%);
	pointer-events: none;
}

#yadak14-home .ydh-slogan__inner {
	position: relative;
	z-index: 1;
}

#yadak14-home .ydh-slogan__line1 {
	margin: 0 0 0.55rem;
	font-size: clamp(1.15rem, 2.8vw, 1.5rem);
	font-weight: 900;
	letter-spacing: -0.02em;
}

#yadak14-home .ydh-slogan__line2 {
	margin: 0;
	font-size: 0.98rem;
	color: rgba(255, 255, 255, 0.88);
}

/* ——— موبایل ——— */
@media (max-width: 767px) {
	#yadak14-home .ydh-section {
		padding-block: 1.5rem;
	}

	#yadak14-home .ydh-hero__frame {
		padding-inline: 0.85rem;
	}

	#yadak14-home .ydh-hero__viewport {
		border-radius: var(--ydh-radius-lg);
	}

	#yadak14-home .ydh-banners--triple {
		grid-template-columns: 1fr;
	}

	#yadak14-home .ydh-banners--double {
		grid-template-columns: 1fr;
	}

	#yadak14-home .ydh-flash__panel {
		padding: 1rem 0.9rem;
	}

	#yadak14-home .ydh-flash__head {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	#yadak14-home .ydh-flash__copy {
		width: 100%;
	}

	#yadak14-home .ydh-timer--flash {
		width: 100%;
	}

	#yadak14-home .ydh-timer__row {
		justify-content: center;
	}

	#yadak14-home .ydh-sec-head__link {
		padding: 0.45rem 0.85rem;
		font-size: 0.82rem;
	}

	#yadak14-home .ydh-sec-head--best {
		flex-wrap: wrap;
		gap: 0.75rem;
	}

	#yadak14-home .ydh-best__board--desktop {
		display: none;
	}

	:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__view {
		display: none;
	}

	:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard:hover {
		transform: none;
	}

	:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__title {
		font-size: 0.78rem;
		min-height: 2.45em;
	}

	:is(#yadak14-home, body.yadak14-single-product .yd-sp-related, body.yadak14-single-post .yd-post-related) .ydh-pcard__price {
		font-size: 0.86rem;
	}

	#yadak14-home .ydh-timer__box {
		min-width: 54px;
		padding: 0.45rem 0.35rem;
	}

	#yadak14-home .ydh-timer--flash .ydh-timer__val {
		font-size: 1.1rem;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#yadak14-home .ydh-banners--triple {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#yadak14-home .ydh-banners--triple .ydh-banner-card:last-child {
		grid-column: 1 / -1;
	}
}