@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

:root {
    --black: #191919;
    --light-green: #B2C75A;
    --brown: #643A1C;
    --red: #C13D20;
    color-scheme: light only;
}
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: transparent;
}
::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

html,
body {
    height: 100vh;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Playfair Display', serif;
    background: linear-gradient(180deg, rgba(48, 127, 226, 1) 0%, rgba(48, 127, 226, 1) 33%, rgba(250, 224, 60, 1) 66%, rgba(250, 224, 60, 1) 99%) no-repeat fixed;
}

main {
    border: 1px solid #CBCBC4;
    border-radius: 22px 22px 0 0;
    background-color: #fff;
    margin: 15px 15px 0 15px;
}

@media only screen and (min-width: 768px) {
    main {
        border: 1px solid #CBCBC4;
        border-radius: 22px;
        margin: 75px 75px 0 75px;
        padding: 20px;
    }
}

.product-slider-container {
    max-width: 200px;
    height: 200px;
    display: inline-flex;
    overflow: hidden;
    transform: translateX(0);
    transition: transform 0.3s ease-out;
}

.product-slide {
    max-height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    user-select: none;
}

.product-slide img {
    max-width: 200px;
    max-height: 200px;
    transition: transform 0.3s ease-in-out;
}

.btnPrev, .btnNext {
    position: absolute;
    top: 25%;
    color: var(--light-green);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 0;
    cursor: pointer;
}
.btnPrev {
    left: 0;
}
.btnNext {
    right: 0;
}

/*section:not(:first-child) {*/
/*    margin-bottom: 90px;*/
/*}*/
section {
    margin-bottom: 90px;
}
.section__header {
    margin-bottom: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill{
    -webkit-text-fill-color: var(--brown) !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.block__title {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    /*max-width: 300px;*/
    color: var(--light-green);
}

.content__button .btn {
    text-align: center;
    gap: 10px;
    width: 250px;
    background: var(--light-green);
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    color: #FFFFFF;
}

.btn-add {
    color: #FFFFFF !important;
    width: 150px !important;
    font-size: 20px !important;
    line-height: 25px !important;
}

.content__button .btn:hover,
.btn-add:hover{
    border: 1px solid var(--light-green) !important;
    color: var(--light-green) !important;
    transition: all 200ms;
}

.block__title-sm {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: var(--black);
}

.product__price {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: var(--brown);
}

select {
    background: #EFEFEF;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
    border-radius: 6px;
    border: 1px solid var(--brown);
    font-family: 'Playfair Display', serif !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important;
    color: var(--brown);
    display: flex;
    align-items: flex-start;
    text-align: center;
    font-size: 20px !important;
    width: 100%;
    height: 35px;
    min-width: 200px;
}

.category__title {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: var(--black);
}

.section__body a,
.section__body a:visited {
    color: var(--black);
    text-decoration: none;
}

.content__text span {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
}

.section__item img {
    transition: all 200ms;
}

.section__item img:hover {
    transform: scale(1.05);
}

.philosophy__title {
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 57px;
    color: var(--black);
}

.philosophy__subtitle {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
}

.section__philosophy .section__item img {
    width: 60% !important;
    margin: auto;
}

.advantages__subtitle,
.total__subtitle {
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: var(--black);
}

.total__subtitle {
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    color: var(--black);
}

.total__subtitle a {
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
}

.cart__text,
#shopping-cart .cart__text .product__price {
    font-family: 'Caveat', cursive !important;
    font-style: normal !important;
    font-weight: 400;
    font-size: 32px !important;
    line-height: 40px !important;
}
#shopping-cart .cart__text .product__price {
    font-weight: 900 !important;
}

.product__info div:not(:first-child) {
    width: 25%;
    text-align: center;
}
.product__info div:first-child {
    width: 100%;
}

.info__block {
    position: relative;
}

.item__block {
    width: 250px;
    padding: 20px;
    background: #EFEFEF;
    border-radius: 6px;
    position: absolute;
    top: 3rem;
    left: 4rem;
}

