/*
 * Statische Produktseite – Nachbau des Elementor-Templates 15762.
 * Werte stammen aus dem generierten Elementor-CSS (post-15762.css) und den
 * Elementor-Widget-Defaults. Breakpoints wie in Elementor:
 * Mobil ≤ 767px, Tablet 768–1024px, Desktop ≥ 1025px.
 */

/* ------------------------------------------------------------------ */
/* Basis                                                              */
/* ------------------------------------------------------------------ */

.sp-product {
	--sp-font: "Rubik", sans-serif;
	--sp-green: #467200;
	--sp-lime: #a4d75c;
	--sp-lime-hover: #93cf3f;
	--sp-border: #ced4da;
	--sp-bg-soft: #f8f9fa;
	--sp-text-muted: #7a7a7a;
	--sp-content-width: 1140px;
	box-sizing: border-box;
}

.sp-product *,
.sp-product *::before,
.sp-product *::after {
	box-sizing: border-box;
}

/* Jeder Abschnitt entspricht einem Elementor-Container (Standard-Innenabstand 10px). */
.sp-section {
	position: relative;
	padding: 10px;
	width: 100%;
}

.sp-section__inner {
	max-width: var(--sp-content-width);
	margin: 0 auto;
	width: 100%;
}

.sp-hide-mobile,
.sp-hide-tablet,
.sp-hide-desktop {
	display: revert;
}

