.auf-ga-product {
	--ga-text: #000000;
	--ga-muted: #54595f;
	--ga-border: #cfcfcf;
	--ga-border-soft: #dddddd;
	--ga-border-strong: #000000;
	--ga-panel: #eeeeee;
	--ga-accent: #ffd548;
	--ga-accent-strong: #ffc329;
	--ga-blue: #1717f6;
	--ga-green: #00d70d;
	--ga-green-bg: rgba(0, 215, 13, 0.07);
	--ga-red: #ff0000;
	--ga-white: #ffffff;
	background: #ffffff;
	color: var(--ga-text);
	font-family: "Roboto", Arial, sans-serif;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.auf-ga {
	max-width: 1240px;
	margin: 0 auto;
}

.auf-ga__hero {
	display: grid;
	grid-template-columns: 25.044% 32.981% 41.975%;
	gap: 24px;
	align-items: start;
}

.auf-ga__hero-col {
	min-width: 0;
}

.auf-ga__hero-col--calc {
	border: 1px solid #9a9a9a;
	background:
		linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(243,243,243,0.92) 34%, rgba(255,255,255,0.98) 65%, rgba(244,244,244,0.93) 100%),
		url("https://www.aufnaeher.de/wp-content/uploads/backgr.jpg") center/cover no-repeat;
}

.auf-ga__title {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.15;
	text-transform: uppercase;
	color: #2d2d2d;
}

.auf-ga__subtitle {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 600;
	color: var(--ga-text);
}

.auf-ga__delivery-box {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid var(--ga-border-strong);
	background: var(--ga-green-bg);
	font-size: 14px;
	color: #08a111;
}

.auf-ga__delivery-time {
	margin: -5px 0 10px;
	font-size: 14px;
	color: var(--ga-green);
}

.auf-ga__intro-copy h2,
.auf-ga__tab-panel h2 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--ga-text);
}

.auf-ga__intro-copy p,
.auf-ga__tab-panel p,
.auf-ga__tab-panel li,
.auf-ga__faq-item p {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.65;
	color: var(--ga-text);
}

.auf-ga__gallery-shell .woocommerce-product-gallery {
	margin-bottom: 0;
}

.auf-ga__gallery-shell .flex-viewport {
	margin-bottom: 5px;
}

.auf-ga__gallery-shell .flex-control-thumbs {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 5px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	clear: both;
}

.auf-ga__gallery-shell .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
}

.auf-ga__gallery-shell .flex-control-thumbs img {
	display: block;
	width: 100%;
	border: 1px solid transparent;
}

.auf-ga__gallery-shell .flex-control-thumbs .flex-active {
	border-color: var(--ga-border-strong);
}

.auf-ga__feature-box {
	margin: 0 0 10px;
	padding: 10px;
	background: var(--ga-panel);
	border: 1px solid var(--ga-border-soft);
}

.auf-ga__feature-head {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--ga-muted);
}

.auf-ga__feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.auf-ga__feature-list li {
	position: relative;
	margin: 0 0 8px;
	padding-left: 18px;
	font-size: 14px;
	color: var(--ga-muted);
}

.auf-ga__feature-list li::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 4px;
	width: 5px;
	height: 9px;
	border-right: 2px solid var(--ga-accent);
	border-bottom: 2px solid var(--ga-accent);
	transform: rotate(45deg);
}

.auf-ga__alert-box {
	padding: 10px;
	border: 1px solid var(--ga-border-strong);
	background: var(--ga-red);
	color: var(--ga-white);
	font-size: 14px;
}

.auf-ga__alert-box p {
	margin: 0 0 10px;
	color: inherit;
	font-size: 14px;
	line-height: 1.55;
}

.auf-ga__alert-box p:last-child {
	margin-bottom: 0;
}

.auf-ga__calc-panel {
	padding: 8px 0 0;
}

.auf-ga__calc-title {
	margin: 0;
	padding: 10px 16px 14px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--ga-text);
}

