/* ==========================================================
   Schäfer Warenkorb & Kasse Design
   Hello Elementor + klassische WooCommerce-Seiten + Blocks
   ========================================================== */

body.sh-ccd-active {
	--sh-ccd-border: rgba(8, 27, 51, .11);
	--sh-ccd-muted: #66717f;
	--sh-ccd-soft: #f3f1ee;
	--sh-ccd-white: #fff;
	background: var(--sh-ccd-bg) !important;
	color: var(--sh-ccd-navy);
	font-family: Inter, Arial, sans-serif !important;
}

body.sh-ccd-active .site-main,
body.sh-ccd-active main {
	width: min(calc(100% - 48px), var(--sh-ccd-container)) !important;
	max-width: var(--sh-ccd-container) !important;
	margin-inline: auto !important;
	padding-top: 34px;
	padding-bottom: 72px;
}

/* Intro */
.sh-ccd-intro {
	position: relative;
	margin: 0 0 30px;
	padding: clamp(28px, 4vw, 52px);
	overflow: hidden;
	border: 1px solid var(--sh-ccd-border);
	border-radius: calc(var(--sh-ccd-radius) + 6px);
	background:
		radial-gradient(circle at 88% 0, rgba(195,95,42,.11), transparent 34%),
		#fff;
	box-shadow: 0 18px 50px rgba(8,27,51,.06);
}

.sh-ccd-intro::after {
	content: "";
	position: absolute;
	right: -80px;
	top: -115px;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(195,95,42,.12);
	border-radius: 50%;
	pointer-events: none;
}

.sh-ccd-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 12px;
	color: var(--sh-ccd-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.sh-ccd-eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	border-radius: 99px;
	background: currentColor;
}

.sh-ccd-intro h1 {
	margin: 0 0 13px !important;
	color: var(--sh-ccd-navy) !important;
	font-size: clamp(36px, 5vw, 58px) !important;
	line-height: 1.02 !important;
	font-weight: 700 !important;
	letter-spacing: -.05em !important;
}

.sh-ccd-intro p {
	max-width: 720px;
	margin: 0;
	color: var(--sh-ccd-muted);
	font-size: 16px;
	line-height: 1.7;
}

/* Hinweise */
body.sh-ccd-active .woocommerce-notices-wrapper {
	margin-bottom: 22px;
}

body.sh-ccd-active .woocommerce-message,
body.sh-ccd-active .woocommerce-info,
body.sh-ccd-active .woocommerce-error,
body.sh-ccd-active .wc-block-components-notice-banner {
	margin: 0 0 18px !important;
	padding: 18px 20px 18px 52px !important;
	border: 1px solid var(--sh-ccd-border) !important;
	border-top: 3px solid var(--sh-ccd-accent) !important;
	border-radius: 12px !important;
	background: #fff !important;
	color: var(--sh-ccd-navy) !important;
	box-shadow: 0 12px 30px rgba(8,27,51,.05) !important;
}

body.sh-ccd-active .woocommerce-message::before,
body.sh-ccd-active .woocommerce-info::before,
body.sh-ccd-active .woocommerce-error::before {
	top: 20px !important;
	left: 20px !important;
	color: var(--sh-ccd-accent) !important;
}

/* Allgemeine Buttons */
body.sh-ccd-active .woocommerce a.button,
body.sh-ccd-active .woocommerce button.button,
body.sh-ccd-active .woocommerce input.button,
body.sh-ccd-active .wc-block-components-button,
body.sh-ccd-active .wp-element-button {
	min-height: 48px !important;
	padding: 0 20px !important;
	border: 1px solid var(--sh-ccd-navy) !important;
	border-radius: 8px !important;
	background: var(--sh-ccd-navy) !important;
	color: #fff !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 650 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease !important;
}

body.sh-ccd-active .woocommerce a.button:hover,
body.sh-ccd-active .woocommerce button.button:hover,
body.sh-ccd-active .woocommerce input.button:hover,
body.sh-ccd-active .wc-block-components-button:hover,
body.sh-ccd-active .wp-element-button:hover {
	border-color: var(--sh-ccd-accent) !important;
	background: var(--sh-ccd-accent) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(195,95,42,.18) !important;
}

body.sh-ccd-active .checkout-button,
body.sh-ccd-active #place_order,
body.sh-ccd-active .wc-block-cart__submit-button,
body.sh-ccd-active .wc-block-components-checkout-place-order-button {
	border-color: var(--sh-ccd-accent) !important;
	background: var(--sh-ccd-accent) !important;
	box-shadow: 0 14px 30px rgba(195,95,42,.20) !important;
}

body.sh-ccd-active .checkout-button:hover,
body.sh-ccd-active #place_order:hover,
body.sh-ccd-active .wc-block-cart__submit-button:hover,
body.sh-ccd-active .wc-block-components-checkout-place-order-button:hover {
	border-color: var(--sh-ccd-accent-dark) !important;
	background: var(--sh-ccd-accent-dark) !important;
}

/* ==========================================================
   KLASSISCHER WARENKORB
   ========================================================== */

body.sh-ccd-cart .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr);
	gap: 28px;
	align-items: start;
}

body.sh-ccd-cart .woocommerce > .sh-ccd-intro,
body.sh-ccd-cart .woocommerce > .woocommerce-notices-wrapper,
body.sh-ccd-cart .woocommerce > .woocommerce-message,
body.sh-ccd-cart .woocommerce > .woocommerce-info,
body.sh-ccd-cart .woocommerce > .woocommerce-error {
	grid-column: 1 / -1;
}

body.sh-ccd-cart .woocommerce-cart-form {
	grid-column: 1;
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--sh-ccd-border);
	border-radius: var(--sh-ccd-radius);
	background: #fff;
	box-shadow: 0 18px 48px rgba(8,27,51,.06);
}

