.lpo-gift-wrap {
	margin: 1.5rem 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.lpo-gift-title {
	margin-top: 0;
}

.lpo-gift-msg {
	margin: 0 0 1rem;
	line-height: 1.2;
	color: #000;
	font-weight: 300;
}

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

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

.lpo-gift-form {
	display: grid;
	gap: 0.75rem;
	width: 100%;
	min-width: 0;
}

.lpo-gift-label {
	font-weight: 600;
}

.lpo-gift-select-wrap {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.lpo-gift-select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.lpo-gift-select-wrap .select2-container {
	width: 100% !important;
	max-width: 100%;
	min-width: 0;
}

.lpo-gift-select-wrap .select2-container .select2-selection--single {
	min-height: 42px;
	padding: 6px 8px;
	overflow: hidden;
}

.lpo-gift-select-wrap .select2-container .select2-selection__rendered {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 1.75rem;
	line-height: 1.4;
}

.lpo-gift-wrap .lpo-gift-proceed {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.lpo-gift-wrap .lpo-gift-proceed .single_add_to_cart_button.lpo-gift-submit,
.lpo-checkout-guard__buttons .lpo-gift-proceed .single_add_to_cart_button {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.lpo-checkout-guard {
	position: fixed;
	inset: 0;
	z-index: 100000;
}

.lpo-checkout-guard__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.lpo-checkout-guard__dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	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);
	border-radius: 0 !important;
}

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

.lpo-checkout-guard__message {
	margin: 0 0 1rem;
	font-size: var(--bde-body-font-size);
	line-height: 1.5;
}

.lpo-checkout-guard__buttons.lpo-gift-wrap {
	margin: 0;
	max-width: none;
}

.lpo-checkout-guard__buttons .lpo-gift-proceed + .lpo-gift-proceed {
	margin-top: 0.5rem;
}

.lpo-checkout-guard.breakdance-woocommerce .lpo-checkout-guard__buttons .single_add_to_cart_button {
	position: relative;
}

.lpo-checkout-guard.breakdance-woocommerce .lpo-checkout-guard__buttons .single_add_to_cart_button::before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='currentColor' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
	background-color: currentColor;
	mask-position: 0 0;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='currentColor' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-position: 0 0;
	-webkit-mask-size: 100% 100%;
	pointer-events: none;
	opacity: 0;
}
