@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");:root{--dark: #060607;--yellow: #ebb03b;--green: #72a245}*{box-sizing:border-box}html{margin:0;padding:0;-webkit-text-size-adjust:100%;height:100%}html body{margin:0;padding:0;font-family:"Montserrat", sans-serif;font-size:16px;color:var(--dark);height:100%}.dessert-toggle{margin:15px 0;display:flex;align-items:center;gap:20px;overflow-x:scroll;scrollbar-width:20px;scrollbar-color:rgba(0, 0, 0, 0.3) transparent;padding:0 0 0 40px}@media screen and (max-width:768px){.dessert-toggle{padding-left:20px;align-items:stretch}}.dessert-toggle::-webkit-scrollbar{height:6px;cursor:grab}.dessert-toggle::-webkit-scrollbar-track{background:transparent}.dessert-toggle::-webkit-scrollbar-thumb{background-color:rgba(0, 0, 0, 0.3);border-radius:10px}.dessert-toggle label{display:flex;align-items:center;font-size:16px;color:#333;cursor:pointer;transition:0.5s smooth;position:relative;background:#fff;padding:10px 15px;border-radius:10px;text-wrap:nowrap}@media screen and (max-width:767px){.dessert-toggle label{background:#fff;font-size:12px;text-wrap:nowrap}}.dessert-toggle label img{object-fit:contain;max-width:28px;margin-left:20px}.dessert-toggle input[type="radio"]{appearance:none;-webkit-appearance:none;background-color:#fff;border:2px solid var(--green);transition:background-color 0.3s, border-color 0.3s;cursor:pointer;flex-shrink:0;opacity:0;position:absolute;z-index:5;inset:0}.dessert-toggle label:has(input[type="radio"]:checked){background-color:var(--green);border-color:var(--green);color:#fff}.dessert-toggle label:has(input[type="radio"]:checked) img{filter:invert(1) brightness(10)}.links{position:fixed;bottom:2rem;left:2rem;z-index:1}@media screen and (max-width:767px){.links{bottom:110px;left:1rem}}.links>span{--lord-icon-primary: var(--yellow);box-shadow:0 3px 15px rgba(0, 0, 0, 0.16);background-color:#fff;border-radius:50px;height:59px;padding:0 14px;font-weight:600;color:var(--green);display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (max-width:767px){.links>span{width:50px;height:50px;font-size:0;padding:0}}.links>span lord-icon{display:none}@media screen and (max-width:767px){.links>span lord-icon{display:block}}.links div{position:absolute;bottom:100%;left:0;width:100%;display:grid;grid-template-columns:repeat(2, 50px);gap:12px;padding:0 0 12px;justify-content:center}.links div.active a{transform:translateY(0px);opacity:1;visibility:visible}@media screen and (max-width:767px){.links div{grid-template-columns:45px}}.links div a{box-shadow:0 3px 15px rgba(0, 0, 0, 0.16);background-color:#fff;border-radius:50px;height:50px;font-weight:600;color:var(--green);display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;transform:translateY(20px);transition:all 0.2s ease-in-out;opacity:0;visibility:hidden}.links div a:first-child{--lord-icon-primary: rgb(85, 152, 255)}.links div a:last-child{--lord-icon-primary: rgb(51, 227, 16);transition-delay:0.12s}.links div a:hover span{opacity:1;visibility:visible;bottom:calc(100% + 8px)}@media screen and (max-width:767px){.links div a{height:45px}}.links div a span{position:absolute;font-size:0.7rem;font-weight:400;bottom:95%;left:50%;transform:translateX(-50%);padding:2px 8px;border-radius:12px;opacity:0;visibility:hidden;transition:all 0.1s ease-in-out;color:var(--dark)}@media screen and (max-width:767px){.weight_block{margin-right:auto}}.weight_block .weight{font-weight:600}.noscroll{overflow:hidden}@media screen and (max-width:767px){.price_block{width:100%;text-align:start}}.price_block .price{font-weight:600}.in-cart .add-dessert{background:var(--green)}.in-cart .add-dessert.red-btn{background-color:red;color:white}.in-cart .add-dessert.blue-btn{background-color:blue;color:white}.shadow{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.8);transition:all 0.6s ease-in-out;opacity:0;visibility:hidden;z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.shadow.active{opacity:1;visibility:visible}.pop-up{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);max-width:680px;width:100%;background-color:#fff;z-index:2;border-radius:4px;transition:all 0.6s ease-in-out;opacity:0;visibility:hidden}.pop-up.active{opacity:1;visibility:visible}@media screen and (max-width:767px){.pop-up{max-width:100%;padding:0;background-color:transparent}}.pop-up-close{position:absolute;bottom:calc(100% + 10px);left:calc(100% + 10px);width:16px;height:16px}.pop-up-close svg{width:100%;height:100%;display:block;fill:#fff}@media screen and (max-width:767px){.pop-up-close{z-index:10;position:fixed;width:calc(100%);left:0;bottom:5dvw;padding:12px 22px;background:var(--green);color:#fff;text-align:center;font-size:16px;border-radius:5px;height:revert;text-decoration:none}.pop-up-close svg{fill:var(--green);stroke:white;stroke-width:2px;display:none}}.pop-up-title{font-size:1.75rem;padding:15px 0;line-height:1.7;text-align:center;color:var(--green)}@media screen and (max-width:767px){.pop-up-title{font-size:1.375rem;line-height:1.3;color:#fff;font-weight:700}}.pop-up-scroll{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:40px;overflow:auto;max-height:80vh;padding:40px;background:#fff}@media screen and (max-width:767px){.pop-up-scroll{grid-template-columns:repeat(1, 1fr);width:calc(100% - 40px);padding:20px 20px 20px;margin:0 auto;border-radius:15px;font-size:12px;position:relative;grid-gap:0}}.pop-up-scroll-i{display:flex;flex-flow:column;align-items:center;line-height:1.5;position:relative}.pop-up-scroll-i.hide{display:none}@media screen and (max-width:767px){.pop-up-scroll-i{flex-flow:wrap;margin-bottom:40px}}.pop-up-scroll-i-close{position:absolute;top:12px;right:12px;width:16px;height:16px;display:none}@media screen and (max-width:767px){.pop-up-scroll-i-close{display:flex}}.pop-up-scroll-i-close svg{width:100%;height:100%;display:block}@media screen and (max-width:767px){.pop-up-scroll-i .dessert-qty{width:50%}.pop-up-scroll-i .dessert-qty .decrease-dessert,.pop-up-scroll-i .dessert-qty .increase-dessert{padding:3px 15px}}.pop-up-scroll-i-img{width:140px;border-radius:50%;overflow:hidden;background-color:#eaebeb}.pop-up-scroll-i-img:hover img{transform:scale(1.1)}@media screen and (max-width:767px){.pop-up-scroll-i-img{width:74px;margin-right:10px}}.pop-up-scroll-i-img img{width:100%;height:100%;object-fit:cover;object-position:center;aspect-ratio:1;transition:all 1s ease-in-out;display:block}.pop-up-scroll-i-img img.fix{object-fit:contain}.pop-up-scroll-i-tag{color:var(--green);padding:15px 0 5px}.pop-up-scroll-i-name{font-weight:700;padding:5px 0}@media screen and (max-width:767px){.pop-up-scroll-i-name{max-width:65%;text-align:left}}.pop-up-scroll-i-text{padding:5px 0;margin:0;font-size:0.875rem}@media screen and (max-width:767px){.pop-up-scroll-i-text{font-size:inherit;text-align:start}}.pop-up-scroll-i-info{padding:5px 0;margin:0 0 auto;list-style-type:none;display:flex;flex-flow:column;gap:5px;font-size:0.875rem}.pop-up-scroll-i-btn{--lord-icon-primary: #fff;background-color:var(--dark);color:#fff;border-radius:4px;font-size:0.9375rem;font-weight:500;line-height:1.47;padding:12px 22px;text-decoration:none;transition:all 0.6s ease-in-out;margin-top:10px;position:relative}.pop-up-scroll-i-btn:hover{background-color:var(--green)}.pop-up-scroll-i-btn:hover lord-icon{transform:scale(1)}.pop-up-scroll-i-btn lord-icon{transform:scale(0);transition:all 0.2s ease-in-out;position:absolute;top:calc(50% - 25px / 2);left:0;width:100%;height:25px}@media screen and (max-width:767px){.pop-up-scroll-i-btn{width:50%}}@media screen and (max-width:767px){.pop-up .mm-tab-content-item-i-info{width:100%;align-items:flex-start}}.mm{position:relative;height:100%;max-width:1190px;padding:0;text-align:center;padding:70px 20px;margin:0 auto;display:none}.mm.active{display:block}@media screen and (max-width:767px){.mm{padding:40px 20px}}.mm-title{font-size:3em;font-weight:700;line-height:1.2;padding:10px 0}@media screen and (max-width:767px){.mm-title{font-size:2em}}.mm-title span{color:var(--yellow)}.mm-subtitle{font-size:1.375rem;line-height:1.37;padding:10px 0}@media screen and (max-width:767px){.mm-subtitle{font-size:1.1em}}.mm-subtitle span{color:var(--green)}.mm-text{margin:0 0 50px;padding:5px 0}@media screen and (max-width:767px){.mm-text{font-size:0.8rem}}.mm-text span{color:var(--yellow)}.mm-btns{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:20px;max-width:800px;margin:50px auto}@media screen and (max-width:767px){.mm-btns{grid-template-columns:repeat(2, 1fr);grid-gap:10px}}.mm-btns-link{padding:34px 22px;display:flex;flex-flow:column;color:var(--dark);border-radius:8px;background-color:rgba(0, 0, 0, 0.16);text-decoration:none;color:var(--dark);font-size:1.2rem;font-weight:500;transition:all 0.6s ease-in-out}.mm-btns-link:hover{background-color:var(--dark);color:#fff}.mm-btns-link span{font-size:2rem;font-weight:700;color:var(--yellow)}.mm-tab-head{display:flex;flex-flow:row wrap;align-items:flex-start;justify-content:center;margin:0 0 50px}@media screen and (max-width:767px){.mm-tab-head{overflow-x:scroll;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-padding:10px;scrollbar-width:none;-ms-overflow-style:none;width:auto;padding:0 0 0 15px;flex-flow:nowrap;justify-content:flex-start;margin-left:-20px;margin-right:-20px;position:sticky;top:0;z-index:1;background-color:rgba(255, 255, 255, 0.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);margin:0 0 25px}.mm-tab-head:after{content:"";padding:1px 7.5px}}.mm-tab-head-item{margin:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:12px 22px;border-radius:4px;background-color:rgba(0, 0, 0, 0.15);transition:all 0.6s ease-in-out;font-size:0.9375rem;line-height:1}@media screen and (max-width:767px){.mm-tab-head-item{flex:0 0 auto;scroll-snap-align:center;padding:10px 14px;margin:5px;font-size:0.8rem}}.mm-tab-head-item.active{background-color:black;color:#fff}.mm-tab-head-item span{margin:0 4px}@media screen and (max-width:767px){.mm-tab-head-item span{display:none}}.mm-tab-content h4{margin:0 0 2em}.mm-tab-content-item{display:none;justify-content:center;align-items:center;gap:48px}.mm-tab-content-item.active{display:flex}.mm-tab-content-item-i{display:flex;flex-flow:column;align-items:center;line-height:1.5;position:relative;z-index:0}@media screen and (max-width:767px){.mm-tab-content-item-i{padding-left:0;position:relative;align-items:center;text-align:center}}.mm-tab-content-item-i.zavtrak{order:0}.mm-tab-content-item-i.vtoroj_zavtrak{order:1}.mm-tab-content-item-i.obed{order:2}.mm-tab-content-item-i.sup{order:3}.mm-tab-content-item-i.poldnik{order:4}.mm-tab-content-item-i.uzhin{order:5}.mm-tab-content-item-i.napitok{order:6}.mm-tab-content-item-i.pozdnij_uzhin{order:7}.mm-tab-content-item-i.change .mm-tab-content-item-i-cancel{display:flex}.mm-tab-content-item-i.change .mm-tab-content-item-i-btn{background-color:var(--green)}.mm-tab-content-item-i-cancel{position:absolute;top:3%;right:25%;z-index:1;background-color:#fff;border-radius:50%;display:none}@media screen and (max-width:767px){.mm-tab-content-item-i-cancel{top:0;left:0;right:auto}}.mm-tab-content-item-i-cancel lord-icon{--lord-icon-primary: #ff0000;width:25px;height:25px;display:block}@media screen and (max-width:767px){.mm-tab-content-item-i-cancel lord-icon{width:20px;height:20px}}.mm-tab-content-item-i-img{width:210px;border-radius:50%;overflow:hidden;background-color:#eaebeb;position:relative;z-index:0}.mm-tab-content-item-i-img:hover img{transform:scale(1.1)}@media screen and (max-width:767px){.mm-tab-content-item-i-img{width:130px;margin-bottom:15px}}.mm-tab-content-item-i-img img{width:100%;height:100%;object-fit:cover;object-position:center;aspect-ratio:1;transition:all 1s ease-in-out;display:block}.mm-tab-content-item-i-img img.fix{object-fit:contain}.mm-tab-content-item-i-tag{color:var(--green);padding:15px 0 5px}@media screen and (max-width:767px){.mm-tab-content-item-i-tag{padding:0 0 5px;font-size:0.9rem}}.mm-tab-content-item-i-name{font-weight:700;padding:5px 0}@media screen and (max-width:767px){.mm-tab-content-item-i-name{padding:0 0 5px;font-size:0.9rem}}.mm-tab-content-item-i-text{padding:5px 0;margin:0}@media screen and (max-width:767px){.mm-tab-content-item-i-text{padding:0 0 5px;font-size:0.8rem}}.mm-tab-content-item-i-info{padding:5px 0;margin:0 0 auto;list-style-type:none;display:flex;flex-flow:column;gap:5px;font-size:0.9rem}@media screen and (max-width:767px){.mm-tab-content-item-i-info{padding:0 0 5px;font-size:0.8rem}}.mm-tab-content-item-i-btn{--lord-icon-primary: #fff;background-color:var(--dark);color:#fff;border-radius:4px;font-size:0.9375rem;font-weight:500;line-height:1.47;padding:12px 22px;text-decoration:none;transition:all 0.6s ease-in-out;margin-top:10px;position:relative}@media (hover:hover){.mm-tab-content-item-i-btn:hover{color:transparent}.mm-tab-content-item-i-btn:hover lord-icon{transform:scale(1)}}.mm-tab-content-item-i-btn lord-icon{transform:scale(0);transition:all 0.2s ease-in-out;position:absolute;top:calc(50% - 25px / 2);left:0;width:100%;height:25px}@media screen and (max-width:767px){.mm-tab-content-item-i-btn{margin-top:5px;font-size:0.8rem;padding:8px 18px;text-align:center}}.mm-tab-content-item-static{position:fixed;bottom:6rem;left:50%;transform:translateX(-50%);z-index:1;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 30px;margin:0 auto -40px;list-style-type:none;background-color:rgba(0, 0, 0, 0.5);color:#fff;border-radius:50px;box-shadow:0 0 20px rgba(0, 0, 0, 0.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);order:9;grid-column:1/-1;max-width:620px}@media screen and (max-width:767px){.mm-tab-content-item-static{padding:10px;border-radius:10px;bottom:6rem;left:50%;transform:translateX(-50%);font-size:13px;max-width:100%;width:calc(100% - 1.5rem)}}.mm-tab-content-item-static span{font-weight:600}.green-btn{background:#d9d9d9;display:flex;align-items:center;justify-content:center;margin:0 auto;padding:48px;font-size:5.6rem;border-radius:50%}@media screen and (max-width:767px){.green-btn{padding:24px}}.show-cart{--lord-icon-primary: var(--green);width:59px;height:59px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:fixed;bottom:2rem;right:2rem;background-color:#fff;box-shadow:0 3px 15px rgba(0, 0, 0, 0.16);z-index:1;opacity:0;visibility:hidden;transition:all 0.6s ease-in-out;text-decoration:none}.show-cart.active{opacity:1;visibility:visible}@media screen and (max-width:767px){.show-cart{bottom:110px;right:1rem;width:50px;height:50px}}.show-cart:before{content:attr(data-count);width:18px;height:18px;background-color:var(--green);color:#fff;font-size:0.8rem;font-weight:500;text-align:center;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;top:-1px;right:-1px}.show-cart lord-icon{width:40px;height:40px;transform:translateY(-1.5px)}@media screen and (max-width:767px){.show-cart lord-icon{width:30px;height:30px}}.mob{display:none}@media screen and (max-width:767px){.mob{display:block}}.desk{display:block}@media screen and (max-width:767px){.desk{display:none}}.remove-dessert{color:#ff0000;background:none;font-size:12px;border:none;outline:none;opacity:0.7;cursor:pointer;text-decoration:underline;font-weight:600;margin-top:10px}@media screen and (max-width:767px){.remove-dessert{position:absolute;top:-10px;right:inherit;z-index:2;width:30px;height:30px;background-color:#fff;border-radius:50%;box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);display:flex;align-items:center;justify-content:center;text-decoration:none;opacity:1;margin-top:0}.remove-dessert::after{content:"";display:inline-block;width:100%;height:100%}.remove-dessert lord-icon{--lord-icon-primary: #ff0000;width:20px;height:20px;display:block}}@media screen and (max-width:767px){.selected-dessert{flex-flow:wrap;text-align:left}.selected-dessert .mm-tab-content-item-i-img{width:80px;margin-bottom:15px;margin-right:20px}.selected-dessert .mm-tab-content-item-i-info{width:100%}.selected-dessert .dessert-qty{width:100%}}.dessert-qty{display:flex;align-items:center;gap:10px;margin-top:0.4rem}.decrease-dessert,.increase-dessert{outline:none;border:none;background:var(--green);color:#fff;padding:5px 20px;text-align:center;vertical-align:middle;font-size:1.4rem;border-radius:20px;cursor:pointer}.selected-desserts{display:grid;padding:40px 0 120px;grid-template-columns:repeat(3, 1fr);gap:4.8rem}@media screen and (max-width:1600px){.selected-desserts{grid-template-columns:repeat(2, 1fr);padding:32px 0 120px}}@media screen and (max-width:768px){.selected-desserts{grid-template-columns:repeat(1, 1fr);padding:40px 0 120px}}.empty-select{grid-area:1 / 1 / 2 / 4}.cart{width:480px;border-radius:8px;padding:40px;background-color:#fff;top:5%;right:-202%;height:90%;z-index:2;position:fixed;transition:all 0.6s ease-in-out;display:flex;flex-flow:column}@media screen and (max-width:767px){.cart{width:96%;padding:20px}}.cart.active{right:2%}.cart-close{position:absolute;top:10px;right:10px;width:16px;height:16px}.cart-close svg{width:100%;height:100%;display:block;fill:#000}.cart-title{text-align:center;font-weight:700;font-size:1.6em;padding:0 0 10px}@media screen and (max-width:767px){.cart-title{font-size:1.2em;padding:0 0 15px}}.cart-list{flex:1;overflow:auto;padding:20px 0;scroll-behavior:smooth}.cart-list-i{padding-left:80px;position:relative;display:flex;flex-flow:column;line-height:1.5;align-items:flex-start;text-align:left;position:relative;margin-bottom:40px}.cart-list-i:last-child{margin-bottom:0}@media screen and (max-width:767px){.cart-list-i{padding-left:0}}.cart-list-i-cancel{position:absolute;top:0;left:0;z-index:1;background-color:#fff;border-radius:50%}.cart-list-i-cancel lord-icon{--lord-icon-primary: #ff0000;width:20px;height:20px;display:block}.cart-list-i-img{width:70px;border-radius:50%;overflow:hidden;background-color:#eaebeb;top:0;left:0;z-index:0}.cart-list-i-img:hover img{transform:scale(1.1)}.cart-list-i-img img{width:100%;height:100%;object-fit:cover;object-position:center;aspect-ratio:1;transition:all 1s ease-in-out;display:block}.cart-list-i-tag{color:var(--green);font-size:0.9rem}.cart-list-i-name{font-weight:700;padding:5px 0;font-size:0.9rem}@media screen and (max-width:767px){.cart-list-i-name{padding:0 0 5px}}.cart-list-i-text{padding:5px 0;margin:0;font-size:0.9rem}@media screen and (max-width:767px){.cart-list-i-text{padding:0 0 5px;font-size:0.8rem}}.cart-list-i-info{padding:5px 0;margin:0 0 auto;list-style-type:none;display:flex;flex-flow:column;gap:5px;font-size:0.9rem;display:none}@media screen and (max-width:767px){.cart-list-i-info{padding:0 0 5px;font-size:0.8rem}}.cart-button{padding:12px 22px;background-color:var(--green);color:#fff;font-weight:500;border-radius:5px;display:block;text-decoration:none;text-align:center}.cart-clear{color:var(--color-text);font-size:0.9rem;margin:0.8rem 0 0;text-align:center}.cart-clear:hover{text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.pop-up-scroll-i{opacity:0;animation:fadeInUp 0.5s ease forwards}.pop-up-scroll-i:nth-child(1){animation-delay:0.05s}.pop-up-scroll-i:nth-child(2){animation-delay:0.1s}.pop-up-scroll-i:nth-child(3){animation-delay:0.15s}.pop-up-scroll-i:nth-child(4){animation-delay:0.2s}.pop-up-scroll-i:nth-child(5){animation-delay:0.25s}.pop-up-scroll-i:nth-child(6){animation-delay:0.3s}.pop-up-scroll-i:nth-child(7){animation-delay:0.35s}.pop-up-scroll-i:nth-child(8){animation-delay:0.4s}.pop-up-scroll-i:nth-child(9){animation-delay:0.45s}.pop-up-scroll-i:nth-child(10){animation-delay:0.5s}.pop-up-scroll-i:nth-child(11){animation-delay:0.55s}.pop-up-scroll-i:nth-child(12){animation-delay:0.6s}.pop-up-scroll-i:nth-child(13){animation-delay:0.65s}.pop-up-scroll-i:nth-child(14){animation-delay:0.7s}.pop-up-scroll-i:nth-child(15){animation-delay:0.75s}.pop-up-scroll-i:nth-child(16){animation-delay:0.8s}.pop-up-scroll-i:nth-child(17){animation-delay:0.85s}.pop-up-scroll-i:nth-child(18){animation-delay:0.9s}.pop-up-scroll-i:nth-child(19){animation-delay:0.95s}.pop-up-scroll-i:nth-child(20){animation-delay:1s}.dessert-item.filtered-in{opacity:0;animation:fadeInUp 0.5s ease forwards}.dessert-item.filtered-in:nth-child(1){animation-delay:0.05s}.dessert-item.filtered-in:nth-child(2){animation-delay:0.1s}.dessert-item.filtered-in:nth-child(3){animation-delay:0.15s}.dessert-item.filtered-in:nth-child(4){animation-delay:0.2s}.dessert-item.filtered-in:nth-child(5){animation-delay:0.25s}.dessert-item.filtered-in:nth-child(6){animation-delay:0.3s}.dessert-item.filtered-in:nth-child(7){animation-delay:0.35s}.dessert-item.filtered-in:nth-child(8){animation-delay:0.4s}.dessert-item.filtered-in:nth-child(9){animation-delay:0.45s}.dessert-item.filtered-in:nth-child(10){animation-delay:0.5s}.dessert-item.filtered-in:nth-child(11){animation-delay:0.55s}.dessert-item.filtered-in:nth-child(12){animation-delay:0.6s}.dessert-item.filtered-in:nth-child(13){animation-delay:0.65s}.dessert-item.filtered-in:nth-child(14){animation-delay:0.7s}.dessert-item.filtered-in:nth-child(15){animation-delay:0.75s}.dessert-item.filtered-in:nth-child(16){animation-delay:0.8s}.dessert-item.filtered-in:nth-child(17){animation-delay:0.85s}.dessert-item.filtered-in:nth-child(18){animation-delay:0.9s}.dessert-item.filtered-in:nth-child(19){animation-delay:0.95s}.dessert-item.filtered-in:nth-child(20){animation-delay:1s}.selected-dessert{opacity:0;animation:fadeInUp 0.5s ease forwards}.selected-dessert:nth-child(1){animation-delay:0.05s}.selected-dessert:nth-child(2){animation-delay:0.1s}.selected-dessert:nth-child(3){animation-delay:0.15s}.selected-dessert:nth-child(4){animation-delay:0.2s}.selected-dessert:nth-child(5){animation-delay:0.25s}.selected-dessert:nth-child(6){animation-delay:0.3s}.selected-dessert:nth-child(7){animation-delay:0.35s}.selected-dessert:nth-child(8){animation-delay:0.4s}.selected-dessert:nth-child(9){animation-delay:0.45s}.selected-dessert:nth-child(10){animation-delay:0.5s}.selected-dessert:nth-child(11){animation-delay:0.55s}.selected-dessert:nth-child(12){animation-delay:0.6s}.selected-dessert:nth-child(13){animation-delay:0.65s}.selected-dessert:nth-child(14){animation-delay:0.7s}.selected-dessert:nth-child(15){animation-delay:0.75s}.selected-dessert:nth-child(16){animation-delay:0.8s}.selected-dessert:nth-child(17){animation-delay:0.85s}.selected-dessert:nth-child(18){animation-delay:0.9s}.selected-dessert:nth-child(19){animation-delay:0.95s}.selected-dessert:nth-child(20){animation-delay:1s}@keyframes fadeInUp{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.pop-up-scroll-i{opacity:0;animation:fadeInUp 0.5s ease forwards}.pop-up-scroll-i:nth-child(1){animation-delay:0.05s}.pop-up-scroll-i:nth-child(2){animation-delay:0.1s}.pop-up-scroll-i:nth-child(3){animation-delay:0.15s}.pop-up-scroll-i:nth-child(4){animation-delay:0.2s}.pop-up-scroll-i:nth-child(5){animation-delay:0.25s}.pop-up-scroll-i:nth-child(6){animation-delay:0.3s}.pop-up-scroll-i:nth-child(7){animation-delay:0.35s}.pop-up-scroll-i:nth-child(8){animation-delay:0.4s}.pop-up-scroll-i:nth-child(9){animation-delay:0.45s}.pop-up-scroll-i:nth-child(10){animation-delay:0.5s}.pop-up-scroll-i:nth-child(11){animation-delay:0.55s}.pop-up-scroll-i:nth-child(12){animation-delay:0.6s}.pop-up-scroll-i:nth-child(13){animation-delay:0.65s}.pop-up-scroll-i:nth-child(14){animation-delay:0.7s}.pop-up-scroll-i:nth-child(15){animation-delay:0.75s}.pop-up-scroll-i:nth-child(16){animation-delay:0.8s}.pop-up-scroll-i:nth-child(17){animation-delay:0.85s}.pop-up-scroll-i:nth-child(18){animation-delay:0.9s}.pop-up-scroll-i:nth-child(19){animation-delay:0.95s}.pop-up-scroll-i:nth-child(20){animation-delay:1s}.dessert-item.filtered-in{opacity:0;animation:fadeInUp 0.5s ease forwards}.dessert-item.filtered-in:nth-child(1){animation-delay:0.05s}.dessert-item.filtered-in:nth-child(2){animation-delay:0.1s}.dessert-item.filtered-in:nth-child(3){animation-delay:0.15s}.dessert-item.filtered-in:nth-child(4){animation-delay:0.2s}.dessert-item.filtered-in:nth-child(5){animation-delay:0.25s}.dessert-item.filtered-in:nth-child(6){animation-delay:0.3s}.dessert-item.filtered-in:nth-child(7){animation-delay:0.35s}.dessert-item.filtered-in:nth-child(8){animation-delay:0.4s}.dessert-item.filtered-in:nth-child(9){animation-delay:0.45s}.dessert-item.filtered-in:nth-child(10){animation-delay:0.5s}.dessert-item.filtered-in:nth-child(11){animation-delay:0.55s}.dessert-item.filtered-in:nth-child(12){animation-delay:0.6s}.dessert-item.filtered-in:nth-child(13){animation-delay:0.65s}.dessert-item.filtered-in:nth-child(14){animation-delay:0.7s}.dessert-item.filtered-in:nth-child(15){animation-delay:0.75s}.dessert-item.filtered-in:nth-child(16){animation-delay:0.8s}.dessert-item.filtered-in:nth-child(17){animation-delay:0.85s}.dessert-item.filtered-in:nth-child(18){animation-delay:0.9s}.dessert-item.filtered-in:nth-child(19){animation-delay:0.95s}.dessert-item.filtered-in:nth-child(20){animation-delay:1s}.selected-dessert{opacity:0;animation:fadeInUp 0.5s ease forwards}.selected-dessert:nth-child(1){animation-delay:0.05s}.selected-dessert:nth-child(2){animation-delay:0.1s}.selected-dessert:nth-child(3){animation-delay:0.15s}.selected-dessert:nth-child(4){animation-delay:0.2s}.selected-dessert:nth-child(5){animation-delay:0.25s}.selected-dessert:nth-child(6){animation-delay:0.3s}.selected-dessert:nth-child(7){animation-delay:0.35s}.selected-dessert:nth-child(8){animation-delay:0.4s}.selected-dessert:nth-child(9){animation-delay:0.45s}.selected-dessert:nth-child(10){animation-delay:0.5s}.selected-dessert:nth-child(11){animation-delay:0.55s}.selected-dessert:nth-child(12){animation-delay:0.6s}.selected-dessert:nth-child(13){animation-delay:0.65s}.selected-dessert:nth-child(14){animation-delay:0.7s}.selected-dessert:nth-child(15){animation-delay:0.75s}.selected-dessert:nth-child(16){animation-delay:0.8s}.selected-dessert:nth-child(17){animation-delay:0.85s}.selected-dessert:nth-child(18){animation-delay:0.9s}.selected-dessert:nth-child(19){animation-delay:0.95s}.selected-dessert:nth-child(20){animation-delay:1s}