body.sh-ccd-cart .woocommerce-cart-form table.shop_table {
	margin: 0 !important;
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 0 !important;
}

body.sh-ccd-cart table.shop_table thead {
	background: var(--sh-ccd-navy);
	color: #fff;
}

body.sh-ccd-cart table.shop_table thead th {
	padding: 17px 16px !important;
	border: 0 !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.sh-ccd-cart table.shop_table tbody td {
	padding: 20px 16px !important;
	border-top: 1px solid var(--sh-ccd-border) !important;
	background: #fff;
	vertical-align: middle;
}

body.sh-ccd-cart table.shop_table tbody tr:first-child td {
	border-top: 0 !important;
}

body.sh-ccd-cart td.product-thumbnail {
	width: 108px;
}

body.sh-ccd-cart td.product-thumbnail img {
	width: 84px !important;
	height: 84px !important;
	object-fit: contain;
	border-radius: 10px;
	background: var(--sh-ccd-soft);
}

body.sh-ccd-cart td.product-name a {
	color: var(--sh-ccd-navy) !important;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.4;
	text-decoration: none !important;
}

.sh-ccd-cart-sku {
	display: block;
	margin-top: 5px;
	color: var(--sh-ccd-muted);
	font-size: 11px;
	font-weight: 500;
}

body.sh-ccd-cart td.product-price,
body.sh-ccd-cart td.product-subtotal {
	color: var(--sh-ccd-accent);
	font-weight: 700;
}

body.sh-ccd-cart .quantity .qty {
	width: 72px;
	min-height: 46px;
	padding: 0 8px;
	border: 1px solid var(--sh-ccd-border);
	border-radius: 8px;
	background: #fff;
	color: var(--sh-ccd-navy);
	font-weight: 600;
}

body.sh-ccd-cart td.product-remove a.remove {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(195,95,42,.18);
	border-radius: 50%;
	background: rgba(195,95,42,.07);
	color: var(--sh-ccd-accent) !important;
	font-size: 18px;
	line-height: 1;
	transition: background .2s ease, color .2s ease;
}

body.sh-ccd-cart td.product-remove a.remove:hover {
	background: var(--sh-ccd-accent);
	color: #fff !important;
}

body.sh-ccd-cart .actions {
	padding: 18px !important;
	background: #faf9f7 !important;
}

body.sh-ccd-cart .coupon {
	display: flex;
	gap: 10px;
}

body.sh-ccd-cart .coupon #coupon_code {
	width: 210px !important;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--sh-ccd-border);
	border-radius: 8px;
	background: #fff;
	color: var(--sh-ccd-navy);
}

body.sh-ccd-cart .cart-collaterals {
	grid-column: 2;
	width: 100% !important;
	margin: 0 !important;
}

body.sh-ccd-cart .cart-collaterals .cart_totals {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 24px;
	border: 1px solid var(--sh-ccd-border);
	border-radius: var(--sh-ccd-radius);
	background: #fff;
	box-shadow: 0 18px 48px rgba(8,27,51,.06);
}

body.sh-ccd-cart .cart_totals h2 {
	margin: 0 0 20px !important;
	color: var(--sh-ccd-navy);
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -.03em;
}

body.sh-ccd-cart .cart_totals table {
	margin: 0 0 18px !important;
	border: 0 !important;
}

body.sh-ccd-cart .cart_totals th,
body.sh-ccd-cart .cart_totals td {
	padding: 14px 0 !important;
	border-top: 1px solid var(--sh-ccd-border) !important;
	font-size: 14px;
}

body.sh-ccd-cart .cart_totals tr:first-child th,
body.sh-ccd-cart .cart_totals tr:first-child td {
	border-top: 0 !important;
}

body.sh-ccd-cart .cart_totals td {
	text-align: right;
	color: var(--sh-ccd-navy);
}

body.sh-ccd-cart .order-total th,
body.sh-ccd-cart .order-total td {
	color: var(--sh-ccd-accent) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

body.sh-ccd-cart .wc-proceed-to-checkout {
	padding: 8px 0 0 !important;
}

body.sh-ccd-cart .wc-proceed-to-checkout a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px !important;
	margin: 0 !important;
}

/* Leerer Warenkorb */
body.sh-ccd-cart .cart-empty,
body.sh-ccd-cart .return-to-shop {
	grid-column: 1 / -1;
}

body.sh-ccd-cart .cart-empty {
	padding: 28px;
	border: 1px solid var(--sh-ccd-border);
	border-radius: 14px;
	background: #fff;
	text-align: center;
}

/* ==========================================================
   KLASSISCHE KASSE
   ========================================================== */

body.sh-ccd-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
	gap: 28px 34px;
	align-items: start;
}

body.sh-ccd-checkout #customer_details {
	grid-column: 1;
}

body.sh-ccd-checkout #order_review_heading,
body.sh-ccd-checkout #order_review {
	grid-column: 2;
}

body.sh-ccd-checkout #order_review_heading {
	margin: 0 !important;
	padding: 24px 24px 0;
	border: 1px solid var(--sh-ccd-border);
	border-bottom: 0;
	border-radius: var(--sh-ccd-radius) var(--sh-ccd-radius) 0 0;
	background: #fff;
	color: var(--sh-ccd-navy);
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -.03em;
}

body.sh-ccd-checkout #customer_details > .col-1,
body.sh-ccd-checkout #customer_details > .col-2 {
	float: none !important;
	width: 100% !important;
	margin-bottom: 24px;
	padding: 26px;
	border: 1px solid var(--sh-ccd-border);
	border-radius: var(--sh-ccd-radius);
	background: #fff;
	box-shadow: 0 18px 48px rgba(8,27,51,.055);
}

body.sh-ccd-checkout #customer_details h3 {
	margin: 0 0 22px !important;
	color: var(--sh-ccd-navy);
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -.03em;
}

body.sh-ccd-checkout .form-row {
	margin: 0 0 16px !important;
	padding: 0 !important;
}

