/*
 * FotoKinder customer surfaces
 *
 * Sunshine Photo Cart owns the complete markup, layout, forms, nonces,
 * data attributes and interaction states. This stylesheet deliberately
 * limits itself to FotoKinder chrome and cosmetic presentation of the
 * native Sunshine DOM.
 */

:root {
	--fk-app-forest: #10372e;
	--fk-app-forest-deep: #08281f;
	--fk-app-moss: #718a70;
	--fk-app-moss-soft: #dfe6dc;
	--fk-app-chalk: #f8f6f0;
	--fk-app-paper: #fffefa;
	--fk-app-ink: #18231f;
	--fk-app-muted: #65716b;
	--fk-app-line: #d8ddd5;
	--fk-app-amber: #d99a38;
	--fk-app-terracotta: #bd654d;
	--fk-app-danger: #a7352b;
	--fk-app-shadow: 0 18px 50px rgba(20, 42, 34, 0.10);
	--fk-app-radius: 18px;
}

body.fk-customer-app {
	background: var(--fk-app-chalk);
	color: var(--fk-app-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.fk-customer-app a {
	color: var(--fk-app-forest);
}

body.fk-customer-app h1,
body.fk-customer-app h2,
body.fk-customer-app h3,
body.fk-customer-app h4,
body.fk-customer-app h5,
body.fk-customer-app h6,
body.fk-customer-app #sunshine legend,
body.fk-customer-app #sunshine .sunshine--product-details--title,
body.fk-customer-app #sunshine .sunshine--store--product-details--title {
	color: var(--fk-app-forest-deep);
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 600;
	letter-spacing: -0.025em;
}

/* Prevent the name corruption seen in the rejected structural overrides. */
body.fk-customer-app #sunshine .sunshine--store--product-item--name,
body.fk-customer-app #sunshine .sunshine--product-details--title,
body.fk-customer-app #sunshine .sunshine--store--product-details--title,
body.fk-customer-app #sunshine .sunshine--cart-item--product-name,
body.fk-customer-app #sunshine .sunshine--checkout--cart-item--product-name,
body.fk-customer-app #sunshine .sunshine--package--fill--item--title {
	hyphens: none;
	overflow-wrap: break-word;
	word-break: normal;
}

body.fk-customer-app #sunshine {
	--sunshine--light-gray: #f4f3ed;
	--sunshine--medium-gray: #d8ddd5;
	--sunshine--gray: #77827d;
	--sunshine--dark-gray: #46534d;
	--sunshine--dark: #10372e;
	--sunshine--border-radius: 14px;
	color: var(--fk-app-ink);
	font-family: inherit;
}

body.fk-customer-app #sunshine p,
body.fk-customer-app #sunshine li,
body.fk-customer-app #sunshine label,
body.fk-customer-app #sunshine input,
body.fk-customer-app #sunshine select,
body.fk-customer-app #sunshine textarea,
body.fk-customer-app #sunshine button {
	font-family: inherit;
}

body.fk-customer-app #sunshine img {
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	user-select: none;
}

/* FotoKinder app chrome (theme-owned markup). */
.fk-app-header {
	position: relative;
	z-index: 80;
	border-bottom: 1px solid rgba(16, 55, 46, 0.12);
	background: rgba(255, 254, 250, 0.95);
	box-shadow: 0 8px 30px rgba(16, 55, 46, 0.05);
	color: var(--fk-app-ink);
	backdrop-filter: blur(18px);
}

.fk-app-header__inner {
	display: flex;
	align-items: center;
	gap: 28px;
	width: min(100% - 40px, 1440px);
	min-height: 82px;
	margin-inline: auto;
}

.fk-app-brand {
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
	min-height: 44px;
	color: var(--fk-app-ink);
	line-height: 1;
	text-decoration: none;
}

.fk-app-brand span {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.7rem, 2.2vw, 2.2rem);
	font-weight: 650;
	letter-spacing: -0.035em;
}

.fk-app-brand em {
	color: var(--fk-app-moss);
	font-weight: 500;
}

.fk-app-brand small {
	margin-top: 6px;
	color: var(--fk-app-muted);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.fk-app-context {
	margin: 0 auto 0 0;
	color: var(--fk-app-muted);
	font-size: 0.92rem;
}

.fk-app-navigation {
	display: flex;
	align-items: center;
	gap: 8px;
}

.fk-app-navigation a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 9px 13px;
	border-radius: 999px;
	color: var(--fk-app-ink);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.fk-app-navigation a:hover,
.fk-app-navigation a:focus-visible {
	background: var(--fk-app-moss-soft);
	color: var(--fk-app-forest-deep);
}

.fk-app-navigation .fk-app-cart {
	background: var(--fk-app-forest);
	color: #fff;
}

.fk-app-navigation .fk-app-cart:hover,
.fk-app-navigation .fk-app-cart:focus-visible {
	background: var(--fk-app-forest-deep);
	color: #fff;
}

.fk-app-cart__count {
	display: inline-grid;
	place-items: center;
	min-width: 24px;
	height: 24px;
	padding-inline: 6px;
	border-radius: 999px;
	background: var(--fk-app-amber);
	color: var(--fk-app-forest-deep);
	font-size: 0.75rem;
	font-weight: 800;
}

.fk-app-menu-toggle {
	display: none;
	position: relative;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--fk-app-line);
	border-radius: 50%;
	background: var(--fk-app-paper);
	color: var(--fk-app-forest);
}

.fk-app-menu-toggle i {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 19px;
	height: 2px;
	margin: 0;
	background: currentColor;
	transition: transform 160ms ease, opacity 160ms ease;
}

.fk-app-menu-toggle i:nth-of-type(1) {
	transform: translate(-50%, -6px);
}

.fk-app-menu-toggle i:nth-of-type(2) {
	transform: translate(-50%, 0);
}

.fk-app-menu-toggle i:nth-of-type(3) {
	transform: translate(-50%, 6px);
}

.fk-app-menu-toggle .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
	margin: -1px !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

/* Native Sunshine header and gallery/store actions. */
body.fk-customer-app #sunshine--header {
	position: relative;
	z-index: 90;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 78px;
	box-sizing: border-box;
	padding: 16px clamp(20px, 3vw, 42px);
	border-bottom: 1px solid rgba(16, 55, 46, 0.12);
	background: rgba(255, 254, 250, 0.97);
	box-shadow: 0 8px 28px rgba(16, 55, 46, 0.06);
	color: var(--fk-app-ink);
	backdrop-filter: blur(16px);
}

/* The gallery cover intentionally precedes Sunshine's header. Once customers
 * enter the photographs, keep their navigation available without covering the
 * cover itself. The mobile open state below temporarily returns this element
 * to relative positioning so Safari can anchor the full-screen panel safely.
 */
body.single-sunshine-gallery.fk-customer-app #sunshine--header {
	position: sticky;
	top: 0;
}

body.admin-bar.single-sunshine-gallery.fk-customer-app #sunshine--header {
	top: 32px;
}

body.fk-customer-app #sunshine--logo {
	color: var(--fk-app-forest-deep);
	font-family: inherit;
	font-size: clamp(1.4rem, 2.2vw, 1.8rem);
	font-weight: 850;
	line-height: 1;
	letter-spacing: -0.035em;
}

body.fk-customer-app #sunshine--logo.fk-private-gallery-brand,
body.fk-customer-app #sunshine--logo.fk-private-gallery-brand a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--fk-app-forest-deep);
	font-family: inherit;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine--logo.fk-private-gallery-brand::before {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--fk-app-moss);
	box-shadow: 0 0 0 5px rgba(113, 138, 112, 0.13);
	content: "";
}

body.fk-customer-app #sunshine--main-menu {
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
}

body.fk-customer-app #sunshine--main-menu nav ul {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}

body.fk-customer-app #sunshine--main-menu nav li {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 0;
	margin: 0;
}

body.fk-customer-app #sunshine--main-menu nav li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 44px;
	min-height: 44px;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--fk-app-forest-deep);
	font-size: 0.84rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
}

body.fk-customer-app #sunshine--main-menu nav li a::before {
	color: currentColor;
	font-size: 20px;
}

body.fk-customer-app #sunshine--main-menu .sunshine--gallery-return a {
	padding: 0 14px;
	border-color: var(--fk-app-line);
	background: #f1f3ed;
}

body.fk-customer-app #sunshine--main-menu .sunshine--cart a {
	padding: 0 42px 0 14px;
	background: var(--fk-app-forest);
	color: #fff;
}

body.fk-customer-app #sunshine--main-menu .sunshine--cart .sunshine--main-menu--name {
	display: inline !important;
}

body.fk-customer-app #sunshine--main-menu .sunshine--account a {
	border-color: var(--fk-app-line);
	background: var(--fk-app-paper);
}

body.fk-customer-app.fk-customer-no-account #sunshine--main-menu .sunshine--account,
body.fk-customer-app.fk-customer-no-account #sunshine--main-menu .sunshine--login,
body.fk-customer-app.fk-customer-no-account #sunshine--main-menu .sunshine--signup {
	display: none !important;
}

body.fk-customer-app #sunshine--main-menu .fk-sunshine-store-link a {
	padding: 0 15px;
	border-color: rgba(217, 154, 56, 0.42);
	background: #fff7e8;
}

body.fk-customer-app #sunshine--main-menu .fk-sunshine-store-link a::before {
	display: inline-block;
	flex: 0 0 auto;
	width: 17px;
	height: 15px;
	box-sizing: border-box;
	border: 2px solid currentColor;
	border-radius: 3px;
	background: linear-gradient(to bottom, transparent 0 4px, currentColor 4px 6px, transparent 6px);
	content: "";
}

body.fk-customer-app #sunshine--main-menu .fk-sunshine-menu-intro {
	display: none;
}

/* Service links are progressively disclosed below. */
body.fk-customer-app #sunshine--main-menu .fk-sunshine-menu-divider,
body.fk-customer-app #sunshine--main-menu .fk-sunshine-menu-support {
	display: none !important;
}

@media (min-width: 901px) {
	body.fk-customer-app #sunshine--main-menu .fk-sunshine-menu-divider {
		display: none !important;
	}

	/* Sunshine hides menu names on wider screens and normally leaves icon-only
	 * controls. FotoKinder's buyer navigation is textual and must stay obvious.
	 */
	body.fk-customer-app #sunshine--main-menu nav .sunshine--main-menu--name {
		display: inline !important;
	}

	body.fk-customer-app #sunshine--main-menu .fk-sunshine-home-link {
		display: flex !important;
	}

	body.fk-customer-app #sunshine--main-menu .fk-sunshine-home-link a {
		padding: 0 14px;
		border-color: var(--fk-app-line);
		background: var(--fk-app-paper);
	}

	body.fk-customer-app #sunshine--main-menu .sunshine--main-menu--open,
	body.fk-customer-app #sunshine--main-menu .sunshine--main-menu--close {
		display: none !important;
	}
}

@media (min-width: 1180px) {
	body.fk-customer-app #sunshine--main-menu .fk-sunshine-guide-link,
	body.fk-customer-app #sunshine--main-menu .fk-sunshine-contact-link {
		display: flex !important;
	}

	body.fk-customer-app #sunshine--main-menu .fk-sunshine-guide-link a,
	body.fk-customer-app #sunshine--main-menu .fk-sunshine-contact-link a {
		padding: 0 12px;
		color: var(--fk-app-muted);
	}
}

body.fk-customer-app #sunshine--main-menu .sunshine--count {
	position: absolute;
	top: 50%;
	right: 8px;
	display: inline-grid;
	place-items: center;
	min-width: 22px;
	height: 22px;
	box-sizing: border-box;
	padding: 0 5px;
	border: 0;
	border-radius: 999px;
	background: var(--fk-app-amber);
	color: var(--fk-app-forest-deep);
	font-size: 0.63rem;
	font-weight: 850;
	line-height: 1;
	transform: translateY(-50%);
}

body.fk-customer-app #sunshine .sunshine--action-menu {
	width: fit-content;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	margin: 0 0 clamp(28px, 4vw, 44px);
	padding: 9px;
	border: 1px solid var(--fk-app-line);
	border-radius: 16px;
	background: rgba(255, 254, 250, 0.92);
	box-shadow: 0 8px 24px rgba(16, 55, 46, 0.05);
}

body.fk-customer-app #sunshine .sunshine--action-menu ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
}

body.fk-customer-app #sunshine .sunshine--action-menu li {
	position: relative;
	display: inline-flex;
	flex: 0 1 auto;
	align-items: center;
	width: auto;
	min-width: 0;
	min-height: 44px;
	margin: 0;
	padding: 0;
}

body.fk-customer-app #sunshine .sunshine--action-menu li::before {
	position: absolute;
	top: 50%;
	left: 14px;
	z-index: 1;
	color: var(--fk-app-forest);
	font-size: 18px;
	line-height: 1;
	transform: translateY(-50%);
	pointer-events: none;
}

body.fk-customer-app #sunshine .sunshine--action-menu li a {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	min-height: 44px;
	box-sizing: border-box;
	padding: 10px 14px 10px 42px;
	border: 1px solid var(--fk-app-line);
	border-radius: 999px;
	background: #f1f3ed;
	color: var(--fk-app-forest-deep);
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

body.fk-customer-app #sunshine .sunshine--action-menu .sunshine--download::before {
	color: #fff;
}

body.fk-customer-app #sunshine .sunshine--action-menu .sunshine--download a {
	border-color: var(--fk-app-forest);
	background: var(--fk-app-forest);
	color: #fff;
}

/* Buying downloads remains available inside the shop. The gallery toolbar is
 * deliberately reduced to one unambiguous route into all packages.
 */
body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu .sunshine--download:has(a[data-hook="gallery_add_to_cart"]) {
	display: none !important;
}

body.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

/* Sunshine gives the list and item their own white surfaces. Reset those
 * layers as well so the single store action is one deliberate pill rather
 * than a rounded button sitting on a white rectangle.
 */
body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single,
body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single ul,
body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single li,
body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu:has(> ul > li:only-child),
body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu:has(> ul > li:only-child) > ul,
body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu:has(> ul > li:only-child) > ul > li {
	width: fit-content;
	max-width: 100%;
	box-sizing: border-box;
	margin-left: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single li,
body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu:has(> ul > li:only-child) > ul > li {
	min-width: min(100%, 210px);
}

body.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single li a,
body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu:has(> ul > li:only-child) > ul > li > a {
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 11px 20px 11px 44px;
	border-color: var(--fk-app-forest);
	background: var(--fk-app-forest);
	box-shadow: 0 10px 24px rgba(16, 55, 46, 0.14);
	color: #fff;
}

body.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single li::before,
body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu:has(> ul > li:only-child) > ul > li::before {
	left: 16px;
	color: #fff;
}

/* Theme-owned cart/checkout/account wrapper. */
.fk-transaction {
	width: min(100% - 40px, 1320px);
	margin-inline: auto;
	padding-block: clamp(44px, 7vw, 92px) 96px;
}

.fk-transaction__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
	gap: clamp(28px, 4vw, 56px);
	align-items: end;
	margin-bottom: clamp(30px, 4vw, 52px);
}

.fk-transaction__header > div {
	min-width: 0;
}

.fk-transaction__header .eyebrow {
	margin: 0 0 12px;
	color: var(--fk-app-terracotta);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.fk-transaction__header h1 {
	margin: 0;
	font-family: inherit;
	font-size: clamp(2.4rem, 4vw, 4.25rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.fk-transaction__header > div > p:last-child {
	max-width: 620px;
	margin: 22px 0 0;
	color: var(--fk-app-muted);
	font-size: clamp(1rem, 1.4vw, 1.16rem);
	line-height: 1.65;
}

.fk-transaction__progress {
	display: grid;
	gap: 15px;
	width: min(100%, 420px);
	box-sizing: border-box;
	justify-self: end;
	padding: 20px 22px;
	border: 1px solid var(--fk-app-line);
	border-radius: 16px;
	background: rgba(255, 254, 250, 0.78);
}

.fk-transaction__progress-copy {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
}

.fk-transaction__progress-copy span {
	color: var(--fk-app-moss);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.fk-transaction__progress-copy strong {
	color: var(--fk-app-forest-deep);
	font-size: 0.98rem;
}

.fk-transaction__progress-track {
	display: block;
	height: 5px;
	border-radius: 999px;
	background: var(--fk-app-moss-soft);
	overflow: hidden;
}

.fk-transaction__progress-track i {
	display: block;
	width: var(--fk-progress, 25%);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--fk-app-moss), var(--fk-app-amber));
}

.fk-transaction__content {
	min-width: 0;
}

/* Native Sunshine buttons: visual skin only. */
body.fk-customer-app .sunshine-photo-cart .sunshine--button,
body.fk-customer-app .sunshine-photo-cart button.sunshine--button,
body.fk-customer-app .sunshine-photo-cart input.sunshine--button,
body.fk-customer-app #sunshine-submit {
	border-color: var(--fk-app-forest);
	border-radius: 999px;
	background: var(--fk-app-forest);
	box-shadow: none;
	color: #fff;
	font-weight: 750;
	letter-spacing: 0.015em;
	text-decoration: none;
}

body.fk-customer-app .sunshine-photo-cart .sunshine--button:hover,
body.fk-customer-app .sunshine-photo-cart .sunshine--button:focus-visible,
body.fk-customer-app #sunshine-submit:hover,
body.fk-customer-app #sunshine-submit:focus-visible {
	border-color: var(--fk-app-forest-deep);
	background: var(--fk-app-forest-deep);
	color: #fff;
}

body.fk-customer-app .sunshine-photo-cart .sunshine--button-alt {
	border-color: var(--fk-app-line);
	border-radius: 999px;
	background: transparent;
	color: var(--fk-app-forest);
	font-weight: 700;
}

body.fk-customer-app .sunshine-photo-cart .sunshine--button-link {
	color: var(--fk-app-forest);
	font-weight: 700;
}

/* Native forms and validation. */
body.fk-customer-app #sunshine input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
body.fk-customer-app #sunshine select,
body.fk-customer-app #sunshine textarea {
	border-color: var(--fk-app-line);
	border-radius: 12px;
	background: var(--fk-app-paper);
	box-shadow: 0 1px 0 rgba(16, 55, 46, 0.03);
	color: var(--fk-app-ink);
}

body.fk-customer-app #sunshine input:focus,
body.fk-customer-app #sunshine select:focus,
body.fk-customer-app #sunshine textarea:focus {
	border-color: var(--fk-app-moss);
	box-shadow: 0 0 0 3px rgba(113, 138, 112, 0.18);
	outline: 0;
}

body.fk-customer-app #sunshine .sunshine--form--field--name,
body.fk-customer-app #sunshine .sunshine--form--field label {
	color: var(--fk-app-forest-deep);
	font-weight: 700;
}

body.fk-customer-app #sunshine .sunshine--form--field-description {
	color: var(--fk-app-muted);
}