.info__block img {
    border-radius: 100%;
}

.item__block:last-child {
    top: auto;
    right: 2rem;
    left: auto;
    bottom: 2rem;
}

.info-logo {
    position: absolute;
    width: 125px;
    left: 22rem;
    top: 2rem;
}

.item__block span,
.item__block i {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
    color: var(--black);
}

.item__block .fw-bold {
    font-weight: bold !important;
}

.brocol {
    position: absolute;
    bottom: -1rem;
    left: 10rem;
}

.category__item {
    gap: 10px;
}
.category__item img {
    border: 1px solid var(--brown);
    width: 150px;
    height: 100px;
    padding: 10px;
}

.category__item span {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: var(--black);
}

.category__title {
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 65px;
    color: var(--black);
    margin-top: 25px;
}

.cart_count {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--bs-danger);
    color: white;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: x-small;
    font-family: system-ui;
}

img {
    position: relative;
}
img[alt]:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-weight: 300;
    line-height: 6;
    text-align: center;
    content: attr(alt);
    border-radius: 20px;
}

.menu .categories__list {
    position: absolute;
    overflow-x: scroll;
    width: 100%;
    /*height: 150px;*/
    display: flex;
    gap: 35px;
}

.menu .products__list {
    margin-top: 130px;
}

.section__menu-categories .container {
    position: relative;
}

.section__view {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.view-mode {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.view-mode__button {
    border: 0;
    background: none;
}

.view-mode__button .btn-title {
    display: none;
}

.view-mode__button i {
    color: var(--black);
    font-size: 30px;
    line-height: 1px;
}

.view-mode__button .active {
    color: var(--light-green);
}

.product__qty .minus,
.product__qty .plus {
    display: none;
    cursor: pointer;
    border: 1px solid var(--black);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 6px;
    padding: 5px 20px 5px 5px;
    font-size: 30px;
    margin: auto;
}
.product__qty:hover .minus,
.product__qty:hover .plus {
    display: block;
}
.product__qty .minus:hover,
.product__qty .plus:hover {
    border: 1px solid var(--light-green);
    color: var(--light-green);
}

.products__list .subcategory-wrapper, .subcategory-wrapper {
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    /*right: -20px;*/
    /*top: 10px;*/
    border-radius: 15px;
    border: 1px solid black;
    gap: 15px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 20px;
}
.subcategory {
    width: 32px;
    height: 32px;
}
.subcategory_name {
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    color: black;
}
.section__body .tasty__image {
    cursor: url(https://img.icons8.com/external-prettycons-lineal-prettycons/49/null/external-info-technology-prettycons-lineal-prettycons.png), pointer;
}
.hover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
}
#popup {
    position: fixed;
    top: 25%;
    background: white;
    padding: 20px;
    width: 50vw !important;
    border-radius: 20px;
    z-index: 25;
    margin: auto;
    right: 0;
    left: 0;
    height: 75vh;
}
.close {
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
    color: var(--light-green);
    border: 1px solid var(--light-green);
    border-radius: 100%;
    width: 25px;
    height: 25px;
    text-align: center;
}
.section__cart .close {
    position: absolute;
    top: 2%;
    right: 2%;
}
.section__cart #popup {
    max-height: 100vh;
    max-height: 100svh;
    height: 100%;
    overflow-y: scroll;
    width: 100vw !important;
    border-radius: 0 !important;
    top: 0 !important;
    padding: 7.5% 15%;
}

.home .subcategory-wrapper,
.menu .subcategory-wrapper {
    right: 7.5%;
    top: 10%;
}
.products__list .subcategory-wrapper, .subcategory-wrapper {
    right: 5%;
    top: 5%;
}
.products-grid {
    display: grid;
    grid-template-areas: "1fr 1fr 1fr 1fr";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 2%;
    row-gap: 3rem;
}
.slide a:hover .category__title {
    opacity: 1;
    background-color: rgb(255 255 255 / 50%);
}
.section__delivery .section__body .section__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__delivery .section__body .section__item:first-child img {
    max-width: 350px;
}
.section__delivery .section__body .section__item:last-child img {
    max-width: 250px;
}