body.sh-ccd-checkout .form-row label {
	margin-bottom: 7px;
	color: var(--sh-ccd-navy);
	font-size: 13px;
	font-weight: 650;
}

body.sh-ccd-checkout .form-row .required {
	color: var(--sh-ccd-accent);
}

body.sh-ccd-checkout .input-text,
body.sh-ccd-checkout select,
body.sh-ccd-checkout textarea,
body.sh-ccd-checkout .select2-container .select2-selection--single {
	width: 100%;
	min-height: 50px;
	padding: 0 14px;
	border: 1px solid var(--sh-ccd-border) !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: var(--sh-ccd-navy) !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 14px;
	box-shadow: none !important;
	outline: none !important;
	transition: border-color .2s ease, box-shadow .2s ease;
}

body.sh-ccd-checkout textarea.input-text {
	min-height: 120px;
	padding-top: 13px;
	resize: vertical;
}

body.sh-ccd-checkout .input-text:focus,
body.sh-ccd-checkout select:focus,
body.sh-ccd-checkout textarea:focus,
body.sh-ccd-checkout .select2-container--focus .select2-selection--single {
	border-color: var(--sh-ccd-accent) !important;
	box-shadow: 0 0 0 3px rgba(195,95,42,.10) !important;
}

body.sh-ccd-checkout .select2-container .select2-selection--single {
	display: flex;
	align-items: center;
}

body.sh-ccd-checkout .select2-selection__rendered {
	padding-left: 0 !important;
	color: var(--sh-ccd-navy) !important;
}

body.sh-ccd-checkout #order_review {
	margin: 0 !important;
	padding: 20px 24px 24px;
	border: 1px solid var(--sh-ccd-border);
	border-top: 0;
	border-radius: 0 0 var(--sh-ccd-radius) var(--sh-ccd-radius);
	background: #fff;
	box-shadow: 0 18px 48px rgba(8,27,51,.06);
}

body.sh-ccd-checkout #order_review table.shop_table {
	margin: 0 0 22px !important;
	border: 0 !important;
}

body.sh-ccd-checkout #order_review table.shop_table th,
body.sh-ccd-checkout #order_review table.shop_table td {
	padding: 13px 0 !important;
	border-top: 1px solid var(--sh-ccd-border) !important;
	font-size: 14px;
}

body.sh-ccd-checkout #order_review table.shop_table thead th {
	border-top: 0 !important;
	color: var(--sh-ccd-muted);
	font-size: 11px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.sh-ccd-checkout #order_review table.shop_table td:last-child,
body.sh-ccd-checkout #order_review table.shop_table th:last-child {
	text-align: right;
}

body.sh-ccd-checkout #order_review .order-total th,
body.sh-ccd-checkout #order_review .order-total td {
	color: var(--sh-ccd-accent) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

body.sh-ccd-checkout #payment {
	border: 1px solid var(--sh-ccd-border) !important;
	border-radius: 12px !important;
	background: #f8f7f4 !important;
}

body.sh-ccd-checkout #payment ul.payment_methods {
	padding: 18px !important;
	border-bottom: 1px solid var(--sh-ccd-border) !important;
}

body.sh-ccd-checkout #payment ul.payment_methods li {
	margin: 0 0 11px;
}

body.sh-ccd-checkout #payment .payment_box {
	margin: 10px 0 14px !important;
	padding: 14px !important;
	border-radius: 8px;
	background: #fff !important;
	color: var(--sh-ccd-muted) !important;
	font-size: 13px;
	line-height: 1.6;
}

body.sh-ccd-checkout #payment .payment_box::before {
	border-bottom-color: #fff !important;
}

body.sh-ccd-checkout #payment .place-order {
	padding: 18px !important;
}

body.sh-ccd-checkout #place_order {
	width: 100%;
	min-height: 56px !important;
	font-size: 15px !important;
}

/* ==========================================================
   BLOCK-WARENKORB UND BLOCK-KASSE
   ========================================================== */

body.sh-ccd-active .wp-block-woocommerce-cart,
body.sh-ccd-active .wp-block-woocommerce-checkout {
	width: 100% !important;
	max-width: var(--sh-ccd-container) !important;
	margin-inline: auto !important;
}

body.sh-ccd-active .wc-block-cart,
body.sh-ccd-active .wc-block-checkout {
	color: var(--sh-ccd-navy);
	font-family: Inter, Arial, sans-serif;
}

body.sh-ccd-active .wc-block-cart__main,
body.sh-ccd-active .wc-block-checkout__main,
body.sh-ccd-active .wc-block-cart__sidebar,
body.sh-ccd-active .wc-block-checkout__sidebar {
	padding: 24px !important;
	border: 1px solid var(--sh-ccd-border);
	border-radius: var(--sh-ccd-radius);
	background: #fff;
	box-shadow: 0 18px 48px rgba(8,27,51,.055);
}

body.sh-ccd-active .wc-block-cart-items {
	border: 0 !important;
}

body.sh-ccd-active .wc-block-cart-items__header th {
	color: var(--sh-ccd-muted);
	font-size: 11px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.sh-ccd-active .wc-block-cart-item__image img {
	border-radius: 10px;
	background: var(--sh-ccd-soft);
}

body.sh-ccd-active .wc-block-components-product-name {
	color: var(--sh-ccd-navy) !important;
	font-weight: 650;
	text-decoration: none !important;
}

body.sh-ccd-active .wc-block-components-product-price,
body.sh-ccd-active .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--sh-ccd-accent);
	font-weight: 700;
}

body.sh-ccd-active .wc-block-components-quantity-selector {
	border: 1px solid var(--sh-ccd-border) !important;
	border-radius: 8px !important;
}

body.sh-ccd-active .wc-block-components-totals-wrapper {
	border-top: 1px solid var(--sh-ccd-border) !important;
}

