.st-mf-apple-pay {
	margin-block-start: 0;
}

.st-mf-apple-pay[hidden] {
	display: none !important;
}

.st-mf-apple-pay__divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 12px;
	color: var(--stc-muted, #64748b);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.st-mf-apple-pay__divider::before,
.st-mf-apple-pay__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--stc-border, #e2e8f0);
}

.st-mf-apple-pay__button {
	min-block-size: 50px;
}

.st-mf-apple-pay:not(.is-mounted) #st-mf-ap-element:empty {
	display: none !important;
}

.st-mf-apple-pay.is-mounted #st-mf-ap-element {
	display: block;
}

.st-mf-apple-pay__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	inline-size: 100%;
	min-block-size: 50px;
	block-size: 50px;
	padding: 0 16px;
	border: 0;
	border-radius: var(--radius-corner);
	background: #000;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.st-mf-apple-pay__trigger:hover,
.st-mf-apple-pay__trigger:focus-visible {
	opacity: 0.88;
}

.st-mf-apple-pay__trigger:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.st-mf-apple-pay__trigger[hidden],
.st-mf-apple-pay.is-mounted .st-mf-apple-pay__trigger {
	display: none !important;
}

.st-mf-apple-pay__trigger-logo {
	display: block;
	inline-size: auto;
	block-size: 100%;
	max-inline-size: min(100%, 72px);
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.st-mf-apple-pay__hint {
	margin: 8px 0 0;
}

.st-mf-apple-pay.is-processing {
	opacity: 0.7;
	pointer-events: none;
}

.single-product .stluxe-stage__summary .st-mf-apple-pay {
	inline-size: 100%;
}

.single-product .stluxe-stage__summary .st-mf-apple-pay__trigger {
	inline-size: 100%;
}

.single-product .stluxe-stage__summary .st-mf-apple-pay__button,
.single-product .stluxe-stage__summary #st-mf-ap-element {
	inline-size: 100%;
	min-block-size: 50px;
}

.single-product .stluxe-stage__summary #st-mf-ap-element iframe,
.single-product .stluxe-stage__summary #st-mf-ap-element button {
	border-radius: var(--radius-corner) !important;
}
