.pleasy-pbp,
.pleasy-pbp__feature-section {
	--pleasy-pbp-accent: #f24e7f;
	--pleasy-pbp-ink: #0b0b0b;
	--pleasy-pbp-paper: #ffffff;
	--pleasy-pbp-cream: #f6e1d3;
	--pleasy-pbp-line: rgba(11, 11, 11, 0.1);
	--pleasy-pbp-muted: rgba(11, 11, 11, 0.56);
	box-sizing: border-box;
	color: var(--pleasy-pbp-ink);
	font-family: inherit;
	font-size: 13px;
	line-height: 1.35;
}

.pleasy-pbp *,
.pleasy-pbp *::before,
.pleasy-pbp *::after,
.pleasy-pbp__feature-section *,
.pleasy-pbp__feature-section *::before,
.pleasy-pbp__feature-section *::after {
	box-sizing: border-box;
}

/*
 * Product facts live close to the description, before the cart form.
 * They are chips, not a second card.
 */
.pleasy-pbp__feature-section {
	width: 100%;
	margin: 12px 0 16px;
}

.pleasy-pbp__feature-section.is-hidden {
	display: none;
}

.pleasy-pbp__features {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.pleasy-pbp__feature {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	max-width: 100%;
	padding: 7px 11px 7px 7px;
	background: #fbf0ea;
	background: color-mix(in srgb, var(--pleasy-pbp-cream) 68%, white);
	border: 1px solid rgba(11, 11, 11, 0.06);
	border-radius: 12px;
}

.pleasy-pbp__feature .pleasy-pbp__icon {
	display: inline-flex;
	flex: 0 0 24px;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: var(--pleasy-pbp-ink);
	background: var(--pleasy-pbp-paper);
	border: 0;
	border-radius: 50%;
}

.pleasy-pbp__feature .pleasy-pbp__icon svg {
	display: block;
	width: 13px;
	height: 13px;
}

.pleasy-pbp__feature .pleasy-pbp__copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
	gap: 1px;
}

.pleasy-pbp__feature .pleasy-pbp__copy strong {
	color: var(--pleasy-pbp-ink);
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1.2;
}

.pleasy-pbp__feature .pleasy-pbp__copy small {
	display: block;
	max-width: 250px;
	color: var(--pleasy-pbp-muted);
	font-size: 8.5px;
	line-height: 1.25;
}

/*
 * Purchase-confidence bar: one row, four facts, minimal vertical footprint.
 */
.pleasy-pbp {
	position: relative;
	width: 100%;
	margin: 16px 0 12px;
	overflow: hidden;
	background: var(--pleasy-pbp-paper);
	border: 1px solid rgba(11, 11, 11, 0.1);
	border-radius: 15px;
	box-shadow: 0 8px 24px rgba(11, 11, 11, 0.035);
}

.pleasy-pbp::before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 16px;
	width: 38px;
	height: 2px;
	background: var(--pleasy-pbp-accent);
	border-radius: 0 0 99px 99px;
	content: "";
}

.pleasy-pbp__benefits {
	display: grid;
	grid-template-columns: 1.12fr 1.28fr 1.05fr 0.9fr;
	align-items: stretch;
	width: 100%;
}

.pleasy-pbp__benefit {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	min-height: 70px;
	padding: 12px 11px;
	background: transparent;
	border: 0;
	border-right: 1px solid var(--pleasy-pbp-line);
}

.pleasy-pbp__benefit:last-child {
	border-right: 0;
}

.pleasy-pbp__availability {
	position: relative;
	background: #fcf4ef;
	background: color-mix(in srgb, var(--pleasy-pbp-cream) 52%, white);
}

.pleasy-pbp__icon-wrap {
	position: relative;
	display: inline-flex;
	flex: 0 0 31px;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
}

.pleasy-pbp__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	color: var(--pleasy-pbp-ink);
	background: #fbf0ea;
	background: color-mix(in srgb, var(--pleasy-pbp-cream) 58%, white);
	border: 0;
	border-radius: 9px;
}

.pleasy-pbp__availability .pleasy-pbp__icon {
	background: var(--pleasy-pbp-paper);
	border-radius: 50%;
}

.pleasy-pbp__icon svg {
	display: block;
	width: 15px;
	height: 15px;
}

.pleasy-pbp__status-dot {
	position: absolute;
	z-index: 2;
	top: -1px;
	right: -1px;
	width: 7px;
	height: 7px;
	background: var(--pleasy-pbp-accent);
	border: 2px solid var(--pleasy-pbp-paper);
	border-radius: 50%;
}

.pleasy-pbp__availability--out .pleasy-pbp__status-dot {
	background: var(--pleasy-pbp-ink);
}

.pleasy-pbp__availability--backorder .pleasy-pbp__status-dot,
.pleasy-pbp__availability--choose .pleasy-pbp__status-dot {
	background: var(--pleasy-pbp-paper);
	border-color: var(--pleasy-pbp-accent);
}

.pleasy-pbp__copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	gap: 2px;
}

.pleasy-pbp__copy strong {
	margin: 0;
	color: var(--pleasy-pbp-ink);
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: -0.005em;
	line-height: 1.25;
}

.pleasy-pbp__copy small {
	display: block;
	margin: 0;
	overflow: hidden;
	color: var(--pleasy-pbp-muted);
	font-size: 8.8px;
	font-weight: 400;
	line-height: 1.35;
}

.pleasy-pbp__copy .woocommerce-Price-amount,
.pleasy-pbp__copy .woocommerce-Price-currencySymbol {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.pleasy-pbp__payment-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 0;
	margin-top: 1px;
}

.pleasy-pbp__payment-list > span {
	display: inline-flex;
	align-items: center;
	padding: 0;
	color: var(--pleasy-pbp-ink);
	background: transparent;
	border: 0;
	font-size: 8.5px;
	font-weight: 750;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pleasy-pbp__payment-list > span:not(:last-child)::after {
	margin: 0 4px;
	color: var(--pleasy-pbp-accent);
	content: "•";
}

@media (max-width: 860px) {
	.pleasy-pbp__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pleasy-pbp__benefit {
		min-height: 65px;
	}

	.pleasy-pbp__benefit:nth-child(2) {
		border-right: 0;
	}

	.pleasy-pbp__benefit:nth-child(-n + 2) {
		border-bottom: 1px solid var(--pleasy-pbp-line);
	}
}

@media (max-width: 479px) {
	.pleasy-pbp {
		margin-top: 14px;
		border-radius: 13px;
	}

	.pleasy-pbp__benefit {
		gap: 7px;
		min-height: 67px;
		padding: 10px 9px;
	}

	.pleasy-pbp__icon-wrap,
	.pleasy-pbp__icon {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
	}

	.pleasy-pbp__copy strong {
		font-size: 10px;
	}

	.pleasy-pbp__copy small {
		font-size: 8.2px;
	}

	.pleasy-pbp__feature-section {
		margin: 10px 0 13px;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.pleasy-pbp__availability,
	.pleasy-pbp__feature {
		transition: background-color 160ms ease, opacity 160ms ease;
	}
}