body.sh-ccd-active .wc-block-components-checkout-step {
	margin-bottom: 22px !important;
	padding: 22px !important;
	border: 1px solid var(--sh-ccd-border);
	border-radius: 14px;
	background: #fff;
}

body.sh-ccd-active .wc-block-components-checkout-step__heading {
	margin-bottom: 18px;
}

body.sh-ccd-active .wc-block-components-checkout-step__title {
	color: var(--sh-ccd-navy);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -.025em;
}

body.sh-ccd-active .wc-block-components-text-input input,
body.sh-ccd-active .wc-block-components-combobox .wc-block-components-combobox-control input,
body.sh-ccd-active .wc-block-components-address-form select {
	border: 1px solid var(--sh-ccd-border) !important;
	border-radius: 8px !important;
	background: #fff !important;
	box-shadow: none !important;
}

body.sh-ccd-active .wc-block-components-text-input input:focus,
body.sh-ccd-active .wc-block-components-combobox .wc-block-components-combobox-control input:focus {
	border-color: var(--sh-ccd-accent) !important;
	box-shadow: 0 0 0 3px rgba(195,95,42,.10) !important;
}

body.sh-ccd-active .wc-block-components-radio-control-accordion-option {
	border: 1px solid var(--sh-ccd-border) !important;
	border-radius: 10px !important;
	background: #fff !important;
}

/* ==========================================================
   BESTELLBESTÄTIGUNG UND KONTO
   ========================================================== */

body.sh-ccd-active .woocommerce-order,
body.sh-ccd-active .woocommerce-MyAccount-content,
body.sh-ccd-active .woocommerce-MyAccount-navigation {
	padding: 24px;
	border: 1px solid var(--sh-ccd-border);
	border-radius: var(--sh-ccd-radius);
	background: #fff;
	box-shadow: 0 18px 48px rgba(8,27,51,.055);
}

body.sh-ccd-active .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 28px !important;
	padding: 0 !important;
}

body.sh-ccd-active .woocommerce-order-overview li {
	float: none !important;
	margin: 0 !important;
	padding: 16px !important;
	border: 1px solid var(--sh-ccd-border) !important;
	border-radius: 10px;
	background: #faf9f7;
}

body.sh-ccd-active .woocommerce-MyAccount-navigation {
	float: left;
	width: 27%;
}

body.sh-ccd-active .woocommerce-MyAccount-content {
	float: right;
	width: calc(73% - 24px);
}

body.sh-ccd-active .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.sh-ccd-active .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 12px 14px;
	border-radius: 8px;
	color: var(--sh-ccd-navy);
	font-weight: 600;
	text-decoration: none;
}

body.sh-ccd-active .woocommerce-MyAccount-navigation li.is-active a,
body.sh-ccd-active .woocommerce-MyAccount-navigation li a:hover {
	background: var(--sh-ccd-accent);
	color: #fff;
}

/* ==========================================================
   TABLET UND MOBIL
   ========================================================== */

@media (max-width: 980px) {
	body.sh-ccd-cart .woocommerce,
	body.sh-ccd-checkout form.checkout {
		grid-template-columns: 1fr;
	}

	body.sh-ccd-cart .woocommerce-cart-form,
	body.sh-ccd-cart .cart-collaterals,
	body.sh-ccd-checkout #customer_details,
	body.sh-ccd-checkout #order_review_heading,
	body.sh-ccd-checkout #order_review {
		grid-column: 1;
	}

	body.sh-ccd-checkout #order_review_heading {
		margin-top: 4px !important;
	}

	body.sh-ccd-active .woocommerce-order-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.sh-ccd-active .woocommerce-MyAccount-navigation,
	body.sh-ccd-active .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 680px) {
	body.sh-ccd-active .site-main,
	body.sh-ccd-active main {
		width: min(calc(100% - 28px), var(--sh-ccd-container)) !important;
		padding-top: 20px;
		padding-bottom: 48px;
	}

	.sh-ccd-intro {
		padding: 27px 20px;
		border-radius: 16px;
	}

	.sh-ccd-intro h1 {
		font-size: 36px !important;
	}

	body.sh-ccd-cart .woocommerce-cart-form {
		overflow: visible;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	body.sh-ccd-cart table.shop_table,
	body.sh-ccd-cart table.shop_table tbody,
	body.sh-ccd-cart table.shop_table tr,
	body.sh-ccd-cart table.shop_table td {
		display: block;
		width: 100%;
	}

	body.sh-ccd-cart table.shop_table thead {
		display: none;
	}

	body.sh-ccd-cart table.shop_table tr.cart_item {
		position: relative;
		margin-bottom: 14px;
		padding: 16px;
		border: 1px solid var(--sh-ccd-border);
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 12px 30px rgba(8,27,51,.05);
	}

	body.sh-ccd-cart table.shop_table tbody td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 10px 0 !important;
		border-top: 1px solid var(--sh-ccd-border) !important;
		text-align: right !important;
	}

	body.sh-ccd-cart table.shop_table tbody td::before {
		color: var(--sh-ccd-muted);
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .05em;
		text-transform: uppercase;
	}

	body.sh-ccd-cart td.product-thumbnail {
		display: block !important;
		width: 100%;
		padding-top: 0 !important;
		border-top: 0 !important;
		text-align: left !important;
	}

	body.sh-ccd-cart td.product-thumbnail::before {
		display: none;
	}

	body.sh-ccd-cart td.product-thumbnail img {
		width: 100% !important;
		height: 180px !important;
		object-fit: contain;
	}

	body.sh-ccd-cart td.product-name {
		display: block !important;
		text-align: left !important;
	}

	body.sh-ccd-cart td.product-name::before {
		display: none;
	}

	body.sh-ccd-cart td.product-remove {
		position: absolute;
		z-index: 4;
		top: 25px;
		right: 25px;
		width: auto !important;
		padding: 0 !important;
		border: 0 !important;
	}

	body.sh-ccd-cart td.product-remove::before {
		display: none;
	}

	body.sh-ccd-cart .actions {
		display: block !important;
		padding: 14px !important;
		border: 1px solid var(--sh-ccd-border) !important;
		border-radius: 14px;
		background: #fff !important;
	}

	body.sh-ccd-cart .coupon {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}

	body.sh-ccd-cart .coupon #coupon_code,
	body.sh-ccd-cart .actions .button {
		width: 100% !important;
	}

	body.sh-ccd-cart .actions > .button {
		margin-top: 10px !important;
	}

	body.sh-ccd-cart .cart-collaterals .cart_totals,
	body.sh-ccd-checkout #customer_details > .col-1,
	body.sh-ccd-checkout #customer_details > .col-2,
	body.sh-ccd-checkout #order_review {
		padding: 18px;
		border-radius: 14px;
	}

	body.sh-ccd-checkout #order_review_heading {
		padding: 20px 18px 0;
		border-radius: 14px 14px 0 0;
	}

	body.sh-ccd-active .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	body.sh-ccd-active .wc-block-cart__main,
	body.sh-ccd-active .wc-block-checkout__main,
	body.sh-ccd-active .wc-block-cart__sidebar,
	body.sh-ccd-active .wc-block-checkout__sidebar {
		padding: 16px !important;
		border-radius: 14px;
	}

	body.sh-ccd-active .wc-block-components-checkout-step {
		padding: 16px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.sh-ccd-active *,
	body.sh-ccd-active *::before,
	body.sh-ccd-active *::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}


