/**
 * Tee Luxe site customizations.
 *
 * Add only tested, site-specific frontend CSS here.
 */

@media (max-width: 767px) {
	/* Homepage: Assam section, keep the woman image flush to the white section above. */
	.uagb-block-d9a28184 .uagb-block-2416103b {
		display: block !important;
		min-height: 0 !important;
	}

	.uagb-block-d9a28184 .uagb-block-2416103b > .wp-block-group:first-child {
		display: none !important;
	}

	/* Move the Assam headline below the woman image on mobile only. */
	.uagb-block-d9a28184 .uagb-block-d1cba6ed .wp-block-uagb-image__figure {
		display: flex !important;
		flex-direction: column !important;
		margin: 0 !important;
	}

	.uagb-block-d9a28184 .uagb-block-d1cba6ed .wp-block-uagb-image__figure > a {
		display: block !important;
		order: 1 !important;
	}

	.uagb-block-d9a28184 .uagb-block-d1cba6ed .wp-block-uagb-image__figure img {
		display: block !important;
		width: 100% !important;
		height: auto !important;
	}

	.uagb-block-d9a28184 .uagb-block-d1cba6ed .wp-block-uagb-image--layout-overlay__color-wrapper,
	.uagb-block-d9a28184 .uagb-block-d1cba6ed .wp-block-uagb-image--layout-overlay-link {
		display: none !important;
	}

	.uagb-block-d9a28184 .uagb-block-d1cba6ed .wp-block-uagb-image--layout-overlay__inner {
		position: static !important;
		inset: auto !important;
		transform: none !important;
		display: block !important;
		order: 2 !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 20px 20px 8px !important;
		background: transparent !important;
		text-align: center !important;
	}

	.uagb-block-d9a28184 .uagb-block-d1cba6ed .uagb-image-heading {
		position: static !important;
		width: 100% !important;
		margin: 0 auto !important;
		color: #ffffff !important;
		text-align: center !important;
		line-height: 1.05 !important;
	}
}

/* Contact page: show the embedded Ninja Forms contact form despite global critical CSS. */
body.page-id-342 .entry-content .nf-form-cont {
	display: block !important;
}

body.page-id-342 .entry-content .ninja-forms-req-symbol {
	color: #b3a27a !important;
}

