/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 02 2026 | 14:39:35 */
h1.entry-title { font-size: 47px !important; }
h2, h3, h4 { line-height: 1.3em !important; }
@media (max-width: 768px) {
	h1.entry-title { font-size: 26px !important; }
	h2, h3, h4 { margin-bottom: 10px !important; }
}

/* Obrázky v článku – stejný look jako CTA box */
.entry-content figure img,
.entry-content > img,
.entry-content p > img {
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(60, 55, 100, 0.08);
	border: 1px solid #d8d5e2;
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.entry-content figure img,
	.entry-content > img,
	.entry-content p > img {
		border-radius: 12px;
	}
}

/* Úvodní (featured) obrázek článku */
.featured-image picture img,
.featured-image > img {
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(60, 55, 100, 0.08);
	border: 1px solid #d8d5e2;
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	.featured-image picture img,
	.featured-image > img {
		border-radius: 12px;
	}
}

/* 1 sloupec recenzí jen uvnitř CTA boxu (robustnější verze) */
.vlasimo-cta__reviews .review-container-custom {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 20px !important;
	max-width: 600px;
	margin: 0 auto !important;
	padding: 0 !important;
	box-sizing: border-box;
}

.vlasimo-cta__reviews .review-container-custom .glsr-review {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}

/* CTA box – chladné šedo-levandulové pozadí */
.vlasimo-cta {
	max-width: 900px;
	margin: 56px auto;
	padding: 48px 32px 40px;
	text-align: center;
	background: linear-gradient(180deg, #f4f3f8 0%, #ecebf3 55%, #e1dee8 100%) !important;
	border: 1px solid #d3cfe0;
	border-radius: 20px;
	box-shadow: 0 8px 32px rgba(60, 55, 100, 0.10);
	box-sizing: border-box;
	overflow-x: clip;
}

.vlasimo-cta__logo {
	display: block;
	width: 180px;
	height: auto;
	margin: 0 auto 28px;
}

/* Headline – tlumený tmavý text, černý akcent */
.vlasimo-cta__headline {
	color: #4a4757;
	font-size: 1.5rem;
	line-height: 1.35;
	margin: 0 auto 36px;
	max-width: 620px;
	font-weight: 600;
	text-align: center;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.vlasimo-cta__headline strong {
	color: #000;
	font-weight: 800;
}

/* Dva sloupce – text 380, obrázek 380, gap 40 */
.vlasimo-cta__hero {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
	max-width: 800px;
	margin: 0 auto 16px;
}
.vlasimo-cta__text {
	flex: 0 0 380px;
	text-align: center;
	min-width: 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.vlasimo-cta__product {
	flex: 0 0 380px;
	display: block;
	margin: 0;
	transition: transform 0.25s ease;
}
.vlasimo-cta__product:hover { transform: translateY(-4px); }
.vlasimo-cta__product picture,
.vlasimo-cta__product img {
	display: block;
	width: 100%;
	max-width: 380px;
	height: auto;
	border-radius: 16px;
}

/* Seznam výhod – velké zlaté kruhové číslice */
.vlasimo-cta__benefits {
	list-style: none;
	padding: 0;
	margin: 0 auto 28px;
	display: inline-block;
	text-align: left;
}
.vlasimo-cta__benefits li {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 6px 0;
	color: #4a4757;
	font-size: 1.02rem;
	font-weight: 500;
	line-height: 1.4;
}
.vlasimo-cta__benefits li span {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: linear-gradient(180deg, #F4C511 0%, #d9ac0a 100%);
	color: #fff;
	border-radius: 50%;
	font-weight: 800;
	font-size: 1.15rem;
	box-shadow: 0 4px 12px rgba(244, 197, 17, 0.35);
}

/* Cena – taupe label, zelený anchor */
.vlasimo-cta__price {
	font-size: 1.05rem;
	color: #4a4757;
	margin: 0 0 20px;
	text-align: center;
}
.vlasimo-cta__price strong {
	font-size: 1.5rem;
	color: #16a34a;
	font-weight: 700;
}
.vlasimo-cta__price span {
	display: block;
	font-size: 0.9rem;
	color: #8D8680;
	margin-top: 2px;
}

/* CTA tlačítko – zelená */
.vlasimo-cta__button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 36px;
	background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
	color: #fff !important;
	font-size: 1.05rem;
	font-weight: 700;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(22, 163, 74, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
	box-sizing: border-box;
}
.vlasimo-cta__button:hover,
.vlasimo-cta__button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(22, 163, 74, 0.45);
	background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
}
.vlasimo-cta__button:active { transform: translateY(0); }

.vlasimo-cta__shipping {
	margin: 14px 0 0;
	font-size: 0.85rem;
	color: #8D8680;
	text-align: center;
}

/* Reviews */
.vlasimo-cta__reviews {
	margin: 40px 0 0;
	padding-top: 32px;
	border-top: 1px solid #d3cfe0;
}

.site-reviews-summary-center {
	display: flex;
	justify-content: center;
	margin: 0 auto 24px;
}
.site-reviews-list-center {
	max-width: 700px;
	margin: 0 auto;
}
.review-container-custom {
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
}

/* Souhrn hodnocení Site Reviews – 4,8 + hvězdičky v jednom řádku, zbytek pod */
.vlasimo-cta .glsr-summary {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 12px;
	row-gap: 16px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.vlasimo-cta .glsr-summary-rating {
	display: inline-flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #4a4757;
	line-height: 1;
	margin: 0;
}
.vlasimo-cta .glsr-summary-stars {
	display: inline-flex;
	align-items: center;
	margin: 0;
}
.vlasimo-cta .glsr-summary-text,
.vlasimo-cta .glsr-summary-percentages {
	flex: 0 0 100%;
	width: 100%;
	text-align: center;
}
.vlasimo-cta .glsr-summary-percentages {
	max-width: 480px;
	margin: 8px auto 0;
	text-align: left;
}

/* Mobil */
@media (max-width: 768px) {
	.vlasimo-cta {
		margin: 32px 0;
		padding: 28px 18px 28px;
		border-radius: 14px;
	}
	.vlasimo-cta__logo {
		width: 150px;
		margin-bottom: 20px;
	}
	.vlasimo-cta__headline {
		font-size: 1.1rem;
		margin-bottom: 24px;
	}
	.vlasimo-cta__hero {
		flex-direction: column;
		gap: 24px;
		max-width: 100%;
	}
	.vlasimo-cta__text {
		flex: 1 1 auto;
		text-align: center;
		order: 2;
		width: 100%;
	}
	.vlasimo-cta__product {
		flex: 0 0 auto;
		order: 1;
		max-width: 100%;
		width: 100%;
	}
	.vlasimo-cta__product picture,
	.vlasimo-cta__product img {
		max-width: 280px;
		margin: 0 auto;
	}
	.vlasimo-cta__benefits {
		font-size: 0.95rem;
	}
	.vlasimo-cta__benefits li span {
		width: 34px;
		height: 34px;
		font-size: 1.05rem;
	}
	.vlasimo-cta__price { text-align: center; }
	.vlasimo-cta__shipping { text-align: center; }
	.vlasimo-cta__button {
		width: 100%;
		justify-content: center;
		padding: 16px 16px;
	}
}

/* Velmi úzké displeje – zmenšit headline */
@media (max-width: 480px) {
	.vlasimo-cta__headline {
		font-size: 1rem;
	}
}