/* ==========================================================
   V1.0.1 – MEHR ABSTAND ZWISCHEN DEN CHECKOUT-BOXEN
   Funktioniert für WooCommerce Checkout-Blocks und klassisch.
   ========================================================== */

/* Block-Checkout: Haupt- und Seitenbereich etwas luftiger */
body.sh-ccd-active .wc-block-components-sidebar-layout {
	column-gap: 24px !important;
	row-gap: 24px !important;
}

body.sh-ccd-active .wc-block-checkout__main,
body.sh-ccd-active .wc-block-checkout__sidebar {
	padding: 22px !important;
}

/* Die einzelnen Checkout-Boxen im linken Bereich mit sichtbarem Abstand */
body.sh-ccd-active .wc-block-checkout .wc-block-components-checkout-step {
	margin: 0 0 18px !important;
	padding: 22px !important;
	border-radius: 14px !important;
}

body.sh-ccd-active .wc-block-checkout .wc-block-components-checkout-step:last-child {
	margin-bottom: 0 !important;
}

/* Zusätzlicher Abstand innerhalb der Inhaltsbereiche */
body.sh-ccd-active .wc-block-checkout .wc-block-components-checkout-step__container,
body.sh-ccd-active .wc-block-checkout .wc-block-components-checkout-step__content {
	padding-top: 4px !important;
}

body.sh-ccd-active .wc-block-checkout .wc-block-components-checkout-step__heading {
	margin-bottom: 16px !important;
}

/* Bestellübersicht rechts ebenfalls etwas luftiger */
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-totals-wrapper,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-checkout__order-notes,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-checkout__actions_row {
	margin-top: 14px !important;
}

body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary {
	margin-bottom: 10px !important;
}

/* Klassische Kasse: Boxen im linken Bereich minimal weiter auseinander */
body.sh-ccd-checkout #customer_details > .col-1,
body.sh-ccd-checkout #customer_details > .col-2 {
	margin-bottom: 28px !important;
}

/* Mobil auch genug Luft lassen */
@media (max-width: 680px) {
	body.sh-ccd-active .wc-block-components-sidebar-layout {
		row-gap: 18px !important;
	}

	body.sh-ccd-active .wc-block-checkout__main,
	body.sh-ccd-active .wc-block-checkout__sidebar {
		padding: 16px !important;
	}

	body.sh-ccd-active .wc-block-checkout .wc-block-components-checkout-step {
		margin-bottom: 14px !important;
		padding: 16px !important;
	}
}


/* ==========================================================
   V1.0.2 – CHECKOUT WIEDER NEBENEINANDER + AGGRESSIVE STYLES
   Überschreibt Hello Elementor und Elementor zuverlässiger.
   ========================================================== */

/* ----------------------------------------------------------
   DESKTOP: Checkout-Hauptbereich und Bestellübersicht
   zwingend nebeneinander
   ---------------------------------------------------------- */

body.sh-ccd-active .wp-block-woocommerce-checkout,
body.sh-ccd-active .wc-block-checkout,
body.sh-ccd-active .wc-block-components-sidebar-layout {
	width: 100% !important;
	max-width: var(--sh-ccd-container) !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.sh-ccd-active .wc-block-components-sidebar-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 440px) !important;
	grid-template-areas: "main sidebar" !important;
	align-items: start !important;
	gap: 24px !important;
	column-gap: 24px !important;
	row-gap: 24px !important;
}

body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-checkout__main,
body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-cart__main {
	grid-area: main !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	flex: none !important;
	margin: 0 !important;
	padding: 22px !important;
}

body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-checkout__sidebar,
body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-cart__sidebar {
	grid-area: sidebar !important;
	position: sticky !important;
	top: 28px !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	flex: none !important;
	align-self: start !important;
	margin: 0 !important;
	padding: 22px !important;
}

/* Elementor darf die Sidebar nicht auf eine neue Zeile drücken */
body.sh-ccd-active .wc-block-components-sidebar-layout > div,
body.sh-ccd-active .wc-block-components-sidebar-layout > section,
body.sh-ccd-active .wc-block-components-sidebar-layout > aside {
	float: none !important;
	clear: none !important;
}

/* ----------------------------------------------------------
   CHECKOUT-BOXEN: klare Abstände
   ---------------------------------------------------------- */

