/* دکان سپهر — طراحی خیریه‌ای */

:root {
	--ds-primary: #2d6a5f;
	--ds-primary-light: #3d8578;
	--ds-primary-dark: #1f5047;
	--ds-accent: #c9923a;
	--ds-accent-soft: #f5ead8;
	--ds-dark: #2c3e50;
	--ds-muted: #6b7c8a;
	--ds-bg: #faf8f5;
	--ds-white: #ffffff;
	--ds-border: #e8e2da;
	--ds-radius: 12px;
	--ds-radius-lg: 16px;
	--ds-shadow: 0 2px 16px rgba(44, 62, 80, 0.06);
	--ds-shadow-hover: 0 8px 28px rgba(44, 62, 80, 0.1);
}

body {
	font-family: Peyda, Tahoma, sans-serif !important;
	background-color: var(--ds-bg);
	color: var(--ds-dark);
	font-feature-settings: "ss01";
}

h1, h2, h3, h4, h5, h6,
.logo h1,
.sf-menu a,
.button,
.woocommerce a.button {
	font-family: Peyda, Tahoma, sans-serif !important;
}

/* ─── هدر ─── */
.header_1 {
	background: var(--ds-primary-dark);
	border-bottom: none;
}

.header_1 .it_text,
.header_1 .elm_icon_text span {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 13px !important;
	font-weight: 400;
}

.header_1 .it_icon {
	color: var(--ds-accent) !important;
}

.header_1 .cz_social a {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	transition: 0.2s ease;
}

.header_1 .cz_social a:hover {
	background: var(--ds-accent);
	color: #fff !important;
}

.header_2 {
	background: var(--ds-white) !important;
	box-shadow: none !important;
	border-bottom: 1px solid var(--ds-border) !important;
}

/* یک ردیف — هماهنگ با have_center قالب XTRA */
.header_2.have_center > .row.elms_row > .clr {
	display: flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	width: 100%;
}

.header_2.have_center .elms_left,
.header_2.have_center .elms_center,
.header_2.have_center .elms_right {
	display: flex !important;
	align-items: center !important;
	flex: 1 0 20% !important;
	width: auto !important;
	float: none !important;
}

.header_2.have_center .elms_center {
	flex-basis: 60% !important;
	justify-content: center;
	margin: 0 auto;
}

.header_2.have_center .elms_left {
	justify-content: flex-start;
}

.header_2.have_center .elms_right {
	justify-content: flex-end;
}

.header_2 .elms_left > div,
.header_2 .elms_center > div,
.header_2 .elms_center > div > div,
.header_2 .elms_right > div {
	float: none !important;
	display: flex;
	align-items: center;
}

.header_2 .elms_center > div {
	margin: 0 auto !important;
	justify-content: center;
}

.header_2 .elms_center .sf-menu {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
}

.header_2 .cz_elm {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* شعار زیر لوگو — در هدر مخفی (در نوار بالا هست) */
.header_2 .logo_is_img > span {
	display: none !important;
}

.header_2 .logo,
.header_2 .logo h1 {
	text-transform: none !important;
}

.header_2 .logo_is_img img {
	width: auto !important;
	max-width: 72px !important;
	max-height: 52px !important;
	height: auto !important;
	object-fit: contain;
	object-position: right center;
}

.onSticky .logo_is_img img {
	max-width: 64px !important;
	max-height: 46px !important;
}

.header_2 .logo_slogan {
	color: var(--ds-muted) !important;
	font-size: 11px !important;
	font-weight: 400;
	margin-top: 2px;
	line-height: 1.4;
}

#menu_header_2 > .cz > a {
	color: var(--ds-dark) !important;
	font-weight: 500;
	font-size: 14px;
	padding: 8px 12px !important;
	border-radius: 8px;
	transition: 0.2s ease;
}

#menu_header_2 > .cz > a:hover,
#menu_header_2 > .cz.current_menu > a,
#menu_header_2 > .current-menu-parent > a {
	color: var(--ds-primary) !important;
	background: var(--ds-accent-soft);
}

