/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2026 | 10:34:28 */
/* =========================================================
   WOOCOMMERCE – SINGLE PRODUCT
   ========================================================= */


/* ---------------------------------------------------------
   Produktgalerie – Thumbnails
   --------------------------------------------------------- */

body.single-product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 15px 0 0 !important;
	padding: 0;
	clear: both;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
	width: 70px !important;
	flex: 0 0 70px;
	margin: 0 !important;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs img {
	display: block;
	width: 70px !important;
	height: 70px !important;
	object-fit: cover;
}


/* ---------------------------------------------------------
   Produktgalerie – Hauptbild stabil halten
   --------------------------------------------------------- */

body.single-product .woocommerce-product-gallery {
	display: flow-root;
	margin-bottom: 24px !important;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0 !important;
}

/*
   FlexSlider gibt es nur bei mehreren Bildern.
   Keine feste Aspect-Ratio auf den Flex-Viewport setzen.
*/
body.single-product .woocommerce-product-gallery .flex-viewport {
	height: auto !important;
	overflow: hidden;
}

/*
   Diese Bildfläche existiert bei einem UND mehreren Bildern.
*/
body.single-product .woocommerce-product-gallery__image {
	aspect-ratio: 1 / 1;
}

body.single-product .woocommerce-product-gallery__image > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

body.single-product .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}


/* ---------------------------------------------------------
   Produktgalerie – wenn KEINE Thumbnails vorhanden sind
   zusätzlichen Abstand zu den Tabs schaffen
   --------------------------------------------------------- */

body.single-product
.woocommerce-product-gallery:not(:has(.flex-control-thumbs)) {
	margin-bottom: 70px !important;
}


/* ---------------------------------------------------------
   Doppelte Überschriften in WooCommerce-Tabs entfernen
   --------------------------------------------------------- */

body.single-product .woocommerce-Tabs-panel--description > h2:first-child,
body.single-product .woocommerce-Tabs-panel--additional_information > h2:first-child,
body.single-product .woocommerce-Reviews-title {
	display: none !important;
}


/* ---------------------------------------------------------
   Beschreibung + zusätzliche Informationen einrücken
   --------------------------------------------------------- */

body.single-product .woocommerce-Tabs-panel--description,
body.single-product .woocommerce-Tabs-panel--additional_information {
	padding: 24px 4% 20px !important;
	box-sizing: border-box;
}


/* ---------------------------------------------------------
   Zusätzliche Informationen – Tabelle
   --------------------------------------------------------- */

body.single-product table.woocommerce-product-attributes,
body.single-product table.woocommerce-product-attributes tr,
body.single-product table.woocommerce-product-attributes th,
body.single-product table.woocommerce-product-attributes td {
	border: none !important;
	background: transparent !important;
}

body.single-product table.woocommerce-product-attributes th,
body.single-product table.woocommerce-product-attributes td {
	padding: 6px 0 !important;
	vertical-align: middle;
	line-height: 1.4;
}

body.single-product table.woocommerce-product-attributes th {
	text-align: left;
	width: 190px;
	padding-right: 25px !important;
}

body.single-product table.woocommerce-product-attributes td p {
	margin: 0 !important;
	padding: 0 !important;
}


/* ---------------------------------------------------------
   Rezensionen – Hinweistexte einrücken
   --------------------------------------------------------- */

body.single-product .woocommerce-Reviews .woocommerce-noreviews,
body.single-product .woocommerce-Reviews .woocommerce-verification-required {
	margin-left: 4% !important;
	margin-right: 4% !important;
}
/* ---------------------------------------------------------
   Related Products – kompakter und mittig
   --------------------------------------------------------- */

#related--products {
	width: 75% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Tablet */
@media (max-width: 1024px) {
	#related--products {
		width: 90% !important;
	}
}

/* Smartphone */
@media (max-width: 767px) {
	#related--products {
		width: 100% !important;
	}
}