/* Reserve exactly one dock height, only while an eligible PDP dock is visible. */
body.single-product.pp2026-sticky-purchase-visible {
	padding-bottom: var(--pp2026-sticky-purchase-height, 0px);
}

.pp2026-sticky-purchase {
	position: fixed;
	z-index: 35;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	transform: translateY(105%);
	border-top: 1px solid var(--pp2026-border-light);
	background: rgba(255, 253, 249, 0.985);
	box-shadow: 0 -6px 20px rgba(26, 26, 26, 0.055);
	opacity: 0;
	transition: transform 220ms ease, opacity 220ms ease, visibility 0s linear 220ms;
	backdrop-filter: blur(10px);
}

.pp2026-sticky-purchase.is-visible {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
	transition-delay: 0s;
}

.pp2026-sticky-purchase__inner {
	display: flex;
	align-items: center;
	gap: clamp(24px, 3vw, 48px);
	width: min(calc(100% - 40px), var(--pp2026-container));
	min-height: 68px;
	margin: auto;
	padding: 8px 0;
}

.pp2026-sticky-purchase__identity {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 14px;
	margin-right: auto;
}

.pp2026-sticky-purchase__media {
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	overflow: hidden;
	background: #fff;
}

.pp2026-sticky-purchase__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pp2026-sticky-purchase__copy {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.pp2026-sticky-purchase__title {
	overflow: hidden;
	color: var(--pp2026-black);
	font-family: var(--pp2026-font-display);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pp2026-sticky-purchase__option {
	color: var(--pp2026-amber);
	font-family: var(--pp2026-font-label);
	font-size: 12px;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.pp2026-sticky-purchase__price {
	color: var(--pp2026-black);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.pp2026-sticky-purchase__price :is(.price, del, ins) {
	margin: 0;
	font-size: inherit;
}

.pp2026-sticky-purchase__options {
	display: flex;
	flex: 0 1 auto;
	gap: 12px;
}

.pp2026-sticky-purchase__field {
	display: grid;
	gap: 5px;
	color: var(--pp2026-black);
	font-family: var(--pp2026-font-label);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.pp2026-sticky-purchase__field > span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pp2026-sticky-purchase__field select {
	box-sizing: border-box;
	width: clamp(160px, 17vw, 230px);
	min-height: 46px;
	padding: 8px 38px 8px 13px;
	border: 1px solid var(--pp2026-border);
	border-radius: 2px;
	background-color: #fffdfa;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-position: right 13px center;
	background-repeat: no-repeat;
	background-size: 14px auto;
	color: var(--pp2026-text);
	font-family: var(--pp2026-font-body);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.pp2026-sticky-purchase__action {
	display: grid;
	flex: 0 0 auto;
	gap: 3px;
}

.pp2026-site .pp2026-sticky-purchase__button.button.alt {
	box-sizing: border-box;
	display: inline-flex;
	min-width: 186px;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 10px 25px;
	border: 1px solid var(--pp2026-black);
	border-radius: 0;
	background: var(--pp2026-black);
	box-shadow: none;
	color: #fff;
	font-family: var(--pp2026-font-label);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.3em;
	line-height: 1;
	text-transform: uppercase;
}

.pp2026-site .pp2026-sticky-purchase__button.button.alt:hover:not(:disabled),
.pp2026-site .pp2026-sticky-purchase__button.button.alt:focus-visible:not(:disabled) {
	border-color: var(--pp2026-olive-deep);
	background: var(--pp2026-olive-deep);
	color: #fff;
}

.pp2026-site .pp2026-sticky-purchase__button.button.alt:disabled,
.pp2026-site .pp2026-sticky-purchase__button.button.alt.disabled,
.pp2026-site .pp2026-sticky-purchase__button.button.alt[aria-disabled="true"] {
	border-color: #aaa69f;
	background: #aaa69f;
	color: #fff;
	opacity: 1;
}

.pp2026-site .pp2026-sticky-purchase__button.button.alt.is-loading {
	gap: 9px;
}

.pp2026-site .pp2026-sticky-purchase__button.button.alt.is-loading::after {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top-color: #fff;
	border-radius: 50%;
	content: "";
	animation: pp2026-sticky-purchase-spin 650ms linear infinite;
}

@keyframes pp2026-sticky-purchase-spin {
	to {
		transform: rotate(360deg);
	}
}

.pp2026-sticky-purchase__button:focus-visible,
.pp2026-sticky-purchase__field select:focus-visible {
	outline: 3px solid var(--pp2026-amber);
	outline-offset: 2px;
}

.pp2026-sticky-purchase__status {
	max-width: 210px;
	min-height: 0;
	color: var(--pp2026-olive);
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
}

.pp2026-sticky-purchase__status:empty {
	display: none;
}

@media (max-width: 900px) {
	.pp2026-sticky-purchase__inner {
		display: flex;
		gap: 14px;
		width: calc(100% - 32px);
		padding: 7px 0;
	}

	.pp2026-sticky-purchase__identity {
		margin-right: auto;
	}

	.pp2026-sticky-purchase__options {
		flex: 0 1 210px;
	}

	.pp2026-sticky-purchase__action {
		flex: 0 0 168px;
	}

	.pp2026-sticky-purchase__field {
		flex: 1;
	}

	.pp2026-sticky-purchase__field select {
		width: min(100%, 280px);
	}
}

@media (max-width: 600px) {
	.pp2026-sticky-purchase {
		padding-bottom: env(safe-area-inset-bottom);
	}

	.pp2026-sticky-purchase__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(142px, 44vw);
		gap: 7px 10px;
		width: calc(100% - 24px);
		min-height: 62px;
		padding: 7px 0;
	}

	.pp2026-sticky-purchase__media {
		display: none;
	}

	.pp2026-sticky-purchase__identity {
		grid-column: 1 / -1;
		grid-row: 1;
		margin-right: 0;
	}

	.pp2026-sticky-purchase__copy {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: baseline;
		gap: 10px;
		width: 100%;
	}

	.pp2026-sticky-purchase__title {
		font-size: 26px;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.pp2026-sticky-purchase__option {
		display: none;
	}

	.pp2026-sticky-purchase__price {
		font-size: 14px;
		white-space: nowrap;
	}

	.pp2026-sticky-purchase__options {
		grid-column: 1;
		grid-row: 2;
		min-width: 0;
		gap: 6px;
	}

	.pp2026-sticky-purchase__action {
		grid-column: 2;
		grid-row: 2;
		min-width: 0;
	}

	.pp2026-sticky-purchase__field select {
		width: 100%;
		min-height: 42px;
		font-size: 13px;
	}

	.pp2026-site .pp2026-sticky-purchase__button.button.alt {
		width: 100%;
		min-width: 0;
		min-height: 44px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.pp2026-sticky-purchase__status {
		max-width: 44vw;
	}

	.pp2026-sticky-purchase[data-product-type="simple"] .pp2026-sticky-purchase__action {
		grid-column: 1 / -1;
	}

	.pp2026-sticky-purchase[data-product-type="simple"] .pp2026-sticky-purchase__status {
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pp2026-sticky-purchase {
		transition: none;
	}

	.pp2026-site .pp2026-sticky-purchase__button.button.alt.is-loading::after {
		animation: none;
	}
}
