.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    margin: 10px auto;
    border-radius: 24px;
    padding: 15px;
    background-color: #fff7e8;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookie-content {
    width: calc(var(--container) - 200px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cookie-image {
    width: 200px;
    display: flex;
    align-items: center;
}
.cookie-accept {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cookie-text {
    flex: 1;
    text-align: justify;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}

.footer .socials {
    position: unset;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.footer .socials img {
    margin: 0 5px;
}

.opacity-0 {
    opacity: 0;
}

.lang {
    margin-top: 20px;
}

.progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress .progress-circle {
    position: absolute;
    animation-name: progress_circle;
    animation-iteration-count: infinite;
    animation-duration: 0.6s;
}

.progress .progress-icon {
    position: absolute;
}

@keyframes progress_circle {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.slider-mobile {
    display: none !important;
}

.slider-pc {
    display: flex !important;
}

.btn {
    width: fit-content;
    position: relative;
    font-family: fumechef;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 25px;
    font-weight: 300;
    padding: 10px 30px;
    padding-top: 13px;
    text-wrap: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary {
    background-color: #1b1c20;
    color: #fff;
}

.btn-primary:hover,
.btn-primary.active {
    background-color: #fafafa;
    color: #1b1c20;
}

.btn-secondary {
    background-color: #cba769;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary.active {
    background-color: #fafafa;
    color: #cba769;
}

.btn-white {
    background-color: #fff;
    color: #1b1c20;
}

.btn-white:hover,
.btn-white.active {
    background-color: #1b1c20;
    color: #fff;
}

.about {
    margin-top: -9%;
    position: relative;
    z-index: 9;
}

.about .left,
.about .right {
    width: 50%;
    position: relative;
}

.about .left {
    background-image: url("/assets/images/about-bg.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center right;
    display: flex;
    justify-content: center;
    padding: 50px;
}

.about .title {
    width: 425px;
    font-family: fumechef;
    text-transform: uppercase;
    color: #1b1c20;
    font-size: 60px;
}

.about .text {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    text-align: justify;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.about-img {
    width: 100%;
}

.about .egg {
    position: absolute;
    top: -75px;
    width: 50%;
    object-fit: contain;
}

.about .mustard {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 30%;
    object-fit: contain;
}

.about .right {
    padding: 50px 0;
    margin-left: 10px;
    object-fit: contain;
}

.about .rosemary {
    width: 45%;
    position: absolute;
    top: -50px;
    right: 0;
    animation-name: rosemary;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    object-fit: contain;
}

@keyframes rosemary {
    0% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(3deg);
    }
}

.pbg {
    background-image: url(/assets/images/home-product-bg.jpg);
    mask-image: url("/assets/images/product-bg.svg");
    mask-size: cover;
    mask-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

section.product {
    padding: 75px 0;
    position: relative;
    z-index: 999;
}

section.product .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.product-details section.product .container {
    overflow: hidden;
}

section.product .product-category {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.product-category .btn {
    margin: 0 5px;
}

.product-slider,
.product-slide {
    padding-top: 50px;
}

.product-slider {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-sliders {
    display: none;
}

.other-product-slider {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.owl-stage-outer {
    width: 100%;
}

.product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.product-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product-slide .item {
    width: calc(20% - 50px);
    margin: 0 25px;
}

.product-list .item {
    width: calc(25% - 50px);
}

.product .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: fumechef;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    color: #1b1c20;
    position: relative;
    margin-bottom: 10px;
}

.product .item .title {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .item .btn {
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0;
}

.product .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}

.product .hover {
    position: absolute;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
    opacity: 0;
    transition: all 0.5s;
}

.product .img .product-img {
    width: 80%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
    transition: all 0.5s;
}

.product .item:hover .product-img {
    transform: scale(1.2);
}

.product .item:hover .hover {
    transform: scale(0.7) rotate(-90deg);
    opacity: 1;
}

.product .item:hover .btn {
    margin-top: 0;
    opacity: 1;
}

section.product .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 10px;
}

section.product .owl-dot {
    background-color: #1b1c2080;
}

section.product .owl-dot.active {
    background-color: #1b1c20;
}

.about2 {
    margin-top: 0px;
    position: relative;
    z-index: 9;
}

.about2 .left,
.about2 .right {
    flex: 1;
}

.about2 .left {
    display: flex;
    justify-content: center;
    position: relative;
}

.about2 .title {
    font-family: zapfino;
    font-size: 46px;
    color: #cba769;
    line-height: 30px;
    margin-top: 40px;
}

.about2 .text {
    font-size: 20px;
    color: #000;
    font-weight: 300;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 35px;
    padding-right: 50px;
}

.about2 .rosemary {
    position: absolute;
    top: 0;
    left: 200px;
    object-fit: contain;
}

.about2 .image {
    width: 100%;
    margin-left: -150px;
    object-fit: contain;
}

.about2 .dana {
    position: absolute;
    z-index: -1;
    top: 25px;
    right: 5px;
    width: 50%;
    object-fit: contain;
}

.about2 .tmt1 {
    position: absolute;
    bottom: 0;
    right: 160px;
    width: 25%;
    object-fit: contain;
}

.about2 .tmt2 {
    position: absolute;
    right: 0px;
    padding-top: 100px;
    width: 9%;
    object-fit: contain;
}

.seperator-1 {
    width: 100vw;
    height: 100px;
    background-image: url(/assets/images/seperator-1.svg);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    position: relative;
    margin-top: -70px;
    z-index: 9;
}

.footer .pan {
    width: 40%;
    object-fit: contain;
}

footer {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fffd;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    position: relative;
    z-index: 999;
}

.footer {
    min-width: 100vw;
    max-width: 100vw;
    background-image: url("/assets/images/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 300px;
    padding-bottom: 100px;
}

.footer .container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
}

.footer .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.footer .footer-logo,
.footer .contact {
    flex: 1.5;
    justify-content: flex-start;
}

.footer .contact {
    text-align: left;
    align-items: flex-start;
}

.footer a,
.footer p {
    margin-bottom: 5px;
}

.footer .copy {
    margin-top: 50px;
}

.footer .menu-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

footer .title {
    font-weight: 600;
    color: #fff;
}

.footer-bottom {
    min-width: 100vw;
    max-width: 100vw;
    height: 74px;
    background-image: url("/assets/images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.footer-bottom a {
    margin-right: 40px;
}

.footer .contact .certificate {
    margin-top: 20px;
}

footer .rosemary {
    width: 25%;
    position: absolute;
    top: -200px;
    left: 0;
    animation-name: rosemary;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    object-fit: contain;
}

footer .pan {
    position: absolute;
    top: -28.5vw;
    right: -150px;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    object-fit: contain;
}

footer .onion {
    position: absolute;
    top: -400px;
    right: calc(var(--x-margin) * -1);
    object-fit: contain;
}

footer .spice {
    position: absolute;
    right: -150px;
    object-fit: contain;
}

.documents {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.documents .item {
    width: calc(25% - 20px);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.documents .item .img {
    background-color: #f8f9fa;
    border-radius: 30px;
    aspect-ratio: 3/4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.documents .item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: 0.3s;
}
.documents .item .title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
    font-weight: 600;
    transition: 0.3s;
    font-size: 18px;
    line-height: normal;
    font-family: "fumechef";
    text-transform: uppercase;
}

.documents .doc-bg {
    transform: rotate(15deg);
    position: absolute;
    z-index: 9;
    width: 0% !important;
    height: auto !important;
    top: 40px;
    right: -200px !important;
    opacity: 0;
    transition: all 0.3s;
}

.documents .item:hover .doc-bg {
    width: 160% !important;
    opacity: 1;
}

.documents .doc-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #fff9;
    transition: all 0.3s;
}

.documents .item:hover .doc-bg1 {
    opacity: 1;
}

.content .rosemary {
    position: absolute;
    top: -200px;
    right: -100px;
    animation-name: rosemary;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    object-fit: contain;
}

.content .mustard {
    position: relative;
    top: 0;
    left: 50px;
    object-fit: contain;
}

.content .garlic {
    position: relative;
    top: -210px;
    left: 300px;
    object-fit: contain;
}

.content .bacon {
    position: relative;
    top: -260px;
    object-fit: contain;
}

.content .rosemary1 {
    position: relative;
    top: -600px;
    object-fit: contain;
}

.content .pepper {
    position: relative;
    top: -350px;
    left: -100px;
    object-fit: contain;
    display: none;
}

.content .pans {
    position: relative;
    top: -600px;
    left: -50px;
    object-fit: contain;
}

.content .rosemary2 {
    position: relative;
    top: -940px;
    left: 420px;
    object-fit: contain;
}

.content .tomato1 {
    position: relative;
    top: -850px;
    left: 250px;
    object-fit: contain;
}

.product-details {
    display: flex;
    flex-direction: column;
}

.product-details .rosemary {
    position: absolute;
    top: -40px;
    right: -150px;
    animation-name: rosemary;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    object-fit: contain;
}

.product-detail {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 65vw;
    margin: 0 auto;
    position: relative;
}

.product-detail .garlic {
    position: absolute;
    left: -10vw;
    bottom: 0;
    object-fit: contain;
}

.product-detail .tomato {
    position: absolute;
    left: -10vw;
    bottom: -200px;
    object-fit: contain;
}

.product-detail .pepper {
    width: 140px;
    position: absolute;
    left: 0;
    bottom: -100px;
    object-fit: contain;
}

.product-detail .left {
    flex: 1;
    background-image: url("/assets/images/about-bg.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center right;
    display: flex;
    justify-content: center;
    padding: 0 50px;
}

.product-detail .left > img {
    width: 100%;
    object-fit: contain;
}

.product-detail .right {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
}

.product-detail h1 {
    font-size: 52px;
    line-height: 52px;
    text-align: left;
    font-weight: 100;
}

.product-weight {
    font-size: 36px;
    font-weight: 500;
    color: #1b1c20;
    margin-bottom: 30px;
    font-family: "fumechef";
}

.product-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.product-package-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-transform: uppercase;
    font-family: "fumechef";
}

.product-package-info .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
}

.product-package-info .item img {
    margin-right: 10px;
}

.product-package-info .item .text {
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

.product-package-info .item .title {
    color: #1b1c2080;
    font-weight: 300;
}

.product-package-info .item .value {
    color: #1b1c20;
    font-weight: 500;
}

.product-detail .graphic {
    height: 60px;
    margin-bottom: 30px;
    display: none;
}

.nutritional-values {
    width: 100%;
    min-height: 670px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: -1;
    margin: 100px 0;
    align-items: center;
    justify-content: center;
}

.nutritional-values .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-family: "fumechef";
    text-transform: uppercase;
}

.nutritional-values h1 {
    color: #fff;
    text-align: left;
    margin-bottom: 40px;
}

.nutritional-values .list {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nutritional-values .item {
    width: 107px;
    height: 166px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 24px;
    background-image: url("/assets/images/nutritional-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
}

.nutritional-values .item .title {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #dccfa8;
    text-align: center;
    word-break: break-word;
    line-height: 15px;
    padding: 0 10px;
}

.nutritional-values .item .title span {
    font-size: 16px;
    font-weight: 300;
    color: #dccfa8;
    text-align: center;
    padding-top: 5px;
}

.nutritional-values .item .value {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #1b1c20;
    padding: 0 10px;
    padding-bottom: 5px;
}

.nutritional-values .bg {
    width: 100vw;
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #1b1c20;
    mask-image: url("/assets/images/product-color.svg");
    mask-size: cover;
    mask-repeat: no-repeat;
    z-index: -1;
}

.nutritional-values .bg2 {
    background-image: url("/assets/images/detail-product-bg.jpg");
    background-repeat: repeat;
    background-size: contain;
    width: 100vw;
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    mask-image: url("/assets/images/product-bg.svg");
    mask-repeat: repeat-x;
    mask-size: cover;
    z-index: -1;
}

.nutritional-image {
    width: 46%;
    position: absolute;
    right: 0;
}

.nutritional-values .info {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-top: 35px;
}

.page .footer .pan,
.page .footer .spice,
.page .footer .onion {
    display: none;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact .container {
    width: 65vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}

.contact-detail {
    flex: 1;
    position: relative;
    margin-right: 50px;
}

.iletsim_form {
    flex: 1;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
}

.iletsim_form .row {
    width: 100%;
}

.iletsim_form input,
.iletsim_form textarea {
    font-family: "Fira Sans Condensed";
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    background-color: #f4f4f4;
    padding: 14px 24px;
    margin-bottom: 17px;
    border-radius: 27px;
    color: #000;
}

.iletsim_form input::placeholder,
.iletsim_form textarea::placeholder {
    font-family: "Fira Sans Condensed";
    font-size: 20px;
    font-weight: 300;
    color: #000;
}

.contact-detail > .title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 38px;
}

.contact-detail .item {
    width: 350px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 24px;
    position: relative;
    z-index: 999;
}

.contact-detail .item img {
    margin-right: 20px;
}

.contact-detail .item p {
    margin: 0;
}

.contact-page .page-title {
    background-image: url(/assets/images/contact-bg.jpg);
    height: 560px;
    background-size: cover;
    background-position: center;
    font-family: "Fira Sans Condensed";
    color: #fff;
    font-weight: 300;
    flex-direction: column;
    position: relative;
    z-index: -1;
}

.contact iframe {
    width: 100vw;
    height: 1000px;
    mask-image: url("/assets/images/contact-mask.svg");
    mask-repeat: repeat;
    mask-size: cover;
    margin-top: 100px;
    margin-bottom: -400px;
}

.cimg1 {
    position: absolute;
    z-index: 1;
    left: -350px;
    bottom: -600px;
    object-fit: contain;
}

.crosemary {
    position: absolute;
    z-index: -1;
    right: -75px;
    bottom: -200px;
    object-fit: contain;
}

.crs1 {
    position: absolute;
    z-index: -1;
    bottom: -90px;
    left: 220px;
    object-fit: contain;
}

.crs2 {
    position: absolute;
    z-index: -1;
    right: -50px;
    bottom: 70px;
    object-fit: contain;
}

.ctmt1 {
    position: absolute;
    z-index: -1;
    right: 90px;
    bottom: -80px;
    object-fit: contain;
}

.menu-drop {
    position: relative;
    margin-right: 50px;
    padding-bottom: 10px;
    padding-top: 25px;
}

.dropdown {
    background-color: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 65px;
    width: max-content;
    max-height: 200px;
    flex-wrap: wrap;
    display: none;
    transition: all 0.3s;
}

.dropdown::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 30px;
}

.dropdown .item {
    margin: 5px 0;
    font-family: "fumechef";
    font-weight: 300;
    font-size: 20px;
    color: #1b1c20;
    transition: all 0.3s;
    padding: 0 15px;
    text-transform: uppercase;
}

.dropdown .item:hover {
    color: #cba769;
}

.menu-drop:hover .dropdown {
    display: flex;
}

@media screen and (min-width: 1921px) {
    .nutritional-values .bg2 {
        mask-size: contain;
    }

    .about {
        margin-top: -8%;
    }
    .footer .pan {
        width: 51%;
        top: -247%;
    }

    .content .right {
        position: relative;
        margin-right: -350px;
    }

    .mobil {
        display: none !important;
    }
}

@media screen and (min-width: 1801px) {
    .mobil {
        display: none !important;
    }
}

@media screen and (min-width: 1601px) {
    .footer .socials {
        position: absolute;
        top: 30px;
        right: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .footer .contact .title {
        margin-bottom: 20px;
    }

    .footer .copy {
        margin-top: 20px;
    }

    .content .right {
        margin-right: -10%;
    }

    .product-details .rosemary {
        right: -200px;
    }

    .mobil {
        display: none !important;
    }
}

@media screen and (min-width: 1401px) {
    .content .right {
        margin-right: -15%;
    }

    .product-list .item {
        width: calc(25% - 20px);
    }

    h1,
    .page-title h1 {
        font-size: 85px;
        line-height: 85px;
    }

    .product-detail h1 {
        font-size: 45px;
        line-height: 45px;
        text-align: left;
        font-weight: 100;
        margin-bottom: 10px;
    }

    .product-weight {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .product-details .rosemary {
        right: -250px;
    }

    .mobil {
        display: none !important;
    }
}

@media screen and (min-width: 1201px) {
    .product-sliders {
        display: none;
        width: var(--container);
        overflow: hidden;
    }
    h1,
    .page-title h1 {
        font-size: 80px;
        line-height: normal;
    }

    .product-detail {
        max-width: 100%;
    }

    .mobil {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    section.product .owl-dots {
        display: none !important;
    }
    .nutritional-values {
        height: 900px;
        margin: 0;
    }

    .crs1,
    .crs2,
    .ctmt1,
    .crosemary {
        display: none;
    }

    .nutritional-values .container {
        align-items: center;
        text-align: center;
    }

    .nutritional-values .list {
        justify-content: center;
    }

    .product-details section.product .container {
        overflow: visible;
    }

    .product-detail {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .product-detail .left {
        max-width: 70%;
        padding-bottom: 0;
    }

    .product-detail .right {
        padding-top: 0;
    }

    .rosemary {
        display: none;
    }

    .product-sliders {
        display: flex;
    }

    .pc {
        display: none !important;
    }

    .mobil {
        display: flex;
    }

    h1,
    .page-title h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .dana,
    .menu,
    .navbar .lang,
    .dana2 {
        display: none;
    }

    .navbar {
        top: 0;
    }

    .logo {
        height: 90px;
        padding: 0;
        margin: 0;
    }

    .slider-text {
        margin-top: -50px;
    }

    .slider-title {
        font-size: 70px;
        line-height: 70px;
    }

    .slider-subtitle {
        width: 500px;
    }

    .container {
        flex-direction: column;
    }

    .about {
        margin-top: -21%;
    }

    .about .left {
        width: 70%;
    }

    .about .right {
        width: 100%;
    }

    .about .egg {
        right: -100px;
        top: 0;
    }

    .about .mustard {
        left: -50px;
        bottom: 20px;
    }

    .about .title {
        width: 100%;
    }

    section.product .product-category {
        width: calc(100vw - 20px);
        justify-content: flex-start;
        overflow-x: scroll;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .product .item .btn {
        margin-top: 0;
        opacity: 1;
    }

    .product .img {
        margin-bottom: 15px;
    }

    .product-img {
        transform: scale(1.2);
    }

    .product .item .hover {
        transform: scale(0.7) rotate(-90deg);
        opacity: 1;
        z-index: -1;
    }

    .product .item .title {
        font-size: 20px;
        line-height: 20px;
        height: 60px;
    }

    .product-category .btn {
        background-color: #1b1c20;
        color: #fff;
    }

    .product-category .btn.active {
        background-color: #cba769;
    }

    .about2 {
        margin: 0;
        position: relative;
        z-index: 10;
    }

    .about2 .left {
        flex: none;
        width: 70%;
    }

    .about2 .right {
        flex: none;
        width: 100%;
    }

    .about2 .image {
        width: 100%;
        margin: 0;
    }

    .tmt1,
    .tmt2 {
        display: none;
    }

    .about2 .right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .about2 .title {
        line-height: 90px;
        font-size: 30px;
    }

    .about2 .text {
        font-size: 20px;
        color: #000;
        font-weight: 300;
        text-align: justify;
        line-height: 30px;
        margin-bottom: 35px;
        padding-right: 0;
    }

    .pan,
    .spice,
    .onion,
    .col {
        display: none !important;
    }

    .footer {
        padding-bottom: 20px;
    }

    .footer-logo {
        margin-top: -30px;
        margin-bottom: 50px;
    }

    .footer-logo,
    .footer .contact {
        display: flex !important;
        align-items: center;
        text-align: center;
    }

    .footer .copy {
        margin-top: 10px;
    }

    .footer .socials {
        position: unset;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
    }

    .footer .socials img {
        margin: 0 5px;
    }

    .footer .contact * {
        margin-bottom: 5px;
    }

    .footer .container {
        flex-direction: column;
    }

    .footer-bottom {
        height: auto;
        padding: 20px 0;
    }

    .footer-bottom .links {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-bottom a {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .content .right,
    .navigator {
        display: none;
    }

    .product-detail .right {
        padding-left: 0;
        padding-right: 0;
        align-items: center;
    }
    .product-detail h1 {
        text-align: center;
        font-size: 35px;
        margin-bottom: 0;
    }

    .product-weight {
        margin: 10px 0;
        font-size: 25px;
    }

    .garlic,
    .pepper,
    .tomato,
    .nutritional-image {
        display: none;
    }

    .header-slider .item {
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        text-transform: uppercase;
    }

    .slider-text {
        align-items: flex-start;
        margin-bottom: 200px;
    }

    .slider-title {
        font-size: 50px;
        line-height: 50px;
        width: 300px;
        text-align: left;
    }

    .slider-subtitle {
        font-size: 25px;
        line-height: 25px;
        width: 300px;
        text-align: left;
        margin-top: 15px;
    }

    .cimg1 {
        display: none;
    }
}

@media screen and (max-width: 1050px) {
    .cookie-content {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .cookie-image {
        display: none;
    }
    .cookie-text {
        padding: 20px;
    }
    .cookie-accept {
        width: auto;
    }
    .dropdown-item {
        font-size: 20px;
    }
    .menu-item {
        font-size: 30px;
    }

    .slider-mobile {
        display: flex !important;
    }

    .slider-pc {
        display: none !important;
    }

    .nutritional-values .list {
        flex-wrap: wrap;
    }

    .nutritional-values .item {
        margin: 0 5px;
        margin-bottom: 10px;
    }

    .contact .container {
        width: var(--container);
        flex-direction: column;
    }

    .contact-detail {
        flex: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .iletsim_form {
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
        align-items: center;
    }

    .iletsim_form .row {
        text-align: center;
    }

    .iletsim_form input,
    .iletsim_form textarea {
        font-family: "Fira Sans Condensed";
        width: calc(100% - 48px);
        font-size: 20px;
        font-weight: 300;
        background-color: #f4f4f4;
        padding: 14px 24px;
        margin-bottom: 17px;
        border-radius: 27px;
        color: #000;
    }

    .contact iframe {
        margin-top: 0;
    }

    .content-area {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .content .right {
        margin-right: -15%;
    }

    .product-list .item {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 600px) {
    .seperator-1 {
        width: 100vw;
        height: 100px;
        background-image: url(/assets/images/seperator-1.svg);
        background-size: cover;
        position: relative;
        margin-top: -70px;
        z-index: 9;
    }

    .about .right {
        padding: 0;
    }

    .btn {
        font-size: 20px;
        padding: 8px 30px;
        padding-top: 10px;
    }

    .documents .item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .menu {
        display: none !important;
    }

    .navbar {
        top: 0;
    }

    .navbar .container {
        justify-content: center;
    }

    .logo {
        height: 70px;
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }

    .navbar .lang {
        display: none;
    }

    .lang {
        width: 0px;
        margin-left: 80px;
        position: relative;
        overflow: hidden;
        opacity: 0;
        transition: all 0.7s;
    }

    .navigation .lang {
        width: 200px;
        position: relative;
        opacity: 1;
    }

    .dana {
        display: none;
    }

    .container {
        flex-direction: column;
    }

    .about {
        margin-top: -30%;
    }

    .about .left,
    .about .right {
        flex: none;
        width: 100%;
    }

    .about .left {
        background-size: 80%;
        background-position: center;
        display: flex;
        justify-content: center;
        padding: 50px;
    }

    .about-img {
        width: 100%;
    }

    .about .egg {
        position: absolute;
        top: 0px;
        height: 200px;
        right: 50px;
        object-fit: contain;
    }

    .about .mustard {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 150px;
        object-fit: contain;
    }

    .rosemary {
        display: none;
    }

    .about .title {
        text-align: center;
        font-size: 35px;
        line-height: 35px;
    }

    .about .text {
        margin-top: 15px;
    }

    .about .btn {
        margin: auto;
    }

    .about .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }

    .dana2 {
        display: none;
    }

    section.product {
        background-size: cover;
        padding: 100px 0;
    }

    section.product .product-category {
        width: calc(100vw - 20px);
        justify-content: flex-start;
        overflow-x: scroll;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .product-slider {
        width: 100vw;
    }

    .product .item .title {
        font-size: 20px;
        line-height: 20px;
        height: 60px;
    }

    .product-category .btn {
        background-color: #1b1c20;
        color: #fff;
    }

    .product-category .btn.active {
        background-color: #cba769;
    }

    .about2 {
        margin: 0;
    }

    .about2 .left,
    .about2 .right {
        flex: none;
        width: 100%;
    }

    .about2 .image {
        width: 100%;
        margin: 0;
    }

    .tmt1,
    .tmt2 {
        display: none;
    }

    .about2 .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .about2 .title {
        line-height: 90px;
        font-size: 25px;
    }

    .about2 .text {
        font-size: 20px;
        color: #000;
        font-weight: 300;
        text-align: justify;
        line-height: 30px;
        margin-bottom: 35px;
        padding-right: 0;
    }

    .pan,
    .spice,
    .onion,
    .col {
        display: none !important;
    }

    .footer {
        padding-bottom: 20px;
        padding-top: 100px;
    }

    .footer-logo {
        margin-top: -30px;
        margin-bottom: 50px;
    }

    .footer-logo,
    .footer .contact {
        display: flex !important;
        align-items: center;
        text-align: center;
    }

    .footer .copy {
        margin-top: 10px;
    }

    .footer .socials {
        position: unset;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
    }

    .footer .socials img {
        margin: 0 5px;
    }

    .footer .contact > * {
        margin-bottom: 5px;
    }

    .footer .container {
        flex-direction: column;
    }

    .page-title {
        height: 300px;
    }

    .page-title h1 {
        font-size: 35px;
        line-height: 35px;
        margin-top: 60px;
        text-align: center;
    }

    .breadcrumb {
        display: none;
    }

    .navigator {
        display: none;
    }

    .content-area {
        flex: none;
        width: 100%;
        margin-top: 0;
    }

    .content-area h1 {
        text-align: center;
        line-height: normal;
    }

    .page-gallery {
        width: 100%;
    }

    .gallery-slide {
        overflow: visible;
    }

    h1 {
        font-size: 35px;
    }
    .product-list .btn {
        display: none;
    }

    .product-list .item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .product-detail {
        width: 100%;
        flex-direction: column;
    }

    .product-detail .left {
        flex: none;
        background-position: center;
        width: 100%;
        padding: 0;
    }

    .product-detail .left img {
        width: 100%;
    }

    .garlic,
    .pepper,
    .tomato,
    .nutritional-image {
        display: none;
    }

    .product-package-info {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .product-package-info .item {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .product-package-info .item img {
        margin-right: 15px;
    }

    .nutritional-values {
        height: 900px;
        margin: 0;
    }

    .nutritional-values .item {
        width: 95px;
        height: 149px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
        background-image: url(/assets/images/nutritional-bg.svg);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 9;
        margin-bottom: 20px;
    }

    .nutritional-values .bg {
        position: absolute;
        height: 900px;
        top: 0;
        bottom: 0;
        background-color: #1b1c20;
        mask-image: url(/assets/images/product-color.svg);
        mask-repeat: no-repeat;
        mask-size: cover;
        z-index: -1;
    }

    .nutritional-values .bg2 {
        position: absolute;
        height: 900px;
        top: 0;
        bottom: 0;
        mask-image: url(/assets/images/product-bg.svg);
        mask-repeat: repeat-x;
        mask-size: cover;
        object-fit: cover;
        z-index: -1;
    }

    .nutritional-values .info {
        margin-top: 10px;
    }

    .product-details .content-area {
        margin-bottom: 0;
    }

    .product-details section.product {
        padding-top: 0;
        padding-bottom: 170px;
    }

    .contact-page .page-title {
        background-position: bottom;
        height: 300px;
    }

    .cimg1,
    .crosemary,
    .crs1,
    .crs2,
    .ctmt1 {
        display: none;
    }

    .contact .container {
        width: var(--container);
        flex-direction: column;
    }

    .contact-detail {
        flex: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .iletsim_form {
        flex: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
        align-items: center;
    }

    .iletsim_form .row {
        text-align: center;
    }

    .iletsim_form input,
    .iletsim_form textarea {
        font-family: "Fira Sans Condensed";
        width: calc(100% - 48px);
        font-size: 20px;
        font-weight: 300;
        background-color: #f4f4f4;
        padding: 14px 24px;
        margin-bottom: 17px;
        border-radius: 27px;
        color: #000;
    }

    .contact iframe {
        margin-top: 0;
    }
}