/* Live checkout payment step refresh. */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-received,
body.woocommerce-account {
	--tl-bg: #faf8f4;
	--tl-surface: #ffffff;
	--tl-fg: #212121;
	--tl-body: #434343;
	--tl-muted: #757575;
	--tl-border: #d4c9a8;
	--tl-border-soft: #f5f3ef;
	--tl-accent: #b3a27a;
	--tl-accent-dark: #8c7d5e;
	--tl-display: "Playfair Display", Georgia, "Times New Roman", serif;
	--tl-body-font: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

body.woocommerce-cart .tl-steps.tl-steps--tabs,
body.woocommerce-checkout .tl-steps.tl-steps--tabs,
body.woocommerce-order-received .tl-steps.tl-steps--tabs {
	align-items: stretch !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	display: grid !important;
	column-gap: 20px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: stretch !important;
	margin: 0 0 24px !important;
	padding: 14px 0 0 !important;
	position: relative;
	width: 100%;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__badge,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__badge,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__badge {
	align-items: center;
	background: var(--tl-surface);
	border: 1px solid var(--tl-accent);
	border-radius: 999px;
	box-shadow: 0 0 0 3px var(--tl-bg);
	box-sizing: border-box;
	color: var(--tl-accent-dark);
	display: inline-flex;
	font-family: var(--tl-body-font);
	font-size: 12px;
	font-weight: 700;
	height: 28px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 28px;
	z-index: 3;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__badge--1,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__badge--1,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__badge--1 {
	left: 44px;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__badge--2,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__badge--2,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__badge--2 {
	left: calc(33.333% + 51px);
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__badge--3,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__badge--3,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__badge--3 {
	left: calc(66.667% + 58px);
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__badge--active,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__badge--active,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__badge--active {
	background: var(--tl-fg);
	border-color: var(--tl-fg);
	color: #ffffff;
}

/* Product page add-to-cart notice. */
body .woocommerce-notices-wrapper,
body.woocommerce .woocommerce-notices-wrapper,
body.woocommerce-page .woocommerce-notices-wrapper,
body.single-product .woocommerce-notices-wrapper {
	margin: 0 auto 28px;
	max-width: 1120px;
	width: 100%;
}

body .woocommerce-message,
body.woocommerce .woocommerce-message,
body.woocommerce-page .woocommerce-message,
body.single-product .woocommerce-message {
	align-items: center;
	background: #faf8f4 !important;
	border: 2px solid #b3a27a !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: #434343 !important;
	display: flex !important;
	flex-direction: column !important;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	flex-wrap: nowrap;
	gap: 16px;
	justify-content: center;
	line-height: 1.5;
	margin: 0 !important;
	outline: none !important;
	padding: 18px 18px 20px !important;
	text-align: center;
}

body .woocommerce-message::before,
body .woocommerce-message::after,
body.woocommerce .woocommerce-message::before,
body.woocommerce .woocommerce-message::after,
body.woocommerce-page .woocommerce-message::before,
body.woocommerce-page .woocommerce-message::after,
body.single-product .woocommerce-message::before,
body.single-product .woocommerce-message::after {
	display: none !important;
}

body .woocommerce-message > *,
body.woocommerce .woocommerce-message > *,
body.woocommerce-page .woocommerce-message > *,
body.single-product .woocommerce-message > * {
	flex-shrink: 1;
	max-width: 100%;
}

body .woocommerce-message .button,
body .woocommerce-message a.button,
body.woocommerce .woocommerce-message .button,
body.woocommerce .woocommerce-message a.button,
body.woocommerce-page .woocommerce-message .button,
body.woocommerce-page .woocommerce-message a.button,
body.single-product .woocommerce-message .button,
body.single-product .woocommerce-message a.button {
	align-items: center;
	background: #b3a27a !important;
	border: 1px solid #b3a27a !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #ffffff !important;
	display: inline-flex !important;
	float: none !important;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px !important;
	font-weight: 700 !important;
	justify-content: center;
	letter-spacing: 0.14em;
	line-height: 1.1 !important;
	margin: 0 auto;
	max-width: 100%;
	min-height: 48px;
	order: 2;
	padding: 14px 28px !important;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: normal;
	width: min(100%, 280px);
}

body .woocommerce-message .button:hover,
body .woocommerce-message a.button:hover,
body.woocommerce .woocommerce-message .button:hover,
body.woocommerce .woocommerce-message a.button:hover,
body.woocommerce-page .woocommerce-message .button:hover,
body.woocommerce-page .woocommerce-message a.button:hover,
body.single-product .woocommerce-message .button:hover,
body.single-product .woocommerce-message a.button:hover {
	background: #8c7d5e !important;
	border-color: #8c7d5e !important;
	color: #ffffff !important;
}

/* Header product search: show immediate feedback while live results load. */
.botiga-ajax-search__wrapper .tl-search-status {
	color: #434343;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding: 16px;
}

.botiga-ajax-search__wrapper .tl-search-status--error {
	color: #8c3b2e;
}

@media (min-width: 768px) {
	body .woocommerce-message,
	body.woocommerce .woocommerce-message,
	body.woocommerce-page .woocommerce-message,
	body.single-product .woocommerce-message {
		align-items: center;
		flex-direction: row !important;
		flex-wrap: wrap;
		font-size: clamp(16px, 1.5vw, 19px);
		gap: 18px;
		justify-content: space-between;
		line-height: 1.55;
		padding: 20px 24px !important;
		text-align: left;
	}

	body .woocommerce-message .button,
	body .woocommerce-message a.button,
	body.woocommerce .woocommerce-message .button,
	body.woocommerce .woocommerce-message a.button,
	body.woocommerce-page .woocommerce-message .button,
	body.woocommerce-page .woocommerce-message a.button,
	body.single-product .woocommerce-message .button,
	body.single-product .woocommerce-message a.button {
		margin: 0 0 0 auto;
		white-space: nowrap;
		width: fit-content;
	}
}

@media (max-width: 767px) {
	body .woocommerce-notices-wrapper,
	body.woocommerce .woocommerce-notices-wrapper,
	body.woocommerce-page .woocommerce-notices-wrapper,
	body.single-product .woocommerce-notices-wrapper {
		margin-bottom: 22px;
	}

	body .woocommerce-message .button,
	body .woocommerce-message a.button,
	body.woocommerce .woocommerce-message .button,
	body.woocommerce .woocommerce-message a.button,
	body.woocommerce-page .woocommerce-message .button,
	body.woocommerce-page .woocommerce-message a.button,
	body.single-product .woocommerce-message .button,
	body.single-product .woocommerce-message a.button {
		font-size: 12px !important;
		min-height: 46px;
		padding-left: 22px !important;
		padding-right: 22px !important;
	}
}

body.woocommerce-checkout .entry-header,
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout h1.entry-title,
body.woocommerce-checkout h1.page-title {
	display: none !important;
}

body.woocommerce-cart .entry-header,
body.woocommerce-cart .entry-title,
body.woocommerce-cart h1.entry-title,
body.woocommerce-cart h1.page-title {
	display: none !important;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__line,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__line,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__line,
body.woocommerce-cart .tl-steps--tabs .tl-steps__icon,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__icon,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__icon {
	display: none !important;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__step,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__step,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__step {
	align-items: center !important;
	background: var(--tl-bg) !important;
	box-sizing: border-box;
	color: inherit !important;
	cursor: pointer;
	display: flex !important;
	justify-content: center !important;
	min-height: 58px;
	min-width: 0 !important;
	padding: 15px 10px !important;
	position: relative;
	text-decoration: none !important;
	transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__step:hover,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__step:hover,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__step:hover {
	opacity: 0.9;
	text-decoration: none !important;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__step:focus-visible,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__step:focus-visible,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__step:focus-visible {
	outline: 2px solid var(--tl-accent-dark);
	outline-offset: 3px;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__step:first-of-type,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__step:first-of-type,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__step:first-of-type {
	clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__step:nth-of-type(2),
body.woocommerce-checkout .tl-steps--tabs .tl-steps__step:nth-of-type(2),
body.woocommerce-order-received .tl-steps--tabs .tl-steps__step:nth-of-type(2) {
	clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 18px 50%);
	padding-left: 24px !important;
	padding-right: 24px !important;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__step:last-of-type,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__step:last-of-type,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__step:last-of-type {
	clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 18px 50%);
	padding-left: 24px !important;
	padding-right: 24px !important;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__label,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__label,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__label {
	color: var(--tl-muted) !important;
	font-family: var(--tl-body-font);
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em !important;
	line-height: 1.15 !important;
	text-align: center !important;
	text-transform: uppercase;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__step--active,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__step--active,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__step--active {
	background: var(--tl-fg) !important;
	border-color: var(--tl-fg) !important;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__step--active .tl-steps__label,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__step--active .tl-steps__label,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__step--active .tl-steps__label {
	color: #ffffff !important;
}

body.woocommerce-cart .tl-steps--tabs .tl-steps__step--done .tl-steps__label,
body.woocommerce-checkout .tl-steps--tabs .tl-steps__step--done .tl-steps__label,
body.woocommerce-order-received .tl-steps--tabs .tl-steps__step--done .tl-steps__label {
	color: var(--tl-accent-dark) !important;
}

	.tl-steps__label-mobile {
		display: none;
	}

body.woocommerce-cart .entry-content > .woocommerce > .tl-shipping-bar {
	display: none !important;
}

	/* Cart desktop layout. */
	@media (min-width: 992px) {
		body.woocommerce-cart .entry-content > .woocommerce {
		align-items: start;
		column-gap: 20px;
		display: grid;
		grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	}

	body.woocommerce-cart .entry-content > .woocommerce > .tl-steps,
	body.woocommerce-cart .entry-content > .woocommerce > .woocommerce-notices-wrapper,
	body.woocommerce-cart .entry-content > .woocommerce > .tl-shipping-bar {
		grid-column: 1 / -1;
	}

	body.woocommerce-cart .entry-content > .woocommerce > .tl-shipping-bar {
		display: none !important;
	}

	body.woocommerce-cart .entry-content > .woocommerce > .woocommerce-cart-form {
		box-sizing: border-box;
		grid-column: 1;
		margin: 0 !important;
		min-width: 0;
		width: 100% !important;
	}

	body.woocommerce-cart .entry-content > .woocommerce > .cart-collaterals,
	body.woocommerce-cart .entry-content > .woocommerce > .cart_totals {
		box-sizing: border-box;
		grid-column: 2;
		margin: 0 !important;
		max-width: none !important;
		min-width: 0;
		width: 100% !important;
	}

	body.woocommerce-cart .entry-content > .woocommerce > .cart-collaterals .cart_totals {
		box-sizing: border-box;
		margin: 0 !important;
		max-width: none !important;
		width: 100% !important;
	}
}

/* Cart totals: mirror the checkout order summary. */
body.woocommerce-cart .cart_totals {
	background: var(--tl-bg) !important;
	border: 1px solid var(--tl-border);
	box-shadow: none !important;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 22px 18px 20px !important;
}

body.woocommerce-cart .cart_totals h2 {
	color: var(--tl-fg);
	font-family: var(--tl-display);
	font-size: clamp(26px, 2.3vw, 38px);
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 18px !important;
	order: 1;
	padding: 0 !important;
}

body.woocommerce-cart .cart_totals .tl-cart-summary-products {
	order: 2;
}

body.woocommerce-cart .cart_totals .tl-bundle-summary-note {
	order: 2;
}

body.woocommerce-cart .cart_totals .tl-free-shipping-panel {
	order: 0;
}

body.woocommerce-cart .cart_totals .shop_table {
	background: transparent !important;
	border: 0 !important;
	border-collapse: collapse;
	margin: 0 !important;
	order: 3;
	width: 100%;
}

body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
	margin-top: 32px !important;
	order: 4;
}

body.woocommerce-cart .cart_totals .tl-trust-badges {
	order: 5;
}

body.woocommerce-cart .tl-cart-summary-products__head,
body.woocommerce-cart .tl-cart-summary-products__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
}

body.woocommerce-cart .tl-cart-summary-products__head {
	border-bottom: 1px solid var(--tl-border);
	color: var(--tl-body);
	font-family: var(--tl-body-font);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.25;
	margin: 0;
	padding: 0 0 9px;
	text-transform: uppercase;
}

body.woocommerce-cart .tl-cart-summary-products__head span:last-child,
body.woocommerce-cart .tl-cart-summary-products__amount {
	text-align: right;
}

body.woocommerce-cart .tl-cart-summary-products__row {
	border-bottom: 1px solid var(--tl-border-soft);
	color: var(--tl-body);
	font-family: var(--tl-body-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	padding: 9px 0;
}

body.woocommerce-cart .tl-cart-summary-products__name,
body.woocommerce-cart .tl-cart-summary-products__amount {
	min-width: 0;
}

body.woocommerce-cart .tl-cart-summary-products__amount,
body.woocommerce-cart .tl-cart-summary-products__amount .amount {
	color: var(--tl-body) !important;
	font-family: var(--tl-body-font);
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.3;
	white-space: nowrap;
}

body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td,
body.woocommerce-cart .cart_totals .shop_table .woocommerce-Price-amount,
body.woocommerce-cart .cart_totals .shop_table .amount,
body.woocommerce-cart .cart_totals .shop_table strong,
body.woocommerce-cart .cart_totals .shop_table b {
	color: var(--tl-body) !important;
	font-family: var(--tl-body-font);
	font-size: 15px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.3;
	text-transform: none !important;
}

body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td {
	background: transparent !important;
	border-bottom: 1px solid var(--tl-border-soft) !important;
	padding: 9px 0 !important;
	vertical-align: top;
}

body.woocommerce-cart .cart_totals .shop_table th {
	text-align: left;
	width: 42%;
}

body.woocommerce-cart .cart_totals .shop_table td {
	text-align: right;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
body.woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
	display: none !important;
}

body.woocommerce-cart .cart_totals #shipping_method,
body.woocommerce-cart .cart_totals #shipping_method li {
	display: block !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: right !important;
	width: 100% !important;
}

body.woocommerce-cart .cart_totals #shipping_method label {
	display: block;
	text-align: right !important;
	width: 100% !important;
}

body.woocommerce-cart .cart_totals .tl-offer-shipping-label,
body.woocommerce-checkout #order_review .tl-offer-shipping-label {
	color: var(--tl-body) !important;
	display: inline-block;
	font-family: var(--tl-body-font);
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.25;
	text-align: right;
	white-space: nowrap;
}

body.woocommerce-cart .cart_totals .tl-offer-shipping-label__mobile,
body.woocommerce-checkout #order_review .tl-offer-shipping-label__mobile {
	display: none;
}

body.woocommerce-cart .cart_totals .tl-offer-free-label,
body.woocommerce-checkout #order_review .tl-offer-free-label,
body.woocommerce-cart .tl-cart-summary-products .tl-offer-free-label {
	color: var(--tl-accent-dark) !important;
	font-family: var(--tl-body-font);
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em;
	text-transform: lowercase;
	white-space: nowrap;
}

body.woocommerce-cart .cart_totals .tl-bundle-summary-note,
body.woocommerce-checkout .checkout-wrapper > .tl-bundle-summary-note {
	background: #fffdf8;
	border: 1px solid var(--tl-border);
	color: var(--tl-accent-dark);
	font-family: var(--tl-body-font);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.35;
	margin: 0 0 14px !important;
	padding: 11px 13px;
}

body.woocommerce-cart .cart_totals .tl-coupon-ux-toggle {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 0 !important;
	border-radius: 0 !important;
	color: var(--tl-muted) !important;
	font-family: var(--tl-body-font);
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.2;
	padding: 0 !important;
	text-align: right;
	text-decoration: none !important;
	text-transform: none !important;
}

body.woocommerce-cart .cart_totals .tl-coupon-ux-form[hidden] {
	display: none !important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td,
body.woocommerce-cart .cart_totals .order-total .amount {
	color: var(--tl-fg) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

body.woocommerce-cart .cart_totals .includes_tax {
	display: none !important;
}

body.woocommerce-cart .cart_totals .tax-info td,
body.woocommerce-cart .cart_totals .tax-info .amount {
	color: #a7a19a !important;
	font-size: 11px !important;
	font-weight: 400 !important;
	line-height: 1.35;
}

body.woocommerce-cart .cart_totals .tax-info th {
	display: none !important;
}

body.woocommerce-cart .cart_totals .tax-info td {
	border-bottom: 0 !important;
	padding: 12px 0 0 !important;
	text-align: right !important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
	font-family: var(--tl-body-font) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.18em !important;
	line-height: 1.25 !important;
	padding-bottom: 22px !important;
	padding-top: 22px !important;
	text-transform: uppercase !important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table,
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th,
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td,
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody th,
body.woocommerce-cart .woocommerce-cart-form .shop_table tr {
	border-color: #e4dfd5 !important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th,
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td,
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody th {
	border-bottom: 1px solid #e4dfd5 !important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table th.product-subtotal,
body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-subtotal {
	padding-right: 10px !important;
	text-align: right !important;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions {
	padding: 18px 10px 18px 0 !important;
	text-align: right !important;
	vertical-align: middle !important;
}

body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"] {
	display: inline-flex !important;
	float: none !important;
	justify-content: center;
	margin: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:disabled {
	display: none !important;
}

.tl-free-shipping-panel {
	background: transparent;
	border-bottom: 1px solid var(--tl-border);
	margin: 0 0 22px;
	padding: 0 0 20px;
}

.tl-free-shipping-panel__eyebrow {
	color: var(--tl-accent-dark);
	font-family: var(--tl-body-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.25;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.tl-free-shipping-panel__text {
	color: var(--tl-body);
	font-family: var(--tl-body-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

.tl-free-shipping-panel__text .amount {
	color: inherit !important;
	font-family: inherit;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.tl-free-shipping-panel__progress {
	background: #eee9df;
	height: 8px;
	margin-top: 13px;
	overflow: hidden;
	width: 100%;
}

.tl-free-shipping-panel__progress span {
	background: var(--tl-accent-dark);
	display: block;
	height: 100%;
	width: var(--tl-free-shipping-progress, 0%);
}

@media (min-width: 992px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		align-items: flex-start;
		column-gap: 20px;
		display: flex;
		flex-wrap: wrap;
	}

	body.woocommerce-checkout form.checkout.woocommerce-checkout > .wcpay-express-checkout-wrapper,
	body.woocommerce-checkout form.checkout.woocommerce-checkout > .wc-stripe-express-checkout-wrapper,
	body.woocommerce-checkout form.checkout.woocommerce-checkout > .tl-express-checkout,
	body.woocommerce-checkout form.checkout.woocommerce-checkout > .woocommerce-NoticeGroup,
	body.woocommerce-checkout form.checkout.woocommerce-checkout > .woocommerce-NoticeGroup-checkout {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	body.woocommerce-checkout form.checkout.woocommerce-checkout > .tl-express-checkout {
		margin: 0 0 20px !important;
	}

	body.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details,
	body.woocommerce-checkout form.checkout.woocommerce-checkout > .checkout-wrapper {
		box-sizing: border-box;
		flex: 0 0 calc(50% - 10px) !important;
		margin-left: 0 !important;
		max-width: calc(50% - 10px) !important;
		width: calc(50% - 10px) !important;
	}
}

body.woocommerce-checkout #payment,
body.woocommerce-checkout .woocommerce-checkout-payment {
	background: var(--tl-surface) !important;
	border: 1px solid var(--tl-border);
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--tl-body);
}

body.woocommerce-checkout .woocommerce-checkout-payment {
	padding: 0 !important;
}

body.woocommerce-checkout .tl-payment-panel-head {
	background: var(--tl-surface);
	border: 1px solid var(--tl-border);
	border-bottom: 1px solid var(--tl-border-soft);
	padding: 24px;
}

body.woocommerce-checkout .tl-payment-panel-head h2 {
	color: var(--tl-fg);
	font-family: var(--tl-display);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 400;
	line-height: 1.1;
	margin: 0;
}

body.woocommerce-checkout .tl-payment-panel-head p {
	color: var(--tl-muted);
	font-family: var(--tl-body-font);
	font-size: 16px;
	line-height: 1.55;
	margin: 8px 0 0;
}

body.woocommerce-checkout #order_review > .tl-payment-panel-head + #payment {
	border-top: 0 !important;
}

.tl-express-checkout {
	background: var(--tl-surface);
	border-bottom: 0;
	border-left: 1px solid var(--tl-border);
	border-right: 1px solid var(--tl-border);
	border-top: 1px solid var(--tl-border);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	min-height: 0;
	padding: 24px 24px 12px !important;
	position: relative;
}

.tl-express-checkout::after {
	background: var(--tl-border);
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	z-index: 5;
}

.tl-express-checkout[hidden] {
	display: none !important;
}

body.woocommerce-checkout #order_review > .tl-express-checkout[hidden] + .ppcp-messages {
	display: block !important;
	height: 273px;
	visibility: hidden;
}

body.woocommerce-checkout #order_review > .tl-express-checkout:not([hidden]) + .ppcp-messages {
	display: none !important;
	height: 0 !important;
}

.tl-express-checkout__label {
	color: var(--tl-accent-dark);
	font-family: var(--tl-body-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.35;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.tl-express-checkout__buttons {
	display: grid;
	gap: 10px;
	min-width: 0;
	width: 100%;
}

.tl-express-checkout__separator {
	align-items: center;
	color: var(--tl-body);
	display: grid;
	font-family: var(--tl-body-font);
	font-size: 14px;
	font-weight: 500;
	gap: 12px;
	grid-template-columns: 1fr auto 1fr;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}

.tl-express-checkout__separator::before,
.tl-express-checkout__separator::after {
	background: var(--tl-border-soft);
	content: "";
	display: block;
	height: 1px;
}

.tl-express-checkout .wcpay-express-checkout-wrapper,
.tl-express-checkout .wc-stripe-express-checkout-wrapper,
.tl-express-checkout .wc-stripe-payment-request-wrapper,
.tl-express-checkout .ppc-button-wrapper,
.tl-express-checkout [id^="ppc-button-"] {
	box-sizing: border-box;
	display: block !important;
	margin: 0 !important;
	max-width: 100% !important;
	padding: 0 !important;
	position: static !important;
	width: 100% !important;
}

.tl-express-checkout .ppc-button-wrapper:has(.paypal-buttons),
.tl-express-checkout [id^="zoid-paypal-buttons-"] {
	align-items: center;
	background: #2c2e2f;
	display: flex !important;
	height: 40px;
	justify-content: center;
	min-height: 40px;
	overflow: hidden;
}

.tl-express-checkout .paypal-buttons {
	border-radius: 0 !important;
	display: block !important;
	height: 40px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 100% !important;
	min-height: 40px !important;
	position: relative !important;
	width: 100% !important;
}

.tl-express-checkout .paypal-buttons::after {
	align-items: center;
	color: #ffffff;
	content: "PayPal";
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	inset: 0;
	justify-content: center;
	letter-spacing: -0.03em;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	text-align: center;
	z-index: 2;
}

.tl-express-checkout .paypal-buttons iframe {
	height: 40px !important;
	bottom: auto !important;
	left: 50% !important;
	margin: auto !important;
	max-width: none !important;
	opacity: 0 !important;
	right: auto !important;
	top: 0 !important;
	transform: translate(-50%, -2px) !important;
	width: calc(100% + 12px) !important;
}

.tl-express-checkout #wcpay-express-checkout-button-separator,
.tl-express-checkout wc-order-attribution-inputs {
	display: none !important;
}

body.woocommerce-checkout #payment ul.payment_methods {
	border: 0 !important;
	display: grid;
	gap: 12px;
	margin-bottom: 0 !important;
	padding: 24px !important;
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
	background: var(--tl-surface);
	border: 1px solid var(--tl-border);
	border-radius: 0;
	cursor: pointer;
	margin: 0 !important;
	padding: 18px !important;
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.tl-payment-method-card--expanded {
	background: #fffdf8;
	border-color: var(--tl-accent-dark);
	box-shadow: inset 5px 0 0 var(--tl-accent);
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input.input-radio,
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input[type="radio"] {
	appearance: none;
	background: #ffffff;
	border: 2px solid var(--tl-accent);
	border-radius: 50%;
	display: block;
	height: 18px;
	margin: 0 0 10px !important;
	width: 18px;
	box-shadow: none;
	transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input.input-radio:checked,
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input[type="radio"]:checked {
	background: var(--tl-fg);
	border-color: var(--tl-fg);
	box-shadow: inset 0 0 0 4px #ffffff;
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
	align-items: center;
	color: var(--tl-fg);
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	font-family: var(--tl-body-font);
	font-size: 18px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0;
	padding: 0 !important;
	text-transform: none;
	width: 100%;
}

body.woocommerce-checkout #payment .tl-payment-method-logo {
	align-items: center;
	border: 1px solid var(--tl-border);
	box-sizing: border-box;
	color: var(--tl-fg);
	display: inline-flex;
	flex: 0 0 auto;
	font-family: var(--tl-body-font);
	font-size: 10px;
	font-weight: 800;
	height: 24px;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	min-width: 42px;
	padding: 0 7px;
	text-transform: uppercase;
}

body.woocommerce-checkout #payment .tl-payment-method-logo--card {
	background: var(--tl-surface);
	color: var(--tl-accent-dark);
}

body.woocommerce-checkout #payment .tl-payment-method-logo--klarna {
	background: #ffb3c7;
	border-color: #ffb3c7;
	color: #1f1f1f;
	text-transform: none;
}

body.woocommerce-checkout #payment .tl-payment-method-logo--paypal {
	background: #003087;
	border-color: #003087;
	color: #ffffff;
	text-transform: none;
}

body.woocommerce-checkout #payment .tl-payment-method-logo--twint {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}

body.woocommerce-checkout #payment .tl-payment-method-logo--bank {
	background: var(--tl-bg);
	color: var(--tl-accent-dark);
}

body.woocommerce-checkout #payment .tl-payment-method-label-text {
	display: inline-flex;
	flex-direction: column;
	gap: 1px;
	justify-content: center;
	line-height: 1.16;
	min-width: 0;
}

body.woocommerce-checkout #payment .tl-payment-method-label-text__line,
body.woocommerce-checkout #payment .tl-payment-method-label-text__subline {
	display: block;
	white-space: nowrap;
}

body.woocommerce-checkout #payment .tl-payment-method-card__description {
	color: var(--tl-muted);
	display: none;
	font-family: var(--tl-body-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
	margin: 8px 0 0;
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.tl-payment-method-card--expanded .tl-payment-method-card__description {
	display: block;
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method .payment_box,
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method .payment_box * {
	cursor: auto;
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:not(.tl-payment-method-card--expanded) > .payment_box {
	display: none !important;
}

body.woocommerce-checkout #payment ul.payment_methods li.payment_method_bacs .payment_box:not(.tl-payment-action-dock),
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_ppcp-gateway .payment_box:not(.tl-payment-action-dock) {
	display: none !important;
}

body.woocommerce-checkout #payment div.payment_box {
	background: transparent !important;
	border-radius: 0 !important;
	border-top: 1px solid var(--tl-border-soft);
	color: var(--tl-muted) !important;
	font-size: 15px;
	line-height: 1.5;
	margin: 14px 0 0 !important;
	padding: 14px 0 0 !important;
}

body.woocommerce-checkout #payment div.payment_box::before {
	display: none !important;
}

body.woocommerce-checkout #payment li.payment_method_stripe_klarna .payment_box {
	font-size: 13px !important;
	line-height: 1.45 !important;
	width: 100% !important;
}

body.woocommerce-checkout #payment li.payment_method_stripe_klarna .tl-klarna-small-text {
	font-size: 12px !important;
	line-height: 1.35 !important;
}

body.woocommerce-checkout #payment li.payment_method_stripe_klarna .tl-klarna-after-submit-note {
	display: block !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
	max-width: 100% !important;
	width: 100% !important;
}

body.woocommerce-checkout #payment li.payment_method_stripe_klarna .tl-klarna-after-submit-note svg,
body.woocommerce-checkout #payment li.payment_method_stripe_klarna .tl-klarna-after-submit-note img,
body.woocommerce-checkout #payment li.payment_method_stripe_klarna .tl-klarna-after-submit-note [class*="Icon"],
body.woocommerce-checkout #payment li.payment_method_stripe_klarna .tl-klarna-after-submit-note [class*="icon"] {
	display: block !important;
	margin: 0 0 8px !important;
}

body.woocommerce-checkout #payment li.payment_method_stripe_klarna .wc-stripe-upe-element {
	max-width: 100% !important;
	overflow: hidden !important;
}

body.woocommerce-checkout #payment li.payment_method_stripe_klarna .wc-stripe-upe-element iframe {
	display: block !important;
	max-width: none !important;
	width: 100% !important;
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.tl-payment-method-card--expanded .payment_box.tl-payment-action-dock {
	display: block !important;
}

body.woocommerce-checkout #payment .tl-payment-action-dock {
	margin-top: 16px !important;
	padding-top: 16px !important;
}

body.woocommerce-checkout #payment .tl-payment-action-dock > p:first-child {
	margin-top: 0 !important;
}

body.woocommerce-checkout #payment ul.payment_methods li.payment_method_bacs .payment_box.tl-payment-action-dock > p,
body.woocommerce-checkout #payment ul.payment_methods li.payment_method_ppcp-gateway .payment_box.tl-payment-action-dock > p {
	display: none !important;
}

body.woocommerce-checkout #payment .tl-payment-action-dock .tl-place-order-row {
	margin: 18px 0 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

body.woocommerce-checkout #payment .tl-payment-action-dock .woocommerce-privacy-policy-text,
body.woocommerce-checkout #payment .tl-payment-action-dock .woocommerce-terms-and-conditions-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.woocommerce-checkout #payment .tl-payment-action-dock .woocommerce-terms-and-conditions-wrapper {
	margin-top: 28px !important;
}

body.woocommerce-checkout #payment .tl-payment-action-dock #place_order {
	cursor: pointer !important;
	margin: 18px 0 0 !important;
	width: 100% !important;
}

body.woocommerce-checkout #payment.tl-payment-options-awaiting-selection > .form-row.place-order {
	display: none !important;
}

body.woocommerce-checkout #payment .wc-stripe-upe-element,
body.woocommerce-checkout #payment #wc-stripe-upe-form,
body.woocommerce-checkout #payment #stripe-card-element,
body.woocommerce-checkout #payment #stripe-exp-element,
body.woocommerce-checkout #payment #stripe-cvc-element,
body.woocommerce-checkout #payment .StripeElement,
body.woocommerce-checkout #payment .wc-stripe-elements-field {
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	width: 100%;
}

body.woocommerce-checkout #payment .StripeElement:not(.wc-stripe-upe-element),
body.woocommerce-checkout #payment .wc-stripe-elements-field {
	background: var(--tl-surface);
	border: 1px solid var(--tl-border);
	min-height: 50px;
	padding: 13px;
}

body.woocommerce-checkout #payment .wc-stripe-upe-element.StripeElement,
body.woocommerce-checkout #payment #wc-stripe-upe-form {
	background: transparent;
	border-color: transparent;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	padding: 0 24px;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	margin-top: 28px;
}

