/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=National+Park:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scrollbar-width: none;
}

:root {
    --main-color: rgb(92, 49, 0);
    --smooth: all cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
    --navcolor: #ffe883;
    --navhover: #cebb67;
    --div-color: #e9b67a;
    --secondary-div-color: #ecb16e ;
    --div-hover-color: #e1a25a;
    --text-hover-color: rgb(242, 210, 174);
    --secondary-div-color-border: #de9440;
    --primary-color: #cb9957;
    --hover-color: #be842b;
    --accent-color: #bd8636;
    --accent-color-not-hover: rgba(189, 134, 54, 0.9);
    --text-color: #c9c9c9;
}

body {
    font-family: 'Outfit', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
    background-color: var(--div-color);
    /* } background-color: #dbbc31; */
    color: var(--main-color);
    scroll-behavior: smooth;
    position: relative;

}

a {
    text-decoration: none;
    color: var(--main-color);
    /* border-radius: 0.4rem; */
}

a:visited a:link a:active a:hover {
    color: var(--main-color);
}

h1 {
    margin: auto;
    text-align: center;
    transition: var(--smooth);
}

h1:hover {
    scale: 1.2;
}

#member-name {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.title-wrapper {
    display: block;
    width: 100%;
    margin: 2rem auto 5rem;
    position: relative;
    padding: 0 1rem;
    box-sizing: border-box;
    overflow: visible;
    /* font-weight: bold; */
    min-height: 8rem;
    text-align: center;
}

.title-wrapper .title {
    display: inline-block;
    margin: 0;
    z-index: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    font-size: clamp(1.5rem, 8vw, 6rem);
    padding: 0 0.5rem;
    height: fit-content;
    font-weight: bold;
}

.title-wrapper .subtitle {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    display: block;
}

.gif {
    width: min(10vw, 8rem);
    min-width: 3rem;
    height: auto;
    z-index: 1;
    user-select: none;
    margin: 0 0.5rem;
    transform-origin: center;
}

#leftgif {
    animation: bounce 1s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate ;
}
@keyframes bounce {
    0% {
        transform: translateY(0);
        rotate: 15deg;
    }

    50% {
        transform: translateY(0);
        rotate: 15deg;
    }

    50.1% {
        transform: translateY(-0.5rem);
        rotate: -15deg;
    }

    100% {
        transform: translateY(-0.5rem);
        rotate: -15deg;
    }
}

#rightgif {
    animation: bounce-back 1s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate ;
}
@keyframes bounce-back {
    0% {
        transform: translateY(0);
        rotate: -15deg;
    }

    50% {
        transform: translateY(0);
        rotate: -15deg;
    }

    50.1% {
        transform: translateY(-0.5rem);
        rotate: 15deg;
    }

    100% {
        transform: translateY(-0.5rem);
        rotate: 15deg;
    }
}

@media (max-width: 900px) {
    .title-wrapper .title {
        font-size: clamp(1.4rem, 7vw, 5rem);
    }

    .gif {
        min-width: 2.5rem;
        width: min(8vw, 6rem);
    }
}

@media (max-width: 600px) {
    .title-wrapper {
        padding: 0 0.25rem;
    }

    .title-wrapper .title {
        font-size: clamp(1.2rem, 6vw, 4rem);
        padding: 0 0.25rem;
    }

    .gif {
        min-width: 2rem;
        width: min(7vw, 5rem);
    }
}

@media (max-width: 400px) {
    .title-wrapper .title {
        font-size: clamp(1rem, 5vw, 3rem);
    }

    .gif {
        min-width: 1.5rem;
        width: min(6vw, 4rem);
    }
}

#leftgif, #rightgif {
    position: static;
    transform: none;
}

/* Elérhetőségeink dropdown */
.main_dropdown_div {
    /* margin-top: -5%; */
    margin-left: 1rem;
    z-index: 10000;
}

.main_dropdown_div p {
    margin-bottom: 0.2%;
    z-index: 10000;
}

.dropbtn {
    background-color: var(--navcolor);
    color: var(--main-color);
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: var(--smooth);
    z-index: 10000;
    /* border-radius: 0.4rem; */
}

.dropdown {
    position: relative;
    display: inline-block;
    background-color: var(--navcolor);
    transition: var(--smooth);
    /* border-radius: 0.4rem; */
}

@media (max-width: 700px) {
    .dropdown {
        position: relative !important;
        margin: auto;
        left: 0 !important;
        right: 0 !important;
        transform: translateX(0%) !important;
    }

}

.dropdown-content {
    display: block;
    position: absolute;
    background-color: var(--navcolor);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: var(--smooth);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    z-index: 10000;
    /* border-radius: 0.4rem; */
}

