/*
Theme Name: elemente-clemente
Theme URI: https://www.ruf-media.com
Author: Matthias Ruf
Author URI: https://www.ruf-media.com
Template: hello-elementor
Version: 1.0
*/

/* Hier beginnen die benutzerdefinierten CSS-Stile für Ihr Child-Theme */
/* Product archive layout */
#product-archive {
	display: block;
	width: 100%;
	padding: 24px 0 56px;
	box-sizing: border-box;
}

#product-archive .product-archive-inner {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0 clamp(16px, 5vw, 80px);
	box-sizing: border-box;
}

.product-archive-container#product-archive > .product-archive-inner {
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

#product-archive .product-archive-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
	border-bottom: 1px solid rgba(28, 28, 26, 0.08);
	padding-bottom: 14px;
}

#product-archive .product-archive-breadcrumb {
	min-width: 0;
}

#product-archive .product-archive-row {
	display: flex;
	align-items: flex-start;
	gap: clamp(20px, 3vw, 44px);
	width: 100%;
}

#product-categories {
	flex: 0 0 240px;
	max-width: 240px;
}

#product-list {
	flex: 1 1 auto;
	min-width: 0;
}

/* —— WooCommerce Cart (aligned to redesign system) —— */
.ec-cart {
	padding: 24px 0 64px;
}

body.woocommerce-cart .site-main,
body.woocommerce-cart .site-main > .page-content,
body.woocommerce-cart .site-main > .woocommerce,
body.woocommerce-cart .elementor,
body.woocommerce-cart .elementor-section-wrap,
body.woocommerce-cart .elementor-section,
body.woocommerce-cart .elementor-container,
body.woocommerce-cart .elementor-column,
body.woocommerce-cart .elementor-widget-wrap,
body.woocommerce-cart .elementor-widget,
body.woocommerce-cart .elementor-widget-shortcode,
body.woocommerce-cart .elementor-widget-woocommerce-cart,
body.woocommerce-cart .elementor-shortcode {
	max-width: 100% !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ec-cart__inner {
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 0 clamp(16px, 5vw, 80px);
	box-sizing: border-box;
}

.ec-cart__header {
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(28, 28, 26, 0.08);
}

.ec-cart__title {
	margin: 0;
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-size: clamp(28px, 2.8vw, 44px);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: #1c1c1a;
}

.ec-cart .ec-cart-table {
	border: 0 !important;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	table-layout: fixed;
	margin: 0 0 28px;
	background: transparent;
	box-shadow: none !important;
}

.ec-cart .ec-cart-table th,
.ec-cart .ec-cart-table td {
	border: 0 !important;
	padding: 14px 12px;
	vertical-align: middle;
	box-shadow: none !important;
}

.ec-cart .ec-cart-table thead th,
.ec-cart .ec-cart-table th {
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #7a7570 !important;
	padding-top: 0;
	padding-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ec-cart .ec-cart-table .product-thumbnail {
	width: 110px;
}

.ec-cart .ec-cart-table .product-remove {
	width: 44px;
	max-width: 44px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}

.ec-cart .ec-cart-table .product-thumbnail img {
	width: 96px;
	height: 128px;
	object-fit: cover;
	background: #e5e0d8;
	border-radius: 2px;
}

.ec-cart .ec-cart-table .product-price,
.ec-cart .ec-cart-table .product-subtotal {
	width: 180px;
	text-align: right;
}

.ec-cart .ec-cart-table .product-quantity {
	width: 132px;
	text-align: center;
}

.ec-cart .ec-cart-table th.product-quantity {
	text-align: center;
}

.ec-cart .ec-cart-table th.product-subtotal {
	text-align: right;
}

.ec-cart .ec-cart-table .product-name a {
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #1c1c1a;
	text-decoration: none;
	line-height: 1.4;
}

.ec-cart .ec-cart-table .product-name dl.variation {
	margin: 6px 0 0;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	line-height: 1.45;
	color: #7a7570;
}

.ec-cart .ec-cart-table .product-price,
.ec-cart .ec-cart-table .product-subtotal,
.ec-cart .ec-cart-table .amount {
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #1c1c1a;
	font-variant-numeric: tabular-nums;
}

.ec-cart .ec-cart-table tr.woocommerce-cart-form__cart-item td {
	background: transparent;
	border-top: 1px solid rgba(28, 28, 26, 0.08);
	border-bottom: 1px solid rgba(28, 28, 26, 0.08);
}

.ec-cart .ec-cart-table tr.woocommerce-cart-form__cart-item td:first-child {
	border-left: 1px solid rgba(28, 28, 26, 0.08);
	border-radius: 8px 0 0 8px;
}

.ec-cart .ec-cart-table tr.woocommerce-cart-form__cart-item td:last-child {
	border-right: 1px solid rgba(28, 28, 26, 0.08);
	border-radius: 0 8px 8px 0;
}

.ec-cart .ec-cart-table a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(28, 28, 26, 0.18);
	border-radius: 99px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	color: #1c1c1a !important;
}

.ec-cart .ec-cart-table a.remove:hover {
	background: rgba(28, 28, 26, 0.06);
}

.ec-cart .quantity .qty {
	height: 42px;
	min-width: 84px;
	border: 1px solid rgba(28, 28, 26, 0.18);
	background: #fdfcf9;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 13px;
	text-align: center;
	border-radius: 0;
}

.ec-cart .ec-cart-table td.actions {
	padding-top: 18px;
	border: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.ec-cart .ec-cart-table tr:last-child td,
.ec-cart .ec-cart-table tbody > tr > td.actions {
	border: 0 !important;
}

.ec-cart .ec-cart-table .coupon {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ec-cart .ec-cart-table .coupon .input-text {
	min-width: 220px;
	height: 42px;
	border: 1px solid rgba(28, 28, 26, 0.18);
	background: #fdfcf9;
	padding: 0 14px;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	letter-spacing: 0.04em;
	border-radius: 0;
}

.ec-cart .button,
.ec-cart .checkout-button.button,
.ec-cart .checkout-button.button.alt,
.ec-cart .wc-proceed-to-checkout a.checkout-button {
	min-height: 42px;
	border: 1px solid #1c1c1a !important;
	background: #1c1c1a !important;
	color: #f8f6f2 !important;
	border-radius: 0 !important;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 10px 16px;
}

.ec-cart .button:hover,
.ec-cart .checkout-button.button:hover,
.ec-cart .checkout-button.button.alt:hover,
.ec-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: transparent !important;
	color: #1c1c1a !important;
}

.ec-cart .ec-cart-table .actions > .button[name="update_cart"] {
	background: transparent;
	color: #1c1c1a;
}

.ec-cart .ec-cart-table .actions > .button[name="update_cart"]:hover {
	background: #1c1c1a;
	color: #f8f6f2;
}

.woocommerce-cart .page-header {
	display: none;
}

.woocommerce-cart .page-content {
	padding: 0 !important;
}

.ec-cart--empty .ec-cart__empty-content {
	max-width: 620px;
	padding: 8px 0 0;
}

.woocommerce-cart .wc-empty-cart-message .cart-empty,
.woocommerce-cart .woocommerce-info {
	border: 1px solid rgba(28, 28, 26, 0.12);
	background: #f8f6f2;
	color: #1c1c1a;
	padding: 14px 16px;
	margin: 0 0 14px;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
}

.woocommerce-cart .return-to-shop .wc-backward {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid #1c1c1a;
	background: #1c1c1a;
	color: #f8f6f2;
	border-radius: 0;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 10px 16px;
}

.woocommerce-cart .return-to-shop .wc-backward:hover {
	background: transparent;
	color: #1c1c1a;
}

.ec-cart__collaterals .cart_totals {
	float: none !important;
	width: min(100%, 420px);
	margin-left: auto;
	border: 1px solid rgba(28, 28, 26, 0.12);
	padding: 24px;
	background: #f8f6f2;
	border-radius: 0;
}

.ec-cart__collaterals .cart_totals h2 {
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #7a7570;
	margin: 0 0 14px;
}

.ec-cart__collaterals .cart_totals .shop_table {
	margin: 0;
	border: 0 !important;
	border-collapse: collapse;
}

.ec-cart__collaterals .shop_table th,
.ec-cart__collaterals .shop_table td {
	padding: 10px 0;
	border-color: rgba(28, 28, 26, 0.12);
	border-left: 0 !important;
	border-right: 0 !important;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #1c1c1a;
	vertical-align: top;
}

.ec-cart__collaterals .shop_table th {
	font-weight: 500;
	padding-right: 14px;
}

.ec-cart__collaterals .shop_table td {
	font-weight: 400;
	font-variant-numeric: tabular-nums;
}

.ec-cart__collaterals .order-total th,
.ec-cart__collaterals .order-total td,
.ec-cart__collaterals .order-total .amount {
	font-size: 16px;
	font-weight: 600;
}

.ec-cart__collaterals .woocommerce-shipping-methods,
.ec-cart__collaterals ul#shipping_method {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 220px;
	overflow: auto;
}

.ec-cart__collaterals .woocommerce-shipping-methods li,
.ec-cart__collaterals ul#shipping_method li {
	margin: 0;
	padding: 0;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: #7a7570;
}