.section__delivery .section__body .section__item span {
    margin-top: 20px;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
}
#menu__categories {
    position: relative;
}
#menu__categories .menu-list {
    width: 25%;
    right: 2.5%;
    padding: 20px;
    position: absolute;
    border-radius: 20px;
    background: rgb(255 255 255 / 90%);
    border: 1px solid var(--light-green);
    box-shadow: 0 2px 10px 1px var(--light-green);
}
#menu__categories .menu-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu__categories .menu-list ul li {
    padding: 2.5px;
    border-bottom: 1px dotted var(--light-green);
}
#menu__categories .menu-list ul li:last-child,
#menu__categories .menu-list ul li:first-child {
    border-bottom: none;
}
#menu__categories .menu-list ul svg {
    width: 20px;
    fill: var(--light-green);
}
#menu__categories .menu-list ul a {
    gap: 15px;
    display: flex;
    color: var(--brown);
    align-items: center;
    font-size: 22px;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
}


#slides-container-categories .section__item {
    background-color: #cccccc;
    height: 450px;
    width: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

#slides-container-categories {
    padding: 0;
}
#slides-container-categories .slide {
    padding: 15px 0;
}

#slides-container-categories .slide a {
    display: flex;
    justify-content: center;
}

.section__menu-categories .scroll .cat_img {
    background-color: #cccccc;
    height: 100px;
    width: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    background-blend-mode: multiply;
}
.products__list .subcategory-wrapper, .subcategory-wrapper {
    right: -7.5%;
}
.section__recommendations .section__body,
.products__list .section__body {
    padding: 30px;
    border-radius: 20px;
}

.section__recommendations .section__body:hover,
.products__list .section__body:hover {
    box-shadow: 0 0 15px 0 var(--light-green);
}

.order-error .section__error,
.order-received .section__thanks {
    height: 50vh;
    display: flex;
    align-items: center;
}
.order-error .section__error h1,
.order-received .section__thanks h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    color: var(--brown);
}
.order-error .section__error h3,
.order-received .section__thanks h3 {
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 400;
    color: var(--brown);
}
.order-error .section__error img,
.order-received .section__thanks img {
    width: 350px;
    border-radius: 100%;
    margin: 20px;
}
.order-received .section__thanks img {
    box-shadow: 0 0 20px 15px #fff4cb;
}
.order-error .section__error .container,
.order-received .section__thanks .container {
    gap: 20px;
}

/*.store__concept__grid {*/
/*    display: grid;*/
/*    justify-items: center;*/
/*    grid-template-areas: "1fr 1fr";*/
/*    grid-row-gap: 25px;*/
/*}*/

.store__concept__item span {
    font-family: 'Caveat', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 20px;
    color: var(--brown);
}
.store__concept__item img {
    width: 100px;
    height: 100px;
}

.store__concept__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px;
    background: #ececec;
    width: 225px;
    text-align: center;
    position: absolute;
    height: auto;
    gap: 10px;
}

.section__store__concept iframe {
    border-radius: 20px;
}

.section__photo .section__item img {
    width: 95%;
}

/*.block__title:after {*/
/*    content: " ";*/
/*    width: 40%;*/
/*    height: 3px;*/
/*    background: #dedede;*/
/*    display: block;*/
/*}*/

.section__our__story .section__bckg {
    width: 100%;
    margin: 50px;
}
.section__our__story .section__bckg div {
    background: url("./../images/stand_with_ukraine.png") no-repeat center;
    background-size: cover;
    height: 375px;
    width: 100%;
    border-radius: 20px;
}
.section__our__story .section__item img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
}

.our__story__item_text {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
}