.auf-ga__notice {
	margin: 0 16px 12px;
	padding: 10px 12px;
	border: 1px solid var(--ga-border-strong);
	font-size: 14px;
	font-weight: 500;
}

.auf-ga__notice--success {
	background: var(--ga-green-bg);
	color: #087a11;
}

.auf-ga__notice--error {
	background: rgba(255, 0, 0, 0.08);
	color: #8d1111;
}

.auf-ga__calc-form {
	padding: 0 16px 16px;
}

.auf-ga__calc-row {
	display: grid;
	grid-template-columns: 105px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin-bottom: 12px;
}

.auf-ga__calc-row--upload {
	align-items: center;
}

.auf-ga__calc-side {
	padding-top: 4px;
	text-align: right;
}

.auf-ga__calc-side-label {
	display: inline-block;
	font-size: 14px;
	line-height: 1.45;
	color: var(--ga-text);
}

.auf-ga__calc-help {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	margin-left: 4px;
	border-radius: 50%;
	background: #111111;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	vertical-align: top;
}

.auf-ga__calc-side-sub {
	margin-top: 8px;
	font-size: 12px;
	color: #bbbbbb;
}

.auf-ga__calc-main {
	min-width: 0;
}

.auf-ga__choice-group {
	display: grid;
	gap: 8px;
}

.auf-ga__choice-group label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid var(--ga-border);
	background: #e9e9e9;
	color: #343434;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}

.auf-ga__choice-group label span {
	position: relative;
	z-index: 2;
}

.auf-ga__choice-group input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.auf-ga__choice-group label:has(input:checked) {
	background: var(--ga-accent);
	border-color: #d8c15a;
	color: #191919;
}

.auf-ga__choice-group--shape {
	grid-template-columns: 56px 82px 1fr;
	margin-bottom: 14px;
}