#menu_header_2 > .cz > a:before {
	display: none !important;
}

#menu_header_2 .sub-menu {
	background: var(--ds-white) !important;
	border-radius: var(--ds-radius) !important;
	box-shadow: var(--ds-shadow-hover) !important;
	padding: 8px !important;
	border: 1px solid var(--ds-border) !important;
}

#menu_header_2 .sub-menu a {
	color: var(--ds-dark) !important;
	font-size: 13px !important;
	border-radius: 6px;
	padding: 8px 12px !important;
}

#menu_header_2 .sub-menu a:hover {
	background: var(--ds-accent-soft) !important;
	color: var(--ds-primary) !important;
}

/* ─── نوار ابزار هدر (جستجو، سبد، ورود) ─── */
.header_2_right > div {
	display: flex !important;
	align-items: center;
	gap: 12px;
}

.header_2_right .cz_elm + .cz_elm {
	margin-right: 4px !important;
}

.header_2_right .cz_elm {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

.header_2 .search_with_icon,
.header_2 .elms_shop_cart,
.header_2 .cz_elm.login_header_2_right {
	display: inline-flex;
	align-items: center;
}

/* دکمه‌های یکسان */
.header_2 .xtra-search-icon,
.header_2 .elms_shop_cart .shop_icon,
.header_2 .cz_header_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 10px !important;
	border: 1px solid var(--ds-border) !important;
	background: var(--ds-white) !important;
	color: var(--ds-primary) !important;
	font-size: 16px !important;
	line-height: 1 !important;
	cursor: pointer;
	transition: 0.2s ease;
	box-shadow: none !important;
	text-decoration: none !important;
}

.header_2 .xtra-search-icon:hover,
.header_2 .elms_shop_cart .shop_icon:hover,
.header_2 .cz_header_button:hover {
	background: var(--ds-accent-soft) !important;
	border-color: var(--ds-primary) !important;
	color: var(--ds-primary-dark) !important;
}

/* جستجو */
.header_2 .search_style_icon_dropdown .outer_search {
	border-radius: var(--ds-radius) !important;
	border: 1px solid var(--ds-border) !important;
	box-shadow: var(--ds-shadow-hover) !important;
	overflow: hidden;
}

.header_2 .search_style_icon_dropdown input {
	border: none !important;
	background: var(--ds-bg) !important;
	font-family: Peyda, Tahoma, sans-serif !important;
	padding: 12px 16px !important;
	font-size: 14px !important;
}

.header_2 .search_style_icon_dropdown .outer_search:before {
	display: none;
}

/* سبد خرید */
.header_2 .elms_shop_cart .shop_icon {
	position: relative;
}

.header_2 .elms_shop_cart .shop_icon i {
	font-size: 17px !important;
	color: var(--ds-primary) !important;
	background: none !important;
	padding: 0 !important;
	position: relative;
}

.header_2 .elms_shop_cart [data-count]:after {
	top: 50% !important;
	right: 0 !important;
	transform: translate(40%, -50%) !important;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	padding: 0 5px !important;
	font-size: 10px !important;
	font-weight: 700;
	font-family: Peyda, Tahoma, sans-serif !important;
	color: #fff !important;
	background: var(--ds-accent) !important;
	border: 2px solid var(--ds-white);
	border-radius: 999px;
	box-sizing: border-box;
}

.header_2 .elms_shop_cart [data-count="0"]:after,
.header_2 .elms_shop_cart [data-count=""]:after {
	display: none !important;
}

.header_2 .cz_cart_items {
	border-radius: var(--ds-radius) !important;
	border: 1px solid var(--ds-border) !important;
	box-shadow: var(--ds-shadow-hover) !important;
}

.header_2 .cz_cart_items,
.header_2 .cz_cart_buttons a,
.header_2 .cz_cart_footer,
.header_2 .xtra-empty-cart span {
	font-family: Peyda, Tahoma, sans-serif !important;
	font-size: 13px !important;
}

.header_2 .cz_cart_buttons .button {
	font-family: Peyda, Tahoma, sans-serif !important;
}

