.lpo-popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99998;
	display: none;
}

.lpo-popup-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	background: #fff;
	color: #fff;
	padding: 1.5rem;
	max-width: 480px;
	width: calc(100% - 32px);
	text-align: center;
	display: none;
}

.lpo-popup-modal img {
	max-width: 160px;
	height: auto;
	margin: 0 auto 1rem;
	display: block;
}

.lpo-popup-modal h3 {
	margin: 0 0 0.5rem;
}

.lpo-popup-actions {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.lpo-popup-actions button,
.lpo-popup-actions a {
	cursor: pointer;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
	border: 2px solid #fff;
	background: #000;
	color: #fff;
}

.lpo-site-popup-layer {
	position: fixed;
	inset: 0;
	z-index: 100001;
	display: none;
}

.lpo-site-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.lpo-site-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #fff;
	color: #000;
	padding: var(--hsp-m);
	box-sizing: border-box;
	width: 90vw;
	max-width: 90vw;
	min-width: 0;
	text-align: center;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 501px) {
	.lpo-site-popup {
		width: auto;
		min-width: 420px;
		max-width: 450px;
	}
}

.lpo-site-popup-msg {
	margin: 0 0 1rem;
	font-size: var(--bde-body-font-size);
	line-height: 1.5;
	font-weight: 300;
}

.lpo-site-popup-msg p {
	margin: 0 0 0.75rem;
}

.lpo-site-popup-msg p:last-child {
	margin-bottom: 0;
}

.lpo-site-popup-media {
	margin: 0 0 1rem;
}

.lpo-site-popup-image {
	display: block;
	width: auto;
	max-width: 200px;
	max-height: 200px;
	height: auto;
	margin: 0 auto;
	object-fit: contain;
}

.lpo-gift-msg p {
	margin: 0 0 0.75rem;
}

.lpo-gift-msg p:last-child {
	margin-bottom: 0;
}

.lpo-site-popup-close {
	position: absolute;
	top: 5px;
	right: 5px;
	background: transparent;
	border: 0;
	color: #000;
	font-size: 35px;
	line-height: 1;
	cursor: pointer;
}

.lpo-site-popup-actions .lpo-gift-wrap {
	margin: 0;
	padding: 0;
	max-width: none;
	width: 100%;
}

.lpo-site-popup-actions .lpo-gift-proceed .single_add_to_cart_button.lpo-site-popup-cta {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
