/**
 * PDP promotion block — Figma 896:4899 / 926:3842.
 */

.fruit-pdp-promotion,
.fruit-pdp-promotion * {
	box-sizing: border-box;
}

.fruit-pdp-promotion {
	direction: rtl;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	max-width: 100%;
	min-height: 294px;
	margin: 32px 0 0;
	padding: 32px;
	border-radius: 8px;
	background: #fffcf5;
	font-family: Heebo, sans-serif;
	text-align: center;
}

.fruit-pdp-promotion__intro {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.fruit-pdp-promotion__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #52345a;
}

.fruit-pdp-promotion__gift-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.fruit-pdp-promotion__gift-icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.fruit-pdp-promotion__heading h2 {
	margin: 0;
	color: #52345a;
	font-family: Heebo, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .003em;
	text-align: center;
	width: fit-content;
}

.fruit-pdp-promotion__intro > p {
	margin: 0;
	color: #000;
	font-family: Heebo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .003em;
	text-align: center;
}

.fruit-pdp-promotion__divider {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	height: 26px;
	color: #055e3c;
}

.fruit-pdp-promotion__divider span {
	display: block;
	flex: 1 1 auto;
	height: 1px;
	background: #055e3c;
}

.fruit-pdp-promotion__divider svg {
	display: block;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
}

.fruit-pdp-promotion__tiers {
	display: grid;
	direction: rtl;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
	width: 100%;
	min-height: 113px;
}

.fruit-pdp-promotion-tier {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	min-width: 0;
	min-height: 113px;
	padding: 8px;
	border-radius: 8px;
	background: #fff;
}

.fruit-pdp-promotion-tier__plant {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
}

.fruit-pdp-promotion-tier__plant img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fruit-pdp-promotion-tier__copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: 100%;
}

.fruit-pdp-promotion-tier__size-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #52345a;
}

.fruit-pdp-promotion-tier__label {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.fruit-pdp-promotion-tier__size {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 21px;
	height: 18px;
	padding: 0 4px;
	border-radius: 118px;
	background: #52345a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.fruit-pdp-promotion-tier p {
	margin: 0;
	color: #055e3c;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}

.fruit-pdp-promotion__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	max-width: 100%;
	margin: 0 auto;
	padding: 11.5px 24px;
	border-radius: 1000px;
	background: #52345a;
	color: #fff;
	font-family: Heebo, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .005em;
	text-align: center;
	text-decoration: none;
}

.fruit-pdp-promotion__cta:hover,
.fruit-pdp-promotion__cta:focus {
	background: #52345a;
	color: #fff;
	text-decoration: none;
}

.fruit-pdp-promotion__cta:focus-visible {
	outline: 2px solid #055e3c;
	outline-offset: 3px;
}

@media (max-width: 549px) {
	.fruit-pdp-promotion {
		min-height: 311px;
		margin-top: 24px;
		padding: 16px;
	}

	.fruit-pdp-promotion__heading h2 {
		font-size: 20px;
	}

	.fruit-pdp-promotion__tiers {
		min-height: 145px;
	}

	.fruit-pdp-promotion-tier {
		min-height: 145px;
	}

	.fruit-pdp-promotion-tier__plant {
		width: 52px;
		height: 52px;
	}

	.fruit-pdp-promotion__cta { 
	}
}

@media (max-width: 360px) {
	.fruit-pdp-promotion {
		padding-inline: 12px;
	}

	.fruit-pdp-promotion-tier {
		padding-inline: 4px;
	}

	.fruit-pdp-promotion-tier__size-row {
		gap: 5px;
	}
}
