.oxota-order-popup[hidden] {
	display: none !important;
}

.oxota-order-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.oxota-order-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.72);
}

.oxota-order-popup__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 100vh;
	align-items: stretch;
	justify-content: center;
}

.oxota-order-popup__inner {
	display: flex;
	width: 100%;
}

.oxota-order-popup__content {
	position: relative;
	width: 100%;
	padding: 48px 24px;
	background: #f7f4ef;
	overflow-y: auto;
}

.oxota-order-popup__close {
	position: absolute;
	top: 18px;
	right: 24px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #ffffff;
	color: #111827;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.oxota-order-popup__header {
	max-width: 1180px;
	margin: 0 auto 28px;
}

.oxota-order-popup__eyebrow {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: #111827;
}

.oxota-order-popup__title {
	margin: 0;
	font-size: 34px;
	line-height: 1.1;
	color: #111827;
}

.oxota-order-popup__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 40px;
	align-items: start;
	max-width: 1180px;
	margin: 0 auto;
}

.oxota-order-popup__form {
	min-width: 0;
	background: #ffffff;
	padding: 28px;
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.oxota-order-popup__product {
	padding: 24px;
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.oxota-order-popup__product-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	margin-bottom: 18px;
}

.oxota-order-popup__product-image {
	max-width: 100%;
	height: auto;
	display: block;
}

.oxota-order-popup__product-sku {
	margin: 0 0 10px;
	font-size: 13px;
	color: #6b7280;
}

.oxota-order-popup__product-name {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.2;
	color: #111827;
}

.oxota-order-popup__product-stock {
	margin: 0 0 8px;
	font-size: 15px;
	color: #374151;
}

.oxota-order-popup__product-price {
	margin: 0;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 800;
	color: #111827;
}

.oxota-order-popup__notice {
	padding: 16px 18px;
	border-radius: 12px;
	background: #fff7ed;
	color: #9a3412;
}

.oxota-order-popup__form-repeat {
	margin-top: 18px;
}

body.oxota-order-popup-open {
	overflow: hidden;
}

.oxota-order-trigger {
	width: 100%;
}

.hidden {
	display: none !important;
}

.wpforms-confirmation-container.wpforms-confirmation-scroll {
	color: #db0010;
}

@media (max-width: 992px) {
	.oxota-order-popup__layout {
		grid-template-columns: 1fr;
	}

	.oxota-order-popup__product {
		display: none;
	}
}