.dropdown-content a {
    color: var(--main-color);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: var(--smooth);
    /* border-radius: 0.4rem; */
}

.dropdown-content a:hover {
    background-color: var(--navhover);
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown:hover .dropbtn {
    background-color: var(--navhover);
}

/* Kolbászbolt banner */
.worm {
    margin-top: -24rem;
    z-index: 1;
    position: absolute;
    margin-left: 95rem;
    user-select: none;
    pointer-events: none;
}

.gerifej {
    margin-top: -24rem;
    z-index: 3;
    position: absolute;
    height: 25rem;
    margin-top: -25rem;
    margin-left: 75%;
    transition: 1s;
    transition-timing-function: ease-in-out;
    user-select: none;
}

.gerifej:hover {
    opacity: 0;
}

.worm_pic {
    height: 25rem;
    z-index: 2;
    margin-top: -60rem;
    margin-left: 75%;
    user-select: none;
    pointer-events: none;
    /* position: absolute; */
}

.geriboy {
    width: 100%;
    height: 25rem;
    z-index: 1;
    user-select: none;
    -webkit-user-drag: none;
}

/* Navbar */
.navbar {
    background-color: var(--navcolor);
    color: var(--main-color);
    padding: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.navbar ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}

.navbar ul li a {
    text-decoration: none;
    color: var(--main-color);
    font-size: 1.5rem;
    font-weight: 900;
    padding: 1rem;
    transition: var(--smooth);
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 700px) {
    .navbar  {
        display: none;
    }
}

.navbar ul li a:hover {
    background-color: var(--navhover);
}

.navbar li {
    transition: var(--smooth);
    display: flex;
    align-items: center;
    height: 4rem;
}

.navbar li:hover {
    transition: var(--smooth);
}
/*--------------------------Telefonos navbar--------------------------*/
.container {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    display: none;
    width: 100%;
}

/*#navbar2 {
    background-color: var(--primary-color);
    border-bottom: 1px solid var(--hover-color);
}*/

#navbar2 ul {
    list-style: none;
    display: flex;
}

#navbar2 li {
    display: flex;
}

.home-li {
    margin-right: auto;
}

#navbar2 a {
    display: flex;
    text-decoration: none;
    padding: 1rem 2rem;
    transition: background-color 0.3s ease;
}

#active-link {
    border-bottom: 4px solid var(--accent-color) !important;
    border-bottom-left-radius: 0.4rem !important;
    font-weight: 900 !important;
    font-size: 1.25rem !important;
}

#accent-link {
    background-color: var(--accent-color);
}

.open-navbar-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.close-navbar-btn {
    display: none;
}

#overlay {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    transition: all 1.3s ease;
}

@media (max-width: 700px) {

    #cart-btn i {
        font-size: 1.5rem !important ;
        transform: translateX(0rem);
    }

    .container #cart-link {
        background-color: var(--hover-color);
        border: 2px solid #333131;
        border-bottom-left-radius: 2rem;
        border-right: none;
    }

    .container #cart-link:hover {
        border-bottom-left-radius: 2rem;
    }

    .container {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: fixed;
        z-index: 1000000;

    }

    .container .close-navbar-btn {
        background-color: transparent;
    }

    .container .open-navbar-btn {
        background: none;
        border: none;
        padding: 1em;
        margin-left: auto;
        cursor: pointer;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        color: black;
    }

    i {
        color: black;
        font-size: 1.5rem !important;
    }

    .close-navbar-btn {
        display: block;
    }

    #navbar2 {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: min(15em, 100%);
        z-index: 1000000;
        background-color: var(--primary-color);
        border-left: 1px solid var(--hover-color);
        transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1);
        border-bottom-left-radius: 1.4rem;
        border-top-left-radius: 0.4rem;
    }

    .show {
        position: fixed !important;
        right: 0 !important;
        transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
        /* transform:  !important; */
    }
    #navbar2 li a {
        color: var(--main-color);;
    }

    #navbar2.show ~ #overlay {
        display: block;
        transition: all 1.3s ease;
    }

    #navbar2 ul {

        flex-direction: column;
    }

    #navbar2 a {
        width: 100%;
        padding-left: 2.5rem;
    }

    #navbar2 .home-li {
        margin-right: 0;
    }

    .open-navbar-btn {
        display: block;
        border: none;
        padding: 1em;
        margin-left: auto;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: var(--hover-color);
    }

    .close-navbar-btn {
        background: var(--hover-color);
        border: none;
        padding: 1em;
        cursor: pointer;
    }

    #navbar2 ul li:hover {
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        /*background-color: var(--hover-color);*/
    }


    /*Dropdown*/

    ul li ul.mobile-dropdown li {
        transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
        display: block;
    }

    .show-dropdown li {
        transform: scaleY(1) scaleX(1);
    }

    ul.mobile-dropdown {
        transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
        width: 100%;
        position: relative;
        left: 0;
        z-index: 999;
        display: none !important;
    }