.our__story__item_subtitle {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: var(--light-green);
}
.section__our__story__item {
    display: flex;
    flex-direction: column;
}
.section__our__story .section__body .section__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.our__story__item_title {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #606060;
    border-top: 1px dotted #606060;
    border-bottom: 1px dotted #606060;
    padding: 5px;
    margin: 20px;
}
.section__our__story img {
    width: 100%;
    max-width: 500px;
    position: absolute;
    bottom: 12rem;
    left: 5rem;
    border-radius: 20px;
}
.section__our__story .section__title {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 25%;
}
.section__our__story .section__body {
    width: 100%;
}
.section__our__story .section__body .section__item {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin: 40px 0;
}
.section__our__story .section__body .section__item .section__our__story__item {
    width: 35%;
    margin-right: 3%;
}
.how__to__buy__item__table {
    width: 75%;
    border: 1px solid var(--brown);
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    margin: 20px auto;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--brown);
}
.how__to__buy_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    width: 100%;
}
.how__to__buy_table {
    width: 100%;
}
.how__to__buy__item {
    display: flex;
    flex-direction: column;
}

.accordion {
    margin: 0;
    margin-top: 30px;
    padding: 10px;
    width: 100%;
    max-width: 1440px;
}

.accordion .container {
    position: relative;
    margin: 10px 10px;
}

.accordion .label {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: var(--brown);
    position: relative;
    cursor: pointer;
}

.accordion .label::before {
    content: '+';
    color: var(--brown);
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 30px;
    transform: translateY(-50%);
}

.accordion .content {
    position: relative;
    background: white;
    height: 0;
    font-size: 20px;
    text-align: justify;
    width: 100%;
    max-width: 780px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    color: var(--brown);
}

.accordion hr {
    width: 100%;
    margin-left: 0;
    border: 1px solid var(--light-green);
}

.accordion .container.active .content {
    height: 50px;
    padding-top: 20px;
}

.accordion .container.active .label::before {
    content: '-';
    font-size: 30px;
}

.section__delivery-terms span {
    font-size: 22px;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: var(--black);
    padding-bottom: 20px;
}
.section__delivery-terms ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section__delivery-terms ul li {
    margin-left: 20px;
    /*padding: 10px 0;*/
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}
.section__delivery-terms ul li:before {
    content: "";
    display: block;
    background: var(--light-green);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 14px;
}

.tasty__image img {
    transform-origin: center center;
    object-fit: cover;
}

#popup img {
    cursor: crosshair;
}
.media {
    width: 100% !important;
    position: unset !important;
    gap: 30px;
}

@media only screen and (max-width: 1440px) {
    .products__list .subcategory-wrapper, .subcategory-wrapper {
        right: 5%;
    }
    .products-grid {
        column-gap: 5%;
        grid-template-areas: "1fr 1fr 1fr";
        grid-template-columns: 1fr 1fr 1fr;
    }
    .item__block {
        width: 250px;
        padding: 20px;
        top: 2rem;
        left: 4.5rem;
    }
    .item__block:last-child {
        width: 300px;
        top: auto;
        right: 2rem;
        left: auto;
        bottom: 2rem;
        gap: 5px !important;
    }
    .info-logo {
        width: 125px;
        left: 22.5rem;
        top: 2.5rem;
    }
    .products__list .subcategory-wrapper, .subcategory-wrapper {
        right: 0;
    }
}

@media only screen and (max-width: 1201px) {
    .item__block {
        width: 225px;
        padding: 10px;
        top: 2rem;
        left: 4rem;
    }
    .item__block:last-child {
        right: 1rem;
        bottom: 1rem;
    }
    .info-logo {
        width: 100px;
        left: 20rem;
        top: 2.5rem;
    }
    .products-grid {
        grid-column-gap: 1.5%;
    }
    .section__recommendations .section__body, .products__list .section__body {
        padding: 15px;
    }
    .section__our__story img {
        bottom: 13rem;
        left: 2.5rem;
    }
}

