/*
 * Design V2 commerce skin.
 *
 * WooCommerce still renders every form, nonce, cart line, total, shipping
 * method, payment gateway and checkout field.  All selectors are rooted in a
 * guarded body class so disabling cart_v2 / checkout_v2 restores the previous
 * storefront without a template migration.
 */

body.thps-v2-commerce{
	--thps-v2-commerce-gutter:clamp(1rem,3vw,4.5rem);
	margin:0;
	background:var(--thps-v2-cream);
	color:var(--thps-v2-ink);
	font-family:var(--thps-v2-font-body);
	overflow-x:clip;
}
body.thps-v2-commerce *,
body.thps-v2-commerce *::before,
body.thps-v2-commerce *::after{box-sizing:border-box}
body.thps-v2-commerce .page-header,
body.thps-v2-commerce .entry-header{display:none!important}
body.thps-v2-commerce #page,
body.thps-v2-commerce #content,
body.thps-v2-commerce #primary,
body.thps-v2-commerce #main,
body.thps-v2-commerce .site-content,
body.thps-v2-commerce .site-content__wrap,
body.thps-v2-commerce .content-area,
body.thps-v2-commerce .site-main{
	width:100%!important;
	max-width:none!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
}
body.thps-v2-commerce #main>.woocommerce,
body.thps-v2-commerce .page-content>.woocommerce{
	width:min(100%,1760px)!important;
	max-width:none!important;
	margin:0 auto!important;
	padding:clamp(2.5rem,5vw,6rem) var(--thps-v2-commerce-gutter)!important;
	background:transparent!important;
	font-family:var(--thps-v2-font-body)!important;
}
body.thps-v2-commerce h1,
body.thps-v2-commerce h2,
body.thps-v2-commerce h3,
body.thps-v2-commerce .woocommerce h1,
body.thps-v2-commerce .woocommerce h2,
body.thps-v2-commerce .woocommerce h3{
	color:var(--thps-v2-forest)!important;
	font-family:var(--thps-v2-font-display)!important;
	font-weight:700!important;
	letter-spacing:-.018em!important;
	word-break:normal!important;
	overflow-wrap:normal!important;
	hyphens:none!important;
}
body.thps-v2-commerce input,
body.thps-v2-commerce select,
body.thps-v2-commerce textarea,
body.thps-v2-commerce button,
body.thps-v2-commerce .button{font-family:var(--thps-v2-font-body)!important}
body.thps-v2-commerce :focus-visible{outline:3px solid var(--thps-v2-orange)!important;outline-offset:3px}
body.thps-v2-commerce .woocommerce-message,
body.thps-v2-commerce .woocommerce-info,
body.thps-v2-commerce .woocommerce-error{
	width:100%;
	margin:0 0 1.25rem!important;
	padding:1rem 1.1rem 1rem 3.5rem!important;
	border:1px solid var(--thps-v2-line)!important;
	border-left:5px solid var(--thps-v2-forest)!important;
	border-radius:0!important;
	background:var(--thps-v2-paper)!important;
	box-shadow:none!important;
	color:var(--thps-v2-ink)!important;
	font-family:var(--thps-v2-font-body)!important;
	line-height:1.45;
}
body.thps-v2-commerce .woocommerce-message::before,
body.thps-v2-commerce .woocommerce-info::before{left:1.1rem!important;color:var(--thps-v2-orange)!important}
body.thps-v2-commerce .woocommerce-error{
	max-width:100%!important;
	padding:1rem 1.1rem 1rem 3.5rem!important;
	border-color:var(--thps-v2-line)!important;
	border-left-color:var(--thps-v2-orange)!important;
	background:var(--thps-v2-paper)!important;
	color:var(--thps-v2-forest)!important;
	overflow-wrap:anywhere!important;
}
body.thps-v2-commerce .woocommerce-error::before{left:1.1rem!important;color:var(--thps-v2-orange)!important}
body.thps-v2-commerce .woocommerce-error li{max-width:100%!important;margin:0!important;padding:0!important;line-height:1.45!important;overflow-wrap:anywhere!important}
body.thps-v2-commerce .woocommerce-message .restore-item{
	margin-left:.45rem;
	padding:.15rem .35rem;
	background:#f6dfce;
	color:var(--thps-v2-orange-dark)!important;
	font-weight:700;
	text-decoration:underline;
	text-underline-offset:.2rem;
}
body.thps-v2-commerce .woocommerce a.button,
body.thps-v2-commerce .woocommerce button.button,
body.thps-v2-commerce .woocommerce input.button,
body.thps-v2-commerce .woocommerce #respond input#submit{
	display:inline-flex!important;
	min-height:3.15rem;
	align-items:center;
	justify-content:center;
	padding:.75rem 1.25rem!important;
	border:1px solid var(--thps-v2-forest)!important;
	border-radius:0!important;
	background:var(--thps-v2-forest)!important;
	box-shadow:none!important;
	color:#fff!important;
	font-weight:700!important;
	line-height:1.2!important;
	text-decoration:none!important;
	transition:border-color .2s,background-color .2s,color .2s,transform .2s;
}
body.thps-v2-commerce .woocommerce a.button:hover,
body.thps-v2-commerce .woocommerce button.button:hover,
body.thps-v2-commerce .woocommerce input.button:hover,
body.thps-v2-commerce .woocommerce #respond input#submit:hover{
	border-color:var(--thps-v2-orange)!important;
	background:var(--thps-v2-orange)!important;
	color:#fff!important;
	transform:translateY(-1px);
}
body.thps-v2-commerce .woocommerce form .form-row label{color:var(--thps-v2-forest);font-weight:700;line-height:1.3}
body.thps-v2-commerce .woocommerce form .form-row .optional{color:var(--thps-v2-muted);font-weight:400}
body.thps-v2-commerce .woocommerce form .form-row input.input-text,
body.thps-v2-commerce .woocommerce form .form-row textarea,
body.thps-v2-commerce .woocommerce form .form-row select,
body.thps-v2-commerce .select2-container .select2-selection{
	width:100%!important;
	min-height:3.2rem!important;
	padding:.72rem .8rem!important;
	border:1px solid #c9c5b3!important;
	border-radius:0!important;
	background:#fff!important;
	box-shadow:none!important;
	color:var(--thps-v2-ink)!important;
}
body.thps-v2-commerce .select2-container .select2-selection__rendered{padding:0!important;line-height:1.7!important}
body.thps-v2-commerce .select2-container .select2-selection__arrow{height:100%!important}

/* Shared customer-facing accents. */
body.thps-v2-commerce .thps-v2-commerce-kicker,
body.thps-v2-commerce .thps-cart-intro>div>span,
body.thps-v2-commerce .thps-cart-recommendations header>span,
body.thps-v2-commerce .thps-checkout-step__intro>span,
body.thps-v2-commerce .thps-checkout-section-heading>span{
	display:block;
	margin:0 0 .55rem!important;
	color:var(--thps-v2-orange)!important;
	font:700 .76rem/1.2 var(--thps-v2-font-body)!important;
	letter-spacing:.14em!important;
	text-transform:uppercase!important;
}
body.thps-v2-commerce .thps-v2-commerce-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.7rem}
body.thps-v2-commerce .thps-v2-commerce-actions .button{min-width:12rem}
body.thps-v2-commerce .thps-v2-commerce-actions .thps-v2-commerce-primary{border-color:var(--thps-v2-orange)!important;background:var(--thps-v2-orange)!important}
body.thps-v2-commerce .thps-v2-commerce-actions .thps-v2-commerce-secondary{background:transparent!important;color:var(--thps-v2-forest)!important}

