/*
*
* Formularz kontakt
*
*/

.nf-form-layout {
    font-family: Barlow, sans-serif;
    text-transform: uppercase;
}

.nf-form-fields-required {
    font-size: 0.8em;

}

#nf-label-field-6 {
    font-size: 0.8em;
    font-weight: 100;
}


/**************** end formularz kontakt ****************/

.align-items-center {
    align-items: center
}

/* newsletter */
.newsletter-container {
    padding-bottom: 96px;
}

.ebook {
    padding-top: 64px;
}

.gift-img {
    top: 48px;
    left: -24px;
    z-index: 10;
}

.gift-mobile {
    display: none;
}

.mailerlite-form .mailerlite-form-inputs .mailerlite-form-field input {
    background-color: #fff;
    border-radius: 16px;
    padding: 12px 16px;
    font-family: "Supreme-Regular", sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.mailerlite-subscribe-button-container {
    margin-top: 8px;
}

.ebook-content {
    max-width: 420px;
    margin: 0 auto;
}

.shape {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.shape__content {
    margin-top: -12px;
    position: relative;
    background: #FED885;
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.shape__before,
.shape__after {
    width: 100%;
    height: 64px;
    flex: 0 0 var(--cap-h);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.shape__before {
    background-image: url("../assets/bg-yellow-up.svg");
}

.shape__after {
    margin-top: -12px;
    background-image: url("../assets/bg-yellow-down.svg");
}

@media(min-width: 1024px) {
    .newsletter-img {
        background-position-x: center;
        background-position-y: bottom;
        aspect-ratio: 1.06;
    }
}

@media(max-width: 1570px) and (max-width: 1280px) {
    .gift-img {
        left: -15px;
    }
}

@media(max-width: 1350px) and (min-width: 1024px) {
    .shape h2 {
        font-size: 28px;
        /* margin-bottom: 8px; */
    }

    .shape p.text-body-2 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .shape .e-book-form form {
        padding-bottom: 0 !important;
    }

    .mailerlite-form .mailerlite-form-inputs {
        gap: 11px;
    }

    .gift-img {
        top: -27px;
        left: -9px;
        width: 120px;
    }

    .newsletter-img {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

@media(max-width: 1023px) {
    .newsletter-container {
        padding-top: 96px;
        padding-bottom: 64px;
    }

    .shape {
        margin: 0 auto;
        width: 75%;
    }

    .gift-desktop {
        display: none;
    }


    .gift-mobile {
        display: block;
    }

    .gift-img {
        top: -80px;
        left: 50%;
        transform: translateX(-172px);
    }

    .newsletter-img {
        position: absolute;
        top: -80px;
        right: 50%;
        transform: translateX(+170px);
    }

    .newsletter-img img {
        width: 170px;
        height: auto;
        border-radius: 24px 24px 16px 16px;

    }

    .shape__content {
        padding-top: 64px;
    }
}

@media(max-width: 768px) {
    .newsletter-container {
        padding-top: 48px;
        padding-right: 0;
        padding-bottom: 48px;
        padding-left: 0;
    }

    .home-ebook {
        margin-top: 16px;
    }

    .home-ebook .newsletter-container {
        padding-top: 64px;
        padding-bottom: 0;
    }

    .shape {
        width: 100%;
    }

    .shape__before,
    .shape__after {
        display: none;
    }

    .shape__content {
        margin-top: 0;
        padding: 112px 16px 48px 16px;
    }
}

.d-block {
    display: block;
}

.h-485 {
    height: 485px;
}

.blog-single-slider {
    overflow: hidden;
    margin-bottom: 64px;
}

.blog-single-slider .slider-item {
    flex-direction: column;
}

.blog-posts {
    margin-top: 50px;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .blog-posts {
        gap: 20px;
    }
}

.blog-title {
    font-size: 1.3rem;
    line-height: 2rem;
}

.blog-image {
    height: 300px;
}

.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#featuredRecipesSlider .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.randon-rating .post-ratings {
    justify-content: center;
}

.post-ratings {
    display: flex;
}

.post-ratings img {
    max-width: 35px;
    width: 35px !important;
    padding-right: 10px
}

/*.category-icon img {*/
/*    max-width: 60%;*/
/*    margin: auto !important;*/
/*}*/

.mt-75 {
    margin-top: 75px
}

.mt-85 {
    margin-top: 85px
}

.rating {
    display: inline-block;
    position: relative;
    line-height: 50px;
    font-size: 50px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.post-ratings img:hover {
    width: 35px !important;
}

form .rating:not(:hover) label input:checked~.icon,
form .rating:hover label:hover input~.icon {
    background-image: url(https://delektujemy.pl/wp-content/plugins/wp-postratings/images/custom_star/rating_on.png) !important;
}


.rating label .icon {
    background-image: url(https://delektujemy.pl/wp-content/plugins/wp-postratings/images/custom_star/rating_off.png);
    background-repeat: no-repeat;
    color: transparent;
    background-size: cover;
    float: left;
    color: transparent;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.rating label:last-child .icon {
    color: #000;
}

.rating:not(:hover) label input:checked~.icon,
.rating:hover label:hover input~.icon {
    color: #09f;
}

.rating label input:focus:not(:checked)~.icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #09f;
}

.m-40 {
    margin: 40px 0;
}

.added-comment {
    margin-bottom: 30px;
    background: rgb(245 249 244);
    border-radius: 1.5rem;
    padding: 25px;
}

.added-comment:last-child {
    margin-bottom: 0;
}

.added-comment .rating label input:checked~.icon {
    background-image: url(https://delektujemy.pl/wp-content/plugins/wp-postratings/images/custom_star/rating_on.png);
}

.added-comment .rating,
.added-comment label,
.added-comment input {
    pointer-events: none !important;
}

.added-comment .added-comment__name {
    font-size: 16px;
}

.added-comment .added-comment__date {
    font-size: 14px;
    color: gray;
}

.added-comment .added-comment__rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 15px;
}

.added-comment .added-comment__rating .icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.added-comment .added-comment__text {
    font-size: 20px;
    margin-top: 20px;
}

.mb-40 {
    margin-bottom: 40px
}

.image-preview-container {
    display: flex;
    flex-wrap: wrap;
}

.image-preview {
    position: relative;
    width: 100px;
    height: 100px;
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove-image-button {
    position: absolute;
    top: -10px;
    right: -9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid gray;
    color: gray;
    text-align: center;
    cursor: pointer;
    line-height: 19px;
    font-size: 12px;
}

.comment-image input {
    display: none;
}

.comment-image #image-preview-container {
    display: flex;
    gap: 15px;
}

.comment-image #image-preview-container .image-preview-placeholder {
    position: relative;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 1px solid #231F20;
    order: 5;
}

.comment-image #image-preview-container .image-preview-placeholder .add-image-button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.added-comment .added-comment__images {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.added-comment .added-comment__images img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 20px
}

.desktop-menu {
    height: 48px;
}

.customize-support nav.menu {
    margin-top: 32px;
}

body {
    margin-top: 136px;
}

@media(max-width: 1024px) {
    /* body.customize-support {
        margin-top: 108px;
    } */

    body {
        margin-top: 76px;
    }
}

@media(max-width: 782px) {
    /* body.customize-support {
        margin-top: 76px;
    } */

    .customize-support nav.menu {
        margin-top: 46px;
    }
}

.desktop-menu .sub-menu {
    position: absolute;
    top: 0;
    background: #fff;
    color: #1d1d1d;
    z-index: 99;
    top: calc(100% + 10px);
    display: flex;
    flex-direction: column;
    font-family: Barlow, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .desktop-menu .sub-menu {
        display: none;
        width: 275px;
        --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
}

.desktop-menu .menu__list li a {
    transition: all 0.3s ease-in-out;
}

.desktop-menu .menu__list li a:hover {
    color: gray;
}

.desktop-menu .sub-menu li {
    padding: .5rem 1rem;
    width: 100%;
    max-width: unset
}

.desktop-menu .desktop-menu .sub-menu li a {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}

.desktop-menu .menu__list {
    display: flex;
    align-items: center
}

.desktop-menu .menu__list li {
    max-width: 100%;
    position: relative
}

.desktop-menu .menu-item a {
    font-family: 'Supreme-Bold', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.desktop-menu .menu-item>a {
    padding: 1rem 0
}

.desktop-menu .search-button {
    position: absolute;
    right: 0
}

.desktop-menu .wishlist-button {
    position: absolute;
    right: 33px;
}

.desktop-menu .pr-55 {
    padding-right: 55px;
}

.bachground-dots-mobile {
    width: 100%;
    height: 26px;
    background-image: url('../assets/background-dots-mobile.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.menu--mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 16px;
}

.menu--mobile .menu__logo {
    max-width: 191px;
}

a.link-circle {
    width: 40px;
    height: 40px;
    background-color: var(--maron);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1025px) {

    .bachground-dots-mobile,
    .menu--mobile {
        display: none
    }
}

.menu--mobile .menu__link {
    display: block;
    width: 100%;
}

.menu--mobile .menu__list--mobile {
    position: fixed;
    left: 0px;
    top: 76px;
    height: calc(100vh - 76px);
    width: 100%;
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow-y: scroll;
    --tw-bg-opacity: 1;
    background-color: var(--red);
    transition-duration: .3s;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
}

/* widok dla admin */
@media(max-width: 1023px) {
    .customize-support .menu--mobile .menu__list--mobile {
        top: 108px;
    }
}

@media(max-width: 782px) {
    .customize-support .menu--mobile .menu__list--mobile {
        top: 122px;
    }
}

.menu_mobile {
    padding: 0 32px !important;
}

.menu--mobile .menu__list--mobile>.container-contact {
    padding-bottom: 72px;
}

.menu--mobile .menu__list--mobile>.container-bg {
    margin-top: auto;
}

.container-bg {
    width: 100%;
    height: 50px;
    background-image: url('../assets/background-dots-bottom.svg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 1000;
}

.menu--mobile.active .menu__list--mobile {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.text-contact-above {
    font-family: "Supreme-Bold", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
}

.text-contact {
    font-family: "Supreme-Bold", sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #fff;
}

.menu_mobile li.menu-item-has-children>a:first-child {
    display: inline-block;
    width: 100%;
}

.menu_mobile .sub-menu {
    padding-top: 10px;
}

.menu_mobile .sub-menu li a {
    padding: 10px 0;
    display: block;
    font-family: "Supreme-Bold", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.menu_mobile .sub-menu li {
    line-height: initial;
    padding-left: 10px;
}

.menu_mobile>li {
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-family: "Supreme-Bold", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu_mobile>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ml-auto {
    margin-left: auto;
}

.ml-2per {
    margin-left: 2%;
}

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

.pointer-none {
    pointer-events: none;
}

.recipes-tabs .post-list {
    display: none;
}

.recipes-tabs .post-list.mobile {
    padding-left: 0 !important;
}

.recipes-tabs .post-list.active {
    display: block;
}

.h-570 {
    height: 570px;
}

.post-selected img {
    border-radius: 20px;
}

.home-posts-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.recipe-slider-tags {
    position: absolute;
    display: none;
    gap: 13px;
    bottom: 40px;
    left: 50%;
    transform: translatex(-50%);
}

.recipe-slider-tags a.tag {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #231F20;
    border-radius: 50%;
    width: 67px;
    height: 67px;
    transition: all 0.3s ease-in-out
}

.recipe-slider-tags a.tag:hover {
    background: #AB2328;
}

.recipe-slider-tags a.tag img {
    max-width: 50% !important;
    width: 50% !important;
    height: auto !important;
    object-fit: contain !important;
}


.wishlist-button {
    position: relative;
}

.wishlist-button .wishlist-button-count {
    display: none;
    position: absolute;
    right: -6px;
    top: -12px;
    font-size: 12px;
}

.simplefavorite-button.active {
    opacity: 1 !important;
}

.simplefavorite-button svg path {
    transition: all 0.2s ease-in-out;
}

.simplefavorite-button:not(.active):hover svg path,
.simplefavorite-button.active svg path {
    fill: var(--strawberry);
    stroke: var(--strawberry);
    transition: all 0.2s ease-in-out;
}

.with-heart .simplefavorite-button span {
    display: none !important;
}

.with-text .simplefavorite-button svg {
    position: relative;
    top: 0;
    right: 0;
}

.with-text .simplefavorite-button:not(.active) svg path {
    stroke: var(--maron);
}

.with-text .simplefavorite-button {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 999px;
    border: 2px solid var(--maron);
    background-color: transparent;
    color: var(--maron);
    padding: 16px 32px;
    font-family: "Supreme-Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

@media(max-width: 768px) {
    .with-text .simplefavorite-button {
        padding: 16px 24px;
    }
}

.simplefavorite-button svg path {
    transition: all 0.2s ease-in-out;
}

.with-text .simplefavorite-button:hover {
    /* --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(35 31 32 / var(--tw-text-opacity)); */
}

.with-text .simplefavorite-button:not(.active):hover svg path,
.with-text .simplefavorite-button.active svg path {
    fill: var(--red);
    stroke: var(--red);
}

.pointer {
    cursor: pointer !important;
}

input:focus {
    outline: none !important;
}

.flex-column {
    flex-direction: column;
}

.object-fit-none {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

.border-50 {
    border-radius: 50%;
}

.slider-category.active picture {
    border-radius: 50%;
}

.slider-category img,
.slider-category picture {
    display: block;
    position: relative;
}

.slider-category img:before,
.slider-category picture:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--maron);
    left: 0;
    top: 0;
    z-index: 9;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.slider-category.active img:before,
.slider-category.active picture:before {
    opacity: 1;
}

.slider-category.active .group:hover img {
    transform: scale(1);
}

.slider-category picture:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' viewBox='0 0 22 18' fill='none' %3E%3Cpath d='M1 10.6L6.71429 17L21 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out
}

.slider-category.active picture:after {
    z-index: 10;
    opacity: 1;
}

.JsSubcategory {
    display: none;
}

.JsSubcategory {
    min-width: 260px;
}

.youtube-short {
    flex: 1 1 33%;
}

.gap-80 {
    gap: 80px;
}

.youtube-short iframe {
    width: 100%;
    border-radius: 22px;
}


@media (max-width: 1280px) {
    .youtube-short-container {
        gap: 30px;
        flex-wrap: wrap;
    }

    .recipe-slider-tags div.tag {
        width: 50px;
        height: 50px;
    }

    .how-do a {
        flex: 1 1 33%;
    }

    .lg-flex-column {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .lg-justify-between {
        justify-content: space-between;
    }
}

@media (max-width: 1023px) {
    .recipe-slider-tags div.tag {
        width: 40px;
        height: 40px;
    }

    .youtube-title {
        align-items: center;
    }

    .youtube-title h2,
    .youtube-title p {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .youtube-title .youtube-info {
        flex-direction: column;
        align-items: center;
    }

    .youtube-title .youtube-info div {
        text-align: center;
        margin-left: 0;
    }

    .md-flex-direction-column {
        flex-direction: column;
        align-items: center;
    }

    .md-gap-10 {
        gap: 10px;
    }

    .md-max-w-100 {
        max-width: 100%;
    }

    .md-m-0 {
        margin: 0;
    }
}

/*@media (max-width: 768px) {*/
/*    .desktop-menu .menu-item a {*/
/*        font-size: 13px !important;*/
/*    }*/
/*} */

@Media (max-width: 550px) {
    .xs-p-20 {
        padding: 20px;
    }

    .form-rating span {
        font-size: 20px;
    }

    .form-rating {
        gap: 10px;
    }

    .form-rating span.icon {
        width: 20px;
        height: 20px;
    }

    #commentForm .text-6xl,
    .xs-fz-45 {
        font-size: 45px;
    }

    .lg-justify-between {
        justify-content: center;
    }
}

@Media (max-width: 550px) {
    .form-rating span {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .recipe-slider-tags div.tag {
        width: 60px;
        height: 60px;
    }

    .sm-none {
        display: none !important;
    }

    .post-list.mobile.active {
        display: flex;
    }

    .post-list.mobile {
        list-style-type: none;
        display: none;
        justify-content: space-between;
        margin-top: 20px;
    }

    .post-list.mobile li {
        text-decoration: none;
        margin-bottom: 0;
    }

    .post-list.mobile li.active a {
        border-bottom: 1px solid #000000;
    }

    .post-list.mobile li a {
        padding: 0 10px;
        text-decoration: none !important;
        border-bottom: 1px solid #bdbdbd;
    }

    .xs-mb-25 {
        margin-bottom: 25px;
    }

    .sm-p-9rem {
        padding: 9rem 4rem;
    }

    .JsRecipes {
        gap: 20px;
    }

    .JsRecipes .h-485 {
        height: 360px;
    }

    body .newsletter-img-top,
    body .newsletter-img-bottom {
        max-width: 100%;
        min-height: 360px;
    }

    .video-container {
        height: 360px;
    }

    .sm-d-none {
        display: none !important;
    }

    .sm-d-block {
        display: block !important;
    }

    .instagram-reels-container {
        gap: 30px;
    }

    .instagram-reels-container .reel-item video,
    .instagram-reels-container .reel-item .img {
        height: 500px;
    }

    .JsRecipes .px-8.py-6 {
        padding: 6px 16px 16px 20px;
    }
}

@media (max-width: 500px) {
    .flex-title {
        flex-direction: column;
        gap: 5px;
    }

    .mobile-title {
        font-size: 2.5rem;
    }

    .sm-fz-37 {
        font-size: 37px;
    }

    .JsRecipes .h-485 {
        height: 216px;
    }

    body .newsletter-img-top,
    body .newsletter-img-bottom {
        max-width: 100%;
        min-height: 216px;
    }

    .video-container {
        height: 216px;
    }

    .JsRecipes .px-8.py-6 {
        padding: 6px 0 0 20px;
    }
}


@media (min-width: 768px) {
    .md-none {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .recipe-slider-tags div.tag {
        width: 70px;
        height: 70px;
    }

    .how-do img {
        width: 100px;
        height: 100px;
    }

    .xs-w-100 {
        width: 100%;
    }

    .recipe-rating {
        gap: 5px
    }

    .recipe-rating .post-ratings img {
        max-width: 28px;
        padding-right: 5px;
    }

    .recipe-rating span {
        font-size: 20px;
    }

    .recipe-rating .post-ratings {}
}

.recipe .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.recipe .tags span {
    height: 16px;
}

.recipe .tags span:nth-last-child(3) {
    display: none;
}

.recipe .tags a:last-child {
    color: var(--mainBlack);
}

@media (max-width: 1023px) {
    /* 	.recipe .tags {
		flex-wrap: nowrap;
   		white-space: nowrap;
	} */
}

@media (min-width: 600px) {
    .min-\[600px\]\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 320px) {
    .min-\[320px\]\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .xs-min-0 {
        min-width: 0;
    }

    .xs-d-none {
        display: none;
    }

    .xs-width-100 {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .min-\[1024px\]\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .min-\[1200px\]\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.landing-additional-images {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
}

.landing-additional-images__image {
    flex: 1 1 16%;
}

@media (max-width: 992px) {
    .landing-additional-images__image {
        flex: 1 1 40%;
    }
}

.landing-additional-images__image img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 22px;
}

.flex-title {
    display: flex;
    align-items: center;
}

.flex-title h2 {
    flex: 1 1;
}

.flex-title .flex-title-instagram {
    flex: 0 0 22px;
}

.copy--multicolor h1 strong {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(171 35 40 / var(--tw-text-opacity));
}

.with-heart .simplefavorite-button {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.pointer-events-none,
.pointer-events-none * {
    pointer-events: none !important
}

.text-left {
    text-align: left;
}

.h-350 {
    height: 350px;
}

.instagram-post-author {
    display: flex;
    align-items: center;
    gap: 11px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: auto;
}

.instagram-post-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-cover {
    height: 100%;
    object-fit: cover;
}

.instagram-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

.instagram-info {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
}

.desktop-menu .menu-item a {
    font-size: 15px;
}

.bottom-25 {
    bottom: -25px !important;
}

.menu__logo h2 {
    text-transform: uppercase;
    font-size: 12px;
}

.copy ul {
    font-size: inherit;
    line-height: inherit;
}

.blog-post .blog-post--banner {
    max-height: 760px;
    object-fit: cover;
    object-position: center;
}

.blog-post .blog-post--gallery-img {
    width: 100%;
    max-height: 820px;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
}

.newsletter-img-top {
    max-width: 400px;
    min-height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
}

.newsletter-img-bottom {
    max-width: 290px;
    min-height: 368px;
    object-fit: cover;
    object-position: center;
    border-radius: 22px;
}

#successMessage {
    display: block;
    padding-top: 20px;
    text-align: center;
    color: green;
}

#errorMessage {
    display: block;
    padding-top: 20px;
    text-align: center;
    color: red;
}

.border-22 {
    border-radius: 22px;
}

.copy .wp-caption.aligncenter,
.copy img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.w-100 {
    width: 100%;
}

.youtube-title .flex.flex-col {
    min-width: 200px;
}

.menu--mobile .menu-item-has-children>a {
    position: relative;
}

.menu--mobile .menu-item-has-children>a:not(.link-with-href):after,
.menu--mobile .link-with-href>.arrow:after {
    content: '';
    position: absolute;
    /* right: -24px; */
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../assets/arrow-white.svg');
    display: inline-block;
    padding: 3px;
    transition: transform 0.2s ease-in-out;
}

.menu--mobile .menu-item-has-children.open>a:not(.link-with-href):after,
.menu--mobile .link-with-href.open>.arrow:after {
    transform: translatey(-50%) rotate(-180deg);
}

.menu--mobile .link-with-href {
    /* display: flex !important; */
    position: relative !important;
    /* justify-content: space-between !important; */
    width: 100%;
}

.menu--mobile .link-with-href .arrow {
    position: relative;
    max-width: 35px;
    flex: 1 1 35px;
}

/* 
.menu--mobile .link-with-href > .arrow:after {
	content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%) rotate(45deg);
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
	transition: transform 0.2s ease-in-out;
} */

/* .menu--mobile .link-with-href.open > .arrow:after {
	transform: translatey(-50%) rotate(-137deg);
} */

.e-book-form {
    width: 100%;
    max-width: 500px;
    gap: 15px !important;
}

.e-book-form form {
    position: relative !important;
    display: flex !important;
    flex-direction: column;
    padding-bottom: 10px !important;
    min-height: 100px !important;
}

.e-book-form form .message_error,
.e-book-form form .message_success {
    text-align: center !important;
    position: absolute !important;
    width: 100% !important;
    bottom: 0 !important;
}

/* .e-book-form form > div {
	display: flex !important;
	flex-direction: column !important;
}

.e-book-form form > div div:nth-child(1) {
	order: 2;
}

.e-book-form form > div div:nth-child(3) {
	order: 1;
} */

.e-book-form #freshMailPopUp__background {
    width: 100% !important;
}

.e-book-form .freshMailPopUp__body {
    max-width: 100% !important;
}

.e-book-form .freshMailPopUp__body>div {
    padding: 0 !important;
}

.e-book-form .field {
    margin-bottom: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    text-transform: uppercase;
    text-align: center;
    height: auto !important;
    background: transparent !important;
    color: #231F20 !important;
    border: 1px solid #231F20 !important;
}

.e-book-form .field::placeholder {
    color: #231F20 !important;
}

.e-book-form .form_subscribe_button {
    padding: 1rem 1.5rem !important;
    text-transform: uppercase !important;
    font-family: 'Barlow', sans-serif !important;
    transition: color .3s ease-in-out, background-color .3s ease-in-out !important;
    background: #FFFFFF !important;
    border-radius: 0 !important;
    color: #231F20 !important;
    height: auto !important;
}

.e-book-form .form_subscribe_button:hover {
    background: #231F20 !important;
    color: #FFFFFF !important;
}

.print-recipe {
    position: relative;
}

.print-recipe p {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.printfriendly {
    align-items: center;
}

.printfriendly:not(.button) {
    display: none !important;
}

@media (min-width: 1536px) {
    .fz-4rem {
        font-size: 4rem;
        line-height: 1;
    }
}

.menu__logo img {
    width: 100%;
}

.mw-345 {
    max-width: 345px;
}

.search__result {
    display: flex;
    align-items: stretch
}

.search__result .image {
    flex: 0 0 128px;
    height: 128px;
}

@media(max-width: 500px) {
    .search__result .image {
        flex: 0 0 100px;
        height: 100px;
    }
}

.search__result .image img {
    height: 128px;
}

.search__result--categories {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.search__result--categories .text-3xl {
    font-size: 22px
}

.search__result--categories ul {
    display: flex;
    flex-wrap: wrap;
}

.ingredient:not(:empty)~.ingredient:not(:empty):before {
    content: ", ";
}

footer .search {
    top: -100vh;
}

.instagram-reels-container {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.instagram-reels-container iframe {
    flex: 1 1 26%;
    min-height: 500px;
}

.instagram-reels-container video,
.instagram-reels-container .img {
    border-radius: 22px;
    height: 660px;
    object-fit: cover;
    width: 100%;
}

.instagram-reels-container .reel-item {
    display: block;
    position: relative;
    flex: 1;
    border-radius: 22px;
}

.instagram-reels-container .reel-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 22px;
}

.instagram-reels-container .reel-item .reel-item-preview {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    z-index: 2;
}

.instagram-reels-container .reel-item .reel-item-preview img {
    width: 70px;
}

.error-page {
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.error-page h1 {
    font-size: 20rem;
    line-height: 1;
}

.error-page h1 {
    font-size: 20rem
}

button.search-page {
    width: fit-content;
    margin-left: auto !important;
    margin-right: auto !important;
}


button.search-page {
    background: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
}


button.search-page:hover {
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
}

.instagram-blog {
    display: flex;
    justify-content: center;
}

@media (min-width: 1024px) {
    footer a.privacy {
        min-width: 180px;
        /* padding-right: 30px;
        text-align: end; */
    }
}

@media (max-width: 1300px) {
    .desktop-menu {
        max-width: 1200px;
    }

    .desktop-menu .menu__list li a {
        font-size: 12px;
    }
}

.seo-text {
    padding-bottom: 72px;
}

.seo-text p {
    font-family: "Supreme-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    padding-bottom: 24px;
}

.seo-text h1,
.seo-text h2,
.seo-text h3,
.seo-text h4,
.seo-text h5,
.seo-text h6 {
    padding-bottom: 16px;
}

.video-youtube {
    position: relative;
    padding-bottom: 56.25%;
}

.video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.preparation_recipe ol {
    list-style-type: none;
    /* Hide default numbering */
    counter-reset: krok-counter;
    /* Reset the counter */

}

.preparation_recipe ol li {
    margin-bottom: 1rem;
}

.preparation_recipe ol li:before {
    content: "KROK " counter(krok-counter) " - ";
    /* Set the custom prefix */
    counter-increment: krok-counter;
    /* Increment the counter */
    font-weight: 600;
}

.step-by-step {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.step-by-step .item {
    display: flex;
    flex-direction: column;
    flex: 0 0 32%;
    max-width: 31%;
}

.step-by-step .item p.title {
    margin: 10px 0;
    font-size: 22px;
    font-weight: 600;
}

.step-by-step .item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    height: 320px;
    object-fit: cover;
}

.step-by-step h3 {
    width: 100%;
    text-align: center;
    font-size: 4em;
}

.ai-center {
    align-items: center;
}

.mbottom-0 {
    margin-bottom: 0 !important;
}

@media(max-width: 1024px) {
    .step-by-step .item {
        flex: 0 0 47%;
        max-width: 47%;
    }
}

@media(max-width: 500px) {
    .step-by-step .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media(max-width: 768px) {
    .sm-ai-start {
        align-items: flex-start;
    }

    .sm-mbottom-20 {
        margin-bottom: 20px !important;
    }
}

.mtop-20 {
    margin-top: 20px;
}

.blog-post p {
    margin-bottom: 15px;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 50px 0 0px 0;
}


.pagination .pagination-list {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.pagination .pagination-list a,
.pagination .pagination-list span {
    line-height: 1;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0px;
    font-size: 17px;
    font-weight: 500;
}

.pagination .pagination-list a.current,
.pagination .pagination-list span.current {
    background: rgba(171, 35, 40, 1);
    color: #FFFFFF;
}

.desktop-menu .has-children-third ul {
    top: 0 !important;
    left: 100% !important;
    -webkit-box-shadow: 2px 5px 39px -16px rgba(66, 68, 90, 1) !important;
    -moz-box-shadow: 2px 5px 39px -16px rgba(66, 68, 90, 1) !important;
    box-shadow: 2px 5px 39px -16px rgba(66, 68, 90, 1) !important;
}

.desktop-menu .sub-menu li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.desktop-menu .sub-menu li a {
    display: block;
    width: 100%;
    padding: 0.5rem 0 !important;
}

.step-by-step-recipe {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.step-by-step-recipe .item .title {
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase !important;
    font-weight: 500;
}

.step-by-step-recipe .item {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.step-by-step-recipe .item img {
    max-width: 100%;
    width: 100%;
}

.category-desc h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
}

.category-desc a {
    text-decoration: underline;
}


.ingredients {
    max-height: 370px;
    overflow: scroll;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.ingredients .JsIngredient {
    flex: 0 0 29%;
    max-width: 33%;
}

.search_ingredient {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 40px 0;
}

.search_ingredient input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

.ingredients .checkmark {
    flex: 1 1 22px;
}

@media(max-width: 768px) {
    .ingredients .JsIngredient {
        flex: 0 0 48%;
        max-width: 48%
    }
}

#ingredient-error {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.recipe .tags a {
    cursor: pointer;
}

.recipe.recipe-categories {
    width: 100%;
    display: flex;
    justify-content: center;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.mt-30 {
    margin-top: 30px;
}

.default-page h1 {
    font-size: 3rem;
    line-height: 1;
}

.default-page p {
    margin-bottom: 10px;
}

.added-comment__rating .rating label {
    position: absolute !important;
    display: flex;
    align-items: center;
}

.recipe-banner-promo {
    margin-top: 4rem;
    margin-bottom: 4rem;
    top: 35px;
    border-radius: 1rem;
}

.recipe-banner-promo img {
    border-radius: 1rem;
}

@media(max-width: 1024px) {
    .recipe-banner-promo {
        position: relative;
        margin-bottom: 50px
    }

    .recipe .sticky {
        position: relative;
    }
}

section div.seo-text a {
    font-style: normal;
    color: rgb(171, 35, 40, 1);
}

section div.seo-text a:hover {
    text-decoration: underline;
}

#przepisy-wideo-slider .swiper-slide video {
    max-width: 100%;
    height: 685px;
    object-fit: cover;
    width: 100%;
}

@media(max-width: 768px) {
    #przepisy-wideo-slider .swiper-slide video {
        height: 460px;
    }
}

.display-block {
    display: block;
}

.menu-item.color-red a {
    color: red;
}

.menu-item.color-red a:hover {
    color: red !important;
    opacity: 0.7;
}

.insta-videos {
    display: flex;
    justify-content: center;
}

.insta-videos .relative {
    border-radius: 22px;
}

.insta-videos .relative video {
    border-radius: 22px;
    max-width: 100%;
    height: 685px;
    object-fit: cover;
    width: 100%;
}

.insta-videos .relative .reel-item-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 22px;
}

.insta-videos .relative.active .reel-item-preview {
    opacity: 0;
}

.insta-videos .relative {
    max-width: 450px;
    width: 100%;
}

.ingredient_desc {
    padding-top: 30px;
}

.ingredient_desc h2 {
    margin-bottom: 1rem;
    margin-top: 0;
    text-align: left;
    font-weight: 600;
}

#przepisy-wideo-slider .reel-item .reel-item-preview img {
    width: 70px;
}

.cky-btn-close {
    display: none !important;
}

section.slider-home {
    padding-top: 40px;
    padding-bottom: 20px;
}

section.slider-home .swiper-home-slider {
    position: relative;
    overflow-x: hidden;
}

section.slider-home .swiper-home-slider .swiper-slide a {
    display: block;
}

section.slider-home .swiper-home-slider .swiper-slide img {
    border-radius: 15px !important;
}

section.slider-home .swiper-home-slider .slider-home-prev {
    height: 100%;
    top: 0;
    width: 50px;
    left: 0;
    justify-content: flex-start;
    margin-top: 0;
}

section.slider-home .swiper-home-slider .slider-home-next {
    height: 100%;
    width: 50px;
    top: 0;
    right: 0;
    justify-content: flex-end;
    margin-top: 0;
}

section.slider-home .swiper-home-slider .slider-home-prev:after {
    content: 'prev';
    color: #000000;
    font-size: 30px;
    background: #ffffff;
    padding: 10px 15px 10px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

section.slider-home .swiper-home-slider .slider-home-next:after {
    content: 'next';
    color: #000000;
    font-size: 30px;
    background: #ffffff;
    padding: 10px 10px 10px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

section.slider-home .swiper-home-slider .slider-home-pagination {
    display: block !important;
    bottom: 0;
    top: auto;
    position: relative;
    padding: 10px 0;
    margin-top: 15px;
}

section.slider-home .swiper-home-slider .slider-home-pagination .swiper-pagination-bullet-active {
    background: rgb(171, 35, 40, 1);
}

section.slider-home .swiper-home-slider .slider-home-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 8px;
    height: 8px;
}


@media(max-width: 500px) {
    section.slider-home .swiper-home-slider .slider-home-prev:after {
        content: 'prev';
        color: #000000;
        font-size: 20px;
        background: #ffffff;
        padding: 10px 15px 10px 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    section.slider-home .swiper-home-slider .slider-home-next:after {
        content: 'next';
        color: #000000;
        font-size: 20px;
        background: #ffffff;
        padding: 10px 10px 10px 15px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    section.slider-home {
        padding-bottom: 0;
    }
}