/* WooCommerce specific styles */

/* Store notices, cart messages, block banners — theme red + body text */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error,
.woocommerce .wc-block-components-notice-banner,
.woocommerce .wc-block-components-notice-banner.is-success,
.woocommerce .wc-block-components-notice-banner.is-info,
.woocommerce .wc-block-components-notice-banner.is-error,
.woocommerce .wc-block-components-notice-banner.is-warning,
.woocommerce-page .wc-block-components-notice-banner,
.woocommerce-page .wc-block-components-notice-banner.is-success,
.woocommerce-page .wc-block-components-notice-banner.is-info,
.woocommerce-page .wc-block-components-notice-banner.is-error,
.woocommerce-page .wc-block-components-notice-banner.is-warning,
.woocommerce .coupon-error-notice,
.woocommerce-page .coupon-error-notice,
.woocommerce form .form-row .woocommerce-input-wrapper .description,
.woocommerce-page form .form-row .woocommerce-input-wrapper .description,
.woocommerce-store-notice,
p.demo_store {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	font-weight: var(--font-body-weight);
	font-style: var(--font-body-style);
	line-height: var(--font-body-line-height);
	text-transform: var(--font-body-transform);
	background-color: var(--color-secondary);
	border: 0;
	border-top: 0;
	border-radius: 0;
	color: var(--color-white, #ffffff);
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before,
.woocommerce-page .woocommerce-message::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-error::before {
	color: var(--color-white, #ffffff);
}

.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a,
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-error a,
.woocommerce .wc-block-components-notice-banner a,
.woocommerce-page .wc-block-components-notice-banner a,
.woocommerce .wc-block-components-notice-banner .wc-forward,
.woocommerce-page .wc-block-components-notice-banner .wc-forward {
	color: var(--color-white, #ffffff);
}

.woocommerce .woocommerce-message a:is(:hover, :active, :focus-visible),
.woocommerce .woocommerce-info a:is(:hover, :active, :focus-visible),
.woocommerce .woocommerce-error a:is(:hover, :active, :focus-visible),
.woocommerce-page .woocommerce-message a:is(:hover, :active, :focus-visible),
.woocommerce-page .woocommerce-info a:is(:hover, :active, :focus-visible),
.woocommerce-page .woocommerce-error a:is(:hover, :active, :focus-visible),
.woocommerce .wc-block-components-notice-banner a:is(:hover, :active, :focus-visible),
.woocommerce-page .wc-block-components-notice-banner a:is(:hover, :active, :focus-visible),
.woocommerce .wc-block-components-notice-banner .wc-forward:is(:hover, :active, :focus-visible),
.woocommerce-page .wc-block-components-notice-banner .wc-forward:is(:hover, :active, :focus-visible) {
	color: var(--color-white, #ffffff);
	opacity: 1;
	font-style: italic;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button {
	background: transparent;
	color: var(--color-white, #ffffff);
	border: 0;
	box-shadow: none;
	text-decoration: none;
}

.woocommerce .woocommerce-message .button:is(:hover, :active, :focus-visible),
.woocommerce .woocommerce-info .button:is(:hover, :active, :focus-visible),
.woocommerce .woocommerce-error .button:is(:hover, :active, :focus-visible),
.woocommerce-page .woocommerce-message .button:is(:hover, :active, :focus-visible),
.woocommerce-page .woocommerce-info .button:is(:hover, :active, :focus-visible),
.woocommerce-page .woocommerce-error .button:is(:hover, :active, :focus-visible) {
	background: transparent;
	color: var(--color-white, #ffffff);
	font-style: italic;
	text-decoration: none;
}

.woocommerce .wc-block-components-notice-banner > svg,
.woocommerce-page .wc-block-components-notice-banner > svg {
	fill: var(--color-secondary);
	background-color: var(--color-white, #ffffff);
}

.woocommerce .wc-block-components-notice-banner > .wc-block-components-button,
.woocommerce-page .wc-block-components-notice-banner > .wc-block-components-button {
	color: var(--color-white, #ffffff) !important;
	opacity: 0.85;
}

.woocommerce .wc-block-components-notice-banner > .wc-block-components-button:is(:hover, :active, :focus-visible),
.woocommerce-page .wc-block-components-notice-banner > .wc-block-components-button:is(:hover, :active, :focus-visible) {
	opacity: 1;
}

.woocommerce .wc-block-components-notice-banner__summary,
.woocommerce-page .wc-block-components-notice-banner__summary {
	color: inherit;
}

/* Floating notices below sticky header — no layout shift */
.woocommerce-notices-wrapper {
	position: fixed;
	top: calc(var(--woo-notices-top, 0px) - 1px);
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	margin: 0 !important;
	padding: 0;
	pointer-events: none;
}

.woocommerce-notices-wrapper:empty {
	display: none;
}

.woocommerce-notices-wrapper > .woocommerce-message,
.woocommerce-notices-wrapper > .woocommerce-info,
.woocommerce-notices-wrapper > .woocommerce-error,
.woocommerce-notices-wrapper > .wc-block-components-notice-banner {
	margin: 0;
	padding: 0.75rem var(--site-padding-right) 0.75rem var(--site-padding-left);
	pointer-events: auto;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	animation: foolhard-woo-notice-in 0.25s ease;
	outline: none;
	color: var(--color-white, #ffffff);
}

.woocommerce-notices-wrapper > .wc-block-components-notice-banner {
	display: block !important;
	border: 0;
	padding: 0 !important;
}

.woocommerce-notices-wrapper > .wc-block-components-notice-banner > svg {
	display: none !important;
}

.woocommerce-notices-wrapper .wc-block-components-notice-banner__content,
.woocommerce-notices-wrapper > .woocommerce-message,
.woocommerce-notices-wrapper > .woocommerce-info {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center !important;
	column-gap: 1rem;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-notices-wrapper .woo-notice__message,
.woocommerce-notices-wrapper .woo-notice__view-cart {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	font-weight: var(--font-body-weight);
	font-style: var(--font-body-style);
	line-height: 1;
	text-transform: var(--font-body-transform);
	color: var(--color-white, #ffffff);
}

.woocommerce-notices-wrapper .woo-notice__message {
	display: block;
	min-width: 0;
	margin: 0;
	padding: 15px;
}

.woocommerce-notices-wrapper .woo-notice__view-cart {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center;
	gap: 0.15em;
	margin: 0 !important;
	padding: 15px 15px 15px 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-decoration: none !important;
	float: none !important;
	white-space: nowrap;
	align-self: center;
	font-weight: var(--font-body-weight) !important;
}

.woocommerce-notices-wrapper .woo-notice__message :where(p, li, span, strong, em) {
	margin: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	line-height: inherit;
}

.woocommerce-notices-wrapper .woo-notice__view-cart:is(:hover, :active, :focus-visible) {
	color: var(--color-white, #ffffff);
	background: transparent !important;
	font-style: italic;
	text-decoration: none !important;
}

.woocommerce-notices-wrapper .woo-notice__arrow {
	font-family: var(--font-arrow-family);
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.woocommerce-notices-wrapper > .woocommerce-message,
.woocommerce-notices-wrapper > .woocommerce-info {
	position: relative;
	padding: 0;
}

.woocommerce-notices-wrapper > .woocommerce-message:focus,
.woocommerce-notices-wrapper > .woocommerce-info:focus,
.woocommerce-notices-wrapper > .woocommerce-error:focus,
.woocommerce-notices-wrapper > .wc-block-components-notice-banner:focus,
.woocommerce-notices-wrapper > .woocommerce-message:focus-visible,
.woocommerce-notices-wrapper > .woocommerce-info:focus-visible,
.woocommerce-notices-wrapper > .woocommerce-error:focus-visible,
.woocommerce-notices-wrapper > .wc-block-components-notice-banner:focus-visible {
	outline: none;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.woocommerce-notices-wrapper > .woocommerce-message::before,
.woocommerce-notices-wrapper > .woocommerce-info::before,
.woocommerce-notices-wrapper > .woocommerce-error::before {
	display: none;
}

.woocommerce-notices-wrapper > .woocommerce-error {
	display: block;
	position: relative;
	padding: 0;
}

.woocommerce-store-notice,
p.demo_store {
	position: fixed;
	top: calc(var(--woo-notices-top, 0px) - 1px);
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	margin: 0;
	padding: 0.75rem var(--site-padding-right) 0.75rem var(--site-padding-left);
	text-align: center;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@keyframes foolhard-woo-notice-in {
	from {
		opacity: 0;
		transform: translateY(-0.35rem);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.site-main.woo-single {
	max-width: var(--site-content-width);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0;
}

.woo-single-sticky-scope {
	position: relative;
}

.woo-single-bar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	transform: none;
	background-color: var(--color-secondary);
	color: var(--color-white, #ffffff);
}

.woo-single-bar--anchored {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: none;
}

.woo-single-bar,
.woo-single-bar .woo-single-bar__title,
.woo-single-bar .woo-single-bar__price,
.woo-single-bar .woo-single-bar__price .amount,
.woo-single-bar .woo-single-bar__price ins,
.woo-single-bar .woo-single-bar__price del,
.woo-single-bar .woo-single-bar__quantity,
.woo-single-bar .woo-single-bar__qty-btn,
.woo-single-bar .quantity .qty,
.woo-single-bar .single_add_to_cart_button,
.woo-single-bar .single_add_to_cart_button .woo-single-bar__cart-label,
.woo-single-bar button.button.alt {
	font-family: var(--font-secondary-family);
	font-size: var(--font-secondary-size);
	font-weight: var(--font-secondary-weight);
	font-style: var(--font-secondary-style);
	line-height: var(--font-secondary-line-height);
	text-transform: var(--font-secondary-transform);
	color: var(--color-white, #ffffff);
}

.woo-single-bar__meta {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 1rem;
	min-width: 0;
	justify-self: start;
	grid-column: 1;
	grid-row: 1;
}

.woo-single-bar__title {
	margin: 0;
	text-align: left;
}

.woo-single-bar__price {
	text-align: left;
}

.woo-single-bar__price .amount,
.woo-single-bar__price ins,
.woo-single-bar__price .price {
	text-decoration: none;
}

.woo-single-bar__price del {
	opacity: 0.7;
}

.woo-single-bar__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1rem;
	width: 100%;
	max-width: var(--site-content-width);
	margin-left: auto;
	margin-right: auto;
	padding-top: var(--site-header-main-padding-y);
	padding-right: var(--site-padding-right);
	padding-bottom: var(--site-header-main-padding-y);
	padding-left: var(--site-padding-left);
}

.woo-single-bar__form {
	display: block;
	width: 100%;
	margin: 0;
}

.woo-single-bar__quantity-center {
	display: flex;
	justify-content: center;
	justify-self: center;
	grid-column: 2;
	grid-row: 1;
}

.woo-single-bar__actions {
	display: flex;
	justify-content: flex-end;
	justify-self: end;
	grid-column: 3;
	grid-row: 1;
}

.woo-single-bar .stock,
.woo-single-bar .woocommerce-variation-availability {
	display: none;
}

.woo-single-bar__quantity,
.woo-single-bar .quantity {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0;
}

.woo-single-bar__qty-btn {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	font-style: normal;
	line-height: 1;
	cursor: pointer;
	flex: 0 0 auto;
}

.woo-single-bar__qty-btn:hover,
.woo-single-bar__qty-btn:focus-visible {
	font-style: normal;
}

.woo-single-bar .quantity .qty {
	width: 2ch;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	text-align: center;
	font: inherit;
	-moz-appearance: textfield;
}

.woo-single-bar .quantity .qty::-webkit-outer-spin-button,
.woo-single-bar .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woo-single-bar .single_add_to_cart_button,
.woo-single-bar button.button.alt {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	appearance: none;
	-webkit-appearance: none;
	font-family: var(--font-secondary-family);
	font-size: var(--font-secondary-size);
	font-weight: var(--font-secondary-weight);
	font-style: var(--font-secondary-style);
	line-height: var(--font-secondary-line-height);
	text-transform: var(--font-secondary-transform);
	cursor: pointer;
	white-space: nowrap;
}

.woo-single-bar__cart-label,
.woo-single-bar .single_add_to_cart_button .woo-single-bar__cart-label,
.woo-single-bar button.button.alt .woo-single-bar__cart-label {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	text-transform: inherit;
}

.woo-single-bar .single_add_to_cart_button:hover,
.woo-single-bar .single_add_to_cart_button:focus-visible,
.woo-single-bar button.button.alt:hover,
.woo-single-bar button.button.alt:focus-visible {
	background: none;
	font-style: normal;
}

.woo-single-bar .single_add_to_cart_button:hover .woo-single-bar__cart-label,
.woo-single-bar .single_add_to_cart_button:focus-visible .woo-single-bar__cart-label,
.woo-single-bar button.button.alt:hover .woo-single-bar__cart-label,
.woo-single-bar button.button.alt:focus-visible .woo-single-bar__cart-label {
	font-style: italic;
}

.woo-single-bar__cart-arrow {
	font-family: var(--font-arrow-family);
	font-size: inherit;
	font-style: normal;
	font-weight: 400;
	line-height: inherit;
	color: inherit;
}

/* Variable product fallback inside the bar */
.woo-single-bar__purchase {
	width: 100%;
}

.woo-single-bar__purchase .stock,
.woo-single-bar__purchase .woocommerce-variation-availability {
	display: none;
}

.woo-single-bar__purchase form.cart,
.woo-single-bar__purchase .variations_form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0;
}

.woo-single-bar__purchase table.variations,
.woo-single-bar__purchase .reset_variations {
	display: none;
}

.woo-single-hero {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	margin: 0;
}

.woo-single-hero__panel {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background-color: #f2f2f2;
}

.woo-single-hero__img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woo-single-detail__layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.woo-single-detail__feature,
.woo-single-detail__cell {
	position: relative;
	overflow: hidden;
	min-height: 0;
}

.woo-single-detail__feature {
	aspect-ratio: 4 / 5;
	background-color: #f2f2f2;
}

.woo-single-detail__aside {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.woo-single-detail__cell {
	aspect-ratio: 4 / 5;
}

.woo-single-detail__cell--image {
	background-color: #f2f2f2;
}

.woo-single-detail__cell--description {
	position: relative;
	display: block;
	background-color: var(--color-secondary);
	color: var(--color-white, #ffffff);
	padding: 15px;
}

.woo-single-detail__description {
	margin: 0;
	color: inherit;
}

.woo-single-detail__description > :first-child {
	margin-top: 0;
}

.woo-single-detail__description > :last-child {
	margin-bottom: 0;
}

.woo-single-detail__img,
.woo-single-gallery__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woo-single-detail__placeholder,
.woo-single-gallery__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #e8e8e8;
}

.woo-single-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
}

.woo-single-gallery__cell {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.woo-single-gallery__cell--image {
	background-color: #f2f2f2;
}

.woo-single-gallery__cell--link {
	position: relative;
	display: block;
	background-color: var(--color-secondary);
	color: var(--color-white, #ffffff);
	text-decoration: none;
	padding: 15px;
}

.woo-single-gallery__link-text,
.woo-single-gallery__link-text .woo-single-gallery__arrow {
	color: var(--color-white, #ffffff);
}

.woo-single-gallery__link-text {
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
	margin: 0;
	text-align: left;
}

.woo-single-gallery__link-text .woo-single-gallery__arrow {
	display: inline-block;
	margin-left: 0.15em;
}

.woo-single-gallery__cell--link:is(:hover, :active, :focus-visible),
.woo-single-gallery__cell--link:is(:hover, :active, :focus-visible) .woo-single-gallery__link-text,
.woo-single-gallery__cell--link:is(:hover, :active, :focus-visible) .woo-single-gallery__arrow {
	color: var(--color-white, #ffffff);
}

.site-main.woo-archive {
	max-width: var(--site-content-width);
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.woo-archive .woocommerce-breadcrumb,
.woo-archive .woocommerce-products-header,
.woo-archive .page-title,
.woo-archive .woocommerce-result-count,
.woo-archive .woocommerce-ordering {
	display: none;
}

.woo-archive-grid.products {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woo-archive-row {
	margin: 0;
	padding: 0;
	width: 100%;
}

.woo-archive-row__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
}

.woo-archive-row__cell {
	display: block;
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
}

.woo-archive-row__image {
	background-color: #f2f2f2;
}

.woo-archive-row__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woo-archive-row__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #e8e8e8;
}

.woo-archive-row__info {
	position: relative;
	display: block;
	background-color: var(--color-secondary);
	color: var(--color-white, #ffffff);
	padding: 15px;
}

.woo-archive-row__title {
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	margin: 0;
	color: inherit;
	text-align: left;
	transform: translateY(-50%);
}

.woo-archive-row__arrow {
	display: inline-block;
	margin-left: 0.15em;
}

.woo-archive-row__price {
	position: absolute;
	right: 15px;
	bottom: 15px;
	margin: 0;
	color: inherit;
	text-align: right;
}

.woo-archive-row__price .amount,
.woo-archive-row__price ins,
.woo-archive-row__price .price {
	color: inherit;
	font: inherit;
	text-decoration: none;
}

.woo-archive-row__price del {
	opacity: 0.65;
}

.woo-archive-row__info:is(:hover, :active, :focus-visible) {
	color: var(--color-white, #ffffff);
}

.woo-archive-row__info:is(:hover, :active, :focus-visible) .woo-archive-row__title,
.woo-archive-row__info:is(:hover, :active, :focus-visible) .woo-archive-row__price,
.woo-archive-row__info:is(:hover, :active, :focus-visible) .woo-archive-row__price .amount {
	color: inherit;
	font-style: var(--font-secondary-2-style);
}

.woo-archive .woocommerce-pagination {
	margin-top: 2rem;
}

.woocommerce ul.products li.product .price {
	font-weight: 700;
	color: var(--color-secondary);
}

.woocommerce a:where(:not(.button, .remove, .added_to_cart, .wc-forward, .woo-archive-row__info, .woo-single-gallery__cell--link)):where(:hover, :active, :focus-visible) {
	font-style: italic;
}

.woocommerce ul.products li.product a:where(:hover, :active, :focus-visible) .woocommerce-loop-product__title,
.woocommerce ul.products li.product a:where(:hover, :active, :focus-visible) h2 {
	font-style: italic;
}

.woocommerce a.button,
.woocommerce button.button:not(.woo-single-bar__qty-btn):not(.woo-single-bar .single_add_to_cart_button):not(.woo-single-bar button.button.alt),
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button:not(.woo-single-bar__qty-btn),
.woocommerce-page input.button,
.woocommerce-page #respond input#submit {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	font-weight: var(--font-body-weight);
	font-style: var(--font-body-style);
	line-height: var(--font-body-line-height);
	text-transform: var(--font-body-transform);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: var(--color-secondary);
	color: var(--color-white, #ffffff);
	text-decoration: none;
	padding: 15px 1.25rem;
	cursor: pointer;
	transition: font-style 0.15s ease;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt:not(.woo-single-bar button.button.alt),
.woocommerce input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt:not(.woo-single-bar button.button.alt),
.woocommerce-page input.button.alt {
	background: var(--color-secondary);
	color: var(--color-white, #ffffff);
}

.woocommerce a.button:is(:hover, :active, :focus-visible),
.woocommerce button.button:not(.woo-single-bar__qty-btn):not(.woo-single-bar .single_add_to_cart_button):not(.woo-single-bar button.button.alt):is(:hover, :active, :focus-visible),
.woocommerce input.button:is(:hover, :active, :focus-visible),
.woocommerce #respond input#submit:is(:hover, :active, :focus-visible),
.woocommerce-page a.button:is(:hover, :active, :focus-visible),
.woocommerce-page button.button:not(.woo-single-bar__qty-btn):is(:hover, :active, :focus-visible),
.woocommerce-page input.button:is(:hover, :active, :focus-visible),
.woocommerce-page #respond input#submit:is(:hover, :active, :focus-visible) {
	background: var(--color-secondary);
	color: var(--color-white, #ffffff);
	font-style: italic;
}

.woocommerce a.button.alt:is(:hover, :active, :focus-visible),
.woocommerce button.button.alt:not(.woo-single-bar button.button.alt):is(:hover, :active, :focus-visible),
.woocommerce input.button.alt:is(:hover, :active, :focus-visible),
.woocommerce-page a.button.alt:is(:hover, :active, :focus-visible),
.woocommerce-page button.button.alt:not(.woo-single-bar button.button.alt):is(:hover, :active, :focus-visible),
.woocommerce-page input.button.alt:is(:hover, :active, :focus-visible) {
	background: var(--color-secondary);
	color: var(--color-white, #ffffff);
	font-style: italic;
}

.woocommerce .woo-single-bar .single_add_to_cart_button,
.woocommerce .woo-single-bar .single_add_to_cart_button.button,
.woocommerce .woo-single-bar .single_add_to_cart_button.button.alt,
.woocommerce .woo-single-bar button.button.alt {
	background: none;
	color: var(--color-white, #ffffff);
}

/* -------------------------------------------------------------------------
   Cart, checkout, account & utility pages
   ------------------------------------------------------------------------- */

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page {
	color: var(--color-body);
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page :where(
	h1,
	h2,
	h3,
	.woocommerce-products-header__title,
	.entry-title,
	.woocommerce-Address-title h3,
	.woocommerce-column__title
) {
	font-family: var(--font-secondary-family);
	font-size: var(--font-secondary-size);
	font-weight: var(--font-secondary-weight);
	font-style: var(--font-secondary-style);
	line-height: var(--font-secondary-line-height);
	text-transform: var(--font-secondary-transform);
	color: var(--color-primary);
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page :where(h1, .woocommerce-products-header__title, .entry-title) {
	margin: 0 0 1.5rem;
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page :where(h2, h3, .woocommerce-Address-title h3, .woocommerce-column__title) {
	margin: 0 0 1rem;
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page,
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page :where(p, li, label, th, td, span, dt, dd, address) {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	font-weight: var(--font-body-weight);
	font-style: var(--font-body-style);
	line-height: var(--font-body-line-height);
	text-transform: var(--font-body-transform);
	color: var(--color-body);
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page a:where(:not(.button, .remove, .added_to_cart, .wc-forward, .woocommerce-MyAccount-navigation-link a)) {
	color: var(--color-body);
	text-decoration: none;
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page a:where(:not(.button, .remove, .added_to_cart, .wc-forward, .woocommerce-MyAccount-navigation-link a)):is(:hover, :active, :focus-visible) {
	color: var(--color-body);
	font-style: italic;
	text-decoration: none;
}

/* Forms */
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce form .form-row .optional,
.woocommerce-page form .form-row .optional {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	font-weight: var(--font-body-weight);
	font-style: var(--font-body-style);
	line-height: var(--font-body-line-height);
	text-transform: var(--font-body-transform);
	color: var(--color-body);
}

.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
	color: var(--color-secondary);
	text-decoration: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row select,
.woocommerce .select2-container .select2-selection--single,
.woocommerce-page .select2-container .select2-selection--single {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	font-weight: var(--font-body-weight);
	font-style: var(--font-body-style);
	line-height: var(--font-body-line-height);
	text-transform: var(--font-body-transform);
	color: var(--color-body);
	background-color: var(--color-site-background);
	border: 1px solid rgba(17, 17, 17, 0.2);
	border-radius: 0;
	box-shadow: none;
	padding: 0.65rem 0.75rem;
	min-height: auto;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row textarea:focus,
.woocommerce-page form .form-row select:focus,
.woocommerce .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-page .select2-container--default.select2-container--focus .select2-selection--single {
	border-color: var(--color-primary);
	outline: none;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
	margin-bottom: 1rem;
	padding: 0;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: calc(50% - 0.5rem);
}

/* Tables */
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2rem;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td {
	border: 0;
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
	padding: 1rem 0.5rem;
	vertical-align: middle;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	font-family: var(--font-secondary-family);
	font-size: var(--font-secondary-size);
	font-weight: var(--font-secondary-weight);
	font-style: var(--font-secondary-style);
	line-height: var(--font-secondary-line-height);
	text-transform: var(--font-secondary-transform);
	color: var(--color-primary);
	text-align: left;
}

.woocommerce table.shop_table td.product-name a,
.woocommerce-page table.shop_table td.product-name a {
	color: var(--color-body);
	text-decoration: none;
}

.woocommerce table.shop_table td.product-name a:is(:hover, :active, :focus-visible),
.woocommerce-page table.shop_table td.product-name a:is(:hover, :active, :focus-visible) {
	font-style: italic;
	text-decoration: none;
}

.woocommerce table.shop_table .product-thumbnail img,
.woocommerce-page table.shop_table .product-thumbnail img {
	width: 80px;
	height: auto;
	display: block;
}

.woocommerce table.shop_table .product-remove .remove,
.woocommerce-page table.shop_table .product-remove .remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	font-weight: var(--font-body-weight);
	color: var(--color-secondary);
	background: transparent;
	border: 0;
	border-radius: 0;
	text-decoration: none;
}

.woocommerce table.shop_table .product-remove .remove:is(:hover, :active, :focus-visible),
.woocommerce-page table.shop_table .product-remove .remove:is(:hover, :active, :focus-visible) {
	color: var(--color-primary);
	font-style: italic;
	background: transparent;
}

.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
	width: 3rem;
	text-align: center;
	padding: 0.5rem;
	border: 1px solid rgba(17, 17, 17, 0.2);
	border-radius: 0;
	background: var(--color-site-background);
	font: inherit;
	color: inherit;
	-moz-appearance: textfield;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce-page .quantity .qty::-webkit-outer-spin-button,
.woocommerce-page .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Single product bar — keep isolated from cart/utility quantity & button rules */
.woocommerce .woo-single-bar .quantity .qty,
.woo-single-bar .quantity .qty {
	width: 2ch !important;
	min-height: 0;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	background: none !important;
	text-align: center;
	font: inherit;
	color: inherit;
	-moz-appearance: textfield;
}

.woocommerce .woo-single-bar .single_add_to_cart_button,
.woocommerce .woo-single-bar .single_add_to_cart_button.button,
.woocommerce .woo-single-bar .single_add_to_cart_button.button.alt,
.woocommerce .woo-single-bar button.button.alt,
.woo-single-bar .single_add_to_cart_button,
.woo-single-bar button.button.alt {
	padding: 0 !important;
	margin: 0;
	border: 0 !important;
	border-radius: 0;
	background: none !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	font-family: var(--font-secondary-family);
	font-size: var(--font-secondary-size);
	font-weight: var(--font-secondary-weight);
	font-style: var(--font-secondary-style);
	line-height: var(--font-secondary-line-height);
	text-transform: var(--font-secondary-transform);
	color: var(--color-white, #ffffff);
}

.woocommerce .woo-single-bar__qty-btn,
.woo-single-bar__qty-btn {
	padding: 0 !important;
	margin: 0;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
}

/* Cart */
body.woocommerce-cart {
	--wp--preset--font-size--small: var(--font-body-size);
	--wp--preset--font-size--x-small: var(--font-body-size);
	--wp--preset--font-size--medium: var(--font-body-size);
	--wp--preset--font-size--large: var(--font-body-size);
}

body.woocommerce-cart .site-main.woo-cart {
	display: block;
}

body.woocommerce-cart .site-main.woo-cart-full > .woocommerce:not(:has(.wc-block-cart)),
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full > .woocommerce:not(:has(.wc-block-cart)) {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: start;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-sidebar-layout.wc-block-cart {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: start;
	margin: 0;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-sidebar-layout.wc-block-cart .wc-block-components-main,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__main {
	grid-column: 1;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-sidebar-layout.wc-block-cart .wc-block-components-sidebar,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__sidebar {
	grid-column: 1;
	width: 100%;
	margin: 0;
	padding: 0;
}

.woocommerce-cart .site-main.woo-cart-full form.woocommerce-cart-form,
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full form.woocommerce-cart-form,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__main {
	grid-column: 1;
}

.woocommerce-cart .site-main.woo-cart-full .cart-collaterals,
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full .cart-collaterals,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__sidebar {
	grid-column: 1;
	width: 100%;
}

.woocommerce-cart .cart_totals,
.woocommerce-page.woocommerce-cart .cart_totals,
body.woocommerce-cart .site-main .wc-block-components-sidebar,
body.woocommerce-cart .site-main .wc-block-components-totals-footer-item,
body.woocommerce-cart .site-main .wp-block-woocommerce-cart-order-summary-block,
body.woocommerce-cart .site-main .wc-block-cart__submit-container {
	background: transparent;
	color: var(--color-body);
	border-radius: 0;
}

.woocommerce-cart .cart_totals,
.woocommerce-page.woocommerce-cart .cart_totals {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .site-main.woo-cart-full,
body.woocommerce-cart .site-main.woo-cart-full :where(
	h1,
	h2,
	h3,
	.entry-title
) {
	font-family: var(--font-secondary-2-family);
	font-size: var(--font-secondary-2-size);
	font-weight: var(--font-secondary-2-weight);
	font-style: var(--font-secondary-2-style);
	line-height: var(--font-secondary-2-line-height);
	text-transform: var(--font-secondary-2-transform);
}

.woocommerce-cart .site-main.woo-cart-full .cart_totals :where(th, td, .amount, strong, span, label),
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full .cart_totals :where(th, td, .amount, strong, span, label),
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart :where(th, td, p, li, span, label, a, .amount, .wc-block-formatted-money-amount, .wc-block-components-totals-item__label, .wc-block-components-totals-item__value) {
	font-family: var(--font-secondary-2-family);
	font-size: var(--font-secondary-2-size);
	font-weight: var(--font-secondary-2-weight);
	font-style: var(--font-secondary-2-style);
	line-height: var(--font-secondary-2-line-height);
	text-transform: var(--font-secondary-2-transform);
	color: var(--color-body);
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart :where(h1, h2, h3),
body.woocommerce-checkout .site-main .wc-block-checkout :where(h1, h2, h3),
body.woocommerce-account .site-main :where(h1, h2, h3) {
	font-family: var(--font-secondary-2-family) !important;
	font-size: var(--font-secondary-2-size) !important;
	font-weight: var(--font-secondary-2-weight) !important;
	font-style: var(--font-secondary-2-style) !important;
	line-height: var(--font-secondary-2-line-height) !important;
	text-transform: var(--font-secondary-2-transform) !important;
	color: var(--color-primary) !important;
}

.woocommerce-cart .site-main.woo-cart-full table.shop_table th,
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full table.shop_table th,
body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__header,
body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__header th {
	font-family: var(--font-secondary-2-family) !important;
	font-size: var(--font-secondary-2-size) !important;
	font-weight: var(--font-secondary-2-weight) !important;
	font-style: var(--font-secondary-2-style) !important;
	line-height: var(--font-secondary-2-line-height) !important;
	text-transform: var(--font-secondary-2-transform) !important;
	color: var(--color-body) !important;
}

.woocommerce-cart .site-main.woo-cart-full table.shop_table td,
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full table.shop_table td,
.woocommerce-cart .site-main.woo-cart-full table.shop_table td.product-name a,
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full table.shop_table td.product-name a {
	font-family: var(--font-secondary-2-family);
	font-size: var(--font-secondary-2-size);
	font-weight: var(--font-secondary-2-weight);
	font-style: var(--font-secondary-2-style);
	line-height: var(--font-secondary-2-line-height);
	text-transform: var(--font-secondary-2-transform);
}

.woocommerce-cart .site-main.woo-cart-full .cart_totals table.shop_table th,
.woocommerce-cart .site-main.woo-cart-full .cart_totals table.shop_table td,
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full .cart_totals table.shop_table th,
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full .cart_totals table.shop_table td,
.woocommerce-cart .site-main.woo-cart-full table.shop_table th,
.woocommerce-cart .site-main.woo-cart-full table.shop_table td,
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full table.shop_table th,
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full table.shop_table td {
	border: 0;
	border-bottom: 1px solid var(--color-body);
}

body.woocommerce-cart .site-main table.wc-block-cart-items,
body.woocommerce-cart .site-main table.wc-block-cart-items td,
body.woocommerce-cart .site-main table.wc-block-cart-items th {
	border: 0 !important;
}

body.woocommerce-cart .site-main table.wc-block-cart-items .wc-block-cart-items__header th {
	border-bottom: 1px solid var(--color-body) !important;
}

body.woocommerce-cart .site-main .wc-block-cart__main .wc-block-cart-items {
	border-bottom: 1px solid var(--color-body);
}

body.woocommerce-cart .site-main table.wc-block-cart-items .wc-block-cart-items__row {
	border-bottom: 1px solid var(--color-body) !important;
}

body.woocommerce-cart .site-main .wp-block-woocommerce-cart-order-summary-block {
	border: 0;
	border-bottom: 1px solid var(--color-body);
	margin-bottom: 1rem;
}

body.woocommerce-cart .site-main :where(
	.wc-block-components-totals-wrapper,
	.wp-block-woocommerce-cart-order-summary-coupon-form-block,
	.wc-block-components-quantity-selector
) {
	border: 0 !important;
	box-shadow: none !important;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout,
.woocommerce-page.woocommerce-cart .cart_totals .wc-proceed-to-checkout,
body.woocommerce-cart .site-main .wc-block-cart__submit {
	padding: 1rem 0 0;
	margin: 0;
}

.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-page.woocommerce-cart .cart_totals .checkout-button,
body.woocommerce-cart .site-main .wc-block-cart__submit-button {
	display: block;
	width: 100%;
	text-align: center;
	background: var(--color-secondary);
	color: var(--color-white, #ffffff);
}

.woocommerce-cart .cart_totals .checkout-button:is(:hover, :active, :focus-visible),
.woocommerce-page.woocommerce-cart .cart_totals .checkout-button:is(:hover, :active, :focus-visible),
body.woocommerce-cart .site-main .wc-block-cart__submit-button:is(:hover, :active, :focus-visible) {
	background: var(--color-secondary);
	color: var(--color-white, #ffffff);
	font-style: italic;
}

/* Woo utility pages — action buttons (red bg, white text) */
body.woocommerce-cart .site-main :where(
	.button,
	button.button,
	input.button,
	a.button,
	.wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button),
	.wc-block-cart__submit-button,
	.wc-block-components-totals-coupon__button
),
body.woocommerce-checkout .site-main :where(
	.button,
	button.button,
	input.button,
	a.button,
	.wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button),
	#place_order
),
body.woocommerce-account .site-main :where(
	.button,
	button.button,
	input.button,
	a.button,
	.wc-block-components-button:not(.is-link)
),
body.woocommerce-order-received .site-main :where(
	.button,
	button.button,
	input.button,
	a.button
) {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	font-weight: var(--font-body-weight);
	font-style: var(--font-body-style);
	line-height: var(--font-body-line-height);
	text-transform: var(--font-body-transform);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: var(--color-secondary) !important;
	color: var(--color-white, #ffffff) !important;
	text-decoration: none;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
}

body.woocommerce-cart .site-main :where(
	.button,
	button.button,
	input.button,
	a.button,
	.wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button),
	.wc-block-cart__submit-button,
	.wc-block-components-totals-coupon__button
) :where(.wc-block-components-button__text, span),
body.woocommerce-checkout .site-main :where(
	.button,
	button.button,
	input.button,
	a.button,
	.wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button),
	#place_order
) :where(.wc-block-components-button__text, span),
body.woocommerce-account .site-main :where(
	.button,
	button.button,
	input.button,
	a.button,
	.wc-block-components-button:not(.is-link)
) :where(.wc-block-components-button__text, span) {
	color: var(--color-white, #ffffff) !important;
}

body.woocommerce-cart .site-main :where(
	.button,
	button.button,
	input.button,
	a.button,
	.wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button),
	.wc-block-cart__submit-button,
	.wc-block-components-totals-coupon__button
):is(:hover, :active, :focus-visible),
body.woocommerce-checkout .site-main :where(
	.button,
	button.button,
	input.button,
	a.button,
	.wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button),
	#place_order
):is(:hover, :active, :focus-visible),
body.woocommerce-account .site-main :where(
	.button,
	button.button,
	input.button,
	a.button,
	.wc-block-components-button:not(.is-link)
):is(:hover, :active, :focus-visible) {
	background: var(--color-secondary) !important;
	color: var(--color-white, #ffffff) !important;
	font-style: italic;
}

body.woocommerce-cart .site-main .wc-block-components-quantity-selector__button,
body.woocommerce-checkout .site-main .wc-block-components-quantity-selector__button {
	background: transparent !important;
	color: var(--color-body) !important;
	padding-top: 0;
	padding-bottom: 0;
}

/* Empty cart */
body.woocommerce-cart .site-main.woo-cart-empty {
	position: relative;
	display: block !important;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 90vh;
	min-height: 90svh;
}

.woo-empty-cart {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	height: 90vh;
	height: 90svh;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
	padding: var(--site-padding-top) var(--site-padding-right) var(--site-padding-bottom) var(--site-padding-left);
	text-align: center;
	box-sizing: border-box;
}

.woo-empty-cart__message {
	margin: 0;
	color: var(--color-primary);
	font-family: var(--font-primary-family) !important;
	font-size: var(--font-primary-size) !important;
	font-weight: var(--font-primary-weight) !important;
	font-style: var(--font-primary-style) !important;
	line-height: var(--font-primary-line-height) !important;
	text-transform: var(--font-primary-transform) !important;
}

.woo-empty-cart__link {
	color: inherit;
	text-decoration: none;
	font: inherit;
}

.woo-empty-cart__link:is(:hover, :active, :focus-visible) {
	font-style: italic;
}

html.woo-cart-transitioning .site-main {
	visibility: hidden;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-product-metadata,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-product-metadata :where(p, span, .wc-block-components-product-metadata__variation-data),
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-product-details,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-quantity-selector input,
body.woocommerce-cart .site-main.woo-cart-full .wp-block-woocommerce-cart-order-summary-block {
	font-family: var(--font-secondary-2-family);
	font-size: var(--font-secondary-2-size);
	font-weight: var(--font-secondary-2-weight);
	font-style: var(--font-secondary-2-style);
	line-height: var(--font-secondary-2-line-height);
	text-transform: var(--font-secondary-2-transform);
	color: var(--color-body);
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-panel__button {
	font-family: var(--font-secondary-2-family);
	font-size: var(--font-secondary-2-size);
	font-weight: var(--font-secondary-2-weight);
	font-style: var(--font-secondary-2-style);
	line-height: var(--font-secondary-2-line-height);
	text-transform: var(--font-secondary-2-transform);
	color: var(--color-body);
	background: transparent;
}

/* Full cart — product rows */
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__main :where(
	.wc-block-cart-items__header,
	.wc-block-cart-items__header th,
	.wc-block-cart-items__row,
	.wc-block-cart-items__row td,
	.wc-block-components-product-name,
	.wc-block-components-product-name a,
	.wc-block-components-product-metadata,
	.wc-block-components-product-metadata :not(.wc-block-components-product-metadata__description),
	.wc-block-cart-item__prices,
	.wc-block-cart-item__prices *,
	.wc-block-cart-item__total,
	.wc-block-cart-item__total *,
	.wc-block-components-formatted-money-amount,
	.wc-block-components-quantity-selector,
	.wc-block-components-quantity-selector__input,
	.wc-block-components-quantity-selector__button,
	.wc-block-cart-item__remove-link
) {
	font-family: var(--font-secondary-2-family) !important;
	font-size: var(--font-secondary-2-size) !important;
	font-weight: var(--font-secondary-2-weight) !important;
	font-style: var(--font-secondary-2-style) !important;
	line-height: var(--font-secondary-2-line-height) !important;
	text-transform: var(--font-secondary-2-transform) !important;
	color: var(--color-body) !important;
}

body.woocommerce-cart .wc-block-components-product-metadata__description,
body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-metadata__description,
body.woocommerce-cart .site-main .wc-block-components-product-metadata__description,
body.woocommerce-cart .site-main .wc-block-cart-item__product .wc-block-components-product-metadata__description,
.woocommerce-cart .product-name .description,
.woocommerce-cart td.product-name .wc-item-description {
	display: none !important;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-product-name,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-product-name a {
	font-family: var(--font-secondary-2-family) !important;
	font-size: var(--font-secondary-2-size) !important;
	font-weight: var(--font-secondary-2-weight) !important;
	font-style: var(--font-secondary-2-style) !important;
	line-height: var(--font-secondary-2-line-height) !important;
	text-transform: var(--font-secondary-2-transform) !important;
	color: var(--color-body) !important;
	text-decoration: none;
}

body.woocommerce-cart .site-main .wc-block-components-product-name a:is(:hover, :active, :focus-visible) {
	color: var(--color-body);
	font-style: italic;
	text-decoration: none;
}

body.woocommerce-cart .site-main :where(a, .wc-block-cart-item__remove-link) {
	text-decoration: none !important;
}

body.woocommerce-cart .site-main .wc-block-components-quantity-selector {
	border: 0 !important;
	border-radius: 0;
	width: auto;
	box-shadow: none !important;
}

body.woocommerce-cart .site-main .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	min-width: 2.5rem;
	border: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-cart .site-main .wc-block-components-quantity-selector button {
	border: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-cart .site-main .wc-block-cart__submit-container--sticky {
	background: var(--color-site-background);
	box-shadow: none;
}

body.woocommerce-cart .site-main .wc-block-cart__submit-container--sticky::before {
	display: none;
}

.woocommerce-cart .actions .coupon,
.woocommerce-page.woocommerce-cart .actions .coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.woocommerce-cart .actions .coupon .input-text,
.woocommerce-page.woocommerce-cart .actions .coupon .input-text {
	width: auto;
	min-width: 10rem;
	flex: 1 1 10rem;
}

.woocommerce-cart .actions,
.woocommerce-page.woocommerce-cart .actions {
	padding-top: 1rem;
}

.woocommerce .woocommerce-Price-amount,
.woocommerce-page .woocommerce-Price-amount {
	font-weight: var(--font-body-weight);
	color: inherit;
}

.woocommerce-cart .site-main.woo-cart-full table.shop_table .product-price .amount,
.woocommerce-cart .site-main.woo-cart-full table.shop_table .product-subtotal .amount,
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full table.shop_table .product-price .amount,
.woocommerce-page.woocommerce-cart .site-main.woo-cart-full table.shop_table .product-subtotal .amount,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart .wc-block-formatted-money-amount {
	color: var(--color-body);
}

/* Full cart — minimal list layout */
body.woocommerce-cart .site-main.woo-cart-full {
	--woo-cart-row-padding: 1rem;
	--woo-cart-col-gap: 2rem;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart {
	padding-top: 0;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__cross-sells,
body.woocommerce-cart .site-main.woo-cart-full .wp-block-woocommerce-cart-cross-sells-block {
	display: none !important;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__main .wc-block-cart-items,
body.woocommerce-cart .site-main.woo-cart-full .wp-block-woocommerce-cart-order-summary-block,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-sidebar {
	border: 0;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__main > h2,
body.woocommerce-cart .site-main.woo-cart-full h2,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-items__header,
body.woocommerce-cart .site-main.woo-cart-full .cart_totals > h2,
body.woocommerce-cart .site-main.woo-cart-full .wp-block-woocommerce-cart-order-summary-heading-block,
body.woocommerce-cart .site-main.woo-cart-full .wp-block-woocommerce-cart-order-summary-block .wc-block-components-title,
body.woocommerce-cart .site-main.woo-cart-full .wp-block-woocommerce-cart-order-summary-subtotal-block,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-subtotal,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__image,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-product-metadata,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-product-badge,
body.woocommerce-cart .site-main.woo-cart-full .product-name dl.variation,
body.woocommerce-cart .site-main.woo-cart-full table.shop_table thead,
body.woocommerce-cart .site-main.woo-cart-full .product-thumbnail,
body.woocommerce-cart .site-main.woo-cart-full td.product-price,
body.woocommerce-cart .site-main.woo-cart-full .actions .button[name="update_cart"],
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-footer-item-tax,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-footer-item-shipping {
	display: none !important;
}

body.woocommerce-cart .site-main.woo-cart-full .wp-block-woocommerce-cart-order-summary-block {
	display: flex;
	flex-direction: column;
}

body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items,
body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items tbody {
	display: block;
	width: 100%;
}

body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items {
	width: 100%;
	max-width: 100%;
}

/* 1 row × 4 columns (desktop) — override WooCommerce block cart grid */
body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto auto auto !important;
	grid-template-rows: auto !important;
	column-gap: var(--woo-cart-col-gap) !important;
	row-gap: 0 !important;
	align-items: center !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: var(--woo-cart-row-padding) 0 !important;
	border-bottom: 1px solid var(--color-body) !important;
}

body.woocommerce-cart .site-main.woo-cart-full table.shop_table tbody tr.cart_item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto auto;
	column-gap: var(--woo-cart-col-gap);
	row-gap: 0;
	align-items: center;
	padding: var(--woo-cart-row-padding) 0;
	border-bottom: 1px solid var(--color-body) !important;
}

body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__total {
	display: block !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: left !important;
	vertical-align: middle;
}

body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__image {
	display: none !important;
}

body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row > td.wc-block-cart-item__product,
body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap,
body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
	display: contents !important;
}

body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	grid-column: 1 !important;
	grid-row: 1 !important;
	min-width: 0;
}

body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
	grid-column: 2 !important;
	grid-row: 1 !important;
	justify-self: start;
}

body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	grid-column: 4 !important;
	grid-row: 1 !important;
	justify-self: start;
	width: auto !important;
	min-width: 0 !important;
}

body.woocommerce-cart .site-main.woo-cart-full table.shop_table tbody tr.cart_item td {
	display: block;
	padding: 0 !important;
	border: 0 !important;
	vertical-align: middle;
	text-align: left;
}

body.woocommerce-cart .site-main.woo-cart-full td.product-name,
body.woocommerce-cart .site-main.woo-cart-full td.wc-block-cart-item__product {
	min-width: 0;
}

body.woocommerce-cart .site-main.woo-cart-full td.product-quantity {
	grid-column: 2;
	grid-row: 1;
	justify-self: start;
}

body.woocommerce-cart .site-main.woo-cart-full td.product-subtotal,
body.woocommerce-cart .site-main.woo-cart-full td.wc-block-cart-item__total {
	grid-column: 3 !important;
	grid-row: 1 !important;
	text-align: left !important;
	white-space: nowrap;
}

body.woocommerce-cart .site-main.woo-cart-full td.product-remove {
	grid-column: 4;
	grid-row: 1;
	text-align: left;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__remove-link {
	position: static;
	transform: none;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__prices {
	display: none !important;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__quantity,
body.woocommerce-cart .site-main.woo-cart-full td.product-quantity {
	white-space: nowrap;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__quantity .wc-block-components-quantity-selector,
body.woocommerce-cart .site-main.woo-cart-full td.product-quantity .quantity {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	border: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-quantity-selector__button,
body.woocommerce-cart .site-main.woo-cart-full td.product-quantity .quantity .plus,
body.woocommerce-cart .site-main.woo-cart-full td.product-quantity .quantity .minus {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 1.25rem;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	color: var(--color-body) !important;
	cursor: pointer;
	font: inherit;
	line-height: 1;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-quantity-selector__button--minus,
body.woocommerce-cart .site-main.woo-cart-full td.product-quantity .quantity .minus {
	order: 1;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-quantity-selector__input,
body.woocommerce-cart .site-main.woo-cart-full td.product-quantity .qty {
	order: 2;
	width: 2ch !important;
	min-width: 1.5rem !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	text-align: center;
	background: transparent;
	-moz-appearance: textfield;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-quantity-selector__button--plus,
body.woocommerce-cart .site-main.woo-cart-full td.product-quantity .quantity .plus {
	order: 3;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-quantity-selector__input::-webkit-outer-spin-button,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
body.woocommerce-cart .site-main.woo-cart-full td.product-quantity .qty::-webkit-outer-spin-button,
body.woocommerce-cart .site-main.woo-cart-full td.product-quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-quantity-selector__button:is(:hover, :active, :focus-visible),
body.woocommerce-cart .site-main.woo-cart-full td.product-quantity .quantity :is(.plus, .minus):is(:hover, :active, :focus-visible) {
	font-style: italic;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__total,
body.woocommerce-cart .site-main.woo-cart-full td.product-subtotal {
	text-align: left;
	white-space: nowrap;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__remove-link,
body.woocommerce-cart .site-main.woo-cart-full td.product-remove .remove {
	display: inline-block !important;
	min-width: 0;
	text-align: left;
	background: transparent !important;
	color: var(--color-body) !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__remove-link svg {
	display: none !important;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__remove-link::before {
	content: "Remove";
	font: inherit;
	color: inherit;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-wrapper,
body.woocommerce-cart .site-main.woo-cart-full .wp-block-woocommerce-cart-order-summary-coupon-form-block,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-panel {
	border: 0 !important;
	box-shadow: none !important;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-panel__button {
	display: block;
	width: 100%;
	text-align: left;
	padding: var(--woo-cart-row-padding) 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--color-body);
	border-radius: 0;
	background: transparent;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-item,
body.woocommerce-cart .site-main.woo-cart-full .cart_totals table.shop_table tr {
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	column-gap: var(--woo-cart-col-gap);
	padding: var(--woo-cart-row-padding) 0;
	margin: 0;
	border-bottom: 1px solid var(--color-body);
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-footer-item,
body.woocommerce-cart .site-main.woo-cart-full .wp-block-woocommerce-cart-order-summary-totals-block {
	order: 100;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-footer-item {
	display: flex !important;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: var(--woo-cart-col-gap);
	padding: var(--woo-cart-row-padding) 0;
	margin: 0;
	border-bottom: 1px solid var(--color-body);
	width: 100%;
	max-width: 100%;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-footer-item .wc-block-components-totals-item__description {
	display: none !important;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	flex: 0 1 auto;
	font-size: 0 !important;
	line-height: 0;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-footer-item .wc-block-components-totals-item__label::after {
	content: "Total:";
	font-family: var(--font-secondary-2-family);
	font-size: var(--font-secondary-2-size);
	font-weight: var(--font-secondary-2-weight);
	font-style: var(--font-secondary-2-style);
	line-height: var(--font-secondary-2-line-height);
	text-transform: var(--font-secondary-2-transform);
	color: var(--color-body);
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	flex: 0 0 auto;
	margin-left: 0;
	text-align: left;
	font-family: var(--font-secondary-2-family) !important;
	font-size: var(--font-secondary-2-size) !important;
	font-weight: var(--font-secondary-2-weight) !important;
	font-style: var(--font-secondary-2-style) !important;
	line-height: var(--font-secondary-2-line-height) !important;
	text-transform: var(--font-secondary-2-transform) !important;
	color: var(--color-body) !important;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-totals-item__value,
body.woocommerce-cart .site-main.woo-cart-full .cart_totals table.shop_table td {
	text-align: right;
}

body.woocommerce-cart .site-main.woo-cart-full .cart_totals table.shop_table,
body.woocommerce-cart .site-main.woo-cart-full table.shop_table {
	margin-bottom: 0;
}

body.woocommerce-cart .site-main.woo-cart-full .actions {
	padding: var(--woo-cart-row-padding) 0;
	margin: 0;
	border-bottom: 1px solid var(--color-body);
}

body.woocommerce-cart .site-main.woo-cart-full .actions .coupon {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .site-main.woo-cart-full .actions .coupon label {
	display: block;
	margin: 0 0 0.75rem;
}

body.woocommerce-cart .site-main.woo-cart-full .cart_totals .wc-proceed-to-checkout,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__submit,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__submit-container {
	padding: calc(var(--woo-cart-row-padding) * 1.5) 0 0;
	margin: 0;
	text-align: left;
}

body.woocommerce-cart .site-main.woo-cart-full .cart_totals .checkout-button,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__submit-button {
	display: inline-flex !important;
	align-items: center;
	gap: 0.15em;
	width: auto;
	min-width: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	background: transparent !important;
	color: var(--color-secondary) !important;
	text-align: left;
	font-family: var(--font-secondary-2-family) !important;
	font-size: var(--font-secondary-2-size) !important;
	font-weight: var(--font-secondary-2-weight) !important;
	font-style: var(--font-secondary-2-style) !important;
	line-height: var(--font-secondary-2-line-height) !important;
	text-transform: var(--font-secondary-2-transform) !important;
	text-decoration: none;
}

body.woocommerce-cart .site-main.woo-cart-full .cart_totals .checkout-button :is(.wc-block-components-button__text, span),
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__submit-button :is(.wc-block-components-button__text, span) {
	color: var(--color-secondary) !important;
}

body.woocommerce-cart .site-main.woo-cart-full .cart_totals .checkout-button::after,
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__submit-button::after {
	content: "→";
	font-family: var(--font-arrow-family);
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

body.woocommerce-cart .site-main.woo-cart-full .cart_totals .checkout-button:is(:hover, :active, :focus-visible),
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__submit-button:is(:hover, :active, :focus-visible) {
	background: transparent !important;
	color: var(--color-secondary) !important;
	font-style: italic !important;
}

body.woocommerce-cart .site-main.woo-cart-full .cart_totals .checkout-button:is(:hover, :active, :focus-visible) :is(.wc-block-components-button__text, span),
body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__submit-button:is(:hover, :active, :focus-visible) :is(.wc-block-components-button__text, span) {
	color: var(--color-secondary) !important;
	font-style: italic !important;
}

body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__submit-container--sticky {
	position: static;
	padding: calc(var(--woo-cart-row-padding) * 1.5) 0 0;
}

/* Full checkout — single-column, line-separated (Lido-style) */
body.woocommerce-checkout .site-main.woo-checkout {
	--woo-checkout-row-gap: 2rem;
	--woo-checkout-row-padding: 0.5rem;
	--woo-checkout-field-gap: 0.15rem;
	--woo-checkout-field-column-gap: 20px;
}

body.woocommerce-checkout .site-main.woo-checkout,
body.woocommerce-checkout .site-main.woo-checkout :where(
	h1,
	h2,
	h3,
	.entry-title
) {
	font-family: var(--font-secondary-2-family);
	font-size: var(--font-secondary-2-size);
	font-weight: var(--font-secondary-2-weight);
	font-style: var(--font-secondary-2-style);
	line-height: var(--font-secondary-2-line-height);
	text-transform: var(--font-secondary-2-transform);
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout :where(
	p,
	li,
	span,
	label,
	a,
	input,
	select,
	textarea,
	.amount,
	.wc-block-formatted-money-amount,
	.wc-block-components-totals-item__label,
	.wc-block-components-totals-item__value,
	.wc-block-components-product-name
) {
	font-family: var(--font-secondary-2-family);
	font-size: var(--font-secondary-2-size);
	font-weight: var(--font-secondary-2-weight);
	font-style: var(--font-secondary-2-style);
	line-height: var(--font-secondary-2-line-height);
	text-transform: var(--font-secondary-2-transform);
	color: var(--color-body);
}

body.woocommerce-checkout .site-main.woo-checkout > .woocommerce > :is(h1, .entry-title),
body.woocommerce-checkout .site-main.woo-checkout > h1,
body.woocommerce-checkout .site-main.woo-checkout .wp-block-post-title {
	display: none !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout {
	padding-top: 0;
	margin: 0;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: var(--woo-checkout-field-column-gap);
	row-gap: 0;
	margin: 0;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__main,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__form {
	display: contents;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__contact-fields,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields {
	display: contents;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__contact-fields .wc-block-components-checkout-step__content {
	order: 10;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields .wc-block-components-checkout-step__content {
	order: 11;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__contact-fields {
	order: 10;
}

body.woocommerce-checkout .site-main.woo-checkout .wp-block-woocommerce-checkout-shipping-method-block,
body.woocommerce-checkout .site-main.woo-checkout .wp-block-woocommerce-checkout-pickup-options-block {
	order: 25;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields {
	order: 11;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__payment-method {
	order: 30;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__sidebar {
	order: 40;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__order-notes {
	order: 50;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__terms {
	order: 55;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__actions {
	order: 60;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkout-step {
	border: 0;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkout-step__heading-container,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkout-order-summary__title,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkout-order-summary__title-icon,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__guest-checkout-notice {
	display: none !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__contact-fields .wc-block-components-checkout-step__content,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields .wc-block-components-checkout-step__content {
	display: contents;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__contact-fields .wc-block-components-checkout-step__content > .wc-block-components-notices,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__contact-fields .wc-block-components-checkout-step__content > .wc-block-components-notices__snackbar,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields .wc-block-components-checkout-step__content > .wc-block-components-notices,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields .wc-block-components-checkout-step__content > .wc-block-components-notices__snackbar {
	display: none !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkout-step__content {
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkout-step__content > * {
	margin: 0 !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-notices,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-notices__snackbar {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-card {
	display: none !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form {
	gap: 0;
	margin: 0;
}

/* Fixed checkout field layout */
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields .wc-block-components-address-address-wrapper,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form-wrapper,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields .wc-block-components-address-card-wrapper {
	display: contents;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__contact-fields .wc-block-components-address-form,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form {
	display: contents !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wp-block-woocommerce-checkout-shipping-method-block,
body.woocommerce-checkout .site-main.woo-checkout .wp-block-woocommerce-checkout-pickup-options-block,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__order-notes,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__terms,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__actions {
	grid-column: 1 / -1;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__contact-fields > legend,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields > legend {
	display: none !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__billing-fields .wc-block-components-address-form > :is(
	.wc-block-components-text-input,
	.wc-block-components-country-input,
	.wc-block-components-state-input,
	.wc-block-components-combobox
),
body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__shipping-fields .wc-block-components-address-form > :is(
	.wc-block-components-text-input,
	.wc-block-components-country-input,
	.wc-block-components-state-input,
	.wc-block-components-combobox
) {
	width: 100% !important;
	min-width: 0;
	flex: none !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__contact-fields .wc-block-components-address-form__email {
	grid-column: 1 / -1;
	order: 1;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__first_name {
	grid-column: 1;
	order: 2;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__last_name {
	grid-column: 2;
	order: 3;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__address_1 {
	grid-column: 1 / -1;
	order: 4;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__country {
	grid-column: 1;
	order: 5;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__state {
	grid-column: 2;
	order: 6;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__postcode {
	grid-column: 1;
	order: 7;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__city {
	grid-column: 2;
	order: 8;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__phone {
	grid-column: 1 / -1;
	order: 9;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__address_2 {
	grid-column: 1 / -1;
	order: 10;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__company,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__address_2-toggle,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__address_2-hidden-input {
	display: none !important;
}

@media (max-width: 767px) {
	body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout .site-main.woo-checkout :is(
		.wc-block-components-address-form__email,
		.wc-block-components-address-form__first_name,
		.wc-block-components-address-form__last_name,
		.wc-block-components-address-form__address_1,
		.wc-block-components-address-form__country,
		.wc-block-components-address-form__state,
		.wc-block-components-address-form__postcode,
		.wc-block-components-address-form__city,
		.wc-block-components-address-form__phone,
		.wc-block-components-address-form__address_2
	) {
		grid-column: 1 / -1 !important;
	}
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-text-input,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-combobox,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-select,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-country-input,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-state-input {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: var(--woo-checkout-field-gap);
	margin: 0 !important;
	padding: var(--woo-checkout-row-padding) 0;
	border: 0;
	border-bottom: 1px solid var(--color-body);
	border-radius: 0;
	background: transparent;
	box-shadow: none !important;
	min-height: 0;
	line-height: 1.2 !important;
	white-space: normal !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-blocks-components-select,
body.woocommerce-checkout .site-main.woo-checkout .wc-blocks-components-select__container {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--woo-checkout-field-gap);
	width: 100%;
	border: 0;
	background: transparent;
	min-height: 0;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-blocks-components-select__label {
	position: static !important;
	transform: none !important;
	order: -1;
	margin: 0;
	padding: 0;
	font-family: var(--font-secondary-2-family) !important;
	font-size: var(--font-secondary-2-size) !important;
	font-weight: var(--font-secondary-2-weight) !important;
	font-style: var(--font-secondary-2-style) !important;
	line-height: var(--font-secondary-2-line-height) !important;
	text-transform: var(--font-secondary-2-transform) !important;
	color: var(--color-body) !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-blocks-components-select__select {
	appearance: none;
	width: 100%;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-combobox .wc-block-components-combobox-control label,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-select label,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-text-input.is-active label,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-text-input:focus-within label,
body.woocommerce-checkout .site-main.woo-checkout .wc-blocks-components-select__label {
	position: static !important;
	top: auto !important;
	transform: none !important;
	transition: none !important;
	max-height: none !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	order: -1;
	margin: 0;
	padding: 0;
	font-family: var(--font-secondary-2-family) !important;
	font-size: var(--font-secondary-2-size) !important;
	font-weight: var(--font-secondary-2-weight) !important;
	font-style: var(--font-secondary-2-style) !important;
	line-height: 1.2 !important;
	text-transform: var(--font-secondary-2-transform) !important;
	color: var(--color-body) !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-combobox .wc-block-components-combobox-control button,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-select select,
body.woocommerce-checkout .site-main.woo-checkout .wc-blocks-components-select__select {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0;
	min-height: 0;
	height: auto;
	font-family: var(--font-secondary-2-family) !important;
	font-size: var(--font-secondary-2-size) !important;
	font-weight: var(--font-secondary-2-weight) !important;
	font-style: var(--font-secondary-2-style) !important;
	line-height: 1.2 !important;
	text-transform: var(--font-secondary-2-transform) !important;
	color: var(--color-body) !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-text-input:is(.is-active, :focus-within) input,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-text-input.is-active input:is([type="text"], [type="email"], [type="tel"], [type="number"], [type="password"], [type="url"]) {
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-text-input input:is(:focus, :focus-visible),
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:is(:focus, :focus-visible),
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-select select:is(:focus, :focus-visible),
body.woocommerce-checkout .site-main.woo-checkout .wc-blocks-components-select__select:is(:focus, :focus-visible),
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-textarea textarea:is(:focus, :focus-visible) {
	outline: none !important;
	border: 0 !important;
	border-radius: 0 !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-text-input:is(:focus-within, .is-active),
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-combobox:focus-within,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-country-input:focus-within,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-state-input:focus-within,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-textarea:focus-within {
	box-shadow: none !important;
	border-radius: 0 !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-combobox .wc-block-components-combobox-control {
	border: 0;
	background: transparent;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-address-form__address_2-toggle {
	padding: var(--woo-checkout-row-padding) 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--color-body);
	border-radius: 0;
	background: transparent;
	color: var(--color-body);
	text-align: left;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkbox {
	padding: var(--woo-checkout-row-padding) 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--color-body);
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkbox__label {
	font-family: var(--font-secondary-2-family);
	font-size: var(--font-secondary-2-size);
	color: var(--color-body);
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-textarea {
	padding: var(--woo-checkout-row-padding) 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--color-body);
	background: transparent;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-textarea textarea {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0.35rem 0 0 !important;
	resize: vertical;
	min-height: 4rem;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary__content {
	display: block !important;
	width: 100%;
}

body.woocommerce-checkout .site-main.woo-checkout .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout .site-main.woo-checkout .checkout-order-summary-block-fill,
body.woocommerce-checkout .site-main.woo-checkout .checkout-order-summary-block-fill-wrapper,
body.woocommerce-checkout .site-main.woo-checkout .wp-block-woocommerce-checkout-order-summary-totals-block,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkout-order-summary__content,
body.woocommerce-checkout .site-main.woo-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary.is-large,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary__content,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-panel {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0;
	background: transparent;
}

body.woocommerce-checkout .site-main.woo-checkout .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout .site-main.woo-checkout .wp-block-woocommerce-checkout-order-summary-totals-block,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkout-order-summary__content,
body.woocommerce-checkout .site-main.woo-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary.is-large,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary__content,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-panel {
	padding: 0 !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkout-order-summary__title,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-checkout-order-summary__content.is-open {
	border: 0 !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary-item__image,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-cart-item__prices,
body.woocommerce-checkout .site-main.woo-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-totals-footer-item-tax,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-totals-footer-item-shipping {
	display: none !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: var(--woo-checkout-row-gap);
	width: 100%;
	max-width: 100%;
	padding: var(--woo-checkout-row-padding) 0;
	margin: 0;
	border: 0 !important;
	border-bottom: 1px solid var(--color-body) !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary-item::after,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary-item > div::after,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-totals-wrapper.slot-wrapper > * > :after {
	display: none !important;
	content: none !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary-item__description {
	display: flex;
	align-items: baseline;
	flex: 0 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary-item .wc-block-components-product-name {
	margin: 0 !important;
	padding: 0;
	line-height: 1.2 !important;
	font-weight: var(--font-secondary-2-weight) !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-order-summary-item__total-price {
	display: flex;
	align-items: baseline;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.2 !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-totals-item,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-totals-footer-item {
	display: flex !important;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	column-gap: var(--woo-checkout-row-gap);
	padding: var(--woo-checkout-row-padding) 0;
	margin: 0;
	border-bottom: 1px solid var(--color-body);
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	flex: 0 0 auto;
	font-size: 0 !important;
	line-height: 0;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label::after {
	content: "Total:";
	font-family: var(--font-secondary-2-family);
	font-size: var(--font-secondary-2-size);
	font-weight: var(--font-secondary-2-weight);
	font-style: var(--font-secondary-2-style);
	line-height: var(--font-secondary-2-line-height);
	text-transform: var(--font-secondary-2-transform);
	color: var(--color-body);
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	flex: 0 0 auto;
	margin-left: 0;
	text-align: left;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-radio-control,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-radio-control-accordion {
	border: 0;
	box-shadow: none;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-radio-control-accordion-option {
	border: 0;
	border-bottom: 1px solid var(--color-body);
	border-radius: 0;
	padding: var(--woo-checkout-row-padding) 0;
	margin: 0;
	background: transparent;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout .site-main.woo-checkout .wc-block-components-radio-control-accordion-option__content {
	padding-left: 0;
	padding-right: 0;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__terms {
	padding: var(--woo-checkout-row-padding) 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid var(--color-body);
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__terms--with-separator::before {
	display: none;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__actions {
	padding: calc(var(--woo-checkout-row-padding) * 1.5) 0 0;
	margin: 0;
	text-align: left;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__actions .wc-block-components-button {
	display: inline-flex !important;
	align-items: center;
	gap: 0.15em;
	width: auto;
	min-width: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	background: transparent !important;
	color: var(--color-secondary) !important;
	text-align: left;
	font-family: var(--font-secondary-2-family) !important;
	font-size: var(--font-secondary-2-size) !important;
	font-weight: var(--font-secondary-2-weight) !important;
	font-style: var(--font-secondary-2-style) !important;
	line-height: var(--font-secondary-2-line-height) !important;
	text-transform: var(--font-secondary-2-transform) !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__actions .wc-block-components-button .wc-block-components-button__text {
	color: var(--color-secondary) !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__actions .wc-block-components-button::after {
	content: "→";
	font-family: var(--font-arrow-family);
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__actions .wc-block-components-button:is(:hover, :active, :focus-visible) {
	background: transparent !important;
	color: var(--color-secondary) !important;
	font-style: italic !important;
}

body.woocommerce-checkout .site-main.woo-checkout .wc-block-checkout__actions .wc-block-components-button:is(:hover, :active, :focus-visible) .wc-block-components-button__text {
	color: var(--color-secondary) !important;
	font-style: italic !important;
}

body.woocommerce-checkout .site-main.woo-checkout :where(
	.wc-block-components-notice-banner,
	.wc-block-components-notice
) {
	border: 0;
	border-bottom: 1px solid var(--color-body);
	border-radius: 0;
	margin: 0 0 var(--woo-checkout-row-padding);
	padding: var(--woo-checkout-row-padding) 0;
	background: transparent;
	color: var(--color-body);
}

/* Checkout */
.woocommerce-checkout form.checkout,
.woocommerce-page.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: start;
}

.woocommerce-checkout #customer_details,
.woocommerce-page.woocommerce-checkout #customer_details {
	grid-column: 1;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review,
.woocommerce-page.woocommerce-checkout #order_review_heading,
.woocommerce-page.woocommerce-checkout #order_review {
	grid-column: 1;
}

.woocommerce-checkout #order_review,
.woocommerce-page.woocommerce-checkout #order_review {
	padding: 0;
	background-color: transparent;
	color: var(--color-body);
}

.woocommerce-checkout #order_review :where(h3, th, td, .amount, strong, span, label, li),
.woocommerce-page.woocommerce-checkout #order_review :where(h3, th, td, .amount, strong, span, label, li) {
	color: var(--color-body);
	font-family: var(--font-secondary-2-family);
	font-size: var(--font-secondary-2-size);
	font-weight: var(--font-secondary-2-weight);
	font-style: var(--font-secondary-2-style);
	line-height: var(--font-secondary-2-line-height);
	text-transform: var(--font-secondary-2-transform);
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td,
.woocommerce-page.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-page.woocommerce-checkout #order_review table.shop_table td {
	border-bottom: 1px solid var(--color-body);
}

.woocommerce-checkout #payment,
.woocommerce-page.woocommerce-checkout #payment {
	background: transparent;
	border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-page.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid var(--color-body);
	padding: 0 0 1rem;
	margin: 0 0 1rem;
}

.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-page.woocommerce-checkout #payment ul.payment_methods li {
	color: var(--color-body);
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-page.woocommerce-checkout #payment div.payment_box {
	background: transparent;
	color: var(--color-body);
	border-radius: 0;
}

.woocommerce-checkout #payment div.payment_box::before,
.woocommerce-page.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce-checkout #payment div.form-row,
.woocommerce-page.woocommerce-checkout #payment div.form-row {
	padding: 0;
	margin: 0;
}

body.woocommerce-checkout .site-main.woo-checkout #place_order,
.woocommerce-checkout #place_order,
.woocommerce-page.woocommerce-checkout #place_order {
	display: inline-flex;
	align-items: center;
	gap: 0.15em;
	width: auto;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--color-secondary) !important;
	font-family: var(--font-secondary-2-family) !important;
	font-size: var(--font-secondary-2-size) !important;
	font-weight: var(--font-secondary-2-weight) !important;
	font-style: var(--font-secondary-2-style) !important;
	line-height: var(--font-secondary-2-line-height) !important;
	text-transform: var(--font-secondary-2-transform) !important;
}

body.woocommerce-checkout .site-main.woo-checkout #place_order:is(:hover, :active, :focus-visible),
.woocommerce-checkout #place_order:is(:hover, :active, :focus-visible),
.woocommerce-page.woocommerce-checkout #place_order:is(:hover, :active, :focus-visible) {
	background: transparent !important;
	color: var(--color-secondary) !important;
	font-style: italic !important;
}

.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-page.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-page.woocommerce-checkout .woocommerce-form-coupon-toggle {
	margin-bottom: 1rem;
}

.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .checkout_coupon,
.woocommerce-page.woocommerce-checkout .woocommerce-form-login,
.woocommerce-page.woocommerce-checkout .checkout_coupon {
	margin-bottom: 2rem;
	padding: 1.25rem;
	border: 1px solid rgba(17, 17, 17, 0.12);
}

/* My Account */
body.woocommerce-account .site-main.woo-account {
	display: block;
}

body.woocommerce-account.logged-in .site-main.woo-account > .woocommerce {
	display: grid;
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
	gap: 2rem 3rem;
	align-items: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
	grid-column: 1;
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
	grid-column: 2;
	float: none;
	width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li,
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.woocommerce-account .woocommerce-MyAccount-navigation li:first-child,
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
	border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.woocommerce-account .woocommerce-MyAccount-navigation a,
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 0.75rem 0;
	font-family: var(--font-secondary-family);
	font-size: var(--font-secondary-size);
	font-weight: var(--font-secondary-weight);
	font-style: var(--font-secondary-style);
	line-height: var(--font-secondary-line-height);
	text-transform: var(--font-secondary-transform);
	color: var(--color-primary);
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:is(:hover, :active, :focus-visible),
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation a:is(:hover, :active, :focus-visible) {
	color: var(--color-primary);
	font-style: italic;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.woocommerce-page.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
	margin-bottom: 2rem;
}

.woocommerce-account .woocommerce-Address-title,
.woocommerce-page.woocommerce-account .woocommerce-Address-title {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.woocommerce-account .woocommerce-Address-title .edit,
.woocommerce-page.woocommerce-account .woocommerce-Address-title .edit {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	text-decoration: none;
}

.woocommerce-account .woocommerce-Address-title .edit:is(:hover, :active, :focus-visible),
.woocommerce-page.woocommerce-account .woocommerce-Address-title .edit:is(:hover, :active, :focus-visible) {
	font-style: italic;
	text-decoration: none;
}

.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account form.woocommerce-ResetPassword,
.woocommerce-page.woocommerce-account form.login,
.woocommerce-page.woocommerce-account form.register,
.woocommerce-page.woocommerce-account form.woocommerce-ResetPassword {
	max-width: 32rem;
}

/* My Account — guest login / register / lost password (no dashboard nav) */
body.woocommerce-account:not(.logged-in) .site-main.woo-account > .woocommerce {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	grid-template-columns: none;
	gap: 0;
	width: 100%;
	max-width: none;
}

body.woocommerce-account:not(.logged-in) .site-main.woo-account > .woocommerce form.login,
body.woocommerce-account:not(.logged-in) .site-main.woo-account > .woocommerce form.register,
body.woocommerce-account:not(.logged-in) .site-main.woo-account > .woocommerce form.woocommerce-ResetPassword {
	max-width: min(42rem, 100%);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-account .woocommerce-form-login__rememberme,
.woocommerce-page.woocommerce-account .woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

/* Order received */
.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-page.woocommerce-order-received .woocommerce-order-overview {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
	list-style: none;
	margin: 0 0 2rem;
	padding: 1.25rem;
	background-color: var(--color-secondary);
	color: var(--color-white, #ffffff);
}

.woocommerce-order-received .woocommerce-order-overview li,
.woocommerce-page.woocommerce-order-received .woocommerce-order-overview li {
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--color-white, #ffffff);
}

.woocommerce-order-received .woocommerce-order-overview li strong,
.woocommerce-page.woocommerce-order-received .woocommerce-order-overview li strong {
	display: block;
	font-family: var(--font-secondary-family);
	font-size: var(--font-secondary-size);
	font-weight: var(--font-secondary-weight);
	color: var(--color-white, #ffffff);
}

.woocommerce-order-received .woocommerce-thankyou-order-details,
.woocommerce-page.woocommerce-order-received .woocommerce-thankyou-order-details {
	margin-bottom: 2rem;
}

/* Block cart / checkout (WooCommerce Blocks) */
.woocommerce .wc-block-cart,
.woocommerce .wc-block-checkout,
.woocommerce-page .wc-block-cart,
.woocommerce-page .wc-block-checkout {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	color: var(--color-body);
}

.woocommerce .wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button),
.woocommerce-page .wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button) {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	font-weight: var(--font-body-weight);
	border-radius: 0;
	background: var(--color-secondary);
	color: var(--color-white, #ffffff);
	padding-top: 15px;
	padding-bottom: 15px;
}

.woocommerce .wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button) .wc-block-components-button__text,
.woocommerce-page .wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button) .wc-block-components-button__text {
	color: var(--color-white, #ffffff);
}

.woocommerce .wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button):is(:hover, :active, :focus-visible),
.woocommerce-page .wc-block-components-button:not(.is-link):not(.wc-block-components-panel__button):is(:hover, :active, :focus-visible) {
	background: var(--color-secondary);
	color: var(--color-white, #ffffff);
	font-style: italic;
}

.woocommerce .wc-block-components-text-input input,
.woocommerce .wc-block-components-combobox input,
.woocommerce-page .wc-block-components-text-input input,
.woocommerce-page .wc-block-components-combobox input {
	border-radius: 0;
	border-color: rgba(17, 17, 17, 0.2);
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	color: var(--color-body);
}

.woocommerce .wc-block-components-form .wc-block-components-text-input label,
.woocommerce-page .wc-block-components-form .wc-block-components-text-input label {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	color: var(--color-body);
}

/* In-page notices (not floating) */
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page .woocommerce-notices-wrapper {
	position: static;
	pointer-events: auto;
	margin-bottom: 1.5rem;
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page .woocommerce-notices-wrapper > .woocommerce-message,
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page .woocommerce-notices-wrapper > .woocommerce-info,
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page .woocommerce-notices-wrapper > .woocommerce-error,
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main,
body.woocommerce-order-received .site-main,
.site-main.woo-page .woocommerce-notices-wrapper > .wc-block-components-notice-banner {
	box-shadow: none;
	animation: none;
	padding: 0.75rem 1rem;
}

@media (max-width: 767px) {
	.woocommerce-cart .site-main.woo-cart-full > .woocommerce:not(:has(.wc-block-cart)),
	.woocommerce-page.woocommerce-cart .site-main.woo-cart-full > .woocommerce:not(:has(.wc-block-cart)),
	body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-sidebar-layout.wc-block-cart,
	body.woocommerce-account.logged-in .site-main.woo-account > .woocommerce {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout form.checkout,
	.woocommerce-page.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .site-main.woo-cart-full form.woocommerce-cart-form,
	.woocommerce-cart .site-main.woo-cart-full .cart-collaterals,
	.woocommerce-page.woocommerce-cart .site-main.woo-cart-full form.woocommerce-cart-form,
	.woocommerce-page.woocommerce-cart .site-main.woo-cart-full .cart-collaterals,
	body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-sidebar-layout .wc-block-components-main,
	body.woocommerce-cart .site-main.woo-cart-full .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__main,
	body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart__sidebar,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review,
	.woocommerce-page.woocommerce-checkout #customer_details,
	.woocommerce-page.woocommerce-checkout #order_review_heading,
	.woocommerce-page.woocommerce-checkout #order_review,
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
		grid-column: 1;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100%;
	}

	.woocommerce table.shop_table .product-thumbnail,
	.woocommerce-page table.shop_table .product-thumbnail {
		display: none;
	}

	/* Cart items — 2 rows × 2 columns on mobile */
	body.woocommerce-cart .site-main.woo-cart-full {
		--woo-cart-col-gap: 1rem;
		--woo-cart-row-gap: 0.5rem;
	}

	body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row,
	body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row,
	body.woocommerce-cart .site-main.woo-cart-full :is(.is-medium, .is-mobile, .is-small) table.wc-block-cart-items .wc-block-cart-items__row {
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-rows: auto auto !important;
		row-gap: var(--woo-cart-row-gap) !important;
		column-gap: var(--woo-cart-col-gap) !important;
	}

	body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
		grid-column: 2 !important;
		grid-row: 1 !important;
		justify-self: start;
	}

	body.woocommerce-cart .site-main.woo-cart-full td.wc-block-cart-item__total,
	body.woocommerce-cart .site-main.woo-cart-full td.product-subtotal {
		grid-column: 1 !important;
		grid-row: 2 !important;
		justify-self: start !important;
		text-align: left !important;
	}

	body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
		align-items: flex-start !important;
		justify-content: flex-start !important;
		text-align: left !important;
	}

	body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__total .price,
	body.woocommerce-cart .site-main.woo-cart-full .wc-block-cart-item__total .wc-block-formatted-money-amount {
		display: block !important;
		text-align: left !important;
	}

	body.woocommerce-cart .site-main.woo-cart-full table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
		grid-column: 2 !important;
		grid-row: 2 !important;
		justify-self: start;
	}

	body.woocommerce-cart .site-main.woo-cart-full table.shop_table tbody tr.cart_item {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
		row-gap: var(--woo-cart-row-gap);
		column-gap: var(--woo-cart-col-gap);
	}

	body.woocommerce-cart .site-main.woo-cart-full td.product-name {
		grid-column: 1;
		grid-row: 1;
	}

	body.woocommerce-cart .site-main.woo-cart-full td.product-quantity {
		grid-column: 2;
		grid-row: 1;
	}

	body.woocommerce-cart .site-main.woo-cart-full td.product-subtotal {
		grid-column: 1;
		grid-row: 2;
	}

	body.woocommerce-cart .site-main.woo-cart-full td.product-remove {
		grid-column: 2;
		grid-row: 2;
	}
}

@media (max-width: 767px) {
	.woo-single-bar:not(.woo-single-bar--anchored) {
		padding-bottom: env(safe-area-inset-bottom, 0px);
	}

	.woo-single-bar__inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		grid-template-rows: auto auto;
		align-items: start;
		gap: 0.5rem 1rem;
		min-height: 3.5rem;
	}

	.woo-single-bar__meta {
		display: contents;
	}

	.woo-single-bar__title {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		align-self: start;
	}

	.woo-single-bar__price {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		text-align: right;
	}

	.woo-single-bar__quantity-center {
		grid-column: 1;
		grid-row: 2;
		justify-self: start;
		justify-content: flex-start;
	}

	.woo-single-bar__actions {
		grid-column: 2;
		grid-row: 2;
		justify-self: end;
		justify-content: flex-end;
	}

	.woo-single-bar__purchase,
	.woo-single-bar__purchase form.cart,
	.woo-single-bar__purchase .variations_form {
		width: 100%;
	}

	.woo-single-product {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woo-single-detail,
	.woo-single-detail__layout,
	.woo-single-detail__aside,
	.woo-single-gallery,
	.woo-single-gallery__grid {
		display: contents;
	}

	/* 1. Foto 2 BIG — full width, stacked */
	.woo-single-hero--opening {
		order: 1;
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr;
	}

	/* 2. Product description — full width red box, height from content */
	.woo-single-detail__cell--description {
		order: 2;
		grid-column: 1 / -1;
		aspect-ratio: auto;
		height: auto;
		min-height: 0;
		padding: 20px 10px;
	}

	/* 3. Foto 6 small — two columns */
	.woo-single-detail__aside > .woo-single-detail__cell--image:nth-child(2) {
		order: 3;
	}

	.woo-single-detail__aside > .woo-single-detail__cell--image:nth-child(3) {
		order: 4;
	}

	.woo-single-detail__aside > .woo-single-detail__cell--image:nth-child(4) {
		order: 5;
	}

	.woo-single-gallery__grid > .woo-single-gallery__cell--image:nth-child(1) {
		order: 6;
	}

	.woo-single-gallery__grid > .woo-single-gallery__cell--image:nth-child(2) {
		order: 7;
	}

	.woo-single-gallery__grid > .woo-single-gallery__cell--image:nth-child(4) {
		order: 8;
	}

	/* 4. Foto 1 BIG + See other colours — two columns */
	.woo-single-detail__feature {
		order: 9;
	}

	.woo-single-gallery__cell--link {
		order: 10;
	}

	/* 5. Foto 2 BIG FINAL — full width, stacked */
	.woo-single-hero--closing {
		order: 11;
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr;
	}

	.woo-archive-row__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woo-archive-row__image--1 {
		order: 1;
	}

	.woo-archive-row__image--2 {
		order: 2;
	}

	.woo-archive-row__image--3 {
		order: 3;
	}

	.woo-archive-row__info {
		order: 4;
		padding: 10px;
	}

	.woo-archive-row__title {
		top: 10px;
		left: 10px;
		right: 10px;
		transform: none;
	}

	.woo-archive-row__price {
		right: 10px;
		bottom: 10px;
	}
}

/* Single product typography — high specificity + Gutenberg reset */
.woocommerce .woo-single-product .woo-single-detail__description,
.woocommerce .woo-single-product .woo-single-detail__description :where(p, li, a, strong, em, ul, ol, h1, h2, h3, h4, h5, h6) {
	font-family: var(--font-body-family);
	font-size: var(--font-body-size);
	font-weight: var(--font-body-weight);
	font-style: var(--font-body-style);
	line-height: var(--font-body-line-height);
	text-transform: var(--font-body-transform);
	color: inherit;
}

.woocommerce .woo-single-product .woo-single-detail__description :where(p, li, span) {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	text-transform: inherit;
	color: inherit;
}

.woocommerce .woo-single-product .woo-single-detail__description :where(.wp-block-paragraph, [class*="font-size"], [style*="font-size"]) {
	font-size: var(--font-body-size);
	line-height: var(--font-body-line-height);
}

.woocommerce .woo-single-product .woo-single-detail__description p {
	margin: 0 0 1em;
}

.woocommerce .woo-single-product .woo-single-detail__description p:last-child {
	margin-bottom: 0;
}

.woocommerce a.woo-single-gallery__cell--link.font-primary {
	font-family: var(--font-primary-family);
	font-size: var(--font-primary-size);
	font-weight: var(--font-primary-weight);
	font-style: var(--font-primary-style);
	line-height: var(--font-primary-line-height);
	text-transform: var(--font-primary-transform);
	color: var(--color-white, #ffffff);
}

.woocommerce a.woo-single-gallery__cell--link.font-primary .woo-single-gallery__link-text {
	font: inherit;
	color: var(--color-white, #ffffff);
}

.woocommerce a.woo-single-gallery__cell--link.font-primary .woo-single-gallery__arrow {
	color: var(--color-white, #ffffff);
}