.ec-cart__collaterals .woocommerce-shipping-destination,
.ec-cart__collaterals .shipping-calculator-button {
	margin-top: 10px;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: #7a7570;
}

.ec-cart__collaterals .wc-proceed-to-checkout {
	margin: 14px 0 0;
	padding: 0;
}

.ec-cart__sticky-checkout {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
	background: rgba(248, 246, 242, 0.96);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-top: 1px solid rgba(28, 28, 26, 0.1);
	box-shadow: 0 -8px 24px rgba(28, 28, 26, 0.08);
	transform: translateY(110%);
	transition: transform 0.25s ease;
	pointer-events: none;
}

.ec-cart__sticky-checkout.is-visible {
	transform: translateY(0);
	pointer-events: auto;
}

.ec-cart__sticky-checkout .ec-cart__sticky-checkout-button {
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	min-height: 44px;
	padding: 12px 16px;
	border: 1px solid #1c1c1a !important;
	background: #1c1c1a !important;
	color: #f8f6f2 !important;
	border-radius: 0 !important;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

.ec-cart__sticky-checkout .ec-cart__sticky-checkout-button:hover {
	background: transparent !important;
	color: #1c1c1a !important;
}

.ec-cart__collaterals .wc-proceed-to-checkout .button.checkout-button,
.ec-cart__collaterals .wc-proceed-to-checkout a.checkout-button {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.ec-cart__collaterals .cross-sells {
	width: 100%;
	margin: 0 0 20px;
	float: none;
}

.ec-cart__collaterals .cross-sells > h2 {
	margin: 0 0 14px;
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	color: #1c1c1a;
}

.ec-cart__collaterals .cross-sells ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

.ec-cart__collaterals .cross-sells ul.products li.product,
.ec-cart__collaterals .cross-sells ul.products li.ec-loop-card {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.ec-cart__collaterals .cross-sells ul.products li.product img,
.ec-cart__collaterals .cross-sells ul.products li.ec-loop-card .ec-loop-card__media {
	height: auto;
	aspect-ratio: 2 / 3;
}

.ec-cart__collaterals .cross-sells ul.products li.product img,
.ec-cart__collaterals .cross-sells ul.products li.ec-loop-card .ec-loop-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ec-cart__collaterals .cross-sells ul.products li.ec-loop-card .ec-loop-card__body {
	padding: 12px 10px 16px;
}

.ec-cart__collaterals .cross-sells ul.products li.ec-loop-card .ec-loop-card__title {
	font-size: 16px;
}

/* —— WooCommerce Checkout (Shopify-inspired) —— */
body.woocommerce-checkout .site-main,
body.woocommerce-checkout .site-main > .page-content,
body.woocommerce-checkout .site-main > .woocommerce,
body.woocommerce-checkout .elementor,
body.woocommerce-checkout .elementor-section-wrap,
body.woocommerce-checkout .elementor-section,
body.woocommerce-checkout .elementor-container,
body.woocommerce-checkout .elementor-column,
body.woocommerce-checkout .elementor-widget-wrap,
body.woocommerce-checkout .elementor-widget,
body.woocommerce-checkout .elementor-widget-shortcode,
body.woocommerce-checkout .elementor-widget-woocommerce-checkout-page,
body.woocommerce-checkout .elementor-shortcode {
	max-width: 100% !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.woocommerce-checkout .page-header {
	display: none;
}

.woocommerce-checkout .page-content {
	padding: 0 !important;
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 24px clamp(16px, 4vw, 32px) 64px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
	grid-template-areas:
		"customer review_heading"
		"customer review";
	gap: 24px 40px;
	align-items: start;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details {
	margin: 0;
	width: 100%;
	float: none;
	grid-area: customer;
	min-width: 0;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	width: 100%;
	float: none;
	padding: 0;
}

.woocommerce-checkout .col2-set .col-2 {
	margin-top: 18px;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout #order_review_heading {
	margin: 0 0 14px;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #7a7570;
}

.woocommerce-checkout #order_review_heading {
	grid-area: review_heading;
	align-self: end;
	min-width: 0;
}

.woocommerce-checkout .form-row {
	margin: 0 0 14px;
}

.woocommerce-checkout label {
	display: block;
	margin-bottom: 6px;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #7a7570;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
	border: 1px solid rgba(28, 28, 26, 0.2);
	border-radius: 0;
	background: #fdfcf9;
	min-height: 44px;
	padding: 10px 12px;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	color: #1c1c1a;
}

.woocommerce-checkout textarea {
	min-height: 108px;
	resize: vertical;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
	right: 6px;
}

.woocommerce-checkout #order_review {
	grid-area: review;
	border: 0;
	background: transparent;
	padding: 0 0 0 40px;
	border-left: 1px solid rgba(28, 28, 26, 0.12);
	border-radius: 0;
	min-width: 0;
	float: none;
	width: 100%;
}

@media (max-width: 900px) {
	.woocommerce-checkout #order_review {
		padding: 24px 0 0;
		border-left: 0;
		border-top: 1px solid rgba(28, 28, 26, 0.12);
	}
}

.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
	grid-column: 1 / -1;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
	width: 100%;
	table-layout: auto;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tbody tr.cart_item {
	display: table-row !important;
	visibility: visible !important;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-name,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th.product-total {
	display: table-cell !important;
	opacity: 1 !important;
	visibility: visible !important;
	color: #1c1c1a !important;
	background: transparent !important;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-name {
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	white-space: normal;
	word-break: break-word;
	padding-right: 12px;
}

.ec-checkout-review__item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ec-checkout-review__thumb {
	flex: 0 0 auto;
	width: 48px;
	height: 60px;
	object-fit: cover;
	background: #e5e0d8;
	border-radius: 2px;
	display: block;
}

.ec-checkout-review__title {
	flex: 1 1 auto;
	min-width: 0;
	display: block;
}

.ec-checkout-review__qty {
	display: inline-block;
	margin-left: 6px;
	font-weight: 500;
	color: #7a7570;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
	white-space: nowrap;
}

.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-quantity {
	color: #7a7570;
	font-weight: 500;
}

.woocommerce-checkout table.shop_table {
	border: 0 !important;
	margin: 0;
	background: transparent;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
	border-left: 0 !important;
	border-right: 0 !important;
	border-color: rgba(28, 28, 26, 0.12) !important;
	padding: 12px 0;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #1c1c1a;
	font-variant-numeric: tabular-nums;
}

.woocommerce-checkout table.shop_table thead th {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #7a7570 !important;
	padding-bottom: 8px;
}

.woocommerce-checkout table.shop_table tfoot .order-total th,
.woocommerce-checkout table.shop_table tfoot .order-total td {
	font-size: 16px;
	font-weight: 600;
}

.woocommerce-checkout table.shop_table th {
	font-weight: 500;
}

.woocommerce-checkout .woocommerce-checkout-payment {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid rgba(28, 28, 26, 0.12);
	padding: 0 0 8px;
	margin: 10px 0 12px;
}

.woocommerce-checkout #payment ul.payment_methods li {
	padding: 8px 0;
}

.woocommerce-checkout #order_review ul#shipping_method {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 180px;
	overflow: auto;
}

.woocommerce-checkout #order_review ul#shipping_method li {
	margin: 0;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: #7a7570;
}

.woocommerce-checkout #payment div.payment_box {
	background: #fdfcf9;
	border: 1px solid rgba(28, 28, 26, 0.12);
	margin: 8px 0 12px;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: rgba(28, 28, 26, 0.12);
}

.woocommerce-checkout .place-order {
	padding-top: 10px !important;
}

.woocommerce-checkout #place_order,
.woocommerce-checkout .button.alt,
.woocommerce-checkout #payment .button {
	width: 100%;
	min-height: 44px;
	border: 1px solid #1c1c1a;
	background: #1c1c1a;
	color: #f8f6f2;
	border-radius: 0;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout .button.alt:hover,
.woocommerce-checkout #payment .button:hover {
	background: transparent;
	color: #1c1c1a;
}

