.pp-restock-banner,
.pp-restock-banner * {
	box-sizing: border-box;
}

.pp-restock-banner {
	align-items: center;
	background: #fcfbfd;
	border: 1px solid #b3261e;
	border-radius: 16px;
	color: #161419;
	display: grid;
	font-family: inherit;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
	margin: 24px auto;
	max-width: 1140px;
	padding: 24px;
	width: calc(100% - 32px);
}

.pp-restock-banner__copy {
	min-width: 0;
}

.pp-restock-banner__status {
	background: #b3261e;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 8px 12px;
	text-transform: uppercase;
}

.pp-restock-banner__title {
	color: #161419;
	font-family: inherit;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 14px 0 0;
	text-wrap: balance;
}

.pp-restock-banner__note,
.pp-restock-banner__expected {
	color: #51485f;
	font-size: 15px;
	line-height: 1.55;
	margin: 8px 0 0;
	text-wrap: pretty;
}

.pp-restock-banner__expected {
	color: #b3261e;
	font-weight: 600;
}

.pp-restock-banner__expected time {
	white-space: nowrap;
}

.pp-restock-countdown {
	background: #f7f3fb;
	border-radius: 12px;
	min-width: 0;
	padding: 16px;
}

.pp-restock-countdown__label {
	color: #51485f;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 0 0 10px;
}

.pp-restock-countdown__grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pp-restock-countdown__grid[hidden],
.pp-restock-countdown__expired[hidden] {
	display: none !important;
}

.pp-restock-countdown__unit {
	align-items: center;
	background: #fcfbfd;
	border: 1px solid #e7dfef;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 10px 4px 8px;
}

.pp-restock-countdown__unit strong {
	color: #161419;
	font-size: 24px;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
}

.pp-restock-countdown__unit small {
	color: #6d6479;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 6px;
	text-transform: uppercase;
}

.pp-restock-countdown__expired {
	color: #b3261e;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

body ul.products li.product {
	position: relative;
}

.pp-restock-card-status {
	align-items: flex-start;
	background: #b3261e;
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	font-family: inherit;
	gap: 3px;
	line-height: 1;
	max-width: calc(100% - 24px);
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 4;
}

.pp-restock-card-status__label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 9px 11px;
	text-transform: uppercase;
}

.pp-restock-card-status__eta {
	background: #fcfbfd;
	border: 1px solid #b3261e;
	border-radius: 0 0 9px 9px;
	color: #161419;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	padding: 6px 9px;
	width: 100%;
}

@media (max-width: 767px) {
	.pp-restock-banner {
		gap: 18px;
		grid-template-columns: minmax(0, 1fr);
		margin-bottom: 18px;
		margin-top: 18px;
		padding: 18px;
		width: calc(100% - 24px);
	}

	.pp-restock-banner__title {
		font-size: 20px;
	}

	.pp-restock-banner__note,
	.pp-restock-banner__expected {
		font-size: 14px;
	}

	.pp-restock-countdown {
		padding: 12px;
	}

	.pp-restock-countdown__grid {
		gap: 6px;
	}

	.pp-restock-countdown__unit {
		padding: 9px 2px 7px;
	}

	.pp-restock-countdown__unit strong {
		font-size: 20px;
	}

	.pp-restock-countdown__unit small {
		font-size: 9px;
		letter-spacing: -0.01em;
	}

	.pp-restock-card-status {
		max-width: calc(100% - 16px);
		right: 8px;
		top: 8px;
	}

	.pp-restock-card-status__label {
		font-size: 10px;
		padding: 8px 9px;
	}

	.pp-restock-card-status__eta {
		font-size: 9px;
		padding: 5px 7px;
	}
}
