.recipe-post * {
	text-wrap-style: auto;
}
.recipe-container {
	--container-gap: 9.5rem;
	--nav-column-width: 30px;
}
.recipe-image-slider .slides-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*object-fit: contain;*/
	scale: 1.03;
}
.recipe-image-slider picture {
	overflow: hidden;
	max-height: min(calc(100vh - 180px), 56vw);
	min-height: 500px;
}
.single #breadcrumbs .bg + span {
	padding: 0 0 5px;
}
#dd.single.recipe-post #body #main #breadcrumbs {
    margin: 0;
}


@media (min-width: 1019.25px) and (max-width: 1529.24px), (max-height: 780px) {
	#dd#dd main#main.main-bartna-chata {
		padding-top: 110px !important;
	}
}
@media screen and (min-width: 869.25px) and (max-width: 1019.24px) {
	body #main .post_grid.post_main.blog .post_item {
		min-width: 340px !important;
		/* max-width: 430.5px !important; */
	}
	body #main .post_grid.post_main.blog {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px;
        padding: 0 20px;
    }
}
@media screen and (min-width: 1019.25px) {
	.col.recipe-image-slider.dd-slider-container {
		position: absolute;
		width: 50vw;
		right: 50%;
		padding-right: var(--container-gap);
	}
	.col.recipe-column {
		width: calc(100% - var(--nav-column-width));
		padding-left: calc(50% - (var(--container-gap, 10%) * 0.33));
	}
}
h1 {
	margin-top: 36px !important;
	font-size: 33px !important;
	letter-spacing: -0.1px;
	padding-right: 5px;
}
h2, h3, .h_instructions {
	font-size: 16px !important;
	font-family: var(--fp) !important;
	margin-top: 10px;
	margin-bottom: 15px;
    font-weight: 700 !important;
}
/*section.recipe-header {*/
/*	position: relative;*/
/*	.post-nav {*/
/*		position: absolute;*/
/*		right: 0;*/
/*	}*/
/*}*/
.post-nav svg {
	filter: drop-shadow(0px 8px 18px hsl(0deg 0% 0% / 9.7%));
	margin: -10px;
	transition: scale .25s, filter .17s;
}
.post-nav svg:hover {
	scale: 1.11;
	filter: drop-shadow(0px 10px 18px hsl(0deg 0% 0% / 17%));
}
.post-nav:has(svg:hover) svg:not(:hover) {
	/*scale: .98;*/
	opacity: .6;
}
.recipe-meta span {
	color: #4a4849;
	text-align: left;
	font-family: "Chakra", sans-serif;
	font-size: 14px !important;
	line-height: 0 !important;
	font-weight: 700;
	background: #f6f5f1;
	border-radius: 40px;
	padding: 10px 15px 8px 15px;
	display: inline-flex	;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 12px;
	cursor: default;
	position: relative;
}
.post-nav a {
	position: relative;
}
.post-nav a::before,
.recipe-meta span::before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 6px 10px;
	background-color: var(--mc2);
	font-size: 16px;
	z-index: 5;
	color: #fff;
	margin-top: -1px;
	line-height: 1.4;
	border-radius: 4px;
	font-family: var(--fp);
	white-space: nowrap;
	font-weight: 400;
	pointer-events: none;
	opacity: 0;
	transition: opacity .23s;
}
.recipe-meta span:hover::before {
	opacity: 1;
}
.recipe-meta span.portion::before {
	content: 'Porcja';
}
.recipe-meta span.preparation_time::before {
	content: 'Czas przygotowania';
}
.post-nav a::before {
	content: attr(data-title);
	left: auto;
	right: 0;
}
.post-nav a:hover::before {
	opacity: 1;
}
p.recipe-meta svg {
	margin-top: -2.2px;
}
@media screen and (max-width: 1019.24px) {
	.slider-nav {
        bottom: 20px;
        right: 50%;
        translate: 50% 0;
        flex-direction: row;
        gap: 10px;
	}
	#dd .slider-nav button.prev {
        position: static !important;
	}
	#dd .slider-nav button.next {
        position: static !important;
	}
}
@media screen and (min-width: 1019.25px) {
	.slider-nav {
		bottom: 50%;
		/*right: 8.6rem;*/
		right: var(--container-gap);
	}
	#dd .slider-nav button.prev {
		bottom: 100%;
		top: auto;
	}
	#dd .slider-nav button.next {
		top: 100%;
		bottom: auto;
	}
}
#dd .slider-nav button {
	left: auto;
	right: 10px;
	padding: 0;
	background: none;
	box-shadow: none;
}
#dd .slider-nav button::before {
	display: none;
}
#dd .slider-nav button svg {
	scale: 1.1;
	filter: drop-shadow(0px 8px 18px hsl(0deg 0% 0% / 9.7%));
	transition: scale .25s, filter .17s, opacity .25s;
}
#dd .slider-nav button svg:hover {
	scale: 1.2;
	filter: drop-shadow(0px 10px 22px hsl(0deg 0% 0% / 25%));
}
#dd .slider-nav:has(button svg:hover) button svg:not(:hover) {
	/*scale: .98;*/
	opacity: .6;
}
.post-nav {
	margin-left: auto;
	margin-right: -120px;
	margin-top: 30px;
}
.short-desc {
	font-size: 15px !important;
	color: #4a4849;
	margin: 4px 0 5px;
}
hr {
	background: #e0e0e0;
	width: 100%;
	height: 1px;
	margin: 24px 0;
}
ul {
	margin: 13px 0;
}
#main li {
	padding-left: 8px;
	font-size: 13.5px !important;
	line-height: 1.4;
}
.recipe-instructions,
.recipe-instructions > *:nth-child(n+2) {
	color: #111111;
	font-size: 13.5px !important;
	letter-spacing: 0.4px;
	flex: 1;
	line-height: 1.55;
	text-wrap-style: auto;
}
.flex .recipe-ingredients,
.flex .recipe-instructions {
	margin-bottom: 10px;
}