body.fk-customer-app #sunshine .sunshine--form--field-error,
body.fk-customer-app #sunshine .sunshine--error {
	color: var(--fk-app-danger);
}

/* Notices retain native state/classes, with a quieter visual treatment. */
body.fk-customer-app #sunshine .sunshine--notice,
body.fk-customer-app #sunshine .sunshine--notices > * {
	border-color: var(--fk-app-line);
	border-radius: 12px;
	background: #f1f3ed;
	color: var(--fk-app-ink);
}

body.fk-customer-app #sunshine .sunshine--notice-error,
body.fk-customer-app #sunshine .sunshine--error {
	border-color: rgba(167, 53, 43, 0.35);
	background: #fff2ef;
}

/* Native gallery and image presentation. */
body.fk-customer-app #sunshine .sunshine--image-item img,
body.fk-customer-app #sunshine .sunshine--gallery-item img {
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(16, 55, 46, 0.08);
}

body.fk-customer-app #sunshine .sunshine--image-item figcaption,
body.fk-customer-app #sunshine .sunshine--gallery-item figcaption {
	color: var(--fk-app-muted);
}

body.fk-customer-app #sunshine .sunshine--image--menu,
body.fk-customer-app #sunshine .sunshine--image--status {
	color: var(--fk-app-forest);
}

/*
 * Authorized package store.
 *
 * The introduction stays compact so the native Sunshine cards remain the
 * immediate and sole package-selection controls.
 */
body.fk-customer-app #sunshine .fk-packages-page {
	display: grid;
	gap: clamp(20px, 3vw, 32px);
	width: min(100%, 1320px);
	min-width: 0;
	margin-inline: auto;
	padding-bottom: clamp(28px, 4vw, 48px);
}

body.fk-customer-app #sunshine .fk-packages-hero {
	position: relative;
	min-width: 0;
	border-radius: clamp(20px, 2.5vw, 28px);
	background:
		radial-gradient(circle at 88% 18%, rgba(217, 154, 56, .19), transparent 28%),
		linear-gradient(132deg, #08281f 0%, #10372e 70%, #254b3d 100%);
	box-shadow: 0 20px 58px rgba(8, 40, 31, .16);
	color: #fff;
	overflow: hidden;
}

body.fk-customer-app #sunshine .fk-packages-hero::after {
	position: absolute;
	right: -7rem;
	bottom: -11rem;
	width: 21rem;
	height: 21rem;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 50%;
	box-shadow: 0 0 0 3rem rgba(255, 255, 255, .022), 0 0 0 7rem rgba(255, 255, 255, .016);
	content: "";
	pointer-events: none;
}

body.fk-customer-app #sunshine .fk-packages-hero__copy {
	position: relative;
	z-index: 1;
	min-width: 0;
	padding: clamp(28px, 4vw, 48px);
}

body.fk-customer-app #sunshine .fk-packages-eyebrow {
	margin: 0 0 10px;
	color: #a65e33;
	font-size: .68rem;
	font-weight: 850;
	letter-spacing: .17em;
	line-height: 1.3;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine .fk-packages-hero .fk-packages-eyebrow {
	color: #f1c58f;
}

body.fk-customer-app #sunshine .fk-packages-hero h2 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(2.7rem, 5vw, 4.7rem);
	font-weight: 560;
	letter-spacing: -.052em;
	line-height: .88;
}

body.fk-customer-app #sunshine .fk-packages-hero__copy > p:not(.fk-packages-eyebrow) {
	max-width: 660px;
	margin: clamp(16px, 2vw, 24px) 0 0;
	color: #e4ece7;
	font-size: clamp(.94rem, 1.2vw, 1.06rem);
	line-height: 1.58;
}

body.fk-customer-app #sunshine .fk-packages-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: clamp(18px, 2.5vw, 26px) 0 0;
	padding: 0;
	list-style: none;
}

body.fk-customer-app #sunshine .fk-packages-trust li {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin: 0;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .075);
	color: #fff;
	font-size: .69rem;
	font-weight: 750;
	line-height: 1.25;
}

body.fk-customer-app #sunshine .fk-package-selection {
	min-width: 0;
	padding: clamp(22px, 3.5vw, 42px);
	border: 1px solid var(--fk-app-line);
	border-radius: clamp(20px, 3vw, 30px);
	background: #eef1eb;
	scroll-margin-top: 112px;
}

body.fk-customer-app #sunshine .fk-package-selection .fk-packages-eyebrow {
	color: #8d5733;
}

body.fk-customer-app #sunshine .fk-package-selection .sunshine--store--category--name {
	color: #59665f;
}

body.fk-customer-app #sunshine .fk-package-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 460px);
	gap: clamp(18px, 4vw, 54px);
	align-items: end;
	margin-bottom: clamp(20px, 3vw, 30px);
}

body.fk-customer-app #sunshine .fk-package-section-head h2 {
	margin: 0;
	font-size: clamp(2.05rem, 4vw, 3.45rem);
	line-height: .98;
}

body.fk-customer-app #sunshine .fk-package-section-head > p {
	margin: 0;
	color: #59665f;
	font-size: .9rem;
	line-height: 1.58;
}

body.fk-customer-app #sunshine .fk-package-selection #sunshine--store--categories {
	display: block;
	min-width: 0;
	margin: 0;
}

body.fk-customer-app #sunshine .fk-package-selection .sunshine--store--category + .sunshine--store--category {
	margin-top: 32px;
}

body.fk-customer-app #sunshine .fk-packages-help {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	min-width: 0;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--fk-app-line);
	border-radius: 22px;
	background: var(--fk-app-paper);
}

body.fk-customer-app #sunshine .fk-packages-help h2 {
	max-width: 680px;
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.8rem);
	line-height: 1;
}

body.fk-customer-app #sunshine .fk-packages-help__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

body.fk-customer-app #sunshine .fk-packages-button,
body.fk-customer-app #sunshine .fk-packages-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	box-sizing: border-box;
	padding: 11px 17px;
	border-radius: 999px;
	font-size: .76rem;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
}

body.fk-customer-app #sunshine .fk-packages-button {
	background: var(--fk-app-forest);
	color: #fff;
}

body.fk-customer-app #sunshine .fk-packages-text-link {
	gap: 10px;
	border: 1px solid var(--fk-app-line);
	background: transparent;
	color: var(--fk-app-forest-deep);
}
/* Native store products as balanced responsive cards. */
body.fk-customer-app #sunshine .sunshine--store--category {
	min-width: 0;
}

body.fk-customer-app #sunshine .sunshine--store--category--name {
	margin: 0 0 14px;
	color: var(--fk-app-muted);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine .sunshine--store--category--products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
	min-width: 0;
}

body.fk-customer-app #sunshine .sunshine--store--product-item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto minmax(118px, 1fr) auto;
	align-items: end;
	gap: 20px 14px;
	min-width: 0;
	min-height: 286px;
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	border: 1px solid var(--fk-app-line);
	border-radius: var(--fk-app-radius);
	background: var(--fk-app-paper);
	box-shadow: 0 10px 30px rgba(16, 55, 46, 0.06);
	overflow: hidden;
}

body.fk-customer-app #sunshine .sunshine--product-item {
	border-color: var(--fk-app-line);
	border-radius: var(--fk-app-radius);
	background: var(--fk-app-paper);
	box-shadow: 0 10px 30px rgba(16, 55, 46, 0.06);
}

body.fk-customer-app #sunshine .sunshine--store--product-item::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--fk-app-moss), var(--fk-app-amber));
	content: "";
}

body.fk-customer-app .fk-package-featured {
	border-color: rgba(217, 154, 56, .72) !important;
	box-shadow: 0 16px 38px rgba(16, 55, 46, .12) !important;
}

body.fk-customer-app .fk-package-recommended {
	border-color: rgba(114, 137, 105, .88) !important;
	box-shadow: 0 18px 42px rgba(16, 55, 46, .14) !important;
}

body.fk-customer-app .fk-package-recommendation {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	margin: 0 0 4px;
	padding: 16px 18px;
	border: 1px solid rgba(114, 137, 105, .4);
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(237, 241, 233, .98), rgba(255, 251, 241, .98));
	box-shadow: 0 12px 30px rgba(16, 55, 46, .08);
	color: var(--fk-app-forest-deep);
}

body.fk-customer-app .fk-package-recommendation__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--fk-app-paper);
	box-shadow: inset 0 0 0 1px rgba(114, 137, 105, .32);
	font-size: 1.55rem;
	line-height: 1;
}

body.fk-customer-app .fk-package-recommendation__eyebrow {
	display: block;
	margin: 0 0 3px;
	color: var(--fk-app-moss);
	font-size: .65rem;
	font-weight: 850;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.fk-customer-app .fk-package-recommendation strong {
	display: block;
	font-size: clamp(.98rem, 1.45vw, 1.15rem);
	line-height: 1.25;
}

body.fk-customer-app .fk-package-recommendation p {
	max-width: 760px;
	margin: 4px 0 0;
	color: var(--fk-app-muted);
	font-size: .82rem;
	line-height: 1.42;
}

body.fk-customer-app .fk-package-popular-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #f4dfb9;
	color: var(--fk-app-forest-deep);
	font-size: .64rem;
	font-weight: 850;
	letter-spacing: .055em;
	line-height: 1.1;
	text-transform: uppercase;
}

body.fk-customer-app .sunshine--store--product-item > .fk-package-popular-badge,
body.fk-customer-app .sunshine--image--add-to-cart--product-item > .fk-package-popular-badge {
	position: absolute;
	z-index: 2;
	top: 15px;
	right: 15px;
}

body.fk-customer-app .fk-package-recommendation-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	max-width: calc(100% - 30px);
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--fk-app-forest);
	color: #fff;
	font-size: .64rem;
	font-weight: 850;
	letter-spacing: .035em;
	line-height: 1.1;
	white-space: nowrap;
}

body.fk-customer-app .sunshine--store--product-item > .fk-package-recommendation-badge,
body.fk-customer-app .sunshine--image--add-to-cart--product-item > .fk-package-recommendation-badge {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 15px;
}

body.fk-customer-app .fk-package-recommended.fk-package-featured > .fk-package-recommendation-badge {
	max-width: calc(55% - 18px);
	overflow: hidden;
	text-overflow: ellipsis;
}

body.fk-customer-app .fk-package-recommended.fk-package-featured > .fk-package-popular-badge {
	max-width: calc(45% - 18px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.fk-customer-app .sunshine--store--product-item.fk-package-featured .sunshine--store--product-item--name,
body.fk-customer-app .sunshine--store--product-item.fk-package-recommended .sunshine--store--product-item--name {
	padding-top: 31px;
}

body.fk-customer-app .fk-package-featured-modal .fk-package-popular-badge {
	position: static;
	width: fit-content;
	margin: 0 0 12px;
}

body.fk-customer-app #sunshine .sunshine--store--product-item--name {
	grid-column: 1 / -1;
	align-self: start;
	min-width: 0;
	color: var(--fk-app-forest-deep);
	font-family: inherit;
	font-size: clamp(1.06rem, 1.55vw, 1.28rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.018em;
}

body.fk-customer-app #sunshine .sunshine--store--product-item--name::after {
	display: none;
}

body.fk-customer-app #sunshine .fk-institution-package-label {
	display: block;
	margin-top: .45rem;
	color: var(--fk-app-moss);
	font-size: .88rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: normal;
	overflow-wrap: anywhere;
}

body.fk-customer-app #sunshine .sunshine--store--product-item > .fk-product-card-contents {
	display: block;
	grid-column: 1 / -1;
	grid-row: 2;
	align-self: start;
	min-width: 0;
	margin: 0;
}

body.fk-customer-app #sunshine .sunshine--store--product-item > .fk-product-card-contents__title,
body.fk-customer-app #sunshine .sunshine--store--product-item > .fk-product-card-contents .fk-product-card-contents__title {
	display: block;
	margin-bottom: 9px;
	color: var(--fk-app-moss);
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine .sunshine--store--product-item > .fk-product-card-contents ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.fk-customer-app #sunshine .sunshine--store--product-item > .fk-product-card-contents li {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	gap: 4px;
	margin: 0;
	color: var(--fk-app-muted);
	font-size: 0.83rem;
	line-height: 1.3;
}

body.fk-customer-app #sunshine .sunshine--store--product-item > .fk-product-card-contents .fk-product-card-contents__qty {
	color: var(--fk-app-forest-deep);
	font-weight: 850;
}

body.fk-customer-app #sunshine .fk-product-card-folder-note {
	display: inline-flex;
	width: fit-content;
	margin: 11px 0 0;
	padding: 5px 9px;
	border-radius: 999px;
	background: #f0f1ed;
	color: #59665f;
	font-size: .66rem;
	font-weight: 800;
	line-height: 1.2;
}

body.fk-customer-app #sunshine .sunshine--product-item--name {
	color: var(--fk-app-forest-deep);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.45rem, 2.3vw, 2.1rem);
	font-weight: 600;
	line-height: 1.05;
}

body.fk-customer-app #sunshine .sunshine--store--product-item--price,
body.fk-customer-app #sunshine .sunshine--product-item--price,
body.fk-customer-app #sunshine .sunshine--product-details--price,
body.fk-customer-app #sunshine .sunshine--store--product-details--price {
	color: var(--fk-app-forest);
	font-weight: 800;
}

body.fk-customer-app #sunshine .sunshine--store--product-item--price {
	grid-column: 1;
	grid-row: 3;
	align-self: center;
	font-size: 1.1rem;
}

body.fk-customer-app #sunshine .sunshine--store--product-item--price::before {
	display: block;
	margin-bottom: 3px;
	color: var(--fk-app-muted);
	content: "Paketpreis";
	font-size: 0.64rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine .sunshine--store--product-item--action {
	grid-column: 2;
	grid-row: 3;
	align-self: end;
	justify-self: end;
}

body.fk-customer-app #sunshine .sunshine--store--product-item--action button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: auto;
	height: 46px;
	min-width: 46px;
	min-height: 46px;
	box-sizing: border-box;
	margin: 0;
	padding: 0 15px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	background: var(--fk-app-forest);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

body.fk-customer-app #sunshine .sunshine--store--product-item--action button:hover,
body.fk-customer-app #sunshine .sunshine--store--product-item--action button:focus-visible {
	border-color: var(--fk-app-forest-deep);
	background: var(--fk-app-forest-deep);
}

body.fk-customer-app #sunshine .sunshine--store--product-item--action button span {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	clip: auto;
	clip-path: none;
	overflow: visible;
	white-space: nowrap;
}

body.fk-customer-app #sunshine .sunshine--store--product-item--action button::after {
	margin: 0;
	color: #fff !important;
	font-size: 1rem;
	line-height: 1;
}

body.fk-customer-app #sunshine .sunshine--store--product-item.fk-product-already-in-cart {
	grid-template-rows: auto minmax(80px, 1fr) auto auto;
	border-color: rgba(113, 138, 112, .42);
	background: linear-gradient(145deg, #f4f7f1, #fffefa);
}

body.fk-customer-app #sunshine .sunshine--store--product-item.fk-product-already-in-cart .fk-product-card-status {
	display: flex;
	grid-column: 1 / -1;
	grid-row: 3;
	align-items: center;
	margin: 0;
	color: var(--fk-app-forest);
	font-size: .76rem;
	font-weight: 800;
	line-height: 1.4;
}

body.fk-customer-app #sunshine .sunshine--store--product-item.fk-product-already-in-cart .sunshine--store--product-item--price,
body.fk-customer-app #sunshine .sunshine--store--product-item.fk-product-already-in-cart .sunshine--store--product-item--action {
	grid-row: 4;
}

body.fk-customer-app #sunshine .sunshine--store--product-item.fk-product-already-in-cart .sunshine--store--product-item--action button[disabled] {
	border-color: var(--fk-app-line);
	background: #e3e8e1;
	color: #5e6d67;
	cursor: not-allowed;
}

body.fk-customer-app #sunshine .sunshine--store--product-item.fk-product-already-in-cart .sunshine--store--product-item--action button[disabled]::after {
	display: none;
}

body.fk-customer-app #sunshine .sunshine--product-details--content,
body.fk-customer-app #sunshine .sunshine--store--product-details--content {
	color: var(--fk-app-muted);
}

body.fk-customer-app #sunshine .sunshine--product-options {
	border-color: var(--fk-app-line);
}

/* Native package fill: Core fields and picker data remain authoritative. */
body.fk-customer-app #sunshine--package--fill {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
	min-width: 0;
}

body.fk-customer-app #sunshine--package--fill--title,
body.fk-customer-app #sunshine--package--fill--items {
	grid-column: 1 / -1;
}

body.fk-customer-app #sunshine--package--fill--title {
	margin: 0 0 8px;
	color: var(--fk-app-forest-deep);
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.15;
}

body.fk-customer-app #sunshine--package--fill--items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

body.fk-customer-app .sunshine--package--fill--item,
body.fk-customer-app .sunshine--multi-image--fill--item {
	display: flex;
	min-width: 0;
	margin: 0;
	padding: 18px;
	border: 1px solid var(--fk-app-line);
	border-radius: 14px;
	background: var(--fk-app-paper);
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 12px;
	overflow: hidden;
}

body.fk-customer-app .sunshine--package--fill--item--title,
body.fk-customer-app .sunshine--multi-image--fill--item--title {
	order: 0;
	min-height: 2.6em;
	color: var(--fk-app-forest-deep);
	font-size: 1rem;
	font-weight: 750;
	line-height: 1.3;
}

body.fk-customer-app button.sunshine--multi-image-select--open {
	order: 2;
	display: inline-flex;
	visibility: visible !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 0;
	padding: 9px 15px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	background: transparent;
	color: var(--fk-app-forest);
	font-weight: 750;
	line-height: 1.2;
	cursor: pointer;
}

body.fk-customer-app .sunshine--package--fill--item .sunshine--multi-image-select--selected-images,
body.fk-customer-app .sunshine--multi-image--fill--item .sunshine--multi-image-select--selected-images {
	order: 3;
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
}

body.fk-customer-app .sunshine--package--fill--item .sunshine--multi-image-select--selected-images--item,
body.fk-customer-app .sunshine--multi-image--fill--item .sunshine--multi-image-select--selected-images--item {
	flex: 0 0 68px;
	width: 68px;
	height: 68px;
	border: 1px dashed var(--fk-app-moss);
	border-radius: 10px;
	background: #f1f3ed;
	overflow: hidden;
}

body.fk-customer-app .fk-package-slot-status {
	order: 1;
	margin: 0;
	color: var(--fk-app-muted);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.3;
}

body.fk-customer-app .sunshine--package--fill--item.is-complete,
body.fk-customer-app .sunshine--multi-image--fill--item.is-complete {
	border-color: var(--fk-app-moss);
	background: #f2f5ef;
}

body.fk-customer-app .sunshine--package--fill--item.is-complete .fk-package-slot-status,
body.fk-customer-app .sunshine--multi-image--fill--item.is-complete .fk-package-slot-status {
	color: var(--fk-app-forest);
}