/* Checkout Block support */
.woocommerce-checkout .wp-block-woocommerce-checkout,
.woocommerce-checkout .wc-block-checkout {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 24px clamp(16px, 4vw, 32px) 64px;
	box-sizing: border-box;
}

.woocommerce-checkout .wc-block-checkout__main h1,
.woocommerce-checkout .wc-block-components-title {
	margin: 0 0 16px;
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-size: clamp(28px, 2.8vw, 44px);
	font-weight: 500;
	color: #1c1c1a;
}

.woocommerce-checkout .wc-block-components-checkout-step,
.woocommerce-checkout .wc-block-components-sidebar {
	border: 1px solid rgba(28, 28, 26, 0.12);
	background: #f8f6f2;
	padding: 16px;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-text-input select,
.woocommerce-checkout .wc-block-components-address-form input,
.woocommerce-checkout .wc-block-components-address-form select {
	min-height: 44px;
	border: 1px solid rgba(28, 28, 26, 0.2);
	background: #fdfcf9;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	min-height: 44px;
	border: 1px solid #1c1c1a;
	background: #1c1c1a;
	color: #f8f6f2;
	border-radius: 0;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
	background: transparent;
	color: #1c1c1a;
}

@media (max-width: 1024px) {
	.woocommerce-checkout form.checkout.woocommerce-checkout {
		padding: 16px 16px 44px;
		grid-template-columns: 1fr;
		grid-template-areas:
			"customer"
			"review_heading"
			"review";
		gap: 20px;
	}

	.woocommerce-checkout .wp-block-woocommerce-checkout,
	.woocommerce-checkout .wc-block-checkout {
		padding: 16px 16px 44px;
	}
}

/* Checkout hard override (wins against Customizer + plugin CSS) */
body.woocommerce-checkout.page-id-4489 #content.site-main {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .page-header {
	display: none !important;
}