body.sh-ccd-active .wc-block-checkout .wc-block-components-checkout-step {
	display: block !important;
	width: 100% !important;
	margin: 0 0 18px !important;
	padding: 22px !important;
	border: 1px solid var(--sh-ccd-border) !important;
	border-radius: 14px !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

body.sh-ccd-active .wc-block-checkout .wc-block-components-checkout-step:last-child {
	margin-bottom: 0 !important;
}

/* ----------------------------------------------------------
   MENGENWAHL +/- KOMPLETT EIGENES DESIGN
   ---------------------------------------------------------- */

body.sh-ccd-active .wc-block-components-quantity-selector,
body.sh-ccd-active .wc-block-cart-item__quantity .wc-block-components-quantity-selector,
body.sh-ccd-active .wc-block-components-product-details__quantity {
	display: inline-grid !important;
	grid-template-columns: 38px minmax(44px, 56px) 38px !important;
	align-items: stretch !important;
	width: auto !important;
	min-width: 120px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 1px solid rgba(8, 27, 51, .14) !important;
	border-radius: 9px !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

/* Plus- und Minus-Buttons */
body.sh-ccd-active .wc-block-components-quantity-selector__button,
body.sh-ccd-active button.wc-block-components-quantity-selector__button,
body.sh-ccd-active .wc-block-components-quantity-selector button,
body.sh-ccd-active .wc-block-cart-item__quantity button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	position: static !important;
	inset: auto !important;
	width: 38px !important;
	min-width: 38px !important;
	max-width: 38px !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #f3f1ee !important;
	background-color: #f3f1ee !important;
	color: var(--sh-ccd-navy) !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-indent: 0 !important;
	box-shadow: none !important;
	transform: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	cursor: pointer !important;
	opacity: 1 !important;
	transition:
		background .2s ease,
		color .2s ease !important;
}

body.sh-ccd-active .wc-block-components-quantity-selector__button:hover,
body.sh-ccd-active button.wc-block-components-quantity-selector__button:hover,
body.sh-ccd-active .wc-block-components-quantity-selector button:hover,
body.sh-ccd-active .wc-block-cart-item__quantity button:hover {
	border: 0 !important;
	background: var(--sh-ccd-accent) !important;
	background-color: var(--sh-ccd-accent) !important;
	color: #ffffff !important;
	box-shadow: none !important;
	transform: none !important;
}

/* SVGs oder Elementor-Pseudo-Icons neutralisieren */
body.sh-ccd-active .wc-block-components-quantity-selector__button svg,
body.sh-ccd-active .wc-block-components-quantity-selector button svg {
	display: block !important;
	width: 13px !important;
	height: 13px !important;
	margin: 0 !important;
	fill: currentColor !important;
	stroke: currentColor !important;
	pointer-events: none !important;
}

body.sh-ccd-active .wc-block-components-quantity-selector__button::before,
body.sh-ccd-active .wc-block-components-quantity-selector__button::after,
body.sh-ccd-active .wc-block-components-quantity-selector button::before,
body.sh-ccd-active .wc-block-components-quantity-selector button::after {
	box-sizing: border-box !important;
}

/* Mengenfeld */
body.sh-ccd-active .wc-block-components-quantity-selector__input,
body.sh-ccd-active input.wc-block-components-quantity-selector__input,
body.sh-ccd-active .wc-block-components-quantity-selector input,
body.sh-ccd-active .wc-block-cart-item__quantity input {
	display: block !important;
	position: static !important;
	width: 100% !important;
	min-width: 44px !important;
	max-width: 56px !important;
	height: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 4px !important;
	border: 0 !important;
	border-left: 1px solid rgba(8, 27, 51, .10) !important;
	border-right: 1px solid rgba(8, 27, 51, .10) !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	color: var(--sh-ccd-navy) !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 40px !important;
	text-align: center !important;
	box-shadow: none !important;
	outline: none !important;
	appearance: textfield !important;
	-moz-appearance: textfield !important;
	-webkit-appearance: none !important;
}

/* Native Nummern-Pfeile entfernen */
body.sh-ccd-active .wc-block-components-quantity-selector input::-webkit-outer-spin-button,
body.sh-ccd-active .wc-block-components-quantity-selector input::-webkit-inner-spin-button,
body.sh-ccd-active .wc-block-cart-item__quantity input::-webkit-outer-spin-button,
body.sh-ccd-active .wc-block-cart-item__quantity input::-webkit-inner-spin-button {
	margin: 0 !important;
	-webkit-appearance: none !important;
}

/* Klassischer WooCommerce-Warenkorb: Mengenfeld ebenfalls passend */
body.sh-ccd-active .woocommerce .quantity {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.sh-ccd-active .woocommerce .quantity .qty {
	display: block !important;
	width: 72px !important;
	height: 46px !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0 8px !important;
	border: 1px solid rgba(8, 27, 51, .14) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: var(--sh-ccd-navy) !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 44px !important;
	text-align: center !important;
	box-shadow: none !important;
	outline: none !important;
}

/* ----------------------------------------------------------
   BUTTONS NOCH AGGRESSIVER GEGEN ELEMENTOR
   ---------------------------------------------------------- */

body.sh-ccd-active .wc-block-components-button,
body.sh-ccd-active button.wc-block-components-button,
body.sh-ccd-active a.wc-block-components-button,
body.sh-ccd-active .wc-block-cart__submit-button,
body.sh-ccd-active .wc-block-components-checkout-place-order-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 52px !important;
	padding: 0 20px !important;
	border: 1px solid var(--sh-ccd-navy) !important;
	border-radius: 8px !important;
	background: var(--sh-ccd-navy) !important;
	background-color: var(--sh-ccd-navy) !important;
	color: #ffffff !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

body.sh-ccd-active .wc-block-components-checkout-place-order-button,
body.sh-ccd-active button.wc-block-components-checkout-place-order-button {
	width: 100% !important;
	border-color: var(--sh-ccd-accent) !important;
	background: var(--sh-ccd-accent) !important;
	background-color: var(--sh-ccd-accent) !important;
	box-shadow: 0 14px 30px rgba(195, 95, 42, .18) !important;
}

body.sh-ccd-active .wc-block-components-checkout-place-order-button:hover,
body.sh-ccd-active button.wc-block-components-checkout-place-order-button:hover {
	border-color: var(--sh-ccd-accent-dark) !important;
	background: var(--sh-ccd-accent-dark) !important;
	background-color: var(--sh-ccd-accent-dark) !important;
	color: #ffffff !important;
	transform: translateY(-1px) !important;
}

/* ----------------------------------------------------------
   SIDEBAR / BESTELLÜBERSICHT
   ---------------------------------------------------------- */

body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
	width: 100% !important;
	margin: 0 !important;
	border: 1px solid var(--sh-ccd-border) !important;
	border-radius: 12px !important;
	background: #ffffff !important;
	overflow: hidden !important;
}

body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary__content {
	max-height: none !important;
}

/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */

@media (max-width: 1080px) {
	body.sh-ccd-active .wc-block-components-sidebar-layout {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 380px) !important;
		gap: 20px !important;
	}

	body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-checkout__main,
	body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-cart__main,
	body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-checkout__sidebar,
	body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-cart__sidebar {
		padding: 18px !important;
	}
}

