@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-checkout__form {
	margin: 0;
	max-width: 100%;
}
.wc-block-checkout__form .wc-blocks-components-select {
	margin-top: 12px;
}
.wc-block-checkout__form
	.wc-block-components-address-form__country
	.wc-blocks-components-select {
	margin-top: 0;
}
@container (max-width: 699px) {
	.wc-block-checkout__main {
		order: 1;
	}
}
@container (min-width: 700px) {
	.wc-block-checkout__billing-fields .wc-block-components-address-form,
	.wc-block-checkout__shipping-fields .wc-block-components-address-form {
		display: flex;
		flex-wrap: wrap;
		gap: 0 12px;
		justify-content: space-between;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-select-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-state-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-select-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-state-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-text-input {
		box-sizing: border-box;
		flex: 1 0 calc(50% - 12px);
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child {
		margin-top: 0;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child
		+ .wc-block-components-text-input {
		margin-top: 0;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-country-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-country-input {
		flex: 0 0 100%;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-country-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-country-input:first-child {
		margin-top: 0;
	}
	.wc-block-components-address-form .wc-block-components-checkbox {
		margin-top: 16px;
	}
	.wc-block-components-address-form
		.wc-block-components-text-input.wc-block-components-address-form__email:only-child {
		margin-top: 0;
	}
}
@container (min-width: 400px) and (max-width: 519px) {
	.wc-block-checkout__billing-fields .wc-block-components-address-form,
	.wc-block-checkout__shipping-fields .wc-block-components-address-form {
		display: flex;
		flex-wrap: wrap;
		gap: 0 12px;
		justify-content: space-between;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-select-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-state-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-select-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-state-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-text-input {
		box-sizing: border-box;
		flex: 1 0 calc(50% - 12px);
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child {
		margin-top: 0;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child
		+ .wc-block-components-text-input {
		margin-top: 0;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-country-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-country-input {
		flex: 0 0 100%;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-country-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-country-input:first-child {
		margin-top: 0;
	}
	.wc-block-components-address-form .wc-block-components-checkbox {
		margin-top: 16px;
	}
	.wc-block-components-address-form
		.wc-block-components-text-input.wc-block-components-address-form__email:only-child {
		margin-top: 0;
	}
}
@container (min-width: 520px) and (max-width: 699px) {
	.wc-block-checkout__billing-fields .wc-block-components-address-form,
	.wc-block-checkout__shipping-fields .wc-block-components-address-form {
		display: flex;
		flex-wrap: wrap;
		gap: 0 12px;
		justify-content: space-between;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-select-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-state-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-select-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-state-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-text-input {
		box-sizing: border-box;
		flex: 1 0 calc(50% - 12px);
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child {
		margin-top: 0;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-select-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-state-input:first-child
		+ .wc-block-components-text-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-text-input:first-child
		+ .wc-block-components-text-input {
		margin-top: 0;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-country-input,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-country-input {
		flex: 0 0 100%;
	}
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox:first-child,
	.wc-block-checkout__billing-fields
		.wc-block-components-address-form
		.wc-block-components-country-input:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_1:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__address_2:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-address-form__company:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-checkbox:first-child,
	.wc-block-checkout__shipping-fields
		.wc-block-components-address-form
		.wc-block-components-country-input:first-child {
		margin-top: 0;
	}
	.wc-block-components-address-form .wc-block-components-checkbox {
		margin-top: 16px;
	}
	.wc-block-components-address-form
		.wc-block-components-text-input.wc-block-components-address-form__email:only-child {
		margin-top: 0;
	}
}
.wc-block-components-address-form__address_2-toggle {
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin-top: 12px;
	text-align: left;
	width: 100%;
}
.wc-block-components-address-form__address_2-toggle:hover {
	text-decoration: underline;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
	color: inherit;
	display: block;
	flex-grow: 1;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}
.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
	margin: 0;
	padding: 0;
}
@container (max-width: 699px) {
	.wc-block-checkout__sidebar {
		margin-bottom: 24px;
		order: 0;
	}
}
@container (min-width: 700px) {
	.wc-block-checkout__sidebar {
		align-self: flex-start;
		top: 24px;
	}
	.wc-block-checkout__sidebar.is-sticky {
		position: sticky;
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-address-address-wrapper {
	position: relative;
}
.wc-block-components-address-address-wrapper
	.wc-block-components-address-card-wrapper,
.wc-block-components-address-address-wrapper
	.wc-block-components-address-form-wrapper {
	width: 100%;
}
.wc-block-components-address-address-wrapper.is-animated
	.wc-block-components-address-card-wrapper,
.wc-block-components-address-address-wrapper.is-animated
	.wc-block-components-address-form-wrapper {
	transition: all 0.3s ease-in-out;
}
.wc-block-components-address-address-wrapper.is-editing
	.wc-block-components-address-form-wrapper {
	opacity: 1;
}
.wc-block-components-address-address-wrapper.is-editing
	.wc-block-components-address-card-wrapper {
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}
.wc-block-components-address-address-wrapper:not(.is-editing)
	.wc-block-components-address-form-wrapper {
	height: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}
.wc-block-components-address-address-wrapper:not(.is-editing)
	.wc-block-components-address-card-wrapper {
	opacity: 1;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-address-card {
	align-items: flex-start;
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 4px;
	display: flex;
	font-size: var(--wp--preset--font-size--small, 14px);
	justify-content: flex-start;
	line-height: 1.4;
	margin: 0;
	padding: 16px;
}
.wc-block-components-address-card address {
	display: flex;
	flex-direction: column;
	font-style: normal;
	gap: 4px;
	margin: 0;
}
.wc-block-components-address-card
	address
	.wc-block-components-address-card__address-section--primary {
	font-weight: 500;
}
.wc-block-components-address-card
	address
	.wc-block-components-address-card__address-section--secondary {
	color: hsla(0, 0%, 7%, 0.7);
}
.has-dark-controls
	.wc-block-components-address-card
	address
	.wc-block-components-address-card__address-section--secondary {
	color: #fff;
}
.wc-block-components-address-card__edit {
	background-color: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin: 0 0 0 auto;
}
.wc-block-components-address-card__edit:hover {
	text-decoration: underline;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-country-input {
	margin-top: 16px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-blocks-components-select {
	max-width: none;
	width: 100%;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
	background: transparent;
	border-radius: 4px;
	box-sizing: border-box;
	line-height: 0;
	position: relative;
	width: 100%;
}
.has-dark-controls
	.wc-blocks-components-select
	.wc-blocks-components-select__container {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
}
.has-dark-controls
	.wc-blocks-components-select
	.wc-blocks-components-select__container:focus {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
}
.has-error
	.wc-blocks-components-select
	.wc-blocks-components-select__container {
	border-color: #cc1818;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
	appearance: none;
	background: none;
	border: 1px solid color-mix(in srgb, currentColor 80%, transparent);
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	height: 50px;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 25px;
	padding: 16px 9px 0;
	text-decoration: inherit;
	text-transform: inherit;
	width: 100%;
}
.wc-blocks-components-select .wc-blocks-components-select__select:focus {
	border-color: currentColor;
	border-width: 1.5px;
	padding: 16px 8.5px 0;
}
.has-dark-controls
	.wc-blocks-components-select
	.wc-blocks-components-select__select {
	border-color: hsla(0, 0%, 100%, 0.4);
	color: #fff;
}
.has-dark-controls
	.wc-blocks-components-select
	.wc-blocks-components-select__select:focus {
	border-color: currentColor;
}
.has-error .wc-blocks-components-select .wc-blocks-components-select__select {
	color: #cc1818;
}
.wc-blocks-components-select .wc-blocks-components-select__label {
	font-family: inherit;
	font-size: inherit;
	font-size: 13px;
	font-style: inherit;
	font-weight: inherit;
	left: 10px;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1.4;
	margin: 0;
	max-width: calc(100% - 24px);
	overflow: hidden;
	position: absolute;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	top: 6px;
	white-space: nowrap;
	z-index: 1;
}
.has-dark-controls
	.wc-blocks-components-select
	.wc-blocks-components-select__label {
	color: hsla(0, 0%, 100%, 0.6);
}
.has-error .wc-blocks-components-select .wc-blocks-components-select__label {
	color: #cc1818;
}
.wc-blocks-components-select .wc-blocks-components-select__expand {
	fill: #2b2d2f;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
.has-dark-controls
	.wc-blocks-components-select
	.wc-blocks-components-select__expand {
	fill: #fff;
}
.has-error .wc-blocks-components-select .wc-blocks-components-select__expand {
	fill: #cc1818;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-address-form__address_2-hidden-input {
	left: -20000px;
	position: absolute;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-address-autocomplete-container {
	margin-top: 16px;
	position: relative;
	width: 100%;
}
.wc-block-components-address-autocomplete-container
	.wc-block-components-address-autocomplete-icon {
	background-color: var(--wc-form-color-text, #444);
	height: 24px;
	mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgYXJpYS1oaWRkZW49InRydWUiPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtOS4yNSA5LjI1IDIuNSAyLjUiLz48L3N2Zz4=)
		no-repeat center;
	mask-size: 16px;
	-webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgYXJpYS1oaWRkZW49InRydWUiPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtOS4yNSA5LjI1IDIuNSAyLjUiLz48L3N2Zz4=)
		no-repeat center;
	-webkit-mask-size: 16px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	z-index: 2;
}
.has-dark-controls
	.wc-block-components-address-autocomplete-container
	.wc-block-components-address-autocomplete-icon {
	background-color: var(--wc-form-color-text, #fff);
}
.wc-block-components-address-autocomplete-suggestions {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 4px;
	max-width: 100%;
	position: absolute;
	width: 100%;
	z-index: 1000;
}
.wc-block-components-address-autocomplete-suggestions .suggestions-list {
	list-style: none;
	margin: 0;
	max-height: 200px;
	overflow-y: auto;
	padding: 0;
}
.wc-block-components-address-autocomplete-suggestions .suggestions-list li {
	color: var(--wc-form-color-text, #444);
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
	padding: 8px 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wc-block-components-address-autocomplete-suggestions
	.suggestions-list
	li:last-child {
	border-bottom: none;
}
.wc-block-components-address-autocomplete-suggestions
	.suggestions-list
	li.active,
.wc-block-components-address-autocomplete-suggestions
	.suggestions-list
	li:hover {
	background-color: #0073aa;
	color: #fff;
}
.wc-block-components-address-autocomplete-suggestions
	.suggestions-list
	li:focus {
	background-color: #0073aa;
	color: #fff;
	outline: none;
}
.wc-block-components-address-autocomplete-suggestions
	.woocommerce-address-autocomplete-branding {
	align-items: center;
	background: #d3d3d3;
	color: rgba(34, 34, 34, 0.66);
	display: flex;
	font-size: 12px;
	padding: 8px 12px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-checkout__terms {
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin: 0 0 24px;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
	border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	padding-top: 24px;
}
@container (max-width: 699px) {
	.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
		border-top: 0;
		padding-top: 0;
	}
}
.wc-block-checkout__terms textarea {
	position: relative;
	top: -5px;
}
.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
	opacity: 0.6;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-password-strength {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-size: 0.75em;
	gap: 8px;
	height: 1em;
	line-height: 1;
	padding: 8px 0 0;
	text-align: right;
}
.wc-block-components-password-strength.hidden {
	opacity: 0;
}
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter {
	background-color: color-mix(in srgb, currentColor 20%, transparent);
	border: 0;
	border-radius: 4px;
	color: #cc1818;
	display: block;
	height: 8px;
	margin: 0;
	width: 100%;
}
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter::-webkit-meter-bar,
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter::-webkit-meter-inner-element {
	background: none;
	border: 0;
	height: 8px;
	vertical-align: middle;
}
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter::-webkit-meter-even-less-good-value,
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter::-webkit-meter-optimum-value,
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter::-webkit-meter-suboptimum-value {
	background: none;
	background-color: currentColor;
	border: 0;
	border-radius: 4px;
	height: 8px;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	vertical-align: middle;
}
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter:-moz-meter-optimum::-moz-meter-bar,
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter:-moz-meter-sub-optimum::-moz-meter-bar,
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
	background: none;
	background-color: currentColor;
	border: 0;
	border-radius: 4px;
	height: 8px;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
	vertical-align: middle;
}
.wc-block-components-password-strength
	.wc-block-components-password-strength__result {
	color: #cc1818;
}
.wc-block-components-password-strength
	.wc-block-components-password-strength__result:after {
	content: " ";
}
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter[value="1"],
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter[value="1"]
	+ .wc-block-components-password-strength__result {
	color: #cc1818;
}
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter[value="2"],
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter[value="2"]
	+ .wc-block-components-password-strength__result {
	color: #cc1818;
}
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter[value="3"],
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter[value="3"]
	+ .wc-block-components-password-strength__result {
	color: #f0b849;
}
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter[value="4"],
.wc-block-components-password-strength
	.wc-block-components-password-strength__meter[value="4"]
	+ .wc-block-components-password-strength__result {
	color: #4ab866;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-checkout-return-to-cart-button {
	box-shadow: none;
	color: inherit;
	padding-left: calc(24px + 0.25em);
	position: relative;
	text-decoration: none;
}
.wc-block-components-checkout-return-to-cart-button svg {
	fill: currentColor;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.rtl .wc-block-components-checkout-return-to-cart-button svg {
	transform: translateY(-50%) scale(-1);
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-button:not(.is-link) {
	align-items: center;
	display: inline-flex;
	height: auto;
	justify-content: center;
	position: relative;
	text-align: center;
	transition: box-shadow 0.1s linear;
}
.wc-block-components-button:not(.is-link):focus {
	box-shadow: 0 0 0 2px #0675c4;
	box-shadow:
		inset 0 0 0 1px #fff,
		0 0 0 2px #0675c4;
	outline: 3px solid transparent;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
	text-wrap: balance;
	text-wrap: pretty;
	display: block;
}
.wc-block-components-button:not(.is-link)
	.wc-block-components-button__text
	> svg {
	fill: currentColor;
}
.wc-block-components-button:not(.is-link).text {
	color: #1e1e1e;
}
.wc-block-components-button:not(.is-link).text:hover {
	opacity: 0.9;
}
.wc-block-components-button:not(.is-link):disabled
	.wc-block-components-button__text {
	opacity: 0.5;
}
.wc-block-components-button:not(.is-link).is-style-outline,
.wc-block-components-button:not(.is-link).outlined {
	background: transparent;
	color: currentColor;
}
.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
	box-shadow: inset 0 0 0 1px currentColor;
}
.wc-block-components-button:not(.is-link).is-style-outline:active,
.wc-block-components-button:not(.is-link).is-style-outline:disabled,
.wc-block-components-button:not(.is-link).is-style-outline:focus,
.wc-block-components-button:not(.is-link).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:active,
.wc-block-components-button:not(.is-link).outlined:disabled,
.wc-block-components-button:not(.is-link).outlined:focus,
.wc-block-components-button:not(.is-link).outlined:hover {
	background-color: #1e1e1e;
	color: #fff;
}
.wc-block-components-button:not(.is-link).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
	background-color: #1e1e1e;
	color: #fff;
	opacity: 1;
}
body:not(.woocommerce-block-theme-has-button-styles)
	.wc-block-components-button:not(.is-link) {
	min-height: 3em;
}
body:not(.woocommerce-block-theme-has-button-styles)
	.wc-block-components-button:not(.is-link):focus {
	box-shadow: 0 0 0 2px #0675c4;
	box-shadow:
		inset 0 0 0 1px #fff,
		0 0 0 2px #0675c4;
	outline: 3px solid transparent;
}
body:not(.woocommerce-block-theme-has-button-styles)
	.wc-block-components-button:not(.is-link).text {
	color: #1e1e1e;
}
body:not(.woocommerce-block-theme-has-button-styles)
	.wc-block-components-button:not(.is-link).text:hover {
	opacity: 0.9;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-checkout-place-order-button {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 18px 30px;
}
@container (max-width: 399px) {
	.wc-block-components-checkout-place-order-button {
		width: 100%;
	}
}
.wc-block-components-checkout-place-order-button--loading
	.wc-block-components-button__text {
	visibility: hidden;
}
.wc-block-components-checkout-place-order-button--loading
	.wc-block-components-checkout-place-order-button__icon,
.wc-block-components-checkout-place-order-button--loading
	.wc-block-components-spinner {
	visibility: visible;
}
.wc-block-components-checkout-place-order-button
	.wc-block-components-checkout-place-order-button__text {
	align-items: center;
	display: flex;
}
.wc-block-components-checkout-place-order-button
	.wc-block-components-checkout-place-order-button__separator {
	margin: 0 16px;
}
.wc-block-components-checkout-place-order-button
	.wc-block-components-button__text
	> svg {
	fill: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	vertical-align: top;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-payment-method-label--with-icon {
	display: inline-block;
	vertical-align: middle;
}
.wc-block-components-payment-method-label--with-icon > img,
.wc-block-components-payment-method-label--with-icon > svg {
	margin: -2px 4px 0 0;
	vertical-align: middle;
}
@container (min-width: 400px) and (max-width: 519px) {
	.wc-block-components-payment-method-label--with-icon > img,
	.wc-block-components-payment-method-label--with-icon > svg {
		display: none;
	}
}
@container (max-width: 399px) {
	.wc-block-components-payment-method-label--with-icon > img,
	.wc-block-components-payment-method-label--with-icon > svg {
		display: none;
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-payment-method-icons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 14px;
}
.wc-block-components-payment-method-icons
	.wc-block-components-payment-method-icon {
	display: inline-block;
	height: 24px;
	margin: 0 4px 2px;
	max-height: 24px;
	max-width: 38px;
	padding: 0;
	width: auto;
}
.wc-block-components-payment-method-icons--align-left {
	justify-content: flex-start;
}
.wc-block-components-payment-method-icons--align-left
	.wc-block-components-payment-method-icon {
	margin-left: 0;
	margin-right: 8px;
}
.wc-block-components-payment-method-icons--align-right {
	justify-content: flex-end;
}
.wc-block-components-payment-method-icons--align-right
	.wc-block-components-payment-method-icon {
	margin-left: 8px;
	margin-right: 0;
}
.wc-block-components-payment-method-icons:last-child {
	margin-bottom: 0;
}
@container (min-width: 520px) and (max-width: 699px) {
	.wc-block-components-payment-method-icons
		.wc-block-components-payment-method-icon {
		height: 16px;
	}
}
@container (min-width: 400px) and (max-width: 519px) {
	.wc-block-components-payment-method-icons
		.wc-block-components-payment-method-icon {
		height: 16px;
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-loading-mask {
	min-height: 34px;
	pointer-events: none;
	position: relative;
}
.wc-block-components-loading-mask .components-spinner {
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
	opacity: 0.25;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-checkout__actions {
	margin-bottom: 36px;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row {
	align-items: center;
	display: flex;
	font-size: var(--wp--preset--font-size--small, 14px);
	gap: 8px;
	justify-content: space-between;
	line-height: 1.4;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row--justify-flex-end {
	justify-content: flex-end;
}
.wc-block-checkout__actions
	.wc-block-checkout__actions_row
	.wc-block-components-checkout-place-order-button--full-width {
	width: 100%;
}
@container (max-width: 399px) {
	.wc-block-checkout__actions .wc-block-checkout__actions_row {
		flex-direction: column-reverse;
		gap: 16px;
		justify-content: center;
	}
	.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
		width: 100%;
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-checkout__add-note {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-totals-coupon .wc-block-components-panel__button {
	margin-top: 0;
	padding-top: 0;
}
.wc-block-components-totals-coupon .wc-block-components-panel__content {
	padding-bottom: 0;
}
.wc-block-components-totals-coupon__form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 0;
	width: 100%;
}
.wc-block-components-totals-coupon__form
	.wc-block-components-text-input.wc-block-components-totals-coupon__input,
.wc-block-components-totals-coupon__form
	.wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon__form
	.wc-block-components-totals-coupon__input {
	margin: 0;
}
.wc-block-components-totals-coupon__form
	.wc-block-components-totals-coupon__input {
	flex: 3 1 120px;
}
.wc-block-components-totals-coupon__form
	.wc-block-components-totals-coupon__button {
	flex: 1 1 auto;
	padding-left: 16px;
	padding-right: 16px;
	white-space: nowrap;
}
.wc-block-components-totals-coupon__form
	.wc-block-components-totals-coupon__button--loading
	.wc-block-components-button__text {
	visibility: hidden;
}
.wc-block-components-totals-coupon__form
	.wc-block-components-totals-coupon__button--loading
	.wc-block-components-spinner {
	visibility: visible;
}
.wc-block-components-totals-coupon__content {
	flex-direction: column;
	position: relative;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-totals-discount__coupon-list {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-skeleton {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.wc-block-components-skeleton__element {
	background: color-mix(in srgb, currentColor 5%, transparent);
	border: none;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.wc-block-components-skeleton__element:after {
	animation: wc-skeleton-shimmer 1.25s infinite;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, currentColor 5%, transparent) 50%,
		transparent
	);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-100%);
}
@media (prefers-reduced-motion: reduce) {
	.wc-block-components-skeleton__element:after {
		animation: none;
	}
}
.wc-block-components-skeleton__element--static:after {
	display: none;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item
	.wc-block-components-totals-item__value {
	font-size: 1.25em;
}
.wc-block-components-totals-footer-item
	.wc-block-components-totals-item__label {
	font-weight: 500;
}
.wc-block-components-totals-footer-item
	.wc-block-components-totals-footer-item-tax {
	align-items: center;
	display: flex;
	flex-direction: row;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
	white-space: pre;
}
.wc-block-components-totals-footer-item
	.wc-block-components-totals-footer-item-tax
	.wc-block-components-skeleton__element {
	margin-left: 0.5em;
}
.wc-block-components-totals-footer-item
	.wc-block-components-totals-footer-item-shipping {
	margin-bottom: 0;
	margin-top: 0;
}
.wc-block-components-totals-footer-item
	.wc-block-components-totals-item__value {
	font-weight: 500;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item
	.wc-block-components-totals-item__value {
	font-size: var(--wp--preset--font-size--medium, 22px);
	line-height: 1.4;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-totals-shipping
	fieldset.wc-block-components-totals-shipping__fieldset {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
	text-transform: uppercase;
}
.wc-block-components-totals-shipping .wc-block-components-shipping-address,
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__delivery-options-notice {
	display: block;
	margin-top: 16px;
}
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__options {
	display: block;
	margin: 0;
}
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping-address-summary {
	display: inline-block;
	margin: 0;
}
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__options {
	margin-top: 12px;
}
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__options
	.wc-block-components-radio-control__description,
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__options
	.wc-block-components-radio-control__label,
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__options
	.wc-block-components-radio-control__secondary-description,
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__options
	.wc-block-components-radio-control__secondary-label {
	flex-basis: 100%;
	text-align: left;
}
.wc-block-components-totals-shipping
	.wc-block-components-shipping-rates-control__no-results-notice {
	margin: 0 0 0.75em;
}
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__change-address__link {
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	font-weight: 400;
	padding: 0;
	text-align: left;
	text-decoration: underline;
}
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__change-address-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline;
}
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__change-address-button:hover {
	background: transparent;
}
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping
	.wc-block-components-totals-shipping__change-address-button:hover {
	opacity: 0.8;
}
.wc-block-components-totals-shipping
	.wc-block-components-shipping-placeholder__value {
	font-size: 0.875em;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
	font-size: 0.875em;
	width: 100%;
}
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
	.wc-block-components-totals-shipping__change-address-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline;
}
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
	.wc-block-components-totals-shipping__change-address-button:active,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
	.wc-block-components-totals-shipping__change-address-button:focus,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
	.wc-block-components-totals-shipping__change-address-button:hover {
	background: transparent;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wp-block-woocommerce-checkout-order-summary-block {
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 5px;
	box-sizing: border-box;
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
}
.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper
	.wc-block-components-order-summary {
	padding: 0 16px;
}
.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper
	.wc-block-components-title {
	margin-bottom: 16px;
}
.wp-block-woocommerce-checkout-order-summary-block
	.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
	border-top: 0;
	padding-top: 8px;
}
.wp-block-woocommerce-checkout-order-summary-block
	.wc-block-components-checkout-order-summary__title {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
}
.wp-block-woocommerce-checkout-order-summary-block
	.wc-block-components-checkout-order-summary__title
	.wc-block-components-checkout-order-summary__title-text {
	flex-grow: 1;
	font-size: var(--wp--preset--font-size--medium, 22px);
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 8px 16px;
}
.wp-block-woocommerce-checkout-order-summary-block
	.wc-block-components-checkout-order-summary__title
	.wc-block-components-checkout-order-summary__title-open-close {
	cursor: pointer;
}
.wp-block-woocommerce-checkout-order-summary-block
	.checkout-order-summary-block-fill {
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 5px;
}
.wp-block-woocommerce-checkout-order-summary-block
	.checkout-order-summary-block-fill
	.wc-block-components-totals-wrapper:first-of-type {
	border-top: 0;
}
.wp-block-woocommerce-checkout-order-summary-block
	.checkout-order-summary-block-fill
	.wc-block-components-totals-coupon,
.wp-block-woocommerce-checkout-order-summary-block
	.checkout-order-summary-block-fill
	.wc-block-components-totals-item {
	padding-left: 16px;
	padding-right: 16px;
}
.wp-block-woocommerce-checkout-order-summary-block
	.wc-block-components-product-name {
	font-weight: 500;
	margin: 0;
}
.wc-block-checkout__main .wc-block-components-order-summary {
	margin-top: 8px;
}
@container (min-width: 700px) {
	.wp-block-woocommerce-checkout-order-summary-block
		.wc-block-components-checkout-order-summary__title-icon,
	.wp-block-woocommerce-checkout-order-summary-block
		.wc-block-components-checkout-order-summary__title-price {
		display: none;
	}
	.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
		display: none;
		overflow: hidden;
	}
}
@container (max-width: 699px) {
	.wp-block-woocommerce-checkout-order-summary-block {
		border: none;
		margin-top: 0;
	}
	.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
		padding-bottom: 36px;
	}
	.wp-block-woocommerce-checkout-order-summary-block
		.wc-block-components-checkout-order-summary__title {
		border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
		border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
		cursor: pointer;
		padding: 20px 0;
	}
	.wp-block-woocommerce-checkout-order-summary-block
		.wc-block-components-checkout-order-summary__title.is-open {
		border-bottom: none;
	}
	.wp-block-woocommerce-checkout-order-summary-block
		.wc-block-components-checkout-order-summary__title
		.wc-block-components-checkout-order-summary__title-text {
		margin: 0;
	}
	.wp-block-woocommerce-checkout-order-summary-block
		.wc-block-components-checkout-order-summary__title
		.wc-block-components-checkout-order-summary__title-icon {
		fill: currentColor;
	}
	.wp-block-woocommerce-checkout-order-summary-block
		.wc-block-components-checkout-order-summary__content {
		display: none;
	}
	.wp-block-woocommerce-checkout-order-summary-block
		.wc-block-components-checkout-order-summary__content.is-open {
		border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
		display: block;
	}
	.wp-block-woocommerce-checkout-order-summary-block
		.wc-block-components-checkout-order-summary__content.is-open
		.wc-block-components-totals-wrapper:first-child {
		border-top: none;
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-skeleton.wc-block-components-skeleton--checkout-payment {
	border: 1px solid color-mix(in srgb, currentColor 10%, transparent);
	border-radius: 4px;
	padding: 16px;
}
.wc-block-components-skeleton--checkout-payment-container {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 20px 1fr 50px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #2f2f2f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: 0.875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important;
}
.wc-block-components-notice-banner
	> .wc-block-components-notice-banner__content {
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal;
}
.wc-block-components-notice-banner
	> .wc-block-components-notice-banner__content:last-child {
	padding-right: 0;
}
.wc-block-components-notice-banner
	> .wc-block-components-notice-banner__content
	.wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px;
}
.wc-block-components-notice-banner
	> .wc-block-components-notice-banner__content
	ol,
.wc-block-components-notice-banner
	> .wc-block-components-notice-banner__content
	ul {
	margin: 0 0 0 24px;
	padding: 0;
}
.wc-block-components-notice-banner
	> .wc-block-components-notice-banner__content
	ol
	li:after,
.wc-block-components-notice-banner
	> .wc-block-components-notice-banner__content
	ul
	li:after {
	clear: both;
	content: "";
	display: block;
}
.wc-block-components-notice-banner
	> .wc-block-components-notice-banner__content
	.wc-forward {
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: 0.7;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
	transition: all 0.2s ease-in-out;
}
.wc-block-components-notice-banner
	> .wc-block-components-notice-banner__content
	.wc-forward:active,
.wc-block-components-notice-banner
	> .wc-block-components-notice-banner__content
	.wc-forward:focus,
.wc-block-components-notice-banner
	> .wc-block-components-notice-banner__content
	.wc-forward:hover {
	opacity: 1;
	text-decoration: none;
}
.wc-block-components-notice-banner > svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	padding: 2px;
}
.wc-block-components-notice-banner > .wc-block-components-button {
	background: transparent none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: 0.6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important;
}
.wc-block-components-notice-banner > .wc-block-components-button > svg {
	margin: 0 !important;
}
.wc-block-components-notice-banner > .wc-block-components-button:active,
.wc-block-components-notice-banner > .wc-block-components-button:focus,
.wc-block-components-notice-banner > .wc-block-components-button:hover {
	opacity: 1;
}
.wc-block-components-notice-banner > .wc-block-components-button:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 0;
}
.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818;
}
.wc-block-components-notice-banner.is-error > svg {
	background-color: #cc1818;
	transform: rotate(180deg);
}
.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849;
}
.wc-block-components-notice-banner.is-warning > svg {
	background-color: #f0b849;
	transform: rotate(180deg);
}
.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866;
}
.wc-block-components-notice-banner.is-success > svg {
	background-color: #4ab866;
}
.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba;
}
.wc-block-components-notice-banner.is-info > svg {
	background-color: #007cba;
}
.wc-block-components-notice-banner:focus {
	outline-width: 0;
}
.wc-block-components-notice-banner:focus-visible {
	outline-style: solid;
	outline-width: 2px;
}
.woocommerce.wc-block-store-notices.alignwide {
	max-width: var(--wp--style--global--wide-size);
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.components-notice.wc-block-checkout__no-payment-methods-notice {
	margin: 0 0 16px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.components-notice.wc-block-checkout__only-express-payments-notice {
	margin: 0 0 16px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-card-elements {
	display: flex;
	width: 100%;
}
.wc-block-card-elements .wc-block-components-validation-error {
	position: static;
}
.wc-block-gateway-container {
	margin-bottom: 1.5em;
	margin-top: 8px;
	position: relative;
	white-space: nowrap;
}
.wc-block-gateway-container.wc-card-number-element {
	flex-basis: 15em;
	flex-grow: 1;
	min-width: min(15em, 60%);
}
.wc-block-gateway-container.wc-card-expiry-element {
	flex-basis: 7em;
	margin-left: 12px;
	min-width: min(7em, 24% - 12px);
}
.wc-block-gateway-container.wc-card-cvc-element {
	flex-basis: 7em;
	margin-left: 12px;
	min-width: min(5em, 16% - 12px);
}
.wc-block-gateway-container .wc-block-gateway-input {
	background-color: #fff;
	border: 1px solid color-mix(in srgb, currentColor 80%, transparent);
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	cursor: text;
	font-family: inherit;
	font-size: 1em;
	height: 3em;
	line-height: 1.375;
	margin: 0;
	padding: 0.75em 0 0.75em 16px;
	width: 100%;
}
.wc-block-gateway-container .wc-block-gateway-input:focus {
	background-color: #fff;
}
.wc-block-gateway-container:focus {
	background-color: #fff;
}
.wc-block-gateway-container label {
	color: inherit;
	color: #757575;
	cursor: text;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	left: 0;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1.375;
	margin: 0 0 0 17px;
	max-width: calc(100% - 24px);
	overflow: hidden;
	position: absolute;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	top: 0;
	transform: translateY(0.75em);
	transform-origin: top left;
	transition: transform 0.2s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
	.wc-block-gateway-container label {
		transition: none;
	}
}
.wc-block-gateway-container.wc-inline-card-element label {
	margin-left: calc(24px + 1.5em);
}
.wc-block-gateway-container.wc-inline-card-element
	.wc-block-gateway-input.focused.empty
	+ label,
.wc-block-gateway-container.wc-inline-card-element
	.wc-block-gateway-input:not(.empty)
	+ label {
	margin-left: 16px;
	transform: translateY(4px) scale(0.75);
}
.wc-block-gateway-container.wc-inline-card-element
	+ .wc-block-components-validation-error {
	margin-top: -24px;
	position: static;
}
.wc-block-gateway-container .wc-block-gateway-input.focused.empty,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
	padding: 1.5em 0 0.25em 16px;
}
.wc-block-gateway-container .wc-block-gateway-input.focused.empty + label,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
	transform: translateY(4px) scale(0.75);
}
.wc-block-gateway-container .wc-block-gateway-input.has-error {
	border-color: #cc1818;
}
.wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
	outline-color: #cc1818;
}
.wc-block-gateway-container .wc-block-gateway-input.has-error + label {
	color: #cc1818;
}
@container (min-width: 520px) and (max-width: 699px) {
	.wc-card-cvc-element .wc-block-components-validation-error > p,
	.wc-card-expiry-element .wc-block-components-validation-error > p {
		line-height: 16px;
		padding-top: 4px;
	}
}
@container (min-width: 700px) {
	.wc-card-cvc-element .wc-block-components-validation-error > p,
	.wc-card-expiry-element .wc-block-components-validation-error > p {
		line-height: 16px;
		padding-top: 4px;
	}
}
@container (min-width: 400px) and (max-width: 519px) {
	.wc-card-cvc-element .wc-block-components-validation-error > p,
	.wc-card-expiry-element .wc-block-components-validation-error > p {
		min-height: 28px;
	}
	.wc-block-card-elements {
		flex-wrap: wrap;
	}
	.wc-block-gateway-container.wc-card-number-element {
		flex-basis: 100%;
	}
	.wc-block-gateway-container.wc-card-expiry-element {
		flex-basis: calc(50% - 8px);
		margin-left: 0;
		margin-right: 8px;
	}
	.wc-block-gateway-container.wc-card-cvc-element {
		flex-basis: calc(50% - 8px);
		margin-left: 8px;
	}
}
@container (max-width: 399px) {
	.wc-card-cvc-element .wc-block-components-validation-error > p,
	.wc-card-expiry-element .wc-block-components-validation-error > p {
		min-height: 28px;
	}
	.wc-block-card-elements {
		flex-wrap: wrap;
	}
	.wc-block-gateway-container.wc-card-number-element {
		flex-basis: 100%;
	}
	.wc-block-gateway-container.wc-card-expiry-element {
		flex-basis: calc(50% - 8px);
		margin-left: 0;
		margin-right: 8px;
	}
	.wc-block-gateway-container.wc-card-cvc-element {
		flex-basis: calc(50% - 8px);
		margin-left: 8px;
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-checkout-payment-methods * {
	pointer-events: all;
}
.wc-block-checkout__payment-method
	.wc-block-components-radio-control__option:after {
	content: none;
}
.wc-block-checkout__payment-method
	.wc-block-components-radio-control-accordion-option
	.wc-block-components-radio-control__option {
	border-width: 0;
}
.wc-block-checkout__payment-method
	.wc-block-components-radio-control-accordion-option:first-child:after {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.wc-block-checkout__payment-method
	.wc-block-components-radio-control-accordion-option:last-child:after {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.wc-block-checkout__payment-method
	.wc-block-components-radio-control-accordion-option:last-child:after,
.wc-block-checkout__payment-method
	.wc-block-components-radio-control__option:last-child:after {
	border-width: 1px;
}
.wc-block-checkout__payment-method
	.wc-block-components-radio-control-accordion-option
	.wc-block-components-radio-control__option:after {
	border-width: 0;
}
.wc-block-checkout__payment-method
	.wc-block-components-radio-control-accordion-option
	.wc-block-components-radio-control__label {
	align-items: center;
	border-width: 0;
	display: flex;
	justify-content: flex-start;
}
.wc-block-checkout__payment-method
	.wc-block-components-radio-control-accordion-option
	.wc-block-components-radio-control__label
	img {
	height: 24px;
	max-height: 24px;
	max-width: 100%;
	object-fit: contain;
	object-position: left;
}
.wc-block-checkout__payment-method
	.wc-block-components-radio-control.disable-radio-control
	.wc-block-components-radio-control__option {
	padding-left: 16px;
}
.wc-block-checkout__payment-method
	.wc-block-components-radio-control.disable-radio-control
	.wc-block-components-radio-control__input {
	display: none;
}
.wc-block-checkout__payment-method
	.wc-block-components-checkout-step__description-payments-aligned {
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin: 0;
	padding-bottom: 8px;
	padding-top: 12px;
}
.wc-block-components-radio-control-accordion-content {
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	padding: 0 16px 16px;
}
.wc-block-components-radio-control-accordion-content:empty,
.wc-block-components-radio-control-accordion-content:has(> :only-child:empty) {
	display: none;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-express-payment {
	margin: auto;
	position: relative;
}
.wc-block-components-express-payment
	.wc-block-components-express-payment__event-buttons {
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 100%;
}
.wc-block-components-express-payment
	.wc-block-components-express-payment__event-buttons
	> div,
.wc-block-components-express-payment
	.wc-block-components-express-payment__event-buttons
	> li {
	margin: 0;
	min-height: 48px;
	min-width: 150px;
	overflow: hidden;
	width: 100%;
}
.wc-block-components-express-payment
	.wc-block-components-express-payment__event-buttons
	> div
	> img,
.wc-block-components-express-payment
	.wc-block-components-express-payment__event-buttons
	> li
	> img {
	height: 48px;
	width: 100%;
}
.wc-block-components-express-payment--checkout {
	transition: none !important;
}
.wc-block-components-express-payment--checkout
	.wc-block-components-express-payment__event-buttons {
	grid-gap: 12px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	list-style: none;
}
@container (max-width: 399px) {
	.wc-block-components-express-payment--checkout
		.wc-block-components-express-payment__event-buttons {
		grid-template-columns: 1fr;
	}
}
.wc-block-components-express-payment--checkout
	.wc-block-components-express-payment__title-container {
	display: flex;
	flex-direction: row;
	left: 0;
	position: absolute;
	right: 0;
	top: -4px;
	vertical-align: middle;
}
.wc-block-components-express-payment--checkout
	.wc-block-components-express-payment__title-container:before {
	border-left: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-color: color-mix(in srgb, currentColor 20%, transparent)
		color-mix(in srgb, currentColor 20%, transparent) currentcolor;
	border-radius: 4px 0 0 0;
	border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	content: "";
	display: block;
	flex-grow: 1;
	height: 3px;
	margin-right: 12px;
	pointer-events: none;
}
.wc-block-components-express-payment--checkout
	.wc-block-components-express-payment__title-container:after {
	border-color: currentcolor currentcolor
		color-mix(in srgb, currentColor 20%, transparent)
		color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 0 4px 0 0;
	border-right: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	content: "";
	display: block;
	flex-grow: 1;
	height: 3px;
	margin-left: 12px;
	pointer-events: none;
}
.wc-block-components-express-payment--checkout
	.wc-block-components-express-payment__title {
	border: 0;
	border-radius: 0;
	flex-grow: 0;
	font-size: var(--wp--preset--font-size--small, 14px);
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	vertical-align: baseline;
	word-break: break-word;
}
.wc-block-components-express-payment--checkout
	.wc-block-components-express-payment__content {
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 0 0 4px 4px;
	border-top: 0;
	margin-top: 5px;
	min-height: 48px;
	padding: 20px 16px 16px;
}
.wc-block-components-express-payment--checkout
	.wc-block-components-express-payment__content
	> p {
	margin-bottom: 1em;
}
@container (max-width: 699px) {
	.wc-block-components-express-payment--checkout
		.wc-block-components-express-payment__content {
		padding: 12px 16px 16px;
	}
}
.wc-block-components-express-payment--disabled
	.wc-block-components-express-payment__content {
	opacity: 0.6;
}
.wc-block-components-express-payment--disabled
	.wc-block-components-express-payment__content
	* {
	pointer-events: none;
}
.wc-block-components-express-payment--cart
	.wc-block-components-express-payment__event-buttons
	> div,
.wc-block-components-express-payment--cart
	.wc-block-components-express-payment__event-buttons
	> li {
	padding-bottom: 12px;
	text-align: center;
	width: 100%;
}
.wc-block-components-express-payment--cart
	.wc-block-components-express-payment__event-buttons
	> div:last-child,
.wc-block-components-express-payment--cart
	.wc-block-components-express-payment__event-buttons
	> li:last-child {
	padding-bottom: 0;
}
.wc-block-components-express-payment-continue-rule {
	align-items: center;
	display: flex;
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin: 16px 0 24px;
	padding: 0;
	text-align: center;
}
.wc-block-components-express-payment-continue-rule:before {
	margin-right: 10px;
}
.wc-block-components-express-payment-continue-rule:after {
	margin-left: 10px;
}
.wc-block-components-express-payment-continue-rule:after,
.wc-block-components-express-payment-continue-rule:before {
	border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	content: " ";
	flex: 1;
}
@container (max-width: 699px) {
	.wc-block-components-express-payment-continue-rule {
		margin: 16px 0;
	}
}
.wc-block-components-express-payment-continue-rule--cart {
	margin: 16px 0;
	text-transform: uppercase;
}
.theme-twentynineteen .wc-block-components-express-payment__title:before {
	display: none;
}
.theme-twentytwenty
	.wc-block-components-express-payment
	.wc-block-components-express-payment__title {
	padding-left: 12px;
	padding-right: 12px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-checkout__shipping-method
	.wc-block-checkout__shipping-method-container {
	align-items: stretch;
	background-color: color-mix(in srgb, currentColor 6%, transparent);
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: space-between;
	padding: 4px;
}
.edit-post-visual-editor .wc-block-checkout__shipping-method-option,
.wc-block-checkout__shipping-method-option {
	align-items: center;
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	color: currentColor;
	cursor: pointer;
	display: flex;
	flex-basis: 0;
	flex-direction: row;
	flex-grow: 1;
	flex-wrap: wrap;
	gap: 0;
	justify-content: center;
	padding: 8px 16px;
	position: relative;
}
.has-dark-controls
	.edit-post-visual-editor
	.wc-block-checkout__shipping-method-option,
.has-dark-controls .wc-block-checkout__shipping-method-option {
	color: currentColor;
}
.edit-post-visual-editor
	.wc-block-checkout__shipping-method-option:focus-within,
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover,
.wc-block-checkout__shipping-method-option:focus-within,
.wc-block-checkout__shipping-method-option:hover {
	background-color: color-mix(in srgb, currentColor 12%, transparent);
	outline: none;
}
.edit-post-visual-editor
	.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
	background: #fff;
	border: 2px solid;
}
.has-dark-controls
	.edit-post-visual-editor
	.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.has-dark-controls
	.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
	background: rgba(0, 0, 0, 0.1);
}
.wc-block-checkout__shipping-method-option-title-wrapper {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 4px;
}
.wc-block-checkout__shipping-method-option-icon {
	fill: currentColor;
	flex-shrink: 0;
	vertical-align: middle;
}
.wc-block-checkout__shipping-method-option-title {
	text-wrap: balance;
	line-height: inherit;
	line-height: 1.4;
	line-height: 28px;
}
.wc-block-checkout__shipping-method-option-price,
.wc-block-checkout__shipping-method-option-title {
	font-family: inherit;
	font-size: inherit;
	font-size: var(--wp--preset--font-size--small, 14px);
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}
.wc-block-checkout__shipping-method-option-price {
	flex-basis: 100%;
	line-height: inherit;
	line-height: 1.4;
	text-align: center;
}
.wc-block-checkout__shipping-method-option-price em {
	font-style: inherit;
	text-transform: uppercase;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-skeleton.wc-block-components-skeleton--checkout-shipping {
	align-items: center;
	border: 1px solid color-mix(in srgb, currentColor 10%, transparent);
	border-radius: 4px;
	display: grid;
	gap: 16px;
	grid-template-columns: 20px 1fr 50px;
	padding: 16px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-shipping-rates-control__package {
	margin: 0;
}
.wc-block-components-shipping-rates-control__package
	.wc-block-components-radio-control__label {
	font-weight: 500;
}
.wc-block-components-shipping-rates-control__package
	.wc-block-components-shipping-rates-control__package__delivery_time {
	text-transform: none;
}
.wc-block-components-shipping-rates-control__package
	.wc-block-components-shipping-rates-control__package__description--free {
	text-transform: uppercase;
}
.wc-block-components-shipping-rates-control__package.wc-block-components-panel {
	margin-bottom: 0;
}
.wc-block-components-shipping-rates-control__package
	.wc-block-components-panel__button {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0.75em;
	padding-top: 0.75em;
}
.wc-block-components-shipping-rates-control__package
	.wc-block-components-panel__content {
	padding-bottom: 0.75em;
}
.wc-block-components-shipping-rates-control__package
	.wc-block-components-radio-control
	.wc-block-components-radio-control__option-layout {
	padding-bottom: 0;
}
.wc-block-components-shipping-rates-control__package
	.wc-block-components-radio-control__description,
.wc-block-components-shipping-rates-control__package
	.wc-block-components-radio-control__secondary-description {
	display: block;
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin: 0;
	text-align: left;
	width: 100%;
}
.wc-block-components-shipping-rates-control__package
	.wc-block-components-panel__button[aria-expanded="true"] {
	margin-bottom: 0;
	padding-bottom: 0;
}
.wc-block-components-shipping-rates-control__package
	.wc-block-components-shipping-rates-control__package-header {
	display: flex;
	flex: 1;
	flex-direction: column;
}
.wc-block-components-shipping-rates-control__package
	.wc-block-components-shipping-rates-control__package-header
	.wc-block-components-shipping-rates-control__package-header:last-child {
	margin-bottom: 0;
}
.wc-block-components-shipping-rates-control__package-container {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.wc-block-components-shipping-rates-control__package-container
	.wc-block-components-shipping-rates-control__package-thumbnails {
	align-items: center;
	display: flex;
	gap: 4px;
}
.wc-block-components-shipping-rates-control__package-container
	.wc-block-components-shipping-rates-control__package-thumbnails
	> img {
	height: 40px;
	object-fit: cover;
	width: 40px;
}
.wc-block-components-shipping-rates-control__package-container
	.wc-block-components-shipping-rates-control__package-thumbnails:first-child {
	margin-left: 4px;
}
@media screen and (max-width: 480px) {
	.wc-block-components-shipping-rates-control__package-container
		.wc-block-components-shipping-rates-control__package-thumbnails
		img:nth-child(3) {
		display: none;
	}
}
.wc-block-components-shipping-rates-control__package--multiple {
	align-items: flex-start;
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 4px;
	display: flex;
	font-size: var(--wp--preset--font-size--small, 14px);
	justify-content: flex-start;
	line-height: 1.4;
	margin: 0;
	padding: 16px;
}
.wc-block-components-shipping-rates-control__package--multiple
	.wc-block-components-panel__content,
.wc-block-components-shipping-rates-control__package--multiple
	.wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package--multiple
	.wc-block-components-radio-control__option-layout {
	padding-bottom: 0;
	width: 100%;
}
.wc-block-components-shipping-rates-control__package--multiple
	.wc-block-components-panel__button {
	padding-bottom: 0;
	padding-top: 0;
}
@container (min-width: 700px) {
	.wc-block-components-shipping-rates-control__package
		.wc-block-components-radio-control__description {
		padding-right: 16px;
	}
}
.wc-block-components-shipping-rates-control__package-title {
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
}
.wc-block-components-shipping-rates-control__package-items {
	display: inline-block;
	font-size: var(
		--wp--preset--font-size--x-small,
		calc(var(--wp--preset--font-size--small, 14px) * 0.875)
	);
	line-height: 1.4;
	list-style: none;
	margin: 0;
	padding: 0;
}
.wc-block-components-shipping-rates-control__package-item {
	display: inline-block;
	margin: 0;
	overflow-wrap: anywhere;
	padding: 0;
	word-break: break-word;
}
.wc-block-components-shipping-rates-control__package-item > div {
	display: inline;
}
.wc-block-components-shipping-rates-control__package-item:not(:last-child)
	> div:after {
	content: ", ";
	white-space: pre;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free {
	text-transform: uppercase;
}
.wc-block-checkout__shipping-option
	.wc-block-components-shipping-rates-control__no-results-notice {
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}
.wc-block-checkout__shipping-option
	.wc-block-components-shipping-rates-control__no-shipping-address-message {
	background-color: color-mix(in srgb, currentColor 6%, transparent);
	border-radius: 4px;
	box-sizing: border-box;
	color: color-mix(in srgb, currentColor 66%, transparent);
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin: 0;
	padding: 24px;
	text-align: center;
	width: 100%;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-local-pickup-rates-control
	.wc-block-components-local-pickup-select {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 16px;
}
.wc-block-components-local-pickup-rates-control
	.wc-block-components-local-pickup-select:last-child {
	margin-bottom: 0;
}
.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control {
	width: 100%;
}
.wc-block-components-local-pickup-select--multiple {
	align-items: flex-start;
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 4px;
	display: flex;
	font-size: var(--wp--preset--font-size--small, 14px);
	justify-content: flex-start;
	line-height: 1.4;
	margin: 0;
	padding: 16px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control
	.wc-block-components-radio-control__input,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control
	.wc-block-components-radio-control__input {
	top: 16px;
	transform: none;
}
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__option-layout,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__option-layout {
	display: block;
}
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__label-group,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__label-group {
	display: flex;
	width: 100%;
}
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__label-group
	> :last-child,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__label-group
	> :last-child {
	margin-left: auto;
}
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__label-group
	em,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__label-group
	em {
	font-style: inherit;
	text-transform: uppercase;
}
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__option-checked
	.wc-block-components-radio-control__description-group
	.read-more-content,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__option-checked
	.wc-block-components-radio-control__description-group
	.read-more-content {
	hyphens: auto;
	position: static;
	visibility: visible;
	word-break: normal;
	z-index: auto;
}
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description-group {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	font-size: var(--wp--preset--font-size--small, 14px);
	gap: 4px;
	line-height: 1.4;
	margin-top: 4px;
}
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description-group
	.read-more-content,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description-group
	.read-more-content {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description,
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__secondary-description {
	display: block;
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin: 0;
	text-align: left;
	width: 100%;
}
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description {
	align-items: center;
	display: flex;
	gap: 4px;
}
.has-dark-controls
	.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description,
.has-dark-controls
	.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description {
	color: currentColor;
}
.wc-block-checkout__pickup-options
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description
	.wc-block-editor-components-block-icon,
.wp-block-woocommerce-checkout-pickup-options-block
	.wc-block-components-local-pickup-rates-control
	.wc-block-components-radio-control__description
	.wc-block-editor-components-block-icon {
	fill: currentColor;
	margin-left: -3px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
	background: none !important;
	border: 0;
	margin: 0;
}
.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
	width: 100%;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	text-transform: uppercase;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__header
	.wc-block-cart-items__header-image,
table.wc-block-cart-items
	.wc-block-cart-items__header
	.wc-block-cart-items__header-image {
	width: 80px;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__header
	.wc-block-cart-items__header-product,
table.wc-block-cart-items
	.wc-block-cart-items__header
	.wc-block-cart-items__header-product {
	visibility: hidden;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__header
	.wc-block-cart-items__header-total,
table.wc-block-cart-items
	.wc-block-cart-items__header
	.wc-block-cart-items__header-total {
	text-align: right;
	width: 100px;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__header
	th,
table.wc-block-cart-items .wc-block-cart-items__header th {
	font-weight: 500;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__wrap
	> *,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__wrap
	> * {
	margin-bottom: 10px;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__wrap
	> :last-child,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__wrap
	> :last-child {
	margin-bottom: 0;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__image
	img,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__image
	img {
	margin: 0;
	width: 100%;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__prices,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__prices {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: var(--wp--preset--font-size--small, 14px);
	gap: 8px;
	line-height: 1.4;
}
@container (max-width: 399px) {
	.editor-styles-wrapper
		table.wc-block-cart-items
		.wc-block-cart-items__row
		.wc-block-cart-item__prices,
	table.wc-block-cart-items
		.wc-block-cart-items__row
		.wc-block-cart-item__prices {
		flex-wrap: wrap;
	}
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__prices
	.price,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__prices
	.price {
	align-items: center;
	display: flex;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__prices
	.price[hidden],
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__prices
	.price[hidden] {
	display: none;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 12px;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	height: 24px;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	text-transform: none;
	vertical-align: baseline;
	white-space: nowrap;
	width: 24px;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link:active,
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link:active,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link:hover {
	background: transparent;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link:hover {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link[hidden],
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link[hidden] {
	display: none;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link
	svg,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link
	svg {
	fill: currentColor;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-components-product-name,
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-components-product-name {
	display: block;
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin-bottom: 5px;
	max-width: max-content;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-components-product-name[hidden],
table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-components-product-name[hidden] {
	display: none;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	line-height: 1.8;
	text-align: right;
}
.editor-styles-wrapper
	table.wc-block-cart-items
	.wc-block-cart-items__row.is-disabled,
table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
@container (max-width: 699px) {
	.wc-block-cart table.wc-block-cart-items td {
		margin: 0;
		padding: 0;
	}
	.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__remove-link,
	.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
		display: none;
	}
	.wc-block-cart
		table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child)
		.wc-block-cart-items__row {
		border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	}
	.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
		display: grid;
		grid-template-columns: 80px 132px;
		padding: 16px 0;
	}
	.wc-block-cart
		table.wc-block-cart-items
		.wc-block-cart-items__row
		.wc-block-cart-item__image {
		grid-column-start: 1;
		grid-row-start: 1;
		padding-right: 16px;
	}
	.wc-block-cart
		table.wc-block-cart-items
		.wc-block-cart-items__row
		.wc-block-cart-item__product {
		grid-column-end: 4;
		grid-column-start: 2;
		grid-row-start: 1;
		justify-self: stretch;
		padding: 0;
	}
	.wc-block-cart
		table.wc-block-cart-items
		.wc-block-cart-items__row
		.wc-block-cart-item__quantity {
		align-self: end;
		grid-column-start: 1;
		grid-row-start: 2;
		padding-right: 16px;
		padding-top: 0;
		vertical-align: bottom;
	}
	.wc-block-cart
		table.wc-block-cart-items
		.wc-block-cart-items__row
		.wc-block-cart-item__total {
		grid-row-start: 1;
	}
	.wc-block-cart
		table.wc-block-cart-items
		.wc-block-cart-items__row
		.wc-block-cart-item__total
		.wc-block-components-formatted-money-amount {
		display: inline-block;
	}
}
.is-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
	margin: 0;
	padding: 0;
}
.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-medium table.wc-block-cart-items .wc-block-cart-items__header,
.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,
.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,
.is-small table.wc-block-cart-items .wc-block-cart-items__header {
	display: none;
}
.is-medium
	table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child)
	.wc-block-cart-items__row,
.is-mobile
	table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child)
	.wc-block-cart-items__row,
.is-small
	table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child)
	.wc-block-cart-items__row {
	border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
	display: grid;
	grid-template-columns: 80px 132px;
	padding: 16px 0;
}
.is-medium
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__image,
.is-mobile
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__image,
.is-small
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__image {
	grid-column-start: 1;
	grid-row-start: 1;
	padding-right: 16px;
}
.is-medium
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__product,
.is-mobile
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__product,
.is-small
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__product {
	grid-column-end: 4;
	grid-column-start: 2;
	grid-row-start: 1;
	justify-self: stretch;
	padding: 0;
}
.is-medium
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity,
.is-mobile
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity,
.is-small
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity {
	align-self: end;
	grid-column-start: 1;
	grid-row-start: 2;
	padding-right: 16px;
	padding-top: 0;
	vertical-align: bottom;
}
.is-medium
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__total,
.is-mobile
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__total,
.is-small
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__total {
	grid-row-start: 1;
}
.is-medium
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__total
	.wc-block-components-formatted-money-amount,
.is-mobile
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__total
	.wc-block-components-formatted-money-amount,
.is-small
	table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__total
	.wc-block-components-formatted-money-amount {
	display: inline-block;
}
@container (min-width: 700px) {
	.wc-block-cart__main .wc-block-cart-items {
		border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
		border-spacing: 0;
	}
	.wc-block-cart__main .wc-block-cart-items th {
		padding: 8px 16px 12px 0;
		white-space: nowrap;
	}
	.wc-block-cart__main .wc-block-cart-items td {
		border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
		padding: 20px 0 20px 16px;
		vertical-align: top;
	}
	.wc-block-cart__main .wc-block-cart-items th:last-child {
		padding-right: 16px;
	}
	.wc-block-cart__main .wc-block-cart-items td:last-child {
		padding-right: 16px;
	}
}
@container (min-width: 700px) {
	.wc-block-cart {
		margin-bottom: 3em;
	}
	.wc-block-cart.has-dark-controls .wc-block-cart-items {
		border-color: hsla(0, 0%, 100%, 0.4);
	}
	.wc-block-cart.has-dark-controls .wc-block-cart-items th {
		color: #fff;
	}
	.wc-block-cart.has-dark-controls .wc-block-cart-items td {
		border-color: hsla(0, 0%, 100%, 0.4);
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wp-block-woocommerce-cart {
	container-type: inline-size;
	width: 100%;
}
.wc-block-cart {
	padding-top: 16px;
}
.wc-block-cart
	.wc-block-components-address-form
	.wc-block-components-country-input:first-of-type,
.wc-block-cart
	.wc-block-components-address-form
	.wc-block-components-state-input:first-of-type,
.wc-block-cart
	.wc-block-components-address-form
	.wc-block-components-text-input:first-of-type {
	margin-top: 0;
}
.wc-block-cart .wc-block-components-totals-footer-item,
.wc-block-cart .wc-block-components-totals-taxes {
	margin: 0;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
	border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin-bottom: 16px;
}
.wc-block-cart
	.wp-block-woocommerce-cart-order-summary-block
	.wc-block-components-panel,
.wc-block-cart
	.wp-block-woocommerce-cart-order-summary-block
	.wc-block-components-totals-coupon,
.wc-block-cart
	.wp-block-woocommerce-cart-order-summary-block
	.wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0;
}
.wc-block-cart--is-loading h2 span,
.wc-block-cart--is-loading th span,
.wc-block-mini-cart__drawer.is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading th span {
	background: color-mix(in srgb, currentColor 5%, transparent);
	border: none;
	border-radius: 4px;
	display: inline-block;
	min-width: 84px;
	overflow: hidden;
	position: relative;
}
.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after,
.wc-block-mini-cart__drawer.is-loading h2 span:after,
.wc-block-mini-cart__drawer.is-loading th span:after {
	animation: wc-skeleton-shimmer 1.25s infinite;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, currentColor 5%, transparent) 50%,
		transparent
	);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-100%);
}
@media (prefers-reduced-motion: reduce) {
	.wc-block-cart--is-loading h2 span:after,
	.wc-block-cart--is-loading th span:after,
	.wc-block-mini-cart__drawer.is-loading h2 span:after,
	.wc-block-mini-cart__drawer.is-loading th span:after {
		animation: none;
	}
}
.wc-block-cart--is-loading h2 span--static:after,
.wc-block-cart--is-loading th span--static:after,
.wc-block-mini-cart__drawer.is-loading h2 span--static:after,
.wc-block-mini-cart__drawer.is-loading th span--static:after {
	display: none;
}
.wc-block-cart--is-loading h2 span:before,
.wc-block-cart--is-loading th span:before,
.wc-block-mini-cart__drawer.is-loading h2 span:before,
.wc-block-mini-cart__drawer.is-loading th span:before {
	content: " ";
}
.wc-block-cart--is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading h2 span {
	min-width: 33%;
}
.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-cart--is-loading .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
	background: color-mix(in srgb, currentColor 5%, transparent);
	border: none;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.wc-block-cart--is-loading .wc-block-components-product-metadata:after,
.wc-block-cart--is-loading .wc-block-components-product-price:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-components-product-metadata:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-components-quantity-selector:after {
	animation: wc-skeleton-shimmer 1.25s infinite;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, currentColor 5%, transparent) 50%,
		transparent
	);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-100%);
}
@media (prefers-reduced-motion: reduce) {
	.wc-block-cart--is-loading .wc-block-components-product-metadata:after,
	.wc-block-cart--is-loading .wc-block-components-product-price:after,
	.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,
	.wc-block-mini-cart__drawer.is-loading
		.wc-block-components-product-metadata:after,
	.wc-block-mini-cart__drawer.is-loading
		.wc-block-components-product-price:after,
	.wc-block-mini-cart__drawer.is-loading
		.wc-block-components-quantity-selector:after {
		animation: none;
	}
}
.wc-block-cart--is-loading .wc-block-components-product-metadata--static:after,
.wc-block-cart--is-loading .wc-block-components-product-price--static:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector--static:after,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-components-product-metadata--static:after,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-components-product-price--static:after,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-components-quantity-selector--static:after {
	display: none;
}
.wc-block-cart--is-loading .wc-block-components-product-name,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
	background: color-mix(in srgb, currentColor 5%, transparent);
	border: none;
	border-radius: 4px;
	display: inline-block;
	min-width: 84px;
	overflow: hidden;
	position: relative;
}
.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
	animation: wc-skeleton-shimmer 1.25s infinite;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, currentColor 5%, transparent) 50%,
		transparent
	);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-100%);
}
@media (prefers-reduced-motion: reduce) {
	.wc-block-cart--is-loading .wc-block-components-product-name:after,
	.wc-block-mini-cart__drawer.is-loading
		.wc-block-components-product-name:after {
		animation: none;
	}
}
.wc-block-cart--is-loading .wc-block-components-product-name--static:after,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-components-product-name--static:after {
	display: none;
}
.wc-block-cart--is-loading .wc-block-components-product-name:before,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-components-product-name:before {
	content: " ";
}
.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
	margin-top: 0.25em;
	min-width: 8em;
}
.wc-block-cart--is-loading .wc-block-cart-item__remove-link,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
	visibility: hidden;
}
.wc-block-cart--is-loading .wc-block-cart-item__image > a,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
	background: color-mix(in srgb, currentColor 5%, transparent);
	border: none;
	border-radius: 4px;
	display: block;
	overflow: hidden;
	position: relative;
}
.wc-block-cart--is-loading .wc-block-cart-item__image > a:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a:after {
	animation: wc-skeleton-shimmer 1.25s infinite;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, currentColor 5%, transparent) 50%,
		transparent
	);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-100%);
}
@media (prefers-reduced-motion: reduce) {
	.wc-block-cart--is-loading .wc-block-cart-item__image > a:after,
	.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a:after {
		animation: none;
	}
}
.wc-block-cart--is-loading .wc-block-cart-item__image > a--static:after,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-cart-item__image
	> a--static:after {
	display: none;
}
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
	display: block;
	margin-top: 0.25em;
	max-width: 3em;
}
.wc-block-cart--is-loading .wc-block-components-product-price:before,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-components-product-price:before {
	content: " ";
}
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-cart__sidebar
	.components-card {
	background: color-mix(in srgb, currentColor 5%, transparent);
	border: none;
	border-radius: 4px;
	min-height: 460px;
	overflow: hidden;
	position: relative;
}
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-cart__sidebar
	.components-card:after {
	animation: wc-skeleton-shimmer 1.25s infinite;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, currentColor 5%, transparent) 50%,
		transparent
	);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-100%);
}
@media (prefers-reduced-motion: reduce) {
	.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,
	.wc-block-mini-cart__drawer.is-loading
		.wc-block-cart__sidebar
		.components-card:after {
		animation: none;
	}
}
.wc-block-cart--is-loading
	.wc-block-cart__sidebar
	.components-card--static:after,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-cart__sidebar
	.components-card--static:after {
	display: none;
}
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,
.wc-block-mini-cart__drawer.is-loading
	.wc-block-cart__sidebar
	.components-card:before {
	content: " ";
}
.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
	display: none;
}
.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
	display: flex;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper
	.wc-block-components-sale-badge {
	margin-top: 4px;
}
.wc-block-components-sidebar-layout.wc-block-cart {
	padding-top: 0;
}
@container (max-width: 699px) {
	.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
		display: none;
	}
}
@container (min-width: 700px) {
	.wc-block-cart {
		margin-bottom: 3em;
	}
	.wc-block-cart .wc-block-components-radio-control__input {
		left: 0;
		margin: 0;
	}
	.wc-block-cart .wc-block-cart__totals-title {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		color: inherit;
		display: inline;
		display: block;
		font-family: inherit;
		font-size: inherit;
		font-size: var(--wp--preset--font-size--small, 14px);
		font-style: inherit;
		font-weight: inherit;
		font-weight: 500;
		letter-spacing: inherit;
		line-height: inherit;
		line-height: 1.4;
		margin: 0;
		padding: 8px 16px 10px 0;
		text-align: left;
		text-decoration: inherit;
		text-transform: inherit;
		text-transform: uppercase;
		vertical-align: baseline;
	}
	.wc-block-cart .wc-block-components-sidebar {
		margin-top: 0;
	}
	.wc-block-cart .wc-block-cart__payment-options {
		padding: 16px 0 0;
	}
	.wc-block-cart .wc-block-cart__payment-options:empty {
		padding: 0;
	}
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
	display: none;
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	position: relative;
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
	box-sizing: border-box;
	margin: 0;
	min-height: 10em;
	padding-right: 4.5283018868%;
	width: 65%;
}
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-line-items-block {
	background: color-mix(in srgb, currentColor 5%, transparent);
	border: none;
	border-radius: 4px;
	display: block;
	min-height: 15em;
	overflow: hidden;
	position: relative;
	transition: background-color 0.2s ease;
}
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-line-items-block:after {
	animation: wc-skeleton-shimmer 1.25s infinite;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, currentColor 5%, transparent) 50%,
		transparent
	);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-100%);
}
@media (prefers-reduced-motion: reduce) {
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-line-items-block:after {
		animation: none;
	}
}
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-line-items-block--static:after {
	display: none;
}
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-line-items-block:after {
	transition: background-color 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-line-items-block {
		transition: background-color 0.2s ease;
	}
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-line-items-block:after {
		transition: background-color 0.2s ease;
	}
}
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
	box-sizing: border-box;
	margin: 0;
	min-height: 12em;
	padding-left: 2.2641509434%;
	width: 35%;
}
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-accepted-payment-methods-block,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-proceed-to-checkout-block {
	background: color-mix(in srgb, currentColor 5%, transparent);
	border: none;
	border-radius: 4px;
	display: block;
	margin: 0 0 1em;
	min-height: 48px;
	overflow: hidden;
	position: relative;
	transition: background-color 0.2s ease;
}
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-accepted-payment-methods-block:after,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-express-payment-block:after,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-order-summary-block:after,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-proceed-to-checkout-block:after {
	animation: wc-skeleton-shimmer 1.25s infinite;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, currentColor 5%, transparent) 50%,
		transparent
	);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-100%);
}
@media (prefers-reduced-motion: reduce) {
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-accepted-payment-methods-block:after,
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-express-payment-block:after,
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-order-summary-block:after,
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-proceed-to-checkout-block:after {
		animation: none;
	}
}
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-accepted-payment-methods-block--static:after,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-express-payment-block--static:after,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-order-summary-block--static:after,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-proceed-to-checkout-block--static:after {
	display: none;
}
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-accepted-payment-methods-block:after,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-express-payment-block:after,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-cart-order-summary-block:after,
.wp-block-woocommerce-cart.is-loading
	.wp-block-woocommerce-proceed-to-checkout-block:after {
	transition: background-color 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-accepted-payment-methods-block,
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-express-payment-block,
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-order-summary-block,
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-proceed-to-checkout-block {
		transition: background-color 0.2s ease;
	}
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-accepted-payment-methods-block:after,
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-express-payment-block:after,
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-order-summary-block:after,
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-proceed-to-checkout-block:after {
		transition: background-color 0.2s ease;
	}
}
.wp-block-woocommerce-cart.is-loading
	div.wp-block-woocommerce-cart-order-summary-block {
	height: 200px;
}
.wp-block-woocommerce-cart.is-loading
	div.wp-block-woocommerce-cart-order-summary-totals-block {
	border-top: none;
}
@container (max-width: 699px) {
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-filled-cart-block {
		flex-direction: column;
		margin: 0 auto 16px;
	}
	.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,
	.wp-block-woocommerce-cart.is-loading
		.wp-block-woocommerce-cart-totals-block {
		padding: 0;
		width: 100%;
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-cart-item__image .wc-block-components-skeleton__element {
	padding-bottom: 100%;
}
.wc-block-cart-item__total {
	display: flex;
	justify-content: flex-end;
}
.wc-block-components-order-summary
	.wc-block-components-skeleton--cart-line-items-checkout
	.wc-block-components-order-summary-item__description {
	flex-grow: 1;
}
.wc-block-components-order-summary
	.wc-block-components-skeleton--cart-line-items-checkout
	.wc-block-components-order-summary-item__description
	.wc-block-components-skeleton__element {
	margin-bottom: 8px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-product-price--align-left {
	display: block;
	text-align: left;
}
.wc-block-components-product-price--align-center {
	display: block;
	text-align: center;
}
.wc-block-components-product-price--align-right {
	display: block;
	text-align: right;
}
.wc-block-components-product-price {
	display: block;
}
.wc-block-components-product-price[hidden] {
	display: none;
}
.wc-block-components-product-price
	.wc-block-all-products
	.wc-block-components-product-price {
	margin-bottom: 12px;
}
.wc-block-components-product-price ins {
	text-decoration: none;
}
.wc-block-components-product-price .woocommerce-Price-amount {
	white-space: nowrap;
}
.wc-block-components-product-price__value.is-discounted {
	margin-left: 0.5em;
}
.is-loading .wc-block-components-product-price:before {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: 0.25rem;
	box-shadow: none;
	color: currentColor !important;
	content: ".";
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100% !important;
	opacity: 0.15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 5em;
	z-index: 1;
}
.is-loading .wc-block-components-product-price:before > * {
	visibility: hidden;
}
.is-loading .wc-block-components-product-price:before:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(
		90deg,
		currentColor,
		hsla(0, 0%, 96%, 0.302),
		currentColor
	);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}
@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}
@media screen and (prefers-reduced-motion: reduce) {
	.is-loading .wc-block-components-product-price:before {
		animation: none;
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-product-name {
	font-size: 1em;
	overflow-wrap: anywhere;
	word-break: break-word;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-product-badge {
	background: color-mix(in srgb, currentColor 10%, transparent);
	display: inline-block;
	font-size: var(
		--wp--preset--font-size--x-small,
		calc(var(--wp--preset--font-size--small, 14px) * 0.875)
	);
	line-height: 1.4;
	padding: 2px 4px;
	white-space: nowrap;
}
.wc-block-components-product-badge[hidden] {
	display: none;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-product-details.wc-block-components-product-details {
	font-size: var(
		--wp--preset--font-size--x-small,
		calc(var(--wp--preset--font-size--small, 14px) * 0.875)
	);
	line-height: 1.4;
	margin: 0.5em 0;
}
.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
	margin-bottom: 0;
}
.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
	display: inline;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-product-metadata {
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
}
.wc-block-components-product-metadata
	.wc-block-components-product-metadata__description
	> p,
.wc-block-components-product-metadata
	.wc-block-components-product-metadata__variation-data {
	font-size: var(
		--wp--preset--font-size--x-small,
		calc(var(--wp--preset--font-size--small, 14px) * 0.875)
	);
	line-height: 1.4;
	margin: 0;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
@container (min-width: 700px) {
	.wc-block-components-order-summary {
		padding: 0 16px;
	}
}
.wc-block-components-order-summary
	.wc-block-components-order-summary__button-text {
	font-weight: 500;
}
.wc-block-components-order-summary .wc-block-components-panel__button {
	margin-top: 0;
	padding-top: 0;
}
.wc-block-components-order-summary .wc-block-components-panel__content {
	margin-bottom: 0;
}
.wc-block-components-order-summary .wc-block-components-order-summary__content {
	display: table;
	width: 100%;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item {
	display: flex;
	padding-bottom: 1px;
	width: 100%;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item:last-child {
	border-bottom: 0;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item:last-child
	> div {
	padding-bottom: 0;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item:last-child:after {
	display: none;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item
	.wc-block-components-product-metadata {
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__description,
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__image {
	display: table-cell;
	vertical-align: top;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__image {
	margin-top: 8px;
	padding-bottom: 16px;
	position: relative;
	width: 48px;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__image
	> img {
	max-width: 48px;
	width: 48px;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__quantity {
	align-items: center;
	background: #fff;
	border: 2px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 1em;
	box-shadow: 0 0 0 2px #fff;
	color: #000;
	display: flex;
	justify-content: center;
	line-height: 1;
	min-height: 20px;
	min-width: 20px;
	padding: 0 0.4em;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	white-space: nowrap;
	z-index: 1;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__description {
	padding: 4px 12px 12px 24px;
	word-break: break-word;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__description
	.wc-block-components-product-metadata,
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__description
	p {
	line-height: 1.375;
	margin-top: 4px;
}
.wc-block-components-order-summary .wc-block-cart-item__prices {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__individual-prices
	del {
	margin-right: 0.5em;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__individual-prices
	ins {
	display: inline-block;
	margin-left: 0;
}
.wc-block-components-order-summary
	.wc-block-cart-item__total-price-and-sale-badge-wrapper {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}
.wc-block-components-order-summary
	.wc-block-cart-item__total-price-and-sale-badge-wrapper
	.wc-block-components-sale-badge {
	margin-top: 4px;
}
.wc-block-components-order-summary
	.wc-block-components-order-summary-item__total-price {
	margin-left: auto;
	padding-top: 4px;
	text-align: right;
}
.wc-block-components-order-summary
	.wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
	padding-top: 4px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wp-block-woocommerce-checkout-order-summary-totals-block {
	border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	padding-bottom: 16px;
}
.wp-block-woocommerce-checkout-order-summary-totals-block
	.wc-block-components-totals-wrapper {
	border: 0;
	padding-bottom: 0;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-error {
	align-items: center;
	color: #757575;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 48px 0;
	padding: 48px 0;
	text-align: center;
}
.wc-block-components-error__header {
	color: #646970;
	font-size: 2em;
	margin: 0;
}
.wc-block-components-error__image {
	margin: 0 0 24px;
	width: 25%;
}
.wc-block-components-error__text {
	color: #8c8f94;
	font-size: 1.25em;
	margin: 1em 0 0;
	max-width: 60ch;
}
.wc-block-components-error__message {
	color: #8c8f94;
	font-style: italic;
	margin: 1em auto 0;
	max-width: 60ch;
}
.wc-block-error__button {
	margin: 48px 0 0;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-sidebar-layout {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	position: relative;
}
.wc-block-components-sidebar-layout:has(
	> :last-child.wp-block-woocommerce-checkout-fields-block
) {
	flex-direction: row-reverse;
}
.wc-block-components-sidebar-layout .wc-block-must-login-prompt {
	display: block;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
	box-sizing: border-box;
	margin: 0;
	padding-right: 4.5283018868%;
	width: 65%;
}
.wc-block-components-sidebar {
	box-sizing: border-box;
	padding-left: 2.2641509434%;
	width: 35%;
}
.wc-block-components-sidebar .wc-block-components-panel > h2 {
	border: 0;
	border-radius: 0;
	font-size: 1em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@container (max-width: 699px) {
	.wc-block-components-sidebar-layout {
		flex-direction: column;
		margin: 0 auto 16px;
	}
	.wc-block-components-sidebar-layout .wc-block-components-main,
	.wc-block-components-sidebar-layout .wc-block-components-sidebar {
		padding: 0;
		width: 100%;
	}
}
@container (min-width: 700px) {
	.wc-block-components-sidebar .slot-wrapper .wc-block-components-panel,
	.wc-block-components-sidebar .wc-block-components-panel,
	.wc-block-components-sidebar .wc-block-components-totals-coupon,
	.wc-block-components-sidebar .wc-block-components-totals-item {
		padding-left: 16px;
		padding-right: 16px;
	}
	.wc-block-components-sidebar
		.wc-block-components-panel
		.wc-block-components-totals-item,
	.wc-block-components-sidebar
		.wc-block-components-totals-item
		.wc-block-components-panel {
		padding: 0;
	}
}
.wc-block-components-sidebar .wc-block-components-panel > h2 {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
	text-transform: inherit;
}
.wc-block-components-sidebar
	.wc-block-components-panel
	> h2
	.wc-block-components-panel__button {
	font-weight: 400;
}
.theme-twentytwenty
	.wc-block-components-sidebar
	.wc-block-components-panel
	> h2 {
	border: 0;
	border-radius: 0;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.with-scroll-to-top__scroll-point {
	position: relative;
	top: -36px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wp-block-woocommerce-checkout {
	container-type: inline-size;
	margin: 0;
	padding-top: 24px;
	width: 100%;
}
.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
	top: -96px;
}
.wp-block-woocommerce-checkout
	.wc-block-components-shipping-rates-control__package {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 16px;
}
.wp-block-woocommerce-checkout
	.wc-block-components-shipping-rates-control__package:last-child {
	margin-bottom: 0;
}
.wp-block-woocommerce-checkout
	.wc-block-components-shipping-rates-control__package
	.wc-block-components-radio-control
	.wc-block-components-radio-control__input {
	top: 16px;
	transform: none;
}
.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
	float: right;
	font-size: var(--wp--preset--font-size--small, 14px);
	font-weight: 400;
	line-height: 20px;
	line-height: 1.4;
	margin-top: -24px;
}
.wp-block-woocommerce-checkout .wc-block-checkout__create-account {
	margin-top: 16px !important;
}
.wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin: 4px 0 0;
}
.wp-block-woocommerce-checkout.is-loading {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 16px;
	position: relative;
}
.wp-block-woocommerce-checkout.is-loading:has(
		> :last-child.wp-block-woocommerce-checkout-fields-block
	) {
	flex-direction: row-reverse;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block {
	padding-left: 2.2641509434%;
	width: 35%;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block {
	display: flex;
	flex-direction: column;
	padding-right: 4.5283018868%;
	width: 65%;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block {
	box-sizing: border-box;
	margin: 0;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	> *,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	> * {
	border: none;
	display: none;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	> *
	> *,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	> *
	> * {
	display: none;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	> div,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	> div {
	background: color-mix(in srgb, currentColor 5%, transparent);
	border: none;
	border-radius: 4px;
	margin: 0 0 35px;
	overflow: hidden;
	position: relative;
	transition: background-color 0.2s ease;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	> div:after,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	> div:after {
	animation: wc-skeleton-shimmer 1.25s infinite;
	background: linear-gradient(
		90deg,
		transparent,
		color-mix(in srgb, currentColor 5%, transparent) 50%,
		transparent
	);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-100%);
}
@media (prefers-reduced-motion: reduce) {
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-fields-block
		> div:after,
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-totals-block
		> div:after {
		animation: none;
	}
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	> div--static:after,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	> div--static:after {
	display: none;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	> div:after,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	> div:after {
	transition: background-color 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-fields-block
		> div,
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-totals-block
		> div {
		transition: background-color 0.2s ease;
	}
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-fields-block
		> div:after,
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-totals-block
		> div:after {
		transition: background-color 0.2s ease;
	}
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wp-block-woocommerce-checkout-express-payment-block,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wp-block-woocommerce-checkout-express-payment-block {
	display: block;
	height: 130px;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wp-block-woocommerce-checkout-shipping-method-block {
	display: block;
	height: 120px;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wp-block-woocommerce-checkout-payment-block {
	display: block;
	height: 280px;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wp-block-woocommerce-checkout-shipping-address-block {
	display: block;
	height: 300px;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wp-block-woocommerce-checkout-actions-block,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wp-block-woocommerce-checkout-actions-block {
	align-self: flex-end;
	display: block;
	height: 58px;
	width: 190px;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wp-block-woocommerce-checkout-order-summary-block {
	display: block;
	height: 460px;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wp-block-woocommerce-checkout-order-note-block,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wp-block-woocommerce-checkout-order-note-block {
	display: block;
	height: 20px;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wp-block-woocommerce-checkout-terms-block,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wp-block-woocommerce-checkout-terms-block {
	display: block;
	height: 15px;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wc-block-components-panel
	> h2,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wc-block-components-panel
	> h2 {
	border: 0;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: 1em;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-transform: inherit;
	vertical-align: baseline;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wc-block-components-panel
	> h2
	.wc-block-components-panel__button,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wc-block-components-panel
	> h2
	.wc-block-components-panel__button {
	font-weight: 400;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wc-block-components-totals-item,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wc-block-components-totals-item {
	padding-left: 16px;
	padding-right: 16px;
}
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-fields-block
	.wc-block-components-totals-coupon-link,
.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wc-block-components-totals-coupon-link {
	margin-left: 16px;
	margin-right: 16px;
}
@media only screen and (max-width: 700px) {
	.wp-block-woocommerce-checkout.is-loading {
		flex-direction: column;
		margin: 0 auto 16px;
	}
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-fields-block,
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-totals-block {
		padding: 0;
		width: 100%;
	}
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-totals-block
		.wc-block-components-panel,
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-totals-block
		.wc-block-components-totals-item {
		padding-left: 0;
		padding-right: 0;
	}
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-totals-block
		.wc-block-components-totals-coupon-link {
		margin-left: 0;
		margin-right: 0;
	}
	.wp-block-woocommerce-checkout.is-loading
		.wp-block-woocommerce-checkout-totals-block
		.wp-block-woocommerce-checkout-order-summary-block {
		height: 55px;
	}
}
.theme-twentytwenty
	.wp-block-woocommerce-checkout.is-loading
	.wp-block-woocommerce-checkout-totals-block
	.wc-block-components-panel
	> h2 {
	border: 0;
	border-radius: 0;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
.theme-twentytwenty .wp-block-woocommerce-checkout,
.theme-twentytwentyone .wp-block-woocommerce-checkout {
	margin: 0 auto;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-checkout-empty {
	padding: 48px;
	text-align: center;
	width: 100%;
}
.wc-block-checkout-empty .wc-block-checkout-empty__image {
	color: inherit;
	display: block;
	margin: 0 auto 1em;
	max-width: 150px;
}
.wc-block-checkout-empty .wc-block-checkout-empty__title {
	display: block;
	font-weight: 700;
	margin: 0;
}
.wc-block-checkout-empty .wc-block-checkout-empty__description {
	display: block;
	margin: 0.25em 0 1em;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-checkout-error {
	padding: 48px;
	text-align: center;
	width: 100%;
}
.wc-block-checkout-error .wc-block-checkout-error__image {
	fill: currentColor;
	color: inherit;
	display: block;
	margin: 0 auto 1em;
	max-width: 150px;
}
.wc-block-checkout-error .wc-block-checkout-error__title {
	display: block;
	font-weight: 700;
	margin: 0;
}
.wc-block-checkout-error .wc-block-checkout-error__description {
	display: block;
	margin: 0.25em 0 1em;
}
.wc-block-checkout-error button {
	height: auto;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-checkbox {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 0;
	text-decoration: inherit;
	text-transform: inherit;
}
.wc-block-components-checkbox.wc-block-components-validated-checkbox-control
	label {
	display: grid;
	grid-template-columns: auto 1fr;
}
.wc-block-components-checkbox.wc-block-components-validated-checkbox-control
	label
	.wc-block-components-validation-error {
	grid-column: 1/-1;
}
.wc-block-components-checkbox label {
	align-items: flex-start;
	cursor: pointer;
	display: inline-flex;
	font-size: var(--wp--preset--font-size--small, 14px);
	gap: 12px;
	line-height: 20px;
	margin-bottom: 0 !important;
	position: relative;
}
.wc-block-components-checkbox label input[type="checkbox"] {
	cursor: inherit;
}
.wc-block-components-checkbox
	.wc-block-components-checkbox__input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	border: 1px solid color-mix(in srgb, currentColor 48%, transparent);
	border-radius: 4px;
	box-sizing: border-box;
	height: 20px;
	margin: 0;
	min-width: 20px;
	overflow: hidden;
	position: static;
	width: 20px;
}
.wc-block-components-checkbox
	.wc-block-components-checkbox__input[type="checkbox"]:checked {
	background: #fff;
}
.wc-block-components-checkbox
	.wc-block-components-checkbox__input[type="checkbox"]:focus {
	outline: 1.5px solid color-mix(in srgb, currentColor 80%, transparent);
	outline-offset: 1.5px;
}
.wc-block-components-checkbox
	.wc-block-components-checkbox__input[type="checkbox"]:after,
.wc-block-components-checkbox
	.wc-block-components-checkbox__input[type="checkbox"]:before {
	content: "";
}
.wc-block-components-checkbox
	.wc-block-components-checkbox__input[type="checkbox"]:not(:checked)
	+ .wc-block-components-checkbox__mark {
	display: none;
}
.has-dark-controls
	.wc-block-components-checkbox
	.wc-block-components-checkbox__input[type="checkbox"] {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: hsla(0, 0%, 100%, 0.4);
	color: #fff;
}
.has-dark-controls
	.wc-block-components-checkbox
	.wc-block-components-checkbox__input[type="checkbox"]:checked {
	background: rgba(0, 0, 0, 0.1);
	border-color: currentColor;
}
.has-dark-controls
	.wc-block-components-checkbox
	.wc-block-components-checkbox__input[type="checkbox"]:focus {
	outline: 1.5px solid currentColor;
	outline-offset: 1.5px;
}
.wc-block-components-checkbox.has-error,
.wc-block-components-checkbox.has-error a {
	color: #cc1818;
}
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,
.wc-block-components-checkbox.has-error
	.wc-block-components-checkbox__input:active,
.wc-block-components-checkbox.has-error
	.wc-block-components-checkbox__input:focus,
.wc-block-components-checkbox.has-error
	.wc-block-components-checkbox__input:hover {
	border-color: #cc1818;
}
.wc-block-components-checkbox.has-error
	.wc-block-components-checkbox__input:focus {
	outline: 2px solid #cc1818;
	outline-offset: 2px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
	fill: #000;
	height: 15px;
	margin-left: 3px;
	margin-top: 1px;
	pointer-events: none;
	position: absolute;
	width: 15px;
}
.has-dark-controls
	.wc-block-components-checkbox
	.wc-block-components-checkbox__mark {
	fill: #fff;
}
.theme-twentytwentyone
	.has-dark-controls
	.wc-block-components-checkbox__input[type="checkbox"],
.theme-twentytwentyone .wc-block-components-checkbox__input[type="checkbox"] {
	background-color: #fff;
	border-color: var(--form--border-color);
	position: relative;
}
.theme-twentytwentyone
	.has-dark-controls
	.wc-block-components-checkbox__input[type="checkbox"]:checked,
.theme-twentytwentyone
	.wc-block-components-checkbox__input[type="checkbox"]:checked {
	background-color: #fff;
	border-color: var(--form--border-color);
}
.theme-twentytwentyone .wc-block-components-checkbox__mark {
	display: none;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-validation-error {
	color: #cc1818;
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	max-width: 100%;
	min-height: 1em;
	padding: 8px 0 0;
	white-space: normal;
}
.wc-block-components-validation-error > p {
	align-items: center;
	display: flex;
	gap: 2px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.wc-block-components-validation-error svg {
	fill: currentColor;
	height: 1.5em;
	margin: -0.4735em 0;
	width: 1.5em;
}
.has-dark-controls .wc-block-components-validation-error {
	color: #f18c8c;
}
.wc-block-components-select + .wc-block-components-validation-error {
	margin-bottom: 24px;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
	list-style: none outside;
	margin: 0;
	padding: 0;
}
.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
	list-style: none outside;
	margin: 0 0 4px;
	padding: 0;
}
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
.wc-block-components-checkbox-list li.show-less button,
.wc-block-components-checkbox-list li.show-more button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: 0.25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: 0.15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *,
.wc-block-components-checkbox-list.is-loading li > * {
	visibility: hidden;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-checkbox-list.is-loading li:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(
		90deg,
		currentColor,
		hsla(0, 0%, 96%, 0.302),
		currentColor
	);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}
@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}
@media screen and (prefers-reduced-motion: reduce) {
	.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
	.wc-block-components-checkbox-list.is-loading li {
		animation: none;
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-chip {
	align-items: center;
	border: 0;
	border-radius: 0;
	display: inline-flex;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1;
	margin: 0 0.365em 0.365em 0;
	max-width: 100%;
	padding: 0.25em 0.5em;
	text-decoration: inherit;
	text-transform: inherit;
}
.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
	background: transparent;
	border: 1px solid;
	color: inherit;
}
.wc-block-components-chip.wc-block-components-chip--radius-small {
	border-radius: 3px;
}
.wc-block-components-chip.wc-block-components-chip--radius-medium {
	border-radius: 0.433em;
}
.wc-block-components-chip.wc-block-components-chip--radius-large {
	border-radius: 2em;
	padding-left: 0.75em;
	padding-right: 0.25em;
}
.wc-block-components-chip .wc-block-components-chip__text {
	flex-grow: 1;
	font-size: 0.875em;
}
.wc-block-components-chip.is-removable .wc-block-components-chip__text {
	padding-right: 0.5em;
}
.wc-block-components-chip .wc-block-components-chip__remove {
	appearance: none;
	background: #e0e0e0;
	border: 0;
	border-radius: 25px;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	width: 16px;
}
.wc-block-components-chip .wc-block-components-chip__remove-icon {
	fill: #1e1e1e;
}
.theme-twentytwentyone .wc-block-components-chip,
.theme-twentytwentyone .wc-block-components-chip:active,
.theme-twentytwentyone .wc-block-components-chip:focus,
.theme-twentytwentyone .wc-block-components-chip:hover {
	background: #fff;
}
.theme-twentytwentyone
	.wc-block-components-chip
	button.wc-block-components-chip__remove:not(:hover):not(:active):not(
		.has-background
	),
.theme-twentytwentyone
	.wc-block-components-chip:active
	button.wc-block-components-chip__remove:not(:hover):not(:active):not(
		.has-background
	),
.theme-twentytwentyone
	.wc-block-components-chip:focus
	button.wc-block-components-chip__remove:not(:hover):not(:active):not(
		.has-background
	),
.theme-twentytwentyone
	.wc-block-components-chip:hover
	button.wc-block-components-chip__remove:not(:hover):not(:active):not(
		.has-background
	) {
	background: transparent;
}
.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus > .wc-block-components-chip__remove,
button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
	background: #949494;
}
.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,
.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:focus
	> .wc-block-components-chip__remove
	.wc-block-components-chip__remove-icon,
button.wc-block-components-chip:hover
	> .wc-block-components-chip__remove
	.wc-block-components-chip__remove-icon {
	fill: #fff;
}
.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
	fill: #fff;
	cursor: not-allowed;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-form {
	counter-reset: checkout-step;
}
.wc-block-components-form .wc-block-components-checkout-step {
	background: none;
	border: none;
	margin: 0 0 24px;
	padding: 0;
	position: relative;
}
.wc-block-components-form
	.wc-block-components-checkout-step
	.wc-block-components-country-input,
.wc-block-components-form
	.wc-block-components-checkout-step
	.wc-block-components-text-input:first-of-type {
	margin-top: 0;
}
.wc-block-components-checkout-step--disabled {
	opacity: 0.6;
}
.wc-block-components-checkout-step__container {
	position: relative;
}
.wc-block-components-checkout-step__container textarea {
	font-style: inherit;
	font-weight: inherit;
}
.wc-block-components-checkout-step__content > * {
	margin-bottom: 16px;
}
.wc-block-components-checkout-step__content > :last-child {
	margin-bottom: 0;
}
.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__content
	> :last-child {
	margin-bottom: 0;
}
.wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
	margin-top: 0;
}
.wc-block-components-checkout-step__heading {
	position: relative;
}
.wc-block-components-express-payment-continue-rule
	+ .wc-block-components-checkout-step
	.wc-block-components-checkout-step__heading {
	margin-top: 0;
}
.wc-block-components-checkout-step:first-child
	.wc-block-components-checkout-step__heading {
	margin-top: 0;
}
.wc-block-components-checkout-step__heading-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 16px;
}
.wc-block-components-checkout-step__title {
	margin: 0 12px 0 0;
}
.wc-block-components-checkout-step__heading-content {
	font-size: 0.75em;
}
.wc-block-components-checkout-step__heading-content a {
	color: inherit;
	font-weight: 700;
}
.wc-block-components-checkout-step__description {
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
	margin: 0;
}
.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number {
	padding: 0 0 0 36px;
}
@container (max-width: 519px) {
	@media (max-width: 600px) {
		.wc-block-checkout__form--with-step-numbers
			.wc-block-components-checkout-step--with-step-number {
			padding: 36px 0 0;
		}
	}
}
.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__title:before {
	background: transparent;
	border: 0;
	border-radius: 0;
	content: " " counter(checkout-step) ".";
	content: " " counter(checkout-step) "."/"";
	counter-increment: checkout-step;
	left: -24px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
	vertical-align: baseline;
	white-space: nowrap;
}
@container (max-width: 519px) {
	.wc-block-checkout__form--with-step-numbers
		.wc-block-components-checkout-step--with-step-number
		.wc-block-components-checkout-step__title:before {
		content: counter(checkout-step) ". ";
		content: counter(checkout-step) ". "/"";
		left: auto;
		position: static;
		top: auto;
		transform: none;
	}
}
.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__content,
.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__description {
	position: relative;
}
.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__content:before,
.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__description:before {
	border-left: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	bottom: 0;
	content: "";
	left: -24px;
	position: absolute;
	top: 0;
}
.has-dark-controls
	.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__content:before,
.has-dark-controls
	.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__description:before {
	border-left-color: hsla(0, 0%, 100%, 0.4);
}
.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__description:before {
	bottom: -16px;
}
.is-mobile
	.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number,
.is-small
	.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number {
	padding: 0;
}
.is-mobile
	.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__title:before,
.is-small
	.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__title:before {
	content: counter(checkout-step) ". ";
	content: counter(checkout-step) ". "/"";
	left: auto;
	position: static;
	top: auto;
	transform: none;
}
.is-mobile
	.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__content:before,
.is-mobile
	.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__description:before,
.is-small
	.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__content:before,
.is-small
	.wc-block-checkout__form--with-step-numbers
	.wc-block-components-checkout-step--with-step-number
	.wc-block-components-checkout-step__description:before {
	display: none;
}
.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
	font-size: 1em;
	line-height: 24px;
	margin: 0 12px 0 0;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-title.wc-block-components-title {
	border: 0;
	border-radius: 0;
	font-size: var(--wp--preset--font-size--medium, 22px);
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-word;
}
.wc-block-components-title.wc-block-components-title textarea {
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: 1.3;
	text-transform: inherit;
}
.theme-twentytwenty .wc-block-components-title.wc-block-components-title {
	border: 0;
	border-radius: 0;
	font-size: var(--wp--preset--font-size--medium, 22px);
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-word;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-formatted-money-amount {
	white-space: nowrap;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-panel.has-border {
	border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
	border-width: 1px 0;
}
.wc-block-components-panel.has-border + .wc-block-components-panel.has-border {
	border-top-width: 0;
}
.wc-block-components-panel.has-border.no-top-border {
	border-top-width: 0;
}
.wc-block-components-panel__button {
	box-sizing: border-box;
	height: auto;
	padding-left: 0 !important;
	padding-right: 32px;
	padding-top: 0.375em;
	position: relative;
	text-align: left;
	width: 100%;
	word-break: break-word;
}
.wc-block-components-panel__button[aria-expanded="true"] {
	margin-bottom: 16px;
}
.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
	cursor: pointer;
	padding-left: 0 !important;
}
.wc-block-components-panel__button > .wc-block-components-panel__button-icon {
	fill: currentColor;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}
.wc-block-components-panel__content[hidden] {
	display: none;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-radio-control--highlight-checked,
.wc-block-components-radio-control--highlight-checked
	div.wc-block-components-radio-control-accordion-option {
	position: relative;
}
.wc-block-components-radio-control--highlight-checked
	div.wc-block-components-radio-control-accordion-option:after {
	background: color-mix(in srgb, currentColor 20%, transparent);
	content: "";
	height: 1px;
	left: 1px;
	position: absolute;
	right: 1px;
	top: 0;
}
.wc-block-components-radio-control--highlight-checked
	div.wc-block-components-radio-control-accordion-option:first-child:after {
	display: none;
}
.wc-block-components-radio-control--highlight-checked
	div.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted
	+ div.wc-block-components-radio-control-accordion-option:after {
	display: none;
}
.wc-block-components-radio-control--highlight-checked
	.wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
	label.wc-block-components-radio-control__option--checked-option-highlighted {
	border-radius: 4px;
	box-shadow: inset 0 0 0 1.5px currentColor;
}
.wc-block-components-radio-control--highlight-checked:after {
	border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	border-radius: 4px;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after {
	border-top: 0;
	margin-top: 2px;
}
.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after {
	border-bottom: 0;
	margin-bottom: 2px;
}
.wc-block-components-radio-control--highlight-checked
	.wc-block-components-radio-control__option--checked-option-highlighted
	+ .wc-block-components-radio-control__option:after {
	display: none;
}
.wc-block-components-radio-control--highlight-checked
	.wc-block-components-radio-control__option:after {
	background: color-mix(in srgb, currentColor 20%, transparent);
	content: "";
	height: 1px;
	left: 1px;
	position: absolute;
	right: 1px;
	top: 0;
}
.wc-block-components-radio-control--highlight-checked
	.wc-block-components-radio-control__option:first-child:after {
	display: none;
}
.wc-block-components-radio-control .wc-block-components-radio-control__option {
	margin: 0;
}
.wc-block-components-radio-control__option {
	color: inherit;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 16px 16px 16px 48px;
	position: relative;
	text-decoration: inherit;
	text-transform: inherit;
}
.wc-block-components-radio-control__option-layout {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.wc-block-components-radio-control__option
	.wc-block-components-radio-control__option-layout:after {
	display: none;
}
.wc-block-components-radio-control__description-group,
.wc-block-components-radio-control__label-group {
	display: flex;
	justify-content: space-between;
}
.wc-block-components-radio-control__description-group
	.wc-block-components-radio-control__description,
.wc-block-components-radio-control__description-group
	.wc-block-components-radio-control__label,
.wc-block-components-radio-control__label-group
	.wc-block-components-radio-control__description,
.wc-block-components-radio-control__label-group
	.wc-block-components-radio-control__label {
	flex-grow: 1;
}
.wc-block-components-radio-control__description-group
	.wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__description-group
	.wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__label-group
	.wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__label-group
	.wc-block-components-radio-control__secondary-label {
	flex: 0 0 50%;
	text-align: right;
}
.wc-block-components-radio-control__description-group--column {
	text-wrap: balance;
	flex-direction: column;
}
.wc-block-components-radio-control__description-group--column
	.wc-block-components-radio-control__description {
	margin: 4px 0;
}
.wc-block-components-radio-control__description-group--column
	.wc-block-components-radio-control__secondary-description {
	padding-right: 12px;
	text-align: left;
}
.wc-block-components-radio-control__description,
.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__secondary-label {
	font-size: var(--wp--preset--font-size--small, 14px);
	line-height: 1.4;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input {
	appearance: none;
	background: #fff;
	border: 1px solid color-mix(in srgb, currentColor 48%, transparent);
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	left: 16px;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-45%);
	width: 20px;
}
.wc-block-components-radio-control
	.wc-block-components-radio-control__input:checked {
	border: 1px solid color-mix(in srgb, currentColor 80%, transparent);
}
.wc-block-components-radio-control
	.wc-block-components-radio-control__input:focus {
	outline: 1px solid color-mix(in srgb, currentColor 80%, transparent);
	outline-offset: 2px;
}
.wc-block-components-radio-control
	.wc-block-components-radio-control__input:checked:before {
	background: #000;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}
.has-dark-controls
	.wc-block-components-radio-control
	.wc-block-components-radio-control__input {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: hsla(0, 0%, 100%, 0.4);
}
.has-dark-controls
	.wc-block-components-radio-control
	.wc-block-components-radio-control__input:checked {
	border-color: #fff;
}
.has-dark-controls
	.wc-block-components-radio-control
	.wc-block-components-radio-control__input:checked:before {
	background: #fff;
}
.has-dark-controls
	.wc-block-components-radio-control
	.wc-block-components-radio-control__input:focus {
	outline: 1px solid #fff;
	outline-offset: 1px;
}
.wc-block-components-radio-control
	.wc-block-components-radio-control__input[aria-disabled="true"],
.wc-block-components-radio-control
	.wc-block-components-radio-control__input[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}
.theme-twentytwentyone
	.wc-block-components-radio-control
	.wc-block-components-radio-control__input:checked {
	border-width: 2px;
}
.theme-twentytwentyone
	.wc-block-components-radio-control
	.wc-block-components-radio-control__input:checked:before {
	background-color: var(--form--color-text);
}
.theme-twentytwentyone
	.wc-block-components-radio-control
	.wc-block-components-radio-control__input:after {
	display: none;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-sort-select {
	margin-bottom: 12px;
}
.wc-block-components-sort-select__label {
	display: inline-block;
	font-weight: 400;
	margin-right: 12px;
}
.wc-block-components-sort-select__select {
	font-size: inherit;
	width: max-content;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-spinner {
	box-sizing: content-box;
	color: inherit;
	font-size: 1.25em;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.wc-block-components-spinner:after {
	animation: spinner__animation 1s linear infinite;
	backface-visibility: hidden;
	border: 0.2em solid;
	border-left: 0.2em solid transparent;
	border-radius: 50%;
	box-sizing: border-box;
	content: " ";
	height: 1em;
	left: 50%;
	margin: -0.5em 0 0 -0.5em;
	position: absolute;
	top: 50%;
	transform: translateZ(0) scale(0.5);
	transform-origin: 50% 50%;
	width: 1em;
}
@keyframes spinner__animation {
	0% {
		animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-notices {
	display: block;
	margin: 1.5em 0;
}
.wc-block-components-notices:first-child {
	margin-top: 0;
}
.wc-block-components-notices:empty {
	margin: 0;
}
.wc-block-components-notices .wc-block-components-notices__notice {
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
}
.wc-block-components-notices .wc-block-components-notices__notice a {
	text-decoration: underline;
}
.wc-block-components-notices
	.wc-block-components-notices__notice
	.components-notice__dismiss {
	background: transparent none;
	border: 0;
	color: currentColor;
	margin: 0 0 0 auto;
	outline: 0;
	padding: 0;
}
.wc-block-components-notices
	.wc-block-components-notices__notice
	.components-notice__dismiss
	svg {
	fill: currentColor;
	vertical-align: text-top;
}
.wc-block-components-notices
	.wc-block-components-notices__notice
	.components-notice__content
	> div:not(.components-notice__actions)
	:first-child {
	margin-top: 0;
}
.wc-block-components-notices
	.wc-block-components-notices__notice
	.components-notice__content
	> div:not(.components-notice__actions)
	:last-child {
	margin-bottom: 0;
}
.wc-block-components-notices
	.wc-block-components-notices__notice
	.components-notice__content
	ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wc-block-components-notices
	.wc-block-components-notices__notice
	.components-notice__content
	li
	+ li {
	margin: 0.25em 0 0;
}
.wc-block-components-notices
	.wc-block-components-notices__notice
	+ .wc-block-components-notices__notice {
	margin-top: 1em;
}
.theme-twentytwenty .wc-block-components-notices__notice,
.theme-twentytwentyone .wc-block-components-notices__notice {
	padding: 1.5rem 3rem;
}
.wc-block-components-notices__snackbar {
	bottom: 20px;
	left: 16px;
	position: fixed;
	width: auto;
}
@media (max-width: 782px) {
	.wc-block-components-notices__snackbar {
		bottom: auto;
		left: 0;
		position: fixed;
		top: 10px;
	}
	.wc-block-components-notices__snackbar
		.components-snackbar-list__notice-container {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-notice-snackbar-list {
	bottom: 24px;
	box-sizing: border-box;
	left: 24px;
	pointer-events: none;
	position: fixed;
	right: 24px;
	z-index: 100000;
}
.wc-block-components-notice-banner.wc-block-components-notice-snackbar,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
	border: 1px solid transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	display: inline-flex;
	margin: 24px 16px 0 0;
	max-width: 600px;
	pointer-events: all;
	position: relative;
	width: auto;
}
.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-error,
.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-info,
.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-success,
.wc-block-components-notice-snackbar-list
	.wc-block-components-notice-banner.is-error,
.wc-block-components-notice-snackbar-list
	.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-snackbar-list
	.wc-block-components-notice-banner.is-success {
	border-color: transparent;
}
.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-default,
.wc-block-components-notice-snackbar-list
	.wc-block-components-notice-banner.is-default {
	border-color: #2f2f2f;
}
@media (max-width: 782px) {
	.wc-block-components-notice-banner.wc-block-components-notice-snackbar,
	.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
		max-width: none;
		width: 100%;
	}
}
.notice-transition-enter {
	max-height: 0;
}
.notice-transition-enter.notice-transition-enter-active {
	max-height: 99em;
	transition: max-height 0.5s ease-in;
}
.notice-transition-enter-done {
	max-height: auto;
}
.notice-transition-exit {
	opacity: 1;
}
.notice-transition-exit.notice-transition-exit-active {
	opacity: 0;
	transition: opacity 0.5s ease-in;
}
.notice-transition-exit-done {
	opacity: 0;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-textarea {
	background-color: #fff;
	border: 1px solid color-mix(in srgb, currentColor 80%, transparent);
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: inherit;
	font-size: var(--wp--preset--font-size--small, 14px);
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 1.4;
	margin: 0;
	padding: 12px;
	text-decoration: inherit;
	text-transform: inherit;
	width: 100%;
}
.wc-block-components-textarea::placeholder {
	color: hsla(0, 0%, 7%, 0.7);
}
.wc-block-components-textarea:focus {
	background-color: #fff;
	border: 1px solid;
	box-shadow: inset 0 0 0 0.5px currentColor;
	color: #2b2d2f;
}
.has-dark-controls .wc-block-components-textarea {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: hsla(0, 0%, 100%, 0.4);
	color: #fff;
}
.has-dark-controls .wc-block-components-textarea::placeholder {
	color: hsla(0, 0%, 100%, 0.6);
}
.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
	line-height: 0;
	margin-top: 12px;
	position: relative;
	white-space: nowrap;
}
.wc-block-components-form
	.wc-block-components-text-input
	.wc-block-components-text-input__wrapper,
.wc-block-components-text-input .wc-block-components-text-input__wrapper {
	position: relative;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
	color: inherit;
	cursor: text;
	font-family: inherit;
	font-size: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	left: 10px;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 22px;
	margin: 0;
	max-width: calc(100% - 24px);
	overflow: hidden;
	position: absolute;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	top: 25px;
	transform: translateY(-50%);
	transform-origin: top left;
	transition: all 0.2s ease;
}
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	label,
.has-dark-controls .wc-block-components-text-input label {
	color: hsla(0, 0%, 100%, 0.6);
}
@media screen and (prefers-reduced-motion: reduce) {
	.wc-block-components-form .wc-block-components-text-input label,
	.wc-block-components-text-input label {
		transition: none;
	}
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
	.wc-block-components-text-input
	input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
	background-color: #fff;
	border: 1px solid color-mix(in srgb, currentColor 80%, transparent);
	border-radius: 4px;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: inherit;
	height: 50px;
	letter-spacing: inherit;
	line-height: inherit;
	line-height: 25px;
	margin: 0;
	min-height: 0;
	padding: 16px 12px;
	text-decoration: inherit;
	text-transform: inherit;
	width: 100%;
}
.wc-block-components-form
	.wc-block-components-text-input
	input[type="email"]:focus,
.wc-block-components-form
	.wc-block-components-text-input
	input[type="number"]:focus,
.wc-block-components-form
	.wc-block-components-text-input
	input[type="password"]:focus,
.wc-block-components-form
	.wc-block-components-text-input
	input[type="tel"]:focus,
.wc-block-components-form
	.wc-block-components-text-input
	input[type="text"]:focus,
.wc-block-components-form
	.wc-block-components-text-input
	input[type="url"]:focus,
.wc-block-components-text-input input[type="email"]:focus,
.wc-block-components-text-input input[type="number"]:focus,
.wc-block-components-text-input input[type="password"]:focus,
.wc-block-components-text-input input[type="tel"]:focus,
.wc-block-components-text-input input[type="text"]:focus,
.wc-block-components-text-input input[type="url"]:focus {
	background-color: #fff;
	border: 1.5px solid;
	color: #2b2d2f;
}
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="email"],
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="number"],
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="password"],
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="tel"],
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="text"],
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="url"],
.has-dark-controls .wc-block-components-text-input input[type="email"],
.has-dark-controls .wc-block-components-text-input input[type="number"],
.has-dark-controls .wc-block-components-text-input input[type="password"],
.has-dark-controls .wc-block-components-text-input input[type="tel"],
.has-dark-controls .wc-block-components-text-input input[type="text"],
.has-dark-controls .wc-block-components-text-input input[type="url"] {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: hsla(0, 0%, 100%, 0.4);
	color: #fff;
}
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="email"]:focus,
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="number"]:focus,
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="password"]:focus,
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="tel"]:focus,
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="text"]:focus,
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input
	input[type="url"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="email"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="number"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="password"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="tel"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="text"]:focus,
.has-dark-controls .wc-block-components-text-input input[type="url"]:focus {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1.5px solid;
	color: #fff;
}
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
}
.wc-block-components-form
	.wc-block-components-text-input
	input[type="number"]::-webkit-inner-spin-button,
.wc-block-components-form
	.wc-block-components-text-input
	input[type="number"]::-webkit-outer-spin-button,
.wc-block-components-text-input input[type="number"]::-webkit-inner-spin-button,
.wc-block-components-text-input
	input[type="number"]::-webkit-outer-spin-button {
	appearance: none;
	margin: 0;
}
.wc-block-components-form
	.wc-block-components-text-input
	input:-webkit-autofill,
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="email"],
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="number"],
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="password"],
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="tel"],
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="text"],
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="url"],
.wc-block-components-text-input input:-webkit-autofill,
.wc-block-components-text-input.is-active input[type="email"],
.wc-block-components-text-input.is-active input[type="number"],
.wc-block-components-text-input.is-active input[type="password"],
.wc-block-components-text-input.is-active input[type="tel"],
.wc-block-components-text-input.is-active input[type="text"],
.wc-block-components-text-input.is-active input[type="url"] {
	padding: 24px 9px 8px;
}
.wc-block-components-form
	.wc-block-components-text-input
	input:-webkit-autofill:focus,
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="email"]:focus,
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="number"]:focus,
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="password"]:focus,
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="tel"]:focus,
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="text"]:focus,
.wc-block-components-form
	.wc-block-components-text-input.is-active
	input[type="url"]:focus,
.wc-block-components-text-input input:-webkit-autofill:focus,
.wc-block-components-text-input.is-active input[type="email"]:focus,
.wc-block-components-text-input.is-active input[type="number"]:focus,
.wc-block-components-text-input.is-active input[type="password"]:focus,
.wc-block-components-text-input.is-active input[type="tel"]:focus,
.wc-block-components-text-input.is-active input[type="text"]:focus,
.wc-block-components-text-input.is-active input[type="url"]:focus {
	padding-left: 8.5px;
	padding-top: 24px;
}
.wc-block-components-form
	.wc-block-components-text-input
	input:-webkit-autofill
	+ label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label {
	top: 6px;
	transform: scale(0.82);
}
.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form
	.wc-block-components-text-input.has-error
	input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
	border-color: #cc1818;
}
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:focus {
	box-shadow: 0 0 0 0.5px #cc1818;
}
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input.has-error
	input,
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input.has-error
	input:active,
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input.has-error
	input:focus,
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input.has-error
	input:hover,
.has-dark-controls .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:hover {
	border-color: #f18c8c;
}
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input.has-error
	input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:focus {
	box-shadow: 0 0 0 0.5px #f18c8c;
}
.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
	color: #cc1818;
}
.has-dark-controls
	.wc-block-components-form
	.wc-block-components-text-input.has-error
	label,
.has-dark-controls .wc-block-components-text-input.has-error label {
	color: #f18c8c;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-totals-item {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.wc-block-components-totals-item__label {
	flex-grow: 1;
}
.wc-block-components-totals-item__description {
	font-size: var(
		--wp--preset--font-size--x-small,
		calc(var(--wp--preset--font-size--small, 14px) * 0.875)
	);
	line-height: 1.4;
	width: 100%;
}
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}
.wc-block-components-totals-wrapper {
	border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
	padding: 16px 0;
}
.wc-block-components-totals-wrapper:empty,
.wc-block-components-totals-wrapper:has(> :only-child:empty) {
	border-width: 0;
	padding: 0;
}
.wc-block-components-totals-wrapper:empty:after,
.wc-block-components-totals-wrapper:has(> :only-child:empty):after {
	content: none;
}
.wc-block-components-totals-wrapper.slot-wrapper {
	padding: 0;
}
.wc-block-components-totals-wrapper.slot-wrapper > * > * {
	padding: 16px 0;
}
.wc-block-components-totals-wrapper.slot-wrapper > * > :after {
	border-width: 0;
}
.wc-block-components-discounts-meta
	.wc-block-components-totals-wrapper:first-child {
	border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
}
