.products .product,
.wc-block-grid__product,
.single-product div.product {
	position: relative;
}

.llp-preorder-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 4;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	max-width: calc(100% - 20px);
	padding: 6px 8px;
	border-radius: 7px;
	background: #d98664;
	color: #fff;
	box-shadow: 0 4px 14px rgba(23, 23, 23, .12);
}

.llp-preorder-badge strong {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .07em;
	line-height: 1;
	text-transform: uppercase;
}

.llp-preorder-badge small {
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: none;
}

.single-product div.product > .llp-preorder-badge {
	top: 16px;
	right: auto;
	left: 16px;
	z-index: 12;
}

.single-product .llp-preorder-badge--single {
	padding: 7px 9px;
}

.single-product .llp-preorder-badge--single strong {
	font-size: 11px;
}

.single-product .llp-preorder-badge--single small {
	font-size: 9px;
}

.llp-preorder-summary {
	display: grid;
	gap: 3px;
	margin: 14px 0 20px;
	padding: 15px 17px;
	border: 1px solid #ecd9d0;
	border-left: 4px solid #d98664;
	border-radius: 10px;
	background: #fff3ec;
	color: #453b37;
	line-height: 1.45;
}

.llp-preorder-summary strong {
	font-size: 15px;
}

.llp-preorder-summary span {
	color: #9f4e35;
	font-size: 14px;
	font-weight: 750;
}

.llp-preorder-summary small {
	color: #71594f;
	font-size: 13px;
}

.product .stock.llp-availability,
.woocommerce-variation-availability .stock.llp-availability {
	margin: 14px 0;
	padding: 13px 15px;
	border: 1px solid #ecd9d0;
	border-radius: 10px;
	background: #fff3ec;
	color: #71594f;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.55;
}

.product .stock.llp-preorder-full {
	color: #b4473c;
}

.single-product .summary .stock.llp-availability {
	display: none;
}

.single_add_to_cart_button.llp-preorder-button {
	background-color: #d98664;
}

.llp-cart-preorder-badge {
	display: inline-flex;
	align-items: center;
	margin: 4px 0 4px 7px;
	padding: 3px 7px;
	border-radius: 999px;
	background: #d98664;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
	vertical-align: middle;
}

@media (max-width: 689px) {
	.llp-preorder-badge {
		top: 7px;
		right: 7px;
		max-width: calc(100% - 18px);
		padding: 5px 7px;
	}

	.single-product div.product > .llp-preorder-badge {
		top: 9px;
		right: auto;
		left: 9px;
	}

	.llp-preorder-badge strong {
		font-size: 9px;
	}

	.llp-preorder-badge small {
		font-size: 8px;
	}
}