body.fk-customer-app .fk-package-extra-notice {
	grid-column: 1 / -1;
	margin: 2px 0 0;
	padding: 13px 15px;
	border: 1px solid rgba(217, 154, 56, 0.38);
	border-radius: 12px;
	background: #fff7e8;
	color: var(--fk-app-muted);
	font-size: 0.84rem;
	line-height: 1.45;
}

body.fk-customer-app .fk-package-extra-notice strong {
	color: var(--fk-app-forest-deep);
}

/* Core appends both modal actions to the package grid after the cards. Keep
 * those actions compact so the final card row cannot stretch them into panels.
 */
body.fk-customer-app #sunshine--package--fill > button.sunshine--modal--close,
body.fk-customer-app #sunshine--package--fill > a.sunshine--button {
	display: inline-flex;
	align-self: end;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 46px;
	height: auto;
	margin: 0;
	padding: 10px 16px;
	border-radius: 999px;
	line-height: 1.2;
	text-align: center;
}

body.fk-customer-app #sunshine--main-menu .fk-sunshine-gallery-link a::before {
	display: inline-block;
	flex: 0 0 auto;
	width: 18px;
	height: 15px;
	box-sizing: border-box;
	border: 2px solid currentColor;
	border-radius: 3px;
	background:
		radial-gradient(circle at 4px 4px, currentColor 0 1.4px, transparent 1.6px),
		linear-gradient(135deg, transparent 48%, currentColor 49% 59%, transparent 60%);
	color: currentColor;
	content: "";
}

body.fk-customer-app #sunshine--package--fill > button.sunshine--modal--close {
	border: 1px solid var(--fk-app-forest);
	background: transparent;
	color: var(--fk-app-forest);
}

/* Native modal shell with one bounded content surface. */
body.fk-customer-app #sunshine--modal--overlay,
body.fk-customer-app .sunshine--modal--overlay {
	background: rgba(8, 40, 31, 0.76);
	backdrop-filter: blur(8px);
}

body.fk-customer-app #sunshine--modal {
	box-sizing: border-box;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--package_fill,
body.fk-customer-app #sunshine--modal.sunshine--modal--package_edit,
body.fk-customer-app #sunshine--modal.sunshine--modal--multi_image_edit,
body.fk-customer-app #sunshine--modal.sunshine--modal--multi_image_product_images_edit {
	width: min(calc(100vw - 32px), 1100px);
	height: min(760px, calc(100dvh - 32px));
	max-width: 1100px;
	max-height: calc(100dvh - 32px);
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal--content,
body.fk-customer-app .sunshine--modal--content {
	border: 1px solid rgba(216, 221, 213, 0.9);
	border-radius: 20px;
	background: var(--fk-app-paper);
	box-shadow: var(--fk-app-shadow);
	color: var(--fk-app-ink);
}

body.fk-customer-app #sunshine--modal.sunshine--modal--package_fill #sunshine--modal--content,
body.fk-customer-app #sunshine--modal.sunshine--modal--package_edit #sunshine--modal--content,
body.fk-customer-app #sunshine--modal.sunshine--modal--multi_image_edit #sunshine--modal--content,
body.fk-customer-app #sunshine--modal.sunshine--modal--multi_image_product_images_edit #sunshine--modal--content {
	height: 100%;
	max-height: none;
	padding: clamp(28px, 4vw, 48px);
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-gutter: stable;
}

body.fk-customer-app #sunshine--modal--close {
	border-color: var(--fk-app-line);
	border-radius: 50%;
	background: var(--fk-app-paper);
	color: var(--fk-app-forest-deep);
}

body.fk-customer-app #sunshine--modal--close {
	top: 14px;
	right: 14px;
	display: inline-grid !important;
	place-items: center;
	width: 44px;
	height: 44px;
	z-index: 400;
}

