.pdp-callouts .pdp-callouts__container {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdp-callouts .pdp-callouts__container .pdp-callouts-highlight {
	grid-column: span 3 / span 3;
	padding: 1rem 1.25rem;
}

.pdp-callouts .pdp-callouts__container .pdp-callouts-image-text {
	grid-column: span 1 / span 1;
	padding: 0.75rem 1rem;
}

.pdp-callouts .pdp-callouts__container .pdp-callouts-item {
	--tw-bg-opacity: 1;

	border-radius: 0.25rem;
	background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}

.pdp-callouts .pdp-callouts-highlight.pdp-callouts-item {
	column-gap: 1rem;
	column-gap: 1rem;
	display: flex;
	flex-direction: row;
}

.pdp-callouts .pdp-callouts-highlight.pdp-callouts-item figure {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 9999px;
}

@media (min-width: 768px) {
	.pdp-callouts .pdp-callouts-highlight.pdp-callouts-item figure {
		width: 120px;
		height: 120px;
	}
}

.pdp-callouts .pdp-callouts-highlight.pdp-callouts-item figure {
	flex: 0 0 auto;
}

.pdp-callouts .pdp-callouts-highlight.pdp-callouts-item .pdp-callouts-highlight__content {
	flex: 1 1 0%;
}

.pdp-callouts .pdp-callouts-highlight.pdp-callouts-item .pdp-callouts-highlight__content h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.pdp-callouts
.pdp-callouts-highlight.pdp-callouts-item
.pdp-callouts-highlight__content
.pdp-callouts-highlight__blocks {
	column-gap: 0.75rem;
	column-gap: 0.75rem;
	display: flex;
	flex-direction: row;
	margin-top: 0.75rem;
}

.pdp-callouts
.pdp-callouts-highlight.pdp-callouts-item
.pdp-callouts-highlight__content
.pdp-callouts-highlight__blocks
.pdp-callouts-image-text
figure {
	width: 28px;
	height: 28px;
}

.pdp-callouts .pdp-callouts-image-text {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	row-gap: 0.5rem;
}

.pdp-callouts .pdp-callouts-image-text p {
	--tw-text-opacity: 1;

	margin: 0;
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

.pdp-callouts .pdp-callouts-item figure {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 9999px;
}

@media (min-width: 768px) {
	.pdp-callouts .pdp-callouts-item figure {
		width: 50px;
		height: 50px;
	}
}