@media only screen and (max-width: 1101px) {
    .item__block {
        top: 1rem;
        left: 1rem;
    }
    .info-logo {
        width: 85px;
        left: 17.5rem;
        top: 2rem;
    }
    .section__menu-categories {
        margin-top: 35px;
    }
    .section__menu-categories .category__item img {
        width: 100px;
        height: 90px;
    }
    .section__menu-categories .category__item span {
        font-size: 15px;
        line-height: 20px;
    }
    .menu .categories__list {
        gap: 7px;
    }
    .store__concept__item {
        width: 175px;
    }
    .section__our__story img {
        max-width: 450px;
        /*bottom: 13rem;*/
        /*left: 2.5rem;*/
    }
}

@media only screen and (max-width: 1025px) {
    .info-logo {
        width: 85px;
        left: 17rem;
        top: 2rem;
    }
    .section__map iframe {
        width: 100%;
    }
    .products-grid {
        grid-template-areas: "1fr 1fr";
        grid-template-columns: 1fr 1fr;
    }
    .products__list .subcategory-wrapper, .subcategory-wrapper {
        right: 12.5%;
    }
    .section__view {
        display: none;
    }
    .section__our__story img {
        bottom: 15rem;
        left: 1.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .item__block {
        width: 200px;
        top: 1rem;
        left: 1rem;
    }
    .info-logo {
        width: 80px;
        left: 14.5rem;
        top: 1.5rem;
    }
    .menu .products__list .subcategory-wrapper {
        right: 0;
    }
    .section__our__story img {
        max-width: 375px;
        bottom: 17.5rem;
    }
}

@media only screen and (max-width: 870px) {
    .products-grid .section__body .tasty__content#popup {
        top: 1.5% !important;
        /*height: 100vh !important;*/
        /*border-radius: 0 !important;*/
        /*overflow-y: auto;*/
    }
    .media {
        width: 80% !important;
        left: 0;
        position: fixed !important;
        bottom: 0;
        padding: 20px 0;
    }
    .menu .subcategory-wrapper,
    .home .subcategory-wrapper {
        right: 10px !important;
        top: 10px !important;
    }
    .menu .products__list .subcategory-wrapper {
        top: 10px !important;
        right: -30px !important;
    }
    .info__block {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: center;
    }
    .info__block .brocol,
    .info__block .item__block {
        position: unset;
    }
    .info__block img {
        display: none;
    }
    .info__block .brocol img {
        display: block !important;
    }

    .block__title {
        font-size: 35px;
        line-height: 45px;
    }
    .content__text span {
        font-size: 15px;
        line-height: 20px;
    }
    .category__title {
        font-size: 15px;
        line-height: 20px;
    }
    section {
        margin-bottom: 50px !important;
    }
    .section__tasty .container {
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
    }
    .section__tasty .container .tasty__image {
        display: none !important;
    }
    .section__tasty .container div {
        gap: 20px;
        width: 100% !important;
    }
    .section__tasty .content__button {
        text-align: center;
        margin: 20px 0;
    }
    .section__top-product_menu .section__body {
        flex-direction: column !important;
    }
    .section__top-product_menu .section__body .tasty__image,
    .section__top-product_menu .section__body .tasty__content {
        gap: 15px !important;
        width: 100% !important;
    }
    .section__top-product_menu .tasty__image img {
        width: 85% !important;
    }
    .section__top-product_menu .content__title {
        margin-top: 20px !important;
        text-align: center;
    }
    .section__top-product_menu .content__button {
        gap: 0 !important;
    }
    .section__top-product_menu .btn-add {
        width: 30% !important;
    }
    
    .section__top-product .section__body {
        flex-direction: column !important;
    }
    .section__top-product .section__body .tasty__image,
    .section__top-product .section__body .tasty__content {
        gap: 15px !important;
        width: 100% !important;
    }
    .section__top-product .tasty__image img {
        width: 85% !important;
    }
    .section__top-product .content__title {
        margin-top: 20px !important;
        text-align: center;
    }
    .section__top-product_menu .content__button {
        gap: 0 !important;
    }
    .section__top-product .btn-add {
        width: 30% !important;
    }

    .section__menu-categories .row-cols-3>* {
        width: 50%;
    }
    .section__philosophy .section__body {
        flex-direction: column;
    }
    .section__philosophy .section__body .section__item {
        width: 100% !important;
    }
    .section__philosophy .section__body .section__item .philosophy__text {
        margin: 0 !important;
        text-align: center;
    }
    .section__photo .section__body {
        flex-direction: column;
        gap: 20px;
    }
    .section__photo .section__item {
        width: 100% !important;
    }
    .section__photo .section__item img {
        width: 95% !important;
    }
    .section__menu-categories .category__title {
        font-size: 35px;
        line-height: 40px;
    }
    #cartTableBody .cart__text {
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }
    #cartTableBody .product__image {
        width: 50% !important;
    }
    #cartTableBody .product__info {
        flex-wrap: wrap;
    }
    #shopping-cart .cart__text,
    #shopping-cart .cart__text .product__price {
        font-size: 25px !important;
    }
    .section__cart {
        margin-top: 30px;
    }
    .section__cart .block__title {
        text-align: center;
    }
    #recommendations {
        flex-direction: column !important;
    }
    #recommendations .section__body {
        width: 100% !important;
    }
    #recommendations .section__body .tasty__image img {
        width: 75% !important;
    }
    .menu .section__menu-categories .products__list .section__body {
        width: 100% !important;
    }
    .product__qty .minus, .product__qty .plus {
        display: inline-block;
        margin: 0 10px;
    }
    .menu .products__list .subcategory-wrapper {
        right: 25px;
    }
    #popup {
        /*width: 75vw !important;*/
        width: 100vw !important;
        height: 92.5% !important;
        top: 0 !important;
        z-index: 999;
        justify-content: start !important;
        gap: 0 !important;
    }
    /*.section__cart #popup {*/
    /*    height: 100vh !important;*/
    /*}*/
    #popup img {
        max-width: 250px;
    }
    .close {
        top: 20px;
        right: 25px;
        z-index: 999;
    }
    #popup .content__text {
        gap: 10px !important;
    }
    #popup .content__text span {
        font-size: 17px;
        line-height: 23px;
    }

    #popup .block__title-sm {
        font-size: 24px;
        width: 90%;
        display: block;
    }

    .section__cart .close {
        top: 2%;
        right: 5%;
    }
    .section__cart #popup {
        top: 0 !important;
        height: 100svh !important;
        width: 100vw !important;
        z-index: 9999;
        padding: 35px;
        padding-bottom: 5vh;
    }
    .section__cart .details .col:nth-of-type(3) {
        margin-bottom: 1rem!important;
        width: 100%!important;
    }
    .section__cart .details .col:nth-of-type(4) {
        width: 100%!important;
    }

    .section__delivery .block__title {
        text-align: center;
    }
    .section__delivery .section__body {
        flex-direction: column;
    }
    .section__delivery .section__body .section__item:first-child img {
        max-width: 200px;
    }
    .section__delivery .section__body .section__item:last-child img {
        max-width: 150px;
    }
    .section__delivery .section__body .section__item span {
        font-size: 17px;
    }
    #slides-container-categories {
        margin-top: 20px;
    }
    #slides-container-categories .slide {
        flex: 1 0 80% !important;
    }
    #menu__categories .menu-list {
        width: 50%;
        padding: 5px;
    }
    #menu__categories .menu-list h3 {
        margin: 0;
    }
    #menu__categories .menu-list ul a {
        font-size: 16px;
    }
    #slides-container-categories .section__item {
        height: 275px;
        width: 250px;
    }


    .order-error .section__error,
    .order-received .section__thanks {
        height: 75vh;
    }
    .order-error .section__error img,
    .order-received .section__thanks img {
        width: 75% !important;
    }
    .order-error .section__error .container,
    .order-received .section__thanks .container {
        flex-direction: column !important;
        align-items: center;
        gap: 50px;
    }

    .section__store__concept .section__body {
        flex-direction: column !important;
    }
    .section__store__concept .store__concept__grid {
        display: grid;
        justify-items: center;
        grid-template-areas: "1fr 1fr 1fr 1fr";
        grid-row-gap: 25px;
    }
    .section__store__concept .section__item {
        width: 100%;
    }
    .section__store__concept .store__concept__item {
        width: 90%;
        position: unset;
        padding: 5px;
    }
    .section__store__concept iframe {
        width: 100%;
        margin-top: 1rem;
    }
    .section__our__story img {
        max-width: 270px;
        bottom: 20.5rem;
    }
    .section__our__story .section__body .section__item {
        margin: 20px 0;
    }
    .section__our__story .section__body .section__item .section__our__story__item {
        width: 40%;
    }
    .section__how__to__buy img {
        width: 100% !important;
        max-width: 500px;
    }
    .section__how__to__buy .section__body {
        flex-direction: column-reverse;
    }
    .accordion .container.active .content {
        height: 100%;
    }
    .how__to__buy__item__table {
        width: 100%;
    }
    .accordion .label {
        font-size: 25px;
        line-height: 30px;
    }
    .accordion .content {
        font-size: 17px;
    }
    .section__how__to__buy {
        margin-top: 30px;
    }
    .section__delivery-terms {
        margin-top: 30px;
    }


    .section__delivery-terms .section__body {
        flex-direction: column;
    }
    .section__delivery-terms .section__body .p-4 {
        padding: 1.5rem 0!important;
    }
    .section__delivery-terms .section__body .w-50 {
        width: 100% !important;
    }
    .section__delivery-terms .section__body img {
        max-width: 250px !important;
    }
    .section__delivery-terms span {
        font-size: 20px;
    }
    .section__delivery-terms ul li {
        margin-left: 10px;
        font-size: 18px;
        /*padding: 8px 0;*/
        padding: 4px 0;
    }
    .section__delivery-terms ul li:before {
        width: 7px;
        height: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .info__block {
        flex-direction: column;
        margin-top: 45px;
    }
    .info__block .brocol {
        position: absolute;
        right: 0rem;
        top: 7rem;
        left: auto;
    }
    .products-grid {
        /* grid-row-gap: 1%; */
        grid-template-columns: 1fr;
        grid-template-areas: "1fr";
    }
    .menu .section__menu-categories .products__list .section__body {
        width: 65% !important;
        margin: auto;
    }

    .section__store__concept .store__concept__grid {
        grid-template-areas: "1fr 1fr";
    }
    .section__store__concept .store__concept__item {
        width: 95%;
        max-width: 165px;
    }
}
@media only screen and (max-width: 571px) {
    .section__our__story img {
        display: none;
    }
    .section__our__story .section__title {
        justify-content: center;
    }
    .section__our__story .section__body .section__item {
        margin: 10px 0;
    }
    .section__our__story .section__body .section__item .section__our__story__item {
        width: 100%;
        margin: auto;
    }
    .our__story__item_title {
        padding: 10px 0;
        margin: 20px 0;
    }
    .section__our__story__wrapper {
        flex-direction: column;
        gap: 25px;
    }
    .our__story__item_subtitle {
        text-align: center;
    }
    .section__cart #popup .details .w-25, 
    .section__cart #popup .details .w-50 {
        width: 100% !important;
    }
}
@media only screen and (max-width: 500px) {
    .product__qty .minus, .product__qty .plus {
        margin: 5px;
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 2px 10px 5px 2px;
    }
    #btnEmpty, #btnSubmit {
        width: 45% !important;
    }
    .menu .section__menu-categories .products__list .section__body {
        width: 85% !important;
    }
}

.btn-add {
    height: 40px
}

@keyframes move {
    0% { left: 0; }
    10% { left: 10%; }
    20% { left: 20%; }
    30% { left: 30%; }
    40% { left: 40%; }
    50% { left: 50%; }
    60% { left: 60%; }
    70% { left: 70%; }
    80% { left: 80%; }
    90% { left: 90%; }
    100% { left: 100%;  }
}