@media (max-width: 767px) {
	.sp-hide-mobile { display: none !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.sp-hide-tablet { display: none !important; }
}

@media (min-width: 1025px) {
	.sp-hide-desktop { display: none !important; }
}

/*
 * Das WPCode-Snippet "Checkout Page CSS" (ID 16027) blendet site-weit
 * `.woocommerce h2:first-of-type` aus. Auf der Elementor-Seite greift das nur
 * deshalb nicht, weil WP Rocket (Remove Unused CSS) die Regel entfernt.
 * Hier wird sie ausdrücklich neutralisiert.
 */
.woocommerce .sp-product h2:first-of-type,
.woocommerce .sp-product h2 {
	display: block !important;
}

/* Elementor-Überschriften: kein Außenabstand, Zeilenhöhe 1 */
.sp-product .sp-heading,
.sp-product .sp-title,
.sp-product .sp-details__heading,
.sp-product .sp-guide__heading,
.sp-product .sp-contact__title,
.sp-product .sp-contact__subtitle,
.sp-product .sp-faq__title,
.sp-product .sp-related__title,
.sp-product .sp-card__title,
.sp-product .sp-card__price,
.sp-product .sp-card__note {
	font-family: var(--sp-font);
	line-height: 1;
	margin: 0;
	padding: 0;
}

/* Elementor-Texteditor */
.sp-text {
	font-family: var(--sp-font);
	font-weight: 400;
	color: #000;
}

.sp-text p {
	margin-bottom: 0;
}

.sp-divider {
	display: block;
	width: 100%;
	border: 0;
	border-top: 1px solid var(--sp-border);
	margin: 5px 0;
	height: 0;
}

/* ------------------------------------------------------------------ */
/* Icon-Liste                                                         */
/* ------------------------------------------------------------------ */

.sp-icon-list {
	--sp-icon-size: 20px;
	--sp-icon-gap: 6px;
	--sp-icon-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sp-icon-list__item {
	display: flex;
	align-items: var(--sp-icon-align);
	margin: 0;
	padding: 0;
	position: relative;
	font-size: inherit;
}

.sp-icon-list__item:not(:last-child) { padding-bottom: 4px; }
.sp-icon-list__item:not(:first-child) { margin-top: 4px; }

.sp-icon-list__item > a {
	display: flex;
	align-items: var(--sp-icon-align);
	width: 100%;
	font-size: inherit;
	color: inherit;
}

.sp-icon-list__icon {
	display: flex;
	flex-shrink: 0;
	padding-inline-end: var(--sp-icon-gap);
}

.sp-icon-list__icon svg {
	width: var(--sp-icon-size);
	height: var(--sp-icon-size);
	margin: 0 calc(var(--sp-icon-size) * 0.25) 0 0;
}

.sp-icon-list__text {
	align-self: center;
	padding-inline-start: 5px;
	font-family: var(--sp-font);
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

/* ------------------------------------------------------------------ */
/* Icon-Box                                                           */
/* ------------------------------------------------------------------ */

.sp-icon-box {
	display: flex;
	flex-direction: row;
	align-items: start;
	gap: 15px;
	text-align: start;
	width: 100%;
	max-width: 100%;
}

.sp-icon-box__icon {
	display: inline-block;
	flex: 0 0 auto;
	line-height: 0;
	font-size: 32px;
	text-align: start;
}

.sp-icon-box__icon svg {
	width: 1em;
	height: 1em;
}

.sp-icon-box__content {
	flex-grow: 1;
	width: 100%;
}

.sp-product .sp-icon-box__title {
	font-family: var(--sp-font);
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
}

.sp-product .sp-icon-box__text {
	font-family: var(--sp-font);
	font-size: 14px;
	font-weight: 400;
	color: var(--sp-text-muted);
	margin: 0;
}

@media (max-width: 767px) {
	.sp-icon-box {
		flex-direction: column;
		align-items: unset;
		text-align: start;
	}
}

/* ------------------------------------------------------------------ */
/* 1. Produkt: Galerie + Kaufbereich                                  */
/* ------------------------------------------------------------------ */

.sp-hero .sp-section__inner {
	--sp-content-width: 1185px;
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.sp-hero__gallery,
.sp-hero__summary {
	flex: 1 1 0;
	min-width: 0;
}

.sp-hero__summary {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

/* Im Elementor-Template steht am Ende der Spalte ein leerer Container. */
.sp-hero__summary::after {
	content: "";
	display: block;
	height: 0;
}

.sp-breadcrumb .woocommerce-breadcrumb {
	color: #6c757d;
	font-family: var(--sp-font);
	font-size: 12px;
	font-weight: 400;
	line-height: 20.8px;
}

.sp-breadcrumb .woocommerce-breadcrumb > a {
	color: var(--sp-green);
}

.sp-product .sp-title {
	font-size: 29px;
	font-weight: 600;
	line-height: 2rem;
	color: #000;
}

.sp-price {
	text-align: start;
}

.woocommerce .sp-price .price,
.sp-price .price {
	color: var(--sp-green);
	font-family: var(--sp-font);
	font-size: 26px;
	font-weight: 700;
	line-height: 2rem;
}

.sp-product span.amount {
	color: var(--sp-green) !important;
}

.sp-usp-list {
	margin-top: -15px;
}

.sp-buy {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 5px;
	width: 100%;
}

/* Warenkorb-Formular: Regeln des Elementor-Widgets + Custom CSS des Templates */
.sp-add-to-cart form.cart {
	margin: 0;
	gap: 0 !important;
}

.sp-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: nowrap;
}

.sp-add-to-cart .woocommerce-variation-add-to-cart > *,
.sp-add-to-cart form.cart > * {
	flex: none !important;
}

.sp-add-to-cart form.cart .button:where(:not(:first-child):not(.ux-quantity__button)),
.sp-add-to-cart form.cart button:where(:not(:first-child)) {
	margin-block-start: 0;
	margin-inline-start: 10px;
}

.sp-add-to-cart .quantity {
	vertical-align: middle;
}

.sp-add-to-cart .quantity .qty {
	margin-inline-end: 0;
	vertical-align: top;
	transition: all 0.2s;
}

.sp-add-to-cart .quantity input {
	height: 100%;
}

.sp-add-to-cart .cart button,
.sp-add-to-cart .cart .button {
	color: #000;
	transition: all 0.2s;
}

.sp-shipping-list {
	--sp-icon-gap: 0px;
}

.sp-shipping-list .sp-icon-list__text {
	color: #495057;
}

.sp-payments {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--sp-border);
	border-radius: 3px;
	margin-top: 10px;
}

.sp-payments__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	justify-items: center;
	align-items: center;
	padding: 20px 0;
	width: 90%;
	align-self: center;
}

.sp-payments__row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.sp-payments__logo {
	flex: 0 1 auto;
	min-width: 0;
	text-align: center;
}

.sp-payments__logo img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.sp-hero { padding: 12px; }
	.sp-hero .sp-section__inner { flex-wrap: wrap; }
	.sp-hero__gallery,
	.sp-hero__summary { flex: 0 0 100%; }
	.sp-hero__summary { gap: 8px; }
	.sp-product .sp-title { font-size: 20px; }
	.woocommerce .sp-price .price,
	.sp-price .price { font-size: 20px; line-height: 2rem; }
	.sp-buy { gap: 0; }
	.sp-add-to-cart button.single_add_to_cart_button.button.alt {
		max-width: 200px !important;
		width: 66% !important;
	}
	.sp-shipping-list .sp-icon-list__text { font-size: 12px; }
	.sp-payments__inner { gap: 12px; padding: 10px; }
	.sp-payments__row { gap: 8px; }
	.sp-payments__row + .sp-payments__row { gap: 10px; }
	.sp-payments__logo img { width: 85%; }
}

/* ------------------------------------------------------------------ */
/* 2. USP-Boxen                                                       */
/* ------------------------------------------------------------------ */

.sp-usps {
	padding: 30px 0;
	background-color: var(--sp-bg-soft);
}

.sp-usps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 0;
	justify-items: center;
	overflow: hidden;
}

