.kaseb-cart-popup-overlay {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(30, 15, 8, .52);
	backdrop-filter: blur(4px);
	direction: rtl;
}

.kaseb-cart-popup {
	position: relative;
	width: 100%;
	max-width: 440px;
	max-height: 90vh;
	overflow-y: auto;
	padding: 28px 22px 22px;
	background: #fffaf6;
	border: 1px solid #ead9ca;
	border-radius: 24px;
	box-shadow: 0 22px 65px rgba(55, 26, 12, .28);
	animation: kasebPopupShow .28s ease-out;
}

@keyframes kasebPopupShow {
	from { opacity: 0; transform: translateY(18px) scale(.97); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

.kaseb-popup-close {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #b69b8c;
	color: #fff;
	font-size: 25px;
	line-height: 34px;
	cursor: pointer;
}

.kaseb-popup-success {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 8px 30px 22px;
	color: #4b2414;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}

.kaseb-popup-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #66351f;
	color: #fff;
	font-size: 17px;
}

.kaseb-popup-product {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	background: #fff;
	border: 1px solid #eee1d7;
	border-radius: 18px;
}

.kaseb-popup-image { flex: 0 0 105px; }
.kaseb-popup-product-image { display: block; width: 105px !important; height: 105px !important; object-fit: cover; border-radius: 14px; }
.kaseb-popup-product-info { flex: 1; min-width: 0; }
.kaseb-popup-product-name { color: #4b2414; font-size: 20px; font-weight: 800; line-height: 1.55; }
.kaseb-popup-product-price { margin-top: 8px; color: #a56b12; font-size: 22px; font-weight: 900; }
.kaseb-popup-product-price del { font-size: 15px; opacity: .55; }
.kaseb-popup-product-price ins { text-decoration: none; }

.kaseb-popup-summary { margin-top: 18px; padding: 14px 17px; background: #f7efe8; border-radius: 16px; }
.kaseb-popup-summary-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 8px 0; color: #67554a; font-size: 16px; }
.kaseb-popup-summary-row strong { color: #4b2414; font-size: 18px; font-weight: 900; }
.kaseb-popup-total { margin-top: 5px; padding-top: 13px; border-top: 1px solid #ddcbbb; }
.kaseb-popup-total span, .kaseb-popup-total strong { color: #9b6410; font-size: 20px; }
.kaseb-popup-actions { display: grid; gap: 11px; margin-top: 19px; }
.kaseb-popup-actions a { display: flex; align-items: center; justify-content: center; min-height: 56px; padding: 14px 18px; border-radius: 15px; font-size: 19px; font-weight: 800; text-decoration: none !important; }
.kaseb-popup-cart-button { background: #fff; color: #66351f !important; border: 2px solid #66351f; }
.kaseb-popup-continue { background: #f5efe9; color: #66351f !important; border: 2px solid #d9c4b5; cursor: pointer; }
.kaseb-popup-continue:hover { background: #ede2d8; }
.kaseb-popup-checkout-button { background: #66351f; color: #fff !important; border: 2px solid #66351f; }
body.kaseb-popup-open { overflow: hidden; }

.kaseb-continue-shopping {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	margin-top: 14px;
	padding: 14px 18px;
	background: #fff !important;
	color: #66351f !important;
	border: 1px solid #c9ab97 !important;
	border-radius: 18px;
	font-size: 20px !important;
	font-weight: 700;
	text-decoration: none !important;
	transition: all .25s ease;
}

.kaseb-continue-shopping:hover {
	background: #f8f2ec !important;
	border-color: #66351f !important;
	color: #66351f !important;
}

@media (max-width: 480px) {
	.kaseb-cart-popup { padding: 25px 15px 17px; border-radius: 19px; }
	.kaseb-popup-success { margin-left: 35px; margin-right: 35px; font-size: 18px; }
	.kaseb-popup-product { gap: 12px; padding: 13px; }
	.kaseb-popup-image { flex-basis: 90px; }
	.kaseb-popup-product-image { width: 90px !important; height: 90px !important; }
	.kaseb-popup-product-name { font-size: 18px; }
	.kaseb-popup-product-price { font-size: 20px; }
}
