.pl-product-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
}

html.plpf-modal-open,
body.plpf-modal-open {
	overflow: hidden;
}

.pl-product-options a.button.pl-reserve-btn {
	display: inline-block;
	margin: 20px 0 20px 0;
	padding: 1.2em 1.5em;
	background-color: #242424;
	color: #fff;
	font-size: 14px;
	border: 3px solid #242424 !important;
	position: relative !important;
}

.pl-product-options a.button.pl-reserve-btn:hover {
	background-color: #af7f66 !important;
	border: 3px solid #af7f66 !important;
	color: #fff;
}

.pl-product-options a.button.pl-ask-btn {
	display: inline-block;
	margin: 20px 0 20px 0;
	padding: 1.2em 1.5em;
	background-color: transparent;
	color: #000;
	font-size: 14px;
	border: 3px solid #d7d6d5 !important;
	position: relative !important;
}

.pl-product-options a.button.pl-ask-btn:hover {
	background-color: #242424 !important;
	border: 3px solid #242424 !important;
	color: #fff;
}

.plpf-modal-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

.plpf-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 9999;
}

.plpf-modal[hidden],
.plpf-modal-backdrop[hidden] {
	display: none;
}

.plpf-modal-content {
	position: relative;
	width: min(720px, 100%);
	max-height: 90vh;
	overflow: auto;
	background: #fff;
	border-radius: 6px;
	padding: 24px;
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

.plpf-modal-close {
	position: absolute;
	top: 8px;
	right: 8px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}

.plpf-modal-body {
	margin-top: 16px;
}

.plpf-modal-product-name {
	margin: 8px 0 0;
	font-size: 14px;
	color: #555;
}