@media all and (min-width: 1019.25px) {
	.flex .recipe-ingredients {
		width: 40%;
		padding-right: 20px;
	}
	.flex .recipe-instructions {
		width: 60%;
	}
}
@media screen and (max-width: 1019.24px) {
	.flex .recipe-ingredients {
		width: 100%;
		padding-right: 0;
	}
	.flex .recipe-instructions {
		width: 100%;
	}
	p.recipe-meta span {
		zoom: .85;
	}
}
.recipe-instructions p {
	margin: 10px 0;
}
#dd#dd #main ul li::before {
	content: "";
	position: absolute;
	left: -23px;
	top: 2px;
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(/a-images/svg/bee-list.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.recipe_comment {
	margin: 15px 0;
}
.recipe_comment * {
	font-size: 14px !important;
	margin: 2px 0;
	color: #000;
}
.recipe-column p {
	color: #000;
	font-size: 13.5px !important;
}

#dd .btn.outline {
	margin: 20px 13px 20px 0;
	background-color: transparent;
	border-color: #826d49;
	transition: border-color .23s !important;
	padding: 13px 40px !important;
	font-size: 16.7px !important;
	height: 52px;
	line-height: 1.2;
	font-family: var(--fp) !important;
	font-weight: 500 !important;
}
#dd .btn.outline svg {
	transition: filter .23s !important;
	margin-left: 15px;
	filter: brightness(0) saturate(100%) invert(41%) sepia(63%) saturate(243%) hue-rotate(359deg) brightness(93%) contrast(92%);
}
#dd .btn.outline:hover {
	border-color: #f7c806;
}
#dd .btn.outline:hover svg {
	filter: brightness(0) saturate(100%) invert(85%) sepia(28%) saturate(2508%) hue-rotate(357deg) brightness(98%) contrast(97%);
}
.tags {
	margin: 12px 0;
}
.tags > * {
	font-size: 13px !important;
	font-family: var(--fs);
	font-weight: 400;
	padding: 11px 11px;
	background-color: var(--g5);
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 8px;
	line-height: 1.3;
	transition: background-color .23s;
}
.tags > *:hover {
	background-color: var(--mc1);
}
@media screen and (min-width: 759.25px) {
	#dd .share-buttons {
		flex-direction: row;
		margin-top: 20px;
	}
}
#dd .share-post-heading {
	margin: 22px 0 0;
	color: var(--g3);
	font-size: 12px !important;
}
#dd .share-buttons .share-icons.share-menu {
	background: none;
}
#dd .share-buttons .share-icons.share-menu > i {
	display: none;
}
#dd .share-buttons .share-icons.link-icons {
	padding: 4px 16px 4px 13px !important;
	background: var(--g5);
	border-radius: 60px;
}
#dd#dd .h_m_archive,
.related-posts .header span.h_main {
	font-size: 24px !important;
}
.related-posts .header {
	margin: 0;
	padding: 0;
	position: relative;
}
.related-posts picture.post_image img {
	width: 100%;
	aspect-ratio: 220 / 144;
	object-fit: cover;
}
picture.post_image::after {
	content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 8%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	pointer-events: none;
}
.related-posts picture.post_image::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 3%, rgba(0, 0, 0, 0) 100%);
}
.related-posts .recipe_item .post_title {
	margin: 0 !important;
	line-height: 1.3;
	display: block;
}
.related-posts .recipe_item .post_title a {
	font-size: 14px !important;
	font-family: var(--fs);
	line-height: 1.43;
	display: block;
	padding: 12px 0 0;
	background: #fff;
	min-height: 85px;
	height: 85px;
	transition: none;
	/*max-height: 85px;*/
	/*overflow: hidden;*/
}
.related-posts .recipe_item .post_title a span {
	height: 3lh;
	font-size: inherit !important;
	font-family: inherit !important;
	max-height: 3lh;
	overflow: hidden;
	display: block;
	padding: 0 18px 12px;
	position: relative;
	z-index: 5;
    color: var(--g1);
}
.related-posts .recipe_item:hover .post_title a span {
	height: auto;
	max-height: none;
	overflow: visible;
	background-color: var(--mc1);
}
.related-posts .recipe_item:hover .post_title a {
	background-color: var(--mc1);
}
article.recipe_item {
	width: 100%;
}
article.recipe_item:hover {
	/*box-shadow: 0px 2px 18px #0002;*/
	filter: drop-shadow(0px 4px 16px #00000019);
}
.related.recipes {
	--gap: 8px;
	display: grid;
	grid-template-columns: repeat(auto-fill, calc(max(33%, 217px) - var(--gap)));
	justify-items: stretch;
	justify-content: space-between;
	gap: 18px var(--gap);
}
/*.related.recipes .content {*/
/*	padding: 12px 18px;*/
/*	background: #fff;*/
/*	min-height: 85px;*/
/*}*/

/* .recipe-image-slider.dd-slider-container::after {
	--size: 730px;
	content: "";
	display: block;
	width: var(--size);
	height: var(--size);
	position: absolute;
	border-radius: 50%;
	background-color: #FFF6D1;
	mix-blend-mode: normal;
	opacity: 0.5;
	filter: blur(60px);
	z-index: -1;
	right: 8rem;
	bottom: -230px;
}
@media screen and (max-width: 1019.24px) {
	.recipe-image-slider.dd-slider-container::after {
		right: -40%;
		bottom: -100%;
	}
} */


.recipe-container::before {
	content: "";
	width: 464px;
	height: 407px;
	background-image: url(/a-images/svg/honeyshape.svg);
	right: 50%;
	bottom: 8rem;
	translate: 50vw 0;
	position: absolute;
	filter: brightness(0) saturate(100%) invert(12%) sepia(12%) saturate(2313%) hue-rotate(338deg) brightness(97%) contrast(85%);
	opacity: .14;
	z-index: -1;
}
.single.recipe-post .recipe-container::after {
    --size: 730px;
    content: "";
    display: block;
    width: var(--size);
    height: var(--size);
    position: absolute;
    border-radius: 50%;
    background-color: #FFF6D1;
    mix-blend-mode: normal;
    opacity: 0.45;
    filter: blur(120px);
    z-index: -1;
    left: calc(50% - 7rem);
    bottom: 2.3rem;
    translate: 0;
    scale: 1.5 0.82;
}
@media (min-width: 1739.25px) {
    #dd .products, #dd .post_grid:not(.splide) {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}
.post_grid .recipe-meta {
	position: absolute;
    bottom: 18px;
    left: 18px;
	margin: 0;
}
.post_grid.related .recipe-meta {
	bottom: 10px;
	left: 10px;
}
.post_grid .recipe-meta span {
	background-color: rgb(255 255 255 / 10%);
	color: #fff;
	font-weight: 300 !important;
	font-family: var(--fp);
	padding: 8px 12px 6px 12px;
    line-height: 0;
}
.post_grid.related .recipe-meta span {
	zoom: .74;
}
.post_grid .recipe-meta svg {
	filter: brightness(0) saturate(100%) invert(1);
}
.related-posts {
	margin-bottom: 5rem;
}
#dd .fl-col, #dd .fl-module {
	min-height: 0;
}
.fl-rich-text pre {
	min-width: 0;
	white-space: break-spaces;
}
@media print {
	#footer#footer,
	#dd#dd main#main {
		padding: 0 !important;
		min-height: 0 !important;
	}

	.bg,
	#dd #body .btn,
	#breadcrumbs,
	header#header,
	#footer#footer,
	.share-buttons.outer,
	.related-posts,
	.top-header,
	.recipe-container::before,
	.recipe-container::after,
	.post-nav,
	.tags,
	.recipe-image-slider.dd-slider-container {
		display: none !important;
	}
	.recipe-meta span,
	* {
		background: none !important;
	}
	#dd #main .recipe-ingredients ul {
		padding-left: 25px !important;
	}
	h1 {
		font-size: 26px !important;
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 1019.24px) {
	.flex {
		flex-direction: column;
	}
	.post-nav {
		/* margin-right: 0;
		margin-top: 0;
		position: absolute;
		right: 10px;
		top: 10px; */
		display: none;
	}
}
@media screen and (max-width: 899.24px) {
	.post-nav {
		display: none;
	}
}