/*    ul li:hover ul.mobile-dropdown {
        transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
        display: block !important;
    }*/

    #mobile-dropdown-li {
        transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex;
        flex-direction: column;
    }

    .show-dropdown  ul {
        transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
        display: block !important;
        transform: scaleY(1) scaleX(1);
    }

    #mobile-dropdown-li-head {
        text-align: center;
        position: relative;
        font-size: 1.05rem;
        width: 100%;
        display: flex;
        text-decoration: none;
        padding: 1rem 2rem;
        transition: background-color 0.3s ease;
        gap: 1rem;

    }

    #mobile-dropdown-li-arrow {
        transition: all 0.8s cubic-bezier(0.2, 2, 0.2, 1);
        transform: rotate(0deg);
    }

    .show-dropdown #mobile-dropdown-li-arrow {
        rotate: 90deg;
    }

    .show-dropdown .mobile-dropdown {
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    #mobile-dropdown-li-arrow-close {
        z-index: 10000000000000000;
        transition: all 0.8s cubic-bezier(0.2, 1.2, 0.2, 1);
        transform: translateX(200%) scaleY(0) scaleX(0);
        transform-origin: right;
    }

    .show-dropdown #mobile-dropdown-li-arrow-close {
        z-index: 10000000000000000;
        display: block !important;
        transform: translateX(0) scaleY(1) scaleX(1);
    }

    .mobile-dropdown li a {
        font-size: 1.15rem;
        font-weight: 300;
    }

    .mobile-dropdown {
        border-left: 4px solid var(--accent-color) !important;
        border-radius: 0.3em;
    }

    #cart-btn {
        width: fit-content;
        position: fixed;
        right: 0;
        transform: translateY(-3px);
    }


    .last-element {
        border-bottom: 2px solid var(--main-color) !important;
        border-bottom-left-radius: 0.8em;
    }

    li b div i {
        font-size: 1.2rem !important;
    }



}

/* ---------------------- Kosár --------------------- */
.kosar {
    position: fixed;
    right: 0;
    top: 0;
    transform: translatex(150%);
    width: 25rem;
    height: 100%;
    background-color: #fff;
    box-shadow: -0.5rem 0 1rem rgba(0, 0, 0, 0.1);
    padding: 2rem 1rem 4rem;
    overflow: auto;
    transition: all 0.3s ease-in-out;
    z-index: 100000000000000100000000000000;
}

.kosar.active {
    right: 0;
    transform: translatex(0);
}

.kosar-title {
    text-align: center;
    font-size: 2.5rem;
}

.kosar-hr {
    border-style: solid;
    border-color: rgb(182, 182, 182);
}

.kosar-box {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.kosar-box img {
    width: 6rem;
    height: 6rem;
    border-radius: 0.5rem;
    /* object-fit: cover; */
    margin-right: 1.5rem;
}

.kosar-desc {
    display: grid;
    gap: 0.2rem;
    margin-right: auto;
}

.kosar-prod-name {
    font-size: 1.25rem;
    line-height: 1;
    text-align: left;
}

.kosar-ar {
    font-weight: 500;
}

.kosar-mennyiseg {
    display: flex;
    width: 6rem;
    border: 0.1rem solid #999;
    border-radius: 0.5rem;
    scale: 0.9;
}

.kosar-mennyiseg button {
    background-color: transparent;
    width: 2rem;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.kosar-mennyiseg #sub {
    color: #999;
}

.kosar-mennyiseg .kosar-szam {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-left: 0.1rem solid #999;
    border-right: 0.1rem solid #999;
    cursor: default;
}

.kosar-torles {
    font-size: 2.5rem;
    cursor: pointer;
    /* scale: 1.5; */
    margin-bottom: 10%;
    color: #707070;
}

.kosar-veg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 0.1rem solid #c4c4c4;
    margin-top: 1.5rem;
    font-size: 1.2rem;
}

.osszeg {
    margin-left: 1rem;
    font-weight: 600;
}

.vevo-gomb {
    display: block;
    padding: 0.8rem 2rem;
    background-color: #e35f26;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    color: #fff;
    margin: 1.5rem auto 0;
    cursor: pointer;
}

#kosar-bezaras {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
}