@media (max-width: 820px) {
	body.sh-ccd-active .wc-block-components-sidebar-layout {
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-template-areas:
			"main"
			"sidebar" !important;
		gap: 18px !important;
	}

	body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-checkout__sidebar,
	body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-cart__sidebar {
		position: static !important;
		top: auto !important;
	}
}

@media (max-width: 680px) {
	body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-checkout__main,
	body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-cart__main,
	body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-checkout__sidebar,
	body.sh-ccd-active .wc-block-components-sidebar-layout .wc-block-cart__sidebar {
		padding: 14px !important;
	}

	body.sh-ccd-active .wc-block-checkout .wc-block-components-checkout-step {
		margin-bottom: 14px !important;
		padding: 16px !important;
	}

	body.sh-ccd-active .wc-block-components-quantity-selector {
		grid-template-columns: 36px minmax(42px, 52px) 36px !important;
		min-width: 114px !important;
		height: 40px !important;
	}

	body.sh-ccd-active .wc-block-components-quantity-selector__button,
	body.sh-ccd-active .wc-block-components-quantity-selector button {
		width: 36px !important;
		min-width: 36px !important;
		max-width: 36px !important;
		height: 38px !important;
		min-height: 38px !important;
	}

	body.sh-ccd-active .wc-block-components-quantity-selector__input,
	body.sh-ccd-active .wc-block-components-quantity-selector input {
		height: 38px !important;
		min-height: 38px !important;
		line-height: 38px !important;
	}
}


/* ==========================================================
   V1.0.3 – WARENKORB-SUMME OHNE STÖRENDE DOPPELTE RÄNDER
   Aggressive Anpassung für WooCommerce Cart Block
   ========================================================== */

/* Gesamte rechte Warenkorb-Sidebar sauber und ruhig */
body.sh-ccd-active .wc-block-cart__sidebar,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-sidebar {
	border: 1px solid var(--sh-ccd-border) !important;
	border-radius: 18px !important;
	background: #ffffff !important;
	box-shadow: 0 18px 48px rgba(8,27,51,.06) !important;
	overflow: hidden !important;
}

/* Innere Rahmen entfernen, damit keine Box-in-Box-Optik entsteht */
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-wrapper,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-panel,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-coupon,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-item,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-footer-item,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-shipping,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

/* Nur dezente horizontale Trennung */
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid rgba(8,27,51,.09) !important;
}

body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-wrapper:first-child {
	border-top: 0 !important;
}

/* Gutscheinfeld als saubere Zeile */
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-panel__button,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-coupon-link,
body.sh-ccd-active .wc-block-cart__sidebar button.wc-block-components-panel__button {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--sh-ccd-navy) !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
}

/* Native Select-Rand aus Elementor/WooCommerce neutralisieren */
body.sh-ccd-active .wc-block-cart__sidebar select,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-coupon select,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-panel select {
	width: 100% !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 42px 0 14px !important;
	border: 1px solid rgba(8,27,51,.12) !important;
	border-radius: 9px !important;
	background-color: #ffffff !important;
	color: var(--sh-ccd-navy) !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	outline: none !important;
	appearance: auto !important;
}

/* Summenzeile ohne eigenes Kästchen */
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-item {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	min-height: 62px !important;
	margin: 0 !important;
	padding: 14px 16px !important;
}

body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-item__label {
	color: var(--sh-ccd-navy) !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
}

body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-item__value {
	color: var(--sh-ccd-accent) !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

/* Gesamtsumme klar hervorheben, aber ohne separaten Rahmen */
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	min-height: 74px !important;
	margin: 0 !important;
	padding: 18px 16px !important;
	border-top: 1px solid rgba(8,27,51,.10) !important;
}

body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	color: var(--sh-ccd-navy) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	letter-spacing: -.02em !important;
}

body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--sh-ccd-accent) !important;
	font-size: 22px !important;
	font-weight: 700 !important;
}

/* Weiter-zur-Kasse-Bereich ohne zusätzlichen Rahmen */
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-cart__submit {
	margin: 0 !important;
	padding: 16px !important;
	border-top: 1px solid rgba(8,27,51,.10) !important;
	background: #ffffff !important;
}