@media screen and (min-width: 1419.25px) and (max-width: 1529.24px) {
	#dd .btn.outline {
		zoom: .9;
	}
	.col.recipe-image-slider.dd-slider-container {
		width: 49vw;
		right: calc(50% + 1vw);
	}
	.col.recipe-column {
		margin-left: -40px;
		margin-right: -80px;
		width: calc(100% + 60px);
	}
	h1 {
		font-size: 32px !important;
		letter-spacing: -0.1px;
		padding-right: 55px;
	}
	.post-nav {
		margin-right: -95px;
	}
}


@media screen and (min-width: 1019.25px) and (max-width: 1419.24px) {
	/*.flex .recipe-ingredients {*/
	/*	width: calc(40% + 80px);*/
	/*}*/
	/*.flex .recipe-instructions {*/
	/*	width: calc(60% + 100px);*/
	/*	margin-right: -200px;*/
	/*}*/

	.col.recipe-image-slider.dd-slider-container {
		width: 48vw;
		right: calc(50% + 2vw);
	}
	.col.recipe-column {
		margin-left: -50px;
		margin-right: -110px;
		width: calc(100% + 40px);
	}
	.post-nav {
		margin-right: -20px;
	}
	h1 {
		font-size: 30px !important;
		letter-spacing: -0.1px;
		padding-right: 115px;
	}
	#dd .btn.outline {
		zoom: 0.8;
	}
}