.sp-icon-box--usp {
	padding: 20px;
	border: 0 solid var(--sp-border);
}

.sp-usps__cell--1,
.sp-usps__cell--2 { border-right-width: 1px; }
.sp-usps__cell--4,
.sp-usps__cell--5 { border-top-width: 1px; border-right-width: 1px; }
.sp-usps__cell--6 { border-top-width: 1px; }

/* Karussell-Variante (Tablet/Mobil): jede Box mit rechter Linie */
.sp-usps__carousel .sp-icon-box--usp {
	border-right-width: 1px;
}

.sp-usps__carousel .sp-carousel__slide {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.sp-usps__carousel { padding-bottom: 20px; }
	.sp-usps__carousel .sp-carousel__slide { padding: 0; }
}

/* ------------------------------------------------------------------ */
/* Tabs                                                               */
/* ------------------------------------------------------------------ */

.sp-tabs {
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
	text-align: start;
	margin-top: 40px;
}

.sp-tabs__heading {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-shrink: 0;
	gap: 0;
	justify-content: flex-start;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.sp-tabs__heading::-webkit-scrollbar {
	display: none;
}

.sp-product .sp-tabs__title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 content;
	position: relative;
	padding: 5px 20px;
	height: auto;
	border: 1px solid #000;
	border-radius: 2px;
	background: transparent;
	font-family: var(--sp-font);
	font-weight: 600;
	color: #000;
	cursor: pointer;
	transition: background 0.3s;
}

.sp-tabs__title-text {
	font-size: 16px;
}

.sp-product .sp-tabs__title:hover,
.sp-product .sp-tabs__title:focus {
	color: #000;
	background: transparent;
	border: 1px solid #000;
}

.sp-product .sp-tabs__title[aria-selected="true"],
.sp-product .sp-tabs__title[aria-selected="true"]:hover {
	background: var(--sp-lime);
	border: 0;
	color: #000;
}

.sp-tabs__content {
	display: flex;
	flex-grow: 1;
	min-width: 0;
}

.sp-tabs__panel {
	display: none;
	width: 100%;
}

.sp-tabs__panel.is-active {
	display: flex;
}