body.woocommerce-checkout.page-id-4489 #content .page-content {
	padding: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout.woocommerce-checkout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 400px !important;
	gap: 24px 40px !important;
	width: 100% !important;
	max-width: 1150px !important;
	margin: 0 auto !important;
	padding: 24px clamp(16px, 4vw, 32px) 64px !important;
	box-sizing: border-box !important;
	align-items: start !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-left {
	min-width: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-right {
	min-width: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .col2-set#customer_details {
	width: 100% !important;
	float: none !important;
	min-width: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .col2-set#customer_details .col-1,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .col2-set#customer_details .col-2 {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .col2-set#customer_details .col-2 {
	margin-top: 16px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #order_review_heading {
	margin: 0 0 12px !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	color: #1c1c1a !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #order_review {
	width: 100% !important;
	float: none !important;
	min-width: 0 !important;
	border: 1px solid rgba(28, 28, 26, 0.12) !important;
	background: #f8f6f2 !important;
	border-radius: 8px !important;
	padding: 18px !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 14px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout table.woocommerce-checkout-review-order-table {
	table-layout: fixed !important;
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	border-radius: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout table.woocommerce-checkout-review-order-table .product-total,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout table.woocommerce-checkout-review-order-table tfoot td {
	width: 96px !important;
	text-align: right !important;
	white-space: nowrap !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout table.woocommerce-checkout-review-order-table .product-name {
	word-break: break-word !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-products-table {
	overflow: visible !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-billing-fields,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-shipping-fields,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-additional-fields {
	border: 1px solid rgba(28, 28, 26, 0.12) !important;
	background: #fff !important;
	border-radius: 8px !important;
	padding: 16px !important;
	max-width: 780px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-shipping-fields,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-additional-fields {
	margin-top: 16px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details label {
	font-size: 11px !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	color: #7a7570 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details input.input-text,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details select,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details textarea {
	border: 1px solid rgba(28, 28, 26, 0.2) !important;
	background: #fdfcf9 !important;
	min-height: 44px !important;
	padding: 10px 12px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-additional-fields__field-wrapper {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px 14px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .form-row-first,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .form-row-last {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .form-row-wide,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .form-row.notes,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details #ship-to-different-address {
	grid-column: 1 / -1 !important;
	width: auto !important;
	float: none !important;
	margin: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout table.woocommerce-checkout-review-order-table td,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout table.woocommerce-checkout-review-order-table th {
	color: #1c1c1a !important;
	background: transparent !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout table.woocommerce-checkout-review-order-table thead th {
	border-top: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #payment {
	margin-top: 0 !important;
	border: 1px solid rgba(28, 28, 26, 0.12) !important;
	background: #fff !important;
	border-radius: 8px !important;
	padding: 14px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left {
	margin-top: 18px !important;
	max-width: 780px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > .woocommerce-form-coupon-toggle .woocommerce-info {
	margin: 0 0 14px !important;
	padding: 12px 14px 12px 40px !important;
	border: 1px solid rgba(28, 28, 26, 0.12) !important;
	border-radius: 8px !important;
	background: #f8f6f2 !important;
	color: #1c1c1a !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	position: relative !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > .woocommerce-form-coupon-toggle .woocommerce-info::before {
	color: #7a7570 !important;
	left: 14px !important;
	top: 12px !important;
	font-size: 14px !important;
	line-height: 1 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > .woocommerce-form-coupon-toggle .showcoupon {
	color: #1c1c1a !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout_coupon.woocommerce-form-coupon {
	margin: -4px 0 16px !important;
	padding: 14px !important;
	border: 1px solid rgba(28, 28, 26, 0.12) !important;
	border-radius: 8px !important;
	background: #fff !important;
	max-width: 780px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout_coupon.woocommerce-form-coupon p {
	margin: 0 0 10px !important;
	color: #7a7570 !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout_coupon.woocommerce-form-coupon .form-row {
	margin: 0 0 10px !important;
	float: none !important;
	width: 100% !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout_coupon.woocommerce-form-coupon .form-row:last-child {
	margin-bottom: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout_coupon.woocommerce-form-coupon .input-text {
	min-height: 42px !important;
	border: 1px solid rgba(28, 28, 26, 0.2) !important;
	background: #fdfcf9 !important;
	padding: 10px 12px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout_coupon.woocommerce-form-coupon button.button {
	min-height: 42px !important;
	border: 1px solid #1c1c1a !important;
	background: #1c1c1a !important;
	color: #f8f6f2 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.06em !important;
	font-size: 12px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment ul.payment_methods {
	border: 0 !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment ul.payment_methods > li {
	list-style: none !important;
	margin: 0 0 8px !important;
	padding: 10px 12px !important;
	border: 1px solid rgba(28, 28, 26, 0.12) !important;
	border-radius: 6px !important;
	background: #fdfcf9 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment ul.payment_methods > li:last-child {
	margin-bottom: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment ul.payment_methods > li > label {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment ul.payment_methods > li > input.input-radio:checked + label {
	color: #1c1c1a !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment ul.payment_methods > li > label img {
	margin-left: auto !important;
	max-height: 20px !important;
	width: auto !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment div.payment_box {
	margin: 10px 0 2px !important;
	padding: 12px !important;
	border: 1px solid rgba(28, 28, 26, 0.12) !important;
	border-radius: 6px !important;
	background: #fff !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment div.payment_box::before {
	display: none !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box .form-row {
	margin: 0 0 10px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box .form-row:last-child {
	margin-bottom: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box label {
	display: block !important;
	margin: 0 0 6px !important;
	font-size: 11px !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	color: #7a7570 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box .payoneInput,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box .payoneSelect {
	width: 100% !important;
	min-height: 42px !important;
	padding: 10px 12px !important;
	border: 1px solid rgba(28, 28, 26, 0.2) !important;
	background: #fdfcf9 !important;
	color: #1c1c1a !important;
	font-size: 14px !important;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box .inputIframe {
	display: block !important;
	width: 100% !important;
	min-height: 42px !important;
	border: 1px solid rgba(28, 28, 26, 0.2) !important;
	background: #fdfcf9 !important;
	border-radius: 2px !important;
	overflow: hidden !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box .inputIframe iframe {
	width: 100% !important;
	height: 42px !important;
	min-height: 42px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_method_bs_payone_creditcard #cardpan,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_method_bs_payone_creditcard #cardcvc2,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_method_bs_payone_creditcard #cardexpiremonth,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_method_bs_payone_creditcard #cardexpireyear {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	min-height: 42px !important;
	box-sizing: border-box !important;
	border: 1px solid rgba(28, 28, 26, 0.2) !important;
	background: #fdfcf9 !important;
	border-radius: 2px !important;
	overflow: hidden !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_method_bs_payone_creditcard #cardpan iframe,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_method_bs_payone_creditcard #cardcvc2 iframe,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_method_bs_payone_creditcard #cardexpiremonth iframe,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_method_bs_payone_creditcard #cardexpireyear iframe {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 42px !important;
	min-height: 42px !important;
	border: 0 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box #expireInput {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 10px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box #expireInput > span {
	display: block !important;
	width: 100% !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box #errorOutput,
body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box #direct_debit_error {
	margin-top: 8px !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box #direct_debit_iban {
	width: 100% !important;
	min-height: 42px !important;
	border: 1px solid rgba(28, 28, 26, 0.2) !important;
	background: #fdfcf9 !important;
	padding: 10px 12px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box #direct_debit_confirmation {
	display: flex !important;
	align-items: flex-start !important;
	gap: 8px !important;
	margin-top: 10px !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
	color: #1c1c1a !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left #payment .payment_box #direct_debit_confirmation input[type="checkbox"] {
	margin-top: 2px !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #order_review ul#shipping_method {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
	max-height: 140px !important;
	overflow: auto !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #order_review ul#shipping_method li {
	margin: 0 !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
	color: #7a7570 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #order_review ul#shipping_method li label {
	display: inline !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	color: #7a7570 !important;
}

body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #place_order.button.alt {
	width: 100% !important;
	min-height: 44px !important;
	border: 1px solid #1c1c1a !important;
	background: #1c1c1a !important;
	color: #f8f6f2 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.06em !important;
}

@media (max-width: 1024px) {
	body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout.woocommerce-checkout {
		display: flex !important;
		flex-direction: column !important;
		grid-template-columns: 1fr !important;
		gap: 20px !important;
		padding: 16px 16px 44px !important;
	}

	body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-right {
		order: 1 !important;
	}

	body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-left {
		order: 2 !important;
	}

	body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-billing-fields,
	body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-shipping-fields,
	body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-additional-fields {
		max-width: none !important;
	}

	body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-shipping-fields__field-wrapper,
	body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout #customer_details .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-checkout.page-id-4489 #content .woocommerce > form.checkout .ec-checkout-payment-left {
		max-width: none !important;
	}
}

/* Checkout polish v2 (classic checkout) */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	border: 1px solid rgba(28, 28, 26, 0.12);
	background: #f8f6f2;
	padding: 12px 14px;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 13px;
	color: #1c1c1a;
}

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
	margin: 10px 0 18px;
	padding: 14px;
	border: 1px solid rgba(28, 28, 26, 0.12);
	background: #fdfcf9;
}

.woocommerce-checkout form.checkout_coupon .form-row-first,
.woocommerce-checkout form.checkout_coupon .form-row-last {
	width: 100%;
	float: none;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields,
.woocommerce-checkout #customer_details .woocommerce-shipping-fields,
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	border: 1px solid rgba(28, 28, 26, 0.12);
	background: #fff;
	border-radius: 8px;
	padding: 16px;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields,
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
	margin-top: 16px;
}

.woocommerce-checkout #customer_details .form-row-first,
.woocommerce-checkout #customer_details .form-row-last {
	width: calc(50% - 8px);
}

.woocommerce-checkout #customer_details .form-row-first {
	float: left;
}

.woocommerce-checkout #customer_details .form-row-last {
	float: right;
}

.woocommerce-checkout #customer_details .form-row-wide {
	clear: both;
}

.woocommerce-checkout #order_review_heading {
	margin: 0 0 10px;
	padding-top: 4px;
}

.woocommerce-checkout #order_review {
	position: sticky;
	top: 112px;
}

.woocommerce-checkout table.shop_table .product-name {
	padding-right: 12px;
}

.woocommerce-checkout table.shop_table .product-total,
.woocommerce-checkout table.shop_table tfoot td {
	text-align: right;
	white-space: nowrap;
}

.woocommerce-checkout #payment ul.payment_methods label {
	margin: 0;
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
	color: #1c1c1a;
}

.woocommerce-checkout #payment .terms,
.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
	font-size: 12px;
	line-height: 1.5;
	color: #7a7570;
}

@media (max-width: 1024px) {
	.woocommerce-checkout #customer_details .form-row-first,
	.woocommerce-checkout #customer_details .form-row-last {
		width: 100%;
		float: none;
	}

	.woocommerce-checkout #order_review {
		position: static;
		top: auto;
	}
}

/* Cart Block support (WP/Gutenberg Woo pages) */
.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-cart .is-large.wc-block-cart,
.woocommerce-cart .wc-block-cart {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 24px clamp(16px, 5vw, 80px) 64px;
	box-sizing: border-box;
}

.woocommerce-cart .wc-block-cart__main h1,
.woocommerce-cart .wp-block-woocommerce-cart h1,
.woocommerce-cart .wc-block-components-title {
	margin: 0 0 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(28, 28, 26, 0.08);
	font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: clamp(28px, 2.8vw, 44px);
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: #1c1c1a;
}

.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row {
	border-bottom: 1px solid rgba(28, 28, 26, 0.1);
	padding: 16px 0;
}

.woocommerce-cart .wc-block-cart-items .wc-block-cart-item__image img {
	background: #e5e0d8;
}

.woocommerce-cart .wc-block-components-product-name,
.woocommerce-cart .wc-block-components-product-name a {
	font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #1c1c1a;
	text-decoration: none;
}

.woocommerce-cart .wc-block-components-product-price__value,
.woocommerce-cart .wc-block-components-totals-item__value,
.woocommerce-cart .wc-block-formatted-money-amount {
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #1c1c1a;
}

.woocommerce-cart .wc-block-components-quantity-selector {
	border: 1px solid rgba(28, 28, 26, 0.18);
	min-height: 40px;
}

.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.woocommerce-cart .wc-block-components-button,
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-checkout-place-order-button {
	min-height: 42px;
	border: 1px solid #1c1c1a;
	background: #1c1c1a;
	color: #f8f6f2;
	border-radius: 0;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 10px 16px;
}

.woocommerce-cart .wc-block-components-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-components-checkout-place-order-button:hover {
	background: transparent;
	color: #1c1c1a;
}

.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon,
.woocommerce-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block {
	border: 1px solid rgba(28, 28, 26, 0.12);
	background: #f8f6f2;
	padding: 18px;
}

@media (max-width: 1024px) {
	.ec-cart {
		padding: 16px 0 44px;
	}

	.ec-cart__inner {
		padding: 0 16px;
	}

	.ec-cart .ec-cart-table .coupon {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 12px;
	}

	.ec-cart__collaterals .cross-sells ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.woocommerce-cart .wp-block-woocommerce-cart,
	.woocommerce-cart .is-large.wc-block-cart,
	.woocommerce-cart .wc-block-cart {
		padding: 16px 16px 44px;
	}
}

@media (max-width: 782px) {
	.ec-cart .ec-cart-table {
		border-spacing: 0;
		display: block;
	}

	.ec-cart .ec-cart-table thead {
		display: none;
	}

	.ec-cart .ec-cart-table tbody {
		display: block;
	}

	.ec-cart__collaterals .cross-sells ul.products {
		grid-template-columns: 1fr !important;
	}

	.ec-cart .ec-cart-table tr.woocommerce-cart-form__cart-item {
		display: grid;
		grid-template-columns: 96px 1fr auto;
		grid-template-rows: auto auto auto auto;
		column-gap: 14px;
		row-gap: 4px;
		padding: 16px 0;
		border-bottom: 1px solid rgba(28, 28, 26, 0.1);
		width: 100%;
		box-sizing: border-box;
	}

	.ec-cart .ec-cart-table tr.woocommerce-cart-form__cart-item td {
		border: 0;
		padding: 0;
		width: auto !important;
		max-width: none;
		text-align: left;
	}

	.ec-cart .ec-cart-table .product-thumbnail {
		grid-column: 1;
		grid-row: 1 / span 4;
	}

	.ec-cart .ec-cart-table .product-thumbnail img {
		width: 96px;
		height: 128px;
		display: block;
	}

	.ec-cart .ec-cart-table .product-name {
		grid-column: 2;
		grid-row: 1;
		font-size: 15px;
		line-height: 1.35;
		padding-right: 4px;
	}

	.ec-cart .ec-cart-table .product-remove {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
	}

	.ec-cart .ec-cart-table .product-price {
		grid-column: 2 / span 2;
		grid-row: 2;
		font-size: 14px;
		color: #4d4f52;
		text-align: left !important;
	}

	.ec-cart .ec-cart-table .product-quantity {
		grid-column: 2 / span 2;
		grid-row: 3;
	}

	.ec-cart .ec-cart-table .product-subtotal {
		grid-column: 2 / span 2;
		grid-row: 4;
		font-size: 15px;
		font-weight: 500;
		text-align: left !important;
	}

	.ec-cart .ec-cart-table .product-price::before { content: "Preis: "; color: #7a7c80; font-weight: 400; }
	.ec-cart .ec-cart-table .product-subtotal::before { content: "Summe: "; color: #7a7c80; font-weight: 400; }

	.ec-cart .ec-cart-table tr.cart_item ~ tr.cart_item {
		margin-top: 0;
	}

	.ec-cart .ec-cart-table tr:has(> td.actions) {
		display: block;
		padding-top: 16px;
	}

	.ec-cart .ec-cart-table td.actions {
		display: block;
		padding: 0;
	}

	.ec-cart .ec-cart-table .coupon {
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 12px;
	}

	.ec-cart .ec-cart-table .coupon .input-text {
		min-width: 0;
		width: 100%;
	}

	.ec-cart .button,
	.ec-cart .checkout-button.button {
		width: 100%;
		margin-top: 8px;
	}

	.ec-cart__collaterals .cart_totals {
		width: 100%;
	}
}

/* —— Woo Loop · Figma „05 · Product Teaser“ (151:4214) —— */
.woocommerce ul.products {
	display: grid;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.woocommerce.columns-1 ul.products {
	grid-template-columns: minmax(0, 1fr);
}

.woocommerce.columns-2 ul.products {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce.columns-3 ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce.columns-4 ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce.columns-5 ul.products {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.woocommerce.columns-6 ul.products {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

#product-archive #product-list ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

#product-archive #product-list ul.products li.product,
#product-archive #product-list ul.products li.ec-loop-card {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	clear: none !important;
}

@media (max-width: 1024px) {
	#product-archive #product-list ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.woocommerce.columns-4 ul.products,
	.woocommerce.columns-5 ul.products,
	.woocommerce.columns-6 ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.woocommerce ul.products,
	#product-archive #product-list ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.woocommerce ul.products,
	#product-archive #product-list ul.products {
		grid-template-columns: minmax(0, 1fr);
	}
}

.products li.ec-loop-card {
	position: relative;
	margin: 0;
	background: transparent;
	overflow: hidden;
	min-width: 0;
}

.products li.ec-loop-card .ec-loop-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	text-decoration: none;
	color: inherit;
}

.products li.ec-loop-card .ec-loop-card__inner {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	box-sizing: border-box;
}

.products li.ec-loop-card .ec-loop-card__media {
	position: relative;
	z-index: 0;
	isolation: isolate;
	overflow: hidden;
	flex-shrink: 0;
	width: 100%;
	aspect-ratio: 1707 / 2560;
	height: auto;
	background: #e5e0d8;
}

.products li.ec-loop-card .ec-loop-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		to bottom,
		rgba(28, 28, 26, 0) 0%,
		rgba(28, 28, 26, 0) 60%,
		rgba(28, 28, 26, 0.52) 100%
	);
}

.products li.ec-loop-card .ec-loop-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Zweites Galeriebild beim Hover */
.products li.ec-loop-card .ec-loop-card__thumb-stack {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0;
}

.products li.ec-loop-card .ec-loop-card__thumb-stack .ec-loop-card__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.35s ease;
}

.products li.ec-loop-card .ec-loop-card__thumb-stack .ec-loop-card__img--primary {
	z-index: 0;
	opacity: 1;
}

.products li.ec-loop-card .ec-loop-card__thumb-stack .ec-loop-card__img--hover {
	z-index: 0;
	opacity: 0;
}

.products li.ec-loop-card .ec-loop-card__media.ec-loop-card__media--has-hover:hover .ec-loop-card__img--primary {
	opacity: 0;
}

.products li.ec-loop-card .ec-loop-card__media.ec-loop-card__media--has-hover:hover .ec-loop-card__img--hover {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.products li.ec-loop-card .ec-loop-card__thumb-stack .ec-loop-card__img {
		transition: none;
	}
}

.products li.ec-loop-card .ec-loop-card__media > a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 0;
}

.products li.ec-loop-card .ec-loop-card__media > a img {
	height: 100%;
}

.products li.ec-loop-card .ec-loop-card__media .onsale,
.products li.ec-loop-card .ec-loop-card__media span.onsale {
	display: none !important;
}

/* Badge oben links — über Bild & Verlauf */
.ec-product-badge {
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 5;
	box-sizing: border-box;
	max-width: calc(100% - 32px);
	padding: 8px 16px;
	border-radius: 2px;
	overflow: hidden;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	pointer-events: none;
}

.ec-product-badge--new {
	background: #1c1c1a;
	color: #f8f6f2;
}

.ec-product-badge--light {
	background: #f8f6f2;
	color: #1c1c1a;
}

.ec-product-badge--accent {
	background: #c4ab8a;
	color: #1c1c1a;
}

.products li.ec-loop-card .ec-loop-card__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 16px 16px 24px;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	background: transparent;
	box-shadow: none;
}

/* Falls WVS/Elementor dennoch Markup einblendet */
.products li.ec-loop-card .ec-loop-card__body .wvs-archive-variations-wrapper,
.products li.ec-loop-card .ec-loop-card__body .wvs-archive-information {
	display: none !important;
}

.elementor-widget-woocommerce-products .products li.ec-loop-card .ec-loop-card__body {
	background: transparent !important;
}

.products li.ec-loop-card .ec-loop-card__title {
	margin: 0;
	font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #1c1c1a;
}

.products li.ec-loop-card .ec-loop-card__meta {
	margin: 0;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	color: #7a7570;
}

.products li.ec-loop-card .ec-loop-card__price {
	width: 100%;
}

.products li.ec-loop-card .ec-loop-card__price .price {
	margin: 0;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #1c1c1a !important;
}

.products li.ec-loop-card .ec-loop-card__price del {
	opacity: 0.55;
	text-decoration: line-through;
}

.products li.ec-loop-card .ec-loop-card__price ins {
	text-decoration: none;
	background: transparent;
}

.products li.ec-loop-card .ec-loop-card__price del bdi {
	font-size: 12px;
	font-weight: 400;
}

.products li.ec-loop-card .ec-loop-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 4px;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	color: #7a7570;
}

.products li.ec-loop-card .ec-loop-card__cta-icon {
	flex-shrink: 0;
	display: block;
}

/* Hide before pseudoelement */
ul.products::before{
	display: none !important;
}

/* Heading */
#product-categories h2{
	font-size:25px;
}

/* List Item */
.product-categories-list li li{
	text-transform:uppercase;
}

/* List Item */
#product-categories .product-categories-list > li{
	text-transform:uppercase;
	
}

.filter-button {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid rgba(28, 28, 26, 0.18);
	background: transparent;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1c1c1a;
	cursor: pointer;
}

.filter-popup {
	position: fixed;
	inset: 0;
	z-index: 100001;
	padding: 0;
	visibility: hidden;
	pointer-events: none;
}

.filter-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(28, 28, 26, 0.46);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.filter-popup.active {
	visibility: visible;
	pointer-events: auto;
}

.filter-popup.active .filter-popup__backdrop {
	opacity: 1;
}

body.filter-popup-open {
	overflow: hidden;
}

.filter-popup__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(92vw, 380px);
	height: 100%;
	background: #fdfcf9;
	padding: 20px 18px 28px;
	box-sizing: border-box;
	overflow-y: auto;
	transform: translateX(100%);
	transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
	box-shadow: -8px 0 24px rgba(28, 28, 26, 0.08);
}

.filter-popup.active .filter-popup__panel {
	transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
	.filter-popup__backdrop,
	.filter-popup__panel {
		transition: none;
	}
}

.filter-popup__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid rgba(28, 28, 26, 0.1);
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.filter-popup__head h2 {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

button.close-filter {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 36px !important;
	height: 36px !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 -8px 0 0 !important;
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #1c1c1a !important;
	cursor: pointer;
	border-radius: 50% !important;
	transition: background-color 0.15s ease;
}

button.close-filter:hover,
button.close-filter:focus-visible {
	background: rgba(28, 28, 26, 0.06) !important;
	background-color: rgba(28, 28, 26, 0.06) !important;
	outline: none;
}

button.close-filter svg,
button.close-filter svg path {
	stroke: #1c1c1a !important;
	fill: none !important;
}

.product-categories-popup-list,
#product-categories .product-categories-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-categories-popup-list li,
#product-categories .product-categories-list li {
	margin: 0;
	padding: 0;
}

.product-categories-popup-list a,
#product-categories .product-categories-list a {
	display: inline-flex;
	padding: 7px 0;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1c1c1a;
	text-decoration: none;
}

.product-categories-popup-list a {
	display: block;
	padding: 12px 4px;
	border-bottom: 1px solid rgba(28, 28, 26, 0.06);
}

.product-categories-popup-list li:last-child > a {
	border-bottom: 0;
}

.product-categories-popup-list a:hover,
#product-categories .product-categories-list a:hover,
.product-categories-popup-list .current-cat > a,
#product-categories .product-categories-list .current-cat > a {
	text-decoration: underline;
}

.product-categories-popup-list .current-cat > a {
	font-weight: 500;
	text-decoration: none;
}

/* Aufklappbare Kategorien */
.product-categories-popup-list .cat-row,
#product-categories .product-categories-list .cat-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	border-bottom: 1px solid rgba(28, 28, 26, 0.06);
}

.product-categories-popup-list li.has-children > .cat-row > a,
#product-categories .product-categories-list li.has-children > .cat-row > a {
	flex: 1;
	border-bottom: 0;
	padding-right: 0;
}

button.cat-toggle {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 32px !important;
	height: 32px !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #1c1c1a !important;
	cursor: pointer;
	border-radius: 50% !important;
	flex-shrink: 0;
	transition: background-color 0.15s ease, transform 0.2s ease;
}

button.cat-toggle svg,
button.cat-toggle svg path {
	stroke: #1c1c1a !important;
	fill: none !important;
}

button.cat-toggle:hover,
button.cat-toggle:focus-visible {
	background: rgba(28, 28, 26, 0.06) !important;
	background-color: rgba(28, 28, 26, 0.06) !important;
	outline: none;
}

li.has-children.is-open > .cat-row > .cat-toggle {
	transform: rotate(180deg);
}

li.has-children > .subcat-list {
	display: none;
	padding: 4px 0 4px 14px;
	margin: 0 0 0 4px;
	list-style: none;
	border-left: 1px solid rgba(28, 28, 26, 0.08);
}

li.has-children.is-open > .subcat-list {
	display: block;
}

@media (max-width: 1024px) {
	#product-archive {
		padding: 16px 0 40px;
	}

	#product-archive .product-archive-inner {
		padding: 0 16px;
	}

	#product-archive .product-archive-row {
		display: block;
	}

	#product-categories {
		display: none;
	}

	.filter-button {
		display: inline-flex;
	}
}

/* —— Page canvas (gleiche Grundfarbe wie Header) —— */
:root {
	--ec-page-bg: #fdfcf9;
}

html,
body {
	background-color: var(--ec-page-bg);
}

/* —— Header (Figma Elemente-Clemente-Redesign, header.desktop) —— */
#site-header.ec-header.site-header.dynamic-header {
	display: block;
	padding: 0;
}