.cart-item-count {
    position: absolute;
    top: 0;
    right: -6px;
    width: 20px;
    height: 20px;
    background-color: rgb(255, 102, 0);
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}


/*--------------------------------------------------------------------*/
.cart {
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-0.1rem);
    cursor: pointer;
}

.mobile-cart {
    font-size: 1.8rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-0.1rem);
    transform: translateY(-15%);
}

.like_emo_div {
    width: 15%;
    height: 30rem;
    margin-left: 80%;
    /* margin-top: -5%; */
    z-index: -1;
    position: absolute;
}

.like_emo {
    width: 100%;
    height: 30rem;
    z-index: -1;
    position: absolute;
}

/* titkos */
.tiz {
    width: 10px;
    transition: 20s;
}

.tiz:hover {
    width: 100%;
}

.shop_container {
    background-color: white;
    position: absolute;
    width: 100rem;
    height: 150rem;
    margin-left: 25rem;
    z-index: 200;
}


.pad {
    margin-top: 10%;
    /* height: 50rem; */
    width: 10000%;
    background-color: black;
    z-index: 1000;
}

.termekeink {
    font-weight: 900;
    color: var(--main-color);
    background-color: var(--navcolor);
    font-size: 1.5rem;
}

#drop-kolbi {
    font-weight: 0;
}

.egykerdes {
    font-size: 1.15rem;
    margin-top: 1rem;
}

.csaptelep_csaba {
    text-align: center;
    font-size: 1.25rem;
    margin-top: -1%;
    margin-bottom: 1rem;
}

#csaptelep_csaba {
    width: 25rem;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.csaptelep-link {
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

#kolbaszgif {
    width: 20rem;
}

.comment-container {
    position: absolute;
    right: 5%;
    top: 15%;
    width: 20%;
    margin-top: 72.5%;
}

.comments {
    width: 100%;
    height: 80rem;
    background-color: #ececec;
    border-radius: 1rem;
    position: relative;
    overflow-y: auto;
    padding: 1rem;
}

.comments {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.comments-about-us {
    position: relative;
    top: 0;
    background-color: #ececec;
    padding: 1rem 0;
    z-index: 1;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
}

#comments-about-us-hr {
    border-color: rgb(193, 193, 193);
    border-width: 0.12rem;
    border-style: solid;
    width: 90%;
    margin: 0.5rem auto;
}

.comment {
    position: relative;
    width: 82%;
    background-color: rgb(184, 184, 184);
    border-radius: 1rem;
    padding: 1rem;
    margin: 1rem auto;
}

.comment#first-comment {
    margin-top: 2rem;
}

.comment:not(#first-comment) {
    margin-top: 1rem;
}

.comment-user {
    font-weight: 600;
    color: black;
    margin-bottom: 0.5rem;
    width: fit-content;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.comment-user span {
    display: inline-block;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.comment-text {
    margin-left: 1rem;
    color: black;
    font-weight: 300;
}


#quote {
    position: relative;
    font-style: italic;
    text-align: center;
    font-size: 2rem;
}

#csaptelep {
    /* font-weight: 500; */
    font-size: 1.85rem;
}

#drjozsef-p {
    margin-bottom: 0.5rem;
    margin-left: 1rem;
}

#highlighted-comment {
    text-align: center;
    color: black;
    font-size: 1.3rem;
    font-weight: bold;
}

.user-pfp {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 50%;
}

.comment-stars {
    color: black;
    font-size: 1.5rem;
    font-weight: 500;
}

.description  {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}

.map {
    display: block;
    margin: 0 auto;
    width: 45rem;
    height: 35rem;
    max-width: 100%;
}

.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 5rem;
}

#kapcsolat-hr {
    border-style: solid;
    width: 80%;
    margin-left: 10%;
    /* border-width: 0.1rem; */
    margin-top: 3rem;
}

.description-img {
    width: 50rem;
    height: 30rem;
}

.product {
    position: relative;
    background-color: var(--secondary-div-color);
    flex: 3;
    height: 100%;
    margin: auto;
    /* border-radius: 1rem; */
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border: 0.1rem solid var(--accent-color);
}

.product-hr {
    border-style: solid;
    border-color: var(--accent-color);
    margin-bottom: 3%;
}

@media (max-width: 700px) {
    .product {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr ;
        width: fit-content;
    }


    .cool-button-3 {
        width: fit-content;
        height: 5rem;
    }




}