@media (max-width: 767px) {
	.sp-tabs__heading {
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	.sp-product .sp-tabs__title {
		flex-shrink: 0;
		white-space: nowrap;
	}
}

/* ------------------------------------------------------------------ */
/* 3. Produktdetails                                                  */
/* ------------------------------------------------------------------ */

.sp-details {
	padding: 0;
	margin: 55px 0;
}

.sp-details .sp-section__inner {
	--sp-content-width: 1180px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.sp-product .sp-details__heading {
	font-size: 24px;
	font-weight: 600;
	line-height: 2rem;
	color: #000;
}

.sp-details__panel {
	display: flex;
	flex-direction: row;
	gap: 10px;
	width: 100%;
	padding: 30px;
	border-radius: 6px;
}

.sp-details__text,
.sp-details__image {
	flex: 1 1 0;
	min-width: 0;
}

.sp-details__text {
	font-size: 16px;
	line-height: 1.5rem;
}

.sp-details__text ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sp-details__text ul li {
	position: relative;
	padding-left: 36px;
	margin-bottom: 10px;
}

.sp-details__text ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m8 12 3 3 5-6'/%3E%3C/svg%3E");
}

.sp-details__image {
	text-align: center;
}

.sp-details__image img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.sp-details__more {
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	width: 100%;
}

@media (max-width: 767px) {
	.sp-details { padding: 13px; }
	.sp-product .sp-details__heading { font-size: 20px; line-height: 1.5rem; }
	.sp-details__panel { flex-wrap: wrap; margin-top: 10px; padding: 20px; }
	.sp-details__text,
	.sp-details__image { flex: 0 0 100%; }
}

/* ------------------------------------------------------------------ */
/* 5. Ratgeber                                                        */
/* ------------------------------------------------------------------ */

.sp-guide {
	padding: 0;
}

.sp-guide .sp-section__inner {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.sp-product .sp-icon-box--guide .sp-icon-box__title {
	font-size: 26px;
	line-height: 2rem;
}

.sp-guide__panel {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	padding: 26px;
	border-radius: 6px;
}

.sp-product .sp-guide__heading {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}

.sp-guide__intro {
	font-size: 16px;
	line-height: 1.7rem;
}

.sp-icon-box--guide-item {
	margin-top: 16px;
	gap: 12px;
}

.sp-icon-box--guide-item .sp-icon-box__icon {
	font-size: 30px;
}

.sp-product .sp-icon-box--guide-item .sp-icon-box__title {
	font-size: 20px;
	line-height: 2.1rem;
	margin-bottom: 1px;
}

.sp-product .sp-icon-box--guide-item .sp-icon-box__text {
	font-size: 16px;
	color: #000;
}

@media (max-width: 767px) {
	.sp-guide { padding: 15px; }
	.sp-product .sp-icon-box--guide .sp-icon-box__title { font-size: 20px; }
	.sp-guide__panel { margin-top: 10px; padding: 5px; }
	.sp-product .sp-guide__heading { font-size: 18px; }
}

/* ------------------------------------------------------------------ */
/* 6. Kontakt                                                         */
/* ------------------------------------------------------------------ */

.sp-contact {
	padding: 50px 0 60px;
}

.sp-contact__box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 25px;
	background-color: var(--sp-bg-soft);
}

.sp-product .sp-contact__title {
	font-size: 26px;
	font-weight: 600;
	line-height: 2rem;
	color: #000;
}

.sp-contact__text {
	font-size: 18px;
	line-height: 1.8rem;
}

.sp-product .sp-contact__subtitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6rem;
	color: #000;
	margin-top: 20px;
}

.sp-contact-list {
	--sp-icon-size: 21px;
}

.sp-contact__buttons {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin: 20px 0 10px;
}

.sp-button-wrap {
	flex: 1 1 0;
	min-width: 0;
	text-align: left;
}