body.woocommerce-checkout #payment .woocommerce-privacy-policy-text p,
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	color: var(--tl-muted);
	font-family: var(--tl-body-font);
	font-size: 14px;
	line-height: 1.55;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label,
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label span {
	color: var(--tl-fg);
	font-weight: 400;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label a {
	color: var(--tl-fg);
	font-weight: 700;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox {
	display: block !important;
	position: relative;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
	display: block !important;
	min-width: 0;
	padding-left: 26px !important;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text .tl-inline-required {
	color: var(--tl-fg) !important;
	display: inline !important;
	font-weight: 700 !important;
	margin-left: 0 !important;
	white-space: nowrap !important;
}

body.woocommerce-checkout .woocommerce-NoticeGroup-checkout,
body.woocommerce-checkout .woocommerce-error {
	background: #fff1eb !important;
	border: 2px solid #b55a43 !important;
	color: #7a2e20 !important;
	font-family: var(--tl-body-font);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 18px !important;
	padding: 14px 18px !important;
}

body.woocommerce-checkout .woocommerce-error li {
	color: #7a2e20 !important;
	font-weight: 700;
}

body.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-checkout #payment .tl-secure-pay {
	box-sizing: border-box;
	margin: 18px 24px 0 !important;
	padding-bottom: 22px !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-top: 18px !important;
	width: calc(100% - 48px) !important;
}

body.woocommerce-checkout #payment #place_order {
	margin: 18px 24px 0 !important;
	width: calc(100% - 48px) !important;
}

body.woocommerce-checkout #payment:has(#payment_method_ppcp-gateway:checked) #place_order.ppcp-hidden {
	display: inline-block !important;
}

/* Checkout contact and delivery fields. */
body.woocommerce-checkout #customer_details {
	background: var(--tl-bg);
	border: 1px solid var(--tl-border);
	box-shadow: none !important;
	color: var(--tl-body);
	padding: 24px;
}

body.woocommerce-checkout #customer_details .woocommerce-billing-fields,
body.woocommerce-checkout #customer_details .woocommerce-shipping-fields,
body.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	background: transparent;
}

body.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
body.woocommerce-checkout #customer_details .woocommerce-shipping-fields > h3,
body.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
	color: var(--tl-fg);
	font-family: var(--tl-display);
	font-size: clamp(28px, 2.6vw, 40px);
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 22px;
}

body.woocommerce-checkout #customer_details .tl-checkout-login-row {
	border-bottom: 1px solid var(--tl-border-soft);
	color: var(--tl-body);
	display: flex;
	font-family: var(--tl-body-font);
	font-size: 15px;
	font-weight: 400;
	justify-content: space-between;
	line-height: 1.35;
	margin: -4px 0 24px;
	padding: 0 0 16px;
}

body.woocommerce-checkout #customer_details .tl-checkout-login-row a {
	color: var(--tl-accent-dark);
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 4px;
}

body.woocommerce-checkout #customer_details .form-row {
	margin-bottom: 18px !important;
	padding: 0 !important;
}

body.woocommerce-checkout #customer_details .form-row-first,
body.woocommerce-checkout #customer_details .form-row-last {
	box-sizing: border-box;
	float: left;
	width: calc(50% - 10px) !important;
}

body.woocommerce-checkout #customer_details .form-row-first {
	clear: both;
	margin-right: 20px;
}

body.woocommerce-checkout #customer_details .form-row-last {
	clear: none;
}

body.woocommerce-checkout #customer_details .form-row-wide {
	clear: both;
}

@media (min-width: 768px) {
	body.woocommerce-checkout #customer_details #billing_postcode_field,
	body.woocommerce-checkout #customer_details #shipping_postcode_field {
		clear: both !important;
		float: left !important;
		margin-right: 20px !important;
		width: calc(50% - 10px) !important;
	}

	body.woocommerce-checkout #customer_details #billing_city_field,
	body.woocommerce-checkout #customer_details #shipping_city_field {
		clear: none !important;
		float: left !important;
		width: calc(50% - 10px) !important;
	}
}

body.woocommerce-checkout #customer_details .form-row label,
body.woocommerce-checkout #customer_details .woocommerce-form__label {
	color: var(--tl-body);
	font-family: var(--tl-body-font);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	margin-bottom: 7px;
	text-transform: none;
}

body.woocommerce-checkout #customer_details .form-row .required {
	color: var(--tl-accent-dark);
	text-decoration: none;
}

body.woocommerce-checkout #customer_details input.input-text,
body.woocommerce-checkout #customer_details textarea,
body.woocommerce-checkout #customer_details select,
body.woocommerce-checkout #customer_details .select2-selection {
	background: var(--tl-surface) !important;
	border: 1px solid var(--tl-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: var(--tl-body) !important;
	font-family: var(--tl-body-font);
	font-size: 15px !important;
	font-weight: 400 !important;
	min-height: 52px;
	padding: 13px 16px !important;
	width: 100%;
}

body.woocommerce-checkout #customer_details textarea {
	min-height: 96px;
}

body.woocommerce-checkout #customer_details input.input-text:focus,
body.woocommerce-checkout #customer_details textarea:focus,
body.woocommerce-checkout #customer_details select:focus,
body.woocommerce-checkout #customer_details .select2-container--open .select2-selection {
	border-color: var(--tl-accent-dark) !important;
	outline: 0;
}

body.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--tl-body);
	font-size: 15px;
	line-height: 24px;
	padding-left: 0;
}

body.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	right: 10px;
}

body.woocommerce-checkout #customer_details .woocommerce-form__input-checkbox,
body.woocommerce-checkout #customer_details input[type="checkbox"] {
	appearance: none;
	background: var(--tl-surface);
	border: 1.5px solid var(--tl-body);
	border-radius: 0;
	height: 18px;
	margin: 2px 10px 0 0 !important;
	width: 18px;
}

body.woocommerce-checkout #customer_details .woocommerce-form__input-checkbox:checked,
body.woocommerce-checkout #customer_details input[type="checkbox"]:checked {
	background: var(--tl-accent);
	border-color: var(--tl-accent);
	box-shadow: inset 0 0 0 4px var(--tl-surface);
}

body.woocommerce-checkout #customer_details #ship-to-different-address {
	border: 0;
	box-shadow: none;
	margin: -24px 0 46px;
	padding: 0 !important;
}

body.woocommerce-checkout #customer_details #ship-to-different-address label {
	align-items: flex-start;
	display: flex;
	font-family: var(--tl-body-font);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 !important;
}

body.woocommerce-checkout #customer_details #ship-to-different-address input[type="checkbox"] {
	background: var(--tl-surface);
	border: 1.5px solid var(--tl-body);
	flex: 0 0 auto;
	height: 18px;
	margin: 4px 12px 0 0 !important;
	width: 18px;
}

body.woocommerce-checkout #customer_details .woocommerce-additional-fields,
body.woocommerce-checkout #customer_details .woocommerce-additional-fields__field-wrapper,
body.woocommerce-checkout #customer_details #order_comments_field {
	background: transparent !important;
}

body.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	margin-top: 34px;
}

body.woocommerce-checkout #customer_details #order_comments_field {
	padding: 0 !important;
}

@media (max-width: 767px) {
	body.woocommerce-checkout .tl-payment-panel-head,
	.tl-express-checkout,
	body.woocommerce-checkout #payment ul.payment_methods {
		padding: 18px !important;
	}

	body.woocommerce-checkout .tl-payment-panel-head h2 {
		font-size: 34px !important;
	}

	body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
		font-size: 16px;
	}

	body.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
	body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
		padding: 0 18px;
	}

	body.woocommerce-checkout form.checkout.woocommerce-checkout > .tl-express-checkout {
		margin-bottom: 18px !important;
	}

	body.woocommerce-checkout #payment .tl-secure-pay {
		gap: 8px !important;
		margin-left: 18px !important;
		margin-right: 18px !important;
		padding-bottom: 24px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
		padding-top: 12px !important;
		width: calc(100% - 36px) !important;
	}

	body.woocommerce-checkout #payment .tl-secure-pay__lock {
		margin-bottom: 8px !important;
	}

	body.woocommerce-checkout #payment .tl-secure-pay__sep {
		line-height: 1 !important;
		margin: 0 !important;
	}

	body.woocommerce-checkout #payment .tl-secure-pay__methods {
		gap: 4px !important;
		margin-top: 0 !important;
	}

	body.woocommerce-checkout #payment #place_order {
		margin-left: 18px !important;
		margin-right: 18px !important;
		width: calc(100% - 36px) !important;
	}

	body.woocommerce-checkout #payment .tl-payment-action-dock #place_order {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-checkout #payment li.payment_method_stripe_klarna .wc-stripe-upe-element {
		margin-right: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-checkout #payment li.payment_method_stripe_klarna .wc-stripe-upe-element iframe {
		transform: scale(0.84);
		transform-origin: top left;
		width: 119.05% !important;
	}

	body.woocommerce-checkout #customer_details {
		padding: 18px;
	}

	body.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
	body.woocommerce-checkout #customer_details .woocommerce-shipping-fields > h3,
	body.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
		font-size: 34px !important;
	}

	body.woocommerce-checkout #customer_details .tl-checkout-login-row {
		gap: 18px;
	}

	body.woocommerce-checkout #customer_details .form-row-first,
	body.woocommerce-checkout #customer_details .form-row-last {
		float: none;
		margin-right: 0;
		width: 100% !important;
	}

	body.woocommerce-checkout #customer_details #ship-to-different-address label {
		font-size: 15px !important;
		font-weight: 700 !important;
		line-height: 1.35 !important;
	}

	body.woocommerce-checkout #customer_details #ship-to-different-address input[type="checkbox"] {
		margin-top: 4px !important;
	}
}

/* Checkout order summary: beige block; only table column headers stay highlighted. */
body.woocommerce-checkout #order_review_heading {
	background: var(--tl-bg);
	border: 1px solid var(--tl-border);
	border-bottom: 0;
	color: var(--tl-fg);
	font-family: var(--tl-display);
	font-size: clamp(28px, 2.6vw, 40px);
	font-weight: 400;
	line-height: 1.15;
	margin: 0 !important;
	padding: 24px 24px 8px;
}

body.woocommerce-checkout .checkout-wrapper {
	display: flex;
	flex-direction: column;
}

body.woocommerce-checkout .checkout-wrapper > .tl-free-shipping-panel {
	background: var(--tl-bg);
	border: 1px solid var(--tl-border);
	border-bottom: 0;
	margin: 0 !important;
	order: 0;
	padding: 24px 24px 22px;
}

body.woocommerce-checkout .checkout-wrapper > #order_review_heading {
	order: 1;
}

body.woocommerce-checkout .checkout-wrapper > .tl-bundle-summary-note {
	order: 2;
}

body.woocommerce-checkout #order_review {
	background: var(--tl-bg) !important;
	border: 1px solid var(--tl-border);
	border-top: 0;
	box-shadow: none !important;
	order: 3;
	padding: 0 24px 24px;
}

body.woocommerce-checkout #order_review .shop_table {
	background: transparent !important;
	border: 0 !important;
	border-collapse: collapse;
	margin: 0 !important;
	width: 100%;
}

body.woocommerce-checkout #order_review .shop_table thead tr {
	border-bottom: 1px solid var(--tl-border) !important;
}

body.woocommerce-checkout #order_review .shop_table thead th {
	background: transparent !important;
	border-bottom: 1px solid var(--tl-border) !important;
	color: var(--tl-accent-dark);
	font-family: var(--tl-body-font);
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
		line-height: 1.25;
		padding: 8px 0 !important;
		text-transform: uppercase;
	}

body.woocommerce-checkout #order_review .shop_table tbody th,
body.woocommerce-checkout #order_review .shop_table tbody td,
body.woocommerce-checkout #order_review .shop_table tfoot th,
body.woocommerce-checkout #order_review .shop_table tfoot td,
body.woocommerce-checkout #order_review .shop_table .product-name,
body.woocommerce-checkout #order_review .shop_table .product-total,
body.woocommerce-checkout #order_review .shop_table .woocommerce-Price-amount,
body.woocommerce-checkout #order_review .shop_table .amount,
body.woocommerce-checkout #order_review .shop_table strong,
body.woocommerce-checkout #order_review .shop_table b {
	color: var(--tl-body) !important;
	font-family: var(--tl-body-font);
	font-size: 15px !important;
	font-weight: 400 !important;
		line-height: 1.3;
	}

body.woocommerce-checkout #order_review .shop_table tbody td,
body.woocommerce-checkout #order_review .shop_table tfoot th,
body.woocommerce-checkout #order_review .shop_table tfoot td {
	background: transparent !important;
	border-bottom: 1px solid var(--tl-border-soft) !important;
		padding: 7px 0 !important;
	}

body.woocommerce-checkout #order_review .shop_table tbody tr:first-child td {
	padding-top: 16px !important;
}

body.woocommerce-checkout #order_review .tl-coupon-ux-form[hidden] {
	display: none !important;
}

body.woocommerce-checkout #order_review .tl-coupon-ux-toggle,
body.woocommerce-checkout a.showcoupon {
	background: transparent !important;
	border: 0 !important;
	color: var(--tl-muted) !important;
	font-family: var(--tl-body-font);
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.2;
	text-align: right;
	text-decoration: underline !important;
	text-transform: none !important;
}

body.woocommerce-checkout #order_review .shop_table td:last-child,
body.woocommerce-checkout #order_review .shop_table th:last-child {
	text-align: right;
}

body.woocommerce-checkout #order_review .shop_table .woocommerce-shipping-totals.shipping td,
body.woocommerce-checkout #order_review .shop_table .woocommerce-shipping-totals.shipping td *,
body.woocommerce-checkout #order_review .shop_table #shipping_method,
body.woocommerce-checkout #order_review .shop_table #shipping_method li,
body.woocommerce-checkout #order_review .shop_table #shipping_method label {
	font-size: 15px !important;
	line-height: 1.3 !important;
}

body.woocommerce-checkout #order_review .shop_table .order-total th,
body.woocommerce-checkout #order_review .shop_table .order-total td,
body.woocommerce-checkout #order_review .shop_table .order-total .amount {
	font-size: 15px !important;
	font-weight: 700 !important;
}

body.woocommerce-checkout #order_review .shop_table .tax-info th,
body.woocommerce-checkout #order_review .shop_table .tax-info td,
body.woocommerce-checkout #order_review .shop_table .tax-info .amount,
body.woocommerce-checkout #order_review .shop_table .includes_tax,
body.woocommerce-checkout #order_review .shop_table .includes_tax .amount {
	color: #a7a19a !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.35;
}

body.woocommerce-checkout #order_review .shop_table .tax-info th,
body.woocommerce-checkout #order_review .shop_table .tax-info td {
	padding-bottom: 14px !important;
}

body.woocommerce-checkout #order_review .shop_table .tax-info th {
	display: none !important;
}

body.woocommerce-checkout #order_review .shop_table .includes_tax {
	display: none !important;
}

body.woocommerce-order-pay #order_review {
	background: var(--tl-bg) !important;
	border: 1px solid var(--tl-border) !important;
	padding: 24px !important;
}

body.woocommerce-order-pay .tl-order-pay-intro {
	background: var(--tl-surface);
	border: 1px solid var(--tl-border);
	margin: 0 0 24px;
	padding: 24px;
}

body.woocommerce-order-pay .tl-order-pay-intro h2 {
	color: var(--tl-fg);
	font-family: var(--tl-display);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 10px;
}

body.woocommerce-order-pay .tl-order-pay-intro p {
	color: var(--tl-body);
	font-family: var(--tl-body-font);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
	max-width: 620px;
}

body.woocommerce-order-pay #order_review > .shop_table {
	background: var(--tl-surface) !important;
	border: 1px solid var(--tl-border) !important;
	border-collapse: collapse;
	margin: 0 0 24px !important;
	width: 100%;
}

body.woocommerce-order-pay #order_review > .shop_table tr,
body.woocommerce-order-pay #order_review > .shop_table th,
body.woocommerce-order-pay #order_review > .shop_table td {
	background: var(--tl-surface) !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

body.woocommerce-order-pay #order_review > .shop_table th,
body.woocommerce-order-pay #order_review > .shop_table td {
	border-bottom: 1px solid var(--tl-border-soft) !important;
	border-top: 0 !important;
	padding: 13px 24px !important;
}