@media (max-width: 1250px) {
    

    .vl {
        transform: translateY(-0.75%);
    }

    .cool-button-3-div {
        margin-left: -35%;
        position: absolute;
        bottom: -50%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    height: fit-content;
}

.product-description-container {
    flex: 2;
    height: 100%;
}

.product-name {
    text-align: center;
    font-size: 2rem;
    position: relative;
    margin-top: 2%;
    font-weight: 300;
    width: 100%;
    margin-bottom: 6%;
}

.product-price {
    font-style: italic;
    font-size: 2.25rem;
    text-align: center;
    width: 100%;
}

.product-price-menu {
    font-style: italic;
    font-size: 2rem;
    text-align: center;
    width: 100%;
    margin-top: -3%;
}

.product-price-menu2 {
    font-style: italic;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
}

.product-img {
    width: 100%;
    height: 25rem;
    max-width: 100%;
    border: 0.1rem solid var(--accent-color);
}

.vl {
    position: absolute;
    border-left: 0.1rem solid #afafaf;
    margin-left: -35%;
    margin-top: -1.5%;
    height: 100%;
  }

.product-divider {
    position: relative;
    border-style: solid;
    border-color: var(--accent-color);
}

.webshop-container {
    margin-left: 10rem;
    margin-right: 30%;
    margin-top: 15%;
    position: relative;
}

.web-base {
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
}

.page-container {
    display: flex;
    justify-content: center;
    padding: 2rem;
    gap: 2rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10%;
}

.products-section {
    width: 70%;
    max-width: 70%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(238, 232, 232, 0.7);
    /* border-radius: 1rem; */
}

.products-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem;
    padding: 1rem;
    justify-content: center;
    position: relative;
}

.product-desc-name {
    text-align: center;
    font-size: 2rem;
}

.product-description {
    margin: 1rem;
    font-size: larger;
    text-align: justify;
}

.prod-desc-btn {
    width: 80%;
    height: 15%;
    margin-left: 10%;
    margin-top: auto;
}

.product-description p {
    margin-bottom: 1.8rem;
}
.comments-section {
    width: 25%;
    position: sticky;
    top: 2rem;
    height: calc(100vh - 4rem);
    overflow-y: auto;
    background-color: #ececec;
    border-radius: 1rem;
    padding: 1rem;
    margin-left: 9%;
}

/* Komment scrollbar */
.comments-section::-webkit-scrollbar {
    width: 8px;
}

.comments-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.comments-section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.comments-section::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.comments-section {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.comments-about-us {
    position: relative;
    top: 0;
    background-color: #ececec;
    padding: 1rem 0;
    z-index: 1;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
}

.comment {
    background-color: rgb(184, 184, 184);
    border-radius: 1rem;
    padding: 1rem;
    margin: 1rem 0;
    margin-left: 9%;
}

.comment:first-child {
    margin-top: 2rem;
}

.comment-user {
    font-weight: 600;
    color: black;
    margin-bottom: 0.5rem;
}

.comment-text {
    margin-left: 1rem;
    color: black;
    font-weight: 300;
}

.user-pfp {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 50%;
}

.comment-stars {
    color: black;
    font-size: 1.5rem;
    font-weight: 500;
}

#comments-about-us-hr {
    border-color: rgb(193, 193, 193);
    border-width: 0.12rem;
    border-style: solid;
    width: 90%;
    margin: 0.5rem auto;
}

.web-above {
    font-size: 3rem;
    text-align: center;
    width: 100%;
    margin: 3% auto;
    /* margin-left: 1%; */
    position: relative;

}


/*----------Cool button 3 V1-------------*/

.cool-button-3 {
    border: none;
    background-color: #753a0a;
    /* background-color: rgb(40.91, 36.735, 35.931);  maybe this one would be better */
    color: rgb(255, 240.05, 223.18);
    padding: 1rem 2rem;
    border-radius: 0.6vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
    gap: 1rem;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 1rem;
    width: 100%;
    /* width: fit-content; */
    margin: auto;
    overflow: hidden;
    text-decoration: none;
    margin-left: -5%;
}

.cool-button-3:hover {
    border-radius: 1.2rem;
}

.button-text {
    font-size: 1.4rem;
    font-weight: 500;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: rgb(255, 240.05, 223.18);
}

.cool-button-3:hover .button-text {
    transform: translateX(-35%);
}

.button-icon-apple {
    height: 2vw;
    transition: all 0.50s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0%) scaleX(1);
    transform-origin: right;
}

.cool-button-3:hover .button-icon-apple {
    transform: translateX(-300%) scaleX(0);
    opacity: 0;
}

.button-icon-arrow {
    height: 2vw;
    transition: all 0.30s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    position: absolute;
    right: -2vw;
    transform-origin: left;
    transform: scaleX(0);
}