.sp-product .sp-button {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 12px 24px;
	border-radius: 3px;
	font-family: var(--sp-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2rem;
	letter-spacing: 0;
	text-transform: none;
	text-align: center;
	text-decoration: none;
	color: #000;
	fill: #000;
	transition: all 0.3s;
	margin: 0;
	min-height: 0;
	box-shadow: none;
}

.sp-button__icon {
	display: flex;
	align-items: center;
}

.sp-button__icon svg {
	width: 1em;
	height: auto;
}

.sp-product .sp-button--primary {
	background-color: var(--sp-lime);
}

.sp-product .sp-button--primary:hover,
.sp-product .sp-button--primary:focus {
	background-color: var(--sp-lime-hover);
	color: #000;
}

.sp-product .sp-button--outline {
	background-color: transparent;
	border: 1px solid #495057;
}

.sp-product .sp-button--outline:hover,
.sp-product .sp-button--outline:focus {
	color: #75af23;
	border-color: #75af23;
	background-color: transparent;
}

.sp-product .sp-button--outline:hover svg,
.sp-product .sp-button--outline:focus svg {
	fill: #75af23;
}

@media (max-width: 767px) {
	.sp-contact { padding: 20px 14px; }
	.sp-product .sp-contact__title { font-size: 20px; line-height: 1.6rem; }
	.sp-contact__text { font-size: 16px; line-height: 1.5rem; }
	.sp-product .sp-contact__subtitle { font-size: 16px; line-height: 1.5rem; }
	.sp-contact-list { --sp-icon-size: 22px; --sp-icon-align: flex-start; }
	.sp-contact-list .sp-icon-list__text { line-height: 1.3rem; }
	.sp-contact__buttons { flex-direction: column; gap: 12px; }
	.sp-button-wrap { flex: 0 0 auto; }
	.sp-product .sp-button { width: 100%; display: flex; }
}

/* ------------------------------------------------------------------ */
/* 7. FAQ                                                             */
/* ------------------------------------------------------------------ */

.sp-faq {
	padding: 0;
}

.sp-faq .sp-section__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sp-product .sp-faq__title {
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2rem;
	color: #000;
}

.sp-accordion {
	width: 95%;
	max-width: 95%;
}

.sp-accordion__item {
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0;
}

.sp-accordion__item > summary::-webkit-details-marker {
	display: none;
}

.sp-accordion__title {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 18px;
	list-style: none;
	cursor: pointer;
	padding: 10px 10px 10px 20px;
	border: solid var(--sp-border);
	border-width: 1px 0;
	color: #000;
	font-family: var(--sp-font);
	font-size: 18px;
	font-weight: 500;
}

.sp-accordion__text {
	display: flex;
	align-items: center;
	font-size: 18px;
}

.sp-accordion__icon {
	display: flex;
	align-items: center;
	order: -1;
	position: relative;
	width: fit-content;
	color: #73a31f;
}

.sp-accordion__icon svg {
	height: 15px;
	width: auto;
	fill: currentColor;
}

.sp-accordion__icon-open { display: none; }
.sp-accordion__icon-closed { display: block; }
.sp-accordion__item[open] .sp-accordion__icon-open { display: block; }
.sp-accordion__item[open] .sp-accordion__icon-closed { display: none; }

.sp-accordion__content {
	padding: 20px;
	font-size: 18px;
	line-height: 2rem;
}

@media (max-width: 767px) {
	.sp-faq { padding: 15px; }
	.sp-product .sp-faq__title { font-size: 20px; line-height: 1.6rem; }
	.sp-accordion { margin-top: 10px; }
	.sp-accordion__title,
	.sp-accordion__text { font-size: 14px; }
	.sp-accordion__content { padding: 14px; font-size: 14px; }
}

/* ------------------------------------------------------------------ */
/* Karussell                                                          */
/* ------------------------------------------------------------------ */

.sp-carousel {
	--sp-gap: 10px;
	--sp-n: var(--sp-per-view, 4);
	position: relative;
	width: 100%;
}

.sp-carousel__viewport {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

.sp-carousel__track {
	display: flex;
	flex-wrap: nowrap;
	gap: var(--sp-gap);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	align-items: stretch;
}

.sp-carousel__track::-webkit-scrollbar {
	display: none;
}

.sp-carousel__slide {
	flex: 0 0 calc((100% - var(--sp-gap) * (var(--sp-n) - 1)) / var(--sp-n));
	min-width: 0;
	scroll-snap-align: start;
}

@media (max-width: 1024px) {
	.sp-carousel { --sp-n: var(--sp-per-view-tablet, 2); }
}

@media (max-width: 767px) {
	.sp-carousel { --sp-n: var(--sp-per-view-mobile, 1); }
}

/* Pfeile außen: Slider ist 60px schmaler, Pfeile 13px vom Rand */
.sp-carousel--arrows .sp-carousel__viewport {
	width: calc(100% - 60px);
}

.sp-product .sp-carousel__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 4px;
	min-height: 0;
	height: auto;
	line-height: 1;
	font-size: 25px;
	color: #343a40;
	background-color: rgba(255, 255, 255, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	transition-duration: 0.25s;
}

.sp-product .sp-carousel__arrow:hover,
.sp-product .sp-carousel__arrow:focus {
	color: #343a40;
	background-color: rgba(255, 255, 255, 0.6);
}

.sp-carousel__arrow svg {
	width: 1em;
	height: 1em;
	display: block;
}

.sp-carousel__arrow--prev { left: 13px; }
.sp-carousel__arrow--next { right: 13px; }

.sp-carousel--dots .sp-carousel__arrow {
	top: calc(50% - 51px / 2);
}

/* Punkte außen: 45px Abstand unter den Slides */
.sp-carousel--dots .sp-carousel__viewport {
	padding-bottom: 51px;
}

.sp-carousel__dots {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -100%);
	display: flex;
	gap: 12px;
	width: max-content;
	height: max-content;
	line-height: 6px;
	z-index: 3;
}

.sp-product .sp-carousel__dot {
	display: block;
	width: 12px;
	height: 6px;
	margin: 0;
	padding: 0;
	min-height: 0;
	border: 0;
	border-radius: 0;
	background: #8bbd40;
	opacity: 0.2;
	cursor: pointer;
	box-shadow: none;
	transition: opacity 0.2s;
}

.sp-product .sp-carousel__dot.is-active {
	opacity: 1;
}

/* ------------------------------------------------------------------ */
/* 8./9. Produktkarussells                                            */
/* ------------------------------------------------------------------ */

.sp-related {
	padding: 0;
	margin: 50px 0;
}

.sp-related .sp-section__inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sp-product .sp-related__title {
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2.2rem;
	color: #000;
}

.sp-carousel--products .sp-carousel__slide {
	display: flex;
}

.sp-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: left;
}