/* Filled cart: stable two-column composition with a bounded sticky summary. */
body.thps-v2-commerce-cart-filled #main>.woocommerce,
body.thps-v2-commerce-cart-filled .page-content>.woocommerce{
	display:grid!important;
	grid-template-columns:minmax(0,1fr) minmax(21rem,28rem)!important;
	gap:clamp(1.25rem,2.8vw,2.8rem)!important;
	align-items:start!important;
}
body.thps-v2-commerce-cart-filled #main>.woocommerce>.woocommerce-notices-wrapper,
body.thps-v2-commerce-cart-filled #main>.woocommerce>.woocommerce-message,
body.thps-v2-commerce-cart-filled #main>.woocommerce>.woocommerce-info,
body.thps-v2-commerce-cart-filled #main>.woocommerce>.woocommerce-error,
body.thps-v2-commerce-cart-filled #main>.woocommerce>.thps-cart-intro,
body.thps-v2-commerce-cart-filled #main>.woocommerce>.thps-cart-recommendations,
body.thps-v2-commerce-cart-filled .page-content>.woocommerce>.woocommerce-notices-wrapper,
body.thps-v2-commerce-cart-filled .page-content>.woocommerce>.thps-cart-intro,
body.thps-v2-commerce-cart-filled .page-content>.woocommerce>.thps-cart-recommendations{grid-column:1/-1}
body.thps-v2-commerce-cart .thps-cart-intro{
	display:flex!important;
	align-items:flex-end!important;
	justify-content:space-between!important;
	gap:2rem!important;
	margin:0 0 .2rem!important;
	padding:0 0 1.6rem!important;
	border-bottom:1px solid var(--thps-v2-line)!important;
}
body.thps-v2-commerce-cart .thps-cart-intro h1{
	margin:0 0 .55rem!important;
	font-size:clamp(2.8rem,5vw,5.6rem)!important;
	line-height:.96!important;
}
body.thps-v2-commerce-cart .thps-cart-intro p{max-width:52rem;margin:0;color:var(--thps-v2-muted);font-size:clamp(1rem,1.35vw,1.22rem);line-height:1.55}
body.thps-v2-commerce-cart .thps-cart-intro>a{
	display:inline-flex;
	min-height:3.15rem;
	align-items:center;
	justify-content:center;
	padding:.75rem 1.2rem;
	border:1px solid var(--thps-v2-forest);
	color:var(--thps-v2-forest)!important;
	font-weight:700;
	text-decoration:none!important;
	white-space:nowrap;
}
body.thps-v2-commerce-cart .thps-cart-intro>a:hover{background:var(--thps-v2-forest);color:#fff!important}
body.thps-v2-commerce-cart .woocommerce-cart-form{
	grid-column:1;
	width:100%!important;
	min-width:0;
	margin:0!important;
	padding:0!important;
	float:none!important;
}
body.thps-v2-commerce-cart table.shop_table{
	width:100%!important;
	margin:0!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:4px solid var(--thps-v2-orange)!important;
	border-radius:0!important;
	border-collapse:separate!important;
	border-spacing:0!important;
	background:var(--thps-v2-paper)!important;
	box-shadow:var(--thps-v2-shadow-sm)!important;
}
body.thps-v2-commerce-cart table.shop_table thead th{
	padding:1rem .9rem!important;
	border:0!important;
	background:var(--thps-v2-forest)!important;
	color:#fff!important;
	font-size:.78rem!important;
	font-weight:700!important;
	letter-spacing:.08em!important;
	text-transform:uppercase!important;
}
body.thps-v2-commerce-cart table.shop_table td{
	padding:1.15rem .9rem!important;
	border:0!important;
	border-bottom:1px solid var(--thps-v2-line)!important;
	background:var(--thps-v2-paper)!important;
	vertical-align:middle!important;
}
body.thps-v2-commerce-cart table.shop_table tr:last-child td{border-bottom:0!important}
body.thps-v2-commerce-cart td.product-thumbnail{width:10.5rem!important}
body.thps-v2-commerce-cart .product-thumbnail a{display:grid;width:9.25rem;height:8rem;place-items:center;padding:.45rem;overflow:hidden;background:#fff}
body.thps-v2-commerce-cart .product-thumbnail img{
	display:block!important;
	width:100%!important;
	height:100%!important;
	max-width:100%!important;
	max-height:100%!important;
	margin:0!important;
	border:0!important;
	background:#fff!important;
	object-fit:contain!important;
	object-position:center!important;
}
body.thps-v2-commerce-cart td.product-name{
	min-width:13rem;
	max-width:100%;
	float:none!important;
	clear:none!important;
}
body.thps-v2-commerce-cart td.product-name>a{
	display:block!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	float:none!important;
	clear:none!important;
	color:var(--thps-v2-forest)!important;
	font-family:var(--thps-v2-font-display)!important;
	font-size:clamp(1.15rem,1.6vw,1.55rem)!important;
	font-weight:700!important;
	line-height:1.17!important;
	text-decoration:none!important;
	white-space:normal!important;
	word-break:normal!important;
	overflow-wrap:anywhere!important;
}
body.thps-v2-commerce-cart td.product-name>a:hover{color:var(--thps-v2-orange)!important}
body.thps-v2-commerce-cart td.product-name .variation{
	display:grid!important;
	grid-template-columns:max-content minmax(0,1fr)!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	gap:.2rem .45rem!important;
	margin:.55rem 0 0!important;
	padding:0!important;
	float:none!important;
	clear:both!important;
	color:var(--thps-v2-muted)!important;
	font-size:.84rem!important;
}
body.thps-v2-commerce-cart td.product-name .variation dt,
body.thps-v2-commerce-cart td.product-name .variation dd{
	display:block!important;
	width:auto!important;
	max-width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
	float:none!important;
	clear:none!important;
	text-align:left!important;
	white-space:normal!important;
}
body.thps-v2-commerce-cart td.product-name .variation dd p{
	max-width:100%!important;
	margin:0!important;
	overflow-wrap:anywhere!important;
}
body.thps-v2-commerce-cart .thps-cart-item-micro{
	display:flex!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	flex-wrap:wrap!important;
	align-items:center!important;
	gap:.35rem .5rem!important;
	margin:.55rem 0 0!important;
	padding:0!important;
	float:none!important;
	clear:both!important;
	color:var(--thps-v2-muted)!important;
	font-size:.84rem!important;
}
body.thps-v2-commerce-cart .thps-cart-item-micro>*{
	display:inline-flex!important;
	width:auto!important;
	max-width:100%!important;
	min-width:0!important;
	margin:0!important;
	float:none!important;
	clear:none!important;
	white-space:normal!important;
	word-break:normal!important;
	overflow-wrap:anywhere!important;
}
body.thps-v2-commerce-cart td.product-price,
body.thps-v2-commerce-cart td.product-subtotal{
	color:var(--thps-v2-forest)!important;
	font-family:var(--thps-v2-font-display)!important;
	font-size:clamp(1.05rem,1.35vw,1.3rem)!important;
	font-weight:700!important;
	white-space:nowrap;
}
body.thps-v2-commerce-cart td.product-quantity input.qty{
	width:4.7rem!important;
	min-height:3rem!important;
	padding:.45rem!important;
	border:1px solid #c9c5b3!important;
	border-radius:0!important;
	background:#fff!important;
	text-align:center!important;
}
body.thps-v2-commerce-cart td.product-remove{width:4rem}
body.woocommerce-cart.thps-v2-commerce-cart td.product-remove>a{
	position:relative!important;
	display:grid!important;
	width:2.75rem!important;
	height:2.75rem!important;
	place-items:center!important;
	margin:auto!important;
	padding:0!important;
	border:1px solid #cfcab8!important;
	border-radius:50%!important;
	background:#fffdf7!important;
	color:transparent!important;
	font-size:0!important;
	line-height:1!important;
	text-align:center!important;
}
body.woocommerce-cart.thps-v2-commerce-cart td.product-remove>a::before,
body.woocommerce-cart.thps-v2-commerce-cart td.product-remove>a::after{
	content:""!important;
	position:absolute!important;
	top:50%!important;
	left:50%!important;
	display:block!important;
	width:1rem!important;
	height:2px!important;
	margin:0!important;
	border:0!important;
	background:var(--thps-v2-orange)!important;
	transform:translate(-50%,-50%) rotate(45deg)!important;
}
body.woocommerce-cart.thps-v2-commerce-cart td.product-remove>a::after{transform:translate(-50%,-50%) rotate(-45deg)!important}
body.woocommerce-cart.thps-v2-commerce-cart td.product-remove>a:hover{border-color:var(--thps-v2-orange)!important;background:var(--thps-v2-orange)!important;color:transparent!important}
body.woocommerce-cart.thps-v2-commerce-cart td.product-remove>a:hover::before,
body.woocommerce-cart.thps-v2-commerce-cart td.product-remove>a:hover::after{background:#fff!important}
body.thps-v2-commerce-cart td.actions{padding:1.2rem!important;background:#faf8ee!important}
body.thps-v2-commerce-cart td.actions .coupon{display:flex!important;max-width:34rem;gap:.55rem}
body.thps-v2-commerce-cart td.actions .coupon input{
	min-width:0;
	min-height:3.15rem!important;
	padding:.7rem .8rem!important;
	border:1px solid #c9c5b3!important;
	border-radius:0!important;
	background:#fff!important;
}
body.thps-v2-commerce-cart button[name="update_cart"]{margin-left:auto!important}
body.thps-v2-commerce-cart .cart-collaterals{
	grid-column:2;
	width:100%!important;
	min-width:0;
	margin:0!important;
	padding:0!important;
	float:none!important;
	align-self:start!important;
}
body.thps-v2-commerce-cart .cart_totals{
	position:sticky!important;
	top:calc(var(--thps-v2-admin-offset) + 8.5rem)!important;
	width:100%!important;
	min-height:0!important;
	margin:0!important;
	padding:clamp(1.35rem,2.2vw,2.2rem)!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:4px solid var(--thps-v2-orange)!important;
	background:var(--thps-v2-paper)!important;
	box-shadow:var(--thps-v2-shadow-sm)!important;
}
body.thps-v2-commerce-cart .cart_totals h2{
	margin:0 0 1.25rem!important;
	font-size:clamp(1.85rem,2.5vw,2.75rem)!important;
	line-height:1!important;
}
body.thps-v2-commerce-cart .cart_totals table{
	table-layout:fixed!important;
	border:0!important;
	border-top:1px solid var(--thps-v2-line)!important;
	box-shadow:none!important;
}
body.thps-v2-commerce-cart .cart_totals table th,
body.thps-v2-commerce-cart .cart_totals table td{
	padding:1rem .35rem!important;
	border:0!important;
	border-bottom:1px solid var(--thps-v2-line)!important;
	background:transparent!important;
	color:var(--thps-v2-ink)!important;
	font-size:.95rem!important;
	text-align:left!important;
	vertical-align:top!important;
}
body.thps-v2-commerce-cart .cart_totals table th{width:42%;font-weight:700!important}
body.thps-v2-commerce-cart .cart_totals .order-total th,
body.thps-v2-commerce-cart .cart_totals .order-total td{color:var(--thps-v2-orange)!important;font-family:var(--thps-v2-font-display)!important;font-size:1.35rem!important}
body.thps-v2-commerce-cart .cart_totals .order-total td strong,
body.thps-v2-commerce-cart .cart_totals .order-total td .woocommerce-Price-amount{color:var(--thps-v2-orange)!important}
body.thps-v2-commerce-cart .cart_totals .order-total td,
body.thps-v2-commerce-cart .cart_totals .order-total td strong,
body.thps-v2-commerce-cart .cart_totals .order-total td .woocommerce-Price-amount{
	max-width:100%!important;
	white-space:nowrap!important;
}
body.thps-v2-commerce-cart .cart_totals ul#shipping_method{margin:0;padding:0;list-style:none}
body.thps-v2-commerce-cart .cart_totals ul#shipping_method li{display:grid;grid-template-columns:1rem minmax(0,1fr);gap:.45rem;margin:0 0 .55rem;line-height:1.35;text-indent:0}
body.thps-v2-commerce-cart .cart_totals ul#shipping_method input{margin:.18rem 0 0;accent-color:var(--thps-v2-orange)}
body.thps-v2-commerce-cart .wc-proceed-to-checkout{padding:1rem 0 0!important}
body.thps-v2-commerce-cart .wc-proceed-to-checkout .checkout-button{
	width:100%!important;
	min-height:3.65rem!important;
	margin:0!important;
	border-color:var(--thps-v2-orange)!important;
	background:var(--thps-v2-orange)!important;
	font-size:1rem!important;
}
body.thps-v2-commerce-cart .wc-proceed-to-checkout .checkout-button:hover{border-color:var(--thps-v2-forest)!important;background:var(--thps-v2-forest)!important}
body.thps-v2-commerce-cart .thps-v2-cart-tax-note{margin:.8rem 0 0;color:var(--thps-v2-muted);font-size:.8rem;line-height:1.45}
body.thps-v2-commerce-cart .thps-cart-recommendations{
	margin-top:1rem!important;
	padding-top:clamp(2rem,4vw,4rem)!important;
	border-top:1px solid var(--thps-v2-line)!important;
}
body.thps-v2-commerce-cart .thps-cart-recommendations h2{margin:.25rem 0 .55rem!important;font-size:clamp(2rem,3vw,3.5rem)!important}
body.thps-v2-commerce-cart .thps-cart-recommendations header>p{max-width:52rem;color:var(--thps-v2-muted)}
body.thps-v2-commerce-cart .thps-cart-recommendations__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem}
body.thps-v2-commerce-cart .thps-cart-recommendation{border:1px solid var(--thps-v2-line);border-top:4px solid var(--thps-v2-orange);background:var(--thps-v2-paper);box-shadow:var(--thps-v2-shadow-sm)}
body.thps-v2-commerce-cart .thps-cart-recommendation__image{display:grid;height:13rem;place-items:center;padding:1rem;background:#fff}
body.thps-v2-commerce-cart .thps-cart-recommendation__image img{width:100%!important;height:100%!important;object-fit:contain!important}

/* Empty cart: one calm focal point and real category links. */
body.thps-v2-commerce-cart-empty #main>.woocommerce,
body.thps-v2-commerce-cart-empty .page-content>.woocommerce{padding-top:clamp(3rem,7vw,8rem)!important}
body.thps-v2-commerce-cart-empty .woocommerce>.cart-empty,
body.thps-v2-commerce-cart-empty .woocommerce>.return-to-shop{display:none!important}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-empty{
	display:grid;
	min-height:clamp(27rem,55vh,39rem);
	place-items:center;
	align-content:center;
	padding:clamp(2rem,6vw,6rem);
	border-top:5px solid var(--thps-v2-orange);
	background:var(--thps-v2-paper);
	box-shadow:var(--thps-v2-shadow-sm);
	text-align:center;
}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-empty__mark{display:grid;width:6.5rem;height:6.5rem;place-items:center;margin-bottom:1.5rem;border:1px solid var(--thps-v2-line);border-radius:50%;color:var(--thps-v2-orange);font:700 3rem/1 var(--thps-v2-font-display)}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-empty h1{margin:0!important;font-size:clamp(2.8rem,6vw,6rem)!important;line-height:.96!important}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-empty>p:not(.thps-v2-commerce-kicker){max-width:47rem;margin:1.25rem auto 0;color:var(--thps-v2-muted);font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.55}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-empty .thps-v2-commerce-actions{justify-content:center}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths{padding:clamp(3rem,6vw,6rem) 0 0}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths>header{display:grid;grid-template-columns:minmax(0,1fr) minmax(17rem,.55fr);gap:2rem;align-items:end;margin-bottom:2rem}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths h2{margin:0!important;font-size:clamp(2.2rem,4vw,4rem)!important;line-height:1!important}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths>header>p{color:var(--thps-v2-muted);font-size:1.05rem}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths a{
	display:flex;
	min-height:13.5rem;
	flex-direction:column;
	justify-content:flex-end;
	padding:1.5rem;
	border-top:4px solid var(--thps-v2-orange);
	background:linear-gradient(145deg,var(--thps-v2-green),var(--thps-v2-forest));
	color:#fff!important;
	text-decoration:none!important;
	transition:transform .2s,box-shadow .2s;
}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths a:hover{transform:translateY(-4px);box-shadow:var(--thps-v2-shadow-sm)}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths small{color:rgba(255,255,255,.72)}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths strong{margin:.45rem 0 1.5rem;color:#fff;font:700 clamp(1.55rem,2vw,2.15rem)/1.05 var(--thps-v2-font-display)}
body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths span{font-weight:700}

/* Checkout: native fields and EWB upload are presented as the approved steps. */
body.thps-v2-commerce-checkout #main>.woocommerce,
body.thps-v2-commerce-checkout .page-content>.woocommerce{padding-top:clamp(2.5rem,5vw,5.5rem)!important}
body.thps-v2-commerce-checkout .thps-v2-checkout-intro{
	max-width:70rem;
	margin:0 auto clamp(1.75rem,3vw,2.8rem);
	padding:0 0 clamp(1.5rem,3vw,2.5rem);
	border-bottom:1px solid var(--thps-v2-line);
}
body.thps-v2-commerce-checkout .thps-v2-checkout-intro h1{margin:0!important;font-size:clamp(3rem,6vw,6rem)!important;line-height:.94!important}
body.thps-v2-commerce-checkout .thps-v2-checkout-intro>p:last-child{max-width:57rem;margin:1rem 0 0;color:var(--thps-v2-muted);font-size:clamp(1rem,1.45vw,1.25rem);line-height:1.55}
body.thps-v2-commerce-checkout form.checkout{
	display:block!important;
	width:min(100%,76rem)!important;
	max-width:none!important;
	margin:0 auto!important;
	padding:0!important;
}
body.thps-v2-commerce-checkout .woocommerce-form-login,
body.thps-v2-commerce-checkout .checkout_coupon{
	width:min(100%,76rem);
	margin:0 auto 1.2rem!important;
	padding:1.25rem!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:4px solid var(--thps-v2-orange)!important;
	border-radius:0!important;
	background:var(--thps-v2-paper)!important;
}
body.thps-v2-commerce-checkout .thps-checkout-progress{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr));
	width:100%!important;
	margin:0 0 1rem!important;
	padding:0!important;
	border:1px solid var(--thps-v2-line)!important;
	background:var(--thps-v2-paper)!important;
	box-shadow:var(--thps-v2-shadow-sm);
	overflow:hidden;
	scroll-margin-top:calc(var(--thps-v2-admin-offset) + var(--thps-v2-commerce-header-height,7rem) + .5rem);
}
body.thps-v2-commerce-checkout .thps-checkout-progress--2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.thps-v2-commerce-checkout .thps-checkout-progress button{
	display:flex!important;
	min-width:0;
	min-height:5.2rem!important;
	align-items:center!important;
	gap:.75rem!important;
	padding:1rem 1.2rem!important;
	border:0!important;
	border-right:1px solid var(--thps-v2-line)!important;
	border-radius:0!important;
	background:var(--thps-v2-paper)!important;
	box-shadow:none!important;
	color:var(--thps-v2-muted)!important;
	text-align:left!important;
	transform:none!important;
}
body.thps-v2-commerce-checkout .thps-checkout-progress button:last-child{border-right:0!important}
body.thps-v2-commerce-checkout .thps-checkout-progress button>span{
	display:grid!important;
	flex:0 0 2.15rem!important;
	height:2.15rem!important;
	place-items:center!important;
	border:1px solid var(--thps-v2-line)!important;
	border-radius:50%!important;
	background:transparent!important;
	font-weight:700!important;
}
body.thps-v2-commerce-checkout .thps-checkout-progress button strong{display:block;color:inherit!important;font-size:.95rem!important;line-height:1.2}
body.thps-v2-commerce-checkout .thps-checkout-progress button small{display:block;margin-top:.2rem;color:inherit!important;font-size:.73rem!important;line-height:1.25}
body.thps-v2-commerce-checkout .thps-checkout-progress button.is-active{background:var(--thps-v2-forest)!important;color:#fff!important}
body.thps-v2-commerce-checkout .thps-checkout-progress button.is-active>span{border-color:var(--thps-v2-orange)!important;background:var(--thps-v2-orange)!important;color:#fff!important}
body.thps-v2-commerce-checkout .thps-checkout-progress button.is-complete{background:#edf1e8!important;color:var(--thps-v2-forest)!important}
body.thps-v2-commerce-checkout .thps-checkout-progress button.is-complete>span{border-color:var(--thps-v2-forest)!important;background:var(--thps-v2-forest)!important;color:#fff!important}
body.thps-v2-commerce-checkout .thps-checkout-step{
	width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:clamp(1.25rem,3.4vw,3.4rem)!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:4px solid var(--thps-v2-orange)!important;
	background:var(--thps-v2-paper)!important;
	box-shadow:var(--thps-v2-shadow-sm)!important;
}
body.thps-v2-commerce-checkout .thps-checkout-step[hidden]{display:none!important}
body.thps-v2-commerce-checkout .thps-checkout-step__intro{margin:0 0 1.8rem!important;padding:0 0 1.25rem!important;border-bottom:1px solid var(--thps-v2-line)!important}
body.thps-v2-commerce-checkout .thps-checkout-step__intro h2,
body.thps-v2-commerce-checkout .thps-checkout-section-heading h3{
	margin:0!important;
	font-size:clamp(2.25rem,4vw,4.2rem)!important;
	line-height:1!important;
}
body.thps-v2-commerce-checkout .thps-checkout-step__intro p{margin:.75rem 0 0!important;color:var(--thps-v2-muted)!important;font-size:1.03rem;line-height:1.5}
body.thps-v2-commerce-checkout .thps-checkout-step #customer_details{
	display:grid!important;
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
	gap:clamp(1.5rem,3vw,3.5rem)!important;
	width:100%!important;
}
body.thps-v2-commerce-checkout .thps-checkout-step #customer_details>.col-1,
body.thps-v2-commerce-checkout .thps-checkout-step #customer_details>.col-2{width:auto!important;min-width:0!important;padding:0!important;float:none!important}
body.thps-v2-commerce-checkout .thps-checkout-step #customer_details h3{margin:0 0 1rem!important;font-size:clamp(1.5rem,2vw,2rem)!important}
body.thps-v2-commerce-checkout .thps-checkout-info,
body.thps-v2-commerce-checkout .thps-checkout-ok,
body.thps-v2-commerce-checkout .thps-checkout-personal,
body.thps-v2-commerce-checkout .thps-checkout-later,
body.thps-v2-commerce-checkout .thps-checkout-foreign{
	margin:1.1rem 0!important;
	padding:1.15rem 1.25rem!important;
	border:1px solid var(--thps-v2-line)!important;
	border-left:4px solid var(--thps-v2-orange)!important;
	background:#f7f3e8!important;
	color:var(--thps-v2-ink)!important;
}
body.thps-v2-commerce-checkout .thps-checkout-info{display:flex!important;align-items:flex-start!important;gap:1rem!important}
body.thps-v2-commerce-checkout .thps-checkout-ok{display:flex!important;gap:1rem;border-left-color:#2c783c!important;background:#edf5e9!important}
body.thps-v2-commerce-checkout .thps-checkout-ok>span{display:grid;flex:0 0 2.2rem;height:2.2rem;place-items:center;border-radius:50%;background:#2c783c;color:#fff;font-weight:700}
body.thps-v2-commerce-checkout .thps-checkout-info strong,
body.thps-v2-commerce-checkout .thps-checkout-personal strong,
body.thps-v2-commerce-checkout .thps-checkout-foreign strong{color:var(--thps-v2-forest)!important;font-size:1.05rem}
body.thps-v2-commerce-checkout .thps-checkout-info>strong{flex:0 0 auto!important;white-space:nowrap!important}
body.thps-v2-commerce-checkout .thps-checkout-info p,
body.thps-v2-commerce-checkout .thps-checkout-ok p,
body.thps-v2-commerce-checkout .thps-checkout-personal p,
body.thps-v2-commerce-checkout .thps-checkout-later p,
body.thps-v2-commerce-checkout .thps-checkout-foreign p{margin:.3rem 0 0!important;color:var(--thps-v2-muted)!important;line-height:1.5!important}
body.thps-v2-commerce-checkout .thps-checkout-info>p{min-width:0!important;flex:1 1 auto!important}
body.thps-v2-commerce-checkout .thps-checkout-permit-options{
	display:grid!important;
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
	gap:.7rem!important;
	margin:1.15rem 0!important;
}
body.thps-v2-commerce-checkout .thps-checkout-validation-notice{
	display:block!important;
	margin:0 0 1rem!important;
	padding:.9rem 1rem!important;
	border:1px solid #d9a390!important;
	border-left:5px solid #9c3e2a!important;
	background:#fff6f3!important;
	color:#713020!important;
	font-weight:700!important;
	line-height:1.45!important;
	overflow-wrap:anywhere!important;
}
body.thps-v2-commerce-checkout .thps-checkout-validation-notice[hidden]{display:none!important}
body.thps-v2-commerce-checkout .thps-checkout-validation-notice:focus{outline:3px solid rgba(196,93,34,.3)!important;outline-offset:2px!important}
body.thps-v2-commerce-checkout .thps-checkout-permit-options.thps-checkout-validation-error{
	padding:.65rem!important;
	outline:2px solid #9c3e2a!important;
	outline-offset:2px!important;
}
body.thps-v2-commerce-checkout .thps-choice{
	display:grid!important;
	grid-template-columns:1.2rem minmax(0,1fr)!important;
	min-width:0!important;
	min-height:7.3rem!important;
	align-items:start!important;
	gap:.8rem!important;
	margin:0!important;
	padding:1.15rem!important;
	border:1px solid var(--thps-v2-line)!important;
	border-left:4px solid transparent!important;
	background:#fff!important;
	cursor:pointer;
}
body.thps-v2-commerce-checkout .thps-choice:has(input:checked){border-left-color:var(--thps-v2-orange)!important;background:var(--thps-v2-forest)!important;color:#fff!important}
body.thps-v2-commerce-checkout .thps-choice input{width:1.05rem!important;height:1.05rem!important;margin:.15rem 0 0!important;accent-color:var(--thps-v2-orange)}
body.thps-v2-commerce-checkout .thps-choice span{display:block!important;min-width:0}
body.thps-v2-commerce-checkout .thps-choice strong{display:block;color:var(--thps-v2-forest)!important;font-size:1rem;line-height:1.25}
body.thps-v2-commerce-checkout .thps-choice small{display:block;margin-top:.35rem;color:var(--thps-v2-muted)!important;line-height:1.35}
body.thps-v2-commerce-checkout .thps-choice:has(input:checked) strong{color:#fff!important}
body.thps-v2-commerce-checkout .thps-choice:has(input:checked) small{color:#dce5d8!important}
body.thps-v2-commerce-checkout .thps-checkout-existing,
body.thps-v2-commerce-checkout .thps-checkout-new{
	margin-top:.8rem!important;
	padding:1.25rem!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:3px solid var(--thps-v2-orange)!important;
	background:#f7f3e8!important;
	scroll-margin-top:calc(var(--thps-v2-admin-offset, 0px) + 176px)!important;
}
body.thps-v2-commerce-checkout .thps-checkout-new__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important}
body.thps-v2-commerce-checkout .thps-field{display:flex!important;min-width:0!important;flex-direction:column!important;gap:.42rem!important;margin:0!important;color:var(--thps-v2-forest)!important;font-weight:700!important}
body.thps-v2-commerce-checkout .thps-field em{color:var(--thps-v2-orange);font-style:normal}
body.thps-v2-commerce-checkout .thps-field input,
body.thps-v2-commerce-checkout .thps-field select{
	width:100%!important;
	min-width:0!important;
	min-height:3.2rem!important;
	padding:.7rem .8rem!important;
	border:1px solid #c9c5b3!important;
	border-radius:0!important;
	background:#fff!important;
	box-shadow:none!important;
}
body.thps-v2-commerce-checkout .thps-checkout-documents{
	margin-top:1rem!important;
	padding:clamp(1rem,2vw,1.6rem)!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:4px solid var(--thps-v2-orange)!important;
	background:#f7f3e8!important;
}
body.thps-v2-commerce-checkout .thps-checkout-documents__head{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(16rem,.6fr)!important;gap:1.5rem!important;align-items:end!important;margin-bottom:1rem!important}
body.thps-v2-commerce-checkout .thps-checkout-documents__head h4{margin:.15rem 0 0!important;color:var(--thps-v2-forest)!important;font:700 clamp(1.45rem,2.2vw,2rem)/1.1 var(--thps-v2-font-display)!important}
body.thps-v2-commerce-checkout .thps-checkout-documents__head p{margin:0!important;color:var(--thps-v2-muted)!important;font-size:.85rem!important;line-height:1.4!important;text-align:right!important}
body.thps-v2-commerce-checkout .thps-document-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.7rem!important}
body.thps-v2-commerce-checkout .thps-document-card{
	display:grid!important;
	grid-template-columns:2.8rem minmax(0,1fr) auto!important;
	gap:.75rem!important;
	align-items:center!important;
	min-width:0!important;
	min-height:8.5rem!important;
	padding:1rem!important;
	border:1px dashed var(--thps-v2-orange)!important;
	background:#fff!important;
}
body.thps-v2-commerce-checkout .thps-document-card[hidden]{display:none!important}
body.thps-v2-commerce-checkout .thps-document-card.is-uploaded{border-style:solid!important;border-color:#2c783c!important;background:#edf5e9!important}
body.thps-v2-commerce-checkout .thps-document-card__icon{display:grid!important;width:2.65rem!important;height:2.65rem!important;place-items:center!important;border-radius:50%!important;background:var(--thps-v2-orange)!important;color:#fff!important}
body.thps-v2-commerce-checkout .thps-document-card__icon svg{display:block!important;width:1.35rem!important;height:1.35rem!important;overflow:visible!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body.thps-v2-commerce-checkout .thps-document-card.is-uploaded .thps-document-card__icon{background:#2c783c!important}
body.thps-v2-commerce-checkout .thps-document-card__text{min-width:0!important}
body.thps-v2-commerce-checkout .thps-document-card__text strong{display:block;color:var(--thps-v2-forest)!important;line-height:1.25}
body.thps-v2-commerce-checkout .thps-document-card__text small{display:block;margin-top:.3rem;color:var(--thps-v2-muted)!important;overflow-wrap:anywhere}
body.thps-v2-commerce-checkout .thps-document-select{position:relative;display:inline-flex!important;min-height:2.75rem;align-items:center!important;justify-content:center!important;gap:.45rem!important;padding:.55rem .8rem!important;border:1px solid var(--thps-v2-forest)!important;background:var(--thps-v2-forest)!important;color:#fff!important;cursor:pointer!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap!important}
body.thps-v2-commerce-checkout .thps-document-select:hover{border-color:var(--thps-v2-orange)!important;background:var(--thps-v2-orange)!important;color:#fff!important}
body.thps-v2-commerce-checkout .thps-document-select:focus-within{outline:3px solid rgba(196,93,34,.32)!important;outline-offset:2px!important}
body.thps-v2-commerce-checkout .thps-document-select svg{display:block!important;flex:0 0 1.15rem!important;width:1.15rem!important;height:1.15rem!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body.thps-v2-commerce-checkout .thps-document-select input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;opacity:0!important}
body.thps-v2-commerce-checkout .thps-document-remove{grid-column:2/-1;justify-self:end;padding:.35rem .5rem;border:0;background:transparent;color:#8a3a24;text-decoration:underline;cursor:pointer}
body.thps-v2-commerce-checkout .thps-document-note,
body.thps-v2-commerce-checkout .thps-sensitive-consent{
	margin-top:.8rem!important;
	padding:1rem!important;
	border:1px solid var(--thps-v2-line)!important;
	border-left:4px solid var(--thps-v2-forest)!important;
	background:#fff!important;
	color:var(--thps-v2-ink)!important;
	line-height:1.45!important;
}
body.thps-v2-commerce-checkout .thps-sensitive-consent{display:grid!important;grid-template-columns:1.15rem minmax(0,1fr)!important;gap:.75rem!important}
body.thps-v2-commerce-checkout .thps-sensitive-consent input{width:1.1rem!important;height:1.1rem!important;margin:.2rem 0 0!important;accent-color:var(--thps-v2-orange)}
body.thps-v2-commerce-checkout .thps-checkout-actions{display:flex!important;justify-content:space-between!important;gap:.7rem!important;margin:1.5rem 0 0!important;padding:1.2rem 0 0!important;border-top:1px solid var(--thps-v2-line)!important}
body.thps-v2-commerce-checkout .thps-checkout-next,
body.thps-v2-commerce-checkout .thps-checkout-back{
	width:auto!important;
	max-width:100%!important;
	min-height:3.2rem!important;
	height:auto!important;
	padding:.75rem 1.2rem!important;
	border:1px solid var(--thps-v2-forest)!important;
	border-radius:0!important;
	font-weight:700!important;
	line-height:1.25!important;
	white-space:normal!important;
	word-break:normal!important;
	overflow:visible!important;
	overflow-wrap:anywhere!important;
	cursor:pointer;
}
body.thps-v2-commerce-checkout .thps-checkout-next{margin-left:auto!important;background:var(--thps-v2-forest)!important;color:#fff!important}
body.thps-v2-commerce-checkout .thps-checkout-back{background:#fff!important;color:var(--thps-v2-forest)!important}
body.thps-v2-commerce-checkout .thps-checkout-next:hover{border-color:var(--thps-v2-orange)!important;background:var(--thps-v2-orange)!important}
body.thps-v2-commerce-checkout .thps-checkout-step #order_review{width:100%!important}
body.thps-v2-commerce-checkout .thps-checkout-step #order_review_heading{display:none!important}
body.thps-v2-commerce-checkout .thps-checkout-step .shop_table{
	display:block!important;
	width:100%!important;
	margin:0!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:4px solid var(--thps-v2-orange)!important;
	border-radius:0!important;
	border-collapse:collapse!important;
	background:#fff!important;
	box-shadow:none!important;
}
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table>thead,
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table>tbody,
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table>tfoot{
	display:block!important;
	width:100%!important;
	min-width:0!important;
}
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table>thead>tr,
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table>tbody>tr{
	display:grid!important;
	grid-template-columns:minmax(0,1fr) 10rem!important;
	width:100%!important;
	min-width:0!important;
}
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table>thead>tr>th,
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table>tbody>tr>td{
	display:block!important;
	width:auto!important;
	min-width:0!important;
	max-width:none!important;
	box-sizing:border-box!important;
}
body.thps-v2-commerce-checkout .thps-checkout-step .shop_table th,
body.thps-v2-commerce-checkout .thps-checkout-step .shop_table td{padding:1rem!important;border-color:var(--thps-v2-line)!important;background:#fff!important;color:var(--thps-v2-ink)!important}
body.thps-v2-commerce-checkout .thps-checkout-step .shop_table td.product-name{min-width:0!important}
body.thps-v2-commerce-checkout .thps-v2-review-product{
	display:grid!important;
	grid-template-columns:5rem minmax(0,1fr)!important;
	gap:.8rem!important;
	align-items:center!important;
	min-width:0!important;
}
body.thps-v2-commerce-checkout .thps-v2-review-product__media{
	display:grid!important;
	width:5rem!important;
	height:4.5rem!important;
	place-items:center!important;
	padding:.3rem!important;
	overflow:hidden!important;
	background:#fff!important;
}
body.thps-v2-commerce-checkout .thps-v2-review-product__image{
	display:block!important;
	width:100%!important;
	height:100%!important;
	max-width:100%!important;
	max-height:100%!important;
	margin:0!important;
	object-fit:contain!important;
	object-position:center!important;
}
body.thps-v2-commerce-checkout .thps-v2-review-product__copy{display:block!important;min-width:0!important;overflow-wrap:anywhere!important}
body.thps-v2-commerce-checkout .thps-v2-review-product--no-image{grid-template-columns:minmax(0,1fr)!important}
body.thps-v2-commerce-checkout .thps-v2-checkout-quantity-replaced{display:none!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity{
	display:flex!important;
	min-width:0!important;
	flex-wrap:wrap!important;
	align-items:center!important;
	gap:.45rem .6rem!important;
	margin-top:.75rem!important;
	padding-top:.7rem!important;
	border-top:1px solid var(--thps-v2-line)!important;
}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__label{flex:1 0 100%!important;margin:0!important;color:var(--thps-v2-muted)!important;font-size:.78rem!important;font-weight:700!important;line-height:1.25!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper{display:inline-grid!important;grid-template-columns:2.75rem minmax(3.4rem,4.5rem) 2.75rem!important;align-items:stretch!important;border:1px solid var(--thps-v2-forest)!important;background:#fff!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper button,
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper input{width:100%!important;min-width:0!important;min-height:2.75rem!important;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;color:var(--thps-v2-forest)!important;box-shadow:none!important;font:700 .95rem/1 var(--thps-v2-font-body)!important;text-align:center!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper button{display:grid!important;place-items:center!important;padding:0!important;cursor:pointer!important;font-size:1.2rem!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper button:first-child{border-right:1px solid var(--thps-v2-line)!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper button:last-child{border-left:1px solid var(--thps-v2-line)!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper button:hover{background:var(--thps-v2-forest)!important;color:#fff!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper input{-moz-appearance:textfield!important;appearance:textfield!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper input::-webkit-outer-spin-button,
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper input::-webkit-inner-spin-button{margin:0!important;-webkit-appearance:none!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__apply{min-height:2.75rem!important;margin:0!important;padding:.55rem .8rem!important;border:1px solid var(--thps-v2-forest)!important;border-radius:0!important;background:var(--thps-v2-forest)!important;color:#fff!important;font:700 .8rem/1.2 var(--thps-v2-font-body)!important;cursor:pointer!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__apply:hover{border-color:var(--thps-v2-orange)!important;background:var(--thps-v2-orange)!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__status{display:block!important;flex:1 0 100%!important;min-height:1em!important;color:#2c783c!important;font-size:.75rem!important;line-height:1.35!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__status:empty{display:none!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__status.is-error{color:#8a3a24!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity.is-updating{opacity:.7!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity :disabled{cursor:wait!important}
body.thps-v2-commerce-checkout .thps-checkout-step .shop_table td.product-total{
	width:10rem!important;
	color:var(--thps-v2-orange)!important;
	font-family:var(--thps-v2-font-display)!important;
	font-weight:700!important;
	white-space:nowrap!important;
}
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table tfoot{display:block!important;width:100%!important;min-width:0!important}
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table tfoot>tr{
	display:grid!important;
	grid-template-columns:minmax(10rem,.32fr) minmax(0,1fr)!important;
	width:100%!important;
	min-width:0!important;
	box-sizing:border-box!important;
}
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table tfoot>tr>th,
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table tfoot>tr>td{display:block!important;width:auto!important;min-width:0!important;max-width:none!important;box-sizing:border-box!important;text-align:left!important}
body.thps-v2-commerce-checkout .thps-checkout-step .woocommerce-checkout-review-order-table tfoot>tr:not(.woocommerce-shipping-totals):not(.thps-shipping-split-row)>td{text-align:right!important}
body.thps-v2-commerce-checkout .thps-checkout-step .thps-shipping-split li{grid-template-columns:minmax(0,1fr) auto!important;gap:.7rem!important;align-items:start!important}
body.thps-v2-commerce-checkout .thps-checkout-step .thps-shipping-split strong,
body.thps-v2-commerce-checkout .thps-checkout-step .thps-shipping-split small{word-break:normal!important;overflow-wrap:break-word!important;hyphens:none!important}
body.thps-v2-commerce-checkout .thps-checkout-step .thps-shipping-split li>span:last-child{white-space:nowrap!important}
body.thps-v2-commerce-checkout .thps-checkout-step .shop_table .order-total th,
body.thps-v2-commerce-checkout .thps-checkout-step .shop_table .order-total td{color:var(--thps-v2-forest)!important;font-family:var(--thps-v2-font-display)!important;font-size:1.25rem!important}
body.thps-v2-commerce-checkout #payment{
	margin-top:1rem!important;
	padding:clamp(1rem,2vw,1.5rem)!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:4px solid var(--thps-v2-orange)!important;
	border-radius:0!important;
	background:#f7f3e8!important;
}
body.thps-v2-commerce-checkout #payment ul.payment_methods{margin:0!important;padding:0!important;border:0!important;background:transparent!important}
body.thps-v2-commerce-checkout #payment ul.payment_methods li{
	margin:.55rem 0!important;
	padding:1rem!important;
	border:1px solid var(--thps-v2-line)!important;
	border-left:4px solid var(--thps-v2-orange)!important;
	background:#fff!important;
	color:var(--thps-v2-ink)!important;
}
body.thps-v2-commerce-checkout #payment ul.payment_methods input{accent-color:var(--thps-v2-orange)}
body.thps-v2-commerce-checkout #payment .payment_box{
	margin:.8rem 0 0!important;
	padding:.9rem 1rem!important;
	background:#edf1e8!important;
	color:var(--thps-v2-ink)!important;
	line-height:1.45!important;
}
body.thps-v2-commerce-checkout #payment .payment_box::before{border-bottom-color:#edf1e8!important}
body.thps-v2-commerce-checkout .thps-prepayment-notice{
	position:relative!important;
	margin:0 0 1rem!important;
	min-height:7.2rem!important;
	padding:1.35rem 1.35rem 1.35rem 5rem!important;
	border:1px solid var(--thps-v2-line)!important;
	border-left:5px solid #2c783c!important;
	background:#edf5e9!important;
	color:var(--thps-v2-ink)!important;
}
body.thps-v2-commerce-checkout .thps-prepayment-notice::before{
	content:"✓"!important;
	position:absolute!important;
	top:1.4rem!important;
	left:1.35rem!important;
	display:grid!important;
	width:2.45rem!important;
	height:2.45rem!important;
	place-items:center!important;
	margin:0!important;
	border-radius:50%!important;
	background:#2c783c!important;
	color:#fff!important;
	font:700 1.15rem/1 Arial,sans-serif!important;
}
body.thps-v2-commerce-checkout .thps-prepayment-notice>span{display:block!important;margin:0 0 .35rem!important;color:#2c783c!important}
body.thps-v2-commerce-checkout .thps-prepayment-notice h3{margin:.25rem 0 .55rem!important;color:var(--thps-v2-forest)!important;font:700 1.55rem/1.1 var(--thps-v2-font-display)!important}
body.thps-v2-commerce-checkout .thps-prepayment-notice p{margin:.35rem 0 .7rem!important;line-height:1.5!important}
body.thps-v2-commerce-checkout .thps-prepayment-notice ul{margin:.4rem 0 0!important;padding-left:1.2rem!important}
body.thps-v2-commerce-checkout .thps-prepayment-notice li{margin:.25rem 0!important;line-height:1.4!important}
body.thps-v2-commerce-checkout #place_order{
	width:100%!important;
	min-height:3.75rem!important;
	border-color:var(--thps-v2-orange)!important;
	background:var(--thps-v2-orange)!important;
	font-size:1rem!important;
}
body.thps-v2-commerce-checkout #place_order:hover{border-color:var(--thps-v2-forest)!important;background:var(--thps-v2-forest)!important}
body.thps-v2-commerce-checkout .woocommerce-terms-and-conditions-wrapper{
	margin-top:1.2rem!important;
	padding:1.2rem 1.25rem!important;
	border:2px solid var(--thps-v2-forest)!important;
	border-left:6px solid var(--thps-v2-orange)!important;
	background:#fffdf7!important;
	box-shadow:0 8px 22px rgba(32,53,26,.06)!important;
	scroll-margin-top:calc(var(--thps-v2-admin-offset) + var(--thps-v2-commerce-header-height,7rem) + 1rem)!important;
	transition:border-color .2s,background-color .2s,box-shadow .2s!important;
}
body.thps-v2-commerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row{margin:0!important}
body.thps-v2-commerce-checkout .woocommerce-terms-and-conditions-wrapper label{
	display:grid!important;
	grid-template-columns:1.35rem minmax(0,1fr)!important;
	gap:.75rem!important;
	align-items:start!important;
	margin:0!important;
	color:var(--thps-v2-forest)!important;
	font-weight:700!important;
	line-height:1.5!important;
	cursor:pointer!important;
}
body.thps-v2-commerce-checkout .woocommerce-terms-and-conditions-wrapper input[type="checkbox"]{
	width:1.25rem!important;
	height:1.25rem!important;
	margin:.1rem 0 0!important;
	accent-color:var(--thps-v2-forest)!important;
}
body.thps-v2-commerce-checkout .woocommerce-terms-and-conditions-wrapper a{color:var(--thps-v2-orange-dark)!important;font-weight:700!important;text-decoration:underline!important;text-underline-offset:.18rem!important}
body.thps-v2-commerce-checkout .woocommerce-terms-and-conditions-wrapper.thps-checkout-attention{
	border-color:var(--thps-v2-orange)!important;
	background:#fff2e7!important;
	box-shadow:0 0 0 4px rgba(196,93,34,.14),0 10px 25px rgba(32,53,26,.08)!important;
}
body.thps-v2-commerce-checkout .woocommerce-terms-and-conditions-wrapper.thps-checkout-attention::before{
	content:"Bitte bestätigen Sie die AGB und Widerrufsbestimmungen."!important;
	display:block!important;
	margin:0 0 .7rem!important;
	color:#93401d!important;
	font-weight:700!important;
	line-height:1.35!important;
}
body.thps-v2-commerce-checkout .woocommerce-error{
	position:relative!important;
	width:min(100%,76rem)!important;
	margin:0 auto 1rem!important;
	padding:1rem 1.1rem 1rem 3.75rem!important;
	border:1px solid var(--thps-v2-line)!important;
	border-left:5px solid var(--thps-v2-orange)!important;
	background:var(--thps-v2-paper)!important;
	box-shadow:var(--thps-v2-shadow-sm)!important;
	color:var(--thps-v2-forest)!important;
	overflow:hidden!important;
}
body.thps-v2-commerce-checkout .woocommerce-error::before{left:1.2rem!important;top:1rem!important;color:var(--thps-v2-orange)!important}
body.thps-v2-commerce-checkout .woocommerce-error li{max-width:100%!important;margin:0!important;padding:0!important;line-height:1.45!important;overflow-wrap:anywhere!important}

/* Native order confirmation, retry-payment and error states. */
body.thps-v2-commerce-order-received #main>.woocommerce,
body.thps-v2-commerce-order-received .page-content>.woocommerce,
body.thps-v2-commerce-order-pay #main>.woocommerce,
body.thps-v2-commerce-order-pay .page-content>.woocommerce{padding-top:clamp(2.5rem,5vw,5.5rem)!important}
body.thps-v2-commerce-order-received .woocommerce-order,
body.thps-v2-commerce-order-pay form#order_review{
	width:min(100%,76rem)!important;
	max-width:none!important;
	margin:0 auto!important;
	font-family:var(--thps-v2-font-body)!important;
}
body.thps-v2-commerce-order-received .woocommerce-thankyou-order-received,
body.thps-v2-commerce-order-received .woocommerce-notice--success{
	position:relative;
	margin:0 0 1.4rem!important;
	padding:clamp(1.7rem,4vw,3.2rem) clamp(1.3rem,4vw,3.4rem) clamp(1.7rem,4vw,3.2rem) clamp(4.4rem,7vw,6.4rem)!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:5px solid var(--thps-v2-orange)!important;
	background:linear-gradient(135deg,var(--thps-v2-forest),var(--thps-v2-green))!important;
	box-shadow:var(--thps-v2-shadow-sm)!important;
	color:#fff!important;
	font:700 clamp(1.4rem,3vw,2.5rem)/1.12 var(--thps-v2-font-display)!important;
}
body.thps-v2-commerce-order-received .woocommerce-thankyou-order-received::before,
body.thps-v2-commerce-order-received .woocommerce-notice--success::before{
	content:"✓";
	position:absolute;
	left:clamp(1.25rem,3vw,2.2rem);
	top:50%;
	display:grid;
	width:2.4rem;
	height:2.4rem;
	place-items:center;
	border:2px solid var(--thps-v2-orange);
	border-radius:50%;
	color:#fff;
	font:700 1.15rem/1 var(--thps-v2-font-body);
	transform:translateY(-50%);
}
body.thps-v2-commerce-order-received ul.woocommerce-order-overview{
	display:grid!important;
	grid-template-columns:repeat(4,minmax(0,1fr))!important;
	gap:0!important;
	width:100%!important;
	margin:0 0 1.4rem!important;
	padding:0!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:4px solid var(--thps-v2-orange)!important;
	background:var(--thps-v2-paper)!important;
	box-shadow:var(--thps-v2-shadow-sm)!important;
}
body.thps-v2-commerce-order-received ul.woocommerce-order-overview li{
	display:block!important;
	width:auto!important;
	min-width:0!important;
	margin:0!important;
	padding:1.2rem!important;
	border:0!important;
	border-right:1px solid var(--thps-v2-line)!important;
	float:none!important;
	color:var(--thps-v2-muted)!important;
	font-size:.76rem!important;
	line-height:1.35!important;
	text-transform:uppercase!important;
	overflow-wrap:anywhere!important;
}
body.thps-v2-commerce-order-received ul.woocommerce-order-overview li:last-child{border-right:0!important}
body.thps-v2-commerce-order-received ul.woocommerce-order-overview li strong{
	display:block!important;
	margin-top:.45rem!important;
	color:var(--thps-v2-forest)!important;
	font:700 1.05rem/1.25 var(--thps-v2-font-display)!important;
	text-transform:none!important;
	overflow-wrap:anywhere!important;
}
body.thps-v2-commerce-order-received .woocommerce-order-details,
body.thps-v2-commerce-order-received .woocommerce-customer-details{
	margin:0 0 1.4rem!important;
	padding:clamp(1.2rem,3vw,2.3rem)!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:4px solid var(--thps-v2-orange)!important;
	background:var(--thps-v2-paper)!important;
	box-shadow:var(--thps-v2-shadow-sm)!important;
}
body.thps-v2-commerce-order-received .woocommerce-order-details h2,
body.thps-v2-commerce-order-received .woocommerce-customer-details h2{margin:0 0 1rem!important;font-size:clamp(1.75rem,3vw,2.65rem)!important;line-height:1!important}
body.thps-v2-commerce-order-received table.woocommerce-table,
body.thps-v2-commerce-order-pay table.shop_table{
	width:100%!important;
	table-layout:fixed!important;
	margin:0!important;
	border:1px solid var(--thps-v2-line)!important;
	border-collapse:collapse!important;
	background:#fff!important;
}
body.thps-v2-commerce-order-received table.woocommerce-table th,
body.thps-v2-commerce-order-received table.woocommerce-table td,
body.thps-v2-commerce-order-pay table.shop_table th,
body.thps-v2-commerce-order-pay table.shop_table td{
	padding:.9rem!important;
	border:1px solid var(--thps-v2-line)!important;
	background:#fff!important;
	color:var(--thps-v2-ink)!important;
	overflow-wrap:anywhere!important;
}
body.thps-v2-commerce-order-received .woocommerce-customer-details address{
	margin:0!important;
	padding:1rem!important;
	border:1px solid var(--thps-v2-line)!important;
	border-radius:0!important;
	background:#fff!important;
	color:var(--thps-v2-ink)!important;
	font-style:normal!important;
	line-height:1.65!important;
}
body.thps-v2-commerce-order-received .thps-v2-order-home{
	display:flex!important;
	justify-content:center!important;
	width:100%!important;
	margin:1.6rem 0 0!important;
}
body.thps-v2-commerce-order-received .thps-v2-order-home .button{
	width:min(100%,31rem)!important;
	min-height:3.65rem!important;
	border-color:var(--thps-v2-orange)!important;
	background:var(--thps-v2-orange)!important;
	text-align:center!important;
	white-space:normal!important;
}
body.thps-v2-commerce-order-received .thps-v2-order-home .button:hover{border-color:var(--thps-v2-forest)!important;background:var(--thps-v2-forest)!important}
body.thps-v2-commerce-order-pay form#order_review{
	padding:clamp(1.2rem,3vw,2.4rem)!important;
	border:1px solid var(--thps-v2-line)!important;
	border-top:5px solid var(--thps-v2-orange)!important;
	background:var(--thps-v2-paper)!important;
	box-shadow:var(--thps-v2-shadow-sm)!important;
}
body.thps-v2-commerce-order-pay form#order_review::before{
	display:block;
	margin:0 0 1.2rem;
	padding:0 0 1rem;
	border-bottom:1px solid var(--thps-v2-line);
	content:"Zahlung sicher abschließen";
	color:var(--thps-v2-forest);
	font:700 clamp(2rem,4vw,3.4rem)/1 var(--thps-v2-font-display);
}
body.thps-v2-commerce-order-pay #payment{margin-top:1.2rem!important}
body.thps-v2-commerce-order-pay #place_order{width:100%!important;min-height:3.65rem!important;border-color:var(--thps-v2-orange)!important;background:var(--thps-v2-orange)!important;white-space:normal!important}
body.thps-v2-commerce-checkout .woocommerce-NoticeGroup,
body.thps-v2-commerce-checkout .woocommerce-notice--error,
body.thps-v2-commerce-checkout .woocommerce-thankyou-order-failed,
body.thps-v2-commerce-checkout .woocommerce-thankyou-order-failed-actions{width:min(100%,76rem)!important;margin:0 auto 1rem!important}
body.thps-v2-commerce-checkout .woocommerce-notice--error,
body.thps-v2-commerce-checkout .woocommerce-thankyou-order-failed{
	padding:1rem 1.1rem!important;
	border:1px solid #d9a99b!important;
	border-left:5px solid #9c3e2a!important;
	background:#fff6f3!important;
	color:#6f2819!important;
	font-weight:700!important;
	line-height:1.5!important;
}
body.thps-v2-commerce-checkout .woocommerce-thankyou-order-failed-actions{display:flex!important;flex-wrap:wrap!important;gap:.7rem!important;padding:1rem!important;border:1px solid var(--thps-v2-line)!important;background:var(--thps-v2-paper)!important}
body.thps-v2-commerce-checkout .form-row.woocommerce-invalid input.input-text,
body.thps-v2-commerce-checkout .form-row.woocommerce-invalid select,
body.thps-v2-commerce-checkout .form-row.woocommerce-invalid .select2-selection{border-color:#9c3e2a!important;box-shadow:0 0 0 2px rgba(156,62,42,.12)!important}

/* V2 side cart: WooCommerce mini-cart markup and fragments remain canonical. */
body.thps-v2-sidecart-enabled.thps-v2-sidecart-open{overflow:hidden!important}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__backdrop{
	position:fixed;
	inset:0;
	z-index:1000005;
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	appearance:none!important;
	border:0!important;
	border-radius:0!important;
	background-color:rgba(8,10,9,.64)!important;
	background-image:none!important;
	box-shadow:none!important;
	color:transparent!important;
	cursor:pointer;
	filter:none!important;
	opacity:0;
	transform:none!important;
	visibility:hidden;
	transition:opacity .2s ease,visibility .2s ease;
}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__backdrop:hover,
body.thps-v2-sidecart-enabled .thps-v2-sidecart__backdrop:active,
body.thps-v2-sidecart-enabled .thps-v2-sidecart__backdrop:focus{
	border:0!important;
	background-color:rgba(8,10,9,.64)!important;
	background-image:none!important;
	box-shadow:none!important;
	color:transparent!important;
	filter:none!important;
	transform:none!important;
}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__backdrop:focus-visible{outline:3px solid rgba(255,255,255,.9)!important;outline-offset:-3px!important}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__backdrop[hidden]{display:none!important}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__backdrop.is-open{opacity:1;visibility:visible}
body.thps-v2-sidecart-enabled .thps-v2-sidecart{
	position:fixed;
	top:var(--thps-v2-admin-offset);
	right:0;
	z-index:1000006;
	display:flex;
	width:min(30rem,100vw);
	height:calc(100dvh - var(--thps-v2-admin-offset));
	max-width:100vw;
	flex-direction:column;
	background:var(--thps-v2-paper);
	box-shadow:-18px 0 55px rgba(12,24,10,.24);
	color:var(--thps-v2-ink);
	font-family:var(--thps-v2-font-body);
	transform:translateX(105%);
	visibility:hidden;
	transition:transform .24s ease,visibility .24s ease;
}
body.thps-v2-sidecart-enabled .thps-v2-sidecart.is-open{transform:translateX(0);visibility:visible}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__header{
	display:flex;
	min-height:6.5rem;
	align-items:center;
	justify-content:space-between;
	gap:1rem;
	padding:1.25rem 1.4rem;
	border-bottom:1px solid var(--thps-v2-line);
	border-top:5px solid var(--thps-v2-orange);
	background:var(--thps-v2-forest);
	color:#fff;
}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__header span{display:block;margin-bottom:.25rem;color:#efae82;font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__header h2{margin:0;color:#fff;font:700 2.2rem/1 var(--thps-v2-font-display)}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__close{display:grid;width:2.65rem;height:2.65rem;flex:0 0 2.65rem;place-items:center;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:transparent;color:#fff;font-size:1.65rem;line-height:1;cursor:pointer}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__content{display:flex;min-height:0;flex:1;flex-direction:column;overflow:auto;overscroll-behavior:contain}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart{margin:0!important;padding:.5rem 1.2rem!important;list-style:none!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart-item{
	position:relative!important;
	min-height:7.2rem!important;
	margin:0!important;
	padding:1rem 3.15rem 1rem 0!important;
	border:0!important;
	border-bottom:1px solid var(--thps-v2-line)!important;
	background:transparent!important;
}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart-item>a:not(.remove){display:grid!important;grid-template-columns:5rem minmax(0,1fr)!important;gap:.85rem!important;align-items:center!important;color:var(--thps-v2-forest)!important;font-family:var(--thps-v2-font-display)!important;font-size:1.05rem!important;font-weight:700!important;line-height:1.2!important;text-decoration:none!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart-item img{grid-column:1!important;width:5rem!important;height:5rem!important;margin:0!important;padding:.25rem!important;background:#fff!important;object-fit:contain!important;float:none!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart-item .quantity{display:block!important;margin:.45rem 0 0 5.85rem!important;color:var(--thps-v2-muted)!important;font-size:.9rem!important}
/* JetBlocks injects widget-scoped controls into native mini-cart markup too.
   Suppress only the duplicate in our replacement; retain its static prices. */
body.thps-v2-sidecart-enabled .thps-v2-sidecart .thps-v2-sidecart-quantity-native .jet-blocks-cart-quantity-controls{display:none!important}
body.thps-v2-sidecart-enabled .thps-v2-sidecart .thps-v2-sidecart-quantity-native .jet-blocks-cart-quantity-static{display:contents!important}
body.thps-v2-sidecart-enabled .thps-v2-sidecart .thps-v2-checkout-quantity{margin:.65rem 0 0 5.85rem!important;padding:0!important;border:0!important;box-sizing:border-box!important}
body.thps-v2-sidecart-enabled .thps-v2-sidecart .thps-v2-checkout-quantity__label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
body.thps-v2-sidecart-enabled .thps-v2-sidecart .thps-v2-checkout-quantity__apply{display:none!important}
body.thps-v2-sidecart-enabled .thps-v2-sidecart .thps-v2-checkout-quantity__stepper{flex:none!important;grid-template-columns:2.75rem 3.4rem 2.75rem!important;box-sizing:border-box!important}
body.thps-v2-sidecart-enabled .thps-v2-sidecart [data-thps-quantity-feedback]{flex:none;margin:0;padding:.8rem 1.2rem;border-top:1px solid var(--thps-v2-line);font-size:.85rem;line-height:1.4}
body.thps-v2-sidecart-enabled .thps-v2-sidecart [data-thps-quantity-feedback].is-error{color:#8a3a24}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper :is(button,input){box-sizing:border-box!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper input{padding:.3rem!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity__stepper svg{display:block!important;width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity :focus-visible{outline:3px solid var(--thps-v2-orange)!important;outline-offset:2px!important;position:relative!important;z-index:1!important}
body:is(.thps-v2-commerce-checkout,.thps-v2-sidecart-enabled) .thps-v2-checkout-quantity button:disabled{opacity:.45!important;cursor:not-allowed!important}
@media(max-width:400px){
	body.thps-v2-sidecart-enabled .thps-v2-sidecart .thps-v2-checkout-quantity{margin-left:0!important}
}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart-item .remove{
	position:absolute!important;
	top:.9rem!important;
	right:0!important;
	display:grid!important;
	width:2.75rem!important;
	height:2.75rem!important;
	place-items:center!important;
	margin:0!important;
	padding:0!important;
	border:1px solid #cfcab8!important;
	border-radius:50%!important;
	background:#fffdf7!important;
	color:transparent!important;
	font-size:0!important;
	line-height:1!important;
}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart-item .remove::before,
body.thps-v2-sidecart-enabled .woocommerce-mini-cart-item .remove::after{
	content:""!important;
	position:absolute!important;
	top:50%!important;
	left:50%!important;
	width:.8rem!important;
	height:2px!important;
	background:var(--thps-v2-orange)!important;
	transform:translate(-50%,-50%) rotate(45deg)!important;
}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart-item .remove::after{transform:translate(-50%,-50%) rotate(-45deg)!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart-item .remove:hover{border-color:var(--thps-v2-orange)!important;background:var(--thps-v2-orange)!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart-item .remove:hover::before,
body.thps-v2-sidecart-enabled .woocommerce-mini-cart-item .remove:hover::after{background:#fff!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart__total{display:flex!important;justify-content:space-between!important;gap:1rem!important;margin:auto 0 0!important;padding:1.2rem 1.4rem!important;border-top:1px solid var(--thps-v2-line)!important;background:#f5f1e5!important;color:var(--thps-v2-forest)!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart__total strong{font-family:var(--thps-v2-font-display)!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart__total .woocommerce-Price-amount{white-space:nowrap!important}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__price-notices{
	display:grid!important;
	gap:.25rem!important;
	margin:0!important;
	padding:0 1.4rem 1rem!important;
	border:0!important;
	background:#f5f1e5!important;
	color:var(--thps-v2-muted)!important;
	font-size:.78rem!important;
	line-height:1.45!important;
	text-align:left!important;
}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__price-notices .wc-gzd-total-mini-cart,
body.thps-v2-sidecart-enabled .thps-v2-sidecart__price-notices .wgm-info,
body.thps-v2-sidecart-enabled .thps-v2-sidecart__price-notices .woocommerce-mini-cart__tax,
body.thps-v2-sidecart-enabled .thps-v2-sidecart__price-notices .woocommerce-mini-cart__shipping{
	display:block!important;
	width:100%!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	color:inherit!important;
	font:inherit!important;
	text-align:left!important;
}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__price-notices a{color:var(--thps-v2-forest)!important;font-weight:700!important;text-decoration:underline!important;text-decoration-color:rgba(196,93,34,.7)!important;text-underline-offset:.15rem!important}
/* Progressive fallback before fragment JavaScript groups Germanized, German
 * Market or native mini-cart notices. */
body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wc-gzd-total-mini-cart.total-cart-tax,
body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wc-gzd-total-mini-cart.shipping-costs-cart-info,
body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wc-gzd-total-mini-cart.differential-taxation-notice,
body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wgm-info.woocommerce-de_price_taxrate,
body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wgm-info.woocommerce_de_versandkosten{
	display:block!important;
	width:100%!important;
	margin:0!important;
	padding:.15rem 1.4rem!important;
	background:#f5f1e5!important;
	color:var(--thps-v2-muted)!important;
	font-size:.78rem!important;
	line-height:1.45!important;
	text-align:left!important;
}
body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wc-gzd-total-mini-cart.shipping-costs-cart-info,
body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wgm-info.woocommerce_de_versandkosten{padding-bottom:1rem!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart__buttons{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.65rem!important;margin:0!important;padding:1rem 1.4rem 1.3rem!important;background:var(--thps-v2-paper)!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart__buttons .button{display:flex!important;min-height:3.1rem!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:.65rem!important;border:1px solid var(--thps-v2-forest)!important;border-radius:0!important;background:#fff!important;color:var(--thps-v2-forest)!important;font-weight:700!important;text-align:center!important;text-decoration:none!important;white-space:normal!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart__buttons .checkout{border-color:var(--thps-v2-orange)!important;background:var(--thps-v2-orange)!important;color:#fff!important}
body.thps-v2-sidecart-enabled .woocommerce-mini-cart__empty-message{margin:auto!important;padding:3rem 1.4rem!important;color:var(--thps-v2-muted)!important;font-size:1.05rem!important;line-height:1.5!important;text-align:center!important}

/* WooCommerce Blocks inherit the same visual language if a page is migrated. */
body.thps-v2-commerce .wc-block-cart,
body.thps-v2-commerce .wc-block-checkout{font-family:var(--thps-v2-font-body)}
body.thps-v2-commerce .wc-block-components-sidebar,
body.thps-v2-commerce .wc-block-components-main{border-top:4px solid var(--thps-v2-orange);background:var(--thps-v2-paper);box-shadow:var(--thps-v2-shadow-sm)}
body.thps-v2-commerce .wc-block-components-button{border-radius:0!important;background:var(--thps-v2-forest)!important;color:#fff!important}

@media(max-width:1200px){
	body.thps-v2-commerce-cart-filled #main>.woocommerce,
	body.thps-v2-commerce-cart-filled .page-content>.woocommerce{grid-template-columns:minmax(0,1fr) minmax(20rem,24rem)!important;gap:1.25rem!important}
	body.thps-v2-commerce-cart .thps-cart-recommendations__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/*
 * The sticky summary leaves the product table intentionally narrower on
 * medium desktop screens.  Bound every fixed column there so long prices and
 * WooCommerce theme minimums cannot push the subtotal outside the form.
 */
@media(min-width:769px) and (max-width:1360px){
	body.thps-v2-commerce-cart .woocommerce-cart-form table.shop_table{table-layout:fixed!important}
	body.thps-v2-commerce-cart .woocommerce-cart-form table.shop_table th,
	body.thps-v2-commerce-cart .woocommerce-cart-form table.shop_table td{padding-right:.5rem!important;padding-left:.5rem!important}
	body.thps-v2-commerce-cart .woocommerce-cart-form th.product-remove,
	body.thps-v2-commerce-cart .woocommerce-cart-form td.product-remove{width:3.75rem!important}
	body.thps-v2-commerce-cart .woocommerce-cart-form th.product-thumbnail,
	body.thps-v2-commerce-cart .woocommerce-cart-form td.product-thumbnail{width:8rem!important}
	body.thps-v2-commerce-cart .woocommerce-cart-form .product-thumbnail a{width:6.75rem;height:6rem}
	body.thps-v2-commerce-cart .woocommerce-cart-form th.product-name,
	body.thps-v2-commerce-cart .woocommerce-cart-form td.product-name{width:auto!important;min-width:0!important}
	body.thps-v2-commerce-cart .woocommerce-cart-form th.product-price,
	body.thps-v2-commerce-cart .woocommerce-cart-form td.product-price{width:6.75rem!important}
	body.thps-v2-commerce-cart .woocommerce-cart-form th.product-quantity,
	body.thps-v2-commerce-cart .woocommerce-cart-form td.product-quantity{width:5.5rem!important}
	body.thps-v2-commerce-cart .woocommerce-cart-form th.product-subtotal,
	body.thps-v2-commerce-cart .woocommerce-cart-form td.product-subtotal{width:7rem!important}
	body.thps-v2-commerce-cart .woocommerce-cart-form td.product-price,
	body.thps-v2-commerce-cart .woocommerce-cart-form td.product-subtotal{font-size:1.05rem!important}
	body.thps-v2-commerce-cart .woocommerce-cart-form td.product-quantity input.qty{width:4.1rem!important}
}

/* Stack the summary before either column becomes cramped. */
@media(max-width:1160px){
	body.thps-v2-commerce-cart-filled #main>.woocommerce,
	body.thps-v2-commerce-cart-filled .page-content>.woocommerce{grid-template-columns:1fr!important}
	body.thps-v2-commerce-cart .woocommerce-cart-form,
	body.thps-v2-commerce-cart .cart-collaterals{grid-column:1!important}
	body.thps-v2-commerce-cart .cart_totals{position:relative!important;top:auto!important}
}

@media(max-width:1024px){
	body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths>div{grid-template-columns:repeat(2,minmax(0,1fr))}
	body.thps-v2-commerce-checkout .thps-checkout-step #customer_details{grid-template-columns:1fr!important}
	body.thps-v2-commerce-order-received ul.woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))!important}
	body.thps-v2-commerce-order-received ul.woocommerce-order-overview li:nth-child(2n){border-right:0!important}
	body.thps-v2-commerce-order-received ul.woocommerce-order-overview li:nth-child(-n+2){border-bottom:1px solid var(--thps-v2-line)!important}
}

@media(max-width:768px){
	body.thps-v2-commerce #main>.woocommerce,
	body.thps-v2-commerce .page-content>.woocommerce{padding:2rem 1rem 4rem!important}
	body.thps-v2-commerce-cart .thps-cart-intro{align-items:flex-start!important;flex-direction:column!important;gap:1.2rem!important}
	body.thps-v2-commerce-cart .thps-cart-intro>a{width:100%}
	body.thps-v2-commerce-cart table.shop_table_responsive,
	body.thps-v2-commerce-cart table.shop_table_responsive tbody{display:block!important;width:100%!important}
	body.thps-v2-commerce-cart table.shop_table_responsive thead{display:none!important}
	body.thps-v2-commerce-cart table.shop_table_responsive tr.cart_item{
		display:grid!important;
		grid-template-columns:6.25rem minmax(0,1fr) 2.75rem!important;
		grid-template-areas:"image name remove" "price price price" "quantity quantity quantity" "subtotal subtotal subtotal"!important;
		width:100%!important;
		gap:0!important;
		margin:0 0 .75rem!important;
		padding:1rem!important;
		border:1px solid var(--thps-v2-line)!important;
		border-top:4px solid var(--thps-v2-orange)!important;
		background:var(--thps-v2-paper)!important;
	}
	body.thps-v2-commerce-cart table.shop_table_responsive tr.cart_item td{display:flex!important;width:100%!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;padding:.75rem 0!important;border:0!important;border-top:1px solid var(--thps-v2-line)!important;text-align:right!important}
	body.thps-v2-commerce-cart table.shop_table_responsive tr.cart_item td::before{color:var(--thps-v2-muted);font-weight:700}
	body.woocommerce-cart.thps-v2-commerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail{grid-area:image!important;display:block!important;border-top:0!important}
	body.thps-v2-commerce-cart table.shop_table_responsive td.product-thumbnail::before{display:none!important}
	body.thps-v2-commerce-cart .product-thumbnail a{width:5.75rem;height:5.75rem;padding:.3rem}
	body.woocommerce-cart.thps-v2-commerce-cart table.shop_table_responsive tr.cart_item td.product-name{grid-area:name!important;display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:.2rem .65rem!important;border-top:0!important;text-align:left!important}
	body.thps-v2-commerce-cart table.shop_table_responsive td.product-name::before{display:none!important}
	body.thps-v2-commerce-cart table.shop_table_responsive td.product-name>a,
	body.thps-v2-commerce-cart table.shop_table_responsive td.product-name .variation,
	body.thps-v2-commerce-cart table.shop_table_responsive td.product-name .thps-cart-item-micro{width:100%!important;max-width:100%!important;min-width:0!important}
	body.woocommerce-cart.thps-v2-commerce-cart table.shop_table_responsive tr.cart_item td.product-remove{position:static!important;grid-area:remove!important;display:grid!important;width:100%!important;align-items:start!important;justify-items:center!important;padding:.2rem 0!important;border-top:0!important}
	body.thps-v2-commerce-cart table.shop_table_responsive td.product-price{grid-area:price!important}
	body.thps-v2-commerce-cart table.shop_table_responsive td.product-quantity{grid-area:quantity!important}
	body.thps-v2-commerce-cart table.shop_table_responsive td.product-subtotal{grid-area:subtotal!important}
	body.thps-v2-commerce-cart td.actions{display:block!important;padding:1rem!important}
	body.thps-v2-commerce-cart td.actions .coupon{display:grid!important;grid-template-columns:1fr!important;max-width:none;margin:0 0 .65rem!important}
	body.thps-v2-commerce-cart td.actions .coupon input,
	body.thps-v2-commerce-cart td.actions .coupon button,
	body.thps-v2-commerce-cart td.actions>button[name="update_cart"]{width:100%!important;margin:.5rem 0 0!important}
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive,
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive tbody{display:block!important;width:100%!important;min-width:0!important}
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive tr{
		display:grid!important;
		grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
		width:100%!important;
		min-width:0!important;
		position:relative!important;
		float:none!important;
		clear:both!important;
	}
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals{grid-template-columns:1fr!important}
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive tr.thps-shipping-split-row{grid-template-columns:1fr!important}
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive tr.thps-shipping-split-row>th,
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive tr.thps-shipping-split-row>td{width:100%!important;text-align:left!important}
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive th,
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive td{
		display:block!important;
		position:static!important;
		width:auto!important;
		max-width:100%!important;
		min-width:0!important;
		margin:0!important;
		float:none!important;
		clear:none!important;
		overflow:visible!important;
	}
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive td{text-align:right!important}
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive td::before{display:none!important;content:none!important}
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive .order-total th,
	body.thps-v2-commerce-cart .cart_totals table.shop_table_responsive .order-total td{font-size:clamp(1.05rem,5vw,1.25rem)!important}
	body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths>header{grid-template-columns:1fr;gap:.75rem}
	body.thps-v2-commerce-checkout .thps-v2-checkout-intro{margin-bottom:1.25rem}
	body.woocommerce-checkout.thps-v2-commerce-checkout .thps-checkout-progress,
	body.admin-bar.woocommerce-checkout.thps-v2-commerce-checkout .thps-checkout-progress{
		position:relative!important;
		top:auto!important;
		z-index:1!important;
		scroll-margin-top:calc(var(--thps-v2-admin-offset) + var(--thps-v2-commerce-header-height,7rem) + .5rem)!important;
	}
	body.thps-v2-commerce-checkout .thps-checkout-progress button{min-height:4.25rem!important;justify-content:center!important;padding:.65rem .3rem!important;text-align:center!important}
	body.thps-v2-commerce-checkout .thps-checkout-progress button>span{flex-basis:2rem!important;height:2rem!important}
	body.thps-v2-commerce-checkout .thps-checkout-progress button>div{display:none!important}
	body.thps-v2-commerce-checkout .thps-checkout-permit-options,
	body.thps-v2-commerce-checkout .thps-checkout-new__grid,
	body.thps-v2-commerce-checkout .thps-document-grid{grid-template-columns:1fr!important}
	body.thps-v2-commerce-checkout .thps-checkout-info{display:block!important}
	body.thps-v2-commerce-checkout .thps-checkout-info>strong{display:block!important;margin-bottom:.3rem!important}
	body.thps-v2-commerce-checkout .thps-checkout-documents__head{grid-template-columns:1fr!important;gap:.45rem!important}
	body.thps-v2-commerce-checkout .thps-checkout-documents__head p{text-align:left!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table thead{display:none!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table tbody{display:block!important;width:100%!important;min-width:0!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table tbody tr.cart_item{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table tbody tr.cart_item>td.product-name,
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table tbody tr.cart_item>td.product-total{display:block!important;width:100%!important;max-width:none!important;box-sizing:border-box!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table tbody tr.cart_item>td.product-total{border-top:1px solid var(--thps-v2-line)!important;text-align:right!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table tr.woocommerce-shipping-totals,
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table tr.thps-shipping-split-row{grid-template-columns:1fr!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table th,
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table td{padding:.8rem .65rem!important}
	body.thps-v2-commerce-checkout .thps-v2-review-product{grid-template-columns:4.25rem minmax(0,1fr)!important;gap:.55rem!important}
	body.thps-v2-commerce-checkout .thps-v2-review-product__media{width:4.25rem!important;height:4rem!important;padding:.2rem!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table td.product-total{width:8rem!important;font-size:.95rem!important}
	body.thps-v2-commerce-checkout .woocommerce-error{padding:1rem .9rem 1rem 3.35rem!important}
	body.thps-v2-commerce-checkout .woocommerce-error::before{left:1rem!important}
	body.thps-v2-commerce-order-received .woocommerce-thankyou-order-received,
	body.thps-v2-commerce-order-received .woocommerce-notice--success{padding:1.5rem 1.1rem 1.5rem 4.2rem!important;font-size:clamp(1.3rem,6vw,1.8rem)!important}
	body.thps-v2-commerce-order-received table.woocommerce-table,
	body.thps-v2-commerce-order-pay table.shop_table{table-layout:fixed!important;font-size:.9rem!important}
	body.thps-v2-commerce-order-received table.woocommerce-table th,
	body.thps-v2-commerce-order-received table.woocommerce-table td,
	body.thps-v2-commerce-order-pay table.shop_table th,
	body.thps-v2-commerce-order-pay table.shop_table td{min-width:0!important;padding:.7rem .55rem!important;overflow-wrap:anywhere!important}
	body.thps-v2-commerce-order-received .woocommerce-columns{display:grid!important;grid-template-columns:1fr!important;gap:1rem!important}
	body.thps-v2-commerce-order-received .woocommerce-columns>div{width:100%!important;margin:0!important;float:none!important}
	body.thps-v2-commerce-order-received .thps-v2-order-home .button{width:100%!important}
	body.thps-v2-commerce-checkout .woocommerce-thankyou-order-failed-actions{display:grid!important;grid-template-columns:1fr!important}
	body.thps-v2-commerce-checkout .woocommerce-thankyou-order-failed-actions .button{width:100%!important}
}

@media(max-width:520px){
	body.thps-v2-commerce #main>.woocommerce,
	body.thps-v2-commerce .page-content>.woocommerce{padding-inline:.75rem!important}
	body.thps-v2-commerce-cart .thps-cart-intro h1{font-size:2.9rem!important}
	body.thps-v2-commerce-cart .thps-cart-recommendations__grid,
	body.thps-v2-commerce-cart-empty .thps-v2-commerce-paths>div{grid-template-columns:1fr}
	body.thps-v2-commerce-cart-empty .thps-v2-commerce-empty{padding:2.3rem 1rem}
	body.thps-v2-commerce-cart .cart_totals{padding:1rem!important}
	body.thps-v2-commerce-cart-empty .thps-v2-commerce-actions{display:grid;width:100%;grid-template-columns:1fr}
	body.thps-v2-commerce-cart-empty .thps-v2-commerce-actions .button{width:100%;min-width:0}
	body.thps-v2-commerce-checkout .thps-checkout-step{padding:1.1rem .85rem!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table{table-layout:fixed!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table th:first-child,
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table td.product-name{width:auto!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table th:last-child,
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table td.product-total{width:6.9rem!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table tbody tr.cart_item>td.product-name,
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table tbody tr.cart_item>td.product-total{width:100%!important}
	body.thps-v2-commerce-checkout .thps-v2-review-product{grid-template-columns:3.5rem minmax(0,1fr)!important;gap:.45rem!important}
	body.thps-v2-commerce-checkout .thps-v2-review-product__media{width:3.5rem!important;height:3.5rem!important}
	body.thps-v2-commerce-checkout .thps-v2-review-product__copy{font-size:.9rem!important;line-height:1.3!important}
	body.thps-v2-commerce-checkout .thps-v2-checkout-quantity__stepper{grid-template-columns:2.75rem minmax(3.6rem,1fr) 2.75rem!important;flex:1 1 9.1rem!important}
	body.thps-v2-commerce-checkout .thps-v2-checkout-quantity__apply{flex:1 1 100%!important;width:100%!important}
	body.thps-v2-commerce-checkout .thps-checkout-step .shop_table td.product-total{font-size:.86rem!important}
	body.thps-v2-commerce-checkout .thps-checkout-step__intro h2,
	body.thps-v2-commerce-checkout .thps-checkout-section-heading h3{font-size:clamp(1.65rem,8vw,2.15rem)!important}
	body.thps-v2-commerce-checkout .thps-checkout-actions{
		display:grid!important;
		grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important;
		position:sticky!important;
		bottom:0!important;
		z-index:20!important;
		margin:1.25rem -.85rem -1.1rem!important;
		padding:.8rem .8rem calc(.8rem + env(safe-area-inset-bottom,0px))!important;
		background:var(--thps-v2-paper)!important;
		box-shadow:0 -8px 24px rgba(20,39,18,.12)!important;
	}
	body.thps-v2-commerce-checkout .thps-checkout-actions button{
		width:100%!important;
		max-width:100%!important;
		min-width:0!important;
		padding:.65rem .45rem!important;
		white-space:normal!important;
		overflow:visible!important;
		hyphens:none!important;
		overflow-wrap:normal!important;
		word-break:normal!important;
	}
	body.thps-v2-commerce-checkout .thps-checkout-actions .thps-checkout-next:only-child,
	body.thps-v2-commerce-checkout .thps-checkout-actions .thps-checkout-back:only-child{grid-column:1/-1!important}
	body.thps-v2-commerce-checkout .thps-document-card{grid-template-columns:2.5rem minmax(0,1fr)!important}
	body.thps-v2-commerce-checkout .thps-document-select{grid-column:1/-1!important;width:100%!important}
	body.thps-v2-commerce-checkout .thps-document-remove{grid-column:1/-1!important}
	body.thps-v2-commerce-order-received ul.woocommerce-order-overview{grid-template-columns:1fr!important}
	body.thps-v2-commerce-order-received ul.woocommerce-order-overview li,
	body.thps-v2-commerce-order-received ul.woocommerce-order-overview li:nth-child(2n),
	body.thps-v2-commerce-order-received ul.woocommerce-order-overview li:nth-child(-n+2){border-right:0!important;border-bottom:1px solid var(--thps-v2-line)!important}
	body.thps-v2-commerce-order-received ul.woocommerce-order-overview li:last-child{border-bottom:0!important}
	body.thps-v2-commerce-order-received .woocommerce-order-details,
	body.thps-v2-commerce-order-received .woocommerce-customer-details,
	body.thps-v2-commerce-order-pay form#order_review{padding:1rem .75rem!important}
	body.thps-v2-commerce-order-pay form#order_review::before{font-size:clamp(1.8rem,9vw,2.5rem)}
	body.thps-v2-sidecart-enabled .thps-v2-sidecart{width:100vw}
	body.thps-v2-sidecart-enabled .thps-v2-sidecart__header{min-height:5.6rem;padding:1rem calc(1rem + env(safe-area-inset-right,0px)) 1rem calc(1rem + env(safe-area-inset-left,0px))}
	body.thps-v2-sidecart-enabled .woocommerce-mini-cart{padding:.35rem calc(.85rem + env(safe-area-inset-right,0px)) .35rem calc(.85rem + env(safe-area-inset-left,0px))!important}
	body.thps-v2-sidecart-enabled .woocommerce-mini-cart__total{padding:1rem calc(1rem + env(safe-area-inset-right,0px)) 1rem calc(1rem + env(safe-area-inset-left,0px))!important}
	body.thps-v2-sidecart-enabled .thps-v2-sidecart__price-notices{padding:0 calc(1rem + env(safe-area-inset-right,0px)) .85rem calc(1rem + env(safe-area-inset-left,0px))!important}
	body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wc-gzd-total-mini-cart.total-cart-tax,
	body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wc-gzd-total-mini-cart.shipping-costs-cart-info,
	body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wc-gzd-total-mini-cart.differential-taxation-notice,
	body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wgm-info.woocommerce-de_price_taxrate,
	body.thps-v2-sidecart-enabled .thps-v2-sidecart__content>.wgm-info.woocommerce_de_versandkosten{padding-inline:1rem!important}
	body.thps-v2-sidecart-enabled .woocommerce-mini-cart__buttons{padding:.85rem calc(1rem + env(safe-area-inset-right,0px)) calc(1rem + env(safe-area-inset-bottom,0px)) calc(1rem + env(safe-area-inset-left,0px))!important}
}

/* Keep the title column usable on the narrowest supported phone width. */
@media(max-width:340px){
	body.thps-v2-commerce-cart table.shop_table_responsive tr.cart_item{
		grid-template-columns:5.75rem minmax(0,1fr) 2.75rem!important;
		padding:.75rem!important;
	}
	body.woocommerce-cart.thps-v2-commerce-cart table.shop_table_responsive tr.cart_item td.product-name{padding:.2rem .35rem!important}
}

@media(prefers-reduced-motion:reduce){
	body.thps-v2-commerce *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