@media screen and (min-width: 1019.25px) and (max-width: 1319.24px) {
	article.recipe-container.container {
		max-width: 100%;
	}
	.post-nav {
		margin-right: 20px;
	}
	.col.recipe-column {
		width: calc(100% - 5px);
	}
}
@media screen and (min-width: 1019.25px) and (max-width: 1249.24px) {
	.related.recipes {
		grid-template-columns: repeat(auto-fill, calc(50% - var(--gap)));
	}
}
@media screen and (max-width: 1019.24px) {
	.recipe-header + hr {
		margin-bottom: 7px;
		margin-top: 25px;
	}
	#dd .btn.outline {
		zoom: 0.8;
	}
	.recipe-container{
		--slider-height: 430px;
	}
	.recipe-image-slider.dd-slider-container {
		position: absolute;
		height: var(--slider-height);
		right: 50%;
		width: 100vw;
		/* overflow: hidden; */
        translate: 50% 0;
        z-index: 0;
	}
	.recipe-image-slider.dd-slider-container,
	.recipe-image-slider picture.slides-item,
	.recipe-image-slider .slides-item img {
		min-height: var(--slider-height);
		height: var(--slider-height);
	}
	.col.recipe-column {
		padding-top: var(--slider-height);
        position: relative;
        z-index: 5;
        pointer-events: none;
		padding-left: 0 !important;
	}
	.col.recipe-column * {
        pointer-events: all;
	}
	.col.recipe-image-slider.dd-slider-container {
		position: absolute;
		width: 100vw;
		right: 50%;
		padding-right: 0;
	}
	#breadcrumbs {
		display: none;
	}
	.recipe-image-slider .slides-item img {
		height: var(--slider-height);
		scale: 1;
	}
	.recipe-image-slider .dd-slider::after {
		content: '';
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #000;
		position: absolute;
		opacity: .2;
        z-index: -1;
	}
	.recipe-image-slider .slider-nav > button {
        width: 68px;
        height: 68px;
    }
	.recipe-image-slider picture {
		min-height: 50px;
	}
}
@media screen and (min-width: 759.25px) and (max-width: 1019.24px) {
	
	.recipe-container{
		--slider-height: 630px;
	}
	.recipe-container::after,
	.recipe-image-slider.dd-slider-container::after {
		--size: 680px;
		opacity: 0.22;
		filter: blur(50px);
	}
	
	.related.recipes {
        margin: 0 !important;
	}
}
@media screen and (max-width: 759.24px) {
	#dd .btn.outline {
        zoom: 0.89;
        width: 100%;
        max-width: 600px;
		padding: 13px 38px !important;
		font-size: 15.7px !important;
		letter-spacing: -0.2px !important;
    }
	#dd .btn.outline + .btn.outline {
		margin-top: 0;
	}
	.related.recipes {
		display: block;
        margin: 0 !important;
	}
	.related-posts .recipe_item .post_title a {
		font-size: 16px !important;
		line-height: 1.33;
		padding: 22px;
		min-height: 85px;
		height: auto;
	}
	.related-posts .recipe_item .post_title a span {
		height: auto;
		max-height: unset;
		padding: 0;
	}
	/* .related.recipes .recipe-meta span {
		zoom: 1;
	} */
	.related.recipes .recipe-meta {
		bottom: 16px;
		left: 16px;
	}
	article.recipe_item {
		width: 100%;
		margin-bottom: 20px;
	}
	.recipe-container::after,
	.recipe-image-slider.dd-slider-container::after {
		--size: 480px;
		opacity: 0.2;
		filter: blur(30px);
	}
	.footer-widgets-bg::after {
		opacity: 0.5;
	}
	html h1 {
		font-size: 24px !important;
	}
	.short-desc {
		font-size: 14px !important;
	}
	#dd .share-buttons .share-icons.link-icons {
		margin-left: -24px;
		margin-top: -10px;
	}
}

/* .recipe-main-content {
    overflow: hidden;
} */
/* .pdf-only:not(.show) {
    margin: 0;
    height: 40px;
    margin-bottom: -42px;
    font-size: 14px !important;
} */
.pdf-only .h_pdf {
	padding-top: 4px;
}

.pdf-only .h_pdf,
.pdf-only .h_pdf b {
    font-size: 14px !important;
}
.pdf-only .h_pdf b {
	font-weight: 800 !important;
}

iframe {
    position: absolute;
	width: 1200px;
	max-width: 1200px;
	height: 1px;
	margin-left: -1200px;
	border: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.related-posts .post_grid picture.post_image img {
    height: auto;
}
.post_item .header {
    position: relative;
}
.blog picture.post_image::before {
    background: none;
	display: none;
}
.fl-module.fl-module-BlogArchive .h_main {
	margin-bottom: 2rem;
	padding-top: 0.7rem;
}