.header_2 .cz_cart_items .button,
.header_2 .cz_cart_items > div > .button {
	font-family: Peyda, Tahoma, sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
}

/* ورود — فقط آیکون */
.header_2 .cz_header_button {
	font-size: 0 !important;
	overflow: visible !important;
}

.header_2 .cz_header_button span {
	display: none !important;
}

.header_2 .cz_header_button i,
.header_2 .cz_header_button .cz_btn_header_icon_before {
	font-size: 16px !important;
	margin: 0 !important;
	color: var(--ds-primary) !important;
}

.header_2 .cz_header_button:hover i {
	color: var(--ds-primary-dark) !important;
}

/* فرم جستجوی inline (fallback) */
.header_2 .outer_search input,
.header_2 .ajax_search_form input {
	border-radius: 10px !important;
	border: 1px solid var(--ds-border) !important;
	padding: 9px 14px !important;
	font-family: Peyda, Tahoma, sans-serif !important;
	background: var(--ds-bg) !important;
	min-width: 160px;
}

.onSticky {
	background: rgba(255, 255, 255, 0.98) !important;
	box-shadow: 0 1px 0 var(--ds-border) !important;
}

/* هدر موبایل */
.header_4 {
	background: var(--ds-white) !important;
	border-bottom: 1px solid var(--ds-border) !important;
	box-shadow: none !important;
}

.header_4 > .row.elms_row {
	padding: 0 14px;
}

.header_4 .row.elms_row > .clr {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100%;
	direction: ltr;
}

.header_4 .elms_left,
.header_4 .elms_right {
	display: flex !important;
	align-items: center !important;
	float: none !important;
	width: auto !important;
	flex: 0 0 auto !important;
}

.header_4 .elms_left > div,
.header_4 .elms_right > div {
	float: none !important;
	display: flex !important;
	align-items: center !important;
}

/* راست: همبرگر (لبه) + لوگو */
.header_4 .elms_left {
	order: 2;
	margin-left: auto;
	flex-direction: row;
	direction: rtl;
	gap: 10px;
	justify-content: flex-start;
}

/* چپ: جستجو + سبد + حساب */
.header_4 .elms_right {
	order: 1;
	margin-right: auto;
	flex-direction: row;
	direction: ltr;
	gap: 2px;
	justify-content: flex-start;
}

.header_4 .logo_is_img img {
	width: auto !important;
	max-width: 52px !important;
	max-height: 40px !important;
}

.header_4 .icon_offcanvas_menu,
.header_4 .icon_mobile_offcanvas_menu,
.header_4 i.icon_mobile_offcanvas_menu {
	font-family: "Font Awesome 6 Free", FontAwesome !important;
	font-weight: 900 !important;
	font-size: 18px !important;
	width: 28px !important;
	height: 28px !important;
	line-height: 28px !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	border: none !important;
	background: transparent !important;
	color: var(--ds-primary) !important;
	box-shadow: none !important;
}

.header_4 .elm_icon_text {
	display: none !important;
}

.header_4 .xtra-search-icon,
.header_4 .elms_shop_cart .shop_icon,
.header_4 .cz_header_button,
.header_4 .elms_shop_cart .shop_icon i,
.header_4 .cz_header_button i,
.header_4 .cz_header_button .cz_btn_header_icon_before {
	font-family: "Font Awesome 6 Free", FontAwesome !important;
	font-weight: 900 !important;
}

.header_4 .xtra-search-icon,
.header_4 .elms_shop_cart .shop_icon,
.header_4 .cz_header_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--ds-primary) !important;
	font-size: 17px !important;
	line-height: 1 !important;
	box-shadow: none !important;
}

.header_4 .elms_shop_cart .shop_icon i {
	font-size: 17px !important;
}

.header_4 .elms_shop_cart [data-count]:after {
	font-family: Peyda, Tahoma, sans-serif !important;
	font-weight: 700 !important;
	top: 2px !important;
	left: 2px !important;
	right: auto !important;
	min-width: 15px !important;
	height: 15px !important;
	line-height: 15px !important;
	font-size: 9px !important;
	background: var(--ds-accent) !important;
	color: #fff !important;
}

