.msc-package-presenter {
	--pack-line: var(--mn-border, #ddd);
	--pack-active: var(--mn-menu-active, #49805b);
	--pack-surface: var(--mn-white, #fff);
	--pack-muted: var(--mn-muted, #777);
	container-type: inline-size;
	min-width: 0;
	max-width: 100%;
}
.msc-package-presenter .msc-package-disclosure { border: 0; padding: 0; margin: 0; min-width: 0; }
.msc-package-presenter .msc-package-current { display: none; }
.msc-package-presenter .msc-package-size-selector__options { display: flex; flex-wrap: wrap; gap: 8px; }
.msc-package-presenter .msc-package-size-option { position: relative; min-width: 0; box-sizing: border-box; text-decoration: none; color: inherit; overflow-wrap: anywhere; }
.msc-package-presenter .msc-package-reference,
.msc-package-presenter .msc-package-saving { display: none; }
.msc-package-presenter .msc-package-size-option__content { min-width: 0; }
.msc-package-presenter .msc-package-size-option__unit-price { white-space: normal; }

.msc-package-presenter:is([data-package-layout="klar"],[data-package-layout="bildpreis"],[data-package-layout="bildpillen"],[data-package-layout="aufklappbar"],[data-package-layout="bildkarten"],[data-package-layout="auswahl"],[data-package-layout="medaillon"],[data-package-layout="mengenbadge"],[data-package-layout="rabattecke"],[data-package-layout="fokus"]) .msc-package-size-selector__options {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 140px), 1fr));
	grid-auto-flow: row;
	gap: 10px;
	align-items: stretch;
}
.msc-package-presenter:is([data-package-layout="klar"],[data-package-layout="bildpreis"],[data-package-layout="bildpillen"],[data-package-layout="aufklappbar"],[data-package-layout="bildkarten"],[data-package-layout="auswahl"],[data-package-layout="medaillon"],[data-package-layout="mengenbadge"],[data-package-layout="rabattecke"],[data-package-layout="fokus"]) .msc-package-size-option {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 10px; padding: 16px 12px; border: 1px solid var(--pack-line); border-radius: 7px;
	max-width: none; background: var(--pack-surface); text-align: center; min-height: 48px;
}
.msc-package-presenter:is([data-package-layout="klar"],[data-package-layout="bildpreis"],[data-package-layout="bildpillen"],[data-package-layout="aufklappbar"],[data-package-layout="bildkarten"],[data-package-layout="auswahl"],[data-package-layout="medaillon"],[data-package-layout="mengenbadge"],[data-package-layout="rabattecke"],[data-package-layout="fokus"]) .msc-package-size-option.is-active {
	border-color: var(--pack-active); background: color-mix(in srgb, var(--pack-active) 5%, var(--pack-surface));
	box-shadow: 0 0 0 1px var(--pack-active);
}
.msc-package-presenter .msc-package-size-option__image img { object-fit: contain; width: 100%; height: 100%; }
.msc-package-presenter:is([data-package-layout="bildpreis"],[data-package-layout="bildkarten"],[data-package-layout="medaillon"],[data-package-layout="mengenbadge"],[data-package-layout="rabattecke"],[data-package-layout="fokus"]) .msc-package-size-option__image {
	width: 88px; height: 96px; max-width: 100%; flex: 0 0 auto;
}
.msc-package-presenter:is([data-package-layout="bildpreis"],[data-package-layout="bildkarten"],[data-package-layout="medaillon"],[data-package-layout="mengenbadge"],[data-package-layout="rabattecke"],[data-package-layout="fokus"]) .msc-package-size-option__content { align-items: center; gap: 4px; }
.msc-package-presenter[data-package-layout="klar"] .msc-package-size-option { flex-direction: row; text-align: start; justify-content: flex-start; }
.msc-package-presenter[data-package-layout="klar"] .msc-package-size-option__image { width: 36px; height: 40px; flex: 0 0 auto; }
.msc-package-presenter[data-package-layout="bildpreis"] .msc-package-reference { display: block; font-size: 12px; color: var(--pack-muted); }
.msc-package-presenter[data-package-layout="medaillon"] .msc-package-size-option__image { width: 84px; height: 84px; padding: 9px; border: 1px solid var(--pack-line); border-radius: 50%; box-sizing: border-box; background: var(--pack-surface); }
.msc-package-presenter[data-package-layout="bildkarten"] .msc-package-size-option.is-active::after { content: '✓'; position: absolute; top: 6px; right: 10px; color: var(--pack-active); }
.msc-package-presenter[data-package-layout="mengenbadge"] .msc-package-size-option { padding-top: 38px; }
.msc-package-presenter[data-package-layout="mengenbadge"] .msc-package-size-option__content > strong { position: absolute; top: 8px; left: 8px; font-size: 11px; border: 1px solid var(--pack-line); border-radius: 3px; padding: 3px 6px; }
.msc-package-presenter[data-package-layout="fokus"] .msc-package-size-selector__options { padding-top: 14px; padding-bottom: 14px; }
.msc-package-presenter[data-package-layout="fokus"] .msc-package-size-option:nth-child(2):not(:last-child) { border-width: 2px; box-shadow: 0 4px 12px #00000012; }
@container (min-width: 460px) {
	.msc-package-presenter[data-package-layout="fokus"] .msc-package-size-option:nth-child(2):not(:last-child) { margin-block: -12px; padding-block: 28px; }
}
.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-selector__options { display: flex !important; flex-wrap: wrap; justify-content: flex-start; }
.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-option { flex: 0 1 auto; flex-direction: row; border-radius: 99px; padding: 7px 12px; gap: 7px; text-align: start; max-width: 100%; }
.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-option__image { width: 28px; height: 32px; flex: 0 0 auto; }
.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-option__content { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 4px; }
.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-option__content > small { flex-basis: 100%; }

@container (max-width: 420px) {
	.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-selector__options:has(> :nth-child(3):last-child) {
		display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px;
	}
	.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-selector__options:has(> :nth-child(3):last-child) .msc-package-size-option {
		display: grid; grid-template-columns: 20px minmax(0, auto); align-content: center; justify-content: center;
		gap: 3px; padding: var(--mn-pill-top, 8px) 4px 8px; border-radius: 18px; text-align: center;
	}
	.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-selector__options:has(> :nth-child(3):last-child) .msc-package-size-option__image { width: 20px; height: 24px; }
	.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-selector__options:has(> :nth-child(3):last-child) .msc-package-size-option__content { display: contents; }
	.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-selector__options:has(> :nth-child(3):last-child) strong { font-size: 12px; }
	.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-selector__options:has(> :nth-child(3):last-child) :is(.msc-package-size-option__price, small) { grid-column: 1 / -1; }
	.msc-package-presenter[data-package-layout="bildpillen"] .msc-package-size-selector__options:has(> :nth-child(3):last-child) .msc-package-size-option__price { font-size: 12px; }
}

.msc-package-presenter[data-package-layout="aufklappbar"] .msc-package-current {
	display: flex; align-items: center; gap: 12px; border: 1px solid var(--pack-line); border-radius: 6px;
	padding: 12px; cursor: pointer; min-height: 48px; box-sizing: border-box; list-style: none;
}
.msc-package-presenter .msc-package-current::-webkit-details-marker { display: none; }
.msc-package-presenter .msc-package-current > span:nth-child(2) { min-width: 0; overflow-wrap: anywhere; }
.msc-package-presenter .msc-package-change { margin-inline-start: auto; color: var(--pack-active); font-size: 12px; }
.msc-package-presenter[data-package-layout="aufklappbar"] .msc-package-size-selector__options { grid-template-columns: 1fr; margin-top: 10px; }
.msc-package-presenter[data-package-layout="aufklappbar"] .msc-package-size-option { flex-direction: row; justify-content: flex-start; text-align: start; }
.msc-package-presenter[data-package-layout="aufklappbar"] .msc-package-size-option__content { flex: 1; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; gap: 5px 12px; align-items: center; }
.msc-package-presenter[data-package-layout="aufklappbar"] .msc-package-size-option__content > small { flex-basis: 100%; }
.msc-package-presenter .msc-package-dropdown { display: none; }
.msc-package-presenter .msc-package-dropdown-content { flex: 1; min-width: 0; position: relative; }
.msc-package-presenter .msc-package-dropdown-content > small { display: block; margin-top: 6px; color: var(--pack-muted); }
.msc-package-presenter .msc-package-dropdown-content > .msc-package-saving { position: static; width: fit-content; margin-top: 6px; }
.msc-package-presenter[data-package-layout="auswahl"].is-enhanced .msc-package-dropdown { display: flex; align-items: center; gap: 12px; }
.msc-package-presenter[data-package-layout="auswahl"].is-enhanced .msc-package-disclosure { display: none; }
.msc-package-presenter .msc-package-dropdown .msc-package-size-option__image { width: 65px; height: 70px; flex: 0 0 auto; }
.msc-package-presenter .msc-package-dropdown select { min-width: 0; max-width: 100%; width: 100%; min-height: 48px; padding: 10px; border: 1px solid var(--pack-line); border-radius: 5px; background: var(--pack-surface); color: inherit; font: inherit; }

body .mn-single-summary .msc-package-presenter[data-package-label="show"] .msc-package-size-option__label,
.mn-package-picker .msc-package-presenter[data-package-label="show"] .msc-package-size-option__label { display: block; }
.msc-package-presenter[data-package-label="hide"] .msc-package-size-option__label,
.msc-package-presenter[data-package-label="preset"]:not([data-package-layout="standard"]):not([data-package-layout="standardvergleich"]):not([data-package-layout="kompakt"]):not([data-package-layout="raster"]) .msc-package-size-option__label { display: none; }
.msc-package-presenter[data-package-unit="hide"] .msc-package-size-option__unit-price,
.msc-package-presenter[data-package-unit="preset"]:is([data-package-layout="klar"],[data-package-layout="bildpreis"],[data-package-layout="bildpillen"],[data-package-layout="aufklappbar"],[data-package-layout="medaillon"],[data-package-layout="rabattecke"]) .msc-package-size-option__unit-price { display: none; }
.msc-package-presenter[data-package-discount="show"] .msc-package-saving,
.msc-package-presenter[data-package-discount="preset"][data-package-layout="rabattecke"] .msc-package-saving {
	display: block; position: absolute; top: 6px; right: 6px; padding: 3px 5px; border: 1px solid var(--pack-active); border-radius: 3px; font-size: 11px; line-height: 1.2; color: var(--pack-active); background: var(--pack-surface); white-space: nowrap;
}
.msc-package-presenter[data-package-discount="show"] .msc-package-size-option:has(.msc-package-saving):not(.is-badge-tight),
.msc-package-presenter[data-package-discount="preset"][data-package-layout="rabattecke"] .msc-package-size-option:has(.msc-package-saving):not(.is-badge-tight) { padding-top: 32px; --mn-pill-top: 32px; }
.msc-package-presenter[data-package-discount="show"][data-package-layout="bildkarten"] .msc-package-size-option.is-active::after { right: auto; left: 8px; }
.msc-package-presenter .msc-package-dropdown .msc-package-dropdown-content > .msc-package-saving { position: static; width: fit-content; margin-top: 6px; }

body .mn-single-summary .msc-package-presenter[data-package-layout][data-package-swipe="on"] .msc-package-size-selector__options {
	display: grid !important;
	grid-template-columns: none !important;
	grid-template-rows: auto !important;
	grid-auto-flow: column !important;
	grid-auto-columns: min(78%, 240px);
	justify-content: start !important;
	align-items: stretch;
	gap: 10px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x proximity;
	scroll-padding-inline: 4px;
	scrollbar-width: thin;
	scrollbar-color: var(--pack-line) transparent;
	padding: 16px 4px;
	max-width: 100%;
	box-sizing: border-box;
}
body .mn-single-summary .msc-package-presenter[data-package-layout][data-package-swipe="on"] .msc-package-size-option {
	min-width: 0 !important; max-width: none !important; width: auto;
	scroll-snap-align: start;
}
body .mn-single-summary .msc-package-presenter[data-package-swipe="on"]:is([data-package-layout="kompakt"],[data-package-layout="minimal"],[data-package-layout="leiste"],[data-package-layout="bildpillen"]) .msc-package-size-selector__options {
	grid-auto-columns: min(60%, 170px);
}

@media (width < 768px) {
	body .mn-single-summary .msc-package-presenter[data-package-layout][data-package-swipe="on"] .msc-package-size-selector__options {
		grid-auto-columns: max-content;
		padding-block: 8px;
	}
	body .mn-single-summary .msc-package-presenter[data-package-layout][data-package-swipe="on"] .msc-package-size-option {
		width: max-content;
		max-width: min(240px, calc(100cqi - 8px)) !important;
	}
	body .mn-single-summary .msc-package-presenter[data-package-layout="fokus"][data-package-swipe="on"] .msc-package-size-selector__options {
		padding-block: 16px;
	}
}

.msc-package-presenter[data-package-layout^="mobil"] .msc-package-size-selector__options {
	display: flex !important; flex-wrap: wrap; align-items: stretch; gap: 8px;
}
body .mn-single-summary .msc-package-presenter[data-package-layout^="mobil"] .msc-package-size-option,
.mn-package-picker .msc-package-presenter[data-package-layout^="mobil"] .msc-package-size-option {
	display: grid; grid-template-columns: 44px minmax(0, 1fr) auto;
	align-items: center; align-content: center; justify-content: start;
	flex: 0 1 auto; gap: 8px; padding: 10px; min-height: 68px;
	width: max-content; max-width: 100%; border: 1px solid var(--pack-line);
	border-radius: 9px; background: var(--pack-surface); text-align: start;
}
.msc-package-presenter[data-package-layout^="mobil"] .msc-package-size-option.is-active {
	border-color: var(--pack-active); box-shadow: 0 0 0 1px var(--pack-active);
	background: color-mix(in srgb, var(--pack-active) 5%, var(--pack-surface));
}
.msc-package-presenter[data-package-layout^="mobil"] .msc-package-size-option__image {
	display: block; grid-column: 1; grid-row: 1; width: 44px; height: 48px; flex: none;
}
.msc-package-presenter[data-package-layout^="mobil"] .msc-package-size-option__content {
	display: flex; flex-direction: column; align-items: flex-start;
	grid-column: 2; grid-row: 1; gap: 2px; line-height: 1.35;
}
.msc-package-presenter[data-package-layout^="mobil"] .msc-package-size-option__content > strong { font-size: 14px; }
.msc-package-presenter[data-package-layout^="mobil"] .msc-package-size-option__price { font-size: 14px; font-weight: 600; line-height: 1.35; }
.msc-package-presenter[data-package-layout^="mobil"] .msc-package-size-option__content > small { font-size: 11px; line-height: 1.35; }
.msc-package-presenter[data-package-layout^="mobil"][data-package-unit="preset"] .msc-package-size-option__unit-price { display: none; }
.msc-package-presenter[data-package-layout^="mobil"] .msc-package-saving {
	position: static; grid-column: 3; grid-row: 1; align-self: center;
	font-size: 11px; padding: 3px 4px; margin: 0;
}
.msc-package-presenter[data-package-layout="mobilvergleich"] .msc-package-reference {
	display: block; font-size: 11px; line-height: 1.25; color: var(--pack-muted);
}
body .mn-single-summary .msc-package-presenter[data-package-layout="mobilkachel"] .msc-package-size-option,
body .mn-single-summary .msc-package-presenter[data-package-layout="mobilkachel"][data-package-swipe="on"] .msc-package-size-option,
.mn-package-picker .msc-package-presenter[data-package-layout="mobilkachel"] .msc-package-size-option {
	grid-template-columns: 56px minmax(0, 1fr); grid-template-rows: 56px auto;
	align-content: start; gap: 6px; width: 128px;
}
.msc-package-presenter[data-package-layout="mobilkachel"] .msc-package-size-option__image { width: 56px; height: 56px; }
.msc-package-presenter[data-package-layout="mobilkachel"] .msc-package-size-option__content { grid-column: 1 / -1; grid-row: 2; }
.msc-package-presenter[data-package-layout="mobilkachel"] .msc-package-saving { grid-column: 2; grid-row: 1; align-self: start; justify-self: end; }

.msc-package-presenter[data-package-layout="standardvergleich"] .msc-package-reference {
	display: block; font-size: var(--mn-pkg-small, 10.5px); color: var(--pack-muted);
}
@media (min-width: 992px) {
	body .mn-single-summary .msc-package-presenter:is([data-package-layout="mobilvergleich"],[data-package-layout="standardvergleich"]) .msc-package-size-option {
		flex: 1 1 var(--mn-pkg-min, 150px); width: auto; max-width: none;
	}
	@container (max-width: 600px) {
		body .mn-single-summary .msc-package-presenter[data-package-layout="mobilvergleich"] .msc-package-size-option {
			gap: 4px; padding-inline: 8px;
		}
	}
}