.sp-card__image {
	display: block;
	text-align: center;
	line-height: 0;
}

.sp-card__image img {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	height: auto;
	vertical-align: middle;
}

.sp-product .sp-card__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	color: #000;
}

.sp-product .sp-card__title a {
	color: inherit;
	text-decoration: none;
}

.sp-product .sp-card__price {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: var(--sp-green);
}

.sp-product .sp-card__price .amount,
.sp-product .sp-card__price .woocommerce-Price-amount {
	color: var(--sp-green) !important;
	font-size: inherit;
	font-weight: inherit;
}

.sp-product .sp-card__price del,
.sp-product .sp-card__price ins {
	text-decoration: none;
	font-weight: inherit;
}

.sp-product .sp-card__note {
	font-size: 14px;
	font-weight: 400;
	color: #495057;
}

@media (max-width: 767px) {
	.sp-related--related { padding: 14px; }
	.sp-product .sp-related__title { font-size: 18px; padding: 15px; }
}

/* Eigene Icon-Bilder (ACF) in derselben Größe wie die eingebauten SVGs */
.sp-icon-box__icon img { width: 1em; height: 1em; object-fit: contain; display: inline-block; vertical-align: top; }
.sp-icon-list__icon img { width: var(--sp-icon-size); height: var(--sp-icon-size); object-fit: contain; margin: 0 calc(var(--sp-icon-size) * 0.25) 0 0; }
.sp-button__icon img { width: 1em; height: auto; }