.header_4 .elms_shop_cart [data-count="0"]:after,
.header_4 .elms_shop_cart [data-count=""]:after {
	display: none !important;
}

.header_4 .cz_header_button span {
	display: none !important;
}

.header_4 .cz_header_button i,
.header_4 .cz_header_button .cz_btn_header_icon_before {
	font-size: 17px !important;
	margin: 0 !important;
}

/* ─── فوتر ─── */
.cz_middle_footer {
	background: var(--ds-primary-dark) !important;
	padding: 56px 0 32px !important;
}

.footer_widget,
.cz_middle_footer .widget {
	background: transparent !important;
	border: none !important;
	margin-bottom: 0 !important;
}

.footer_widget > .codevz-widget-title,
footer .widget_block h2 {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	border: none !important;
	margin-bottom: 16px !important;
	position: relative;
	padding-bottom: 10px !important;
}

.footer_widget > .codevz-widget-title:after,
footer .widget_block h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32px;
	height: 2px;
	background: var(--ds-accent);
	border-radius: 999px;
}

.footer_widget,
.footer_widget p,
.footer_widget li,
.cz_middle_footer a {
	color: rgba(255, 255, 255, 0.75) !important;
	line-height: 1.9 !important;
	font-size: 14px !important;
}

.cz_middle_footer a:hover {
	color: var(--ds-accent) !important;
}

.ds-footer-brand {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.ds-footer-desc {
	color: rgba(255, 255, 255, 0.68);
	line-height: 1.85;
	margin-bottom: 0;
	font-size: 14px;
}

.ds-footer-contact li {
	list-style: none;
	margin: 0 0 8px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.ds-footer-contact i {
	color: var(--ds-accent);
	width: 16px;
	margin-top: 4px;
	flex-shrink: 0;
}

.ds-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ds-footer-links li {
	margin: 0 0 8px;
}

.footer_2 {
	background: #1a3d36 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer_2 .it_text {
	color: rgba(255, 255, 255, 0.5) !important;
	font-size: 13px !important;
}

/* فوتر موبایل — همه راست‌چین */
@media (max-width: 991px) {
	footer#site_footer .center_on_mobile,
	footer#site_footer .center_on_mobile *,
	footer#site_footer .center_on_mobile h4,
	footer#site_footer .center_on_mobile .codevz-widget-title,
	footer#site_footer .center_on_mobile .textwidget,
	footer#site_footer .center_on_mobile .textwidget * {
		text-align: right !important;
		float: none !important;
	}

	footer#site_footer .cz_middle_footer,
	footer#site_footer .cz_middle_footer .row,
	footer#site_footer .footer_widget,
	footer#site_footer .footer_widget .textwidget,
	footer#site_footer .codevz-widget-content,
	footer#site_footer .widget_block {
		text-align: right !important;
	}

	footer#site_footer .elms_row > .clr,
	footer#site_footer .elms_row > div > div {
		display: block !important;
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		text-align: right !important;
		justify-content: flex-start !important;
		align-items: stretch !important;
	}

	footer#site_footer .footer_widget > .codevz-widget-title,
	footer#site_footer .footer_widget > h4,
	footer#site_footer h4.codevz-widget-title,
	footer#site_footer .textwidget h4,
	footer#site_footer .widget_block h2,
	footer#site_footer .ds-footer-brand,
	footer#site_footer .ds-footer-desc,
	footer#site_footer .ds-footer-links,
	footer#site_footer .ds-footer-links li,
	footer#site_footer .ds-footer-links a,
	footer#site_footer .ds-footer-contact,
	footer#site_footer .ds-footer-contact li,
	footer#site_footer .ds-footer-contact span {
		text-align: right !important;
	}

	footer#site_footer .footer_widget > .codevz-widget-title:after,
	footer#site_footer .footer_widget > .codevz-widget-title-mobfix-shape:before,
	footer#site_footer .footer_widget > .codevz-widget-title-mobfix-shape:after,
	footer#site_footer div.footer_widget > h4:before,
	footer#site_footer div.footer_widget > h4:after {
		left: auto !important;
		right: 0 !important;
		transform: none !important;
		margin: 0 !important;
	}

	footer#site_footer .widget_custom_html,
	footer#site_footer .widget_custom_html .textwidget {
		display: block !important;
		width: 100% !important;
		text-align: right !important;
	}

	footer#site_footer .ds-footer-contact li {
		flex-direction: row;
		direction: rtl;
		justify-content: flex-start;
		text-align: right !important;
	}

	footer#site_footer .ds-footer-contact li span {
		flex: 1;
		text-align: right !important;
		direction: rtl;
	}

	footer#site_footer .flex_center_on_mobile .codevz-widget-content,
	footer#site_footer .flex_center_on_mobile > .clr,
	footer#site_footer .flex_center_on_mobile .codevz-widget-title,
	footer#site_footer .flex_center_on_mobile .cz_wh > p {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		text-align: right !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
	}

	footer#site_footer .footer_2,
	footer#site_footer .footer_2 .row,
	footer#site_footer .footer_2 .elms_row,
	footer#site_footer .footer_2 .elms_center,
	footer#site_footer .footer_2 .it_text {
		text-align: right !important;
	}

	footer#site_footer .col,
	footer#site_footer .footer_widget {
		padding-right: 20px !important;
		padding-left: 20px !important;
		box-sizing: border-box;
	}
}