.cool-button-3:hover .button-icon-arrow {
    opacity: 1;
    right: 1.5rem;
    transform: scaleX(1);
}

.cool-button-3-div {
    margin: auto;
    width: 35%;
}

.cool-button-3:hover .sausage-svg, .cart-svg{
    transform: translateX(-300%) scaleX(0);
    opacity: 0;
}

/*-----------------------------------------------------*/

.footer {
    margin-top: 10rem;
}
.footer-content {
    position: relative;
    height: fit-content;
    width: 95%;
    margin: auto;
    padding: 3rem 6rem;
    border-radius: 0.8rem;
    margin-bottom: 2rem;
    background-color: var(--secondary-div-color);
    /* border-width: 0.1rem;
    border-color: rgb(145, 77, 0);
    border-style: solid; */
    box-shadow: 0 0 2rem 0.2rem rgba(139, 67, 19, 0.5);
}

#in-footer {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-2nd-part {
    bottom: 0;
    height: 50%;
    width: 100%;
    margin: auto;
    padding: 0.5rem 1rem;
    text-align: center;
    color: var(--main-color);
    max-height: fit-content;
}

.partners-div {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;

}

.partners-container {
    width: fit-content;
    display: flex;
}

.partners-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 0.15rem solid var(--div-hover-color);
    border-radius: 1rem;
    padding: 0.5rem;
    transition: var(--smooth);
    width: 10rem;
    min-width: 12rem;
    max-width: 100%;
    height: 12rem;
}

@media (max-width: 700px) {
    .partners-item {
        width: 7rem;
    }
}

@media (max-width: 500px) {
    .partners-item {
        width: 100%;
    }
}

.partners-item:hover {
    background-color: var(--div-hover-color) ;
    color: var(--text-hover-color);
    text-shadow:
    3px 3px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.partners-item:hover .partners-item-img {
    scale: 1.05;
}

.partners-item-img {
    transition: var(--smooth);
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    margin-top: 3%;
    max-width: 100%;
    max-height: 20vw;
}

.sausage-svg{
    height: 2rem;
    transition: var(--smooth);
    transform: translateX(0%) scaleX(1);
    transform-origin: right;
    filter: invert(0.7) brightness(1.3) sepia(0.2) saturate(2) hue-rotate(350deg);
}

.cart-svg{
    font-size: 2rem;
    transition: var(--smooth);
    transform: translateX(0%) scaleX(1);
    transform-origin: right;
    /* filter: invert(0.7) brightness(1.3) sepia(0.2) saturate(2) hue-rotate(350deg); */
    z-index: 5000;
}

@media (max-width: 700px) {
    .partners-item-img {
        height: 5rem;
        width: 5rem;
    }
}

@media (max-width: 500px) {
    .partners-item-img {
        height: 4.5rem;
        width: 4.5rem;
    }
}

.partners-item-name {
    font-size: 1.3rem;
}

.partners-header {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
@media (max-width: 700px) {
    .partners-header {
        text-align: center;
        font-size: 2rem;
    }
}

#right {
    left: 5%;
    position: absolute;
    transform: translateX(-5%);
}

.highlight-product-div {
    background-color: transparent;
    height: fit-content;
    max-height: fit-content;
    width: 85%;
    margin: auto;
    margin-top: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
}

.highlight-product-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center;
    gap: 2.5rem;
    background: linear-gradient(180deg, #ffe883 60%, #e9b67a 100%);
    /* background-color: #ffe883; */
    border-radius: 1.2rem;
    box-shadow: 0 0 2rem 0.5rem rgba(92, 49, 0, 0.12);
    padding: 2rem 3rem;
}

.highlight-product-image-container {
    display: flex;
    justify-content: center;
}

.highlight-product-image {
    width: 100%;
    max-width: 24rem;
    height: auto;
    aspect-ratio: 1;
    border-radius: 1rem;
    box-shadow: 0 0 1rem 0.2rem #e1a25a;
}

.highlight-product-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.highlight-product-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: var(--main-color);
}

.highlight-product-title span {
    color: #b86b00;
}

.highlight-product-description {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    color: #5c3100;
}

.highlight-product-features {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
    color: #5c3100;
}

.highlight-product-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    margin-top: 4%;
}

.highlight-product-button {
    width: 15rem;
    font-size: 1.1rem;
    padding: 0.8rem 2.2rem;
    border-radius: 0.8rem;
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
    transition: var(--smooth);
    margin: auto;
}

.highlight-product-button .button-icon-arrow {
    height: 1.2em;
    margin-left: 0.7em;
}

.highlight-product-div-title {
    font-size: 5rem;
    font-weight: 300;
}