.ec-header {
	background: var(--ec-page-bg);
	font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #1c1c1a;
	border-bottom: 0;
}

@media (min-width: 1025px) {
	#site-header.ec-header.site-header.dynamic-header {
		position: sticky;
		top: 0;
		z-index: 1000;
	}

	body.admin-bar #site-header.ec-header.site-header.dynamic-header {
		top: 32px;
	}
}

.ec-header__inner {
	max-width: none;
	margin: 0 auto;
	min-height: 88px;
	padding: 0 clamp(16px, 5vw, 80px);
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-template-areas: "nav logo actions";
	align-items: center;
	column-gap: 24px;
}

/* Hamburger nur schmale Viewports — Desktop hart ausblenden (nach Hello/Elementor laden). */
#site-header.ec-header .ec-header__toggle {
	display: none !important;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
	background: transparent;
	color: #1c1c1a;
}

@media (max-width: 1024px) {
	#site-header.ec-header .ec-header__toggle {
		display: flex !important;
		visibility: visible;
		pointer-events: auto;
		position: static;
		width: 44px;
		min-width: 44px;
		max-width: 44px;
		height: 44px;
		margin: 0;
		overflow: visible;
		clip: auto;
		clip-path: none;
		white-space: normal;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 5px;
		box-sizing: border-box;
		padding: 0;
		cursor: pointer;
		flex-shrink: 0;
		grid-area: toggle;
		justify-self: start;
		align-self: center;
	}
}

