.afsd-fp-current-promotions,
.afsd-fp-product-offer,
.afsd-fp-cart-progress {
	box-sizing: border-box;
	max-width: 100%;
	color: inherit;
}

.afsd-fp-current-promotions__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
	gap: 1rem;
}

.afsd-fp-promotion-card,
.afsd-fp-cart-progress__item {
	padding: 1rem;
	border: 1px solid currentColor;
	border-color: color-mix(in srgb, currentColor 24%, transparent);
	border-radius: 0.35rem;
	overflow-wrap: anywhere;
}

.afsd-fp-promotion-card__title,
.afsd-fp-promotion-card__offer,
.afsd-fp-cart-progress__item p {
	margin-top: 0;
}

.afsd-fp-promotion-card__description > :last-child,
.afsd-fp-product-offer__content > :last-child,
.afsd-fp-cart-progress__item > :last-child {
	margin-bottom: 0;
}

.afsd-fp-promotion-card__levels {
	margin: 0.75rem 0;
	padding-inline-start: 1.5rem;
}

.afsd-fp-promotion-card__levels li + li {
	margin-top: 0.4rem;
}

.afsd-fp-product-offer {
	margin: 1rem 0;
	padding: 0.75rem 1rem;
	border: 1px solid currentColor;
	border-color: color-mix(in srgb, currentColor 24%, transparent);
	border-radius: 0.35rem;
}

.afsd-fp-product-offer__summary {
	cursor: pointer;
	font-weight: 700;
}

.afsd-fp-product-offer__description {
	display: block;
	margin-top: 0.25rem;
}

.afsd-fp-product-offer summary:focus-visible,
.afsd-fp-policy-link:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.afsd-fp-catalog-badge {
	display: inline-block;
	margin: 0.4rem 0;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: #1e4620;
	color: #fff;
	font-size: 0.78em;
	font-weight: 700;
	line-height: 1.4;
}

.afsd-fp-cart-progress {
	display: grid;
	gap: 0.75rem;
	margin: 0 0 1.25rem;
}

.afsd-fp-cart-progress__heading {
	margin: 0;
	font-size: 1.25em;
}

.afsd-fp-cart-progress__item progress {
	display: block;
	width: 100%;
	height: 0.75rem;
	margin: 0.5rem 0;
	accent-color: currentColor;
}

.afsd-fp-policy-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

@media (max-width: 480px) {
	.afsd-fp-promotion-card,
	.afsd-fp-product-offer,
	.afsd-fp-cart-progress__item {
		padding: 0.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.afsd-fp-current-promotions *,
	.afsd-fp-product-offer *,
	.afsd-fp-cart-progress * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
