/*
 Theme Name:   delektujemy-2
 Version:      2.0.0
*/

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor
}

:before,
:after {
    --tw-content: ""
}

:root {
    --mainBlack: #0A0A0A;
    --maron: #54180B;
    --red: #B1191D;
    --strawberry: #E4042A;
    --yellow: #FED885;
    --lightYellow: #FEF2D7;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

body.disable-iteraction {
    height: auto !important;
    overflow: hidden !important;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

@font-face {
    font-family: 'MarsBrands-Regular';
    src: url('fonts/MarsBrands/MarsBrands-Regular_SAM5.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Supreme-Bold';
    src: url('fonts/Supreme/Supreme-Bold.woff2') format('woff2'),
        url('fonts/Supreme/Supreme-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Supreme-Regular';
    src: url('fonts/Supreme/Supreme-Regular.woff2') format('woff2'),
        url('fonts/Supreme/Supreme-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1.first-heading,
h2.first-heading {
    font-family: 'MarsBrands-Regular', serif;
    font-weight: normal;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0;
}

h1 {
    font-family: 'MarsBrands-Regular', serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
}

h2 {
    font-family: 'MarsBrands-Regular', serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
}

h3 {
    font-family: 'MarsBrands-Regular', serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0;
}

h4 {
    font-family: 'MarsBrands-Regular', serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0;
}

.text-body-1 {
    font-family: "Supreme-Regular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #403F46;
}

.text-body-2 {
    font-family: "Supreme-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.text-body-3 {
    font-family: "Supreme-Regular", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
}

@media(max-width: 1024px) {
    h1.first-heading {
        font-size: 48px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 16px;
    }
}

@media(max-width: 768px) {
    h1.first-heading {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    .text-body-1 {
        font-size: 16px;
    }
}


a {
    color: var(--black);
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

.no-style,
.no-style ul,
ul.recipe-ingredients {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

html {
    /* font-family: Cabinet Grotesk, sans-serif; */
    scroll-behavior: smooth
}

*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (max-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.-bottom-16 {
    bottom: -4rem
}

.bottom-0 {
    bottom: 0px
}

.bottom-4 {
    bottom: 1rem
}

.bottom-\[5\%\] {
    bottom: 5%
}

.left-1\/2 {
    left: 50%
}

.right-4 {
    right: 1rem
}

.top-0 {
    top: 0px
}

.top-4 {
    top: 1rem
}

.z-10 {
    z-index: 10
}

.row-span-2 {
    grid-row: span 2 / span 2
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-4 {
    margin-left: 1rem
}

.mr-20 {
    margin-right: 5rem
}

.mr-4 {
    margin-right: 1rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.block {
    display: block
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-24 {
    height: 6rem
}

.h-36 {
    height: 9rem
}

.h-full {
    height: 100%
}

.max-h-\[485px\] {
    max-height: 485px;
    aspect-ratio: 0.75;
    object-fit: cover;
}

.max-h-\[80vh\] {
    max-height: 80vh
}

.min-h-\[20rem\] {
    min-height: 20rem
}

.w-1\/2 {
    width: 50%
}

.w-24 {
    width: 6rem
}

.w-3\/4 {
    width: 75%
}

.w-\[90\%\] {
    width: 90%
}

.w-full {
    width: 100%
}

.min-w-\[200px\] {
    min-width: 200px
}

.min-w-\[500px\] {
    min-width: 500px
}

.max-w-\[120px\] {
    max-width: 120px
}

.max-w-\[270px\] {
    max-width: 270px
}

.max-w-\[300px\] {
    max-width: 300px
}

.max-w-\[345px\] {
    max-width: 345px
}

.max-w-\[350px\] {
    max-width: 350px
}

.max-w-\[80px\] {
    max-width: 80px
}

.flex-1 {
    flex: 1 1 0%
}

.basis-1\/2 {
    flex-basis: 50%
}

.basis-1\/3 {
    flex-basis: 33.333333%
}

.basis-1\/4 {
    flex-basis: 25%
}

.basis-2\/3 {
    flex-basis: 66.666667%
}

.basis-5\/12 {
    flex-basis: 41.666667%
}

.basis-7\/12 {
    flex-basis: 58.333333%
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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))
}

.translate-y-1\/2 {
    --tw-translate-y: 50%;
    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))
}

.rotate-180 {
    --tw-rotate: 180deg;
    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))
}

.transform {
    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))
}

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

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

.justify-stretch {
    justify-content: stretch
}

.gap-2 {
    gap: .5rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.gap-y-3 {
    row-gap: .75rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.overflow-hidden {
    overflow: hidden
}

.scroll-smooth {
    scroll-behavior: smooth
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-4xl {
    border-radius: 2rem
}

.rounded-full {
    border-radius: 9999px
}

.border {
    border-width: 1px
}

.bg-accent-beige {
    --tw-bg-opacity: 1;
    background-color: rgb(250 248 243 / var(--tw-bg-opacity))
}

.bg-accent-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(244 248 249 / var(--tw-bg-opacity))
}

.bg-accent-lime {
    --tw-bg-opacity: 1;
    background-color: rgb(245 249 244 / var(--tw-bg-opacity))
}

.bg-red {
    --tw-bg-opacity: 1;
    background-color: rgb(171 35 40 / var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-yellow {
    background-color: var(--lightYellow);
}

.bg-cover {
    background-size: cover
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.fill-black {
    fill: #231f20
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.p-16 {
    padding: 4rem
}

.p-4 {
    padding: 1rem
}

.p-8 {
    padding: 2rem
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-24 {
    padding-bottom: 6rem;
}

.pt-16 {
    padding-top: 4rem
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-display {
    font-family: Cabinet Grotesk, sans-serif
}

.font-roboto {
    font-family: Barlow, sans-serif
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-xxs {
    font-size: .625rem
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.uppercase {
    text-transform: uppercase
}

.tracking-widest {
    letter-spacing: .1em
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(35 31 32 / var(--tw-placeholder-opacity))
}

.placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(35 31 32 / var(--tw-placeholder-opacity))
}

.transition {
    transition: all 0.3s ease-in-out;
}

.transition-all {
    transition: all 0.3s ease-in-out;
}

.transition-colors {
    transition: all 0.3s ease-in-out;
}


@font-face {
    font-family: Calendas Plus Italic;
    font-style: italic
}

.menu {
    position: fixed;
    width: 100%
}

@media (min-width: 1024px) {
    .menu {
        position: relative
    }
}

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

.menu__list li {
    max-width: 80px;
    position: relative
}

/* .menu__link {
    font-family: Barlow, sans-serif;
    font-size: 12px;
    text-transform: uppercase
} */

.menu__logo {
    margin: 0 16px;
}

.menu .hamburger {
    width: 24px;
    height: 28px;
    position: relative
}

@media (min-width: 1025px) {
    .menu .hamburger {
        display: none
    }
}

.menu .hamburger:hover .bar {
    --tw-bg-opacity: 1;
    /* background-color: rgb(35 31 32 / var(--tw-bg-opacity)) */
}

.menu .hamburger .bar {
    --tw-bg-opacity: 1;
    background-color: #fff;
    padding: 0;
    height: 1.5px;
    display: block;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    position: absolute
}

.menu .hamburger .bar1 {
    width: 24px;
    top: 7px;
    right: 0
}

.menu .hamburger .bar2,
.menu .hamburger .bar3 {
    width: 24px;
    top: 15px;
    right: 0;
    transform: translateY(-50%)
}

.menu .hamburger .bar3 {
    right: 0
}

.menu .hamburger .bar4 {
    width: 24px;
    top: 21px;
    right: 0
}

.menu .active .hamburger .bar1 {
    transform: translate(40px);
    background-color: transparent
}

.menu .active .hamburger .bar2 {
    transform: rotate(45deg)
}

.menu .active .hamburger .bar3 {
    transform: rotate(-45deg)
}

.menu .active .hamburger .bar4 {
    transform: translate(-40px);
    background-color: transparent
}

.menu .active .hamburger .bar2,
.menu .active .hamburger .bar3 {
    width: 24px
}

.dropdown {
    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) {
    .dropdown {
        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)
    }
}

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

.dropdown li a {
    display: inline-block;
    width: 100%
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -3px
}

.swiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    --tw-bg-opacity: 1;
    background-color: rgb(171 35 40 / var(--tw-bg-opacity))
}

.slider-item {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.slider-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-slide {
    text-align: center
}

.swiper-slide img {
    width: 100%
}

.slider__title {
    font-size: 1.5rem;
    line-height: 2rem
}

@media (min-width: 1280px) {
    .slider__title {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

.slider-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#categoriesNav {
    top: 50%;
    left: 0;
    right: 0;
}

@media (max-width: 768px) {
    #categoriesNav {
        top: unset;
        bottom: 32px;
    }
}

.swiper-button {
    pointer-events: auto;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-slider .px-8.py-6 {
    padding-bottom: 0;
}

.section-slider .btn-maron {
    margin-top: 48px;
}

.slider-mobile {
    bottom: 3px;
    display: none;
}

.slider-nav-maron {
    height: 48px;
}

.slider-nav-maron .swiper-button {
    border: 2px solid var(--maron);
}

.slider-nav .swiper-button-next,
.slider-nav .swiper-button-prev {
    position: relative
}

.slider-nav .swiper-button-next:after,
.slider-nav .swiper-button-prev:after {
    content: ""
}

.container-slider-tags {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    padding: 0 80px;
}

.category-icon {
    display: flex;
    height: 80px;
    width: 80px;
    align-items: center;
    justify-content: center;
}

.slider-tag .category-icon path {
    transition: all 0.3s ease-in-out;
}

.slider-tag:hover .category-icon svg>path,
.slider-tag.active .category-icon svg>path {
    stroke: #FFD700;
    fill: #FFD700;
}

.slider-nav--tags {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .section-slider .swiper {
        padding-bottom: 83px;
    }

    .slider-nav-maron,
    .slider-mobile {
        display: flex;
    }

    .slider-mobile .swiper-button-prev {
        left: 0;
    }

    .slider-mobile .swiper-button-next {
        right: 0;
    }

    .section-slider .px-8.py-6,
    .swiper-slide .px-8.py-4 {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .btn-maron-absolute {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
    }
}

@media(max-width: 899px) {
    .section-slider .container {
        padding-right: 0;
    }

    .slider-mobile {
        padding-right: 16px;
    }
}

@media (max-width: 768px) {
    .swiper-slide .px-8.py-4 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 549px) {
    .container-slider-tags {
        padding: 0 0 80px 16px;
    }


    .slider-nav--tags {
        left: 0;
        top: unset;
        transform: unset;
        bottom: 0;
    }

    .category-icon {
        height: 64px;
        width: 64px;
    }
}

.reveal {
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: translateY(20px)
}

.reveal-300 {
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: translateY(20px);
    transition-delay: .3s
}

.reveal-600 {
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: translateY(20px);
    transition-delay: .6s
}

.reveal-right {
    opacity: 0;
    transform: translate(20px);
    transition: all .5s ease-in-out
}

.reveal-left {
    opacity: 0;
    transform: translate(-20px);
    transition: all .5s ease-in-out
}

.reveal-show {
    opacity: 1;
    transform: translate(0)
}

.post-list {
    list-style-type: decimal;
    font-size: 1.5rem;
    line-height: 2rem
}

@media (min-width: 1536px) {
    .post-list {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

.post-list {
    padding-left: 1rem
}

.post-list li:not(:last-child) {
    margin-bottom: 2rem
}

@media (min-width: 1536px) {
    .post-list li:not(:last-child) {
        margin-bottom: 4rem
    }
}

.post-list li {
    color: #bdbdbd;
    transition: color .3s ease-in-out
}

.post-list li.active {
    color: #231f20;
    text-decoration: underline
}

.post-list li:hover {
    color: #231f20
}

.post-list a {
    display: block;
    padding-left: 1rem;
    cursor: pointer
}

.post-category {
    width: 100%;
    border-bottom-width: 1px;
    padding-bottom: .5rem;
    text-align: left;
    font-family: Barlow, sans-serif;
    text-transform: uppercase;
    color: #bdbdbd;
    transition: color .3s ease-in-out
}

.post-category.active,
.post-category:hover {
    color: #231f20
}

.button {
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.button--primary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

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

.button--secondary {
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(35 31 32 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.button--secondary svg {
    fill: #fff;
    transition-duration: .3s
}

.button--secondary: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))
}

.button--secondary:hover svg {
    fill: #231f20
}

.button--download {
    --tw-bg-opacity: 1;
    background-color: rgb(171 35 40 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.button--download:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(35 31 32 / var(--tw-bg-opacity))
}

.zoom-marker {
    position: absolute;
    top: 25px;
    left: 25px;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px
}

.copy a {
    --tw-text-opacity: 1;
    color: rgb(171 35 40 / var(--tw-text-opacity))
}

.copy a:hover {
    text-decoration-line: underline
}

.copy h1,
.copy h2 {
    font-size: 2.25rem;
    line-height: 2.5rem
}

@media (min-width: 1536px) {

    .copy h1,
    .copy h2 {
        font-size: 3.75rem;
        line-height: 1
    }
}

.copy h1,
.copy h2 {
    line-height: 93.5%;
    font-weight: 700
}

.copy ul {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    list-style: disc
}

.copy ul li {
    margin-bottom: 1rem;
    list-style-position: inside
}

.copy ul li:last-child {
    margin-bottom: 1.5rem
}

.copy--recipe h1,
.copy--recipe h2 {
    margin-top: 4rem;
    margin-bottom: 1.5rem
}

.copy--recipe p {
    margin-bottom: 1.5rem
}

@media(max-width: 768px) {

    .copy--recipe h1,
    .copy--recipe h2 {
        margin-top: 3rem;
    }

    .copy--recipe p {
        margin-bottom: 1rem
    }
}

.copy--post h2,
.copy--post h3,
.copy--post h4,
.copy--post h5,
.copy--post p {
    margin-bottom: 2rem
}

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

.copy blockquote {
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(171 35 40 / var(--tw-border-opacity));
    padding-left: 1.5rem;
    font-style: italic;
    line-height: 160%;
    margin-bottom: 2rem
}

.tags {
    font-family: Barlow, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(189 188 189 / var(--tw-text-opacity))
}

.divider {
    height: 1px;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(35 31 32 / var(--tw-bg-opacity))
}

.feature {
    padding: 1rem;
    display: flex;
    height: 4rem;
    width: 4rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: "Supreme-Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--yellow);
}

/* .feature--3\/5 {
    background-color: var(--yellow);
} */

.nutrients {
    margin-bottom: .5rem;
    display: flex;
    justify-content: space-between;
    border-bottom-width: 1px;
    padding-bottom: .25rem;
    font-family: Barlow, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase
}

.custom-checkbox {
    display: flex;
    cursor: pointer;
    align-items: center
}

.custom-checkbox input {
    height: 24px;
    width: 24px
}

.label-text {
    display: block;
    flex: 90%;
    font-family: "Supreme-Regular", sans-serif;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: var(--mainBlack);
}

@media(max-width: 1024px) {
    .label-text {
        font-size: 16px;
    }
}

@media(max-width: 768px) {
    .label-text {
        font-size: 14px;
    }
}

.custom-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border: 2.5px solid;
    border-color: #0A0A0A;
    border-radius: 3px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: -2px;
    left: -2px;
    width: 18px;
    height: 18px;
    background-image: url(assets/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.custom-checkbox input[type=checkbox]:checked+.checkmark {
    border-color: var(--maron);
}

.custom-checkbox input[type=checkbox]:checked+.checkmark:after {
    display: block;
}

.search {
    position: fixed;
    top: -100%;
    z-index: 50;
    height: 100vh;
    width: 100vw;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 4rem;
    padding-bottom: 4rem
}

.search.active {
    top: 0px
}

.search__field {
    width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(35 31 32 / var(--tw-border-opacity));
    line-height: 1;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700
}

@media (min-width: 1024px) {
    .search__field {
        font-size: 3.75rem;
        line-height: 1
    }
}

.search__container {
    display: grid;
    max-height: 70vh;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
    overflow: scroll;
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (min-width: 768px) {
    .search__container {
        max-height: 50vh;
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr))
    }
}

.search__result {
    display: grid;
    grid-template-columns: 6rem 1fr;
    grid-template-rows: 6.5rem 1.5rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

@media (min-width: 768px) {
    .search__result {
        grid-template-columns: 8rem 1fr
    }
}

.search__result-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 2rem;
    max-height: 6rem
}

.hover\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgb(171 35 40 / var(--tw-text-opacity))
}

.group:hover .group-hover\:translate-x-4 {
    --tw-translate-x: 1rem;
    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))
}

.group:hover .group-hover\:scale-105 {
    transform: scale(1.05);
}

.group:hover .group-hover\:fill-red {
    fill: #ab2328
}

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

@media (min-width: 768px) {
    .md\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .md\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:mr-20 {
        margin-right: 5rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:block {
        display: block
    }

    .md\:hidden {
        display: none
    }

    .md\:h-32 {
        height: 8rem
    }

    .md\:h-auto {
        height: auto
    }

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-auto {
        width: auto
    }

    .md\:min-w-\[500px\] {
        min-width: 500px
    }

    .md\:basis-1\/2 {
        flex-basis: 50%
    }

    .md\:basis-1\/4 {
        flex-basis: 25%
    }

    .md\:basis-3\/4 {
        flex-basis: 75%
    }

    .md\:basis-8\/12 {
        flex-basis: 66.666667%
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:items-end {
        align-items: flex-end
    }

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

    .md\:items-stretch {
        align-items: stretch
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:gap-0 {
        gap: 0px
    }

    .md\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .md\:gap-y-0 {
        row-gap: 0px
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }
}

@media (min-width: 1025px) {
    .lg\:relative {
        position: relative
    }

    .lg\:right-0 {
        right: 0px
    }

    .lg\:my-32 {
        margin-top: 8rem;
        margin-bottom: 8rem
    }

    .lg\:mt-16 {
        margin-top: 4rem
    }

    .lg\:mt-24 {
        margin-top: 6rem
    }

    .lg\:mt-32 {
        margin-top: 8rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:min-h-\[600px\] {
        min-height: 600px
    }

    .lg\:w-1\/2 {
        margin: 0 auto;
        width: 50%;
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:basis-1\/2 {
        flex-basis: 50%
    }

    .lg\:basis-1\/5 {
        flex-basis: 20%
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:gap-10 {
        gap: 1rem 2rem;
    }

    .lg\:p-16 {
        padding: 4rem
    }

    .lg\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem
    }

    .lg\:pt-16 {
        padding-top: 4rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }
}

@media (min-width: 1280px) {
    .xl\:w-1\/2 {
        width: 50%
    }

    .xl\:min-w-\[500px\] {
        min-width: 500px
    }

    .xl\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }

    .xl\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }
}

@media (min-width: 1536px) {
    .\32xl\:mb-20 {
        margin-bottom: 5rem
    }

    .\32xl\:basis-5\/12 {
        flex-basis: 41.666667%
    }

    .\32xl\:text-8xl {
        font-size: 6rem;
        line-height: 1
    }
}


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

.max-w-\[160px\] {
    max-width: 160px
}

img.m-auto {
    margin: auto;
}

.fz-5rem {
    font-size: 5rem;
}

.mw900 {
    max-width: 900px;
}

@media(max-width: 768px) {
    .fz-5rem {
        font-size: 35px;
    }

    .konkurs-gallery {
        display: none !important
    }

    #konkurs-slider {
        display: block !important
    }

    .konkurs-gallery-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

#konkurs-slider {
    display: none;
}

.pt16 {
    padding-top: 4rem;
}

.konkurs-gallery {
    flex-wrap: wrap;
    justify-content: space-between
}

.konkurs-gallery a {
    display: flex;
    max-width: 23%;
    margin-bottom: 20px;
    flex: 0 0 23%;
}

.konkurs-gallery a img,
.konkurs-gallery a video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

#konkurs-slider .swiper-slide img,
#konkurs-slider .swiper-slide video {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

#konkurs-slider .swiper-slide a {
    display: block;
    height: 100%;
}


#influencerki-slider .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#influencerki-slider .item img,
#influencerki-slider .item picture {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

#przepisy-wideo-slider .reel-item {
    position: relative;
}

#przepisy-wideo-slider .reel-item .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;
}

.object-cover {
    object-fit: cover;
}

#przepisy-wideo-slider .reel-item.active .reel-item-preview {
    opacity: 0;
}

.w-auto {
    width: auto !important;
}

.questions {

    width: 99.5vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #db291d;
    padding: 20px;
    font-family: Barlow, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
}

.questions a,
.questions a:hover,
.questions a:active {
    color: #ffffff;
}

.kontakt-style {
    width: 50%;
}

/* Dobra rada Piotr Majdykowski 17.06.2024 */
.dobra-rada {
    margin: 4rem 0;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dobra-rada-content {
    padding: 0 0 0 32px;
}

.dobra-rada h3 {
    padding-bottom: 8px;
}

@media (max-width: 768px) {
    .dobra-rada {
        margin: 3rem 0;
        padding: 1.5rem;
    }

    .dobra-rada-content {
        padding: 0 0 0 16px;
    }
}

@media screen and (max-width: 480px) {
    .dobra-rada {
        display: flex;
        flex-direction: column;
    }

    .dobra-rada-content {
        padding: 20px 0 0 0;
    }

    .dobra-rada-svg {
        width: 100%;
        display: flex;
        justify-content: start;
    }

    .dobra-rada-svg img {
        width: 20%;
    }

    .contact-page .kontakt-style {
        width: 100%;
    }

    .contact-page.py-16 {
        padding-top: 0 !important;
        padding-bottom: 4em;
    }
}

/*End Dobra rada*/


@media(max-width: 1100px) {
    .sm-pb-40 {
        padding-bottom: 40px !important;
    }
}

#instafeed {
    display: none !important;
}

@media(min-width: 1024px) {
    nav.menu {
        position: fixed;
    }

    .logo-mob+* {
        margin-top: 144px;
    }

    .top--100 {
        top: 100px;
    }
}

p.ambasador-recipe-label {
    position: absolute;
    z-index: 3;
    background: var(--red);
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 999px;
    top: 16px;
    left: 16px;
    font-family: "Supreme-Bod", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
}

/*div:has(.ambasador-recipe-label) {*/
/*    position: relative;*/
/*}*/

/* redesign moonbite */
.bg-menu {
    background-color: var(--lightYellow);
    z-index: 1002;
}

@media(max-width: 1024px) {
    .bg-menu {
        background-color: var(--red);
    }
}

.gap-desktop-menu {
    column-gap: 48px;
}

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

.above-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background-color: var(--red);
    height: 88px;
}

.background-dots {
    height: 100%;
    max-width: 326px;
    background-image: url('assets/background-dots.svg');
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 1;
    flex-shrink: 1;
}

.right-position {
    background-position: right;
}

.left-position {
    background-position: left;
}

.above-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
    max-width: 1112px;
}

.background-dots {
    display: flex;
    align-items: center;
}

.above-socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.above-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.above-socials a:hover svg path {
    fill: var(--maron);
}

.wishlist-button-count {
    color: #fff;
}

.search-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.search-button img {
    width: 24px;
    height: 24px;
}

.search-span {
    font-family: "Supreme-Bold", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

@media (max-width: 1280px) {
    .search-span {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .above-menu {
        display: none;
    }
}

/* sekcja hero */
.hero-layout {
    padding: 85px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.hero-content {
    max-width: 519px;
    width: 100%;
    background-image: url('assets/bg-hero-text.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 170px 64px;
}

.hero-content h1 {
    font-family: 'MarsBrands-Regular', serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    color: #fff;
}

.btn-maron,
.mailerlite-subscribe-submit {
    padding: 16px 40px;
    color: #fff;
    background-color: var(--maron);
    border-radius: 999px;
    font-family: "Supreme-Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.btn-hero {
    padding: 20px 40px;
}

.btn-maron:hover {
    background-color: var(--mainBlack);
    transition: 0.3s ease-in-out;
}

@media(max-width: 480px) {

    .btn-maron,
    .mailerlite-subscribe-submit,
    .btn-hero {
        padding: 16px 32px;
    }
}

@media(max-width: 355px) {

    .btn-maron,
    .mailerlite-subscribe-submit,
    .btn-hero {
        padding: 16px;
    }
}

@media(max-width: 1200px) {
    .hero-layout {
        background-position: 24%;
    }

    .hero-content {
        max-width: 500px;
    }

    .hero-content h1 {
        font-size: 42px;
    }
}

@media(max-width: 1024px) {
    .hero-layout {
        padding: 0;
        background-position: center;
    }

    .hero-layout .container {
        max-width: 100%;
        padding: 160px 0 0 0;
    }

    .hero-content {
        margin-bottom: 32px;
        transform: translateY(210px);
        padding: 64px 16px;
        max-width: 100%;
        background-image: url('assets/bg-hero-mobile.svg');
        background-size: cover;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .section-after-hero {
        margin-top: 210px;
    }
}

@media(max-width: 661px) {
    .hero-layout .container {
        padding: 160px 0 0 0;
    }

    .hero-content {
        transform: translateY(220px);
    }

    .section-after-hero {
        margin-top: 220px;
    }
}

.ambassador {
    position: relative;
    margin-top: 62px;
    margin-bottom: 96px;
    padding-right: 16px;
    padding-left: 16px;
}

@media(max-width: 1024px) {
    .ambassador {
        margin-bottom: 64px;
    }
}

.ambassador .container {
    border-radius: 64px;
    background: var(--red);
    color: #fff;
    padding: 0;
    overflow: hidden;
    z-index: -1;
}

.ambassador .background-dots-section {
    height: 96px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    overflow: hidden;
}

.ambassador__badge {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.ambassador__inner {
    margin-top: -120px;
}

.ambassador__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 16px;
}

.ambassador__content {
    text-align: center;
}

.ambassador__wrapper {
    margin: 0 auto;
    max-width: 670px;
    padding: 0 85px;
}

.ambassador__content h2 {
    margin: 0 auto;
    max-width: 350px;
    padding-bottom: 16px;
}

.ambassador__content p {
    font-family: "Supreme-Refular", sans-serif;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #fff;
}

.ambassador__video_container {
    margin-top: -96px;
    padding: 96px 64px 64px;
    background-image: url('assets/kropki_duze.svg');
}

.ambassador__video {
    position: relative;
}

.ambassador__video::after {
    position: relative;
}

.ambassador__video-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 32px;
}

@media (max-width: 1280px) {
    .ambassador .background-dots-section {
        height: 64px;
    }

    .ambassador__inner {
        margin-top: -64px;
    }

    .ambassador__content h2 {
        padding-bottom: 8px;
    }

    .ambassador__wrapper {
        padding: 0 64px 0 0;
    }

    .ambassador__video_container {
        margin-top: -48px;
        padding: 48px 64px 64px;
    }
}

@media (max-width: 1024px) {
    .ambassador__top {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ambassador__inner {
        margin-top: 0;
    }

    .ambassador__figure {
        order: 2;
        justify-self: center;
    }

    .ambassador__figure img {
        max-height: 400px;
    }

    .ambassador__content {
        padding-top: 24px;
        order: 1;
    }

    .ambassador__wrapper {
        padding: 0 64px 0 64px;
    }

    .ambassador__content h2 {
        padding-bottom: 16px;
    }

    .ambassador__content p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .ambassador {
        margin-top: 41.5px;
    }

    .ambassador .container {
        border-radius: 48px;
    }

    .ambassador__badge {
        max-width: 131px;
    }

    .ambassador .background-dots-section {
        height: 50px;
    }

    .ambassador__video_container {
        margin-top: -64px;
        padding: 64px 48px 48px;
    }

    .ambassador__content h2 {
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .ambassador__wrapper {
        max-width: 100%;
        padding: 0 16px;
    }

    .ambassador__video_container {
        margin-top: -68px;
        padding: 68px 16px 16px;
    }

    .ambassador__figure img {
        max-height: 316px;
    }
}

.section-padding {
    padding: 96px 0;
}


.section-slider-tips {
    padding-top: 96px;
}

@media(max-width: 1024px) {
    .section-padding {
        padding: 64px 0;
    }

    .section-slider-tips {
        padding-top: 64px;
    }
}

.category-title {
    padding-bottom: 4px;
    font-family: "Supreme-Bold", sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
}

.padding-h2 {
    padding-bottom: 48px;
}

@media(max-width: 1024px) {
    .padding-h2 {
        padding-bottom: 32px;
    }
}

.arrow-circle {
    border: 1px solid var(--maron);
}

.with-youtube {
    position: relative;
}

.with-youtube::after {
    position: absolute;
    content: "";
    inset: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    background-image: url('assets/youtube-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.has-reel {
    position: relative;
}

.has-reel:after {
    content: '';
    background: url('/wp-content/themes/delektujemy-2/assets/play-icon.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
}

.font-white {
    color: #fff;
}

.bg-section-red {
    background-color: var(--red);
}

.pb-20px {
    padding-bottom: 20px;
}

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

.w-h-200 {
    max-width: 200px;
    max-height: 200px;
    aspect-ratio: 1;
    margin: 0 auto 24px;
}

@media(max-width: 768px) {
    .w-h-200 {
        margin: 0 auto 16px;
    }
}

.container-slider {
    margin: 0 auto;
    max-width: 1692px;
    padding: 0 96px;
}

.container-nav {
    margin: 0 auto;
    max-width: 1740px;
    padding: 0 20px;
}

@media(max-width: 768px) {
    .container-slider {
        padding: 0 16px 80px 16px;
    }

    .container-nav {
        padding: 0 16px;
        height: 48px;
    }
}

@media(max-width: 550px) {
    .container-slider {
        padding: 0 0 80px 16px;
    }
}

.text-small {
    padding: 0 24px;
    font-family: "Supreme-Regular", sans-serif;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}

.container-slider-posts {
    width: 100%;
    max-width: 988px;
    box-sizing: border-box;
    overflow: hidden;
}

.min-width-250 {
    min-width: 250px;
}

.slider-col {
    min-width: 0;
}

.img-cover {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-position: center;
    object-fit: cover;
}

.posts-arrow-slider {
    display: none;
}

@media(max-width: 1350px) {
    .posts-section .py-8 {
        padding-bottom: 0;
    }

    .posts-arrow-slider {
        display: flex;
        height: 48px;
        margin: 32px 0;
    }
}

@media(max-width: 768px) {
    .min-width-250 {
        min-width: unset;
    }

    .posts-section h2 {
        padding-bottom: 32px;
    }

    .posts-section .btn-posts {
        position: absolute;
        bottom: 42px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
}

.recipes-delecta-tabs .tabs-top {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 48px;
}

.recipes-delecta-tabs .tab-btn {
    appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    color: #A0A1AA;
    font-family: "MarsBrands-Regular", sans-serif;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
    position: relative;
    padding: 0 0 2px 0;
}

.recipes-delecta-tabs .tab-btn[aria-selected="true"] {
    color: var(--mainBlack);
}

.recipes-delecta-tabs .tab-btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
}

.recipes-delecta-tabs .tab-btn[aria-selected="true"]::after {
    transform: scaleX(1);
}

/* Panele */
.recipes-delecta-tabs .tab-panel[hidden] {
    display: none;
}

/* Swiper skeleton */
.recipes-swiper {
    width: 100%;
    overflow: hidden;
}

.recipes-swiper .swiper-slide {
    box-sizing: border-box;
}

.recipes-swiper img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
}

/* Strzałki tylko <=1024px */
.nav-mobile {
    display: none;
}

@media (max-width:1024px) {
    .recipes-delecta-tabs .tabs-top {
        gap: 16px;
        margin-bottom: 32px;
    }

    .recipes-delecta-tabs .tab-btn {
        font-size: 32px;
    }
}

@media (max-width:768px) {
    .recipes-delecta-tabs .tab-btn {
        font-size: 24px;
    }
}


/* Kolumna/flex containment (gdy slider w grid/flex kolumnie) */
.recipes-swiper,
.recipes-swiper * {
    min-width: 0;
}

.gap-12 {
    gap: 12px;
}

.gap-16 {
    gap: 16px;
}

.gap-24 {
    gap: 24px;
}

.gap-48 {
    gap: 48px;
}

.gap-20 {
    gap: 20px;
}

footer .container {
    padding-top: 110px;
    padding-bottom: 64px;
}

footer a {
    font-family: "Supreme-Bold", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

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

.bg-shape-red {
    background-image: url('assets/bg-shape-red.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width: 1024px) {
    .bg-shape-red {
        background-image: url('assets/bg-shape-red-mobile.svg');
    }
}

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

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

@media (max-width: 1280px) {
    footer .container {
        padding-top: 48px;
        padding-bottom: 32px;
    }

    footer .gap-48 {
        gap: 16px;
    }

    footer .ml-auto {
        margin-top: auto;
    }

    .footer-content {
        flex-direction: row;
    }

    .footer-item-1 ul {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .footer-item-2 {
        flex-direction: column;
        align-items: end;
        justify-content: space-between;
    }

    .container-contact .flex {
        flex-direction: row-reverse;
        text-align: right;
    }
}

@media (max-width: 1024px) {
    .footer-content {
        flex-direction: column;
    }

    .footer-item-1 ul {
        align-items: center;
    }

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

    /* footer .container {
               padding-top: 48px;
        padding-bottom: 32px;
    } */

    .container-contact {
        padding-bottom: 16px;
    }

    .container-contact .flex {
        flex-direction: row;
        text-align: left;
    }

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

    footer .text-socket {
        text-align: center;
    }
}

@media (max-width: 768px) {
    /* .ebook-footer~.bg-shape-red {
        background-color: var(--yellow);
    }

    .ebook-footer .shape__content {
        padding: 112px 16px 96px 16px;
        margin-bottom: -59px;
    } */

}

@media (max-width: 480px) {
    .policy-flex {
        flex-direction: column;
    }
}

#blogPostsSlider h4 {
    text-transform: capitalize;
}

.breadcrumbs {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.recipe-categories.breadcrumbs {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.breadcrumbs-all-recipes {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.breadcrumbs a,
.bread-title-page {
    font-family: "Supreme-Bold", sans-serif;
    font-size: 12px;
    color: #4F535B;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
}

.bread-title-page {
    color: var(--mainBlack);
}

.breadcrumbs-all-recipes .tags {
    justify-content: center;
}

.category-heading {
    padding-bottom: 24px;
}

@media (max-width: 1024px) {
    .recipe-categories.breadcrumbs {
        padding-top: 48px;
    }
}

@media (max-width: 768px) {
    .breadcrumbs {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .category-heading {
        padding-bottom: 16px;
    }
}

.medium-text {
    font-family: "Supreme-Bold", sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: var(--mainBlack);
}

.max-width-606 {
    max-width: 606px;
}

.recipe-author {
    display: block;
    padding-bottom: 16px;
}

.post-info {
    padding: 40px;
}

.ratio-075 {
    aspect-ratio: 0.75;
    object-fit: cover;
}

.ratio-066 {
    aspect-ratio: 0.66;
    object-fit: cover;
}

.container-sharer {
    margin-top: 2rem;
}

.share-text {
    padding-right: 1rem;
}

.container-insta {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.additional-img {
    margin-top: 4rem;
}

.single-recipe {
    margin-bottom: 128px;
}

.container-search {
    margin-bottom: 4rem;
    padding: 48px 24px;
}

.container-search h1,
.container-search h3 {
    padding-bottom: 1rem;
}

#search-recipe {
    background-color: #fff;
    border-radius: 999px;
    width: 317px;
    height: 59px;
    border: 1px solid #A0A1AA;
}

#search-recipe::placeholder {
    font-family: "Supreme-Regular", sans-serif;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    color: #4F535B;
}

.grid-checkbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 2rem;
}

.grid-no-results {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.search-results {
    margin: 0 auto;
    padding-top: 64px;
    max-width: 383px;
    text-align: center;
}

.search-results.search-page {
    padding-top: 64px;
    padding-bottom: 128px;
}

.search-results img {
    margin: 0 auto;
}

.search-results h4 {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

@media (min-width: 1025px) {
    .sticky-left-side {
        flex: 1 1 50%;
        position: sticky;
        top: 184px;
        height: fit-content;
    }

    .sticky-right-side {
        flex: 1 1 50%;
    }
}

.container-before-ebook {
    margin-bottom: 128px;
}

@media (max-width: 1024px) {
    .single-recipe {
        margin-bottom: 64px;
    }

    .container-sharer {
        margin-top: 1.5rem;
    }

    .additional-img {
        margin-top: 3rem;
    }

    .my-16 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .container-before-ebook {
        margin-bottom: 4rem;
    }

    .grid-checkbox {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-results {
        padding-top: 0;
    }

    .search-results.search-page {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media (max-width: 768px) {
    .gap-mobile-xs {
        gap: 1rem;
    }

    .gap-mobile {
        gap: 1.5rem;
    }

    .gap-mobile-small {
        gap: 1rem;
        margin: 24px 0;
    }

    .post-info {
        padding: 1.5rem;
    }

    .divider {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .container-insta {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .container-search {
        margin-bottom: 3rem;
    }

    #search-recipe {
        width: 100%;
        max-width: 295px;
        padding: 0 32px;
    }

    .grid-checkbox {
        grid-template-columns: repeat(1, 1fr);
    }

    .search-results.search-page {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.newsletter-container,
.recipies-ann {
    display: none;
}