.ec-header__toggle-bar {
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
}

.ec-header__nav--desktop {
	grid-area: nav;
	justify-self: start;
}

.ec-header__mobile-drawer {
	display: none;
}

.ec-header__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.ec-header__nav-list > li {
	margin: 0;
	padding: 0;
	position: relative;
}

.ec-header__nav-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: #1c1c1a;
	border-bottom: 1px solid transparent;
}

.ec-header__nav-list a:hover,
.ec-header__nav-list a:focus-visible {
	border-bottom-color: currentColor;
	outline: none;
}

.ec-header__nav-list .current-menu-item > a {
	border-bottom-color: currentColor;
}

.ec-header__nav-list .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 12rem;
	margin: 0;
	padding: 16px 24px;
	list-style: none;
	background: #BBB4AC;
	box-shadow: -100vw 0 0 #BBB4AC, 100vw 0 0 #BBB4AC, 0 8px 24px rgba(28, 28, 26, 0.12);
	z-index: 20;
}

.ec-header__nav-list li.is-open > .sub-menu,
.ec-header__nav-list li:focus-within > .sub-menu {
	display: block;
}

.ec-header__nav-list > li > .sub-menu::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 12px;
}

.ec-header__nav-list .sub-menu a {
	justify-content: flex-start;
	padding: 10px 16px;
	min-height: 0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 14px;
	border-bottom: 0;
}

.ec-header__nav-list .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.ec-header__logo {
	grid-area: logo;
	justify-self: center;
	display: block;
	line-height: 0;
}

.ec-header__logo img {
	display: block;
	width: 80px;
	height: auto;
	max-height: 64px;
	object-fit: contain;
}

.ec-header__actions {
	grid-area: actions;
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 8px;
}

.ec-header__langs {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	line-height: 1.6;
}

.ec-header__lang {
	color: #1c1c1a;
	text-decoration: none;
}

.ec-header__lang:hover,
.ec-header__lang:focus-visible {
	text-decoration: underline;
	outline: none;
}

.ec-header__lang--current {
	cursor: default;
	text-decoration: none;
}

.ec-header__lang-sep {
	font-size: 12px;
	line-height: 1.5;
	color: #1c1c1a;
}

.ec-header__icon-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	color: #1c1c1a;
	text-decoration: none;
	transition: background 0.15s ease;
}

.ec-header__cart-count {
	position: absolute;
	top: 3px;
	right: 3px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #1c1c1a;
	color: #fdfcf9;
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
}

.ec-header__cart-count.is-empty {
	display: none;
}

.ec-header__icon-btn:hover,
.ec-header__icon-btn:focus-visible {
	background: rgba(28, 28, 26, 0.06);
	outline: none;
}

.ec-header__icon {
	display: block;
}