body.sh-ccd-active .wc-block-cart__sidebar .wc-block-cart__submit-container {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.sh-ccd-active .wc-block-cart__sidebar .wc-block-cart__submit-button {
	width: 100% !important;
	min-height: 54px !important;
	margin: 0 !important;
	border-radius: 9px !important;
}

/* Fokusrahmen nur dezent */
body.sh-ccd-active .wc-block-cart__sidebar button:focus-visible,
body.sh-ccd-active .wc-block-cart__sidebar select:focus-visible,
body.sh-ccd-active .wc-block-cart__sidebar input:focus-visible {
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(195,95,42,.12) !important;
}

/* Mobil */
@media (max-width: 680px) {
	body.sh-ccd-active .wc-block-cart__sidebar {
		border-radius: 14px !important;
	}

	body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-item,
	body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-footer-item,
	body.sh-ccd-active .wc-block-cart__sidebar .wc-block-cart__submit {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
}


/* ==========================================================
   V1.0.4 – BESTELLÜBERSICHT OHNE VERSCHACHTELTE RÄNDER
   Einheitliche Außenkarte, innen nur feine Trennlinien.
   ========================================================== */

/* Äußere Sidebar ist die einzige sichtbare Karte */
body.sh-ccd-active .wc-block-checkout__sidebar,
body.sh-ccd-active .wc-block-cart__sidebar {
	border: 1px solid var(--sh-ccd-border) !important;
	border-radius: 18px !important;
	background: #ffffff !important;
	box-shadow: 0 18px 48px rgba(8, 27, 51, .06) !important;
	overflow: hidden !important;
	padding: 0 !important;
}

/* Alle inneren Rahmen und Rundungen vollständig entfernen */
body.sh-ccd-active .wc-block-checkout__sidebar *,
body.sh-ccd-active .wc-block-cart__sidebar * {
	box-sizing: border-box !important;
}

body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary__content,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary-item,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-panel,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-totals-wrapper,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-totals-item,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-totals-footer-item,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary__content,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary-item,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-panel,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-wrapper,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-item,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	outline: 0 !important;
}

/* Überschrift sauber ohne eigenen Kasten */
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary__button-text,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary__title,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary__button-text,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary__title {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 20px 16px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(8,27,51,.10) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--sh-ccd-navy) !important;
	font-family: Inter, Arial, sans-serif !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
}

/* Produktzeile ohne abgerundeten Innenrahmen */
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary-item,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary-item {
	display: grid !important;
	grid-template-columns: 64px minmax(0, 1fr) auto !important;
	gap: 14px !important;
	align-items: start !important;
	margin: 0 !important;
	padding: 16px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(8,27,51,.10) !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary-item:last-child,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary-item:last-child {
	border-bottom: 0 !important;
}

/* Bild ordentlich */
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary-item__image {
	width: 64px !important;
	min-width: 64px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image img,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary-item__image img {
	display: block !important;
	width: 64px !important;
	height: 64px !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #f3f1ee !important;
	box-shadow: none !important;
}

/* Produktdetails ohne zusätzliche Box */
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary-item__description,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary-item__description {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-product-name,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-product-name {
	margin: 0 0 6px !important;
	color: var(--sh-ccd-navy) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}

body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-product-metadata,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-product-metadata {
	margin: 0 !important;
	color: var(--sh-ccd-muted) !important;
	font-size: 11px !important;
	line-height: 1.45 !important;
}

/* Preise */
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total-price,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary-item__total-price {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--sh-ccd-accent) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-align: right !important;
}

/* Mengen-Badge sauber */
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary-item__quantity,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary-item__quantity {
	display: grid !important;
	place-items: center !important;
	width: 22px !important;
	height: 22px !important;
	min-width: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: var(--sh-ccd-navy) !important;
	color: #ffffff !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	box-shadow: none !important;
}

/* Gutschein, Zwischensumme und Gesamtsumme nur mit feinen Linien */
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-panel,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-totals-wrapper,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-panel,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
	margin: 0 !important;
	padding: 0 !important;
	border-top: 1px solid rgba(8,27,51,.10) !important;
}

body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-panel__button,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-panel__button {
	min-height: 52px !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-totals-item,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-item {
	min-height: 60px !important;
	padding: 14px 16px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-totals-footer-item,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
	min-height: 76px !important;
	padding: 18px 16px !important;
	border: 0 !important;
	border-top: 1px solid rgba(8,27,51,.10) !important;
	border-radius: 0 !important;
	background: #fbfaf8 !important;
}

/* Bestellbutton / Kassenbutton */
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-checkout__actions,
body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-checkout__actions_row,
body.sh-ccd-active .wc-block-cart__sidebar .wc-block-cart__submit {
	margin: 0 !important;
	padding: 16px !important;
	border: 0 !important;
	border-top: 1px solid rgba(8,27,51,.10) !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

/* Elementor-Fokus- und Outline-Reste entfernen */
body.sh-ccd-active .wc-block-checkout__sidebar *:focus,
body.sh-ccd-active .wc-block-cart__sidebar *:focus {
	outline: 0 !important;
}

body.sh-ccd-active .wc-block-checkout__sidebar button:focus-visible,
body.sh-ccd-active .wc-block-checkout__sidebar input:focus-visible,
body.sh-ccd-active .wc-block-cart__sidebar button:focus-visible,
body.sh-ccd-active .wc-block-cart__sidebar input:focus-visible {
	box-shadow: 0 0 0 3px rgba(195,95,42,.12) !important;
}

/* Tablet/Mobil */
@media (max-width: 820px) {
	body.sh-ccd-active .wc-block-checkout__sidebar,
	body.sh-ccd-active .wc-block-cart__sidebar {
		border-radius: 14px !important;
	}
}

@media (max-width: 560px) {
	body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary-item,
	body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary-item {
		grid-template-columns: 58px minmax(0, 1fr) !important;
		gap: 12px !important;
	}

	body.sh-ccd-active .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total-price,
	body.sh-ccd-active .wc-block-cart__sidebar .wc-block-components-order-summary-item__total-price {
		grid-column: 2 !important;
		text-align: left !important;
	}
}
