.fbl-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.55);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fbl-modal-box {
	background: #fff;
	max-width: 420px;
	width: 92%;
	max-height: 88vh;
	overflow-y: auto;
	border-radius: 12px;
	padding: 20px;
	position: relative;
	direction: rtl;
	text-align: right;
	font-family: Tahoma, Arial, sans-serif;
}
.fbl-modal-close {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #f2f2f2;
	border: none;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 18px;
	cursor: pointer;
}
.fbl-modal-image img { width: 100%; border-radius: 8px; margin-bottom: 10px; }
.fbl-modal-desc { color: #666; font-size: 13px; }
.fbl-modal-extras { margin: 12px 0; border-top: 1px solid #eee; padding-top: 10px; }
.fbl-extra-option { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-size: 14px; }
.fbl-extra-price { margin-right: auto; color: #888; }
.fbl-modal-qty { display: flex; align-items: center; gap: 10px; margin: 15px 0; }
.fbl-qty-input { width: 50px; text-align: center; }
.fbl-modal-total { font-weight: bold; margin-bottom: 12px; font-size: 15px; }
.fbl-add-to-cart-btn { width: 100%; padding: 12px; font-size: 15px; }

/* پاپ‌آپ تایید بعد از افزودن */
.fbl-success-box { text-align: center; }
.fbl-success-icon { font-size: 40px; color: #4caf50; margin-bottom: 10px; }
.fbl-success-actions { display: flex; gap: 10px; margin-top: 15px; }
.fbl-success-actions a, .fbl-success-actions button {
	flex: 1;
	padding: 10px;
	text-align: center;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}
.fbl-btn-continue { background: #eee; color: #333; border: none; }
.fbl-btn-checkout { background: #2e7d32; color: #fff; }