@media (max-width: 1024px) {
	.ec-header__inner {
		grid-template-columns: 1fr auto 1fr;
		grid-template-areas: "toggle logo actions";
		min-height: 72px;
		padding: 0 16px;
	}

	.ec-header__inner > .ec-header__toggle {
		justify-self: start;
	}

	.ec-header__inner > .ec-header__actions {
		justify-self: end;
	}

	.ec-header__nav--desktop {
		display: none !important;
	}

	.ec-header__mobile-drawer {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 100000;
		pointer-events: none;
		visibility: hidden;
	}

	.ec-header__mobile-drawer.is-open {
		pointer-events: auto;
		visibility: visible;
	}

	.ec-header__mobile-drawer-backdrop {
		position: absolute;
		inset: 0;
		border: 0;
		padding: 0;
		margin: 0;
		background: rgba(0, 0, 0, 0.45);
		cursor: pointer;
		opacity: 0;
		transition: opacity 0.35s ease;
	}

	.ec-header__mobile-drawer.is-open .ec-header__mobile-drawer-backdrop {
		opacity: 1;
	}

	.ec-header__mobile-drawer-panel {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: min(100vw - 40px, 400px);
		max-width: 92vw;
		display: flex;
		flex-direction: column;
		background: #ffffff;
		box-shadow: 4px 0 32px rgba(0, 0, 0, 0.12);
		transform: translateX(-105%);
		transition: transform 0.38s cubic-bezier(0.32, 0.72, 0, 1);
	}

	.ec-header__mobile-drawer.is-open .ec-header__mobile-drawer-panel {
		transform: translateX(0);
	}

	.ec-header__mobile-drawer-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-shrink: 0;
		min-height: 52px;
		padding: 0 18px 0 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.ec-header__mobile-drawer-title {
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #121212;
	}

	.ec-header__mobile-drawer-close {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		margin-right: -8px;
		padding: 0;
		border: 0;
		border-radius: 4px;
		background: transparent;
		color: #121212;
		cursor: pointer;
		transition: background 0.15s ease;
	}

	.ec-header__mobile-drawer-close:hover,
	.ec-header__mobile-drawer-close:focus-visible {
		background: rgba(0, 0, 0, 0.06);
		outline: none;
	}

	.ec-header__mobile-drawer-body {
		flex: 1;
		min-height: 0;
		overflow: hidden;
		position: relative;
	}

	.ec-header__mobile-drawer-track {
		display: flex;
		height: 100%;
		will-change: transform;
		transition: transform 0.38s cubic-bezier(0.32, 0.72, 0, 1);
	}

	.ec-header__mobile-drawer-page {
		flex-shrink: 0;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		padding: 8px 0 28px;
		box-sizing: border-box;
	}

	.ec-header__mobile-drawer-subhead {
		display: flex;
		align-items: center;
		gap: 4px;
		min-height: 48px;
		padding: 0 8px 0 4px;
		margin: 0 0 4px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		position: sticky;
		top: 0;
		z-index: 1;
		background: #ffffff;
	}

	.ec-header__mobile-drawer-backlevel,
	.ec-header__mobile-drawer-backlevel:hover,
	.ec-header__mobile-drawer-backlevel:focus,
	.ec-header__mobile-drawer-backlevel:focus-visible,
	.ec-header__mobile-drawer-backlevel:active {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 4px;
		border: 0;
		background: transparent !important;
		color: #121212 !important;
		cursor: pointer;
		outline: none;
		box-shadow: none;
	}
	.ec-header__mobile-drawer-backlevel svg path { stroke: #121212 !important; }

	.ec-header__mobile-drawer-backlevel span {
		display: none;
	}

	.ec-header__mobile-drawer-backlevel svg {
		flex-shrink: 0;
		opacity: 1;
	}

	.ec-header__mobile-drawer-subtitle {
		font-size: 15px;
		font-weight: 500;
		color: rgba(18, 18, 18, 0.55);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		flex: 1;
		min-width: 0;
	}

	.ec-header__mobile-drawer-subnav {
		padding: 0 8px;
	}

	.ec-header__mobile-drawer-page--root .ec-header__nav-list .sub-menu {
		display: none !important;
	}

	.ec-header__mobile-drawer-page--root .menu-item-has-children > a {
		position: relative;
		padding-right: 40px;
	}

	.ec-header__mobile-drawer-page--root .menu-item-has-children > a::after {
		content: "";
		position: absolute;
		right: 16px;
		top: 50%;
		width: 7px;
		height: 7px;
		margin-top: -5px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(-45deg);
		opacity: 0.4;
		pointer-events: none;
	}

	.ec-header__mobile-drawer .ec-header__nav-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 0 8px;
	}

	.ec-header__mobile-drawer .ec-header__nav-list > li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}

	.ec-header__mobile-drawer .ec-header__nav-list > li:last-child {
		border-bottom: 0;
	}

	.ec-header__mobile-drawer .ec-header__nav-list a {
		justify-content: flex-start;
		width: 100%;
		min-height: 48px;
		padding: 14px 12px;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.02em;
		text-transform: none;
		color: #121212;
		border-bottom: 0;
	}

	.ec-header__mobile-drawer-page:not(.ec-header__mobile-drawer-page--root) .sub-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.ec-header__mobile-drawer-page:not(.ec-header__mobile-drawer-page--root) .sub-menu > li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}

	.ec-header__mobile-drawer-page:not(.ec-header__mobile-drawer-page--root) .sub-menu > li:last-child {
		border-bottom: 0;
	}

	.ec-header__mobile-drawer-page:not(.ec-header__mobile-drawer-page--root) .sub-menu a {
		display: flex;
		align-items: center;
		min-height: 48px;
		padding: 14px 12px;
		font-size: 15px;
		color: #121212;
		text-decoration: none;
	}

	.ec-header__mobile-drawer-page:not(.ec-header__mobile-drawer-page--root) .menu-item-has-children > a {
		position: relative;
		padding-right: 40px;
	}

	.ec-header__mobile-drawer-page:not(.ec-header__mobile-drawer-page--root) .menu-item-has-children > a::after {
		content: "";
		position: absolute;
		right: 16px;
		top: 50%;
		width: 7px;
		height: 7px;
		margin-top: -5px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(-45deg);
		opacity: 0.4;
		pointer-events: none;
	}

	.ec-header__mobile-drawer-page:not(.ec-header__mobile-drawer-page--root) .sub-menu .sub-menu {
		display: none !important;
	}

	.ec-header__logo {
		justify-self: center;
	}

	.ec-header__logo img {
		width: 64px;
	}

	.ec-header__actions {
		gap: 4px;
	}

	.ec-header__actions .ec-header__langs {
		display: none;
	}

	.ec-header__mobile-drawer-langs {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
		margin: 24px 16px 16px;
		padding: 16px 0 0;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		font-size: 15px;
	}
	.ec-header__mobile-drawer-langs .ec-header__lang {
		font-size: 15px;
	}
}

@media (max-width: 1024px) and (prefers-reduced-motion: reduce) {
	.ec-header__mobile-drawer-backdrop,
	.ec-header__mobile-drawer-panel,
	.ec-header__mobile-drawer-track {
		transition-duration: 0.01ms !important;
	}
}

body.ec-header-nav-open {
	overflow: hidden;
}

/* —— Footer (Figma footer.desktop / footer.mobile) —— */
/* Hello `.site-footer` padding/border kann sonst eine helle Kante zeigen */
#site-footer.ec-footer.site-footer {
	padding-block: 0;
	margin-block-start: 0;
	border: none;
	box-shadow: none;
	background: #4d4f52;
}

