/* باکس گزینه‌های گارانتی - بک‌گراند نارنجی (هماهنگ با رنگ برند تم تشباد) + ردیف‌های چک‌باکسی */
.warranty-plus-frontend-wrap {
	--warranty-plus-orange: #ff5000;
	--warranty-plus-orange-dark: #e04600;
	--warranty-plus-orange-tint: rgba(255, 255, 255, 0.16);

	direction: rtl;
	text-align: right;
	margin: 10px 0 14px 0;
}

.warranty-plus-box {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--warranty-plus-orange);
	border-radius: 9px;
	padding: 7px 9px;
}

.warranty-plus-box-title {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12.5px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	flex-shrink: 0;
	margin: 0;
}

.warranty-plus-box-icon {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	color: #fff;
}

.warranty-plus-select-wrap {
	position: relative;
	flex: 1;
	min-width: 0;
}

.warranty-plus-option-select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	border-radius: 6px;
	background: #fff;
	color: #333;
	font-size: 12px;
	line-height: 1.3;
	padding: 6px 8px 6px 24px;
	cursor: pointer;
}

.warranty-plus-option-select:focus-visible {
	outline: 2px solid var(--warranty-plus-orange-dark);
	outline-offset: 1px;
}

.warranty-plus-select-arrow {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	color: #888;
	pointer-events: none;
}

.warranty-plus-final-price {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: #555;
}

.warranty-plus-final-price-value {
	font-weight: 700;
	color: #222;
}

.wo-hide {
	display: none !important;
}