/* ─── ووکامرس ─── */
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button {
	background: var(--ds-primary) !important;
	border-radius: 8px !important;
	font-weight: 500 !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover {
	background: var(--ds-primary-dark) !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
	color: var(--ds-primary) !important;
	font-weight: 600 !important;
}

.home .page_title {
	display: none;
}

/* ─── صفحه اصلی ─── */
.ds-homepage {
	background: var(--ds-bg);
}

.ds-container {
	width: 1360px;
	max-width: 95%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

/* Hero */
.ds-hero {
	background: var(--ds-white);
	padding: 48px 0 0;
	border-bottom: 1px solid var(--ds-border);
}

.ds-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 40px;
	align-items: center;
	padding-bottom: 48px;
}

.ds-hero__logo-wrap {
	display: inline-block;
	/* margin-bottom: 20px; */
}

section.related.products.codevz-plus-related-carousel.no_dots.codevz-related-slick {
    display: none;
}

.ds-hero__logo {
	display: block;
	width: auto;
	max-width: 88px;
	max-height: 96px;
	height: auto;
	object-fit: contain;
}

.ds-hero__badge {
	display: inline-block;
	background: var(--ds-accent-soft);
	color: var(--ds-primary);
	font-size: 12px;
	font-weight: 600;
	padding: 5px 14px;
	border-radius: 999px;
	margin-bottom: 16px;
}

.ds-hero__title {
	font-size: clamp(26px, 3.5vw, 36px);
	font-weight: 700;
	line-height: 1.45;
	color: var(--ds-dark);
	margin: 0 0 14px;
}

.ds-hero__lead {
	color: var(--ds-muted);
	font-size: 15px;
	line-height: 1.9;
	margin: 0 0 28px;
	max-width: 480px;
}

.ds-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ds-hero__visual {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	min-width: 0;
}

.ds-hero__slider {
	position: relative;
	width: 100%;
	max-width: calc(100% - 100px);
	border-radius: var(--ds-radius-lg);
	overflow: hidden;
	border: 1px solid var(--ds-border);
	box-shadow: var(--ds-shadow);
	aspect-ratio: 16 / 9;
	max-height: 360px;
	background: var(--ds-bg);
}

.ds-hero-slider__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--ds-bg);
}

.ds-hero-slider__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.ds-hero-slider__slide img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
	display: block;
}

.ds-hero-slider__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--ds-primary);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.ds-hero-slider__prev {
	right: 12px;
}

.ds-hero-slider__next {
	left: 12px;
}