.ec-footer {
	background: #4d4f52;
	color: #f8f6f2;
	font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ec-footer a {
	color: #f8f6f2;
	text-decoration: none;
}

.ec-footer a:hover,
.ec-footer a:focus-visible {
	text-decoration: underline;
	outline: none;
}

.ec-footer__main {
	overflow: hidden;
}

.ec-footer__inner {
	box-sizing: border-box;
	max-width: none;
	margin: 0 auto;
	/* Gleiche horizontale Einrückung wie `.ec-header__inner` → Kanten bündig */
	padding: 64px clamp(16px, 5vw, 80px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px 32px;
}

.ec-footer__brand {
	flex: 0 1 220px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.ec-footer__logo {
	display: block;
	line-height: 0;
}

.ec-footer__logo-img {
	display: block;
	width: 120px;
	height: auto;
	filter: brightness(0) invert(1);
}

.ec-footer__tagline {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #f8f6f2;
	max-width: 22rem;
}

.ec-footer__social {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 4px;
}

.ec-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #f8f6f2;
}

.ec-footer__social-link:hover,
.ec-footer__social-link:focus-visible {
	color: #f8f6f2;
	text-decoration: none;
	opacity: 0.85;
}

.ec-footer__social-icon {
	display: block;
	width: 20px;
	height: 20px;
}

.ec-footer__columns {
	flex: 1 1 0;
	min-width: min(100%, 640px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px 16px;
}

.ec-footer__col {
	flex: 1 1 100px;
	min-width: 0;
	max-width: 180px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.ec-footer__col-title {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #f8f6f2;
}

.ec-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}

.ec-footer__list > li {
	margin: 0;
	padding: 0;
	width: 100%;
}

.ec-footer__list a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #f8f6f2;
	text-decoration: none;
}

.ec-footer__list a:hover,
.ec-footer__list a:focus-visible {
	text-decoration: underline;
}

/* Nur vertikal — horizontales Padding wie bei `.ec-footer__inner` INNEN der 1440px-Box,
   sonst sitzt Copyright / Legal-Links versetzt zum Block darüber */
.ec-footer__legal-bar {
	padding-block: 24px 32px;
	padding-inline: 0;
	box-sizing: border-box;
}

.ec-footer__legal-inner {
	box-sizing: border-box;
	max-width: none;
	margin: 0 auto;
	padding-inline: clamp(16px, 5vw, 80px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
}

.ec-footer__legal-left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 24px;
	min-width: 0;
}

.ec-footer__copyright {
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #f8f6f2;
	white-space: nowrap;
}

.ec-footer__langs {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	line-height: 1.5;
}

.ec-footer__lang {
	color: #f8f6f2;
	text-decoration: none;
}

.ec-footer__lang:hover,
.ec-footer__lang:focus-visible {
	text-decoration: underline;
}

.ec-footer__lang--current {
	cursor: default;
	text-decoration: none;
}

.ec-footer__lang-sep {
	font-size: 12px;
	line-height: 1.5;
	color: #f8f6f2;
}

.ec-footer__legal-nav .ec-footer__legal-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
}

.ec-footer__legal-nav .ec-footer__legal-list > li {
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	line-height: 1.5;
}

.ec-footer__legal-nav .ec-footer__legal-list > li:not(:last-child)::after {
	content: "·";
	display: inline-block;
	margin: 0 8px;
	color: #f8f6f2;
	pointer-events: none;
}

.ec-footer__legal-nav .ec-footer__legal-list a {
	font-size: 12px;
	line-height: 1.5;
	color: #f8f6f2;
	text-decoration: none;
}

.ec-footer__legal-nav .ec-footer__legal-list a:hover,
.ec-footer__legal-nav .ec-footer__legal-list a:focus-visible {
	text-decoration: underline;
}

/* Wie Header: ab gleichem Breakpoint feste 16px Seitenabstände */
@media (max-width: 1024px) {
	.ec-footer__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ec-footer__legal-inner {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 900px) {
	.ec-footer__inner {
		flex-direction: column;
		align-items: stretch;
		padding: 40px 16px 0;
		gap: 0;
	}

	.ec-footer__brand {
		flex: none;
		max-width: none;
		padding-bottom: 32px;
	}

	.ec-footer__tagline {
		font-size: 12px;
		line-height: 1.5;
		max-width: none;
	}

	.ec-footer__columns {
		display: grid;
		grid-template-columns: 1fr 1fr;
		min-width: 0;
		max-width: none;
		gap: 28px 24px;
		padding-bottom: 8px;
	}

	.ec-footer__col {
		max-width: none;
		width: 100%;
		padding: 0;
		gap: 10px;
		box-sizing: border-box;
	}

	.ec-footer__col-title {
		width: 100%;
	}

	.ec-footer__list {
		gap: 12px;
	}

	.ec-footer__list a {
		width: 100%;
	}

	.ec-footer__legal-bar {
		padding-block: 24px 40px;
		padding-inline: 0;
	}

	.ec-footer__legal-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.ec-footer__legal-left {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.ec-footer__copyright {
		white-space: normal;
	}
}

/* Checkout/Cart: reduzierter Header/Footer — nur Logo oben, Legal-Nav unten */
body.woocommerce-checkout .ec-header__toggle,
body.woocommerce-checkout .ec-header__actions,
body.woocommerce-checkout .ec-header__nav,
body.woocommerce-checkout .ec-header__mobile-drawer,
body.woocommerce-cart .ec-header__toggle,
body.woocommerce-cart .ec-header__actions,
body.woocommerce-cart .ec-header__nav,
body.woocommerce-cart .ec-header__mobile-drawer {
	display: none !important;
}

body.woocommerce-checkout .ec-header__inner,
body.woocommerce-cart .ec-header__inner {
	display: flex !important;
	grid-template-columns: none !important;
	grid-template-areas: none !important;
	justify-content: center !important;
	align-items: center !important;
	min-height: 96px;
	padding: 16px clamp(16px, 5vw, 80px) !important;
}

body.woocommerce-checkout .ec-header__logo,
body.woocommerce-cart .ec-header__logo {
	display: inline-flex;
	margin: 0 auto;
	grid-area: auto !important;
}

body.woocommerce-checkout #site-header.ec-header,
body.woocommerce-cart #site-header.ec-header {
	border-bottom: 1px solid rgba(28, 28, 26, 0.08);
}

body.woocommerce-checkout .ec-footer__main,
body.woocommerce-checkout .ec-footer__legal-left,
body.woocommerce-cart .ec-footer__main,
body.woocommerce-cart .ec-footer__legal-left {
	display: none !important;
}

body.woocommerce-checkout .ec-footer__legal-inner,
body.woocommerce-cart .ec-footer__legal-inner {
	justify-content: center;
}

body.woocommerce-checkout .ec-footer__legal-nav,
body.woocommerce-cart .ec-footer__legal-nav {
	width: 100%;
	justify-content: center;
	text-align: center;
}

/* —— Product archive pagination —— */
#product-archive .product-archive-main > .pagination,
#product-archive .product-archive-main > nav.pagination {
	margin-top: 56px;
	padding-top: 28px;
	border-top: 1px solid rgba(28, 28, 26, 0.08);
}

#product-archive .pagination .nav-links,
#product-archive .pagination > .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#product-archive .pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	color: #1c1c1a;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 999px;
	transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}

#product-archive .pagination a.page-numbers:hover {
	border-color: rgba(28, 28, 26, 0.2);
}

#product-archive .pagination .page-numbers.current {
	font-weight: 600;
	border-color: #1c1c1a;
}

#product-archive .pagination .page-numbers.dots {
	color: rgba(28, 28, 26, 0.5);
	border-color: transparent;
	min-width: 24px;
	padding: 0 4px;
}

#product-archive .pagination .page-numbers.dots:hover {
	border-color: transparent;
}

#product-archive .pagination .prev,
#product-archive .pagination .next {
	padding: 0 18px;
	font-weight: 500;
	border-color: rgba(28, 28, 26, 0.15);
}

#product-archive .pagination .prev {
	margin-right: 8px;
}

#product-archive .pagination .next {
	margin-left: 8px;
}

#product-archive .pagination .prev:hover,
#product-archive .pagination .next:hover {
	background: #1c1c1a;
	color: #fff;
	border-color: #1c1c1a;
}

@media (max-width: 600px) {
	#product-archive .product-archive-main > .pagination,
	#product-archive .product-archive-main > nav.pagination {
		margin-top: 40px;
		padding-top: 20px;
	}

	#product-archive .pagination .page-numbers {
		min-width: 36px;
		height: 36px;
		padding: 0 10px;
		font-size: 14px;
	}

	#product-archive .pagination .prev,
	#product-archive .pagination .next {
		padding: 0 14px;
	}
}
}
/* --- Bild-Fokus (Desktop + Mobile) ------------------------------- */
.ec-focal {
	background-position: var(--focal-x, 50%) var(--focal-y, 0%) !important;
}

@media (max-width: 768px) {
	.ec-focal {
		background-position:
			var(--focal-x-mobile, var(--focal-x, 50%))
			var(--focal-y-mobile, var(--focal-y, 0%)) !important;
	}
}

/* --- Kontakt-Seite ------------------------------------- */
.ec-kontakt {
	background: var(--ec-page-bg, #fdfcf9);
	padding: clamp(56px, 9vw, 120px) clamp(20px, 6vw, 80px) clamp(80px, 12vw, 160px);
}
.ec-kontakt__inner {
	max-width: 760px;
	margin: 0 auto;
	color: #1c1c1a;
}
.ec-kontakt__head {
	text-align: left;
	margin-bottom: 40px;
}
.ec-kontakt__eyebrow {
	margin: 0 0 12px;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ec-cta, #b68973);
}
.ec-kontakt__title {
	margin: 0 0 16px;
	font-size: clamp(28px, 4vw, 48px);
	line-height: 1.15;
	font-weight: 400;
}
.ec-kontakt__intro {
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
	color: #3a3a38;
}
.ec-kontakt__form {
	display: grid;
	gap: 24px;
}
.ec-kontakt__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
@media (max-width: 640px) {
	.ec-kontakt__row { grid-template-columns: 1fr; }
}
.ec-kontakt__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	letter-spacing: 0.03em;
}
.ec-kontakt__field--full { grid-column: 1 / -1; }
.ec-kontakt__field input,
.ec-kontakt__field textarea {
	padding: 12px 14px;
	font: inherit;
	color: #1c1c1a;
	background: #fff;
	border: 1px solid #c9c4ba;
	border-radius: 0;
	outline: none;
	transition: border-color .15s ease;
}
.ec-kontakt__field input:focus,
.ec-kontakt__field textarea:focus {
	border-color: var(--ec-cta, #b68973);
}
.ec-kontakt__field--error input,
.ec-kontakt__field--error textarea {
	border-color: #b94646;
}
.ec-kontakt__checkbox {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 14px;
	line-height: 1.5;
}
.ec-kontakt__checkbox input { margin-top: 4px; }
.ec-kontakt__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.ec-kontakt__success,
.ec-kontakt__error {
	padding: 16px 20px;
	margin: 0 0 24px;
	border-radius: 0;
	font-size: 15px;
	line-height: 1.55;
}
.ec-kontakt__success {
	background: #e9efe1;
	border-left: 3px solid #5a8442;
}
.ec-kontakt__error {
	background: #f7e8e8;
	border-left: 3px solid #b94646;
}
