/* بهبود سبد خرید دینوک — استایل */

/* ---- نوار ارسال رایگان --------------------------------------------------- */

.dnk-ship-bar {
	margin-block-end: 20px;
	padding: 14px 16px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	background-color: #fafafa;
}

.dnk-ship-bar__text {
	margin-block-end: 10px;
	font-size: 0.95em;
	line-height: 1.9;
}

.dnk-ship-bar__text .amount {
	font-weight: 700;
	color: #e31e24;
}

.dnk-ship-bar__track {
	height: 8px;
	border-radius: 99px;
	background-color: #ececec;
	overflow: hidden;
}

.dnk-ship-bar__fill {
	display: block;
	height: 100%;
	border-radius: 99px;
	background-color: #e31e24;
	transition: width 0.4s ease;
}

.dnk-ship-bar--done .dnk-ship-bar__fill {
	background-color: #3faa5a;
}

.dnk-ship-bar--done .dnk-ship-bar__text {
	color: #2f7d43;
	font-weight: 600;
}

/* ---- شمارندهٔ ردیف سبد --------------------------------------------------- */

.dnk-cart-qty {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}

/* اینپوت اصلی ووکامرس فقط برای حالت بدون جاوااسکریپت نگه داشته شده. */
.dnk-cart-qty .quantity {
	display: none;
}

.dnk-cart-qty__btn {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 36px;
	align-self: stretch;
	padding: 0;
	border: 0;
	background: transparent;
	color: #e31e24;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.dnk-cart-qty__btn:hover {
	background-color: #fbeaea;
}

.dnk-cart-qty__btn svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.dnk-cart-qty__value {
	flex: 0 0 auto;
	min-width: 34px;
	text-align: center;
	font-weight: 600;
	line-height: 1;
}

.dnk-cart-qty--busy {
	opacity: 0.5;
	pointer-events: none;
}

/* در تعداد ۱، کاهش دادن یعنی حذف — رنگش هشدارگونه می‌شود. */
.dnk-cart-qty[data-qty="1"] .dnk-cart-qty__minus {
	color: #b7b7b7;
}

/* ---- پیشنهادها ----------------------------------------------------------- */

.dnk-cart-suggest {
	margin-block-start: 48px;
	padding-block-start: 28px;
	border-block-start: 1px solid #ebebeb;
}

.dnk-cart-suggest__title {
	margin-block-end: 18px;
	font-size: 1.15em;
}

.dnk-cart-suggest .products {
	margin: 0;
}