body.woocommerce-checkout.woocommerce-order-pay #order_review > .shop_table tbody td,
body.woocommerce-checkout.woocommerce-order-pay #order_review > .shop_table tfoot th,
body.woocommerce-checkout.woocommerce-order-pay #order_review > .shop_table tfoot td,
body.woocommerce-checkout.woocommerce-order-pay #order_review > .shop_table thead th {
	padding: 13px 24px !important;
}

body.woocommerce-order-pay #order_review > .shop_table thead th {
	border-bottom: 1px solid var(--tl-border) !important;
}

body.woocommerce-order-pay #order_review > .shop_table thead th,
body.woocommerce-order-pay #order_review > .shop_table tfoot th {
	color: var(--tl-accent-dark) !important;
	font-family: var(--tl-body-font) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.25 !important;
	text-transform: uppercase !important;
}

body.woocommerce-order-pay #order_review > .shop_table thead th:first-child::after {
	content: ":";
}

body.woocommerce-order-pay #order_review > .shop_table th:first-child,
body.woocommerce-order-pay #order_review > .shop_table td:first-child,
body.woocommerce-order-pay #order_review > .shop_table .product-name {
	text-align: left !important;
}

body.woocommerce-order-pay #order_review > .shop_table tfoot th {
	text-align: left !important;
}

body.woocommerce-order-pay #order_review > .shop_table td:last-child,
body.woocommerce-order-pay #order_review > .shop_table th:last-child {
	text-align: right !important;
}

body.woocommerce-order-pay #order_review > .wcpay-express-checkout-wrapper,
body.woocommerce-order-pay #order_review > .wc-stripe-express-checkout-wrapper,
body.woocommerce-order-pay #order_review > .ppc-button-wrapper,
body.woocommerce-order-pay #order_review > #payment {
	margin-top: 0 !important;
}

body.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
body.woocommerce-checkout #customer_details .woocommerce-shipping-fields > h3,
body.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .tl-payment-panel-head h2 {
	font-size: clamp(30px, 3vw, 44px) !important;
	line-height: 1.1 !important;
}

body.woocommerce-checkout #pum-7147,
body.woocommerce-checkout .pum-overlay:has(#popmake-7147),
body.woocommerce-checkout .pum-overlay[data-popmake*="willkommensrabatt-tee-luxe"] {
	display: none !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

/* Order received / thank-you pages. */
body.woocommerce-order-received #primary.site-main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
	padding-bottom: 72px;
}

body.woocommerce-order-received .entry-content > .woocommerce {
	display: block;
}

body.woocommerce-order-received .entry-footer {
	display: none !important;
}

body.woocommerce-order-received .entry-content > .woocommerce.tl-restricted-order-view {
	box-sizing: border-box;
	color: var(--tl-body);
	font-family: var(--tl-body-font);
	margin: 0 auto;
	max-width: 1120px;
	padding: 0;
}

body.woocommerce-order-received .entry-content > .woocommerce.tl-restricted-order-view::before {
	color: var(--tl-accent-dark);
	content: "Bestellung eingegangen";
	display: block;
	font-family: var(--tl-body-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1.2;
	margin-bottom: 18px;
	text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-order {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: var(--tl-body);
	font-family: var(--tl-body-font);
	margin: 0 auto;
	padding: 0;
}

body.woocommerce-order-received .woocommerce-order:has(.woocommerce-bacs-bank-details) {
	background: transparent;
	border: 0;
	padding: 0;
}

body.woocommerce-order-received .woocommerce-order::before {
	color: var(--tl-accent-dark);
	content: "Bestellung eingegangen";
	display: block;
	font-family: var(--tl-body-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1.2;
	margin-bottom: 18px;
	text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
	background: transparent !important;
	border: 0 !important;
	color: var(--tl-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
	color: var(--tl-fg);
	content: "Danke für deine Bestellung.";
	display: block;
	font-family: var(--tl-display);
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.05;
	margin-bottom: 18px;
	margin-top: 0;
}

body.woocommerce-order-received .tl-restricted-order-view .woocommerce-info {
	background: var(--tl-surface) !important;
	border: 1px solid var(--tl-border) !important;
	border-radius: 0 !important;
	color: var(--tl-body) !important;
	font-family: var(--tl-body-font);
	font-size: 15px;
	line-height: 1.5;
	margin: 24px 0 0 !important;
	padding: 24px 28px !important;
}

body.woocommerce-order-received .tl-restricted-order-view .woocommerce-info::before {
	display: none !important;
}

body.woocommerce-order-received .tl-order-failure-notice .tl-transaction-rejected {
	color: var(--tl-fg);
	font-weight: 700;
}

body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .wc-bacs-bank-details,
body.woocommerce-order-received .woocommerce-bacs-bank-details,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
	background: var(--tl-surface);
	border: 1px solid var(--tl-border);
	color: var(--tl-body);
	font-family: var(--tl-body-font);
	margin: 24px 0 0 !important;
	padding: 28px 32px !important;
}

body.woocommerce-order-received .woocommerce-order-overview {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
}

body.woocommerce-order-received .woocommerce-order-overview li {
	border-right: 1px solid var(--tl-border-soft);
	color: var(--tl-body);
	font-size: 15px;
	line-height: 1.45;
	margin: 0 !important;
	padding: 0 20px 0 0 !important;
}

body.woocommerce-order-received .woocommerce-order-overview li:last-child {
	border-right: 0;
	padding-right: 0 !important;
}

body.woocommerce-order-received .woocommerce-order-overview li strong {
	color: var(--tl-fg);
	display: block;
	font-size: 16px;
	font-weight: 700 !important;
	margin-top: 7px;
}

body.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-customer-details h2,
body.woocommerce-order-received .wc-bacs-bank-details-heading,
body.woocommerce-order-received .woocommerce-bacs-bank-details h2,
body.woocommerce-order-received .woocommerce-column__title {
	color: var(--tl-fg);
	font-family: var(--tl-display);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 18px !important;
}

body.woocommerce-order-received .woocommerce-table--order-details,
body.woocommerce-order-received .shop_table.order_details {
	background: transparent;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

body.woocommerce-order-received .woocommerce-table--order-details thead th,
body.woocommerce-order-received .shop_table.order_details thead th {
	border-bottom: 0 !important;
	border-top: 0 !important;
}

body.woocommerce-order-received .woocommerce-table--order-details th,
body.woocommerce-order-received .woocommerce-table--order-details td,
body.woocommerce-order-received .shop_table.order_details th,
body.woocommerce-order-received .shop_table.order_details td {
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	color: var(--tl-body);
	font-family: var(--tl-body-font);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
	padding: 14px 0 !important;
}

body.woocommerce-order-received .woocommerce-table--order-details tbody tr,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr,
body.woocommerce-order-received .woocommerce-table--order-details thead tr,
body.woocommerce-order-received .shop_table.order_details tbody tr,
body.woocommerce-order-received .shop_table.order_details tfoot tr,
body.woocommerce-order-received .shop_table.order_details thead tr {
	border-bottom: 1px solid var(--tl-border-soft) !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}

body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child,
body.woocommerce-order-received .shop_table.order_details tfoot tr:last-child {
	border-bottom: 0 !important;
}

body.woocommerce-order-received .woocommerce-table--order-details a,
body.woocommerce-order-received .shop_table.order_details a,
body.woocommerce-order-received .woocommerce-table--order-details .glossaryLink,
body.woocommerce-order-received .shop_table.order_details .glossaryLink {
	background-image: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

body.woocommerce-order-received .woocommerce-table--order-details .shipped_via,
body.woocommerce-order-received .shop_table.order_details .shipped_via {
	display: none !important;
}

body.woocommerce-order-received .woocommerce-table--order-details .order-again,
body.woocommerce-order-received .shop_table.order_details .order-again,
body.woocommerce-order-received .woocommerce-table--order-details a.button.pay,
body.woocommerce-order-received .shop_table.order_details a.button.pay,
body.woocommerce-order-received .woocommerce-table--order-details .woocommerce-button.pay,
body.woocommerce-order-received .shop_table.order_details .woocommerce-button.pay,
body.woocommerce-order-received .woocommerce-table--order-details .order-actions-button.pay,
body.woocommerce-order-received .shop_table.order_details .order-actions-button.pay {
	display: none !important;
}

body.woocommerce-order-received .woocommerce-table--order-details tr:has(.order-actions--heading),
body.woocommerce-order-received .shop_table.order_details tr:has(.order-actions--heading),
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:first-child,
body.woocommerce-order-received .shop_table.order_details tfoot tr:first-child {
	display: none !important;
}

body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th,
body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td,
body.woocommerce-order-received .shop_table.order_details tfoot tr:last-child th,
body.woocommerce-order-received .shop_table.order_details tfoot tr:last-child td {
	font-size: 15px;
}

body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child .amount,
body.woocommerce-order-received .shop_table.order_details tfoot tr:last-child .amount {
	font-size: 15px !important;
}

body.woocommerce-order-received .woocommerce-table--order-details td .amount,
body.woocommerce-order-received .shop_table.order_details td .amount {
	font-size: 15px !important;
}

body.woocommerce-order-received .woocommerce-table--order-details th,
body.woocommerce-order-received .shop_table.order_details th,
body.woocommerce-order-received .woocommerce-table--order-details .amount,
body.woocommerce-order-received .shop_table.order_details .amount {
	color: var(--tl-fg);
	font-weight: 700;
}

body.woocommerce-order-received .wc-bacs-bank-details-account-name {
	color: var(--tl-accent-dark);
	font-family: var(--tl-body-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.3;
	margin: 8px 0 16px !important;
	text-transform: uppercase;
}

body.woocommerce-order-received .wc-bacs-bank-details .wc-bacs-bank-details,
body.woocommerce-order-received .woocommerce-bacs-bank-details .wc-bacs-bank-details {
	border: 0 !important;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-order-received .tl-bank-provider {
	font-weight: 400 !important;
}

body.woocommerce-order-received .tl-bank-currency {
	font-weight: 700 !important;
}

body.woocommerce-order-received .wc-bacs-bank-details li.tl-bank-detail-row {
	align-items: baseline;
	column-gap: 8px;
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
}

body.woocommerce-order-received .tl-bank-detail-label {
	color: var(--tl-body);
	font-weight: 400;
}

body.woocommerce-order-received .tl-bank-detail-value {
	min-width: 0;
}

body.woocommerce-order-received .tl-bank-detail-copy {
	display: block;
	grid-column: 2;
	margin-top: 5px;
}

body.woocommerce-order-received .tl-copy-bank-detail {
	appearance: none;
	background: transparent;
	border: 1px solid var(--tl-border);
	border-radius: 0;
	color: var(--tl-accent-dark);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--tl-body-font);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-left: 0;
	padding: 5px 7px;
	text-transform: uppercase;
	vertical-align: middle;
}

body.woocommerce-order-received .tl-copy-bank-detail:hover,
body.woocommerce-order-received .tl-copy-bank-detail:focus-visible {
	border-color: var(--tl-accent-dark);
	color: var(--tl-fg);
	outline: 0;
}

body.woocommerce-order-received .tl-copy-bank-detail.is-copied {
	background: var(--tl-bg);
	color: var(--tl-fg);
}

body.woocommerce-order-received address {
	background: var(--tl-bg);
	border: 1px solid var(--tl-border-soft);
	color: var(--tl-body);
	font-style: normal;
	line-height: 1.6;
	padding: 18px 20px;
}

@media (max-width: 767px) {
	body.woocommerce-cart .tl-steps.tl-steps--tabs,
	body.woocommerce-checkout .tl-steps.tl-steps--tabs,
	body.woocommerce-order-received .tl-steps.tl-steps--tabs {
		column-gap: 12px !important;
		margin-bottom: 20px !important;
		padding-top: 12px !important;
	}

	body.woocommerce-cart .tl-steps--tabs .tl-steps__badge,
	body.woocommerce-checkout .tl-steps--tabs .tl-steps__badge,
	body.woocommerce-order-received .tl-steps--tabs .tl-steps__badge {
		box-shadow: 0 0 0 2px var(--tl-bg);
		font-size: 10px;
		height: 24px;
		width: 24px;
	}

	body.woocommerce-cart .tl-steps--tabs .tl-steps__badge--1,
	body.woocommerce-checkout .tl-steps--tabs .tl-steps__badge--1,
	body.woocommerce-order-received .tl-steps--tabs .tl-steps__badge--1 {
		left: 12px;
	}

	body.woocommerce-cart .tl-steps--tabs .tl-steps__badge--2,
	body.woocommerce-checkout .tl-steps--tabs .tl-steps__badge--2,
	body.woocommerce-order-received .tl-steps--tabs .tl-steps__badge--2 {
		left: calc(33.333% + 16px);
	}

	body.woocommerce-cart .tl-steps--tabs .tl-steps__badge--3,
	body.woocommerce-checkout .tl-steps--tabs .tl-steps__badge--3,
	body.woocommerce-order-received .tl-steps--tabs .tl-steps__badge--3 {
		left: calc(((100% + 24px) / 3 * 2) - 12px);
	}

	body.woocommerce-cart .tl-steps--tabs .tl-steps__step,
	body.woocommerce-checkout .tl-steps--tabs .tl-steps__step,
	body.woocommerce-order-received .tl-steps--tabs .tl-steps__step {
		min-height: 64px;
		padding: 12px 8px !important;
	}

	body.woocommerce-cart .tl-steps--tabs .tl-steps__step:first-of-type,
	body.woocommerce-checkout .tl-steps--tabs .tl-steps__step:first-of-type,
	body.woocommerce-order-received .tl-steps--tabs .tl-steps__step:first-of-type {
		clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
	}

	body.woocommerce-cart .tl-steps--tabs .tl-steps__step:nth-of-type(2),
	body.woocommerce-checkout .tl-steps--tabs .tl-steps__step:nth-of-type(2),
	body.woocommerce-order-received .tl-steps--tabs .tl-steps__step:nth-of-type(2) {
		clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 12px 50%);
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	body.woocommerce-cart .tl-steps--tabs .tl-steps__step:last-of-type,
	body.woocommerce-checkout .tl-steps--tabs .tl-steps__step:last-of-type,
	body.woocommerce-order-received .tl-steps--tabs .tl-steps__step:last-of-type {
		clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 12px 50%);
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	body.woocommerce-cart .tl-steps--tabs .tl-steps__label,
	body.woocommerce-checkout .tl-steps--tabs .tl-steps__label,
	body.woocommerce-order-received .tl-steps--tabs .tl-steps__label {
		font-size: 10.5px !important;
		line-height: 1.06 !important;
	}

	.tl-steps__label-desktop {
		display: none;
	}

	.tl-steps__label-mobile {
		display: inline;
	}

	body.woocommerce-cart .entry-content > .woocommerce > .tl-shipping-bar {
		display: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-name,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-name a,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-name .glossaryLink {
		background-image: none !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
		color: var(--tl-body) !important;
		font-family: var(--tl-body-font) !important;
		font-size: 14.6667px !important;
		font-weight: 400 !important;
		line-height: 1.28 !important;
		overflow-wrap: normal !important;
		word-break: normal !important;
		text-decoration: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-remove a.remove,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-price .amount,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-price .woocommerce-Price-amount,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-subtotal .amount,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-subtotal .woocommerce-Price-amount,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity *,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity a,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity button {
		background-image: none !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
		text-decoration: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item {
		border-bottom: 1px solid #e4dfd5 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr.cart_item td {
		border-bottom: 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity input.qty {
		appearance: textfield !important;
		box-sizing: border-box !important;
		height: 49px !important;
		line-height: 49px !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		position: relative !important;
		text-align: center !important;
		top: 1px !important;
		width: 100% !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity {
		border-bottom: 1px solid var(--tl-body) !important;
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		justify-items: stretch !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity > * {
		align-items: center !important;
		display: flex !important;
		justify-content: center !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity .screen-reader-text {
		display: block !important;
		grid-column: 1 / 1 !important;
		width: 1px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .botiga-quantity-minus {
		grid-column: 1 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity input.qty {
		display: block !important;
		grid-column: 2 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity input.qty::-webkit-inner-spin-button,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity input.qty::-webkit-outer-spin-button {
		appearance: none !important;
		margin: 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .botiga-quantity-plus {
		grid-column: 3 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions {
		border-bottom: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table tr:has(td.actions) {
		border-bottom: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
		border-top: 0 !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table tr:has(td.actions button[name="update_cart"]:disabled) {
		display: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.actions:has(button[name="update_cart"]:disabled) {
		display: none !important;
	}

	body.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3,
	body.woocommerce-checkout #customer_details .woocommerce-shipping-fields > h3,
	body.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3,
	body.woocommerce-checkout #order_review_heading,
	body.woocommerce-checkout .tl-payment-panel-head h2 {
		font-size: 34px !important;
		line-height: 1.1 !important;
	}

	body.woocommerce-checkout #order_review_heading {
		padding: 20px 18px 6px;
	}

	body.woocommerce-checkout #order_review {
		padding: 0 18px 20px;
	}

	body.woocommerce-cart .cart_totals .tl-offer-shipping-label__desktop,
	body.woocommerce-checkout #order_review .tl-offer-shipping-label__desktop {
		display: none;
	}

	body.woocommerce-cart .cart_totals .tl-offer-shipping-label__mobile,
	body.woocommerce-checkout #order_review .tl-offer-shipping-label__mobile {
		display: inline-block;
		text-align: right;
		white-space: normal;
	}

	body.woocommerce-cart .cart_totals .tl-bundle-summary-note,
	body.woocommerce-checkout .checkout-wrapper > .tl-bundle-summary-note {
		font-size: 13px;
		padding: 10px 12px;
	}

	body.woocommerce-checkout #order_review .shop_table {
		display: block;
		table-layout: auto;
	}

	body.woocommerce-checkout #order_review .shop_table thead,
	body.woocommerce-checkout #order_review .shop_table tbody,
	body.woocommerce-checkout #order_review .shop_table tfoot {
		display: block;
	}

	body.woocommerce-checkout #order_review .shop_table tr {
		border-bottom: 1px solid var(--tl-border-soft) !important;
		column-gap: 5px;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 95px;
		width: 100%;
	}

	body.woocommerce-checkout #order_review .shop_table thead tr {
		border-bottom-color: var(--tl-border) !important;
	}

	body.woocommerce-checkout #order_review .shop_table th,
	body.woocommerce-checkout #order_review .shop_table td {
		border-bottom: 0 !important;
		display: block !important;
		min-width: 0;
	}

	body.woocommerce-checkout #order_review .shop_table thead th,
	body.woocommerce-checkout #order_review .shop_table tbody td,
	body.woocommerce-checkout #order_review .shop_table tfoot th,
	body.woocommerce-checkout #order_review .shop_table tfoot td {
		border-bottom: 0 !important;
	}

	body.woocommerce-checkout #order_review .shop_table tr.tax-info {
		display: block !important;
	}

	body.woocommerce-checkout #order_review .shop_table th:first-child,
	body.woocommerce-checkout #order_review .shop_table td:first-child {
		padding-right: 0 !important;
	}

	body.woocommerce-checkout #order_review .shop_table th:last-child,
	body.woocommerce-checkout #order_review .shop_table td:last-child {
		padding-left: 0 !important;
	}

	body.woocommerce-checkout #order_review .shop_table .product-total .amount,
	body.woocommerce-checkout #order_review .shop_table td:last-child .amount {
		white-space: nowrap;
	}

	body.woocommerce-checkout #payment .woocommerce-privacy-policy-text p,
	body.woocommerce-checkout #payment .woocommerce-privacy-policy-text a {
		font-size: 14px !important;
		line-height: 1.55 !important;
	}

	body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
		margin-top: 10px !important;
	}

	body.woocommerce-checkout #payment .tl-payment-action-dock .woocommerce-terms-and-conditions-wrapper {
		margin-top: 10px !important;
	}

	body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox,
	body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox span {
		color: var(--tl-fg) !important;
		font-family: var(--tl-body-font) !important;
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 1.55 !important;
		text-decoration: none !important;
	}

	body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox a {
		color: var(--tl-fg) !important;
		font-family: var(--tl-body-font) !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		line-height: 1.55 !important;
	}

	body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox {
		display: block !important;
		margin-top: 18px !important;
		position: relative !important;
	}

	body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
		display: block !important;
		min-width: 0;
		padding-left: 26px !important;
	}

	body.woocommerce-order-received #primary.site-main {
		padding-bottom: 44px;
	}

	body.woocommerce-order-received .woocommerce-order {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		width: 100%;
	}

	body.woocommerce-order-received .woocommerce-order:has(.woocommerce-bacs-bank-details) {
		padding: 0;
	}

	body.woocommerce-order-received .woocommerce-order::before {
		font-size: 11px;
		letter-spacing: 0.2em;
		margin-bottom: 14px;
	}

	body.woocommerce-order-received .woocommerce-thankyou-order-received {
		font-size: 15px;
		line-height: 1.55;
	}

	body.woocommerce-order-received .tl-order-failure-notice {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}

	body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
		font-size: 34px;
		line-height: 1.08;
		margin-bottom: 14px;
	}

	body.woocommerce-order-received .woocommerce-order-overview,
	body.woocommerce-order-received .wc-bacs-bank-details,
	body.woocommerce-order-received .woocommerce-bacs-bank-details,
	body.woocommerce-order-received .woocommerce-order-details,
	body.woocommerce-order-received .woocommerce-customer-details {
		margin-top: 18px !important;
		padding: 18px !important;
		width: 100%;
	}

	body.woocommerce-order-received .woocommerce-order-overview {
		display: block;
	}

	body.woocommerce-order-received .woocommerce-order-overview li {
		border-bottom: 1px solid var(--tl-border-soft);
		border-right: 0;
		font-size: 14px;
		padding: 0 0 12px !important;
	}

	body.woocommerce-order-received .woocommerce-order-overview li + li {
		padding-top: 12px !important;
	}

	body.woocommerce-order-received .woocommerce-order-overview li:last-child {
		border-bottom: 0;
		padding-bottom: 0 !important;
	}

	body.woocommerce-order-received .woocommerce-order-overview li strong {
		font-size: 14px;
		margin-top: 4px;
	}

	body.woocommerce-order-received .woocommerce-order-details h2,
	body.woocommerce-order-received .woocommerce-customer-details h2,
	body.woocommerce-order-received .wc-bacs-bank-details-heading,
	body.woocommerce-order-received .woocommerce-bacs-bank-details h2,
	body.woocommerce-order-received .woocommerce-column__title {
		font-size: 30px;
		margin-bottom: 14px !important;
	}

	body.woocommerce-order-received .woocommerce-bacs-bank-details {
		font-size: 14px !important;
		line-height: 1.45 !important;
	}

	body.woocommerce-order-received .wc-bacs-bank-details-account-name {
		font-size: 13px !important;
		line-height: 1.3 !important;
		margin: 14px 0 10px !important;
	}

	body.woocommerce-order-received .wc-bacs-bank-details,
	body.woocommerce-order-received .wc-bacs-bank-details li,
	body.woocommerce-order-received .wc-bacs-bank-details strong {
		font-size: 14px !important;
		line-height: 1.45 !important;
	}

	body.woocommerce-order-received .wc-bacs-bank-details li {
		margin-bottom: 7px !important;
	}

	body.woocommerce-order-received .wc-bacs-bank-details li.tl-bank-detail-row {
		column-gap: 7px;
		grid-template-columns: 104px minmax(0, 1fr);
	}

	body.woocommerce-order-received .woocommerce-table--order-details,
	body.woocommerce-order-received .shop_table.order_details,
	body.woocommerce-order-received .woocommerce-table--order-details tbody,
	body.woocommerce-order-received .shop_table.order_details tbody,
	body.woocommerce-order-received .woocommerce-table--order-details tfoot,
	body.woocommerce-order-received .shop_table.order_details tfoot,
	body.woocommerce-order-received .woocommerce-table--order-details tr,
	body.woocommerce-order-received .shop_table.order_details tr,
	body.woocommerce-order-received .woocommerce-table--order-details th,
	body.woocommerce-order-received .woocommerce-table--order-details td,
	body.woocommerce-order-received .shop_table.order_details th,
	body.woocommerce-order-received .shop_table.order_details td {
		display: block;
		width: 100% !important;
	}

	body.woocommerce-order-received .woocommerce-table--order-details,
	body.woocommerce-order-received .shop_table.order_details {
		padding: 0 !important;
	}

	body.woocommerce-order-received .woocommerce-table--order-details thead,
	body.woocommerce-order-received .shop_table.order_details thead {
		display: none;
	}

	body.woocommerce-order-received .woocommerce-table--order-details tr,
	body.woocommerce-order-received .shop_table.order_details tr {
		border-bottom: 1px solid var(--tl-border-soft);
		padding: 12px 0;
	}

	body.woocommerce-order-received .woocommerce-table--order-details th,
	body.woocommerce-order-received .woocommerce-table--order-details td,
	body.woocommerce-order-received .shop_table.order_details th,
	body.woocommerce-order-received .shop_table.order_details td {
		border-bottom: 0 !important;
		font-size: 14px;
		line-height: 1.45;
		padding: 0 !important;
		text-align: left !important;
	}

	body.woocommerce-order-received .woocommerce-table--order-details td.product-total,
	body.woocommerce-order-received .shop_table.order_details td.product-total,
	body.woocommerce-order-received .woocommerce-table--order-details tfoot td,
	body.woocommerce-order-received .shop_table.order_details tfoot td {
		margin-top: 6px;
		text-align: right !important;
	}

	body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child th,
	body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child td,
	body.woocommerce-order-received .shop_table.order_details tfoot tr:last-child th,
	body.woocommerce-order-received .shop_table.order_details tfoot tr:last-child td {
		font-size: 14px;
	}

	body.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child .amount,
	body.woocommerce-order-received .shop_table.order_details tfoot tr:last-child .amount {
		font-size: 15px !important;
	}

	body.woocommerce-order-received address {
		font-size: 14px !important;
		line-height: 1.45 !important;
		padding: 14px 16px;
	}

	body.woocommerce-order-pay #order_review {
		border: 0 !important;
		margin-left: -3px !important;
		margin-right: -3px !important;
		padding: 16px !important;
	}

	body.woocommerce-order-pay .tl-order-pay-intro {
		margin: 0 -3px 18px;
		padding: 18px 16px;
	}

	body.woocommerce-order-pay .tl-order-pay-intro h2 {
		font-size: 30px;
	}

	body.woocommerce-order-pay .tl-order-pay-intro p {
		font-size: 14px;
		line-height: 1.5;
	}

	body.woocommerce-order-pay #order_review > .shop_table,
	body.woocommerce-order-pay #order_review > .shop_table thead,
	body.woocommerce-order-pay #order_review > .shop_table tbody,
	body.woocommerce-order-pay #order_review > .shop_table tfoot,
	body.woocommerce-order-pay #order_review > .shop_table tr,
	body.woocommerce-order-pay #order_review > .shop_table th,
	body.woocommerce-order-pay #order_review > .shop_table td {
		display: block;
		width: 100% !important;
	}

	body.woocommerce-order-pay #order_review > .shop_table {
		box-sizing: border-box;
		margin-bottom: 18px !important;
		max-width: 100% !important;
	}

	body.woocommerce-order-pay #order_review > .shop_table thead {
		display: none;
	}

	body.woocommerce-order-pay #order_review > .shop_table tr {
		border-bottom: 1px solid var(--tl-border-soft) !important;
		padding: 12px 0;
	}

	body.woocommerce-order-pay #order_review > .shop_table th,
	body.woocommerce-order-pay #order_review > .shop_table td,
	body.woocommerce-checkout.woocommerce-order-pay #order_review > .shop_table tbody td,
	body.woocommerce-checkout.woocommerce-order-pay #order_review > .shop_table tfoot th,
	body.woocommerce-checkout.woocommerce-order-pay #order_review > .shop_table tfoot td {
		border-bottom: 0 !important;
		font-size: 14px !important;
		line-height: 1.45 !important;
		padding: 4px 16px !important;
		text-align: left !important;
	}

	body.woocommerce-order-pay #order_review > .shop_table td.product-quantity {
		color: var(--tl-body);
	}

	body.woocommerce-order-pay #order_review > .shop_table td.product-name::before {
		color: var(--tl-accent-dark);
		content: "Produkt:";
		display: block;
		font-family: var(--tl-body-font);
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.14em;
		line-height: 1.25;
		margin-bottom: 10px;
		text-transform: uppercase;
	}

	body.woocommerce-order-pay #order_review > .shop_table tfoot th {
		color: var(--tl-accent-dark) !important;
		font-family: var(--tl-body-font) !important;
		font-size: 12px !important;
		font-weight: 700 !important;
		letter-spacing: 0.14em !important;
		line-height: 1.25 !important;
		text-transform: uppercase !important;
	}

	body.woocommerce-order-pay #order_review > .shop_table .amount {
		font-weight: 700 !important;
	}

	body.woocommerce-order-pay #order_review > .shop_table td.product-subtotal,
	body.woocommerce-order-pay #order_review > .shop_table td.product-total,
	body.woocommerce-order-pay #order_review > .shop_table tfoot td {
		text-align: right !important;
	}

	body.woocommerce-order-pay #payment ul,
	body.woocommerce-order-pay #payment ol,
	body.woocommerce-order-pay #payment li,
	body.woocommerce-order-pay #order_review > ul,
	body.woocommerce-order-pay #order_review > ol,
	body.woocommerce-order-pay #order_review > ul li,
	body.woocommerce-order-pay #order_review > ol li {
		list-style: none !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
}