.auf-ga__choice-group--triple {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.auf-ga__choice-group--double {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auf-ga__choice-group--metals {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 12px;
}

.auf-ga__choice-group--metals label:last-child {
	grid-column: 1 / 2;
}

.auf-ga__chip {
	min-height: 40px !important;
	border-radius: 999px;
	border: 0 !important;
	color: #ffffff !important;
	justify-content: flex-start !important;
	padding-left: 42px !important;
}

.auf-ga__chip::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.auf-ga__chip:has(input:checked)::after {
	content: "";
	position: absolute;
	left: 18px;
	top: 50%;
	width: 5px;
	height: 9px;
	margin-top: -6px;
	border-right: 2px solid #1b4cff;
	border-bottom: 2px solid #1b4cff;
	transform: rotate(45deg);
	z-index: 3;
}

.auf-ga__chip--yellow {
	background: linear-gradient(135deg, #ffd44a 0%, #ffcf3e 70%, #f0c648 100%);
	color: #1a1a1a !important;
}

.auf-ga__chip--gold {
	background: linear-gradient(135deg, #e6cd62 0%, #c9a628 100%);
}

.auf-ga__chip--silver {
	background: linear-gradient(135deg, #d9d9d9 0%, #bcbcbc 100%);
	color: #3a3a3a !important;
}

.auf-ga__chip--bronze {
	background: linear-gradient(135deg, #c89b77 0%, #99511e 100%);
}

.auf-ga__dimension-row {
	padding: 14px 12px;
	border: 1px solid #e0e0e0;
	background: rgba(255, 255, 255, 0.78);
}

.auf-ga__field--inline,
.auf-ga__field--pair {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
}

.auf-ga__field--pair {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
}

.auf-ga__field--inline input,
.auf-ga__field--pair input {
	width: 100%;
	height: 40px;
	padding: 8px 12px;
	border: 1px solid #3acf49;
	background: #ffffff;
	font: inherit;
	color: #ea1f1f;
	box-shadow: none;
}

.auf-ga__field--inline input:focus,
.auf-ga__field--pair input:focus {
	outline: none;
	border-color: #26a933;
}

.auf-ga__unit {
	font-size: 14px;
	color: var(--ga-text);
}

.auf-ga__calc-divider {
	margin: 18px 0 16px;
	border-top: 1px solid #cfcfcf;
}

.auf-ga__upload-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	min-height: 44px;
	padding: 8px 16px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffd44a 0%, #ffc52a 100%);
	color: #111111;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.auf-ga__upload-button input {
	position: absolute;
	left: -9999px;
}

.auf-ga__upload-note {
	margin-top: 8px;
	padding-right: 8px;
	text-align: right;
	font-size: 12px;
	color: #444444;
}

.auf-ga__calc-footer {
	display: grid;
	grid-template-columns: 40% 60%;
	border-top: 1px solid var(--ga-border-strong);
	border-bottom: 1px solid var(--ga-border-strong);
	background: var(--ga-panel);
}

.auf-ga__calc-price {
	padding: 18px 14px;
	border-right: 1px solid var(--ga-border-strong);
	text-align: right;
}

.auf-ga__price-box {
	margin-bottom: 10px;
}

.auf-ga__price-label,
.auf-ga__price-total-label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #3a3a3a;
}

.auf-ga__price-value {
	display: inline-block;
	margin-top: 4px;
	color: #ff0000;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
}

.auf-ga__price-suffix {
	font-size: 14px;
	color: #3a3a3a;
}

.auf-ga__price-total {
	font-size: 14px;
	color: #3a3a3a;
}

.auf-ga__price-total-value {
	font-weight: 500;
}

.auf-ga__calc-actions {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 10px;
	padding: 14px;
	align-items: start;
}

.auf-ga__qty-select {
	height: 46px;
	padding: 8px 10px;
	border: 1px solid #34a53b;
	background: #ffffff;
	font: inherit;
	color: #111111;
}

.auf-ga__cart-button,
.auf-ga__request-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 14px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.auf-ga__cart-button {
	background: #000000;
	color: #ffffff;
}

.auf-ga__request-button {
	grid-column: 1 / -1;
	background: var(--ga-blue);
	color: #ffffff;
}

.auf-ga__payment-bar {
	padding: 12px 12px 16px;
}

.auf-ga__payment-note {
	margin: 0 0 8px;
	text-align: right;
	color: #b7b7b7;
	font-size: 14px;
}

.auf-ga__payment-image {
	text-align: right;
}

.auf-ga__payment-image img {
	width: 182px;
	height: auto;
}

.auf-ga__tabs {
	margin-top: 18px;
}

.auf-ga__tab-titles {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 0;
}

.auf-ga__tab-title {
	margin-bottom: -1px;
	padding: 16px 26px;
	border: 1px solid #d8d8d8;
	border-right-width: 0;
	background: var(--ga-white);
	color: var(--ga-text);
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.auf-ga__tab-title:last-child {
	border-right-width: 1px;
}

.auf-ga__tab-title.is-active {
	color: #5bd85d;
}

.auf-ga__tab-panels {
	border: 1px solid #d8d8d8;
	border-top: 0;
	background: #ffffff;
}

.auf-ga__tab-panel {
	padding: 18px 20px 22px;
}

.auf-ga__tab-panel h3 {
	margin: 20px 0 10px;
	font-size: 20px;
	font-weight: 600;
}

.auf-ga__tab-note {
	margin-bottom: 16px !important;
	text-align: left;
	font-size: 18px !important;
	line-height: 1.5;
}

.auf-ga__examples-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
}

.auf-ga__example-card {
	margin: 0;
	flex: 0 1 210px;
	border: 1px solid #dddddd;
	background: var(--ga-white);
	padding: 10px 10px 12px;
}

.auf-ga__example-image {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: contain;
}

.auf-ga__example-caption {
	margin-top: 12px;
	font-size: 16px;
	font-style: italic;
	color: #7d7d7d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.auf-ga__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.auf-ga__steps li {
	margin: 0;
	padding: 12px;
	border: 1px solid var(--ga-border-soft);
	background: var(--ga-panel);
}

.auf-ga__steps strong {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
}

.auf-ga__faq-list {
	display: grid;
	gap: 10px;
}

.auf-ga__faq-item {
	border: 1px solid var(--ga-border-strong);
	background: var(--ga-white);
	padding: 0 14px;
}

.auf-ga__faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 14px 0;
	font-size: 14px;
	font-weight: 600;
}

.auf-ga__faq-item summary::-webkit-details-marker {
	display: none;
}

.auf-ga__faq-item p {
	padding-bottom: 14px;
}

.auf-ga__offers-wrap {
	margin-top: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
}

.auf-ga__offers-head {
	padding: 24px 28px 18px;
	border-bottom: 1px solid #ececec;
}

.auf-ga__offers-badge {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	margin-bottom: 14px;
	border-radius: 4px;
	background: #f5f5f5;
	color: #555555;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.auf-ga__offers-title {
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #1d1d1d;
}

.auf-ga__offers-note {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #5f5f5f;
}

.auf-ga__offers-table-wrap {
	overflow-x: auto;
	background: #ffffff;
}

.auf-ga__offers-table {
	width: 100%;
	min-width: 680px;
	border-collapse: collapse;
}

.auf-ga__offers-table thead th {
	background: #f7f7f7;
	font-size: 14px;
	font-weight: 700;
	color: #333333;
}

.auf-ga__offers-table th,
.auf-ga__offers-table td {
	padding: 16px 18px;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	text-align: left;
	vertical-align: middle;
}

.auf-ga__offers-table th:last-child,
.auf-ga__offers-table td:last-child {
	border-right: 0;
}

.auf-ga__offers-table tbody tr:hover,
.auf-ga__offers-table tbody tr.is-active {
	background: #fcfcfc;
}

.auf-ga__offers-table tbody tr.is-active {
	box-shadow: inset 4px 0 0 #ffd548;
}

.auf-ga__offer-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.auf-ga__offer-pill {
	display: inline-flex;
	align-items: center;
	padding: 4px 9px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	background: #fafafa;
	color: #444444;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
}

.auf-ga__offer-sub {
	color: #555555;
	line-height: 1.4;
}

.auf-ga__offer-money {
	white-space: nowrap;
	font-weight: 600;
	color: #1f1f1f;
}

.auf-ga__offer-unit {
	color: #777777;
	font-size: 13px;
	font-weight: 400;
}

@media (max-width: 1100px) {
	.auf-ga__hero {
		grid-template-columns: 1fr;
	}

	.auf-ga__choice-group--metals {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.auf-ga__choice-group--metals label:last-child {
		grid-column: auto;
	}
}

@media (max-width: 767px) {
	.auf-ga__choice-group--shape,
	.auf-ga__choice-group--triple,
	.auf-ga__choice-group--double,
	.auf-ga__choice-group--metals,
	.auf-ga__steps {
		grid-template-columns: 1fr;
	}

	.auf-ga__calc-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.auf-ga__calc-side {
		text-align: left;
		padding-top: 0;
	}

	.auf-ga__calc-footer {
		grid-template-columns: 1fr;
	}

	.auf-ga__calc-price {
		border-right: 0;
		border-bottom: 1px solid var(--ga-border-strong);
	}

	.auf-ga__calc-actions {
		grid-template-columns: 1fr;
	}

	.auf-ga__request-button,
	.auf-ga__cart-button,
	.auf-ga__upload-button,
	.auf-ga__qty-select {
		width: 100%;
	}

	.auf-ga__tab-titles {
		display: grid;
	}

	.auf-ga__tab-title {
		border-right-width: 1px;
		border-bottom-width: 0;
		text-align: left;
		padding: 14px 16px;
		font-size: 15px;
	}

	.auf-ga__tab-title:last-child {
		border-bottom-width: 1px;
	}

	.auf-ga__tab-panels {
		border-top: 0;
	}

	.auf-ga__offers-wrap {
		margin-top: 24px;
		border-radius: 6px;
	}

	.auf-ga__offers-head {
		padding: 18px 18px 14px;
	}

	.auf-ga__offers-title {
		font-size: 22px;
	}

	.auf-ga__offers-table {
		min-width: 560px;
	}
}
