.upsell-modal {
	text-align: left;
}

.upsell-modal__subtitle {
	margin: 0 0 12px;
	font-size: 15px;
}

.upsell-modal__item {
	display: block;
	padding: 16px;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.upsell-modal__head {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.upsell-modal__checkbox {
	margin-top: 26px;
	flex-shrink: 0;
	transform: scale(1.15);
}

.upsell-modal__image {
	width: 156px;
	height: 156px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	flex-shrink: 0;
}

.upsell-modal__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.upsell-modal__details-toggle {
	padding: 0;
	margin: 2px 0 0;
	border: 0;
	background: transparent;
	color: #1b66ff;
	font-size: 13px;
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
	width: fit-content;
}

.upsell-modal__details {
	margin: 8px 0 0 184px;
	font-size: 13px;
	line-height: 1.35;
	color: #444;
}

.upsell-modal__title {
	font-size: 17px;
	line-height: 1.3;
}

.upsell-modal__rating {
	font-size: 13px;
	line-height: 1.2;
	color: #4b5563;
}

.upsell-modal__prices {
	display: flex;
	gap: 10px;
	align-items: center;
}

.upsell-modal__old-price {
	color: #888;
	text-decoration: line-through;
	font-size: 13px;
}

.upsell-modal__new-price {
	color: #00a046;
	font-weight: 700;
	font-size: 18px;
}

.swal2-popup.upsell-modal-popup {
	width: min(97vw, 760px);
	padding: 20px 16px;
}

.swal2-popup.upsell-modal-popup .swal2-title {
	font-size: 28px;
	line-height: 1.2;
}

.swal2-popup.upsell-modal-popup .swal2-confirm {
	background: #27AE60 !important;
	color: #FFFFFF !important;
	border: none !important;
	box-shadow: none !important;
}

.swal2-popup.upsell-modal-popup .swal2-confirm:hover,
.swal2-popup.upsell-modal-popup .swal2-confirm:focus-visible,
.swal2-popup.upsell-modal-popup .swal2-confirm:active {
	background: #1E874B !important;
	color: #FFFFFF !important;
	border: none !important;
	box-shadow: none !important;
}

.swal2-popup.upsell-modal-popup .swal2-deny {
	background: transparent !important;
	color: #9CA3AF !important;
	border: none !important;
	box-shadow: none !important;
}

.swal2-popup.upsell-modal-popup .swal2-deny:hover,
.swal2-popup.upsell-modal-popup .swal2-deny:focus-visible,
.swal2-popup.upsell-modal-popup .swal2-deny:active {
	background: transparent !important;
	color: #6B7280 !important;
	border: none !important;
	box-shadow: none !important;
}

@media (max-width: 576px) {
	.swal2-popup.upsell-modal-popup .swal2-title {
		font-size: 24px;
		line-height: 1.2;
	}

	.swal2-popup.upsell-modal-popup .swal2-actions {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		gap: 8px;
	}

	.swal2-popup.upsell-modal-popup .swal2-actions button {
		width: 100%;
		margin: 0;
		font-size: 15px;
	}

	.upsell-modal__checkbox {
		margin-top: 22px;
		transform: scale(1.1);
	}

	.upsell-modal__details {
		margin-left: 0;
	}

	.upsell-modal__image {
		width: 132px;
		height: 132px;
	}

	.upsell-modal__title {
		font-size: 16px;
	}

	.upsell-modal__rating {
		font-size: 12px;
	}
}