.highlight-product-div li {
    margin: 0;
    padding: 8px 0 8px 30px;
    list-style: none;
    background-image: url("./kepek/svg/sausage.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}
.rolunk-title {
    font-size: 3.5rem;
    font-weight: 900;
    text-align: center;
    margin: 1rem;
    color: var(--main-color);
    margin-top: 10rem;
}

.rolunk-p {
    text-align: center;
    font-size: 1.5rem;
    margin: 1rem;
    margin-left: 10rem;
    margin-right: 10rem;
}

.rolunk-hr {
    width: 30%;
    margin-left: 35%;
    border-style: solid;
    border-color: var(--main-color);
}

/* Dolgozók - rohadtul működik, plz appreciate me */
.dolgozo-container, .dolgozo-container2 {
    position: relative;
    margin: auto;
    width: 100%;
    height: 45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: var(--div-color);
}

#dolgozo, #dolgozo2 {
    width: 30rem;
    height: 40rem;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* pointer-events: none; */
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

#dolgozo2 {
    width: 32.5rem;
}

.slide {
    display: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.slide2 {
    transition: all 0.3s ease;
}

.dolgozo-container, slide:first-child {
    display: block;
}

.slide.active, .slide.active2 {
    display: block;
    opacity: 1;
    /* pointer-events: auto; */
}

.dolgozo-nev, .dolgozo-nev2 {
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.dolgozo-munka, .dolgozo-munka2 {
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
}

.dolgozo-img, .dolgozo-img2 {
    width: 20rem;
    height: 25rem;
    object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.dolgozo-desc, .dolgozo-desc2 {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 1rem;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0.25rem;
    user-select: none;
    background-color: rgba(0,0,0,0.5);
    /* z-index: 3; */
}

.next {
    right: 25%;
}

.prev {
    left: 25%;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.kolbasz-container {
    width: 80vw;
    height: auto;
    min-height: 30rem;
    background-color: white;
    margin: 5% auto;
    /* border-radius: 1rem; */
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    padding: 2rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

.kolbasz-container img {
    width: 30%;
    height: auto;
    margin: 0;
    flex-shrink: 0;
}

.kolbasz-desc {
    flex: 1;
    padding: 1rem;
    margin: 0;
    margin-right: 10%;
    text-align: justify;
    font-size: 1.2rem;
}

.kolbasz-name {
    font-size: 2.5rem;
    margin: 0 2rem 0 0;
    display: inline-block;
}

.kolbasz-price {
    font-size: 1.85rem;
    margin: 0 2rem 0 0;
    display: inline-block;
    /* text-align: center; */
}

.kolbasz-title-container {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.kolbasz-title {
    display: flex;
    flex-direction: column;
}

/* .kolbasz-name {
    font-size: 2.5rem;
    margin: 0;
} */

.vertical-line {
    width: 0.1rem;
    height: 5rem;
    background-color: var(--main-color);
    margin: 0;
}

.sajat-termek {
    font-weight: bold;
    display: block;
    font-size: 1.1rem;
}

.cool-button-3 i.fa-shopping-cart {
    font-size: 2rem;
    transition: var(--smooth);
    color: rgb(255, 240.05, 223.18);
    transform: translateX(0%) scaleX(1);
    transform-origin: right;
}

.cool-button-3:hover i.fa-shopping-cart {
    transform: translateX(-300%) scaleX(0);
    opacity: 0;
}


@media (max-width: 768px) {
    .kolbasz-container {
        flex-direction: column;
        width: 90vw;
        padding: 1rem;
    }
    
    .kolbasz-container img {
        width: 100%;
    }
    
    .kolbasz-desc {
        width: 100%;
    }

    #kosarba {
        display: none;
    }
}


.cart-p {
    cursor: pointer;
}


/*-------------------Kezdő értesítés-------------------*/

.showing {
    visibility: visible !important;
    transform: translateY(0%)  translateX(0%) scaleX(1) !important;
    opacity: 1 !important;
    z-index: 10000000000000 !important;
}

#popUpContainer {
    visibility: hidden;
    transform:  translateX(100%) scaleX(0);
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1000000000000000000010000000000000000000;
    transition: var(--smooth);
    opacity: 0;
}


#popUpOverlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.96);
    z-index: 1000000000000000000010000000000000000000;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
    backdrop-filter: blur(0.4rem);
}

.pop-up {
    display: flex;
    flex-direction: column;
    height: 30rem;
    width: 30rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000000;
    background: var(--accent-color-not-hover);
    border-radius: 1rem;
    padding: 2rem 4rem;
    color: var(--main-color);
    justify-content: space-between;
    transition: var(--smooth);
    outline :0.1rem dashed var(--accent-color) ;
}

.pop-up:hover {
    transition: var(--smooth);
    background: var(--accent-color);
    outline: 0.05rem solid  var(--accent-color) ;
}

.pop-up-text-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pop-up-button {
    text-align: center;
    margin: auto;
    width: 12rem;
    text-decoration: none;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: var(--smooth);
}

.pop-up-button:hover {
    /* border-radius: 1rem; */
    cursor: pointer;
    scale: 1.1;
}

.pop-up-button:active {
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}

.pop-up-text {
    font-size: 1.4rem;
    text-align: center;
}

.pop-up-header {
    margin: 0 !important;
    transition: var(--smooth);
}

.pop-up-header:hover {
    scale: 1 !important;
}

.pop-up-subtitle {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.pop-up-img {
    height: 1.5rem;
}


#arrow-left {
    font-size: 1.3rem;
    animation: arrow-left 1s infinite cubic-bezier(0.4, 0, 0.2, 1) alternate-reverse;
}

@keyframes arrow-left {
    from {
        transform: translateX(0%) scale(1.05);
        opacity: 1;
    }

    to {
        transform: translateX(-30%) scale(0.95);
        opacity: 0.7;
    }
}

.text-sub-pop-up {
    color: #f32f2f;
    text-shadow: 0 0 0.2rem #f32f2f;
    font-size: 1rem;
}

.pop-up-mobile {
    display: none;
    visibility: hidden;
}

@media (max-width: 700px) {

    .pop-up {
        position: fixed;
        padding: 1rem !important;
        width: 90%;
        height: fit-content;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%) scale(1) scaleX(1) translateZ(100px);
        background: var(--accent-color);
        outline: none;
        animation: slide-in-big 1s cubic-bezier(.71,.1,.13,1.03) forwards;
    }

    @keyframes slide-in-big  {
        from {
            transform: translate(100%, 100%) scale(0.3) scaleX(0) translateZ(-1000px) ;
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


    #popUpOverlay {
        background: rgba(0, 0, 0, 0.90);
        height: 100vh;
    }

    .pop-up-mobile {
        visibility: visible;
        display: flex;
        flex-direction: column;
        height: fit-content;
        width: 75%;
        background: rgba(189, 134, 54, 0.9);
        backdrop-filter: blur(2px);
        border-radius: 1rem;
        position: fixed;
        left: 50%;
        top: 10%;
        transform: translate(-50%, -10%) scaleX(1) scaleY(1);
        text-align: center;
        gap: 1rem;
        font-weight: 300;
        padding: 0.5rem;
        z-index:100000001 ;
        animation: slide-in 0.5s cubic-bezier(.55,-0.39,.31,1.42) forwards;
    }

    @keyframes slide-in  {
        from {
            transform: translate(-150%, 0%) scale(0.3) scaleX(0) scaleY(0);
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .pop-up-mobile-header {
        font-size: 1.6rem;
    }

    .pop-up-mobile-text {
        line-height: 1.5rem;
    }
    
    
    
}



@media (max-height: 700px) {

    #popUpContainer {
        scale: 0.8;
    }

    .pop-up {
        top: 70%;
        transform: translate(-50%, -70%) ;
    }
    .pop-up-mobile {
        top: -5%;
        font-size: 1rem;
        transform: translate(-50%, -5%);
    }
    
}

/*------------------------------------------------------*/


@media (max-width: 700px) {

    .cool-button-3-div {
        width: fit-content;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
        margin-left: 0;
        position: relative;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-right: 0;
    }

    .cool-button-3 {
        margin: auto;
    }

    #kosarba {
        display: block;
    }
}

.csaptelep-sub {
    font-size: 2rem;
    /* font-weight: bold; */
    text-align: center;
}

.fs-name {
    font-size: 2rem;
    font-weight: 400;
}

li a .cart {
    font-size: 3rem;
}

.kolbasz-desc-negyevszak {
        flex: 1;
        padding: 0rem;
        margin: 0;
        margin-right: 10%;
        text-align: justify;
        font-size: 1.2rem;
}


.kolbasz-container .kolbasz-desc-negyevszak {
    flex: 0 0 100%;
    width: 100%;
    margin: 1rem 0 0 0;
    padding: 0;
    order: 10;
}

.kolbasz-container2 {
    width: 80vw;
    height: auto;
    min-height: 30rem;
    background-color: white;
    margin: 5% auto;
    /* border-radius: 1rem; */
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    padding: 2rem;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.kolbasz-top {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
}

@media (max-width: 768px) {
    .kolbasz-top {
        flex-direction: column;
    }
}