/* Gallery-wide digital package: compact FotoKinder product card. */
body.fk-customer-app #sunshine--modal.sunshine--modal--gallery_add_to_cart {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: min(calc(100vw - 32px), 640px);
	height: auto;
	max-width: 640px;
	max-height: calc(100dvh - 32px);
	border-radius: 22px;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--gallery_add_to_cart #sunshine--modal--content {
	width: 100%;
	height: auto;
	max-height: calc(100dvh - 32px);
	box-sizing: border-box;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--gallery_add_to_cart #sunshine--modal--close {
	top: 16px;
	right: 16px;
	border-color: rgba(16, 55, 46, 0.18);
	background: rgba(255, 254, 250, 0.92);
	box-shadow: 0 7px 20px rgba(8, 40, 31, 0.10);
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0 28px;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding: clamp(34px, 6vw, 58px);
	background:
		radial-gradient(circle at 100% 0, rgba(217, 154, 56, 0.16), transparent 34%),
		linear-gradient(145deg, #fffefa 0%, #f6f7f1 100%);
	text-align: left;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart .fk-digital-package__eyebrow {
	grid-column: 1 / -1;
	margin: 0 58px 9px 0;
	color: var(--fk-app-moss);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart--title {
	grid-column: 1 / -1;
	margin: 0 58px 14px 0;
	color: var(--fk-app-forest-deep);
	font-family: inherit;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart--content {
	grid-column: 1 / -1;
	margin: 0 0 24px;
	color: var(--fk-app-muted);
	font-size: 1rem;
	line-height: 1.5;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart--content p {
	margin: 0;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart .fk-digital-package__benefits {
	display: grid;
	grid-column: 1 / -1;
	gap: 9px;
	margin: 0 0 28px;
	padding: 18px 20px;
	border: 1px solid var(--fk-app-line);
	border-radius: 15px;
	background: rgba(255, 254, 250, 0.72);
	list-style: none;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart .fk-digital-package__benefits li {
	position: relative;
	padding-left: 27px;
	color: var(--fk-app-ink);
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.35;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart .fk-digital-package__benefits li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 19px;
	height: 19px;
	place-items: center;
	border-radius: 50%;
	background: var(--fk-app-forest);
	color: #fff;
	content: "✓";
	font-size: 0.66rem;
	font-weight: 900;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart--price {
	align-self: center;
	margin: 0;
	color: var(--fk-app-forest-deep);
	font-size: 1.8rem;
	font-weight: 850;
	line-height: 1;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart--price::before {
	display: block;
	margin-bottom: 6px;
	color: var(--fk-app-muted);
	content: "Komplettpreis";
	font-size: 0.62rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart--button {
	align-self: end;
	justify-self: end;
	margin: 0;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart--button a,
body.fk-customer-app #sunshine--download--gallery-add-to-cart--button button,
body.fk-customer-app #sunshine--download--gallery-add-to-cart--button input {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
	padding: 12px 22px;
	border: 1px solid var(--fk-app-forest) !important;
	border-radius: 999px;
	background: var(--fk-app-forest) !important;
	color: #fff !important;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 850;
	text-decoration: none;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine--download--gallery-add-to-cart--button.fk-digital-package__status {
	max-width: 290px;
	box-sizing: border-box;
	padding: 12px 16px;
	border: 1px solid rgba(113, 138, 112, 0.45);
	border-radius: 13px;
	background: var(--fk-app-moss-soft);
	color: var(--fk-app-forest-deep);
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.35;
	text-align: left;
}

html.fk-sunshine-modal-open,
body.fk-customer-app.sunshine--modal--open {
	overflow: hidden;
	overscroll-behavior: none;
}

html.fk-overlay-scroll-locked,
html.fk-overlay-scroll-locked > body.fk-customer-app {
	overflow: hidden !important;
	overscroll-behavior: none;
}

body.fk-customer-app .lg-container,
body.fk-customer-app #sunshine--modal,
body.fk-customer-app #sunshine--main-menu nav {
	overscroll-behavior: contain;
}

/* Purchase options opened directly from a gallery photo. */
body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: min(calc(100vw - 40px), 1180px);
	height: min(760px, calc(100dvh - 40px));
	max-width: 1180px;
	max-height: calc(100dvh - 40px);
	border-radius: 22px;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--modal--content {
	display: grid;
	grid-template-rows: 64px minmax(0, 1fr);
	width: 100%;
	height: 100%;
	max-height: none;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--cart-review {
	display: flex;
	grid-row: 1;
	align-items: stretch;
	justify-content: flex-end;
	min-width: 0;
	padding-right: 64px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	background: var(--fk-app-forest);
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--mini-cart,
body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--mini-cart a {
	display: flex;
	min-width: 0;
	height: 100%;
	align-items: center;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--mini-cart a {
	gap: 7px;
	box-sizing: border-box;
	padding: 0 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--modal--close {
	top: 10px;
	right: 10px;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.42) !important;
	background: rgba(255, 254, 250, 0.96) !important;
	box-shadow: 0 4px 14px rgba(8, 40, 31, 0.16);
	color: var(--fk-app-forest-deep) !important;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--modal--close::before {
	color: currentColor !important;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--add-to-cart {
	display: grid;
	grid-row: 2;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.6fr);
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--add-to-cart--header {
	min-width: 0;
	min-height: 0;
	padding: 28px;
	background: linear-gradient(145deg, #e7ebe4, #f6f4ee);
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--add-to-cart--header--image,
body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--add-to-cart--header--image img {
	width: 100%;
	height: 100%;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--add-to-cart--header--image img {
	border-radius: 16px;
	box-shadow: 0 16px 36px rgba(8, 40, 31, 0.16);
	object-fit: cover;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--add-to-cart--content {
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
	padding: 26px 30px 32px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--add-to-cart--nav {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 22px;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--store-open {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 18px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	background: transparent;
	color: var(--fk-app-forest);
	font-size: 0.82rem;
	font-weight: 800;
	text-decoration: none;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--image--add-to-cart--category-name {
	margin: 0 0 13px;
	color: var(--fk-app-moss);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--image--add-to-cart--product-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--image--add-to-cart--product-item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto minmax(0, 1fr) auto;
	gap: 14px 10px;
	min-width: 0;
	min-height: 242px;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid var(--fk-app-line);
	border-radius: 18px;
	background: var(--fk-app-paper);
	box-shadow: 0 8px 24px rgba(16, 55, 46, 0.07);
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--image--add-to-cart--product-item::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--fk-app-moss), var(--fk-app-amber));
	content: "";
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--image--add-to-cart--product-list--name {
	grid-column: 1 / -1;
	color: var(--fk-app-forest-deep);
	font-size: 1.05rem;
	font-weight: 850;
	line-height: 1.2;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .fk-product-card-contents {
	grid-column: 1 / -1;
	min-width: 0;
	color: var(--fk-app-muted);
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .fk-product-card-contents__title {
	display: block;
	margin: 0 0 7px;
	color: var(--fk-app-moss);
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .fk-product-card-contents ul {
	display: grid;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .fk-product-card-contents li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 5px;
	font-size: 0.75rem;
	line-height: 1.28;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .fk-product-card-contents__qty {
	color: var(--fk-app-forest);
	font-weight: 850;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--image--add-to-cart--product-list--price {
	grid-row: 3;
	align-self: center;
	color: var(--fk-app-forest);
	font-size: 1.28rem;
	font-weight: 850;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--image--add-to-cart--product-list--action {
	grid-row: 3;
	align-self: end;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--product--show-details {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px 15px;
	border: 1px solid var(--fk-app-forest) !important;
	border-radius: 999px;
	background: var(--fk-app-forest) !important;
	color: #fff !important;
	font: inherit;
	cursor: pointer;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--product--show-details span {
	font-size: 0;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--product--show-details span::before {
	content: "Paketinhalt ansehen";
	font-size: 0.75rem;
	font-weight: 800;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--product--show-details::after {
	color: #fff !important;
}

/* The product detail is loaded inside add_to_cart, not in store_product. */
body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.75fr);
	grid-template-areas:
		"back back"
		"title title"
		"contents price"
		"contents qty"
		"contents comments"
		"contents action";
	gap: 0 28px;
	width: 100%;
	max-width: 920px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 4px 0 12px;
	color: var(--fk-app-ink);
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--close {
	grid-area: back;
	justify-self: start;
	min-height: 42px;
	margin: 0 0 22px;
	padding: 8px 15px;
	border: 1px solid var(--fk-app-line);
	border-radius: 999px;
	background: var(--fk-app-paper);
	color: var(--fk-app-forest);
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--close::before {
	margin-right: 7px;
	content: "";
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--title {
	grid-area: title;
	margin: 0 0 22px;
	color: var(--fk-app-forest-deep);
	font-family: inherit;
	font-size: clamp(1.7rem, 3.4vw, 2.45rem);
	font-weight: 850;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details .sunshine--product-details--package-items {
	grid-area: contents;
	align-self: start;
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	border: 1px solid var(--fk-app-line);
	border-radius: 16px;
	background: linear-gradient(145deg, #eef2ea, #f8f6f0);
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details .sunshine--product-details--package-items--title {
	margin: 0 0 13px;
	color: var(--fk-app-forest-deep);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	line-height: 1.25;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details .sunshine--product-details--package-items ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details .sunshine--product-details--package-items li {
	position: relative;
	padding-left: 25px;
	color: var(--fk-app-ink);
	font-size: 0.93rem;
	line-height: 1.35;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details .sunshine--product-details--package-items li::before {
	position: absolute;
	top: 0.05em;
	left: 0;
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--fk-app-forest);
	color: #fff;
	content: "✓";
	font-size: 0.65rem;
	font-weight: 900;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details .sunshine--product--category,
body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details .sunshine--product--separator {
	display: none;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--price {
	grid-area: price;
	align-self: start;
	margin: 0 0 16px;
	color: var(--fk-app-forest-deep);
	font-size: 1.75rem;
	font-weight: 850;
	line-height: 1;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--price::before {
	display: block;
	margin: 0 0 6px;
	color: var(--fk-app-muted);
	content: "Paketpreis";
	font-size: 0.63rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--qty {
	display: inline-grid;
	grid-area: qty;
	grid-template-columns: 44px 60px 44px;
	justify-self: start;
	margin: 0 0 16px;
	border: 1px solid var(--fk-app-line);
	border-radius: 999px;
	background: var(--fk-app-paper);
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--qty button,
body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--qty input {
	width: 100%;
	height: 44px;
	min-height: 44px;
	box-sizing: border-box;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--comments {
	grid-area: comments;
	margin: 0 0 16px;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--comments input {
	width: 100%;
	min-height: 46px;
	box-sizing: border-box;
	margin: 0;
	font-size: 0.85rem;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--action {
	grid-area: action;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--action .sunshine--button {
	width: 100%;
	min-height: 48px;
	box-sizing: border-box;
	margin: 0;
	padding: 12px 18px;
	border-color: var(--fk-app-forest) !important;
	border-radius: 999px;
	background: var(--fk-app-forest) !important;
	color: #fff !important;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details:not(:has(.sunshine--product-details--package-items)) {
	grid-template-columns: minmax(0, 1fr);
	grid-template-areas: "back" "title" "price" "qty" "comments" "action";
	max-width: 620px;
}

/* Cover theme: keep the complete portrait visible and place the compact
 * gallery identity safely below faces instead of obscuring the photograph. */
body.fk-customer-app #sunshine--cover {
	height: min(calc(100vh - 100px), 920px);
	height: min(calc(100svh - 100px), 920px);
	min-height: 540px;
	background: var(--fk-app-forest-deep);
	overflow: hidden;
	text-align: left;
}

body.fk-customer-app #sunshine--cover--image {
	display: grid;
	place-items: center;
	background: radial-gradient(circle at 50% 42%, #315046, var(--fk-app-forest-deep));
}

body.fk-customer-app #sunshine--cover--image::before {
	background: linear-gradient(180deg, rgba(8, 40, 31, 0.02) 42%, rgba(8, 40, 31, 0.18) 68%, rgba(8, 40, 31, 0.64) 100%);
}

body.fk-customer-app #sunshine--cover--image img {
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center center;
}

body.fk-customer-app #sunshine--cover--content {
	position: absolute;
	top: auto;
	right: auto;
	bottom: clamp(28px, 5vw, 62px);
	left: clamp(24px, 5vw, 72px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: min(calc(100% - 48px), 650px);
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: left;
	transform: none;
	backdrop-filter: none;
}

body.fk-customer-app .fk-gallery-cover__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: rgba(255, 254, 250, 0.88);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.fk-customer-app .fk-gallery-cover__eyebrow::before {
	width: 26px;
	height: 1px;
	background: var(--fk-app-amber);
	content: "";
}

body.fk-customer-app #sunshine--cover--content--title {
	max-width: 14ch;
	margin: 0;
	color: #fffefa;
	font-family: inherit;
	font-size: clamp(2.2rem, 5.4vw, 5rem);
	font-weight: 850;
	line-height: 0.96;
	letter-spacing: -0.045em;
	overflow-wrap: anywhere;
	text-shadow: 0 3px 28px rgba(0, 0, 0, 0.32);
}

body.fk-customer-app .fk-gallery-cover__availability {
	margin-top: 14px;
	color: rgba(255, 254, 250, 0.9);
	font-size: clamp(0.82rem, 1.4vw, 0.96rem);
	font-weight: 650;
	line-height: 1.35;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

body.fk-customer-app #sunshine--cover--content > .sunshine--button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 54px;
	box-sizing: border-box;
	margin-top: clamp(18px, 3vw, 26px);
	padding: 13px 22px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	background: #fffefa;
	color: var(--fk-app-forest-deep);
	font-size: 0.86rem;
	font-weight: 850;
	letter-spacing: 0.035em;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

body.fk-customer-app #sunshine--cover--content > .sunshine--button::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	font-size: 0;
	background: currentColor;
	-webkit-mask: var(--fk-arrow-right-mask) center / contain no-repeat;
	mask: var(--fk-arrow-right-mask) center / contain no-repeat;
}

body.fk-customer-app #sunshine--cover--content > .sunshine--button:hover,
body.fk-customer-app #sunshine--cover--content > .sunshine--button:focus-visible {
	background: var(--fk-app-amber);
	color: var(--fk-app-forest-deep);
	transform: translateY(-2px);
}

/* Sunshine exposes an image-download control to every lightbox visitor even
 * though its endpoint is intentionally permission-protected. Hide that dead
 * end for customers before LightGallery paints; package downloads continue
 * through the native purchase flow. Administrators retain the control. */
body.fk-customer-app.fk-customer-no-preview-download .lg-container .lg-toolbar .lg-download {
	display: none !important;
}

/* Sunshine owns expiry visibility; FotoKinder makes every native variant a
 * clearly recognisable deadline card. */
body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	width: min(calc(100% - 40px), 960px);
	min-height: 88px;
	box-sizing: border-box;
	margin: 24px auto 32px;
	padding: 17px 22px 17px 18px;
	border: 1px solid rgba(199, 127, 72, 0.3);
	border-left: 5px solid var(--fk-app-amber);
	border-radius: 18px;
	background: linear-gradient(110deg, rgba(199, 127, 72, 0.12), rgba(255, 254, 250, 0.98) 58%);
	box-shadow: 0 14px 36px rgba(16, 55, 46, 0.09);
	color: var(--fk-app-muted);
	font-size: 0.92rem;
	line-height: 1.35;
	text-align: left;
}

body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration)::before {
	display: inline-grid;
	grid-row: 1 / span 2;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: rgba(199, 127, 72, 0.16);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230d4035' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3Cpath d='M12 14v3l2 1'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	content: "";
}

body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) .fk-gallery-expiration__label {
	align-self: start;
	grid-column: 2;
	grid-row: 1;
	color: var(--fk-app-amber-deep);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) .fk-gallery-expiration__content {
	display: flex;
	grid-column: 2;
	grid-row: 2;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 2px 8px;
	margin-top: -8px;
}

body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) .fk-gallery-expiration__title {
	color: var(--fk-app-forest-deep);
	font-weight: 700;
}

body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) .fk-gallery-expiration__date {
	color: var(--fk-app-forest-deep);
	font-weight: 850;
}

body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) .fk-gallery-expiration__hint {
	flex-basis: 100%;
	color: var(--fk-app-muted);
	font-size: 0.8rem;
}

/* LightGallery is appended outside #sunshine, so it needs its own app skin. */
body.fk-customer-app .lg-container .lg-thumb-item {
	border-color: transparent;
}

body.fk-customer-app .lg-container .lg-thumb-item:is(.active, :hover, :focus-visible) {
	border-color: var(--fk-app-forest);
}

body.fk-customer-app .lg-container :is(.lg-prev, .lg-next) {
	display: grid;
	place-items: center;
	min-width: 48px;
	min-height: 48px;
	box-sizing: border-box;
}

body.fk-customer-app .lg-container .lg-toolbar {
	position: fixed !important;
	top: max(14px, env(safe-area-inset-top)) !important;
	right: auto !important;
	left: 50% !important;
	z-index: 99090;
	display: flex !important;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: min(calc(100vw - 28px), 820px) !important;
	height: auto !important;
	min-height: 66px;
	box-sizing: border-box;
	padding: 9px;
	border: 1px solid rgba(16, 55, 46, 0.16);
	border-radius: 18px;
	background: rgba(255, 254, 250, 0.96) !important;
	box-shadow: 0 18px 52px rgba(5, 25, 19, 0.2);
	color: var(--fk-app-forest-deep);
	transform: translateX(-50%);
	backdrop-filter: blur(16px);
}

body.fk-customer-app .lg-container .lg-toolbar > * {
	float: none !important;
}

body.fk-customer-app .lg-container .lg-counter {
	position: static !important;
	order: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 68px;
	height: 46px;
	box-sizing: border-box;
	padding: 0 12px !important;
	border-radius: 12px;
	background: #f1f3ed;
	color: var(--fk-app-forest-deep) !important;
	font-size: 0.86rem;
	font-weight: 800;
	line-height: 1;
}

body.fk-customer-app .lg-container .lg-toolbar .lg-icon {
	position: relative;
	order: 2;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 46px;
	width: 46px !important;
	height: 46px !important;
	min-height: 46px;
	box-sizing: border-box;
	padding: 0 !important;
	border: 1px solid var(--fk-app-line) !important;
	border-radius: 12px !important;
	background: var(--fk-app-paper) !important;
	color: var(--fk-app-forest) !important;
	font-size: 22px !important;
	line-height: 1 !important;
	text-align: center;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

body.fk-customer-app .lg-container .lg-toolbar .lg-icon::after,
body.fk-customer-app .lg-container .lg-toolbar .lg-icon::before {
	display: block;
	line-height: 1 !important;
}

body.fk-customer-app .lg-container .lg-toolbar .lg-icon:hover,
body.fk-customer-app .lg-container .lg-toolbar .lg-icon:focus-visible {
	border-color: var(--fk-app-moss) !important;
	background: var(--fk-app-moss-soft) !important;
	color: var(--fk-app-forest-deep) !important;
}

body.fk-customer-app .lg-container .lg-toolbar .lg-close {
	order: 6;
	margin-left: 2px;
	border-color: rgba(16, 55, 46, 0.2) !important;
}

/* The contextual purchase button already opens the cart. Sunshine also adds
 * its mini-cart here once the cart is filled; on iOS Safari that duplicate
 * wraps below the button and appears as a stray cart icon. */
body.fk-customer-app .lg-container .lg-toolbar .sunshine--mini-cart {
	display: none !important;
}

body.fk-customer-app .lg-container #sunshine--lightbox--add-to-cart {
	order: 5;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	box-sizing: border-box;
	margin: 0;
	padding: 0 19px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 12px;
	background: var(--fk-app-forest);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 850;
	line-height: 1;
	letter-spacing: 0.02em;
	white-space: nowrap;
	text-transform: none;
}

/* LightGallery itself reserves only 64 px above the slide. The branded
 * desktop/tablet toolbar is 66 px high and starts 14 px from the viewport
 * edge, so portrait images otherwise begin underneath its lower edge. */
@media (min-width: 641px) {
	body.fk-customer-app .lg-container .lg-content {
		top: 94px !important;
	}
}

@media (max-width: 640px) {
	body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 12px;
		width: calc(100% - 24px);
		min-height: 0;
		margin-block: 14px 22px;
		padding: 14px 14px 14px 12px;
		border-left-width: 4px;
		border-radius: 15px;
		font-size: 0.86rem;
		text-align: left;
	}

	body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration)::before {
		width: 42px;
		height: 42px;
		background-size: 21px;
	}

	body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) .fk-gallery-expiration__label {
		font-size: 0.62rem;
	}

	body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) .fk-gallery-expiration__content {
		display: grid;
		gap: 2px;
		margin-top: -5px;
	}

	body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) .fk-gallery-expiration__title,
	body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) .fk-gallery-expiration__date {
		display: block;
	}

	body.fk-customer-app :is(#sunshine--gallery--expiration-notice, .fk-gallery-expiration) .fk-gallery-expiration__hint {
		margin-top: 3px;
		font-size: 0.75rem;
	}

	body.fk-customer-app .lg-container .lg-toolbar {
		top: max(8px, env(safe-area-inset-top)) !important;
		flex-wrap: wrap;
		column-gap: 7px;
		row-gap: 9px;
		width: calc(100vw - 18px) !important;
		min-height: 0;
		padding: 10px 10px 14px;
		border-radius: 16px;
		box-shadow: 0 14px 34px rgba(5, 25, 19, 0.2);
	}

	body.fk-customer-app .lg-container .lg-counter {
		min-width: 58px;
		height: 42px;
		padding-inline: 8px !important;
	}

	body.fk-customer-app .lg-container .lg-toolbar .lg-icon {
		flex-basis: 42px;
		width: 42px !important;
		height: 42px !important;
		min-height: 42px;
		line-height: 1 !important;
	}

	body.fk-customer-app .lg-container .lg-toolbar .lg-close {
		margin-left: 0;
	}

	body.fk-customer-app .lg-container #sunshine--lightbox--add-to-cart {
		order: 7;
		flex: 1 0 100%;
		width: 100%;
		min-height: 48px;
		border-radius: 11px;
	}
}

/* Store product dialog: compact header, one content scroller and no overlap. */
body.fk-customer-app #sunshine--modal.sunshine--modal--store_product {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: min(calc(100vw - 40px), 1080px);
	height: min(700px, calc(100dvh - 40px));
	max-width: 1080px;
	max-height: calc(100dvh - 40px);
	border-radius: 20px;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--modal--content {
	display: grid;
	grid-template-rows: 64px minmax(0, 1fr);
	width: 100%;
	height: 100%;
	max-height: none;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
	overscroll-behavior: none;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--image--cart-review {
	display: flex;
	grid-row: 1;
	align-items: stretch;
	justify-content: flex-end;
	min-width: 0;
	min-height: 64px;
	box-sizing: border-box;
	padding-right: 64px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	background: var(--fk-app-forest);
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product .sunshine--mini-cart {
	display: flex;
	min-width: 0;
	height: 100%;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product .sunshine--mini-cart a {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--modal--close {
	top: 10px;
	right: 10px;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.42) !important;
	background: rgba(255, 254, 250, 0.96) !important;
	box-shadow: 0 4px 14px rgba(8, 40, 31, 0.16);
	color: var(--fk-app-forest-deep);
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--modal--close::before {
	color: var(--fk-app-forest-deep);
	font-size: 22px;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details {
	display: grid;
	grid-row: 2;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto minmax(0, 1fr);
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header {
	display: flex !important;
	grid-row: 1;
	flex: none;
	align-items: center;
	width: 100%;
	min-width: 0;
	max-width: none;
	min-height: 112px;
	box-sizing: border-box;
	padding: 24px clamp(26px, 4vw, 44px);
	border: 0;
	border-bottom: 1px solid var(--fk-app-line);
	background: linear-gradient(118deg, #edf1e9 0%, #f8f6f0 72%);
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header--product {
	min-width: 0;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header--product::before {
	display: block;
	margin-bottom: 7px;
	color: var(--fk-app-moss);
	content: "Fotopaket";
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header--product--title {
	min-width: 0;
	color: var(--fk-app-forest-deep);
	font-family: inherit;
	font-size: clamp(1.55rem, 3vw, 2.15rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header--product--description:empty {
	display: none;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--content {
	grid-row: 2;
	flex: none;
	width: 100%;
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
	padding: clamp(24px, 4vw, 40px) clamp(26px, 4vw, 44px);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product .sunshine--product-details--package-items {
	box-sizing: border-box;
	margin: 0;
	padding: 18px 20px;
	border: 1px solid var(--fk-app-line);
	border-radius: 14px;
	background: #f3f5ef;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product .sunshine--product-details--package-items--title {
	margin: 0 0 10px;
	color: var(--fk-app-forest-deep);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	line-height: 1.25;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product .sunshine--product-details--package-items ul {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product .sunshine--product-details--package-items li {
	color: var(--fk-app-ink);
	font-size: 0.97rem;
	line-height: 1.4;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product--details--price {
	margin: 20px 0 16px;
	color: var(--fk-app-forest-deep);
	font-size: 1.7rem;
	font-weight: 850;
	line-height: 1;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product--details--qty {
	display: inline-grid;
	grid-template-columns: 44px minmax(52px, 72px) 44px;
	gap: 0;
	width: auto;
	min-height: 46px;
	box-sizing: border-box;
	margin: 0 0 18px;
	border: 1px solid var(--fk-app-line);
	border-radius: 999px;
	background: var(--fk-app-paper);
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product--details--qty button,
body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product--details--qty input {
	width: 100%;
	min-width: 0;
	height: 44px;
	min-height: 44px;
	box-sizing: border-box;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product--details--comments {
	margin: 0 0 18px;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product--details--comments input {
	width: 100%;
	min-height: 48px;
	box-sizing: border-box;
	margin: 0;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product--details--action .sunshine--button {
	min-height: 48px;
	margin: 0;
	padding: 12px 22px;
	border-color: var(--fk-app-forest) !important;
	border-radius: 999px;
	background: var(--fk-app-forest) !important;
	color: #fff !important;
}

/* The native image picker becomes header + one scroller + native footer. */
body.fk-customer-app.fk-image-picker-open #sunshine--modal.sunshine--modal--package_fill #sunshine--modal--content,
body.fk-customer-app.fk-image-picker-open #sunshine--modal.sunshine--modal--package_edit #sunshine--modal--content,
body.fk-customer-app.fk-image-picker-open #sunshine--modal.sunshine--modal--multi_image_edit #sunshine--modal--content,
body.fk-customer-app.fk-image-picker-open #sunshine--modal.sunshine--modal--multi_image_product_images_edit #sunshine--modal--content {
	padding: 0;
	overflow: hidden;
	overscroll-behavior: none;
	scrollbar-gutter: auto;
}

body.fk-customer-app .sunshine--multi-image-select {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
	background: var(--fk-app-paper);
	overflow: hidden;
	z-index: 200;
}

body.fk-customer-app .sunshine--multi-image-select--sources {
	grid-row: 1;
	display: flex;
	align-items: center;
	min-width: 0;
	min-height: 72px;
	padding: 14px 72px 14px 22px;
	border-bottom: 1px solid var(--fk-app-line);
	background: var(--fk-app-paper);
}

body.fk-customer-app .sunshine--multi-image-select--sources label {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	width: 100%;
	min-width: 0;
	margin: 0;
	color: var(--fk-app-forest-deep);
	font-size: 1.05rem;
	font-weight: 800;
}

body.fk-customer-app .sunshine--multi-image-select--sources select {
	width: min(100%, 34rem);
	min-width: 0;
	max-width: 100%;
	min-height: 44px;
	margin: 0;
	font-size: 16px;
}

body.fk-customer-app .sunshine--multi-image-select--list {
	grid-row: 2;
	min-width: 0;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}

body.fk-customer-app .sunshine--multi-image-select--source--list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 16px;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding: 22px;
}

body.fk-customer-app .sunshine--multi-image-select--image {
	display: flex;
	width: 100%;
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	border: 2px solid transparent;
	border-radius: 12px;
	background: #f4f3ed;
	overflow: visible;
	flex-direction: column;
	gap: 9px;
}

body.fk-customer-app .sunshine--multi-image-select--image:has(input:checked) {
	border-color: var(--fk-app-moss);
	background: #e9efe6;
}

body.fk-customer-app .sunshine--multi-image-select--image label {
	display: flex;
	width: 100%;
	min-width: 0;
	aspect-ratio: 4 / 3;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #e8ebe4;
	overflow: hidden;
}

body.fk-customer-app .sunshine--multi-image-select--image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: none;
	object-fit: contain;
}

body.fk-customer-app .sunshine--multi-image-select--image input:focus-visible + label {
	outline: 3px solid rgba(217, 154, 56, 0.75);
	outline-offset: 3px;
}

body.fk-customer-app .sunshine--multi-image-select--qty {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	color: var(--fk-app-muted);
	font-weight: 700;
}

body.fk-customer-app .sunshine--multi-image-select--qty select {
	min-width: 64px;
	min-height: 44px;
	margin: 0;
	font-size: 16px;
}

body.fk-customer-app .sunshine--multi-image-select--header {
	position: static;
	grid-row: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: auto;
	min-width: 0;
	min-height: 68px;
	box-sizing: border-box;
	padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
	border-top: 1px solid var(--fk-app-line);
	background: var(--fk-app-paper);
	box-shadow: 0 -8px 22px rgba(16, 55, 46, 0.08);
	z-index: 220;
}

body.fk-customer-app .sunshine--multi-image-select--header--count {
	flex: 0 0 auto;
	color: var(--fk-app-muted);
	font-size: 0.95rem;
	font-weight: 800;
}

body.fk-customer-app .sunshine--multi-image-select--header--action {
	min-width: 0;
}

body.fk-customer-app .sunshine--multi-image-select--close {
	min-height: 46px;
	margin: 0;
	padding: 10px 20px;
}

/* Conditional package extras rendered by FotoKinder Core in the native cart. */
body.fk-customer-app .fotokinder-package-extras {
	display: grid;
	grid-column: 1;
	grid-row: 4;
	gap: 18px;
	min-width: 0;
	margin-top: 18px;
	padding-top: 28px;
	border-top: 1px solid var(--fk-app-line);
}

body.fk-customer-app .fotokinder-package-extras__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr);
	gap: 24px;
	align-items: end;
}

body.fk-customer-app .fotokinder-package-extras__header span,
body.fk-customer-app .fotokinder-package-extra__eyebrow {
	display: block;
	color: var(--fk-app-amber);
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.fk-customer-app .fotokinder-package-extras__header h2 {
	margin: 7px 0 0;
	font-family: inherit;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	line-height: 1.12;
}

body.fk-customer-app .fotokinder-package-extras__header p {
	margin: 0;
	color: var(--fk-app-muted);
	font-size: 0.82rem;
	line-height: 1.5;
}

body.fk-customer-app .fotokinder-package-extras__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

body.fk-customer-app .fotokinder-package-extra {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	min-width: 0;
	min-height: 170px;
	border: 1px solid var(--fk-app-line);
	border-radius: 16px;
	background: var(--fk-app-paper);
	overflow: hidden;
}

body.fk-customer-app .fotokinder-package-extra.is-voucher {
	grid-column: 1 / -1;
	grid-template-columns: minmax(220px, .85fr) minmax(0, 1.15fr);
	min-height: 210px;
	border-color: rgba(217, 154, 56, .62);
	background: linear-gradient(135deg, #fffefa, #fbf2df);
	box-shadow: 0 14px 34px rgba(16, 55, 46, .09);
}

body.fk-customer-app .fotokinder-package-extra__image {
	display: grid;
	min-width: 0;
	place-items: center;
	background: #eef1ea;
	overflow: hidden;
}

body.fk-customer-app .fotokinder-package-extra__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.fk-customer-app .fotokinder-package-extra__image.is-voucher {
	position: relative;
}

body.fk-customer-app .fotokinder-package-extra__image.is-voucher::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(8, 40, 31, .62), rgba(8, 40, 31, .06));
	content: "";
}

body.fk-customer-app .fotokinder-package-extra__image.is-voucher > span {
	position: absolute;
	z-index: 1;
	left: 18px;
	bottom: 16px;
	color: #fff;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.45rem, 3vw, 2.25rem);
	font-weight: 650;
	letter-spacing: -.02em;
}

body.fk-customer-app .fotokinder-package-extra.is-voucher h3 {
	font-size: clamp(1.15rem, 2vw, 1.48rem);
}

body.fk-customer-app .fotokinder-package-extra__image.is-placeholder span {
	display: block;
	width: 44px;
	height: 58px;
	box-sizing: border-box;
	border: 7px solid var(--fk-app-forest-deep);
	background: linear-gradient(145deg, #f2eadb, #cad9cf);
	box-shadow: 0 7px 16px rgba(8, 40, 31, 0.18);
}

body.fk-customer-app .fotokinder-package-extra__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: 15px;
}

body.fk-customer-app .fotokinder-package-extra h3 {
	margin: 7px 0 10px;
	font-family: inherit;
	font-size: 0.94rem;
	line-height: 1.25;
}

body.fk-customer-app .fotokinder-package-extra__price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 12px;
	color: var(--fk-app-forest);
}

body.fk-customer-app .fotokinder-package-extra__price del {
	color: var(--fk-app-muted);
	font-size: 0.78rem;
}

body.fk-customer-app .fotokinder-package-extra__price strong {
	font-size: 1rem;
}

body.fk-customer-app .fotokinder-package-extra__action {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 44px;
	box-sizing: border-box;
	margin-top: auto;
	padding: 9px 13px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	background: transparent;
	color: var(--fk-app-forest);
	font: inherit;
	font-size: 0.76rem;
	font-weight: 800;
	cursor: pointer;
}

body.fk-customer-app .fotokinder-package-extra__action:hover,
body.fk-customer-app .fotokinder-package-extra__action:focus-visible {
	background: var(--fk-app-forest);
	color: #fff;
}

body.fk-customer-app .fotokinder-voucher-details {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 18px 0;
	padding: 12px;
	border: 1px solid rgba(217, 154, 56, .55);
	border-radius: 14px;
	background: #fbf2df;
}

body.fk-customer-app .fotokinder-voucher-details img {
	display: block;
	width: 116px;
	height: 82px;
	border-radius: 10px;
	object-fit: cover;
}

body.fk-customer-app .fotokinder-voucher-details strong,
body.fk-customer-app .fotokinder-voucher-details span {
	display: block;
}

body.fk-customer-app .fotokinder-voucher-details strong {
	color: var(--fk-app-forest-deep);
	font-size: .9rem;
}

body.fk-customer-app .fotokinder-voucher-details span {
	margin-top: 5px;
	color: var(--fk-app-muted);
	font-size: .76rem;
	line-height: 1.45;
}

/* Native cart structure arranged as flexible items plus bounded summary. */
body.fk-customer-app #sunshine-cart {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
	align-items: start;
	gap: 16px clamp(28px, 4vw, 52px);
	min-width: 0;
}

body.fk-customer-app #sunshine--cart--items {
	grid-column: 1;
	grid-row: 1;
	width: 100%;
	min-width: 0;
	table-layout: fixed;
}

body.fk-customer-app #sunshine--cart--items th.sunshine--cart-item--image,
body.fk-customer-app #sunshine--cart--items td.sunshine--cart-item--image {
	width: 92px;
}

body.fk-customer-app #sunshine--cart--items td.sunshine--cart-item--image img {
	display: block;
	width: 100%;
	max-width: 100px;
	height: auto;
	max-height: none;
	object-fit: contain;
	margin: 0;
}

body.fk-customer-app #sunshine--cart--items th.sunshine--cart-item--price,
body.fk-customer-app #sunshine--cart--items td.sunshine--cart-item--price,
body.fk-customer-app #sunshine--cart--items th.sunshine--cart-item--total,
body.fk-customer-app #sunshine--cart--items td.sunshine--cart-item--total {
	width: 96px;
}

body.fk-customer-app #sunshine--cart--items th.sunshine--cart-item--qty,
body.fk-customer-app #sunshine--cart--items td.sunshine--cart-item--qty {
	width: 92px;
}

body.fk-customer-app #sunshine .sunshine--cart-item,
body.fk-customer-app #sunshine .sunshine--cart-items,
body.fk-customer-app #sunshine #sunshine--cart--totals {
	border-color: var(--fk-app-line);
}

body.fk-customer-app #sunshine .sunshine--cart-item--product-name,
body.fk-customer-app #sunshine .sunshine--checkout--cart-item--product-name {
	color: var(--fk-app-forest-deep);
	font-weight: 750;
}

body.fk-customer-app #sunshine .sunshine--cart-item--product-options,
body.fk-customer-app #sunshine .sunshine--checkout--cart-item--product-options {
	color: var(--fk-app-muted);
}

body.fk-customer-app #sunshine #sunshine--cart--totals,
body.fk-customer-app #sunshine #sunshine--checkout--order-review {
	border-color: var(--fk-app-line);
	border-radius: var(--fk-app-radius);
	background: #f1f3ed;
	box-shadow: 0 10px 34px rgba(16, 55, 46, 0.06);
}

body.fk-customer-app #sunshine .sunshine--cart--total,
body.fk-customer-app #sunshine #sunshine--checkout--order-review--total {
	color: var(--fk-app-forest-deep);
	font-weight: 800;
}

body.fk-customer-app #sunshine #sunshine--cart--totals {
	grid-column: 2;
	grid-row: 1 / span 4;
	position: sticky;
	top: 24px;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	margin: 0;
	padding: 24px;
	float: none;
}

body.fk-customer-app #sunshine--cart--update-button {
	grid-column: 1;
	grid-row: 2;
	margin: 0;
	float: none;
}

body.fk-customer-app .fk-cart-actions {
	display: flex;
	grid-column: 1;
	grid-row: 2;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 4px;
}

body.fk-customer-app .fk-cart-actions #sunshine--cart--update-button,
body.fk-customer-app .fk-cart-actions #sunshine--cart--gallery-return {
	display: flex;
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
}

body.fk-customer-app .fk-cart-actions #sunshine--cart--update-button input,
body.fk-customer-app .fk-cart-actions #sunshine--cart--update-button button {
	min-height: 48px;
	box-sizing: border-box;
	padding: 11px 20px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	background: var(--fk-app-forest);
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

body.fk-customer-app .fk-cart-actions #sunshine--cart--update-button input:disabled,
body.fk-customer-app .fk-cart-actions #sunshine--cart--update-button button:disabled { display: none; }

body.fk-customer-app #sunshine--cart--gallery-return {
	grid-column: 1;
	grid-row: 3;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 0;
	padding: 0;
}

body.fk-customer-app #sunshine--cart--gallery-return a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	box-sizing: border-box;
	padding: 11px 20px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	background: transparent;
	color: var(--fk-app-forest);
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

body.fk-customer-app #sunshine--cart--gallery-return a::before { content: ""; }
body.fk-customer-app #sunshine--cart--gallery-return a:hover,
body.fk-customer-app #sunshine--cart--gallery-return a:focus-visible { background: var(--fk-app-forest); color: #fff; }

body.fk-customer-app #sunshine--cart--items .sunshine--open-modal.sunshine--button-link,
body.fk-customer-app #sunshine--cart--update-button input,
body.fk-customer-app #sunshine--cart--checkout-button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	box-sizing: border-box;
}

body.fk-customer-app #sunshine--cart--items .sunshine--open-modal.sunshine--button-link {
	padding-block: 8px;
}

body.fk-customer-app #sunshine--cart--update-button input,
body.fk-customer-app #sunshine--cart--checkout-button a {
	padding-block: 10px;
}

body.fk-customer-app #sunshine--cart--items input[type="number"] {
	width: 76px;
	max-width: 100%;
	min-width: 58px;
	min-height: 44px;
	box-sizing: border-box;
	padding: 8px 10px;
	border: 1px solid var(--fk-app-line);
	border-radius: 12px;
	background: var(--fk-app-paper);
	color: var(--fk-app-forest-deep);
	font-size: 16px;
	font-weight: 750;
}

body.fk-customer-app #sunshine--cart--items .sunshine--cart-item--delete {
	display: inline-grid;
	place-items: center;
	min-width: 44px;
	min-height: 44px;
}

/* Native cart actions: a clear next step, with removal kept secondary. */
body.fk-customer-app #sunshine--cart--items .sunshine--cart-item--image-name {
	white-space: normal;
	overflow-wrap: anywhere;
}

body.fk-customer-app #sunshine--cart--items .sunshine--cart--item--package--product {
	margin-block: 6px;
	line-height: 1.5;
}

body.fk-customer-app #sunshine--cart--items .sunshine--cart--item--package--product--incomplete {
	display: block;
	width: fit-content;
	max-width: 100%;
	box-sizing: border-box;
	margin: 6px 0 10px;
	padding: 7px 10px;
	border-left: 3px solid #b47c24;
	border-radius: 0 6px 6px 0;
	background: #faf1df;
	color: #694914;
	font-size: 0.82rem;
	font-weight: 650;
	line-height: 1.45;
}

body.fk-customer-app #sunshine--cart--items button.fk-cart-photo-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 46px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 10px 0 4px;
	padding: 10px 18px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	/* The native button-link reset uses !important on these two properties. */
	background: transparent !important;
	color: var(--fk-app-forest) !important;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 750;
	line-height: 1.35;
	text-align: center;
	text-transform: none;
	white-space: normal;
	cursor: pointer;
}

body.fk-customer-app #sunshine--cart--items button.fk-cart-photo-action.is-incomplete,
body.fk-customer-app #sunshine--cart--items button.fk-cart-photo-action:hover {
	background: var(--fk-app-forest) !important;
	color: #fff !important;
}

body.fk-customer-app #sunshine--cart--items .fk-cart-item-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	max-width: 100%;
}

body.fk-customer-app #sunshine--cart--items a.fk-cart-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 9px 10px;
	border: 1px solid var(--fk-app-line);
	border-radius: 10px;
	background: transparent;
	color: var(--fk-app-muted);
	font: inherit;
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
}

body.fk-customer-app #sunshine--cart--items a.fk-cart-remove::before { content: none; }
body.fk-customer-app #sunshine--cart--items a.fk-cart-remove:hover {
	border-color: var(--fk-app-forest);
	background: #edf1ec;
	color: var(--fk-app-forest);
}

body.fk-customer-app #sunshine--cart--items button.fk-cart-photo-action:focus-visible,
body.fk-customer-app #sunshine--cart--items a.fk-cart-remove:focus-visible {
	outline: 3px solid #b47c24;
	outline-offset: 3px;
}

@media (max-width: 640px) {
	body.fk-customer-app #sunshine--cart--items td.sunshine--cart-item--qty {
		width: 100%;
	}
}

/* Native checkout sections and summaries. */
body.fk-customer-app #sunshine #sunshine--checkout fieldset {
	border-color: var(--fk-app-line);
	border-radius: var(--fk-app-radius);
	background: var(--fk-app-paper);
}

body.fk-customer-app #sunshine #sunshine--checkout fieldset.sunshine--checkout--section-active {
	border-color: var(--fk-app-moss);
	box-shadow: 0 12px 36px rgba(16, 55, 46, 0.07);
}

body.fk-customer-app #sunshine .sunshine--checkout--section-edit {
	color: var(--fk-app-forest);
	font-weight: 750;
}

body.fk-customer-app #sunshine .sunshine--checkout--section-summary,
body.fk-customer-app #sunshine .sunshine--checkout--cart-item {
	border-color: var(--fk-app-line);
}

body.fk-customer-app #sunshine .sunshine--checkout--payment-method--extra {
	border-color: var(--fk-app-line);
	border-radius: 12px;
	background: #f4f5f1;
}

/*
 * Core renders checkout.php through checkout-standalone.php without a
 * #sunshine parent. Keep the native checkout DOM and interactions intact,
 * while exposing the same FotoKinder design tokens on that standalone shell.
 */
body.fk-customer-app.sunshine--checkout--standalone {
	--sunshine--light-gray: #f4f3ed;
	--sunshine--medium-gray: #d8ddd5;
	--sunshine--gray: #77827d;
	--sunshine--dark-gray: #46534d;
	--sunshine--dark: #10372e;
	--sunshine--border-radius: 14px;
	box-sizing: border-box;
	padding: clamp(34px, 5vw, 64px) clamp(18px, 4vw, 44px) 72px;
	background: var(--fk-app-chalk);
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--standalone {
	width: min(100%, 1180px);
	min-width: 0;
	color: var(--fk-app-ink);
	font-family: inherit;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--standalone > h1 {
	margin-block: 0 clamp(24px, 3vw, 34px);
	color: var(--fk-app-forest-deep);
	font-family: inherit;
	font-size: clamp(2.35rem, 3.6vw, 3.4rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--main,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--steps,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--form,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--summary,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--order-review {
	min-width: 0;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 370px);
	align-items: start;
	gap: clamp(20px, 2.5vw, 28px);
	padding: 22px;
	border: 1px solid rgba(16, 55, 46, 0.06);
	border-radius: 22px;
	background: #f1f0e9;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--steps,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--summary {
	align-self: start;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--form {
	display: grid;
	gap: 12px;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--summary {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid var(--fk-app-line);
	border-radius: 16px;
	background: var(--fk-app-paper);
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--order-review h2 {
	margin: 0 0 22px;
	font-family: inherit;
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	letter-spacing: -0.02em;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout fieldset {
	width: 100%;
	min-inline-size: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 18px 20px 20px;
	border-color: var(--fk-app-line);
	border-radius: var(--fk-app-radius);
	background: var(--fk-app-paper);
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout fieldset.sunshine--checkout--section-active {
	border-color: var(--fk-app-moss);
	box-shadow: 0 12px 36px rgba(16, 55, 46, 0.07);
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout fieldset legend {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 14px;
	padding: 0;
	color: var(--fk-app-forest-deep);
	font-size: 0.88rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	line-height: 1.3;
	text-transform: uppercase;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--checkout--section-edit {
	min-height: 44px;
	box-sizing: border-box;
	margin-block: -12px;
	padding: 0 8px;
	border-radius: 8px;
	font-size: 0.72rem;
	letter-spacing: 0.04em;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 14px;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field-half,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field-third {
	grid-column: span 1;
	width: 100%;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field-full {
	grid-column: 1 / -1;
	width: 100%;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field {
	min-width: 0;
	margin-bottom: 12px;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field label {
	display: block;
	margin-bottom: 6px;
	color: var(--fk-app-muted);
	font-size: 0.84rem;
	line-height: 1.3;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field input:not([type="checkbox"]):not([type="radio"]),
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field select,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--checkout--section-summary {
	margin: 0;
	color: var(--fk-app-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--order-review {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--order-review table {
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout input,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout select,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout textarea {
	box-sizing: border-box;
	min-width: 0;
	min-height: 44px;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid var(--fk-app-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	font-size: 16px;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout textarea {
	min-height: 108px;
	resize: vertical;
}

/* Preserve native select behavior, with the same field geometry in Safari. */
body.fk-customer-app #sunshine--checkout select:not([multiple]):not([size]) {
	-webkit-appearance: none;
	appearance: none;
	min-height: 48px;
	box-sizing: border-box;
	padding: 11px 40px 11px 12px;
	border: 1px solid var(--fk-app-line);
	border-radius: 10px;
	background-color: var(--fk-app-paper);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310372e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 12px center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	color: var(--fk-app-forest-deep);
	font-size: 16px;
	line-height: 1.4;
}

/* A readable items table comes before a side-by-side summary on tablets. */
@media (min-width: 901px) and (max-width: 1199px) {
	body.fk-customer-app #sunshine-cart {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}
	body.fk-customer-app #sunshine--cart--items,
	body.fk-customer-app .fk-cart-actions,
	body.fk-customer-app #sunshine--cart--update-button,
	body.fk-customer-app #sunshine--cart--gallery-return,
	body.fk-customer-app .fotokinder-package-extras,
	body.fk-customer-app #sunshine #sunshine--cart--totals {
		grid-column: 1;
	}
	body.fk-customer-app #sunshine #sunshine--cart--totals {
		position: static;
		grid-row: 5;
	}
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--payment .sunshine--checkout--payment-method {
	box-sizing: border-box;
	margin: 12px 0;
	padding: 16px;
	border: 1px solid var(--fk-app-line);
	border-radius: 12px;
	background: #fff;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--payment .sunshine--checkout--payment-method--extra {
	margin-top: 10px;
	padding: 12px;
	border-radius: 10px;
	font-size: 0.86rem;
	line-height: 1.45;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--payment .sunshine--checkout--section-button {
	margin-top: 16px;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--payment .fk-checkout-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	box-sizing: border-box;
	margin-top: 16px;
	padding: 10px 17px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	background: transparent;
	color: var(--fk-app-forest);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--payment .fk-checkout-back::before {
	margin-right: 8px;
	content: "";
	font-size: 1rem;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--payment .sunshine--checkout--section-button button,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--payment .sunshine--checkout--section-button input[type="submit"] {
	width: 100%;
	min-height: 48px;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--checkout--terms {
	max-width: 58ch;
	margin: 14px auto 0;
	padding: 0 8px;
	color: var(--fk-app-muted);
	font-size: 0.78rem;
	line-height: 1.45;
	text-align: center;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout button,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout input[type="button"],
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout input[type="submit"] {
	min-height: 44px;
	box-sizing: border-box;
	padding: 10px 18px;
	border-radius: 10px;
	white-space: normal;
}

/* Keyboard focus is visible throughout the customer app. */
body.fk-customer-app a:focus-visible,
body.fk-customer-app button:focus-visible,
body.fk-customer-app input:focus-visible,
body.fk-customer-app select:focus-visible,
body.fk-customer-app textarea:focus-visible {
	outline: 3px solid rgba(217, 154, 56, 0.65);
	outline-offset: 3px;
}

@media (max-width: 900px) {
	body.fk-customer-app.fk-sunshine-menu-open {
		overflow: hidden;
	}

	/* backdrop-filter and transforms create a containing block for fixed
	 * descendants in Safari. Remove every such trigger while the menu is open,
	 * otherwise a menu opened after scrolling starts at the header's old page
	 * position instead of at the top of the viewport.
	 */
	body.fk-customer-app.fk-sunshine-menu-open #sunshine--header {
		position: relative !important;
		z-index: 12000 !important;
		contain: none !important;
		filter: none !important;
		transform: none !important;
		perspective: none !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
	}

	body.fk-customer-app #sunshine--header {
		min-height: 72px;
		padding: 14px max(15px, env(safe-area-inset-right)) 14px max(15px, env(safe-area-inset-left));
	}

	body.fk-customer-app #sunshine--logo {
		max-width: calc(100% - 100px);
		font-size: 1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	body.fk-customer-app #sunshine--logo.fk-private-gallery-brand,
	body.fk-customer-app #sunshine--logo.fk-private-gallery-brand a {
		font-size: clamp(0.7rem, 3.4vw, 0.8rem);
		letter-spacing: 0.09em;
	}

	body.fk-customer-app #sunshine--main-menu .sunshine--main-menu--toggle {
		position: relative;
		display: inline-grid !important;
		place-items: center;
		width: 48px;
		min-width: 48px;
		height: 48px;
		min-height: 48px;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		border: 1px solid var(--fk-app-line);
		border-radius: 50%;
		background: #f1f3ed;
		color: var(--fk-app-forest-deep);
		font-size: 0;
		font-weight: 800;
		line-height: 1;
	}

	body.fk-customer-app #sunshine--main-menu .sunshine--main-menu--open::before {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0;
		transform: translate(-50%, -50%);
		display: block;
		width: 18px;
		height: 14px;
		border-radius: 2px;
		background: linear-gradient(to bottom,
			currentColor 0 2px,
			transparent 2px 6px,
			currentColor 6px 8px,
			transparent 8px 12px,
			currentColor 12px 14px);
		content: "";
	}

	body.fk-customer-app #sunshine--main-menu .sunshine--main-menu--close {
		position: fixed;
		top: calc(12px + env(safe-area-inset-top));
		right: calc(12px + env(safe-area-inset-right));
		z-index: 12020;
		display: none;
		place-items: center;
		width: 48px;
		min-width: 48px;
		height: 48px;
		min-height: 48px;
		box-sizing: border-box;
		margin: 0;
		padding: 0 !important;
		border: 1px solid rgba(255, 255, 255, 0.24);
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.1);
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
		color: #fff;
		font-size: 0;
		line-height: 0;
		transform: none !important;
		-webkit-tap-highlight-color: transparent;
	}

	body.fk-customer-app #sunshine--main-menu .sunshine--main-menu--close::before,
	body.fk-customer-app #sunshine--main-menu .sunshine--main-menu--close::after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 20px;
		height: 2px;
		margin: 0;
		padding: 0;
		border-radius: 2px;
		background: currentColor;
		content: "";
		transform-origin: 50% 50%;
	}

	body.fk-customer-app #sunshine--main-menu .sunshine--main-menu--close::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	body.fk-customer-app #sunshine--main-menu .sunshine--main-menu--close::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav {
		position: fixed !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 12010 !important;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		width: 100vw;
		max-width: none;
		min-height: 0;
		height: 100vh;
		height: 100dvh;
		max-height: 100vh;
		max-height: 100dvh;
		box-sizing: border-box;
		margin: 0;
		padding: calc(72px + env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) calc(18px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
		border: 0;
		background:
			radial-gradient(circle at 12% 8%, rgba(113, 138, 112, 0.26), transparent 34%),
			linear-gradient(155deg, #071c17 0%, #0b2b22 48%, #061611 100%);
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		touch-action: pan-y;
		scrollbar-gutter: stable;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-intro {
		display: grid;
		gap: 5px;
		width: min(100%, 440px);
		box-sizing: border-box;
		margin: 0 auto 14px;
		padding: 0 5px;
		color: #fff;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-intro span {
		color: var(--fk-app-amber);
		font-size: 0.64rem;
		font-weight: 850;
		letter-spacing: 0.16em;
		line-height: 1.2;
		text-transform: uppercase;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-intro strong {
		font-size: clamp(1.3rem, 6.4vw, 1.72rem);
		font-weight: 800;
		line-height: 1.15;
		letter-spacing: -0.025em;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-intro p {
		max-width: 36ch;
		margin: 1px 0 0;
		color: rgba(255, 255, 255, 0.7);
		font-size: 0.78rem;
		line-height: 1.4;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav ul {
		position: static;
		flex-direction: column;
		align-items: stretch;
		gap: 7px;
		height: auto;
		width: min(100%, 440px);
		box-sizing: border-box;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.045);
		box-shadow: 0 22px 64px rgba(0, 0, 0, 0.2);
		transform: none;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav li {
		width: 100%;
		min-height: 0;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav li a,
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .sunshine--gallery-return a,
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .sunshine--cart a,
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .sunshine--account a {
		justify-content: flex-start;
		width: 100%;
		min-height: 54px;
		box-sizing: border-box;
		padding: 11px 15px;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 14px;
		background: rgba(255, 255, 255, 0.08);
		color: #fff;
		font-size: 0.93rem;
		font-weight: 760;
		line-height: 1.25;
		text-align: left;
		white-space: normal;
		-webkit-tap-highlight-color: transparent;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-store-link a {
		border-color: rgba(217, 154, 56, 0.62);
		background: linear-gradient(135deg, rgba(217, 154, 56, 0.24), rgba(217, 154, 56, 0.13));
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav li a::before {
		display: inline-block;
		flex: 0 0 auto;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .sunshine--cart a {
		padding-right: 52px;
		border-color: rgba(217, 154, 56, 0.48);
		background: rgba(217, 154, 56, 0.14);
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .sunshine--main-menu--name {
		display: inline !important;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .sunshine--count {
		top: 50%;
		right: 14px;
		min-width: 24px;
		height: 24px;
		border: 0;
		transform: translateY(-50%);
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-divider {
		display: block !important;
		width: 100%;
		min-height: 0;
		box-sizing: border-box;
		margin: 12px 0 0 !important;
		padding: 18px 14px 7px !important;
		border-top: 1px solid rgba(255, 255, 255, 0.13);
		color: rgba(255, 255, 255, 0.53);
		font-size: 0.72rem;
		font-weight: 820;
		letter-spacing: 0.04em;
		line-height: 1.4;
		text-align: left;
		text-transform: none;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-support {
		display: flex !important;
		width: 100%;
		min-height: 0;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-support a {
		min-height: 46px;
		padding: 9px 13px;
		border-color: transparent;
		background: transparent;
		color: rgba(255, 255, 255, 0.8);
		font-size: 0.8rem;
		font-weight: 680;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-support a:hover,
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-support a:focus-visible {
		border-color: rgba(255, 255, 255, 0.15);
		background: rgba(255, 255, 255, 0.07);
		color: #fff;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-home-link a::before,
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-guide-link a::before,
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-contact-link a::before {
		display: inline-grid;
		place-items: center;
		width: 22px;
		height: 22px;
		box-sizing: border-box;
		margin: 0;
		border: 1px solid rgba(255, 255, 255, 0.28);
		border-radius: 50%;
		font-family: inherit !important;
		font-size: 0.76rem;
		font-weight: 800;
		line-height: 1;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-home-link a::before {
		content: "⌂";
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-guide-link a::before {
		content: "?";
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-contact-link a::before {
		content: "";
	}

	.fk-app-header__inner {
		width: min(100% - 28px, 1440px);
		min-height: 72px;
	}

	.fk-app-context {
		display: none;
	}

	.fk-app-menu-toggle {
		display: inline-block;
		margin-left: auto;
	}

	.fk-app-navigation {
		position: absolute;
		top: calc(100% + 8px);
		right: 14px;
		left: 14px;
		display: none;
		align-items: stretch;
		padding: 10px;
		border: 1px solid var(--fk-app-line);
		border-radius: 16px;
		background: var(--fk-app-paper);
		box-shadow: var(--fk-app-shadow);
	}

	.fk-app-navigation.is-open {
		display: grid;
	}

	.fk-app-navigation a {
		justify-content: space-between;
		border-radius: 10px;
	}

	.fk-app-menu-toggle[aria-expanded="true"] i:nth-of-type(1) {
		transform: translate(-50%, 0) rotate(45deg);
	}

	.fk-app-menu-toggle[aria-expanded="true"] i:nth-of-type(2) {
		opacity: 0;
	}

	.fk-app-menu-toggle[aria-expanded="true"] i:nth-of-type(3) {
		transform: translate(-50%, 0) rotate(-45deg);
	}

	.fk-transaction__header {
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	.fk-transaction__progress {
		width: 100%;
		max-width: 560px;
		justify-self: start;
	}

	body.fk-customer-app #sunshine--package--fill,
	body.fk-customer-app #sunshine--package--fill--items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.fk-customer-app #sunshine .sunshine--store--category--products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.fk-customer-app #sunshine-cart {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	body.fk-customer-app #sunshine--cart--items,
	body.fk-customer-app .fk-cart-actions,
	body.fk-customer-app #sunshine--cart--update-button,
	body.fk-customer-app #sunshine--cart--gallery-return,
	body.fk-customer-app .fotokinder-package-extras,
	body.fk-customer-app #sunshine #sunshine--cart--totals {
		grid-column: 1;
	}

	body.fk-customer-app #sunshine--cart--items {
		grid-row: 1;
	}

	body.fk-customer-app #sunshine--cart--update-button {
		grid-row: 2;
	}

	body.fk-customer-app .fk-cart-actions { grid-row: 2; }

	body.fk-customer-app #sunshine--cart--gallery-return {
		grid-row: 3;
	}

	body.fk-customer-app .fotokinder-package-extras {
		grid-row: 4;
	}

	body.fk-customer-app #sunshine #sunshine--cart--totals {
		position: static;
		grid-row: 5;
	}

	/*
	 * Sunshine Core keeps the checkout in two columns until its phone
	 * breakpoint. At tablet widths the native summary column therefore grows
	 * beyond the viewport. Collapse the existing Core regions without changing
	 * their markup, forms or JavaScript contracts.
	 */
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--standalone,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--main,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--steps,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--summary {
		box-sizing: border-box;
		min-width: 0;
		max-width: 100%;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--main {
		grid-template-columns: minmax(0, 1fr);
		padding: 18px;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--summary {
		order: 1;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--steps {
		order: 2;
	}
}

@media (min-width: 1200px) {
	body.fk-customer-app .sunshine--multi-image-select--source--list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 901px) {
	/* The compact toggle belongs to the mobile header only. */
	body.fk-customer-app #sunshine--main-menu > .sunshine--main-menu--toggle {
		display: none !important;
	}
}

@media (max-width: 640px) {
	body.fk-customer-app #sunshine--modal.sunshine--modal--gallery_add_to_cart {
		width: calc(100vw - 20px);
		max-width: none;
		max-height: calc(100dvh - 20px);
		border-radius: 18px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--gallery_add_to_cart #sunshine--modal--content {
		max-height: calc(100dvh - 20px);
		border-radius: 18px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--gallery_add_to_cart #sunshine--modal--close {
		top: 12px;
		right: 12px;
	}

	body.fk-customer-app #sunshine--download--gallery-add-to-cart {
		grid-template-columns: minmax(0, 1fr);
		padding: 32px 22px 24px;
	}

	body.fk-customer-app #sunshine--download--gallery-add-to-cart--title {
		margin-right: 48px;
		font-size: clamp(1.8rem, 9vw, 2.35rem);
	}

	body.fk-customer-app #sunshine--download--gallery-add-to-cart--content {
		margin-bottom: 18px;
		font-size: 0.92rem;
	}

	body.fk-customer-app #sunshine--download--gallery-add-to-cart .fk-digital-package__benefits {
		margin-bottom: 20px;
		padding: 15px;
	}

	body.fk-customer-app #sunshine--download--gallery-add-to-cart--price,
	body.fk-customer-app #sunshine--download--gallery-add-to-cart--button {
		width: 100%;
		justify-self: stretch;
	}

	body.fk-customer-app #sunshine--download--gallery-add-to-cart--price {
		margin-bottom: 17px;
	}

	body.fk-customer-app #sunshine--download--gallery-add-to-cart--button a,
	body.fk-customer-app #sunshine--download--gallery-add-to-cart--button button,
	body.fk-customer-app #sunshine--download--gallery-add-to-cart--button input,
	body.fk-customer-app #sunshine--download--gallery-add-to-cart--button.fk-digital-package__status {
		width: 100%;
		max-width: none;
		text-align: center;
	}

	body.fk-customer-app #sunshine .sunshine--action-menu {
		margin-bottom: 28px;
		padding: 7px;
		border-radius: 14px;
	}

	body.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single {
		width: min(100%, 440px);
		padding: 0;
	}

	body.fk-customer-app #sunshine .sunshine--action-menu ul {
		gap: 7px;
	}

	body.fk-customer-app #sunshine .sunshine--action-menu li {
		flex: 1 1 auto;
	}

	body.fk-customer-app #sunshine .sunshine--action-menu li::before {
		left: 12px;
		font-size: 17px;
	}

	body.fk-customer-app #sunshine .sunshine--action-menu li a {
		width: 100%;
		padding-right: 11px;
		padding-left: 37px;
		font-size: 0.78rem;
	}

	.fk-app-header__inner {
		width: min(100% - 22px, 1440px);
	}

	.fk-app-brand small {
		display: none;
	}

	.fk-transaction {
		width: min(100% - 28px, 1320px);
		padding-block: 34px 70px;
	}

	.fk-transaction__header {
		margin-bottom: 34px;
	}

	.fk-transaction__header h1 {
		font-size: clamp(2.35rem, 12vw, 3.3rem);
	}

	.fk-transaction__progress {
		padding: 16px 17px;
	}

	.fk-transaction__progress-copy {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	body.fk-customer-app .fotokinder-package-extras__header {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	body.fk-customer-app .fotokinder-package-extras__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.fk-customer-app .fotokinder-package-extra {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--package_fill,
	body.fk-customer-app #sunshine--modal.sunshine--modal--package_edit,
	body.fk-customer-app #sunshine--modal.sunshine--modal--multi_image_edit,
	body.fk-customer-app #sunshine--modal.sunshine--modal--multi_image_product_images_edit {
		top: 8px;
		right: 8px;
		bottom: 8px;
		left: 8px;
		width: auto;
		height: calc(100dvh - 16px);
		max-width: none;
		max-height: calc(100dvh - 16px);
		border-radius: 16px;
		transform: none;
	}

	body.fk-customer-app #sunshine .sunshine--store--category--products {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	body.fk-customer-app #sunshine .sunshine--store--product-item {
		grid-template-rows: auto auto auto;
		min-height: 0;
		gap: 12px 10px;
		padding: 17px;
	}

	body.fk-customer-app #sunshine .sunshine--store--product-item > .fk-product-card-contents {
		min-height: 0;
		padding-bottom: 6px;
	}

	body.fk-customer-app #sunshine .sunshine--store--product-item > .fk-product-card-contents li {
		font-size: 0.82rem;
	}

	body.fk-customer-app #sunshine .sunshine--store--product-item--name {
		font-size: 1.04rem;
	}

	body.fk-customer-app #sunshine .sunshine--store--product-item--action button {
		padding: 0 12px;
		font-size: 0.74rem;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart {
		top: 8px;
		right: 8px;
		bottom: 8px;
		left: 8px;
		width: auto;
		height: calc(100dvh - 16px);
		max-width: none;
		max-height: calc(100dvh - 16px);
		border-radius: 16px;
		transform: none;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--modal--content {
		grid-template-rows: 60px minmax(0, 1fr);
		border-radius: 16px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--cart-review {
		justify-content: flex-start;
		min-height: 60px;
		padding-right: 58px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--mini-cart {
		width: 100%;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--mini-cart a {
		width: 100%;
		padding: 0 12px;
		border-left: 0;
		background: transparent;
		font-size: 0.78rem;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--add-to-cart {
		grid-template-columns: minmax(0, 1fr);
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--add-to-cart--header {
		display: none;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--add-to-cart--content {
		padding: 18px 16px calc(20px + env(safe-area-inset-bottom));
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--image--add-to-cart--nav {
		margin-bottom: 16px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--image--add-to-cart--product-list {
		grid-template-columns: minmax(0, 1fr);
		gap: 11px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart .sunshine--image--add-to-cart--product-item {
		min-height: 220px;
		padding: 18px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details,
	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details:not(:has(.sunshine--product-details--package-items)) {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas: "back" "title" "contents" "price" "qty" "comments" "action";
		gap: 0;
		max-width: none;
		padding: 0 0 12px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--close {
		margin-bottom: 18px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--title {
		margin-bottom: 18px;
		font-size: clamp(1.6rem, 8vw, 2rem);
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details .sunshine--product-details--package-items {
		margin-bottom: 20px;
		padding: 16px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details .sunshine--product-details--package-items li {
		font-size: 0.88rem;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--action .sunshine--button {
		width: 100%;
	}

	body.fk-customer-app #sunshine--cover {
		height: clamp(480px, calc(100vh - 150px), 760px);
		height: clamp(480px, calc(100svh - 150px), 760px);
		min-height: 0;
	}

	body.fk-customer-app #sunshine--cover--content {
		right: 18px;
		bottom: calc(22px + env(safe-area-inset-bottom));
		left: 18px;
		width: auto;
		max-width: 520px;
		margin: 0;
		padding: 0;
	}

	body.fk-customer-app #sunshine--cover--content--title {
		font-size: clamp(2rem, 11vw, 3.4rem);
	}

	body.fk-customer-app .fk-gallery-cover__eyebrow {
		margin-bottom: 9px;
		font-size: 0.64rem;
	}

	body.fk-customer-app .fk-gallery-cover__availability {
		margin-top: 10px;
	}

	body.fk-customer-app #sunshine--cover--content > .sunshine--button {
		min-height: 50px;
		margin-top: 16px;
		padding-inline: 19px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product {
		top: 8px;
		right: 8px;
		bottom: 8px;
		left: 8px;
		width: auto;
		height: auto;
		max-width: none;
		max-height: none;
		border-radius: 16px;
		transform: none;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--modal--content {
		grid-template-rows: 60px minmax(0, 1fr);
		border-radius: 16px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--image--cart-review {
		justify-content: flex-start;
		min-height: 60px;
		padding-right: 58px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product .sunshine--mini-cart {
		flex: 1 1 auto;
		max-width: 100%;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product .sunshine--mini-cart a {
		width: 100%;
		padding: 0 12px;
		border-left: 0;
		background: transparent;
		font-size: 0.82rem;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--modal--close {
		top: 8px;
		right: 8px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header {
		min-height: 86px;
		padding: 16px 20px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header--product::before {
		margin-bottom: 5px;
		font-size: 0.62rem;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header--product--title {
		font-size: clamp(1.35rem, 7vw, 1.7rem);
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--content {
		padding: 18px 18px calc(20px + env(safe-area-inset-bottom));
		scrollbar-gutter: auto;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product .sunshine--product-details--package-items {
		padding: 15px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product .sunshine--product-details--package-items li {
		font-size: 0.9rem;
		line-height: 1.35;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product--details--price {
		margin: 17px 0 14px;
		font-size: 1.5rem;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product--details--comments input {
		font-size: 0.9rem;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product--details--action .sunshine--button {
		width: 100%;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--package_fill #sunshine--modal--content,
	body.fk-customer-app #sunshine--modal.sunshine--modal--package_edit #sunshine--modal--content,
	body.fk-customer-app #sunshine--modal.sunshine--modal--multi_image_edit #sunshine--modal--content,
	body.fk-customer-app #sunshine--modal.sunshine--modal--multi_image_product_images_edit #sunshine--modal--content {
		padding: 52px 16px 18px;
		border-radius: 16px;
	}

	body.fk-customer-app #sunshine--modal--close {
		top: 8px;
		right: 8px;
	}

	body.fk-customer-app #sunshine--package--fill,
	body.fk-customer-app #sunshine--package--fill--items {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	body.fk-customer-app .sunshine--package--fill--item,
	body.fk-customer-app .sunshine--multi-image--fill--item {
		padding: 15px;
	}

	body.fk-customer-app .sunshine--package--fill--item--title,
	body.fk-customer-app .sunshine--multi-image--fill--item--title {
		min-height: 0;
	}

	body.fk-customer-app .sunshine--multi-image-select--sources {
		min-height: 92px;
		padding: 14px 58px 14px 14px;
	}

	body.fk-customer-app .sunshine--multi-image-select--sources label {
		display: block;
		font-size: 0.98rem;
	}

	body.fk-customer-app .sunshine--multi-image-select--sources select {
		display: block;
		width: 100%;
		margin: 7px 0 0;
	}

	body.fk-customer-app .sunshine--multi-image-select--source--list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		padding: 12px;
	}

	body.fk-customer-app .sunshine--multi-image-select--image {
		padding: 8px;
	}

	body.fk-customer-app .sunshine--multi-image-select--image label {
		aspect-ratio: 1 / 1;
	}

	body.fk-customer-app .sunshine--multi-image-select--header {
		gap: 10px;
		min-height: 70px;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
	}

	body.fk-customer-app .sunshine--multi-image-select--header--action {
		flex: 1 1 auto;
	}

	body.fk-customer-app .sunshine--multi-image-select--close {
		width: 100%;
		padding-inline: 12px;
		font-size: 0.9rem;
	}

	body.fk-customer-app #sunshine--cart--items,
	body.fk-customer-app #sunshine--cart--items tbody,
	body.fk-customer-app #sunshine--cart--items tr {
		display: block;
		width: 100%;
	}

	body.fk-customer-app #sunshine--cart--items thead { display: none; }

	body.fk-customer-app #sunshine--cart--items tbody {
		display: grid;
		gap: 14px;
	}

	body.fk-customer-app #sunshine--cart--items tr.sunshine--cart-item {
		box-sizing: border-box;
		padding: 15px;
		border: 1px solid var(--fk-app-line);
		border-radius: 14px;
		background: var(--fk-app-paper);
	}

	body.fk-customer-app #sunshine--cart--items td {
		display: block;
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
		padding: 8px 0;
		border: 0;
		overflow-wrap: anywhere;
	}

	body.fk-customer-app #sunshine--cart--items td:before {
		width: auto;
		margin: 0 0 5px;
		float: none;
		color: var(--fk-app-muted);
		font-size: 0.7rem;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	body.fk-customer-app #sunshine--cart--items td .sunshine--cart-item--image-name,
	body.fk-customer-app #sunshine--cart--items td .sunshine--cart-item--product-name,
	body.fk-customer-app #sunshine--cart--items td .sunshine--cart-item--product-options,
	body.fk-customer-app #sunshine--cart--items td .sunshine--cart-item--comments {
		margin-left: 0;
	}

	body.fk-customer-app #sunshine--cart--items td.sunshine--cart-item--image:empty {
		display: none !important;
	}

	body.fk-customer-app #sunshine--cart--items td.sunshine--cart-item--image {
		width: 100%;
		padding-top: 0;
		border: 0;
	}

	body.fk-customer-app #sunshine--cart--items td.sunshine--cart-item--qty input[type="number"] {
		width: 76px;
		max-width: 100%;
	}

	body.fk-customer-app #sunshine--cart--update-button input,
	body.fk-customer-app #sunshine #sunshine--cart--totals,
	body.fk-customer-app #sunshine--cart--checkout-button a {
		width: 100%;
		box-sizing: border-box;
	}

	/*
	 * On phone screens native form fields, Stripe mount points, discount
	 * controls and order tables can retain intrinsic minimum widths. These
	 * rules let Core-generated controls shrink without changing markup or
	 * Sunshine's form, nonce, ID and JavaScript contracts.
	 */
	body.fk-customer-app.sunshine--checkout--standalone {
		padding: 18px 12px 48px;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--standalone > h1 {
		margin-bottom: 20px;
		font-size: clamp(2rem, 10vw, 2.4rem);
		overflow-wrap: break-word;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--main {
		gap: 12px;
		padding: 0;
		background: transparent;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--form {
		gap: 10px;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--steps {
		padding: 0;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--summary {
		padding: 14px 16px;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout fieldset {
		padding: 16px 16px 18px;
		border-radius: 16px;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout fieldset legend {
		margin-bottom: 12px;
		font-size: 0.82rem;
		letter-spacing: 0.08em;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--checkout--section-edit {
		margin-block: -11px;
		font-size: 0.68rem;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--checkout--section-button button,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--checkout--section-button input[type="submit"] {
		width: 100%;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--payment .fk-checkout-back {
		width: 100%;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout form,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout fieldset,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--fields,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout [id*="stripe"] {
		box-sizing: border-box;
		min-width: 0;
		max-width: 100%;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout fieldset {
		min-inline-size: 0;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout input,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout select,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout textarea {
		box-sizing: border-box;
		min-width: 0;
		max-width: 100%;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout input[type="date"],
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout input[type="number"] {
		width: 100%;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--discount-form {
		flex-wrap: wrap;
		max-width: 100%;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--discount-form input {
		flex: 1 1 10rem;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--discount-form button {
		flex: 1 0 100%;
		width: 100%;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--order-review table {
		width: 100%;
		max-width: 100%;
		table-layout: fixed;
	}

	body.fk-customer-app.sunshine--checkout--standalone .sunshine--checkout--cart-item--product-name,
	body.fk-customer-app.sunshine--checkout--standalone .sunshine--checkout--cart-item--product-options {
		hyphens: none;
		overflow-wrap: anywhere;
		word-break: normal;
	}
}

@media (max-width: 359px) {
	body.fk-customer-app .sunshine--multi-image-select--source--list {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Package dependencies: an add-on can never be checked out on its own. */
body.fk-customer-app .fotokinder-package-required {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	box-sizing: border-box;
	margin: 0 0 18px;
	padding: 16px 18px;
	border: 1px solid rgba(164, 97, 17, 0.28);
	border-left: 5px solid var(--fk-app-amber);
	border-radius: 14px;
	background: rgba(217, 154, 56, 0.1);
	color: var(--fk-app-forest-deep);
}

body.fk-customer-app .fotokinder-package-required__icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: var(--fk-app-amber);
	color: var(--fk-app-forest-deep);
	font-weight: 900;
}

body.fk-customer-app .fotokinder-package-required h2 {
	margin: 4px 0 8px;
	font-size: clamp(1.35rem, 4vw, 2rem);
}

body.fk-customer-app .fotokinder-package-required p {
	margin: 0;
	color: var(--fk-app-muted);
	line-height: 1.5;
}

body.fk-customer-app .fotokinder-package-required > div > p:first-child {
	color: var(--fk-app-amber);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

body.fk-customer-app .fotokinder-package-required a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 44px;
	margin-top: 12px;
	font-weight: 800;
}

@media (max-width: 520px) {
	body.fk-customer-app .fotokinder-package-required {
		grid-template-columns: 1fr;
	}
}

body.fk-customer-app.fotokinder-cart-orphan-extras #sunshine--cart--checkout-button {
	display: none !important;
}

body.fk-customer-app .fotokinder-cart-rule-notice {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 15px 17px;
	border: 1px solid rgba(164, 97, 17, 0.28);
	border-radius: 14px;
	background: rgba(217, 154, 56, 0.1);
	color: var(--fk-app-forest-deep);
}

body.fk-customer-app .fotokinder-cart-rule-notice > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: var(--fk-app-amber);
	font-weight: 900;
}

body.fk-customer-app .fotokinder-cart-rule-notice strong {
	display: block;
	margin: 1px 0 4px;
}

body.fk-customer-app .fotokinder-cart-rule-notice p {
	margin: 0;
	color: var(--fk-app-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

body.fk-customer-app.fotokinder-cart-over-single-package-limit #sunshine--cart--checkout-button {
	display: none !important;
}

/* Required legal choices and one optional reference consent. */
body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_legal_heading {
	margin: 18px 0 2px;
}

body.fk-customer-app.sunshine--checkout--standalone .fotokinder-checkout-consent__heading {
	display: grid;
	gap: 4px;
	padding-top: 14px;
	border-top: 1px solid var(--fk-app-line);
}

body.fk-customer-app.sunshine--checkout--standalone .fotokinder-checkout-consent__heading span {
	color: var(--fk-app-amber);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

body.fk-customer-app.sunshine--checkout--standalone .fotokinder-checkout-consent__heading strong {
	color: var(--fk-app-forest-deep);
	font-size: 1rem;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_terms_acceptance,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_digital_consent,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_reference_channels {
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 12px 13px;
	border: 1px solid var(--fk-app-line);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.76);
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_terms_acceptance label,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_digital_consent label,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_reference_channels label {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0;
	color: var(--fk-app-forest-deep);
	font-size: 0.86rem;
	font-weight: 650;
	line-height: 1.45;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_terms_acceptance input[type="checkbox"],
body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_digital_consent input[type="checkbox"],
body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_reference_channels input[type="checkbox"] {
	width: 22px !important;
	min-width: 22px !important;
	height: 22px !important;
	min-height: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 5px;
	accent-color: var(--fk-app-forest);
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_terms_acceptance a,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_digital_consent a,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_reference_channels a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_reference_channels > .sunshine--form--field--name {
	display: block;
	margin: 4px 0 0;
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_reference_channels .sunshine--form--field-description {
	display: block;
	margin: 8px 0 10px;
	color: var(--fk-app-muted);
	font-size: 0.8rem;
	line-height: 1.5;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--login {
	display: none !important;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_digital_consent {
	padding: 9px 11px;
	background: rgba(255, 255, 255, .54);
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_digital_consent label {
	font-size: .78rem;
	font-weight: 600;
	line-height: 1.4;
}

/* 9.7.3: polished empty state, single gallery download and add-on selector. */
body.fk-customer-app #sunshine--cart--empty {
	position: relative;
	display: grid;
	box-sizing: border-box;
	max-width: 720px;
	min-height: 230px;
	place-items: center;
	margin: 0 auto 16px;
	padding: 76px 28px 32px;
	border: 1px solid var(--fk-app-line);
	border-radius: 22px;
	background:
		radial-gradient(circle at 50% 52px, rgba(217, 154, 56, 0.19) 0 29px, transparent 30px),
		linear-gradient(145deg, #fffefa, #eef2ea);
	box-shadow: 0 18px 50px rgba(16, 55, 46, 0.08);
	color: var(--fk-app-forest-deep);
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
}

body.fk-customer-app #sunshine--cart--empty::before {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	content: "♡";
	color: var(--fk-app-forest);
	font-size: 2rem;
	font-weight: 500;
}

body.fk-customer-app #sunshine--cart--empty + #sunshine--cart--gallery-return {
	display: flex;
	justify-content: center;
	max-width: 720px;
	box-sizing: border-box;
	margin: 0 auto;
}

body.fk-customer-app #sunshine--cart--empty + #sunshine--cart--gallery-return a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 20px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	color: var(--fk-app-forest);
	font-weight: 800;
}

body.fk-customer-app #sunshine--cart--empty + #sunshine--cart--gallery-return a::before {
	content: "";
}

@media (max-width: 640px) {
	body.fk-customer-app .fk-cart-actions { flex-direction: column; align-items: stretch; }
	body.fk-customer-app .fk-cart-actions #sunshine--cart--update-button,
	body.fk-customer-app .fk-cart-actions #sunshine--cart--update-button input,
	body.fk-customer-app .fk-cart-actions #sunshine--cart--update-button button,
	body.fk-customer-app #sunshine--cart--gallery-return,
	body.fk-customer-app #sunshine--cart--gallery-return a { width: 100%; }
}

body.fk-customer-app .fotokinder-single-package-notice {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	max-width: 52ch;
	box-sizing: border-box;
	margin: 10px 0 18px;
	padding: 12px 14px;
	border: 1px solid rgba(113, 138, 112, 0.38);
	border-radius: 12px;
	background: #eef3ea;
	color: var(--fk-app-forest-deep);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.45;
}

body.fk-customer-app .fotokinder-single-package-notice span {
	display: inline-grid;
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	place-items: center;
	border-radius: 50%;
	background: var(--fk-app-forest);
	color: #fff;
	font-size: 0.7rem;
}

body.fk-customer-app #sunshine--cart--items tr.fotokinder-single-package .sunshine--cart-item--qty input[type="number"] {
	display: none;
}

body.fk-customer-app #sunshine--cart--items tr.fotokinder-single-package .sunshine--cart-item--qty::before {
	display: inline-grid;
	min-width: 44px;
	min-height: 44px;
	place-items: center;
	margin-right: 4px;
	border: 1px solid var(--fk-app-line);
	border-radius: 12px;
	background: var(--fk-app-paper);
	content: "1×";
	font-weight: 800;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header--product,
body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header--product--title,
body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header--product--description {
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header--product--description {
	margin-top: 8px;
	color: var(--fk-app-muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product-options--image-select {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px 18px;
	align-items: center;
	max-width: 640px;
	box-sizing: border-box;
	margin: 0 0 22px;
	padding: 16px;
	border: 1px solid var(--fk-app-line);
	border-radius: 16px;
	background: linear-gradient(145deg, #f5f7f1, #fffefa);
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product-options--image-select .sunshine--product-options--item--name {
	grid-column: 1 / -1;
	color: var(--fk-app-forest-deep);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product-options--image-select .sunshine--multi-image-select--open {
	grid-column: 1;
	grid-row: 2;
	min-height: 48px;
	box-sizing: border-box;
	padding: 11px 18px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	background: transparent;
	color: var(--fk-app-forest);
	font-weight: 800;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product-options--image-select .sunshine--multi-image-select--selected-images {
	display: grid;
	grid-column: 2;
	grid-row: 2;
	grid-template-columns: repeat(auto-fit, minmax(68px, 78px));
	gap: 8px;
	justify-content: end;
	min-width: 78px;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product-options--image-select .sunshine--multi-image-select--selected-images--item {
	display: grid;
	width: 78px;
	height: 78px;
	min-width: 78px;
	min-height: 78px;
	box-sizing: border-box;
	place-items: center;
	margin: 0;
	border: 1px dashed var(--fk-app-moss);
	border-radius: 12px;
	background: #edf2eb;
	overflow: hidden;
}

body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product-options--image-select .sunshine--multi-image-select--selected-images--item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 901px) {
	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product:has(#sunshine--store--product-details.fotokinder-package-extra-product) {
		height: auto;
		max-height: calc(100dvh - 40px);
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product:has(#sunshine--store--product-details.fotokinder-package-extra-product) #sunshine--modal--content,
	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details.fotokinder-package-extra-product {
		height: auto;
		max-height: calc(100dvh - 40px);
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details.fotokinder-package-extra-product #sunshine--store--product-details--content {
		max-height: calc(100dvh - 216px);
	}
}

/* Order/receipt page: keep native secure actions and download behavior. */
body.fk-customer-app #sunshine #sunshine--page-header,
body.fk-customer-app #sunshine #sunshine--order--status,
body.fk-customer-app #sunshine #sunshine--order--details,
body.fk-customer-app #sunshine > #sunshine--cart--items,
body.fk-customer-app #sunshine > #sunshine--cart--totals {
	width: min(100%, 1160px);
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}

body.fk-customer-app #sunshine #sunshine--page-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

body.fk-customer-app #sunshine #sunshine--page-header h1 {
	margin: 0;
	color: var(--fk-app-forest-deep);
	font-family: inherit;
	font-size: clamp(2rem, 4vw, 3.45rem);
	font-weight: 850;
	letter-spacing: -0.045em;
}

body.fk-customer-app #sunshine #sunshine--page-header a,
body.fk-customer-app #sunshine #sunshine--page-header .sunshine--button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	box-sizing: border-box;
	padding: 10px 17px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	background: transparent;
	color: var(--fk-app-forest);
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
}

body.fk-customer-app #sunshine #sunshine--order--status {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px;
	margin-bottom: 22px;
	padding: 15px 18px;
	border-left: 5px solid var(--fk-app-amber);
	border-radius: 12px;
	background: #eef2ea;
	color: var(--fk-app-forest-deep);
}

body.fk-customer-app #sunshine #sunshine--order--status--name {
	font-weight: 850;
}

body.fk-customer-app #sunshine #sunshine--order--details {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(220px, 0.75fr);
	gap: 18px;
	margin-bottom: 24px;
}

body.fk-customer-app #sunshine #sunshine--order--data {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--fk-app-line);
	border-radius: 16px;
	background: var(--fk-app-line);
	overflow: hidden;
}

body.fk-customer-app #sunshine #sunshine--order--data .sunshine--order--data--item,
body.fk-customer-app #sunshine #sunshine--order--shipping,
body.fk-customer-app #sunshine #sunshine--order--billing,
body.fk-customer-app #sunshine #sunshine--order--notes {
	box-sizing: border-box;
	padding: 16px;
	background: var(--fk-app-paper);
}

body.fk-customer-app #sunshine #sunshine--order--data .sunshine--order--data--label {
	margin-bottom: 4px;
	color: var(--fk-app-muted);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.fk-customer-app #sunshine #sunshine--order--data .sunshine--order--data--value {
	color: var(--fk-app-forest-deep);
	font-weight: 750;
	overflow-wrap: anywhere;
}

body.fk-customer-app #sunshine .sunshine--order--item--download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 10px 16px;
	border: 1px solid var(--fk-app-forest);
	border-radius: 999px;
	background: var(--fk-app-forest);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: none;
}

body.fk-customer-app #sunshine .sunshine--order--item--download::before {
	margin-right: 7px;
	content: "";
	font-size: 1rem;
}

body.fk-customer-app #sunshine > #sunshine--cart--totals {
	margin-top: 22px;
	padding: 22px;
}

/* One short voluntary reference choice instead of three channel fields. */
body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_reference_channels label {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0;
	color: var(--fk-app-forest-deep);
	font-size: 0.84rem;
	font-weight: 650;
	line-height: 1.45;
}

body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_reference_channels > .sunshine--form--field--name,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_reference_channels .sunshine--form--field-description {
	display: none;
}

@media (max-width: 900px) {
	body.fk-customer-app #sunshine--main-menu > input:not(:checked) ~ nav {
		display: none !important;
	}

	/* Sunshine normally controls these two labels with sibling selectors. The
	 * icon styling above must not force both of them to display at once. */
	body.fk-customer-app #sunshine--main-menu > input:not(:checked) ~ .sunshine--main-menu--close {
		display: none !important;
	}

	body.fk-customer-app #sunshine--main-menu > input:not(:checked) ~ .sunshine--main-menu--open {
		display: inline-grid !important;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ .sunshine--main-menu--open {
		display: none !important;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ .sunshine--main-menu--close {
		display: inline-grid !important;
	}
}

@media (max-width: 782px) {
	body.admin-bar.single-sunshine-gallery.fk-customer-app #sunshine--header {
		top: 46px;
	}
}

/* WordPress' mobile admin bar scrolls away below 600px. Do not leave its
 * former height as an empty strip above the sticky gallery navigation. */
@media (max-width: 600px) {
	body.admin-bar.single-sunshine-gallery.fk-customer-app #sunshine--header {
		top: 0;
	}
}

@media (max-width: 640px) {
	body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single,
	body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single ul,
	body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single li,
	body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu.fk-gallery-action-menu--single li a,
	body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu:has(> ul > li:only-child),
	body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu:has(> ul > li:only-child) > ul,
	body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu:has(> ul > li:only-child) > ul > li,
	body.single-sunshine-gallery.fk-customer-app #sunshine .sunshine--action-menu:has(> ul > li:only-child) > ul > li > a {
		width: 100%;
	}
}

/* Landscape phones and short browser windows keep the same hierarchy while
 * using a denser two-column service area. The panel itself remains scrollable
 * if browser chrome further reduces the visual viewport.
 */
@media (max-width: 900px) and (max-height: 650px) {
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav {
		padding-top: calc(60px + env(safe-area-inset-top));
		padding-bottom: calc(12px + env(safe-area-inset-bottom));
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-intro {
		width: min(100%, 560px);
		margin-bottom: 9px;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-intro strong {
		font-size: 1.22rem;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-intro p {
		display: none;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 5px;
		width: min(100%, 560px);
		padding: 8px;
		border-radius: 18px;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav li:not(.fk-sunshine-menu-support),
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-divider {
		grid-column: 1 / -1;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav li a,
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .sunshine--gallery-return a,
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .sunshine--cart a,
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .sunshine--account a {
		min-height: 48px;
		padding-block: 8px;
	}

	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-support a {
		min-height: 44px;
	}
}

@media (max-width: 640px) {
	body.fk-customer-app #sunshine--main input:not([type="checkbox"]):not([type="radio"]),
	body.fk-customer-app #sunshine--main select,
	body.fk-customer-app #sunshine--main textarea {
		font-size: 16px;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--fields {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0 !important;
		width: 100%;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field-half,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field-third,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--form--field-full {
		grid-column: 1 !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout fieldset legend {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 12px;
		align-items: center;
		justify-content: space-between;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout .sunshine--checkout--section-edit {
		flex: 0 0 auto;
		margin: 0;
	}

	body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_terms_acceptance,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_digital_consent,
	body.fk-customer-app.sunshine--checkout--standalone #sunshine--form--field--fotokinder_reference_channels {
		padding: 11px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details--header--product--title {
		font-size: clamp(1.18rem, 6.2vw, 1.55rem);
		line-height: 1.12;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product-options--image-select {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		padding: 14px;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product-options--image-select .sunshine--multi-image-select--selected-images {
		grid-column: 1;
		grid-row: 2;
		justify-content: start;
	}

	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--product-options--image-select .sunshine--multi-image-select--open {
		grid-column: 1;
		grid-row: 3;
		width: 100%;
	}

	body.fk-customer-app #sunshine #sunshine--order--status,
	body.fk-customer-app #sunshine #sunshine--order--details,
	body.fk-customer-app #sunshine #sunshine--order--data {
		grid-template-columns: minmax(0, 1fr);
	}

	body.fk-customer-app #sunshine #sunshine--order--status {
		gap: 4px;
	}

	body.fk-customer-app #sunshine .sunshine--order--item--download {
		width: 100%;
	}

	body.fk-customer-app #sunshine > #sunshine--cart--items {
		display: block;
	}

	body.fk-customer-app #sunshine > #sunshine--cart--items thead {
		display: none;
	}

	body.fk-customer-app #sunshine > #sunshine--cart--items tbody {
		display: grid;
		gap: 12px;
	}

	body.fk-customer-app #sunshine > #sunshine--cart--items tbody tr {
		display: grid;
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 6px 12px;
		box-sizing: border-box;
		padding: 14px;
		border: 1px solid var(--fk-app-line);
		border-radius: 16px;
		background: var(--fk-app-paper);
		box-shadow: 0 9px 26px rgba(16, 55, 46, 0.06);
	}

	body.fk-customer-app #sunshine > #sunshine--cart--items tbody td {
		display: block;
		width: auto;
		box-sizing: border-box;
		padding: 0;
		border: 0;
		text-align: left;
	}

	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--image {
		grid-column: 1;
		grid-row: 1 / span 4;
	}

	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--image img {
		display: block;
		width: 72px;
		height: 96px;
		border-radius: 10px;
		object-fit: cover;
	}

	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--name,
	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--qty,
	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--price,
	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--total {
		grid-column: 2;
	}

	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--qty,
	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--price,
	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--total {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 12px;
		font-weight: 750;
	}

	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--qty::before,
	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--price::before,
	body.fk-customer-app #sunshine > #sunshine--cart--items tbody .sunshine--cart-item--total::before {
		content: attr(data-label);
		color: var(--fk-app-muted);
		font-size: 0.68rem;
		font-weight: 800;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}
}

@media (max-width: 640px) {
	body.fk-customer-app #sunshine--main input,
	body.fk-customer-app #sunshine--main select,
	body.fk-customer-app #sunshine--main textarea,
	body.fk-customer-app #sunshine--modal input,
	body.fk-customer-app #sunshine--modal select,
	body.fk-customer-app #sunshine--modal textarea {
		font-size: 16px !important;
	}

	body.fk-customer-app .fk-package-recommendation {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 11px;
		padding: 13px;
		border-radius: 17px;
	}

	body.fk-customer-app .fk-package-recommendation__icon {
		width: 44px;
		height: 44px;
		font-size: 1.3rem;
	}

	body.fk-customer-app .fk-package-recommendation p {
		font-size: .76rem;
	}

	body.fk-customer-app .fotokinder-package-extra.is-voucher {
		grid-template-columns: 104px minmax(0, 1fr);
		min-height: 196px;
	}

	body.fk-customer-app .fotokinder-package-extra__image.is-voucher > span {
		left: 10px;
		bottom: 12px;
		font-size: 1.28rem;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
	}

	body.fk-customer-app .fotokinder-voucher-details {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 10px;
		padding: 10px;
	}

	body.fk-customer-app .fotokinder-voucher-details img {
		width: 88px;
		height: 76px;
	}

	body.fk-customer-app .sunshine--store--product-item > .fk-package-popular-badge,
	body.fk-customer-app .sunshine--image--add-to-cart--product-item > .fk-package-popular-badge {
		top: 13px;
		right: 13px;
		font-size: .58rem;
	}

	body.fk-customer-app .sunshine--store--product-item > .fk-package-recommendation-badge,
	body.fk-customer-app .sunshine--image--add-to-cart--product-item > .fk-package-recommendation-badge {
		top: 13px;
		left: 13px;
		font-size: .58rem;
	}
}

@media (max-width: 360px) {
	body.fk-customer-app .fk-package-recommended.fk-package-featured > .fk-package-recommendation-badge,
	body.fk-customer-app .fk-package-recommended.fk-package-featured > .fk-package-popular-badge {
		max-width: calc(100% - 26px);
	}

	body.fk-customer-app .fk-package-recommended.fk-package-featured > .fk-package-popular-badge {
		top: 47px;
		right: auto;
		left: 13px;
	}

	body.fk-customer-app .sunshine--store--product-item.fk-package-recommended.fk-package-featured .sunshine--store--product-item--name {
		padding-top: 65px;
	}
}

@media (max-width: 900px) {
	body.fk-customer-app #sunshine .fk-package-section-head,
	body.fk-customer-app #sunshine .fk-packages-help {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
	}

	body.fk-customer-app #sunshine .fk-packages-help__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	body.fk-customer-app #sunshine .fk-packages-page {
		gap: 28px;
		padding-bottom: 64px;
	}

	body.fk-customer-app #sunshine .fk-packages-hero,
	body.fk-customer-app #sunshine .fk-package-selection,
	body.fk-customer-app #sunshine .fk-packages-help {
		border-radius: 17px;
	}

	body.fk-customer-app #sunshine .fk-packages-hero__copy {
		padding: 22px 18px;
	}

	body.fk-customer-app #sunshine .fk-packages-hero h2 {
		font-size: clamp(2.5rem, 12vw, 3.55rem);
		line-height: .9;
	}

	body.fk-customer-app #sunshine .fk-packages-trust {
		gap: 6px;
		margin-top: 17px;
	}

	body.fk-customer-app #sunshine .fk-packages-trust li {
		min-height: 32px;
		padding: 5px 9px;
		font-size: .65rem;
	}

	body.fk-customer-app #sunshine .fk-package-selection,
	body.fk-customer-app #sunshine .fk-packages-help {
		padding: 18px;
	}

	body.fk-customer-app #sunshine .fk-packages-help__actions,
	body.fk-customer-app #sunshine .fk-packages-button,
	body.fk-customer-app #sunshine .fk-packages-text-link {
		width: 100%;
	}

	body.fk-customer-app #sunshine .fk-package-section-head h2 {
		font-size: clamp(2rem, 11vw, 2.8rem);
	}
}
@media (prefers-reduced-motion: reduce) {
	.fk-app-navigation a,
	.fk-app-menu-toggle i {
		transition: none;
	}
}

/* Presentation-only vector treatment of the original customer controls. */
body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--close,
body.fk-customer-app #sunshine .sunshine--order--item--download {
	min-height: 44px;
}
body.fk-customer-app #sunshine--modal.sunshine--modal--add_to_cart #sunshine--product--details--close::before,
body.fk-customer-app #sunshine--cart--gallery-return a::before,
body.fk-customer-app #sunshine--cart--empty + #sunshine--cart--gallery-return a::before,
body.fk-customer-app.sunshine--checkout--standalone #sunshine--checkout--payment .fk-checkout-back::before,
body.fk-customer-app #sunshine .sunshine--order--item--download::before,
body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-contact-link a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border: 0;
	border-radius: 0;
	font-size: 0;
	vertical-align: middle;
	background: currentColor;
	-webkit-mask: var(--fk-arrow-left-mask) center / contain no-repeat;
	mask: var(--fk-arrow-left-mask) center / contain no-repeat;
}
body.fk-customer-app #sunshine .sunshine--order--item--download::before {
	-webkit-mask-image: var(--fk-arrow-down-mask);
	mask-image: var(--fk-arrow-down-mask);
}
body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-contact-link a::before {
	-webkit-mask-image: var(--fk-arrow-external-mask);
	mask-image: var(--fk-arrow-external-mask);
}
body.fk-customer-app .fotokinder-package-extra__action > span[aria-hidden="true"],
body.fk-customer-app .fotokinder-package-required a > span[aria-hidden="true"],
body.fk-customer-app .fotokinder-sticker-editor__drag-hint > span[aria-hidden="true"],
body.fk-customer-app .fotokinder-sticker-editor__resize-handle::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	font-size: 0;
	vertical-align: middle;
	background: currentColor;
	-webkit-mask: var(--fk-arrow-right-mask) center / contain no-repeat;
	mask: var(--fk-arrow-right-mask) center / contain no-repeat;
}
body.fk-customer-app .fotokinder-sticker-editor__drag-hint > span[aria-hidden="true"] {
	-webkit-mask-image: var(--fk-arrow-move-mask);
	mask-image: var(--fk-arrow-move-mask);
}
body.fk-customer-app .fotokinder-sticker-editor__resize-handle {
	font-size: 0;
	min-width: 44px;
	min-height: 44px;
}
body.fk-customer-app .fotokinder-sticker-editor__resize-handle::before {
	-webkit-mask-image: var(--fk-arrow-external-mask);
	mask-image: var(--fk-arrow-external-mask);
	transform: rotate(90deg);
}

/* Buyer orientation: visible text links, intrinsic dialogs and no font-glyph
 * positioning dependency. These rules do not change native purchase actions. */
body.fk-customer-app .fk-visible-back {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 10px 16px;
	border: 1px solid var(--fk-app-line);
	border-radius: 999px;
	background: var(--fk-app-paper);
	color: var(--fk-app-forest-deep);
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1.35;
	text-decoration: none;
}
body.fk-customer-app :is(.fk-visible-back, .fk-dialog-back)::before {
	content: "";
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	background: currentColor;
	-webkit-mask: var(--fk-arrow-right-mask) center / contain no-repeat;
	mask: var(--fk-arrow-right-mask) center / contain no-repeat;
	transform: rotate(180deg);
}
body.fk-customer-app #sunshine--modal.sunshine--modal--store_product {
	height: auto;
	max-height: calc(100dvh - 32px);
}
body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--modal--content {
	display: flex;
	flex-direction: column;
	min-height: 0;
	/* Sunshine's phone rule forces height/max-height:100% !important. The
	 * intrinsic parent has no definite height, so that expands long contents. */
	height: auto !important;
	max-height: calc(100dvh - 32px) !important;
}
body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--store--product-details {
	flex: 1 1 auto;
	height: auto;
}
body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--image--cart-review {
	flex: 0 0 64px;
}
body.fk-customer-app #sunshine--modal #sunshine--image--cart-review:has(.fk-dialog-back) {
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	padding-left: 8px;
}
body.fk-customer-app #sunshine--modal .fk-dialog-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex: 0 0 auto;
	min-height: 44px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 10px;
	background: transparent;
	color: #fff;
	font: 650 0.85rem/1.2 var(--sans);
	cursor: pointer;
}
body.fk-customer-app #sunshine--modal #sunshine--product--details--qty input {
	background: transparent;
	border: 0;
	box-shadow: none;
}
body.fk-customer-app #sunshine--modal #sunshine--product--details--comments input {
	min-height: 48px;
	box-sizing: border-box;
	border: 1px solid var(--fk-app-line);
	border-radius: 12px;
	background: var(--fk-app-paper);
	font-size: 16px;
}
body.fk-customer-app .lg-container .lg-toolbar .lg-close:has(.fk-lightbox-return-label) {
	flex-basis: auto;
	width: auto !important;
	gap: 7px;
	padding: 0 12px !important;
}
body.fk-customer-app .fk-lightbox-return-label {
	font: 750 0.78rem/1.2 var(--sans);
	white-space: nowrap;
}
/* The real LightGallery slide stack is 99060. Keep the toolbar above it and
 * reserve its actual measured height, including wrapping/zoom/safe areas. */
body.fk-customer-app .lg-container .lg-content {
	top: var(--fk-lightbox-toolbar-bottom, 96px) !important;
}
@media (max-width: 900px) {
	body.fk-customer-app #sunshine--main-menu .sunshine--main-menu--open::after {
		content: none;
	}
	body.fk-customer-app #sunshine--main-menu > input:checked ~ nav .fk-sunshine-menu-divider span {
		display: block;
		position: static;
		margin: 0;
		padding: 0;
		line-height: inherit;
	}
}
@media (max-width: 640px) {
	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product {
		top: max(8px, env(safe-area-inset-top));
		bottom: auto;
		max-height: calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
	}
	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--modal--content {
		max-height: calc(100dvh - 16px - env(safe-area-inset-top) - env(safe-area-inset-bottom)) !important;
	}
	body.fk-customer-app #sunshine--modal.sunshine--modal--store_product #sunshine--image--cart-review {
		flex-basis: 60px;
	}
	body.fk-customer-app #sunshine--modal .fk-dialog-back {
		gap: 4px;
		padding-inline: 7px;
		font-size: 0.78rem;
	}
	body.fk-customer-app #sunshine--modal #sunshine--image--cart-review:has(.fk-dialog-back) .sunshine--mini-cart {
		flex: 0 1 auto;
		min-width: 0;
	}
	body.fk-customer-app #sunshine--modal #sunshine--image--cart-review:has(.fk-dialog-back) .sunshine--mini-cart a {
		gap: 4px;
		padding-inline: 6px;
		font-size: 0.75rem;
		line-height: 1.3;
		white-space: normal;
	}
	body.fk-customer-app .lg-container .lg-toolbar .lg-icon {
		flex-basis: 44px;
		width: 44px !important;
		height: 44px !important;
		min-height: 44px;
	}
	body.fk-customer-app .lg-container .lg-counter {
		min-width: 44px;
	}
	body.fk-customer-app .fk-transaction {
		padding-top: 20px;
	}
	body.fk-customer-app .fk-transaction__header {
		gap: 18px;
		margin-bottom: 22px;
	}
	body.fk-customer-app .fk-transaction__header > div > p:last-child {
		margin-top: 12px;
		line-height: 1.5;
	}
	body.fk-customer-app .fk-transaction__progress {
		gap: 10px;
		padding: 14px 16px;
	}
	body.fk-customer-app #sunshine .fk-packages-hero {
		padding: 0;
	}
	body.fk-customer-app #sunshine .fk-packages-hero__copy {
		padding: 24px;
	}
	body.fk-customer-app #sunshine .fk-packages-hero h2 {
		font-size: clamp(2rem, 9vw, 2.7rem);
	}
	body.fk-customer-app #sunshine .fk-packages-trust {
		display: none;
	}
}

/* A short, factual route through the existing Sunshine checkout. */
body.fk-customer-app .fk-order-path {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 18px;
	margin: 6px 0 18px;
	color: var(--fk-app-muted);
	font-size: .8rem;
	line-height: 1.35;
}
body.fk-customer-app .fk-order-path > * {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
}
body.fk-customer-app .fk-order-path > * + *::before {
	width: 5px;
	height: 5px;
	margin-right: 18px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: rotate(45deg);
	content: "";
}
body.fk-customer-app .fk-order-path [aria-current="step"] {
	color: var(--fk-app-forest-deep);
	font-weight: 800;
}
body.fk-customer-app .fk-order-path a {
	text-underline-offset: 4px;
}
body.fk-customer-app .fk-transaction__header {
	display: block;
	margin-bottom: 28px;
}
body.fk-customer-app #sunshine--checkout--standalone > .fk-checkout-return {
	margin: 12px 0 20px;
}

body.fk-customer-app #sunshine .fk-package-choice-header {
	max-width: 760px;
	min-width: 0;
	padding: 4px 0 8px;
}
body.fk-customer-app #sunshine .fk-package-choice-header h1 {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.08;
	overflow-wrap: break-word;
}
body.fk-customer-app #sunshine .fk-package-choice-header p {
	max-width: 60ch;
	margin: 14px 0 0;
	color: var(--fk-app-muted);
	font-size: 1rem;
	line-height: 1.55;
}
body.fk-customer-app #sunshine .fk-package-selection {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
body.fk-customer-app #sunshine .fk-package-choice-help {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
	padding-top: 20px;
	border-top: 1px solid var(--fk-app-line);
}
body.fk-customer-app #sunshine .fk-package-choice-help a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	margin: 0;
}

/* Existing optional offers remain intact, after the native order summary.
 * JS moves real nodes without cloning form controls or changing cart actions.
 * Without JS the unchanged native offers remain available. */
body.fk-customer-app .fk-cart-extras-disclosure {
	grid-column: 1 / -1;
	grid-row: 5;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
	margin-top: 8px;
	border: 1px solid var(--fk-app-line);
	border-radius: 16px;
	background: var(--fk-app-paper);
}
body.fk-customer-app .fk-cart-extras-disclosure > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 56px;
	box-sizing: border-box;
	padding: 15px 20px;
	color: var(--fk-app-forest-deep);
	font-size: .92rem;
	font-weight: 750;
	line-height: 1.45;
	list-style: none;
	cursor: pointer;
}
body.fk-customer-app .fk-cart-extras-disclosure > summary::-webkit-details-marker { display: none; }
body.fk-customer-app .fk-cart-extras-disclosure > summary::after {
	flex: 0 0 7px;
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	content: "";
}
body.fk-customer-app .fk-cart-extras-disclosure[open] > summary::after { transform: rotate(225deg); }
body.fk-customer-app .fk-cart-extras-disclosure > summary:focus-visible {
	outline: 3px solid var(--fk-app-amber);
	outline-offset: 3px;
	border-radius: 14px;
}
body.fk-customer-app .fk-cart-extras-disclosure > .fotokinder-package-extras {
	width: auto;
	margin: 0;
	padding: 18px;
	border-top: 1px solid var(--fk-app-line);
}
body.fk-customer-app .fk-cart-extras-disclosure .fotokinder-package-extras__header h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
}
@media (max-width: 900px) {
	body.fk-customer-app .fk-cart-extras-disclosure { grid-column: 1; grid-row: 6; }
}