.ds-hero-slider__dots {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	gap: 6px;
}

.ds-hero-slider__dots button {
	width: 8px;
	height: 8px;
	border: none;
	border-radius: 50%;
	padding: 0;
	background: rgba(255, 255, 255, 0.55);
	cursor: pointer;
}

.ds-hero-slider__dots button.is-active {
	background: var(--ds-accent);
	width: 22px;
	border-radius: 999px;
}

.ds-hero__figure {
	margin: 0;
	border-radius: var(--ds-radius-lg);
	overflow: hidden;
	border: 1px solid var(--ds-border);
	box-shadow: var(--ds-shadow);
	max-width: none;
	width: 100%;
}

.ds-hero__figure img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 4/3;
}

/* دکمه‌ها */
.ds-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	transition: 0.2s ease;
	border: 1.5px solid transparent;
	cursor: pointer;
}

.ds-btn--primary {
	background: var(--ds-primary);
	color: #fff !important;
}

.ds-btn--primary:hover {
	background: var(--ds-primary-dark);
}

.ds-btn--outline {
	background: transparent;
	color: var(--ds-primary) !important;
	border-color: var(--ds-primary);
}

.ds-btn--outline:hover {
	background: var(--ds-accent-soft);
}

.ds-btn--white {
	background: #fff;
	color: var(--ds-primary-dark) !important;
}

.ds-btn--white:hover {
	background: var(--ds-accent-soft);
}

/* نوار ارزش‌ها */
.ds-values {
	background: var(--ds-primary);
	padding: 0;
	margin-top: -1px;
}

.ds-values__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}

.ds-value {
	text-align: center;
	padding: 28px 24px;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ds-value:last-child {
	border-left: none;
}

.ds-value__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	margin-bottom: 12px;
	font-size: 18px;
	color: var(--ds-accent);
}

.ds-value h3 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 6px;
	color: #fff;
}

.ds-value p {
	font-size: 13px;
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.6;
}

/* بخش‌ها */
.ds-section {
	padding: 64px 0;
}

.ds-section--products {
	background: var(--ds-bg);
}

.ds-section--producers {
	background: var(--ds-white);
	border-top: 1px solid var(--ds-border);
	border-bottom: 1px solid var(--ds-border);
}

.ds-section--workshops {
	background: var(--ds-bg);
}

.ds-section--cta {
	padding-bottom: 72px;
}

.ds-section__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 32px;
}

.ds-section__head--center {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.ds-section__eyebrow {
	display: block;
	color: var(--ds-accent);
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 6px;
	letter-spacing: 0.3px;
}

.ds-section__title {
	font-size: clamp(22px, 2.5vw, 28px);
	font-weight: 700;
	color: var(--ds-dark);
	margin: 0;
}

.ds-section__subtitle {
	color: var(--ds-muted);
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.7;
}

.ds-link-more {
	color: var(--ds-primary);
	font-weight: 600;
	font-size: 13px;
	text-decoration: none !important;
	white-space: nowrap;
	padding: 6px 0;
	border-bottom: 1.5px solid var(--ds-primary);
	transition: 0.2s ease;
}

.ds-link-more:hover {
	color: var(--ds-accent);
	border-color: var(--ds-accent);
}

/* کارت محصول */
.ds-product-grid,
.ds-producer-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.ds-product-card,
.ds-producer-card {
	background: var(--ds-white);
	border-radius: var(--ds-radius);
	overflow: hidden;
	border: 1px solid var(--ds-border);
	transition: 0.2s ease;
}

.ds-product-card:hover,
.ds-producer-card:hover {
	box-shadow: var(--ds-shadow-hover);
	border-color: transparent;
}

.ds-product-card__media,
.ds-producer-card__media {
	display: block;
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--ds-bg);
}

.ds-product-card__media img,
.ds-producer-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease;
}

.ds-product-card:hover img,
.ds-producer-card:hover img {
	transform: scale(1.03);
}

.ds-product-card__placeholder,
.ds-producer-card__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--ds-accent-soft);
}