body.woocommerce-checkout.woocommerce-order-pay #order_review > .shop_table thead th,
body.woocommerce-checkout.woocommerce-order-pay #order_review > .shop_table tfoot th {
	color: var(--tl-accent-dark) !important;
	font-family: var(--tl-body-font) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.25 !important;
	text-transform: uppercase !important;
}

body.woocommerce-account .entry-header {
	margin: 0 0 24px;
}

body.woocommerce-account h1.entry-title,
body.woocommerce-account .entry-title.page-title {
	color: var(--tl-fg);
	font-family: var(--tl-display);
	font-size: clamp(44px, 5vw, 78px);
	font-weight: 400;
	line-height: 1.05;
	margin: 0;
}

body.woocommerce-account .entry-content > .woocommerce {
	align-items: start;
	column-gap: 20px;
	display: grid;
	grid-template-columns: minmax(270px, 0.34fr) minmax(0, 1fr);
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
	background: var(--tl-surface);
	border: 1px solid var(--tl-border);
	box-sizing: border-box;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
	padding: 12px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid var(--tl-border-soft);
	margin: 0;
	padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
	color: var(--tl-accent-dark);
	display: block;
	font-family: var(--tl-body-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.25;
	padding: 15px 14px;
	text-decoration: none !important;
	text-transform: uppercase;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: var(--tl-fg);
	color: #fff;
}

body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li.is-active > a,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li.is-active > a *,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li:hover > a,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li:hover > a *,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li > a:hover,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li > a:hover *,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li > a:focus,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li > a:focus * {
	color: #fff !important;
}

body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li.is-active > a,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li:hover > a,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li > a:hover,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li > a:focus {
	background: var(--tl-fg) !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
	color: var(--tl-body);
	font-family: var(--tl-body-font);
	font-size: 15px;
	line-height: 1.55;
	padding: 26px 30px;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
	margin: 0 0 16px;
}

body.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
	color: var(--tl-accent-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title {
	color: var(--tl-fg);
	font-family: var(--tl-display);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 18px;
}

body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .woocommerce-MyAccount-content button.button,
body.woocommerce-account .woocommerce-MyAccount-content input.button {
	background: var(--tl-fg) !important;
	border: 1px solid var(--tl-fg) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: var(--tl-body-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	padding: 13px 18px !important;
	text-transform: uppercase;
}

body.woocommerce-account .woocommerce-MyAccount-content .shop_table,
body.woocommerce-account .woocommerce-MyAccount-content table {
	background: var(--tl-surface);
	border: 1px solid var(--tl-border) !important;
	border-collapse: collapse;
	margin: 0 0 22px !important;
	width: 100%;
}

body.woocommerce-account .woocommerce-MyAccount-content table th,
body.woocommerce-account .woocommerce-MyAccount-content table td {
	border-bottom: 1px solid var(--tl-border-soft) !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	color: var(--tl-body);
	font-family: var(--tl-body-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	padding: 13px 16px !important;
	text-align: left;
}

body.woocommerce-account .woocommerce-MyAccount-content table th {
	color: var(--tl-accent-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.woocommerce-account .woocommerce-MyAccount-content table tr:last-child th,
body.woocommerce-account .woocommerce-MyAccount-content table tr:last-child td {
	border-bottom: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content address,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
	border: 1px solid var(--tl-border);
	color: var(--tl-body);
	font-style: normal;
	line-height: 1.55;
	padding: 18px 20px;
}

body.woocommerce-account .woocommerce-MyAccount-content form .form-row {
	margin: 0 0 16px;
	padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content form label {
	color: var(--tl-fg);
	font-family: var(--tl-body-font);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 7px;
}

body.woocommerce-account .woocommerce-MyAccount-content input.input-text,
body.woocommerce-account .woocommerce-MyAccount-content textarea,
body.woocommerce-account .woocommerce-MyAccount-content select {
	background: var(--tl-surface) !important;
	border: 1px solid var(--tl-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--tl-fg);
	font-family: var(--tl-body-font);
	font-size: 15px;
	min-height: 48px;
	padding: 12px 14px !important;
	width: 100%;
}

body.woocommerce-account .woocommerce-MyAccount-content .password-input {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .password-input input.input-text {
	padding-right: 48px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .show-password-input {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: flex !important;
	height: 48px !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	right: 8px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 34px !important;
}

@media (max-width: 767px) {
	body.woocommerce-account h1.entry-title,
	body.woocommerce-account .entry-title.page-title {
		font-size: 44px;
	}

	body.woocommerce-account .entry-content > .woocommerce {
		display: block;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation {
		margin: 0 0 18px;
		padding: 10px;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation a {
		font-size: 12px;
		padding: 13px 12px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content {
		font-size: 14px;
		padding: 20px 18px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content table,
	body.woocommerce-account .woocommerce-MyAccount-content table thead,
	body.woocommerce-account .woocommerce-MyAccount-content table tbody,
	body.woocommerce-account .woocommerce-MyAccount-content table tfoot,
	body.woocommerce-account .woocommerce-MyAccount-content table tr,
	body.woocommerce-account .woocommerce-MyAccount-content table th,
	body.woocommerce-account .woocommerce-MyAccount-content table td {
		display: block;
		width: 100% !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-content table thead {
		display: none;
	}

	body.woocommerce-account .woocommerce-MyAccount-content table tr {
		border-bottom: 1px solid var(--tl-border-soft);
		padding: 10px 0;
	}

	body.woocommerce-account .woocommerce-MyAccount-content table th,
	body.woocommerce-account .woocommerce-MyAccount-content table td {
		border-bottom: 0 !important;
		padding: 5px 14px !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-actions,
	body.woocommerce-account .woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-actions[data-title="Aktionen"],
	body.woocommerce-account .woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-actions[data-title="Actions"] {
		text-align: right !important;
	}

	body.woocommerce-account .woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-actions .button {
		display: inline-block !important;
		margin-left: auto !important;
		text-align: center !important;
	}
}

body.woocommerce-account.woocommerce-page h1.entry-title,
body.woocommerce-account.woocommerce-page .entry-title.page-title {
	color: var(--tl-fg) !important;
	font-family: var(--tl-display) !important;
	font-size: clamp(44px, 5vw, 78px) !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.05 !important;
	margin: 0 !important;
}

body.woocommerce-account.woocommerce-page .entry-content > .woocommerce {
	align-items: start !important;
	column-gap: 20px !important;
	display: grid !important;
	grid-template-columns: minmax(270px, 0.34fr) minmax(0, 1fr) !important;
}

body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation,
body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
	background: var(--tl-surface) !important;
	border: 1px solid var(--tl-border) !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
	flex-basis: auto !important;
	max-width: none !important;
	padding: 12px !important;
	width: 100% !important;
}

body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
	flex-basis: auto !important;
	max-width: none !important;
	padding: 26px 30px !important;
	width: auto !important;
}

@media (max-width: 767px) {
	body.woocommerce-account.woocommerce-page h1.entry-title,
	body.woocommerce-account.woocommerce-page .entry-title.page-title {
		font-size: 44px !important;
	}

	body.woocommerce-account.woocommerce-page .entry-content > .woocommerce {
		display: block !important;
	}

	body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation {
		margin: 0 0 18px !important;
		padding: 10px !important;
	}

	body.woocommerce-account.woocommerce-page .woocommerce-MyAccount-content {
		padding: 20px 18px !important;
	}
}

body.woocommerce-account.woocommerce-page:not(.logged-in) .entry-content > .woocommerce {
	display: block !important;
	margin: 0 auto !important;
	max-width: 1120px !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login {
	align-items: stretch;
	display: grid !important;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .u-column1,
body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .u-column2,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword {
	background: var(--tl-surface) !important;
	border: 1px solid var(--tl-border) !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 28px 30px !important;
	width: auto !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login h2,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword legend,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword h2 {
	color: var(--tl-fg) !important;
	font-family: var(--tl-display) !important;
	font-size: clamp(34px, 3vw, 48px) !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.08 !important;
	margin: 0 0 22px !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login form,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword {
	color: var(--tl-body) !important;
	font-family: var(--tl-body-font) !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login form {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login form p,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword p {
	color: var(--tl-body) !important;
	font-family: var(--tl-body-font) !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
	margin: 0 0 16px !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .form-row,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword .form-row {
	box-sizing: border-box !important;
	float: none !important;
	max-width: none !important;
	width: 100% !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login label,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword label {
	color: var(--tl-fg) !important;
	display: block !important;
	font-family: var(--tl-body-font) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	margin: 0 0 7px !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login input.input-text,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword input.input-text {
	background: var(--tl-surface) !important;
	border: 1px solid var(--tl-border) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--tl-fg) !important;
	font-family: var(--tl-body-font) !important;
	font-size: 15px !important;
	min-height: 50px !important;
	padding: 12px 14px !important;
	width: 100% !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .password-input,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword .password-input {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .password-input input.input-text,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword .password-input input.input-text {
	padding-right: 48px !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .show-password-input,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword .show-password-input {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	display: flex !important;
	height: 48px !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	right: 8px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 34px !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .form-row:not(.form-row-wide) {
	align-items: center;
	display: flex !important;
	flex-wrap: wrap;
	gap: 14px 18px;
	justify-content: space-between;
	margin-top: 20px !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .woocommerce-form-login__rememberme {
	align-items: center;
	display: inline-flex !important;
	gap: 9px;
	margin: 0 !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .woocommerce-form-login__rememberme span {
	color: var(--tl-body) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login input[type="checkbox"] {
	appearance: none;
	background: var(--tl-surface);
	border: 1px solid var(--tl-muted);
	border-radius: 0;
	height: 18px;
	margin: 0 !important;
	width: 18px;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login input[type="checkbox"]:checked {
	background: linear-gradient(var(--tl-accent-dark), var(--tl-accent-dark)) center / 9px 9px no-repeat var(--tl-surface);
	border-color: var(--tl-accent-dark);
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .button,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword .button {
	background: var(--tl-fg) !important;
	border: 1px solid var(--tl-fg) !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: var(--tl-body-font) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em !important;
	line-height: 1.2 !important;
	padding: 14px 22px !important;
	text-transform: uppercase !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .lost_password {
	border-top: 1px solid var(--tl-border-soft);
	margin-top: 18px !important;
	padding-top: 16px;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login a,
body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword a {
	color: var(--tl-accent-dark) !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 4px !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .woocommerce-privacy-policy-text {
	border-top: 1px solid var(--tl-border-soft);
	margin-top: 18px;
	padding-top: 16px;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .woocommerce-privacy-policy-text p {
	color: var(--tl-muted) !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
	margin-bottom: 0 !important;
}

body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 720px !important;
}

@media (max-width: 767px) {
	body.woocommerce-account.woocommerce-page:not(.logged-in) .entry-header {
		margin-bottom: 18px !important;
	}

	body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login {
		display: block !important;
	}

	body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .u-column1,
	body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .u-column2,
	body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword {
		padding: 22px 18px !important;
	}

	body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .u-column1 {
		margin-bottom: 18px !important;
	}

	body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login h2,
	body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword legend,
	body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword h2 {
		font-size: 36px !important;
		margin-bottom: 18px !important;
	}

	body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .form-row:not(.form-row-wide) {
		display: block !important;
	}

	body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .woocommerce-form-login__rememberme {
		margin-bottom: 14px !important;
	}

	body.woocommerce-account.woocommerce-page:not(.logged-in) #customer_login .button,
	body.woocommerce-account.woocommerce-page:not(.logged-in) .woocommerce-ResetPassword .button {
		width: 100% !important;
	}
}

/* Tee-Luxe catalog typography refinements */
body.woocommerce-shop nav.woocommerce-pagination .page-numbers,
body.post-type-archive-product nav.woocommerce-pagination .page-numbers,
body.tax-product_cat nav.woocommerce-pagination .page-numbers {
	font-family: var(--tl-body-font, "Open Sans", "Helvetica Neue", Arial, sans-serif) !important;
	font-weight: 700 !important;
}

body.woocommerce-shop .wcapf-filter-title,
body.woocommerce-shop .wcapf-filter-title-inner,
body.post-type-archive-product .wcapf-filter-title,
body.post-type-archive-product .wcapf-filter-title-inner,
body.tax-product_cat .wcapf-filter-title,
body.tax-product_cat .wcapf-filter-title-inner {
	color: var(--tl-fg, #212121) !important;
	font-family: var(--tl-display, "Playfair Display", Georgia, "Times New Roman", serif) !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_tag {
	display: none !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat {
	--tl-shop-filter-active: #B3A27A;
	--tl-shop-filter-active-text: #ffffff;
	background: #ffffff !important;
	border: 1px solid #ddd5c2 !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	color: #212121 !important;
	display: block !important;
	margin: 0 0 22px !important;
	padding: 18px !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-title {
	align-items: center !important;
	border-bottom: 1px solid #ece6d9 !important;
	display: flex !important;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
	gap: 12px !important;
	justify-content: space-between !important;
	line-height: 1.2 !important;
	margin: 0 0 14px !important;
	padding: 0 0 12px !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-title-inner {
	color: #212121 !important;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-title-inner {
	font-size: 0 !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-title-inner::before {
	content: "Zubehör";
	font-size: 16px !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-inner,
body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-list-wrapper {
	margin: 0 !important;
	padding: 0 !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-options {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-list-wrapper > .wcapf-filter-options > .wcapf-filter-option {
	display: none !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-list-wrapper > .wcapf-filter-options > .wcapf-filter-option:has(input[value="zubehor"]) {
	display: block !important;
	width: 100% !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-list-wrapper > .wcapf-filter-options > .wcapf-filter-option:has(input[value="zubehor"]) > .wcapf-filter-item {
	display: none !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-list-wrapper > .wcapf-filter-options > .wcapf-filter-option:has(input[value="zubehor"]) > .wcapf-filter-options {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-option,
body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-item {
	display: block !important;
	line-height: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-item.empty-item,
body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-option:has(.empty-item) {
	display: none !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .children {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-item label {
	background: #fbfaf6 !important;
	border: 1px solid #ddd5c2 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: #5a4a2f !important;
	cursor: pointer !important;
	display: block !important;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	margin: 0 !important;
	padding: 10px 12px !important;
	position: relative !important;
	text-decoration: none !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-item input {
	opacity: 0 !important;
	position: absolute !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-filter-item label:has(input:checked) {
	background: var(--tl-shop-filter-active) !important;
	border-color: var(--tl-shop-filter-active) !important;
	color: var(--tl-shop-filter-active-text) !important;
}

body.term-zubehor .shop-sidebars .wcapf-filter-taxonomy-product_cat .wcapf-nav-item-text {
	color: inherit !important;
}

@media (min-width: 1025px) {
	body.woocommerce-shop .tl-cat-nav,
	body.post-type-archive-product .tl-cat-nav,
	body.tax-product_cat .tl-cat-nav {
		margin-top: 49px !important;
	}
}

@media (max-width: 781px) {
	/*
	 * Homepage mobile header fix.
	 * The page-level Gutenberg replacement CSS sets #page.site to -80px.
	 * Use a more specific selector because that inline CSS is printed later.
	 */
	html body.home.page-id-1933 #page.site {
		margin-top: 0 !important;
	}
}

@media (min-width: 768px) {
	body.single-product section.related.products h2 {
		line-height: 1.08 !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	body.single-product section.related.products > ul.products,
	body.single-product section.related.products ul.products.columns-3 {
		margin-top: 0 !important;
		padding-top: clamp(64px, 5vw, 112px) !important;
	}
}

@media (max-width: 767px) {
	body.single-product section.related.products {
		overflow: hidden !important;
	}

	body.single-product section.related.products h2 {
		font-size: clamp(2.05rem, 10vw, 2.65rem) !important;
		line-height: 1.02 !important;
		margin-bottom: 0 !important;
	}

	body.single-product section.related.products ul.products.columns-3 {
		column-gap: 9px !important;
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 2.5rem !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		row-gap: 18px !important;
	}

	body.single-product section.related.products ul.products.columns-3::before,
	body.single-product section.related.products ul.products.columns-3::after {
		content: none !important;
		display: none !important;
	}

	body.single-product section.related.products ul.products.columns-3 > li.product {
		float: none !important;
		margin: 0 !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: auto !important;
	}

	body.single-product section.related.products ul.products.columns-3 > li.product .loop-image-wrap {
		aspect-ratio: 1 / 1 !important;
		margin-bottom: 0.55rem !important;
		overflow: hidden !important;
		width: 100% !important;
	}

	body.single-product section.related.products ul.products.columns-3 > li.product .loop-image-wrap img {
		height: 100% !important;
		object-fit: cover !important;
		width: 100% !important;
	}

	body.single-product section.related.products .woocommerce-loop-product__title,
	body.single-product section.related.products .botiga-wc-loop-product__title {
		font-size: clamp(0.72rem, 3.05vw, 0.86rem) !important;
		letter-spacing: 0 !important;
		line-height: 1.22 !important;
		margin-bottom: 0.4rem !important;
	}

	body.single-product section.related.products .price,
	body.single-product section.related.products .price .amount {
		font-size: clamp(0.92rem, 4.3vw, 1.08rem) !important;
		letter-spacing: 0 !important;
		line-height: 1.08 !important;
	}

	body.single-product section.related.products .tlpb-product-badges--loop {
		gap: 0.22rem !important;
		right: 0 !important;
		top: 0.42rem !important;
	}

	body.single-product section.related.products .tlpb-product-badge {
		box-shadow: 0 4px 10px rgba(24, 22, 19, 0.14) !important;
		font-size: 0.46rem !important;
		letter-spacing: 0.08em !important;
		line-height: 1.02 !important;
		max-width: 4.15rem !important;
		min-width: 2.75rem !important;
		padding: 0.27rem 0.34rem 0.3rem 0.42rem !important;
	}

	body.single-product section.related.products .tlpb-product-badge::after {
		border-left-width: 0.4rem !important;
		border-top-width: 0.3rem !important;
		bottom: -0.3rem !important;
	}
}

@media (max-width: 374px) {
	body.single-product section.related.products ul.products.columns-3 {
		column-gap: 7px !important;
	}

	body.single-product section.related.products .woocommerce-loop-product__title,
	body.single-product section.related.products .botiga-wc-loop-product__title {
		font-size: 0.68rem !important;
	}

	body.single-product section.related.products .tlpb-product-badge {
		font-size: 0.42rem !important;
		max-width: 3.7rem !important;
		min-width: 2.45rem !important;
		padding: 0.23rem 0.3rem 0.26rem 0.36rem !important;
	}
}


/* Fix: related-products heading spacing on product pages when tl-related-products-title-css is printed later. */
@media (min-width: 768px) {
	html body.woocommerce.single-product div.product section.related.products > h2 {
		line-height: 1.08 !important;
		margin: 0 !important;
		padding-bottom: 0 !important;
	}

	html body.woocommerce.single-product div.product section.related.products > h2 + ul.products,
	html body.woocommerce.single-product div.product section.related.products > h2 + ul.products.columns-3 {
		margin-top: 0 !important;
		padding-top: clamp(64px, 5vw, 112px) !important;
	}
}

/* Mobile CookieYes privacy footer: keep the title aligned with the content edge. */
@media (max-width: 760px) {
	html body .cky-consent-container .cky-notice,
	html body .cky-consent-container .cky-notice-group,
	html body .cky-consent-container .cky-notice-des,
	html body .cky-consent-container .cky-notice-des p,
	html body .cky-consent-container .cky-title,
	html body .cky-consent-container .cky-notice-title,
	html body .cky-consent-container [class*="cky-title"] {
		text-align: left !important;
	}

	html body .cky-consent-container .cky-title,
	html body .cky-consent-container .cky-notice-title,
	html body .cky-consent-container [class*="cky-title"] {
		align-items: flex-start !important;
		display: block !important;
		justify-content: flex-start !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		text-align: left !important;
		width: 100% !important;
	}
}

/* Product pages: keep the related-products heading on one line at every grid breakpoint. */
html body.woocommerce.single-product div.product section.related.products > h2 {
  grid-column: 1 / -1 !important;
    font-size: clamp(18px, 6.75vw, 32px) !important;
  white-space: nowrap !important;
}

/* Checkout focus mode: keep the brand, remove navigation exits, and use a compact legal footer. */
body.tl-checkout-focus .bhfb-desktop .bhfb-main_header_row .bhfb-column-2,
body.tl-checkout-focus .bhfb-desktop .bhfb-main_header_row .bhfb-column-3,
body.tl-checkout-focus .bhfb-mobile .bhfb-main_header_row .bhfb-column-1,
body.tl-checkout-focus .bhfb-mobile .bhfb-main_header_row .bhfb-column-3,
body.tl-checkout-focus .header-search-form,
body.tl-checkout-focus .bhfb-footer,
body.tl-checkout-focus .tl-site-footer {
	display: none !important;
}

body.tl-checkout-focus .woocommerce-message:has(a.wc-forward[href*="/warenkorb/"]) {
	display: none !important;
}

body.tl-checkout-focus .tl-optional-field--collapsed > label,
body.tl-checkout-focus .tl-optional-field--collapsed > .woocommerce-input-wrapper,
body.tl-checkout-focus .tl-optional-field--collapsed > input,
body.tl-checkout-focus .tl-optional-field--collapsed > textarea,
body.tl-checkout-focus .tl-optional-field--collapsed > select {
	display: none !important;
}

body.tl-checkout-focus .tl-optional-field-toggle {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(98, 91, 77, 0.45);
	color: #625b4d;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--tl-body-font);
	font-size: 0.86rem;
	font-weight: 400;
	gap: 0.4rem;
	line-height: 1.45;
	margin: 0.15rem 0 0.8rem;
	padding: 0.15rem 0 0.1rem;
	text-decoration: none;
}

body.tl-checkout-focus .tl-optional-field-toggle::before {
	content: "+";
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

body.tl-checkout-focus .tl-optional-field-toggle[aria-expanded="true"]::before {
	content: "−";
}

body.tl-checkout-focus .tl-optional-field-toggle:hover,
body.tl-checkout-focus .tl-optional-field-toggle:focus-visible {
	border-bottom-color: currentColor;
	color: #212121;
}

body.tl-checkout-focus .tl-optional-field-toggle:focus-visible {
	outline: 2px solid #8d7d59;
	outline-offset: 4px;
}

body.tl-checkout-focus #billing_phone_field #billing_phone-description.description {
	color: #625b4d;
	display: block !important;
	font-family: var(--tl-body-font);
	font-size: 15px !important;
	font-weight: 400;
	line-height: 1.45 !important;
	margin-top: 6px;
	opacity: 1 !important;
	visibility: visible !important;
}

body.tl-checkout-focus #payment .tl-secure-pay.tl-secure-pay--compact {
	background: transparent !important;
	border: 0 !important;
	border-top: 1px solid rgba(179, 162, 122, 0.45) !important;
	display: block !important;
	margin: 14px 24px 0 !important;
	padding: 12px 0 0 !important;
	text-align: left !important;
	width: calc(100% - 48px) !important;
}

body.tl-checkout-focus #payment .tl-secure-pay.tl-secure-pay--compact .tl-secure-pay__lock {
	color: #625b4d !important;
	display: inline-flex !important;
	font-size: 0.78rem !important;
	font-weight: 500 !important;
	gap: 0.35rem !important;
	line-height: 1.45 !important;
	white-space: normal !important;
}

body.tl-checkout-focus #payment .tl-secure-pay.tl-secure-pay--compact .tl-secure-pay__lock svg {
	flex: 0 0 auto;
	margin-top: 0.05rem;
}

body.tl-checkout-focus .bhfb-main_header_row,
body.tl-checkout-focus .bhfb-main_header_row.bhfb-sticky-header {
	box-shadow: 0 1px 0 rgba(179, 162, 122, 0.3);
	position: relative !important;
	top: auto !important;
}

body.tl-checkout-focus .bhfb-desktop .bhfb-main_header_row .bhfb-row {
	display: flex !important;
	justify-content: center !important;
}

body.tl-checkout-focus .bhfb-desktop .bhfb-main_header_row .bhfb-column-1,
body.tl-checkout-focus .bhfb-mobile .bhfb-main_header_row .bhfb-column-2 {
	align-items: center !important;
	display: flex !important;
	flex: 0 1 240px !important;
	justify-content: center !important;
}

body.tl-checkout-focus .bhfb-main_header_row .bhfb-component-logo,
body.tl-checkout-focus .bhfb-main_header_row .site-branding {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

body.tl-checkout-focus .bhfb-main_header_row .custom-logo {
	height: auto !important;
	max-width: 190px !important;
}

body.tl-checkout-focus .tl-checkout-minimal-footer {
	align-items: center;
	border-top: 1px solid rgba(179, 162, 122, 0.45);
	color: #5f5a50;
	display: flex;
	font-size: 0.82rem;
	gap: 1rem 2rem;
	justify-content: space-between;
	margin: 2.5rem auto 0;
	max-width: 1140px;
	padding: 1.25rem 1rem 1.5rem;
}

body.tl-checkout-focus .tl-checkout-minimal-footer nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1rem;
	justify-content: flex-end;
}

body.tl-checkout-focus .tl-checkout-minimal-footer a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: rgba(95, 90, 80, 0.35);
	text-underline-offset: 0.18em;
}

body.tl-checkout-focus .tl-checkout-minimal-footer a:hover,
body.tl-checkout-focus .tl-checkout-minimal-footer a:focus-visible {
	color: #212121;
	text-decoration-color: currentColor;
}

@media (max-width: 767px) {
	body.tl-checkout-focus .bhfb-main_header_row .custom-logo {
		max-width: 165px !important;
	}

	body.tl-checkout-focus .tl-checkout-minimal-footer {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 2rem;
	}

	body.tl-checkout-focus .tl-checkout-minimal-footer nav {
		justify-content: flex-start;
	}
}

/* Tee-Luxe Newsletter referral page start */
body.page-id-7161 .entry-header {
	display: none !important;
}

body.page-id-7161 #primary.site-main,
body.page-id-7161 article#post-7161,
body.page-id-7161 .entry-content {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.page-id-7161 .entry-content > * {
	max-width: none !important;
}

body.page-id-7161 .tl-newsletter-referral {
	background: #fbf8f0;
	color: #241f1a;
	font-family: "Open Sans", Arial, sans-serif;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw !important;
	overflow: hidden;
	width: 100vw;
}

body.page-id-7161 .tl-newsletter-referral *,
body.page-id-7161 .tl-newsletter-referral *::before,
body.page-id-7161 .tl-newsletter-referral *::after {
	box-sizing: border-box;
}

body.page-id-7161 .tl-nlr-hero {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
	min-height: min(720px, calc(100vh - 98px));
}

body.page-id-7161 .tl-nlr-hero-copy {
	align-content: center;
	display: grid;
	padding: clamp(64px, 9vw, 132px) clamp(32px, 7vw, 112px);
}

body.page-id-7161 .tl-nlr-eyebrow {
	color: #8c7d5e;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.35;
	margin: 0 0 18px;
	text-transform: uppercase;
}

body.page-id-7161 .tl-nlr-hero h1,
body.page-id-7161 .tl-nlr-form-card h2,
body.page-id-7161 .tl-nlr-card h2,
body.page-id-7161 .tl-nlr-final h2 {
	color: #241f1a;
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 400;
	letter-spacing: 0;
}

body.page-id-7161 .tl-nlr-hero h1 {
	font-size: clamp(46px, 6vw, 92px);
	line-height: 0.95;
	margin: 0;
	max-width: 760px;
}

body.page-id-7161 .tl-nlr-lead {
	color: #4e473c;
	font-size: clamp(17px, 1.3vw, 21px);
	font-weight: 300;
	line-height: 1.72;
	margin: 28px 0 0;
	max-width: 610px;
}

body.page-id-7161 .tl-nlr-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
}

body.page-id-7161 .tl-nlr-hero-tags span {
	border: 1px solid rgba(140, 125, 94, 0.38);
	color: #6e603f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 11px 14px;
	text-transform: uppercase;
}

body.page-id-7161 .tl-nlr-hero-media {
	margin: 0;
	min-height: 520px;
	position: relative;
}

body.page-id-7161 .tl-nlr-hero-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

body.page-id-7161 .tl-nlr-hero-media br {
	display: none !important;
}

body.page-id-7161 .tl-nlr-hero-media::after {
	background: linear-gradient(90deg, rgba(251, 248, 240, 0.34), rgba(251, 248, 240, 0) 44%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

body.page-id-7161 .tl-nlr-main {
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 40px);
}

body.page-id-7161 .tl-nlr-intro {
	border-bottom: 1px solid #d8c9a7;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.65fr);
	padding-bottom: clamp(42px, 5vw, 68px);
}

body.page-id-7161 .tl-nlr-intro h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 400;
	line-height: 1.04;
	margin: 0;
	max-width: 740px;
}

body.page-id-7161 .tl-nlr-intro p {
	color: #5f574a;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.72;
	margin: 0;
}

body.page-id-7161 .tl-nlr-grid {
	align-items: start;
	display: grid;
	gap: clamp(28px, 4vw, 52px);
	grid-template-columns: minmax(0, 0.76fr) minmax(380px, 0.64fr);
	margin-top: clamp(42px, 5vw, 72px);
}

body.page-id-7161 .tl-nlr-card,
body.page-id-7161 .tl-nlr-form-card {
	background: #fffdf8;
	border: 1px solid #d8c9a7;
}

body.page-id-7161 .tl-nlr-card {
	padding: clamp(28px, 4vw, 46px);
}

body.page-id-7161 .tl-nlr-card h2,
body.page-id-7161 .tl-nlr-form-card h2,
body.page-id-7161 .tl-nlr-final h2 {
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.08;
	margin: 0;
}

body.page-id-7161 .tl-nlr-benefits {
	display: grid;
	gap: 18px;
	margin: 28px 0 0;
	padding: 0;
}

body.page-id-7161 .tl-nlr-benefit {
	border-top: 1px solid rgba(216, 201, 167, 0.72);
	display: grid;
	gap: 6px;
	grid-template-columns: 38px minmax(0, 1fr);
	list-style: none;
	padding-top: 18px;
}

body.page-id-7161 .tl-nlr-benefit > br {
	display: none !important;
}

body.page-id-7161 .tl-nlr-benefit > .tl-nlr-number {
	grid-column: 1;
	grid-row: 1;
}

body.page-id-7161 .tl-nlr-benefit > span:not(.tl-nlr-number) {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	width: auto;
}

body.page-id-7161 .tl-nlr-benefit b {
	color: #241f1a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
}

body.page-id-7161 .tl-nlr-benefit span {
	color: #5f574a;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.62;
}

body.page-id-7161 .tl-nlr-number {
	color: #b5a26a;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 25px;
	line-height: 1;
}

body.page-id-7161 .tl-nlr-link {
	border-bottom: 1px solid currentColor;
	color: #6e603f;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
	margin-top: 32px;
	text-transform: uppercase;
}

body.page-id-7161 .tl-nlr-form-card {
	padding: clamp(28px, 4vw, 48px);
	position: sticky;
	top: 120px;
}

body.page-id-7161 .tl-nlr-form-card p {
	color: #5f574a;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.68;
	margin: 16px 0 24px;
}

body.page-id-7161 .tl-nlr-form-card .tnp-subscription {
	margin: 0;
	max-width: none;
	width: 100%;
}

body.page-id-7161 .tl-nlr-form-card .tnp-subscription form {
	display: grid;
	gap: 16px;
	margin: 0;
}

body.page-id-7161 .tl-nlr-form-card .tnp-field {
	margin: 0;
	padding: 0;
}

body.page-id-7161 .tl-nlr-form-card .tnp-field label {
	color: #4e473c;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.35;
	margin: 0 0 8px;
	text-transform: uppercase;
}

body.page-id-7161 .tl-nlr-form-card .tnp-field input[type="text"],
body.page-id-7161 .tl-nlr-form-card .tnp-field input[type="email"] {
	background: #fbf8f0;
	border: 1px solid #cfc1a1;
	border-radius: 0;
	color: #241f1a;
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	padding: 0 16px;
	width: 100%;
}

body.page-id-7161 .tl-nlr-form-card .tnp-field input[type="text"]:focus,
body.page-id-7161 .tl-nlr-form-card .tnp-field input[type="email"]:focus {
	background: #fffdf8;
	border-color: #8c7d5e;
	box-shadow: 0 0 0 2px rgba(140, 125, 94, 0.16);
	outline: none;
}

body.page-id-7161 .tl-nlr-form-card .tnp-privacy-field label {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	letter-spacing: 0;
	line-height: 1.55;
	text-transform: none;
}

body.page-id-7161 .tl-nlr-form-card .tnp-privacy-field input {
	flex: 0 0 auto;
	margin: 4px 0 0;
}

body.page-id-7161 .tl-nlr-form-card .tnp-field-button {
	text-align: left !important;
}

body.page-id-7161 .tl-nlr-form-card .tnp-submit {
	background: #6e603f !important;
	border: 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	cursor: pointer;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.14em;
	line-height: 1.2 !important;
	padding: 17px 24px !important;
	text-transform: uppercase;
	transition: background-color 160ms ease, transform 160ms ease;
	width: 100%;
}

body.page-id-7161 .tl-nlr-form-card .tnp-submit:hover,
body.page-id-7161 .tl-nlr-form-card .tnp-submit:focus {
	background: #4e432b !important;
	transform: translateY(-1px);
}

body.page-id-7161 .tl-nlr-note {
	border-left: 2px solid #b5a26a;
	color: #5f574a;
	font-size: 13px;
	line-height: 1.65;
	margin-top: 18px;
	padding-left: 14px;
}

body.page-id-7161 .tl-nlr-final {
	align-items: center;
	background: #241f1a;
	color: #efe6d5;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.48fr);
	margin-top: clamp(44px, 5vw, 72px);
	padding: clamp(28px, 5vw, 54px);
}

body.page-id-7161 .tl-nlr-final h2 {
	color: #fffdf8;
}

body.page-id-7161 .tl-nlr-final p {
	color: #d8c9a7;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	margin: 14px 0 0;
	max-width: 620px;
}

body.page-id-7161 .tl-nlr-final-link {
	border: 1px solid #d8c9a7;
	color: #fffdf8;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 14px 20px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 960px) {
	body.page-id-7161 .tl-nlr-hero,
	body.page-id-7161 .tl-nlr-intro,
	body.page-id-7161 .tl-nlr-grid,
	body.page-id-7161 .tl-nlr-final {
		grid-template-columns: 1fr;
	}

	body.page-id-7161 .tl-nlr-hero-copy {
		order: 2;
		padding: 42px 22px 56px;
	}

	body.page-id-7161 .tl-nlr-hero-media {
		min-height: 340px;
		order: 1;
	}

	body.page-id-7161 .tl-nlr-form-card {
		position: static;
	}
}

@media (max-width: 560px) {
	body.page-id-7161 .tl-nlr-hero h1 {
		font-size: clamp(40px, 13vw, 54px);
	}

	body.page-id-7161 .tl-nlr-main {
		padding: 44px 16px 60px;
	}

	body.page-id-7161 .tl-nlr-card,
	body.page-id-7161 .tl-nlr-form-card,
	body.page-id-7161 .tl-nlr-final {
		padding: 24px 20px;
	}

	body.page-id-7161 .tl-nlr-hero-tags span {
		width: 100%;
	}
}
/* Tee-Luxe Newsletter referral page end */

/* Checkout completion and cart readability refinements, 2026-08-01. */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-received {
	--tl-accent-text: #65583f;
}

body.woocommerce-checkout .tl-checkout-error-list--compact .tl-checkout-error-detail {
	display: none !important;
}

body.woocommerce-checkout .tl-checkout-error-list--compact .tl-checkout-error-summary {
	align-items: baseline;
	column-gap: 10px;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.4;
}

body.woocommerce-checkout .tl-checkout-error-list--compact .tl-checkout-error-summary a {
	color: #7a2e20 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

body.woocommerce-checkout .form-row .tl-inline-field-error {
	color: #8a3c2d;
	display: block;
	font-family: var(--tl-body-font);
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	margin: 5px 0 0;
}

body.woocommerce-checkout .form-row .tl-native-field-error--hidden {
	display: none !important;
}

body.woocommerce-checkout #payment > .tl-shared-place-order {
	background: var(--tl-surface) !important;
	border: 1px solid var(--tl-border) !important;
	box-sizing: border-box;
	clear: both;
	float: none !important;
	margin: 24px 0 0 !important;
	padding: 24px !important;
	width: 100% !important;
}

body.woocommerce-checkout #payment > .tl-shared-place-order .woocommerce-privacy-policy-text,
body.woocommerce-checkout #payment > .tl-shared-place-order .woocommerce-terms-and-conditions-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.woocommerce-checkout #payment > .tl-shared-place-order #place_order {
	background: var(--tl-accent) !important;
	color: var(--tl-fg) !important;
	cursor: pointer !important;
	margin: 20px 0 0 !important;
	width: 100% !important;
}

body.woocommerce-checkout #payment > .tl-shared-place-order .tl-place-order-total {
	align-items: baseline;
	border-top: 1px solid var(--tl-border-soft);
	color: var(--tl-fg);
	display: none;
	font-family: var(--tl-body-font);
	font-size: 14px;
	font-weight: 600;
	justify-content: space-between;
	line-height: 1.35;
	margin-top: 18px;
	padding-top: 14px;
}

body.woocommerce-checkout #payment > .tl-shared-place-order .tl-place-order-total strong,
body.woocommerce-checkout #payment > .tl-shared-place-order .tl-place-order-total .amount {
	color: var(--tl-fg) !important;
	font-family: var(--tl-body-font);
	font-size: 17px !important;
	font-weight: 700 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout #payment #place_order {
	background-color: var(--tl-accent) !important;
	color: var(--tl-fg) !important;
}

body.woocommerce-cart .cart_totals .tl-bundle-summary-note,
body.woocommerce-checkout .checkout-wrapper > .tl-bundle-summary-note,
body.woocommerce-cart .cart_totals .tl-offer-free-label,
body.woocommerce-checkout #order_review .tl-offer-free-label,
body.woocommerce-cart .tl-cart-summary-products .tl-offer-free-label,
body.woocommerce-cart .tl-steps--tabs .tl-steps__badge:not(.tl-steps__badge--active),
body.woocommerce-checkout .tl-steps--tabs .tl-steps__badge:not(.tl-steps__badge--active),
body.woocommerce-order-received .tl-steps--tabs .tl-steps__badge:not(.tl-steps__badge--active) {
	color: var(--tl-accent-text) !important;
}

body.woocommerce-cart .woocommerce-cart-form .tl-cart-item-title,
body.woocommerce-checkout #order_review .tl-cart-item-title {
	color: var(--tl-fg);
	font-family: var(--tl-body-font);
	font-weight: 500;
}

body.woocommerce-cart .woocommerce-cart-form .tl-cart-item-meta,
body.woocommerce-checkout #order_review .tl-cart-item-meta {
	color: var(--tl-muted);
	display: block;
	font-family: var(--tl-body-font);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 4px;
}

body.woocommerce-checkout #order_review .tl-cart-item-meta--inline {
	display: inline;
	margin-left: 0.35em;
	margin-top: 0;
}

body.woocommerce-checkout #order_review .product-name .product-quantity {
	color: var(--tl-accent-text) !important;
	display: inline !important;
	margin-left: 0.3em;
	white-space: nowrap;
}

body.woocommerce-cart .woocommerce-cart-form .tl-cart-item-meta,
body.woocommerce-checkout #order_review .tl-cart-item-meta {
	color: var(--tl-accent-text) !important;
}

body.woocommerce-cart .woocommerce-cart-form .tl-offer-cart-note,
body.woocommerce-checkout #order_review .tl-offer-cart-note {
	color: var(--tl-accent-text) !important;
	display: block;
	font-family: var(--tl-body-font);
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.35;
	margin: 5px 0 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form .tl-offer-gift-auto {
	color: var(--tl-accent-text);
	display: inline-block;
	font-family: var(--tl-body-font);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
}

body.woocommerce-checkout #order_review tr.tl-offer-gift-row .product-quantity {
	display: none !important;
}

body.woocommerce-cart .woocommerce-cart-form tr.tl-offer-gift-row td.product-remove,
body.woocommerce-cart .woocommerce-cart-form tr.tl-offer-gift-row td.product-quantity .quantity {
	display: none !important;
}

body.woocommerce-cart .cart_totals tr.tax-info th,
body.woocommerce-cart .cart_totals tr.tax-info th::before,
body.woocommerce-cart .cart_totals tr.tax-info th::after,
body.woocommerce-checkout #order_review tr.tax-info th,
body.woocommerce-checkout #order_review tr.tax-info th::before,
body.woocommerce-checkout #order_review tr.tax-info th::after,
body.woocommerce-cart .cart_totals tr.tax-info td::before,
body.woocommerce-checkout #order_review tr.tax-info td::before {
	content: none !important;
	display: none !important;
}

body.woocommerce-cart:not(.tl-commerce-footer-visible) .cky-btn-revisit-wrapper,
body.woocommerce-checkout:not(.tl-commerce-footer-visible) .cky-btn-revisit-wrapper {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

body.woocommerce-cart .cky-btn-revisit-wrapper,
body.woocommerce-checkout .cky-btn-revisit-wrapper {
	transition: opacity 160ms ease;
}

@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce-cart-form tr.tl-offer-gift-row td.product-quantity {
		display: none !important;
	}

	body.woocommerce-checkout .form-row .tl-inline-field-error {
		font-size: 11px !important;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order {
		margin-top: 18px !important;
		padding: 18px !important;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order #place_order {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
}

/* Desktop checkout: aligned columns, compact payment choices and less empty space. */
@media (min-width: 992px) {
	body.woocommerce-checkout .container.content-wrapper {
		margin-top: 44px !important;
	}

	body.woocommerce-checkout form.checkout.woocommerce-checkout > #customer_details,
	body.woocommerce-checkout form.checkout.woocommerce-checkout > .checkout-wrapper {
		align-self: flex-start;
		margin-top: 0 !important;
	}

	body.woocommerce-checkout .checkout-wrapper > #order_review_heading {
		margin-top: 0 !important;
	}

	body.woocommerce-checkout #payment ul.payment_methods {
		gap: 8px;
		padding: 18px !important;
	}

	body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
		align-items: center;
		column-gap: 10px;
		display: grid;
		grid-template-columns: 18px minmax(0, 1fr);
		padding: 12px 14px !important;
	}

	body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input.input-radio,
	body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input[type="radio"] {
		grid-column: 1;
		grid-row: 1;
		margin: 0 !important;
	}

	body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
		flex-wrap: nowrap;
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
	}

	body.woocommerce-checkout #payment .tl-payment-method-label-text--bank {
		flex-direction: column;
		gap: 1px;
	}

	body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > .tl-payment-method-card__description,
	body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > .payment_box {
		grid-column: 1 / -1;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order .tl-place-order-total {
		display: flex;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order #place_order {
		margin-top: 12px !important;
	}
}

/* Keep the complete order review together and separate it from the contact block. */
body.woocommerce-checkout .checkout-wrapper > #order_review_heading {
	margin-top: 24px !important;
}

body.woocommerce-checkout .checkout-wrapper > .tl-bundle-summary-note {
	border-bottom: 0 !important;
	border-top: 0 !important;
	margin-bottom: 0 !important;
}

/* The gift price is already shown beside the product; omit the duplicate subtotal. */
body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-subtotal .tl-offer-free-label {
	display: none !important;
}

@media (max-width: 767px) {
	body.woocommerce-checkout .checkout-wrapper > #order_review_heading {
		margin-top: 18px !important;
	}
}

@media (min-width: 992px) {
	body.woocommerce-checkout .checkout-wrapper > #order_review_heading {
		margin-top: 0 !important;
	}
}

/* 1.0.10: desktop cart alignment and checkout polish. */
@media (min-width: 992px) {
	body.woocommerce-checkout #order_review .tl-cart-item-meta,
	body.woocommerce-checkout #order_review .tl-offer-cart-note {
		color: var(--tl-accent-text) !important;
		font-size: 12px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table tr:has(> td.actions) {
		display: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table th.product-remove,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-remove {
		box-sizing: border-box !important;
		padding-left: 8px !important;
		padding-right: 4px !important;
		text-align: center !important;
		width: 42px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table th.product-thumbnail,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-thumbnail {
		box-sizing: border-box !important;
		padding-left: 4px !important;
		padding-right: 10px !important;
		text-align: center !important;
		vertical-align: middle !important;
		width: 112px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-thumbnail a,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-thumbnail img {
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-name {
		padding-left: 10px !important;
		vertical-align: middle !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-price,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-subtotal {
		vertical-align: middle !important;
	}

	body.woocommerce-cart .woocommerce-cart-form tr.tl-offer-gift-row td.product-remove {
		display: table-cell !important;
	}

	body.woocommerce-cart .woocommerce-cart-form tr.tl-offer-gift-row td.product-remove > * {
		display: none !important;
	}

	body.woocommerce-cart .woocommerce-cart-form tr.tl-offer-gift-row td.product-thumbnail,
	body.woocommerce-cart .woocommerce-cart-form tr.tl-offer-gift-row td.product-name,
	body.woocommerce-cart .woocommerce-cart-form tr.tl-offer-gift-row td.product-price {
		vertical-align: middle !important;
	}

	body.woocommerce-cart .woocommerce-cart-form tr.tl-offer-gift-row .tl-offer-cart-note,
	body.woocommerce-cart .woocommerce-cart-form tr.tl-offer-gift-row .tl-offer-gift-auto {
		color: var(--tl-muted) !important;
		font-size: 12px !important;
		font-weight: 400 !important;
	}

	body.woocommerce-checkout .container.content-wrapper {
		margin-top: 12px !important;
	}

	body.woocommerce-checkout .tl-payment-panel-head,
	body.woocommerce-checkout #payment,
	body.woocommerce-checkout #payment > .tl-shared-place-order {
		border-left-color: var(--tl-border) !important;
		border-left-width: 1px !important;
		border-right-color: var(--tl-border) !important;
		border-right-width: 1px !important;
		box-shadow: none !important;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order {
		margin-left: -1px !important;
		margin-right: -1px !important;
		width: calc(100% + 2px) !important;
	}

	body.tl-checkout-focus #payment .tl-secure-pay.tl-secure-pay--compact {
		padding-bottom: 12px !important;
	}
}

body.woocommerce-checkout .tl-payment-panel-head p,
body.woocommerce-checkout #payment .tl-payment-method-card__description,
body.woocommerce-checkout #payment div.payment_box,
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text p,
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout #customer_details .description,
body.woocommerce-checkout #order_review .tl-cart-item-meta {
	color: #68635c !important;
}

body.woocommerce-cart .woocommerce-cart-form .tl-cart-item-meta,
body.woocommerce-checkout #order_review .tl-cart-item-meta,
body.woocommerce-checkout #order_review .product-name .product-quantity {
	color: var(--tl-accent-text) !important;
}

@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-name {
		padding-left: 22px !important;
	}
}

/* 1.0.21: mobile cart controls and checkout review consistency. */
@media (max-width: 767px) {
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity {
		align-items: center !important;
		border: 0 !important;
		column-gap: 5px !important;
		display: grid !important;
		grid-template-columns: 26px 24px 26px !important;
		justify-content: start !important;
		justify-items: center !important;
		width: auto !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity > .botiga-quantity-minus,
	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity > .botiga-quantity-plus {
		background: #f9f4ec !important;
		border: 1px solid var(--tl-border) !important;
		border-radius: 50% !important;
		box-sizing: border-box !important;
		color: var(--tl-fg) !important;
		display: inline-flex !important;
		font-size: 17px !important;
		font-weight: 400 !important;
		height: 26px !important;
		line-height: 1 !important;
		padding: 0 !important;
		width: 26px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity > .botiga-quantity-minus {
		padding-bottom: 2px !important;
	}

	body.woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity > input.qty {
		background: transparent !important;
		border: 0 !important;
		height: 30px !important;
		line-height: 30px !important;
		padding: 0 !important;
		top: 0 !important;
		width: 24px !important;
	}
}

/* Product meta, quantities and the gift line share one quiet visual language. */
body.woocommerce-cart .woocommerce-cart-form .tl-cart-item-meta,
body.woocommerce-checkout #order_review .tl-cart-item-meta,
body.woocommerce-cart .woocommerce-cart-form .tl-offer-cart-note,
body.woocommerce-cart .woocommerce-cart-form .tl-offer-gift-auto,
body.woocommerce-checkout #order_review .tl-offer-cart-note,
body.woocommerce-checkout #order_review .product-name .product-quantity,
body.woocommerce-checkout #order_review .product-name .product-quantity * {
	color: #9a958b !important;
	font-family: var(--tl-body-font) !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
}

body.woocommerce-cart .woocommerce-cart-form .tl-offer-cart-note,
body.woocommerce-checkout #order_review .tl-offer-cart-note {
	display: block !important;
	margin-top: 4px !important;
}

/* Every mobile payment option starts with radio, brand icon and label on one line. */
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
	align-items: center;
	column-gap: 10px;
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input.input-radio,
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input[type="radio"] {
	grid-column: 1;
	grid-row: 1;
	margin: 0 !important;
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
	flex-wrap: nowrap;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

body.woocommerce-checkout #payment .tl-payment-method-label-text--bank {
	flex-direction: row;
	gap: 0.25em;
}

body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > .tl-payment-method-card__description,
body.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > .payment_box {
	grid-column: 1 / -1;
}

/* Make confirmation values visibly bold, including the selected payment method. */
body.woocommerce-order-received .woocommerce-order-overview li strong {
	font-weight: 800 !important;
}

@media (max-width: 767px) {
	body.woocommerce-checkout #payment .tl-payment-method-label-text--bank {
		flex-direction: column;
		gap: 1px;
	}
}

/* Mobile checkout: keep the address and order-completion sections focused. */
@media (max-width: 767px) {
	body.woocommerce-checkout #customer_details .form-row {
		margin-bottom: 10px !important;
	}

	body.woocommerce-checkout #customer_details .form-row label,
	body.woocommerce-checkout #customer_details .woocommerce-form__label {
		font-size: 14px !important;
		line-height: 1.25 !important;
		margin-bottom: 4px !important;
	}

	body.woocommerce-checkout #customer_details input.input-text,
	body.woocommerce-checkout #customer_details select,
	body.woocommerce-checkout #customer_details .select2-selection {
		min-height: 52px !important;
		padding: 12px 14px !important;
	}

	body.tl-checkout-focus #billing_phone_field #billing_phone-description.description {
		font-size: 11px !important;
		line-height: 1.3 !important;
		margin-top: 3px !important;
	}

	body.woocommerce-checkout #customer_details #ship-to-different-address {
		margin: -4px 0 12px !important;
	}

	body.woocommerce-checkout #customer_details .woocommerce-additional-fields {
		margin-top: 8px !important;
	}

	body.tl-checkout-focus .tl-optional-field-toggle {
		margin: 0 0 8px !important;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order {
		margin-top: 12px !important;
		padding: 12px !important;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order .woocommerce-privacy-policy-text,
	body.woocommerce-checkout #payment > .tl-shared-place-order .woocommerce-privacy-policy-text p {
		font-size: 11px !important;
		line-height: 1.35 !important;
		margin: 0 !important;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order .woocommerce-terms-and-conditions-wrapper {
		margin: 6px 0 0 !important;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order label.woocommerce-form__label-for-checkbox,
	body.woocommerce-checkout #payment > .tl-shared-place-order label.woocommerce-form__label-for-checkbox span,
	body.woocommerce-checkout #payment > .tl-shared-place-order label.woocommerce-form__label-for-checkbox a {
		font-size: 12px !important;
		line-height: 1.35 !important;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order label.woocommerce-form__label-for-checkbox {
		margin-top: 0 !important;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order #place_order {
		margin-top: 10px !important;
	}

	body.tl-checkout-focus #payment .tl-secure-pay.tl-secure-pay--compact {
		margin: 8px 12px 0 !important;
		padding: 8px 0 0 !important;
		width: calc(100% - 24px) !important;
	}

	body.tl-checkout-focus #payment .tl-secure-pay.tl-secure-pay--compact .tl-secure-pay__lock {
		font-size: 11px !important;
		line-height: 1.3 !important;
	}
}

/* Mobile checkout: final spacing and review readability refinements. */
@media (max-width: 767px) {
	body.woocommerce-checkout #payment > .tl-shared-place-order {
		border-left-color: var(--tl-border-soft) !important;
		border-right-color: var(--tl-border-soft) !important;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order .woocommerce-terms-and-conditions-wrapper {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	body.woocommerce-checkout #payment > .tl-shared-place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
		margin-bottom: 32px !important;
	}

	body.woocommerce-checkout #order_review .tl-cart-item-title {
		display: block !important;
		margin-bottom: 4px !important;
	}

	body.woocommerce-checkout #order_review .tl-cart-item-meta--inline {
		display: inline !important;
		margin: 0 !important;
	}

	body.woocommerce-checkout #customer_details #billing_country_field,
	body.woocommerce-checkout #customer_details #shipping_country_field {
		margin-bottom: 22px !important;
	}

	body.woocommerce-checkout #customer_details .tl-checkout-login-row {
		margin-bottom: 14px !important;
		padding-bottom: 10px !important;
	}

	body.woocommerce-checkout #customer_details #ship-to-different-address {
		margin-top: -8px !important;
	}
}
