/* Skyrider Hero Slider 1.2 */

.skyh-combo {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	width: 100%;
}

.skyh-combo.has-video {
	grid-template-columns: minmax(0, 1fr) 252px;
}

.skyh {
	position: relative;
	overflow: hidden;
	min-width: 0;
	border: 1px solid #e6e8eb;
	border-radius: 18px;
	background: #f7f8fa;
	box-shadow: 0 18px 46px rgba(20, 24, 31, .10);
}

.skyh__viewport { overflow: hidden; height: 430px; }
.skyh__track { display: flex; height: 100%; transition: transform .5s cubic-bezier(.22, .61, .36, 1); }
.skyh__slide { display: flex; flex: 0 0 100%; align-items: center; width: 100%; height: 100%; }
.skyh--img-left .skyh__slide { flex-direction: row-reverse; }

.skyh__text {
	display: flex;
	flex: 1 1 54%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
	padding: 44px 20px 44px 52px;
}

.skyh__kicker { margin: 0 0 12px; color: #c91f2a; font-size: 12px; font-weight: 800; line-height: 1.35; letter-spacing: 1.5px; text-transform: uppercase; }
.skyh__title { margin: 0 0 15px; color: #15171a; font-size: 40px; font-weight: 800; line-height: 1.08; letter-spacing: -.8px; }
.skyh__sub { max-width: 460px; margin: 0 0 14px; color: #525a63; font-size: 15px; font-weight: 700; line-height: 1.4; letter-spacing: .2px; text-transform: uppercase; }
.skyh__sub--above { margin: 0 0 8px; }

.skyh__prices { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; margin: 4px 0 18px; }
.skyh__price { color: #c91f2a; font-size: 30px; font-weight: 800; line-height: 1; letter-spacing: -.5px; }
.skyh__price-old { color: #8a929b; font-size: 16px; font-weight: 600; text-decoration: line-through; }
.skyh__price-note { flex: 1 0 100%; color: #8a929b; font-size: 12px; line-height: 1.4; }

.skyh__list { margin: 0 0 20px; padding: 0; list-style: none; color: #525a63; font-size: 15px; line-height: 1.45; }
.skyh__list li { display: flex; align-items: flex-start; gap: 8px; margin: 0 0 5px; }
.skyh__list i { flex: 0 0 auto; color: #c91f2a; font-style: normal; }

.skyh__btn { display: inline-block; padding: 13px 22px; border: 1px solid #15171a; border-radius: 8px; background: #15171a; color: #fff; box-shadow: 0 8px 18px rgba(21, 23, 26, .16); font-size: 12px; font-weight: 800; line-height: 1.2; letter-spacing: .5px; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.skyh__btn:hover { background: #c91f2a; border-color: #c91f2a; color: #fff; text-decoration: none; transform: translateY(-1px); }

.skyh__img { display: flex; flex: 0 0 46%; align-items: center; justify-content: center; height: 100%; padding: 24px 30px 24px 0; }
.skyh--img-left .skyh__img { padding: 24px 0 24px 30px; }
.skyh__img img { width: 100%; height: 100%; object-fit: contain; }

.skyh__arrow { position: absolute; top: 50%; z-index: 3; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(255, 255, 255, .92); color: #15171a; box-shadow: 0 5px 16px rgba(16, 20, 27, .12); font-size: 16px; line-height: 1; cursor: pointer; }
.skyh__arrow--prev { left: 12px; }
.skyh__arrow--next { right: 12px; }
.skyh__dots { position: absolute; bottom: 14px; left: 52px; z-index: 3; display: flex; gap: 7px; }
.skyh__dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #c7ccd3; cursor: pointer; }
.skyh__dot.is-active { background: #15171a; transform: scale(1.18); }

/* Video rail */
.skyh-video {
	position: relative;
	overflow: hidden;
	height: 430px;
	border-radius: 18px;
	background: #17191d;
	box-shadow: 0 18px 46px rgba(20, 24, 31, .12);
	color: #fff;
}
.skyh-video__card { display: none; height: 100%; flex-direction: column; }
.skyh-video__card.is-active { display: flex; }
.skyh-video__thumb { position: relative; display: block; overflow: hidden; flex: 0 0 54%; width: 100%; min-height: 0; padding: 0; border: 0; background: #0f1012; cursor: pointer; }
.skyh-video__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; filter: brightness(.78); transition: transform .3s ease, filter .3s ease; }
.skyh-video__thumb:hover img { transform: scale(1.035); filter: brightness(.92); }
.skyh-video__play { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; transform: translate(-50%, -50%); border-radius: 50%; background: #e21d2c; box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.skyh-video__play span { width: 0; height: 0; margin-left: 4px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid #fff; }
.skyh-video__watch { position: absolute; right: 12px; bottom: 12px; left: 12px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .7px; text-align: center; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.skyh-video__body { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; padding: 18px 18px 16px; }
.skyh-video__label { margin-bottom: 8px; color: #e21d2c; font-size: 10px; font-weight: 900; line-height: 1.2; letter-spacing: 1.1px; text-transform: uppercase; }
.skyh-video__title { display: -webkit-box; overflow: hidden; margin-bottom: 13px; color: #fff; font-size: 16px; font-weight: 800; line-height: 1.28; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.skyh-video__product { margin-top: auto; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); }
.skyh-video__product-name { display: -webkit-box; overflow: hidden; margin-bottom: 5px; color: #e7e9ec; font-size: 12px; font-weight: 700; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.skyh-video__product-price { margin-bottom: 7px; color: #fff; font-size: 14px; font-weight: 800; }
.skyh-video__product-price del { opacity: .6; font-size: 11px; }
.skyh-video__product-price ins { text-decoration: none; }
.skyh-video__product-link { color: #e21d2c; font-size: 10px; font-weight: 900; letter-spacing: .55px; text-decoration: none; }
.skyh-video__product-link:hover { color: #fff; }

/* Modal - iframe wird erst nach Klick erzeugt */
.skyh-modal { position: fixed; z-index: 999999; inset: 0; display: none; align-items: center; justify-content: center; padding: 24px; }
.skyh-modal.is-open { display: flex; }
.skyh-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.82); }
.skyh-modal__dialog { position: relative; z-index: 2; width: min(100%, 1050px); aspect-ratio: 16/9; background: #000; box-shadow: 0 25px 90px rgba(0,0,0,.48); }
.skyh-modal__frame, .skyh-modal__frame iframe { width: 100%; height: 100%; }
.skyh-modal__frame iframe { display: block; border: 0; }
.skyh-modal__close { position: absolute; top: -42px; right: -2px; width: 38px; height: 38px; padding: 0; border: 0; background: transparent; color: #fff; font-size: 34px; line-height: 34px; cursor: pointer; }
body.skyh-modal-open { overflow: hidden; }

/* Tablet: Video platzsparend unter dem Hero */
@media (max-width: 1100px) {
	.skyh-combo.has-video { grid-template-columns: minmax(0, 1fr); }
	.skyh__text { padding: 34px 16px 34px 34px; }
	.skyh__title { font-size: 32px; }
	.skyh__price { font-size: 26px; }
	.skyh__dots { left: 34px; }

	.skyh-video { height: auto !important; min-height: 112px; border-radius: 14px; }
	.skyh-video__card.is-active { display: grid; grid-template-columns: 190px minmax(0, 1fr); min-height: 112px; }
	.skyh-video__thumb { min-height: 112px; height: 100%; }
	.skyh-video__play { width: 48px; height: 48px; }
	.skyh-video__body { padding: 15px 18px; }
	.skyh-video__title { margin-bottom: 7px; -webkit-line-clamp: 1; }
	.skyh-video__product { display: flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 8px; }
	.skyh-video__product-name { flex: 1 1 auto; margin: 0; -webkit-line-clamp: 1; }
	.skyh-video__product-price { flex: 0 0 auto; margin: 0; }
	.skyh-video__product-link { flex: 0 0 auto; }
	.skyh-combo--video-mobile-hide .skyh-video { display: none; }
}

@media (max-width: 767px) {
	.skyh__slide, .skyh--img-left .skyh__slide { flex-direction: column; }
	.skyh__text { flex: 1 1 auto; width: 100%; padding: 25px 19px 10px; }
	.skyh__title { font-size: 26px; letter-spacing: -.45px; }
	.skyh__kicker { font-size: 10px; letter-spacing: 1.1px; }
	.skyh__sub, .skyh__list { font-size: 12.5px; }
	.skyh__price { font-size: 23px; }
	.skyh__price-old { font-size: 14px; }
	.skyh__prices { margin: 2px 0 12px; }
	.skyh__list { margin-bottom: 14px; }
	.skyh__btn { padding: 11px 17px; font-size: 10.5px; }
	.skyh__img, .skyh--img-left .skyh__img { flex: 0 0 40%; width: 100%; height: 40%; padding: 0 19px 30px; }
	.skyh__arrow { width: 31px; height: 31px; }
	.skyh__arrow--prev { left: 6px; }
	.skyh__arrow--next { right: 6px; }
	.skyh__dots { bottom: 10px; left: 0; width: 100%; justify-content: center; }

	.skyh-combo { gap: 10px; }
	.skyh-video { min-height: 92px; border-radius: 12px; }
	.skyh-video__card.is-active { grid-template-columns: 120px minmax(0, 1fr); min-height: 92px; }
	.skyh-video__thumb { min-height: 92px; }
	.skyh-video__play { width: 40px; height: 40px; }
	.skyh-video__play span { border-top-width: 7px; border-bottom-width: 7px; border-left-width: 11px; }
	.skyh-video__watch { display: none; }
	.skyh-video__body { justify-content: center; padding: 10px 12px; }
	.skyh-video__label { margin-bottom: 4px; font-size: 8px; }
	.skyh-video__title { margin-bottom: 6px; font-size: 12px; -webkit-line-clamp: 2; }
	.skyh-video__product { display: block; margin-top: 0; padding-top: 6px; }
	.skyh-video__product-name { display: none; }
	.skyh-video__product-price { display: inline; margin-right: 8px; font-size: 11px; }
	.skyh-video__product-link { font-size: 9px; }
	.skyh-modal { padding: 12px; }
	.skyh-modal__close { top: -38px; }
}

@media (prefers-reduced-motion: reduce) {
	.skyh__track, .skyh-video__thumb img { transition: none; }
}

/* 1.3 - social fallback for slides without video */
.skyh-social { display:flex; flex-direction:column; height:100%; min-height:0; padding:16px; background:#17191c; }
.skyh-social__title { flex:0 0 auto; margin:0 0 10px; color:#fff; font-size:11px; font-weight:900; letter-spacing:1.2px; text-align:center; }
.skyh-social__items { display:grid; grid-template-rows:repeat(3,minmax(0,1fr)); gap:8px; flex:1 1 auto; min-height:0; }
.skyh-social__item { position:relative; display:flex; align-items:center; justify-content:center; overflow:hidden; min-height:0; border-radius:12px; background:#0e0f11; color:#fff; text-decoration:none; }
.skyh-social__item img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .25s ease, opacity .25s ease; }
a.skyh-social__item:hover img { transform:scale(1.025); opacity:.9; }
.skyh-social__item span { font-size:14px; font-weight:900; text-align:center; }
.skyh-social__item small { display:block; margin-top:3px; font-size:8px; letter-spacing:1px; opacity:.72; }
@media (max-width:1100px) {
 .skyh-social { min-height:112px; padding:10px; }
 .skyh-social__title { display:none; }
 .skyh-social__items { grid-template-columns:repeat(3,1fr); grid-template-rows:1fr; gap:8px; }
 .skyh-social__item { min-height:92px; }
}
@media (max-width:767px) {
 .skyh-social { min-height:88px; padding:8px; }
 .skyh-social__items { gap:6px; }
 .skyh-social__item { min-height:72px; border-radius:9px; }
 .skyh-social__item span { font-size:11px; }
}

/* ==========================================================================
   1.4 — Produktverknuepfung, Verfuegbarkeit und modernisierte Mobilansicht
   ========================================================================== */

/* ---------- Verfuegbarkeits-Hinweis ---------- */

.skyh__stock {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 10px;
	padding: 5px 12px 5px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.skyh__stock--in {
	background: #e9f7ef;
	color: #15803d;
}

.skyh__stock--out {
	background: #f3f4f6;
	color: #6b7280;
}

.skyh__stock-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	flex: 0 0 auto;
}

.skyh__stock--in .skyh__stock-dot {
	box-shadow: 0 0 0 3px rgba(21, 128, 61, .16);
}

/* WooCommerce-Preis bringt eigenes Markup mit */

.skyh__price del {
	margin-right: 8px;
	font-size: .62em;
	font-weight: 500;
	opacity: .5;
	text-decoration: line-through;
}

.skyh__price ins {
	text-decoration: none;
	background: none;
	color: inherit;
}

.skyh__price .woocommerce-Price-currencySymbol {
	font-size: .78em;
}

/* ==========================================================================
   MOBIL — komplett neu aufgebaut
   Bild zuerst, Text darunter, Button ueber die volle Breite.
   ========================================================================== */

@media (max-width: 767px) {

	.skyh {
		border-radius: 16px;
	}

	.skyh__slide,
	.skyh--img-left .skyh__slide {
		flex-direction: column;
		gap: 0;
	}

	/* Bild nach oben, Text darunter — das Produktfoto verkauft */
	.skyh__img,
	.skyh--img-left .skyh__img {
		order: 1;
		flex: 0 0 auto;
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		padding: 18px 18px 6px;
	}

	.skyh__img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.skyh__text {
		order: 2;
		flex: 1 1 auto;
		width: 100%;
		padding: 4px 18px 26px;
	}

	.skyh__kicker {
		margin-bottom: 6px;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .14em;
	}

	.skyh__title {
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 1.2;
		letter-spacing: -.5px;
	}

	.skyh__sub {
		margin-bottom: 12px;
		font-size: 13px;
		line-height: 1.55;
	}

	/* Vorteile als kompakte Chips statt langer Liste */
	.skyh__list {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin: 0 0 14px;
		padding: 0;
		font-size: 11.5px;
	}

	.skyh__list li {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		margin: 0;
		padding: 6px 11px 6px 9px;
		background: rgba(20, 23, 28, .05);
		border-radius: 999px;
		line-height: 1.25;
	}

	.skyh__list li i {
		font-size: 9px;
		opacity: .75;
	}

	.skyh__stock {
		margin-bottom: 8px;
		padding: 4px 10px 4px 8px;
		font-size: 10px;
	}

	.skyh__prices {
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
		gap: 8px;
		margin: 0 0 16px;
	}

	.skyh__price {
		font-size: 26px;
		line-height: 1.1;
	}

	.skyh__price-old {
		font-size: 14px;
	}

	.skyh__price-note {
		width: 100%;
		font-size: 11px;
	}

	/* Button ueber die volle Breite — grosse Trefferflaeche */
	.skyh__btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 50px;
		padding: 14px 18px;
		border-radius: 12px;
		font-size: 12px;
		letter-spacing: .09em;
	}

	/* Pfeile weg — auf dem Handy wird gewischt */
	.skyh__arrow {
		display: none;
	}

	/* Punkte als Striche, gut sichtbar unter dem Button */
	.skyh__dots {
		position: static;
		display: flex;
		justify-content: center;
		gap: 6px;
		width: 100%;
		margin: 0;
		padding: 14px 0 4px;
		transform: none;
	}

	.skyh__dot {
		width: 22px;
		height: 4px;
		border-radius: 999px;
		background: rgba(20, 23, 28, .16);
		transition: background .25s ease, width .25s ease;
	}

	.skyh__dot.is-active {
		width: 34px;
		background: #e02b27;
	}
}

/* ---------- Sehr schmale Geraete ---------- */

@media (max-width: 380px) {

	.skyh__title {
		font-size: 21px;
	}

	.skyh__price {
		font-size: 23px;
	}

	.skyh__img,
	.skyh--img-left .skyh__img {
		padding: 14px 14px 4px;
	}

	.skyh__text {
		padding: 4px 14px 22px;
	}
}


/* ==========================================================================
   1.5 — Dynamische Video-Spalte + saubere Mobilansicht
   ========================================================================== */

/* Die rechte Spalte existiert nur, wenn der AKTIVE Slide ein Video besitzt. */
.skyh-combo.has-video-source:not(.has-video) {
	grid-template-columns: minmax(0, 1fr);
}
.skyh-combo.has-video-source:not(.has-video) > .skyh-video {
	display: none;
}
.skyh-combo.has-video > .skyh-video {
	display: block;
}

/* Mobil: Hero bleibt bewusst allein. Das seitliche Video wird nicht unter
   den Slider gequetscht; dadurch bleibt die Produktdarstellung sauber. */
@media (max-width: 767px) {
	.skyh-combo.has-video-source,
	.skyh-combo.has-video {
		display: block;
	}

	.skyh-combo.has-video-source > .skyh-video,
	.skyh-combo.has-video > .skyh-video {
		display: none !important;
	}

	.skyh-combo {
		width: 100%;
	}

	.skyh {
		width: 100%;
		box-shadow: 0 10px 28px rgba(20, 24, 31, .08);
	}
}


/* ==========================================================================
   1.5.1 — Compact mobile hero fix
   The Elementor desktop height must not force a 430px mobile viewport.
   ========================================================================== */
@media (max-width: 767px) {
    .skyh__viewport {
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden;
    }

    .skyh__track {
        height: auto !important;
        align-items: stretch;
    }

    .skyh__slide,
    .skyh--img-left .skyh__slide {
        height: auto !important;
        min-height: 0 !important;
        align-items: stretch;
        justify-content: flex-start;
    }

    .skyh__img,
    .skyh--img-left .skyh__img {
        flex: 0 0 210px;
        height: 210px !important;
        aspect-ratio: auto;
        padding: 12px 14px 0;
        background: #fff;
    }

    .skyh__img img {
        width: 100%;
        height: 100%;
        max-height: 210px;
        object-fit: contain;
    }

    .skyh__text {
        flex: 0 0 auto;
        justify-content: flex-start;
        padding: 12px 16px 18px;
    }

    .skyh__title {
        margin-bottom: 7px;
        font-size: clamp(20px, 5.7vw, 24px);
        line-height: 1.15;
    }

    .skyh__sub {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.4;
    }

    .skyh__list {
        gap: 5px;
        margin-bottom: 10px;
    }

    .skyh__list li {
        padding: 5px 9px 5px 8px;
        font-size: 10.5px;
    }

    .skyh__stock { margin-bottom: 7px; }
    .skyh__prices { margin-bottom: 12px; }

    .skyh__btn {
        min-height: 46px;
        padding: 12px 15px;
        border-radius: 10px;
    }

    .skyh__dots {
        padding: 8px 0 10px;
    }
}

@media (max-width: 420px) {
    .skyh__img,
    .skyh--img-left .skyh__img {
        flex-basis: 190px;
        height: 190px !important;
    }
    .skyh__img img { max-height: 190px; }
}

/* ==========================================================================\n   1.5.2 — video price toggle, full-video rail and modal CTA\n   ========================================================================== */

/* Ako uz video nije vezan poseban proizvod, ceo desni panel postaje video. */
.skyh-video__card--video-only.is-active {
	display: flex;
}
.skyh-video__card--video-only .skyh-video__thumb {
	flex: 1 1 100%;
	height: 100%;
	min-height: 100%;
	border-radius: inherit;
}
.skyh-video__card--video-only .skyh-video__thumb img {
	object-fit: cover;
}

/* Modal dobija CTA ispod videa. */
.skyh-modal__dialog {
	aspect-ratio: auto;
	background: #111316;
}
.skyh-modal__frame {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
}
.skyh-modal__actions {
	display: flex;
	justify-content: flex-end;
	padding: 13px 16px;
	background: #17191c;
}
.skyh-modal__actions:has(.skyh-modal__cta[hidden]) {
	display: none;
}
.skyh-modal__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 18px;
	border-radius: 8px;
	background: #e21d2c;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .55px;
	text-decoration: none;
	text-transform: uppercase;
}
.skyh-modal__cta:hover {
	background: #fff;
	color: #17191c;
}

@media (max-width: 1100px) {
	.skyh-video__card--video-only.is-active {
		display: flex;
		min-height: 190px;
	}
	.skyh-video__card--video-only .skyh-video__thumb {
		min-height: 190px;
	}
}

@media (max-width: 767px) {
	.skyh-modal__actions {
		padding: 10px;
	}
	.skyh-modal__cta {
		width: 100%;
	}
}

/* ==========================================================================
   1.6 — Produktkarte in der Seitenspalte, WPML, Live-Preise
   Kartica proizvoda umesto videa u desnoj koloni.
   ========================================================================== */

/* Kontejner desne kolone u "product" rezimu nema tamnu pozadinu — karta nosi svoj stil. */
.skyh-video--product {
	background: transparent;
	box-shadow: none;
	color: inherit;
	border-radius: 18px;
}

.skyh-side__card {
	height: 100%;
	min-height: 0;
}

.skyh-side__card.is-active {
	display: flex;
	flex-direction: column;
}

.skyh-card {
	display: flex;
	overflow: hidden;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	border: 1px solid #e6e8eb;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(20, 24, 31, .10);
}

.skyh-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	flex: 0 0 44%;
	min-height: 0;
	padding: 14px;
	background: #fff;
}

.skyh-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .3s ease;
}

.skyh-card__media:hover img {
	transform: scale(1.04);
}

.skyh-card__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 9px;
	border-radius: 999px;
	background: #c91f2a;
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .09em;
	line-height: 1.3;
	text-transform: uppercase;
}

.skyh-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	padding: 0 16px 16px;
}

.skyh-card__label {
	margin-bottom: 6px;
	color: #c91f2a;
	font-size: 9.5px;
	font-weight: 900;
	letter-spacing: .11em;
	line-height: 1.2;
	text-transform: uppercase;
}

.skyh-card__name {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 6px;
	color: #15171a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.skyh-card__name:hover {
	color: #c91f2a;
	text-decoration: none;
}

.skyh-card__desc {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 10px;
	color: #525a63;
	font-size: 12px;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.skyh-card__foot {
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid #eef0f3;
}

.skyh-card__price {
	margin-bottom: 6px;
	color: #c91f2a;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.15;
}

.skyh-card__price del {
	margin-right: 6px;
	color: #8a929b;
	font-size: .6em;
	font-weight: 600;
	opacity: .75;
}

.skyh-card__price ins {
	background: none;
	color: inherit;
	text-decoration: none;
}

.skyh-card__price .woocommerce-Price-currencySymbol {
	font-size: .8em;
}

.skyh-card__stock {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 10px;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.skyh-card__stock--in { color: #15803d; }
.skyh-card__stock--out { color: #6b7280; }

.skyh-card__stock-dot {
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
}

.skyh-card__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 11px 14px;
	border: 1px solid #15171a;
	border-radius: 9px;
	background: #15171a;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	line-height: 1.2;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease;
}

.skyh-card__btn:hover {
	background: #c91f2a;
	border-color: #c91f2a;
	color: #fff;
	text-decoration: none;
}

/* ---------- Tablet: karta ide pod hero, u horizontalni format ---------- */

@media (max-width: 1100px) {
	.skyh-combo--product .skyh-video--product { height: auto !important; }

	.skyh-combo--product .skyh-side__card.is-active {
		display: block;
		min-height: 0;
	}

	.skyh-card {
		flex-direction: row;
		align-items: stretch;
	}

	.skyh-card__media {
		flex: 0 0 190px;
		min-height: 150px;
		padding: 12px;
	}

	.skyh-card__body {
		padding: 14px 16px;
	}

	.skyh-card__desc { -webkit-line-clamp: 2; }

	.skyh-card__foot {
		display: flex;
		align-items: center;
		gap: 14px;
		padding-top: 8px;
	}

	.skyh-card__price { margin: 0; }
	.skyh-card__stock { margin: 0; }
	.skyh-card__btn { width: auto; margin-left: auto; padding: 10px 18px; }
}

/* ---------- Mobil ---------- */

@media (max-width: 767px) {
	/* Pravilo iz 1.5 sakriva desnu kolonu na mobilnom; za karticu je vracamo
	   ako je u podesavanjima izabrano "Kompakt unter dem Hero". */
	.skyh-combo--product.skyh-combo--card-mobile-show.has-video > .skyh-video,
	.skyh-combo--product.skyh-combo--card-mobile-show.has-video-source.has-video > .skyh-video {
		display: block !important;
		margin-top: 10px;
	}

	.skyh-combo--product.skyh-combo--card-mobile-hide > .skyh-video {
		display: none !important;
	}

	.skyh-card {
		border-radius: 14px;
		box-shadow: 0 10px 28px rgba(20, 24, 31, .08);
	}

	.skyh-card__media {
		flex: 0 0 118px;
		min-height: 118px;
		padding: 10px;
	}

	.skyh-card__body { padding: 12px 13px; }
	.skyh-card__label { font-size: 8.5px; }
	.skyh-card__name { font-size: 13px; -webkit-line-clamp: 2; }
	.skyh-card__desc { display: none; }

	.skyh-card__foot {
		flex-wrap: wrap;
		gap: 8px;
		padding-top: 7px;
	}

	.skyh-card__price { font-size: 16px; }
	.skyh-card__stock { font-size: 9.5px; }

	.skyh-card__btn {
		width: 100%;
		min-height: 40px;
		margin-left: 0;
		font-size: 10px;
	}
}

/* Dok se cene osvezavaju preko REST-a, blago se stisaju — bez skakanja layouta. */
.skyh-price-loading {
	opacity: .45;
	transition: opacity .2s ease;
}

/* ==========================================================================
   1.7 — Slide-Navigation (Miniaturen) in der Seitenspalte
   Klik na minijaturu skace na taj slajd. Aktivna je oznacena crvenom.
   ========================================================================== */

.skyh-thumbs {
	--skyh-thumbs-n: 3;
	--skyh-thumbs-gap: 8px;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.skyh-thumbs__label {
	flex: 0 0 auto;
	margin-bottom: 8px;
	color: #8a929b;
	font-size: 9.5px;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.skyh-thumbs__list {
	display: flex;
	overflow-x: hidden;
	overflow-y: auto;
	flex: 1 1 auto;
	flex-direction: column;
	gap: var(--skyh-thumbs-gap);
	min-height: 0;
	scrollbar-width: thin;
}

.skyh-thumbs__list::-webkit-scrollbar { width: 4px; }
.skyh-thumbs__list::-webkit-scrollbar-thumb { border-radius: 4px; background: #d3d8de; }

.skyh-thumb {
	position: relative;
	display: flex;
	overflow: hidden;
	flex: 0 0 calc( ( 100% - ( var(--skyh-thumbs-gap) * ( var(--skyh-thumbs-n) - 1 ) ) ) / var(--skyh-thumbs-n) );
	align-items: center;
	gap: 10px;
	min-height: 0;
	padding: 10px 12px 10px 14px;
	border: 1px solid #e6e8eb;
	border-radius: 14px;
	background: #fff;
	cursor: pointer;
	text-align: left;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.skyh-thumb:hover {
	border-color: #c7ccd3;
	box-shadow: 0 8px 20px rgba(20, 24, 31, .08);
	transform: translateY(-1px);
}

/* Crvena traka levo oznacava aktivan slajd. */
.skyh-thumb:before {
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 0;
	width: 3px;
	border-radius: 0 3px 3px 0;
	background: transparent;
	content: "";
	transition: background .2s ease;
}

.skyh-thumb.is-active {
	border-color: #c91f2a;
	box-shadow: 0 10px 24px rgba(201, 31, 42, .12);
}

.skyh-thumb.is-active:before { background: #c91f2a; }

.skyh-thumb__img {
	display: flex;
	overflow: hidden;
	flex: 0 0 58px;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-height: 74px;
	border-radius: 9px;
	background: #f7f8fa;
}

.skyh-thumb__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.skyh-thumb__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.skyh-thumb__name {
	display: -webkit-box;
	overflow: hidden;
	color: #15171a;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.skyh-thumb__price {
	color: #c91f2a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.skyh-thumb__price del {
	margin-right: 5px;
	color: #8a929b;
	font-size: .72em;
	font-weight: 600;
}

.skyh-thumb__price ins {
	background: none;
	color: inherit;
	text-decoration: none;
}

.skyh-thumb__price .woocommerce-Price-currencySymbol { font-size: .82em; }

/* ---------- Tablet: traka ide pod hero, u red ---------- */

@media (max-width: 1100px) {
	.skyh-combo--thumbs .skyh-thumbs {
		height: auto !important;
	}

	.skyh-thumbs__list {
		overflow-x: auto;
		overflow-y: hidden;
		flex-direction: row;
	}

	.skyh-thumb {
		flex: 0 0 calc( ( 100% - ( var(--skyh-thumbs-gap) * ( var(--skyh-thumbs-n) - 1 ) ) ) / var(--skyh-thumbs-n) );
		min-width: 190px;
		padding: 9px 11px 9px 13px;
	}

	.skyh-thumb__img { flex-basis: 48px; max-height: 56px; }
}

/* ---------- Mobil: horizontalni streifen ---------- */

@media (max-width: 767px) {
	/* Pravilo iz 1.5 sakriva desnu kolonu na mobilnom — za minijature je vracamo. */
	.skyh-combo--thumbs.skyh-combo--thumbs-mobile-show.has-video > .skyh-thumbs {
		display: flex !important;
		margin-top: 10px;
	}

	.skyh-combo--thumbs.skyh-combo--thumbs-mobile-hide > .skyh-thumbs {
		display: none !important;
	}

	.skyh-thumbs__label { display: none; }

	.skyh-thumbs__list {
		gap: 7px;
		padding-bottom: 4px;
		scroll-snap-type: x mandatory;
	}

	.skyh-thumb {
		flex: 0 0 auto;
		min-width: 168px;
		padding: 8px 10px 8px 12px;
		border-radius: 12px;
		scroll-snap-align: start;
	}

	.skyh-thumb__img { flex-basis: 42px; max-height: 46px; }
	.skyh-thumb__name { font-size: 11px; -webkit-line-clamp: 2; }
	.skyh-thumb__price { font-size: 12px; }

	/* Uz minijature tackice su suvisne. */
	.skyh-combo--thumbs-mobile-show .skyh__dots { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.skyh-thumb { transition: none; }
	.skyh-thumb:hover { transform: none; }
}


/* ==========================================================================
   1.8 — Design-Presets
   Classic bleibt absichtlich unverändert. Die beiden neuen Varianten werden
   über die Klasse auf .skyh-combo aktiviert.
   ========================================================================== */

/* --- 2 · COMMERCE PRO: heller, klarer und etwas verkaufsstärker --- */
.skyh-design--commerce .skyh {
	border-color: #e2e4e7 !important;
	border-radius: 14px;
	background: #fff !important;
	box-shadow: 0 14px 36px rgba(20,24,31,.075);
}
.skyh-design--commerce .skyh:before {
	content: \"\";
	position: absolute;
	z-index: 4;
	top: 0; left: 0; right: 0;
	height: 4px;
	background: #c91f2a;
}
.skyh-design--commerce .skyh__text { padding-left: 48px; }
.skyh-design--commerce .skyh__kicker {
	margin-bottom: 10px;
	font-size: 11px;
	letter-spacing: 1.35px;
}
.skyh-design--commerce .skyh__title {
	color: #17191c !important;
	font-size: 38px;
	line-height: 1.06;
}
.skyh-design--commerce .skyh__sub,
.skyh-design--commerce .skyh__list { color: #555d66 !important; }
.skyh-design--commerce .skyh__img {
	position: relative;
	padding: 30px 36px 30px 8px;
}
.skyh-design--commerce.skyh-combo .skyh__img:before {
	content: \"\";
	position: absolute;
	inset: 42px 24px 42px 0;
	border-radius: 22px;
	background: radial-gradient(circle at 50% 45%, #fff 0, #f6f7f8 70%, #f2f3f5 100%);
	border: 1px solid #eef0f2;
}
.skyh-design--commerce .skyh__img img {
	position: relative;
	z-index: 1;
	filter: drop-shadow(0 16px 20px rgba(20,24,31,.12));
}
.skyh-design--commerce .skyh__btn {
	border-radius: 6px;
	box-shadow: 0 8px 16px rgba(21,23,26,.13);
}
.skyh-design--commerce .skyh__arrow { border: 1px solid #eceef0; }
.skyh-design--commerce .skyh__dot.is-active { background: #c91f2a; }
.skyh-design--commerce .skyh-thumbs,
.skyh-design--commerce .skyh-card {
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(20,24,31,.05);
}
.skyh-design--commerce .skyh-thumb { border-radius: 12px; }
.skyh-design--commerce .skyh-thumb.is-active { box-shadow: 0 7px 18px rgba(201,31,42,.09); }

/* --- 3 · PERFORMANCE DARK: passt zum dunklen OBDWelt-Header --- */
.skyh-design--dark .skyh {
	border-color: #34373b !important;
	background: linear-gradient(125deg,#1b1d20 0%,#24272b 56%,#17191c 100%) !important;
	box-shadow: 0 20px 52px rgba(0,0,0,.20);
}
.skyh-design--dark .skyh:after {
	content: \"\";
	position: absolute;
	pointer-events: none;
	inset: 0;
	background: radial-gradient(circle at 78% 38%,rgba(255,255,255,.075),transparent 34%);
}
.skyh-design--dark .skyh__viewport,
.skyh-design--dark .skyh__arrow,
.skyh-design--dark .skyh__dots { position: relative; z-index: 1; }
.skyh-design--dark .skyh__kicker { color: #ef3947 !important; }
.skyh-design--dark .skyh__title { color: #fff !important; }
.skyh-design--dark .skyh__sub,
.skyh-design--dark .skyh__list { color: #c5c9ce !important; }
.skyh-design--dark .skyh__list i { color: #ef3947 !important; }
.skyh-design--dark .skyh__price { color: #ff3948 !important; }
.skyh-design--dark .skyh__price-old,
.skyh-design--dark .skyh__price-note { color: #9da3aa !important; }
.skyh-design--dark .skyh__btn {
	background: #fff !important;
	border-color: #fff !important;
	color: #17191c !important;
	box-shadow: 0 10px 24px rgba(0,0,0,.22);
}
.skyh-design--dark .skyh__btn:hover {
	background: #d32230 !important;
	border-color: #d32230 !important;
	color: #fff !important;
}
.skyh-design--dark .skyh__img { padding-top: 34px; padding-bottom: 34px; }
.skyh-design--dark .skyh__img img {
	filter: drop-shadow(0 22px 24px rgba(0,0,0,.28));
}
.skyh-design--dark .skyh__arrow {
	background: rgba(255,255,255,.94);
	box-shadow: 0 7px 18px rgba(0,0,0,.24);
}
.skyh-design--dark .skyh__dot { background: #737980; }
.skyh-design--dark .skyh__dot.is-active { background: #fff; }
.skyh-design--dark .skyh__stock--out { background: rgba(255,255,255,.09); color: #c7cbd0; }

.skyh-design--dark .skyh-thumbs {
	background: #202226;
	border-color: #34373b;
	box-shadow: 0 20px 52px rgba(0,0,0,.16);
}
.skyh-design--dark .skyh-thumbs__label { color: #e7e9ec; }
.skyh-design--dark .skyh-thumb {
	background: #292c30 !important;
	border-color: #3b3f44 !important;
}
.skyh-design--dark .skyh-thumb:hover { border-color: #646a71 !important; }
.skyh-design--dark .skyh-thumb.is-active {
	border-color: #e02937 !important;
	background: #2e3034 !important;
}
.skyh-design--dark .skyh-thumb__img {
	border-radius: 9px;
	background: #fff;
}
.skyh-design--dark .skyh-thumb__name { color: #fff !important; }
.skyh-design--dark .skyh-thumb__price { color: #ff3948 !important; }

.skyh-design--dark .skyh-card {
	background: #202226 !important;
	border-color: #34373b !important;
	box-shadow: 0 20px 52px rgba(0,0,0,.16);
}
.skyh-design--dark .skyh-card__media { background: #fff; }
.skyh-design--dark .skyh-card__name { color: #fff !important; }
.skyh-design--dark .skyh-card__desc { color: #b9bec4 !important; }
.skyh-design--dark .skyh-card__price { color: #ff3948 !important; }
.skyh-design--dark .skyh-card__btn {
	background: #fff !important;
	border-color: #fff !important;
	color: #17191c !important;
}
.skyh-design--dark .skyh-card__btn:hover {
	background: #d32230 !important;
	border-color: #d32230 !important;
	color: #fff !important;
}

@media (max-width: 1100px) {
	.skyh-design--commerce .skyh__text { padding-left: 34px; }
}

@media (max-width: 767px) {
	.skyh-design--commerce .skyh:before { height: 3px; }
	.skyh-design--commerce .skyh__text,
	.skyh-design--dark .skyh__text { padding: 5px 18px 26px; }
	.skyh-design--commerce .skyh__title,
	.skyh-design--dark .skyh__title { font-size: 25px; }
	.skyh-design--commerce.skyh-combo .skyh__img:before { inset: 16px 18px 6px; border-radius: 16px; }
	.skyh-design--commerce .skyh__img,
	.skyh-design--dark .skyh__img { padding: 18px 18px 6px; }
}


/* ==========================================================================
   1.9 — Zusätzliche OBDWelt Design-Presets
   Fokus: weniger sterile Seitenslides / stärkere Markenwirkung.
   ========================================================================== */

/* --- 4 · COMMERCE REDLINE -------------------------------------------------
   Behält den hellen Commerce-Charakter, gibt der rechten Navigation aber
   mehr Tiefe durch warme Grau-/Rotflächen und einen klaren aktiven Zustand.
   -------------------------------------------------------------------------- */
.skyh-design--redline .skyh {
    border-color:#e2e4e7 !important;
    border-radius:14px;
    background:linear-gradient(120deg,#fff 0%,#fff 62%,#f7f8f9 100%) !important;
    box-shadow:0 14px 38px rgba(20,24,31,.075);
}
.skyh-design--redline .skyh:before {
    content:""; position:absolute; z-index:4; top:0; left:0; right:0; height:4px;
    background:linear-gradient(90deg,#c91f2a 0%,#e0303c 36%,#22262a 100%);
}
.skyh-design--redline .skyh__text { padding-left:48px; }
.skyh-design--redline .skyh__title { color:#191b1f !important; font-size:38px; line-height:1.06; }
.skyh-design--redline .skyh__sub,
.skyh-design--redline .skyh__list { color:#555d66 !important; }
.skyh-design--redline .skyh__img { position:relative; padding:30px 36px 30px 8px; }
.skyh-design--redline .skyh__img:before {
    content:""; position:absolute; inset:42px 24px 42px 0; border-radius:22px;
    background:radial-gradient(circle at 50% 45%,#fff 0,#f5f6f7 72%,#eff1f3 100%);
    border:1px solid #eceff1;
}
.skyh-design--redline .skyh__img img { position:relative; z-index:1; filter:drop-shadow(0 16px 20px rgba(20,24,31,.13)); }
.skyh-design--redline .skyh__dot.is-active { background:#c91f2a; }
.skyh-design--redline .skyh-thumbs {
    padding:10px;
    background:linear-gradient(180deg,#f3f4f5 0%,#eceef0 100%) !important;
    border-color:#e0e3e6 !important;
    border-radius:14px;
    box-shadow:0 12px 28px rgba(20,24,31,.07);
}
.skyh-design--redline .skyh-thumb {
    border:1px solid transparent !important;
    border-radius:12px;
    background:rgba(255,255,255,.88) !important;
    box-shadow:0 2px 7px rgba(18,22,28,.035);
}
.skyh-design--redline .skyh-thumb:hover {
    background:#fff !important;
    border-color:#d7dade !important;
    transform:translateY(-1px);
}
.skyh-design--redline .skyh-thumb.is-active {
    border-color:#c91f2a !important;
    background:linear-gradient(100deg,#fff 0%,#fff 72%,#fff1f2 100%) !important;
    box-shadow:0 8px 20px rgba(201,31,42,.12);
}
.skyh-design--redline .skyh-thumb.is-active:before { width:4px; background:#c91f2a; }
.skyh-design--redline .skyh-thumb__img { background:#f2f3f4; }
.skyh-design--redline .skyh-thumb__price { color:#c91f2a !important; }

/* --- 5 · GRAPHITE RAIL ----------------------------------------------------
   Heller Commerce-Hero + dunkle rechte Produktschiene. Gute Verbindung zum
   schwarzen OBDWelt-Header, ohne den kompletten Hero dunkel zu machen.
   -------------------------------------------------------------------------- */
.skyh-design--graphite .skyh {
    border-color:#e1e4e6 !important;
    border-radius:14px;
    background:#fff !important;
    box-shadow:0 14px 38px rgba(20,24,31,.08);
}
.skyh-design--graphite .skyh:before {
    content:""; position:absolute; z-index:4; top:0; left:0; bottom:0; width:5px;
    background:#c91f2a;
}
.skyh-design--graphite .skyh__text { padding-left:50px; }
.skyh-design--graphite .skyh__title { color:#181a1d !important; font-size:38px; line-height:1.06; }
.skyh-design--graphite .skyh__sub,
.skyh-design--graphite .skyh__list { color:#565e66 !important; }
.skyh-design--graphite .skyh__img img { filter:drop-shadow(0 17px 22px rgba(20,24,31,.14)); }
.skyh-design--graphite .skyh__dot.is-active { background:#c91f2a; }
.skyh-design--graphite .skyh-thumbs {
    padding:10px;
    background:linear-gradient(180deg,#292c30 0%,#202327 100%) !important;
    border-color:#2e3237 !important;
    border-radius:14px;
    box-shadow:0 16px 34px rgba(0,0,0,.15);
}
.skyh-design--graphite .skyh-thumbs__label { color:#fff !important; }
.skyh-design--graphite .skyh-thumb {
    border:1px solid #3a3e43 !important;
    border-radius:11px;
    background:#303338 !important;
    box-shadow:none;
}
.skyh-design--graphite .skyh-thumb:hover {
    border-color:#555b62 !important;
    background:#35393e !important;
}
.skyh-design--graphite .skyh-thumb.is-active {
    border-color:#d42331 !important;
    background:linear-gradient(105deg,#3a2b2e 0%,#32353a 58%,#292c30 100%) !important;
    box-shadow:0 8px 20px rgba(0,0,0,.18),0 0 0 1px rgba(201,31,42,.12) inset;
}
.skyh-design--graphite .skyh-thumb.is-active:before { background:#e02b38; }
.skyh-design--graphite .skyh-thumb__img { background:#fff; }
.skyh-design--graphite .skyh-thumb__name { color:#f5f6f7 !important; }
.skyh-design--graphite .skyh-thumb__price { color:#ff4452 !important; }

/* --- 6 · SOFT ACCENT ------------------------------------------------------
   Warmere, weichere Variante: sehr dezente rote Tönung und alternierende
   Kartenflächen. Passt gut zu einer weißen Shop-Seite ohne klinisch zu wirken.
   -------------------------------------------------------------------------- */
.skyh-design--softaccent .skyh {
    border-color:#e9e5e5 !important;
    border-radius:16px;
    background:linear-gradient(128deg,#fff 0%,#fff 58%,#faf6f6 100%) !important;
    box-shadow:0 14px 38px rgba(36,26,28,.07);
}
.skyh-design--softaccent .skyh__text { padding-left:48px; }
.skyh-design--softaccent .skyh__title { color:#1f2023 !important; font-size:38px; line-height:1.07; }
.skyh-design--softaccent .skyh__kicker { color:#b91f2a !important; }
.skyh-design--softaccent .skyh__sub,
.skyh-design--softaccent .skyh__list { color:#5e6268 !important; }
.skyh-design--softaccent .skyh__img { padding:30px 34px 30px 8px; }
.skyh-design--softaccent .skyh__img img { filter:drop-shadow(0 16px 22px rgba(54,39,42,.13)); }
.skyh-design--softaccent .skyh__dot.is-active { background:#b91f2a; }
.skyh-design--softaccent .skyh-thumbs {
    padding:10px;
    background:#fbf8f8 !important;
    border-color:#eadfe0 !important;
    border-radius:16px;
    box-shadow:0 10px 28px rgba(38,28,30,.06);
}
.skyh-design--softaccent .skyh-thumb {
    border-color:#eee7e8 !important;
    border-radius:12px;
    background:#fff !important;
}
.skyh-design--softaccent .skyh-thumb:nth-child(even) { background:#f8f5f5 !important; }
.skyh-design--softaccent .skyh-thumb:hover { border-color:#d9c9cb !important; }
.skyh-design--softaccent .skyh-thumb.is-active {
    border-color:#c91f2a !important;
    background:#fff4f5 !important;
    box-shadow:0 8px 20px rgba(201,31,42,.09);
}
.skyh-design--softaccent .skyh-thumb.is-active:before { background:#c91f2a; }
.skyh-design--softaccent .skyh-thumb__img { background:#f6f3f3; }
.skyh-design--softaccent .skyh-thumb__price { color:#bf202b !important; }

/* --- 7 · PREMIUM EDGE -----------------------------------------------------
   Kräftigere Commerce-Variante mit dunkler Kopfkante und Karten, die wie
   eigenständige Produkt-Chips wirken. Modern, kompakt, etwas technischer.
   -------------------------------------------------------------------------- */
.skyh-design--premiumedge .skyh {
    overflow:hidden;
    border-color:#dfe2e5 !important;
    border-radius:14px;
    background:linear-gradient(135deg,#fff 0%,#fafbfb 100%) !important;
    box-shadow:0 16px 40px rgba(20,24,31,.085);
}
.skyh-design--premiumedge .skyh:before {
    content:""; position:absolute; z-index:4; top:0; left:0; right:0; height:8px;
    background:linear-gradient(90deg,#22262a 0%,#22262a 68%,#c91f2a 68%,#c91f2a 100%);
}
.skyh-design--premiumedge .skyh__text { padding-left:48px; }
.skyh-design--premiumedge .skyh__title { color:#17191c !important; font-size:38px; line-height:1.06; }
.skyh-design--premiumedge .skyh__sub,
.skyh-design--premiumedge .skyh__list { color:#555d66 !important; }
.skyh-design--premiumedge .skyh__img img { filter:drop-shadow(0 18px 22px rgba(20,24,31,.14)); }
.skyh-design--premiumedge .skyh__btn { border-radius:7px; }
.skyh-design--premiumedge .skyh__dot.is-active { background:#c91f2a; }
.skyh-design--premiumedge .skyh-thumbs {
    padding:8px;
    background:#f3f5f6 !important;
    border-color:#dfe3e6 !important;
    border-radius:14px;
    box-shadow:0 12px 30px rgba(20,24,31,.07);
}
.skyh-design--premiumedge .skyh-thumb {
    overflow:hidden;
    border:1px solid #e1e4e7 !important;
    border-radius:10px;
    background:#fff !important;
}
.skyh-design--premiumedge .skyh-thumb:after {
    content:""; position:absolute; top:0; right:0; bottom:0; width:4px;
    background:#25292d; opacity:.09; transition:opacity .2s ease,background .2s ease;
}
.skyh-design--premiumedge .skyh-thumb:hover { border-color:#cfd4d8 !important; box-shadow:0 5px 14px rgba(20,24,31,.07); }
.skyh-design--premiumedge .skyh-thumb.is-active {
    border-color:#c91f2a !important;
    background:#fff !important;
    box-shadow:0 8px 20px rgba(201,31,42,.10);
}
.skyh-design--premiumedge .skyh-thumb.is-active:after { background:#c91f2a; opacity:1; }
.skyh-design--premiumedge .skyh-thumb.is-active:before { background:#c91f2a; }
.skyh-design--premiumedge .skyh-thumb__img { background:#f5f6f7; }
.skyh-design--premiumedge .skyh-thumb__price { color:#c91f2a !important; }

/* Zusätzliche Presets auch auf Produktkarten anwenden */
.skyh-design--redline .skyh-card,
.skyh-design--softaccent .skyh-card,
.skyh-design--premiumedge .skyh-card {
    border-radius:14px;
    box-shadow:0 10px 26px rgba(20,24,31,.07);
}
.skyh-design--graphite .skyh-card {
    background:#24272b !important;
    border-color:#35393e !important;
    border-radius:14px;
    box-shadow:0 16px 34px rgba(0,0,0,.16);
}
.skyh-design--graphite .skyh-card__media { background:#fff; }
.skyh-design--graphite .skyh-card__name { color:#fff !important; }
.skyh-design--graphite .skyh-card__desc { color:#b9bec4 !important; }
.skyh-design--graphite .skyh-card__price { color:#ff4452 !important; }

@media (max-width:1100px) {
    .skyh-design--redline .skyh__text,
    .skyh-design--graphite .skyh__text,
    .skyh-design--softaccent .skyh__text,
    .skyh-design--premiumedge .skyh__text { padding-left:34px; }
}

@media (max-width:767px) {
    .skyh-design--redline .skyh:before { height:3px; }
    .skyh-design--graphite .skyh:before { top:0; left:0; right:0; bottom:auto; width:auto; height:3px; }
    .skyh-design--premiumedge .skyh:before { height:5px; }
    .skyh-design--redline .skyh__text,
    .skyh-design--graphite .skyh__text,
    .skyh-design--softaccent .skyh__text,
    .skyh-design--premiumedge .skyh__text { padding:5px 18px 26px; }
    .skyh-design--redline .skyh__title,
    .skyh-design--graphite .skyh__title,
    .skyh-design--softaccent .skyh__title,
    .skyh-design--premiumedge .skyh__title { font-size:25px; }
    .skyh-design--redline .skyh__img,
    .skyh-design--graphite .skyh__img,
    .skyh-design--softaccent .skyh__img,
    .skyh-design--premiumedge .skyh__img { padding:18px 18px 6px; }
}

/* ========================================================================== 
   2.0 · GRAPHIC COMMERCE PRESETS
   Pure CSS artwork: no external images/requests, product remains focal point.
   ========================================================================== */

/* 8 · TECH GEOMETRY — subtle technical grid + red geometry behind product */
.skyh-design--geometric .skyh{
  isolation:isolate;border-color:#e2e5e8!important;border-radius:16px;
  background:linear-gradient(112deg,#fff 0%,#fff 48%,#f5f7f8 100%)!important;
  box-shadow:0 16px 42px rgba(19,24,31,.09)
}
.skyh-design--geometric .skyh:before{
  content:"";position:absolute;z-index:0;inset:0;pointer-events:none;opacity:.62;
  background-image:linear-gradient(rgba(30,35,40,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(30,35,40,.035) 1px,transparent 1px);
  background-size:28px 28px;mask-image:linear-gradient(90deg,transparent 30%,#000 72%)
}
.skyh-design--geometric .skyh:after{
  content:"";position:absolute;z-index:0;right:-95px;top:-135px;width:520px;height:520px;border:54px solid rgba(201,31,42,.055);border-radius:34% 66% 63% 37%/41% 36% 64% 59%;transform:rotate(27deg);pointer-events:none
}
.skyh-design--geometric .skyh__viewport,.skyh-design--geometric .skyh__arrow,.skyh-design--geometric .skyh__dots{position:relative;z-index:1}
.skyh-design--geometric .skyh__text{padding-left:50px}.skyh-design--geometric .skyh__title{font-size:38px;line-height:1.06;color:#181b1e!important}.skyh-design--geometric .skyh__sub,.skyh-design--geometric .skyh__list{color:#555d65!important}
.skyh-design--geometric .skyh__img img{filter:drop-shadow(0 20px 24px rgba(17,22,28,.16))}.skyh-design--geometric .skyh__dot.is-active{background:#c91f2a}
.skyh-design--geometric .skyh-thumbs{padding:10px;background:linear-gradient(135deg,#25292d,#30343a)!important;border:0!important;border-radius:15px;box-shadow:0 16px 35px rgba(12,15,18,.17)}
.skyh-design--geometric .skyh-thumb{border:1px solid rgba(255,255,255,.09)!important;border-radius:12px;background:rgba(255,255,255,.065)!important;backdrop-filter:blur(5px)}
.skyh-design--geometric .skyh-thumb:hover{background:rgba(255,255,255,.105)!important}.skyh-design--geometric .skyh-thumb.is-active{border-color:#d72a37!important;background:linear-gradient(100deg,rgba(215,42,55,.19),rgba(255,255,255,.075))!important;box-shadow:0 8px 22px rgba(0,0,0,.2)}
.skyh-design--geometric .skyh-thumb.is-active:before{background:#e12b39}.skyh-design--geometric .skyh-thumb__img{background:#fff}.skyh-design--geometric .skyh-thumb__name{color:#f6f7f8!important}.skyh-design--geometric .skyh-thumb__price{color:#ff4b58!important}

/* 9 · PRODUCT SPOTLIGHT — showroom halo and restrained luxury rail */
.skyh-design--spotlight .skyh{isolation:isolate;border-color:#e5e6e8!important;border-radius:18px;background:linear-gradient(115deg,#fff 0%,#fbfbfc 57%,#f1f2f4 100%)!important;box-shadow:0 18px 46px rgba(20,24,31,.095)}
.skyh-design--spotlight .skyh:before{content:"";position:absolute;z-index:0;right:3%;top:50%;width:43%;aspect-ratio:1;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.98) 0 34%,rgba(201,31,42,.055) 35% 48%,rgba(35,40,45,.035) 49% 61%,transparent 62%);pointer-events:none}
.skyh-design--spotlight .skyh:after{content:"";position:absolute;z-index:0;right:5%;bottom:8%;width:40%;height:12%;border-radius:50%;background:radial-gradient(ellipse,rgba(20,24,31,.14),transparent 68%);filter:blur(8px);opacity:.42;pointer-events:none}
.skyh-design--spotlight .skyh__viewport,.skyh-design--spotlight .skyh__arrow,.skyh-design--spotlight .skyh__dots{position:relative;z-index:1}.skyh-design--spotlight .skyh__text{padding-left:50px}.skyh-design--spotlight .skyh__title{font-size:39px;line-height:1.05;color:#181a1d!important}.skyh-design--spotlight .skyh__sub,.skyh-design--spotlight .skyh__list{color:#565d64!important}.skyh-design--spotlight .skyh__img img{filter:drop-shadow(0 23px 25px rgba(15,19,24,.18));transform:scale(.98)}.skyh-design--spotlight .skyh__dot.is-active{background:#c91f2a}
.skyh-design--spotlight .skyh-thumbs{padding:10px;background:linear-gradient(180deg,#f0f1f2,#e9ebed)!important;border-color:#dfe2e5!important;border-radius:15px;box-shadow:0 14px 32px rgba(20,24,31,.09)}.skyh-design--spotlight .skyh-thumb{border:1px solid #e1e3e6!important;border-radius:12px;background:rgba(255,255,255,.88)!important}.skyh-design--spotlight .skyh-thumb:hover{background:#fff!important;transform:translateX(-2px)}.skyh-design--spotlight .skyh-thumb.is-active{border-color:#22272c!important;background:#fff!important;box-shadow:0 8px 22px rgba(20,24,31,.11)}.skyh-design--spotlight .skyh-thumb.is-active:before{width:5px;background:#c91f2a}.skyh-design--spotlight .skyh-thumb__img{background:#f5f6f7}.skyh-design--spotlight .skyh-thumb__price{color:#c91f2a!important}

/* 10 · DIAGNOSTIC CIRCUIT — faint circuit traces, OBD/tech feel */
.skyh-design--circuit .skyh{isolation:isolate;border-color:#dfe4e6!important;border-radius:16px;background:linear-gradient(120deg,#fff 0%,#f9fbfb 54%,#eef4f4 100%)!important;box-shadow:0 16px 42px rgba(14,31,33,.09)}
.skyh-design--circuit .skyh:before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;opacity:.55;background:radial-gradient(circle at 72% 28%,rgba(0,93,96,.13) 0 2px,transparent 3px),radial-gradient(circle at 86% 68%,rgba(201,31,42,.12) 0 2px,transparent 3px),linear-gradient(90deg,transparent 0 64%,rgba(0,93,96,.07) 64% 64.4%,transparent 64.4% 100%),linear-gradient(0deg,transparent 0 32%,rgba(0,93,96,.06) 32% 32.4%,transparent 32.4% 100%);background-size:78px 78px,96px 96px,100% 100%,100% 100%;mask-image:linear-gradient(90deg,transparent 34%,#000 68%)}
.skyh-design--circuit .skyh:after{content:"";position:absolute;z-index:0;right:-70px;top:-90px;width:430px;height:430px;border:1px solid rgba(0,93,96,.12);border-radius:50%;box-shadow:0 0 0 34px rgba(0,93,96,.025),0 0 0 72px rgba(201,31,42,.018);pointer-events:none}.skyh-design--circuit .skyh__viewport,.skyh-design--circuit .skyh__arrow,.skyh-design--circuit .skyh__dots{position:relative;z-index:1}.skyh-design--circuit .skyh__text{padding-left:50px}.skyh-design--circuit .skyh__kicker{color:#00686b!important}.skyh-design--circuit .skyh__title{font-size:38px;line-height:1.06;color:#172023!important}.skyh-design--circuit .skyh__sub,.skyh-design--circuit .skyh__list{color:#566166!important}.skyh-design--circuit .skyh__list i,.skyh-design--circuit .skyh__price{color:#c91f2a!important}.skyh-design--circuit .skyh__img img{filter:drop-shadow(0 20px 25px rgba(11,38,40,.16))}.skyh-design--circuit .skyh__dot.is-active{background:#00686b}
.skyh-design--circuit .skyh-thumbs{padding:10px;background:linear-gradient(145deg,#113638,#172c2e)!important;border-color:#1e4446!important;border-radius:15px;box-shadow:0 16px 36px rgba(9,31,33,.2)}.skyh-design--circuit .skyh-thumb{border:1px solid rgba(125,191,193,.15)!important;border-radius:12px;background:rgba(255,255,255,.055)!important}.skyh-design--circuit .skyh-thumb:hover{background:rgba(255,255,255,.09)!important}.skyh-design--circuit .skyh-thumb.is-active{border-color:#4c9b9e!important;background:linear-gradient(100deg,rgba(0,104,107,.27),rgba(255,255,255,.065))!important;box-shadow:0 8px 20px rgba(0,0,0,.18)}.skyh-design--circuit .skyh-thumb.is-active:before{background:#d32936}.skyh-design--circuit .skyh-thumb__img{background:#fff}.skyh-design--circuit .skyh-thumb__name{color:#f3f7f7!important}.skyh-design--circuit .skyh-thumb__price{color:#ff4b58!important}

/* 11 · VELOCITY LINES — diagonal motion without stealing product attention */
.skyh-design--velocity .skyh{isolation:isolate;border-color:#e2e4e6!important;border-radius:16px;background:linear-gradient(110deg,#fff 0%,#fff 53%,#f4f5f6 100%)!important;box-shadow:0 17px 44px rgba(20,24,31,.09)}
.skyh-design--velocity .skyh:before{content:"";position:absolute;z-index:0;right:-4%;top:-20%;width:52%;height:145%;transform:skewX(-13deg);background:repeating-linear-gradient(155deg,rgba(201,31,42,.065) 0 2px,transparent 2px 22px);mask-image:linear-gradient(90deg,transparent,#000 45%,transparent 100%);pointer-events:none}.skyh-design--velocity .skyh:after{content:"";position:absolute;z-index:0;right:9%;top:0;width:9px;height:100%;transform:skewX(-13deg);background:linear-gradient(180deg,transparent 5%,rgba(201,31,42,.13) 25%,rgba(201,31,42,.04) 78%,transparent 95%);pointer-events:none}.skyh-design--velocity .skyh__viewport,.skyh-design--velocity .skyh__arrow,.skyh-design--velocity .skyh__dots{position:relative;z-index:1}.skyh-design--velocity .skyh__text{padding-left:50px}.skyh-design--velocity .skyh__title{font-size:38px;line-height:1.06;color:#181b1e!important}.skyh-design--velocity .skyh__sub,.skyh-design--velocity .skyh__list{color:#565d65!important}.skyh-design--velocity .skyh__img img{filter:drop-shadow(0 21px 24px rgba(20,24,31,.16))}.skyh-design--velocity .skyh__dot.is-active{background:#c91f2a}
.skyh-design--velocity .skyh-thumbs{padding:10px;background:#f0f2f3!important;border-color:#dfe2e5!important;border-radius:15px;box-shadow:0 14px 32px rgba(20,24,31,.08)}.skyh-design--velocity .skyh-thumb{border:1px solid #e0e3e5!important;border-radius:12px;background:#fff!important}.skyh-design--velocity .skyh-thumb:after{content:"";position:absolute;right:0;top:0;width:34px;height:100%;background:linear-gradient(135deg,transparent 38%,rgba(201,31,42,.04) 39% 55%,transparent 56%);pointer-events:none}.skyh-design--velocity .skyh-thumb:hover{border-color:#cfd3d7!important;transform:translateX(-2px)}.skyh-design--velocity .skyh-thumb.is-active{border-color:#c91f2a!important;background:linear-gradient(90deg,#fff,#fff8f8)!important;box-shadow:0 8px 20px rgba(201,31,42,.10)}.skyh-design--velocity .skyh-thumb.is-active:before{background:#c91f2a}.skyh-design--velocity .skyh-thumb__img{background:#f5f6f7}.skyh-design--velocity .skyh-thumb__price{color:#c91f2a!important}

@media(max-width:1100px){.skyh-design--geometric .skyh__text,.skyh-design--spotlight .skyh__text,.skyh-design--circuit .skyh__text,.skyh-design--velocity .skyh__text{padding-left:34px}}
@media(max-width:767px){
 .skyh-design--geometric .skyh__text,.skyh-design--spotlight .skyh__text,.skyh-design--circuit .skyh__text,.skyh-design--velocity .skyh__text{padding:5px 18px 26px}
 .skyh-design--geometric .skyh__title,.skyh-design--spotlight .skyh__title,.skyh-design--circuit .skyh__title,.skyh-design--velocity .skyh__title{font-size:25px}
 .skyh-design--geometric .skyh:after,.skyh-design--circuit .skyh:after{opacity:.55}
 .skyh-design--spotlight .skyh:before{right:-16%;width:72%}
}


/* ==========================================================================
   2.1 — Vertical thumbnail carousel navigation
   ========================================================================== */
.skyh-thumbs--nav-arrows,.skyh-thumbs--nav-wheel{gap:6px}
.skyh-thumbs--nav-arrows .skyh-thumbs__list,.skyh-thumbs--nav-wheel .skyh-thumbs__list{scrollbar-width:none;-ms-overflow-style:none}
.skyh-thumbs--nav-arrows .skyh-thumbs__list::-webkit-scrollbar,.skyh-thumbs--nav-wheel .skyh-thumbs__list::-webkit-scrollbar{display:none}
.skyh-thumbs__nav{position:relative;z-index:3;display:flex;flex:0 0 28px;align-items:center;justify-content:center;width:100%;min-height:28px;padding:0;border:1px solid rgba(24,28,33,.10);border-radius:9px;background:rgba(255,255,255,.90);box-shadow:0 4px 14px rgba(15,18,22,.06);color:#34383d;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}
.skyh-thumbs__nav span{font-size:10px;line-height:1}
.skyh-thumbs__nav:hover{border-color:#c91f2a;background:#c91f2a;box-shadow:0 6px 16px rgba(201,31,42,.18);color:#fff;transform:translateY(-1px)}
.skyh-thumbs__nav--down:hover{transform:translateY(1px)}
.skyh-thumbs__nav:focus-visible{outline:2px solid #c91f2a;outline-offset:2px}
.skyh-design--dark .skyh-thumbs__nav,.skyh-design--graphite .skyh-thumbs__nav,.skyh-design--geometric .skyh-thumbs__nav{border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.07);color:#fff;box-shadow:none}
.skyh-design--dark .skyh-thumbs__nav:hover,.skyh-design--graphite .skyh-thumbs__nav:hover,.skyh-design--geometric .skyh-thumbs__nav:hover{background:#c91f2a;border-color:#c91f2a}
@media(max-width:1100px){.skyh-thumbs__nav{display:none}.skyh-thumbs--nav-arrows .skyh-thumbs__list,.skyh-thumbs--nav-wheel .skyh-thumbs__list{scrollbar-width:thin}}

/* 2.2.0 Arabic frontend support */
.skyh-lang--ar .skyh__text{text-align:right}.skyh-lang--ar .skyh__list{padding-right:0}.skyh-lang--ar .skyh__list li{flex-direction:row-reverse;justify-content:flex-end}.skyh-lang--ar .skyh__btn{direction:rtl}
