.pdt-wb-block-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	width: 100%;
}

.wc-block-components-radio-control__label .pdt-wb-block-label__icon {
	display: block;
	flex: 0 0 auto;
	width: auto !important;
	max-width: 124px !important;
	height: 24px !important;
	object-fit: contain;
}

.pdt-wb-block-description {
	color: inherit;
	font-size: 0.92em;
	line-height: 1.5;
}

.pdt-wb-express-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0.65rem 1rem;
	border: 1px solid transparent;
	box-shadow: none;
	font: inherit;
	line-height: 1;
	text-transform: none;
	overflow: hidden;
	cursor: pointer;
	transition: filter 150ms ease, transform 150ms ease;
}

.pdt-wb-express-button:hover,
.pdt-wb-express-button:focus-visible {
	filter: brightness(0.96);
	outline: 3px solid rgba(30, 90, 180, 0.24);
	outline-offset: 2px;
}

.pdt-wb-express-button:active {
	transform: translateY(1px);
}

.pdt-wb-express-button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.pdt-wb-express-button--paypal {
	border-color: #ffc439 !important;
	background: #ffc439 !important;
	color: #111820 !important;
}

.pdt-wb-express-button--paypal:hover,
.pdt-wb-express-button--paypal:focus,
.pdt-wb-express-button--paypal:focus-visible,
.pdt-wb-express-button--paypal:active {
	border-color: #f2ba36 !important;
	background: #f2ba36 !important;
	color: #111820 !important;
}

.pdt-wb-express-button__paypal {
	display: block !important;
	width: 112px !important;
	max-width: 112px !important;
	height: 30px !important;
	max-height: 30px !important;
	margin: 0 !important;
	object-fit: contain;
}

.pdt-wb-google-pay-button {
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0.65rem 1rem;
	border: 1px solid #000 !important;
	background: #000 !important;
	box-shadow: none !important;
	color: #fff !important;
	overflow: hidden;
	cursor: pointer;
	filter: none !important;
	transform: none !important;
	transition: none !important;
}

.pdt-wb-google-pay-button:hover,
.pdt-wb-google-pay-button:focus,
.pdt-wb-google-pay-button:active {
	border-color: #000 !important;
	background: #000 !important;
	box-shadow: none !important;
	color: #fff !important;
	filter: none !important;
	transform: none !important;
}

.pdt-wb-google-pay-button:focus {
	outline: none;
}

.pdt-wb-google-pay-button:focus-visible {
	outline: 3px solid rgba(30, 90, 180, 0.24);
	outline-offset: 2px;
}

.pdt-wb-google-pay-button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.pdt-wb-google-pay-button__logo {
	display: block !important;
	width: 78px !important;
	max-width: 78px !important;
	height: 28px !important;
	max-height: 28px !important;
	margin: 0 !important;
	object-fit: contain;
}

.pdt-wb-apple-pay-host {
	width: 100%;
	min-width: 0;
	overflow: hidden;
	background: #000;
}

.pdt-wb-apple-pay-button {
	-webkit-appearance: -apple-pay-button !important;
	-apple-pay-button-type: plain;
	-apple-pay-button-style: black;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 30px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: #000 !important;
	box-shadow: none !important;
	cursor: pointer;
}

.pdt-wb-apple-pay-button:hover,
.pdt-wb-apple-pay-button:focus,
.pdt-wb-apple-pay-button:active {
	-webkit-appearance: -apple-pay-button !important;
	-apple-pay-button-type: plain;
	-apple-pay-button-style: black;
	border: 0 !important;
	background: #000 !important;
	box-shadow: none !important;
}

.pdt-wb-apple-pay-button:focus-visible {
	outline: 3px solid rgba(30, 90, 180, 0.24);
	outline-offset: 2px;
}

.pdt-wb-apple-pay-host.is-disabled {
	pointer-events: none;
	opacity: 0.65;
}

.pdt-wb-product-wallet[hidden] {
	display: none !important;
}

.pdt-wb-paypal-product__button[hidden] {
	display: none !important;
}

.single-product div.product .summary form.cart .pdt-wb-product-wallet {
	width: 100% !important;
	height: 48px !important;
	min-height: 48px;
	border-radius: 12px !important;
}

.pdt-wb-product-wallet--apple {
	position: relative;
	cursor: pointer;
}

.payment_method_pdt_wb_paypal > label,
.payment_method_pdt_wb_card > label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.payment_method_pdt_wb_paypal > label img,
.payment_method_pdt_wb_card > label img {
	float: none;
	width: auto;
	max-width: 124px;
	max-height: 24px;
	margin: 0 0 0 auto;
}

.single-product div.product .summary form.cart .pdt-wb-paypal-product {
	clear: both;
	display: grid;
	grid-column: 1 / -1;
	gap: 14px;
	width: 100%;
	margin-top: 0;
}

.pdt-wb-paypal-product__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	min-height: 2.75rem;
	margin: 0;
	padding: 10px 18px;
	border: 1px solid #ffc439;
	border-radius: 0;
	background: #ffc439;
	box-shadow: none;
	color: #111820;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.pdt-wb-paypal-product__button:hover,
.pdt-wb-paypal-product__button:focus-visible {
	border-color: #f2ba36;
	background: #f2ba36;
	color: #111820;
	outline: 3px solid rgba(0, 112, 186, 0.22);
	outline-offset: 2px;
}

.pdt-wb-paypal-product__button:active {
	transform: translateY(1px);
}

.single-product div.product .summary form.cart .pdt-wb-paypal-product__more {
	justify-self: center;
	width: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #e6492d;
	font: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-transform: none;
	cursor: pointer;
}

.single-product div.product .summary form.cart .pdt-wb-paypal-product__more:hover,
.single-product div.product .summary form.cart .pdt-wb-paypal-product__more:focus-visible {
	background: transparent;
	color: #bb311c;
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.pdt-wb-paypal-product__pay {
	white-space: nowrap;
}

.pdt-wb-paypal-product__logo {
	display: block !important;
	width: 98px !important;
	max-width: 98px !important;
	height: 26px !important;
	max-height: 26px !important;
	margin: 0 !important;
	object-fit: contain;
}

@media (max-width: 480px) {
	.pdt-wb-block-label {
		gap: 0.5rem;
	}

	.wc-block-components-radio-control__label .pdt-wb-block-label__icon {
		max-width: 100px !important;
		height: 21px !important;
	}

	.pdt-wb-express-button {
		min-height: 48px;
	}
}