.ds-product-card__placeholder span,
.ds-producer-card__placeholder span {
	font-size: 36px;
	font-weight: 700;
	color: var(--ds-primary);
	opacity: 0.35;
}

.ds-product-card__body,
.ds-producer-card__body {
	padding: 16px;
}

.ds-product-card__title,
.ds-producer-card__title {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 6px;
	line-height: 1.55;
}

.ds-product-card__title a,
.ds-producer-card__title a {
	color: var(--ds-dark) !important;
	text-decoration: none !important;
}

.ds-product-card__title a:hover,
.ds-producer-card__title a:hover {
	color: var(--ds-primary) !important;
}

.ds-product-card__price {
	color: var(--ds-primary);
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
}

.ds-product-card__btn {
	display: inline-block;
	padding: 6px 14px;
	background: var(--ds-accent-soft);
	color: var(--ds-primary) !important;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
}

.ds-product-card__btn:hover {
	background: var(--ds-primary);
	color: #fff !important;
}

.ds-producer-card__badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: var(--ds-primary);
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	padding: 3px 9px;
	border-radius: 999px;
}

.ds-producer-card__body time {
	display: block;
	color: var(--ds-muted);
	font-size: 11px;
	margin-bottom: 4px;
}

.ds-producer-card__body p {
	color: var(--ds-muted);
	font-size: 13px;
	line-height: 1.65;
	margin: 0 0 8px;
}

.ds-producer-card__link {
	font-size: 12px;
	font-weight: 600;
	color: var(--ds-primary) !important;
	text-decoration: none !important;
}

/* کارگاه‌ها */
.ds-workshop-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.ds-workshop-card {
	display: flex;
	flex-direction: column;
	background: var(--ds-white);
	border-radius: var(--ds-radius);
	overflow: hidden;
	border: 1px solid var(--ds-border);
	text-decoration: none !important;
	transition: 0.2s ease;
}

.ds-workshop-card:hover {
	box-shadow: var(--ds-shadow-hover);
	border-color: transparent;
}

.ds-workshop-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16/10;
}

.ds-workshop-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s ease;
}

.ds-workshop-card:hover img {
	transform: scale(1.04);
}

.ds-workshop-card__body {
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ds-workshop-card__body strong {
	font-size: 14px;
	font-weight: 600;
	color: var(--ds-dark);
	line-height: 1.5;
}

.ds-workshop-card__body span {
	font-size: 12px;
	color: var(--ds-muted);
}

/* CTA */
.ds-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	background: var(--ds-primary);
	border-radius: var(--ds-radius-lg);
	padding: 36px 40px;
	color: #fff;
}

.ds-cta__badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.15);
	color: var(--ds-accent);
	font-size: 12px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 999px;
	margin-bottom: 10px;
}

.ds-cta h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 8px;
	color: #fff;
	line-height: 1.5;
}

.ds-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.75;
	font-size: 14px;
	max-width: 520px;
}

/* ─── ریسپانسیو ─── */
@media (max-width: 991px) {
	.header_1 {
		display: none !important;
	}

	.ds-hero__inner {
		grid-template-columns: 1fr;
		gap: 32px;
		text-align: center;
	}

	.ds-hero__lead {
		margin-left: auto;
		margin-right: auto;
	}

	.ds-hero__actions {
		justify-content: center;
	}

	.ds-hero__visual {
		justify-content: center;
	}

	.ds-values__grid {
		grid-template-columns: 1fr;
	}

	.ds-value {
		border-left: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.ds-value:last-child {
		border-bottom: none;
	}

	.ds-product-grid,
	.ds-producer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ds-workshop-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ds-cta {
		flex-direction: column;
		text-align: center;
		padding: 28px 24px;
	}
}

@media (max-width: 575px) {
	.ds-product-grid,
	.ds-producer-grid,
	.ds-workshop-grid {
		grid-template-columns: 1fr;
	}

	.ds-section__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.header_2 .logo_is_img img {
		max-width: 60px !important;
		max-height: 44px !important;
	}
}
