.loadingSpinner{display:flex;align-items:center;justify-content:center;width:100%;padding:60px 0}.loadingRing{width:38px;height:38px;border:3px solid rgba(255,255,255,.08);border-top-color:#ffffff8c;border-radius:50%;animation:spinRing .8s linear infinite}@keyframes spinRing{to{transform:rotate(360deg)}}html,body{height:100%;overflow:hidden}*{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}body{margin:0;width:100%;isolation:isolate;padding-top:env(safe-area-inset-top)}.App{margin:0;width:100%;min-height:100dvh;position:relative;display:flex;text-align:center;flex-direction:column;background-color:#000;background-blend-mode:screen;min-height:0;color:#fff;font-family:Muller;font-size:2.2vh}.App:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;z-index:0;pointer-events:none;background:linear-gradient(90deg,#553d9ed9,#553d9e8c 18%,#553d9e40 30%,#000000e6 55%,#000);-webkit-mask-image:radial-gradient(35% 70% at 15% 40%,black 0%,black 30%,transparent 65%);mask-image:radial-gradient(20% 70% at 15% 45%,black 20%,black 30%,transparent 65%);transform:rotate(-32deg);transform-origin:left center;opacity:.8;animation:gradientReveal 1.1s cubic-bezier(.22,.61,.36,1) forwards}.App:after{content:"";position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;z-index:0;pointer-events:none;background:radial-gradient(45% 65% at 18% 45%,rgba(138,97,255,.45) 0%,rgba(138,97,255,.18) 40%,transparent 72%),linear-gradient(120deg,transparent 35%,rgba(190,165,255,.22) 50%,transparent 65%);filter:blur(20px);opacity:.65;background-size:100% 100%,220% 220%;background-position:0 0,-40% -30%;mix-blend-mode:screen;animation:glowShimmer 8.5s ease-in-out infinite;will-change:background-position,opacity,transform}.App p{margin:0}.Main_Window{width:100%;height:100dvh;position:relative;flex-direction:column;bottom:0;color:#fff;z-index:1001;animation:fade-in .3s forwards;overflow:hidden;display:flex}.scrollContent{height:calc(100dvh - 66px);overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start}.headerContainer{box-shadow:0 8px 20px #0006}.mainHomePageContainer{width:100%;max-width:1800px;margin:0 auto;box-sizing:border-box;height:100%;overflow-y:auto;overscroll-behavior-y:none;display:flex;flex-direction:column;align-items:stretch}.reveal{opacity:0;transform:translateY(14px)}.catalogContent.reveal{transform:none}.reveal.visible{opacity:1;transform:translateY(0);transition:opacity .45s ease-out,transform .45s ease-out}.reveal.delay-1{transition-delay:.05s}.reveal.delay-2{transition-delay:.1s}.reveal.delay-3{transition-delay:.15s}.reveal.delay-4{transition-delay:.2s}.reveal.delay-5{transition-delay:.25s}.reveal.delay-6{transition-delay:.3s}.categoriesGrid{will-change:opacity,transform}.categoriesGrid.initial-enter{animation:none}.categoriesGrid.initial-enter>*{opacity:0;transform:translate3d(0,28px,0);animation:cardSlideUpIn .52s cubic-bezier(.22,.61,.36,1) forwards;will-change:opacity,transform}@keyframes cardSlideUpIn{0%{opacity:0;transform:translate3d(0,28px,0)}to{opacity:1;transform:translateZ(0)}}.categoriesGrid.initial-enter>*:nth-child(1){animation-delay:40ms}.categoriesGrid.initial-enter>*:nth-child(2){animation-delay:90ms}.categoriesGrid.initial-enter>*:nth-child(3){animation-delay:.14s}.categoriesGrid.initial-enter>*:nth-child(4){animation-delay:.19s}.categoriesGrid.initial-enter>*:nth-child(5){animation-delay:.23s}.categoriesGrid.initial-enter>*:nth-child(6){animation-delay:.27s}.categoriesGrid.initial-enter>*:nth-child(n+7){animation-delay:.3s}.mainHomePageContainer::-webkit-scrollbar{width:0px;height:0px}.mainHomePageContainer::-webkit-scrollbar-thumb{background:transparent}.mainHomePageContainer{scrollbar-width:none}.mainHomePageContainer{-ms-overflow-style:none}.headerContainer{position:sticky;display:flex;justify-content:space-between;align-items:center;width:100%;height:66px;padding:0 12px;box-sizing:border-box;background:#0b0b0b;flex-shrink:0;z-index:1200}.headerLeft{height:100%;display:flex;align-items:center;gap:11px;flex-shrink:0;max-width:50%;min-width:0;overflow:visible}.headerRight{display:flex;align-items:center;gap:11px;flex-shrink:0}.logo{flex-shrink:0}.menuIcon{height:24px}.menuIcon:active{transform:scale(.96)}.logo{height:58px;width:clamp(90px,30vw,100px);object-fit:contain;flex-shrink:0;align-self:flex-end}.bonusBlock{height:40px;min-width:90px;max-width:140px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:13px;position:relative;background:linear-gradient(90deg,#ffffff4d,#7676764d 80%,#0000004f);box-shadow:inset 0 10px 18px #ffffff0d,inset -18px 0 28px #0000006b,0 6px 16px #0000002e;box-sizing:border-box;flex-shrink:0;overflow:hidden;transition:transform .15s ease}.bonusBlock:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,#1f1f1f4d,#ffffff4d 60%,#ffffff4d 85%,#8282824f);opacity:.9}.bonusBlock:active{transform:scale(.96)}.bonusText{font-family:Unbounded-Medium;font-size:14px;line-height:1;color:#fff;white-space:nowrap}.bonusIconLeft{width:22px;height:22px;object-fit:contain;flex-shrink:0}.bonusIconRight{width:18px;height:18px;object-fit:contain;flex-shrink:0}.avatarHeaderContainer{width:52px;height:52px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#131313;flex-shrink:0}.userAvatar{width:100%;height:100%;object-fit:cover;display:block}.avatarHeaderContainer.hidden{opacity:0;pointer-events:none}.avatarHeaderContainer.visible{opacity:1;transition:opacity .15s ease}.sectionTitle{width:90%;display:flex;align-items:center;justify-content:center;gap:12px;margin:15px 0;align-self:center}.sectionLine{flex:1;height:1px;background:#7b7b7b80}.sectionText{font-family:Unbounded-Regular;font-size:14px;line-height:1;color:#7b7b7b;white-space:nowrap}.bannerSection{width:100%;display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:15px}.bannerScroll{width:100%;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 12px;box-sizing:border-box;scrollbar-width:none}.bannerScroll::-webkit-scrollbar{display:none}.bannerSlide{flex:0 0 93%;scroll-snap-align:center;border-radius:20px;overflow:hidden;background:#111;border:1px solid #CECECE}.bannerSlide:active{transform:scale(.96)}.bannerImage{width:100%;height:100%;object-fit:cover;display:block}.bannerPagination{display:flex;gap:20px;align-items:center;justify-content:center}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d}.dot.active{background:#fff}.catalogButtons{width:75%;gap:12px;margin:4px auto 0;display:flex;justify-content:center}.catalogButton{flex:1;height:35px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:8px;background:#000000d9;border:1px solid rgba(255,255,255,1);border-radius:12px;color:#fff;font-size:13px;font-family:Unbounded-Medium;cursor:pointer;box-sizing:border-box;white-space:nowrap}.catalogButton img{width:20px;height:20px;object-fit:contain;flex-shrink:0}.catalogButton.primary{background:#454545;border-color:#ffffffb3;box-shadow:inset 0 0 0 1px #ffffff26,0 4px 10px #00000040}.catalogButton:active{transform:scale(.97)}.categoriesGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:93%;margin:20px auto 18px;align-self:center}.categoryCard{position:relative;width:100%;aspect-ratio:220 / 200;border-radius:20px;overflow:hidden;border:solid 1.1px #CECECE}.categoryCard:active{transform:scale(.96)}.cardBg{position:absolute;top:0;right:0;bottom:0;left:0;background:#d9d9d933;border-radius:20px;z-index:1}.cardImageFull{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:50%;z-index:2}.cardImageLeft{position:absolute;bottom:0;left:0;width:auto;height:90%;border-bottom-left-radius:19px;z-index:3}.cardImageLeft2{position:absolute;bottom:0;left:0;width:auto;height:70%;border-bottom-left-radius:19px;z-index:3}.cardImageRight{position:absolute;bottom:0;right:0;width:auto;height:70%;border-bottom-right-radius:19px;z-index:4}.cardImageRight2{position:absolute;bottom:0;right:0;width:auto;height:90%;border-bottom-right-radius:19px;z-index:3}.cardOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:3}.cardContent{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;padding:14px;box-sizing:border-box}.newDropBadge{position:absolute;top:12px;padding:4px 10px;background:linear-gradient(180deg,#ff4949,#ff2323);border-radius:999px;font-family:Unbounded-Medium;font-size:12px;color:#fff;white-space:nowrap}.newDropBadge.right{right:10px}.newDropBadge.left{left:10px}.cardTitle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:Unbounded-Medium;font-size:14px;color:#fff;text-transform:uppercase;text-align:center;white-space:nowrap}.cardTitle2{position:absolute;left:50%;top:50%;transform:translate(-50%,-390%);font-family:Unbounded-Medium;font-size:14px;color:#fff;text-transform:uppercase;text-align:center;white-space:nowrap}.productCard{position:relative;width:100%;aspect-ratio:220 / 290;border-radius:20px;overflow:hidden;border:solid 1.1px #CECECE}.productTop{position:absolute;top:14px;left:14px;right:14px;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:5}.productTitle{font-family:Unbounded-Medium;font-size:14px;color:#fff;text-transform:uppercase;text-align:center}.priceBadge{display:flex;align-items:center;gap:5px;padding:3px 15px;background:#fff;border-radius:999px;box-shadow:0 6px 18px #00000059}.priceBadge{box-shadow:0 0 0 1px #ffffff59,0 8px 20px #00000059}.priceValue{font-family:Unbounded-Medium;font-size:18px;color:#1f1f1f}.priceCoin{width:20px;height:20px}.productActionsRight{position:absolute;left:14px;bottom:18px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;z-index:6}.productActionsLeft{position:absolute;right:14px;bottom:18px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;z-index:6}.actionBadge.sale{background:linear-gradient(180deg,#ff4949,#ff2323);color:#fff;font-size:10px;font-family:Unbounded-Medium;padding:4px 8px;border-radius:999px;transform:rotate(-12deg);align-self:flex-end}.actionButton{width:34px;height:34px;border-radius:10px;border:none;background:#ffffff40;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;cursor:pointer}.actionButton img{width:16px;height:16px}.actionButton:active{transform:scale(.92)}.actionButton.pulse{animation:actionButtonPulse 1.6s ease-in-out infinite;will-change:box-shadow,opacity}.actionButton.fav.pulse{filter:drop-shadow(0 0 8px rgba(255,215,0,.22))}.actionButton.cart.pulse{filter:drop-shadow(0 0 8px rgba(255,255,255,.18))}.productCardImageRight{position:absolute;bottom:0;right:0;width:auto;height:60%;border-bottom-right-radius:19px;z-index:3}.productCardImageLeft{position:absolute;bottom:0;left:0;width:auto;height:60%;border-bottom-left-radius:19px;z-index:3}.catalogContent{min-height:60vh;flex-shrink:0}@media (prefers-reduced-motion: reduce){.categoriesGrid{animation:none}.categoriesGrid.initial-enter>*{animation:none;opacity:1;transform:none}}.checkoutBackdrop{position:fixed;top:66px;left:0;right:0;bottom:0;background:#0c0c0ce6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;animation:backdropFadeIn .22s ease-out}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes backdropFadeOut{0%{opacity:1}to{opacity:0}}.checkoutBackdrop.closing{animation:backdropFadeOut .22s ease-in forwards}.checkoutSheet{position:fixed;left:0;right:0;bottom:0;background:#000;border-radius:30px 30px 0 0;padding:10px 16px 26px;z-index:901;border-top:1px solid rgba(var(--accent-color),1);box-shadow:0 -6px 30px rgba(var(--accent-color),.8);overflow-x:hidden}.checkoutSheet:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;z-index:0;pointer-events:none;border-radius:30px 30px 0 0;background:linear-gradient(90deg,rgba(var(--accent-color),.95),rgba(var(--accent-color),.55) 18%,rgba(var(--accent-color),.22) 32%,#000000eb 58%,#000);-webkit-mask-image:radial-gradient(22% 75% at 16% 45%,#000 20%,#000 32%,transparent 66%);mask-image:radial-gradient(22% 75% at 16% 45%,#000 20%,#000 32%,transparent 66%);transform:rotate(-32deg);transform-origin:left center;opacity:.95}.checkoutSheet:after{content:"";position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;z-index:0;pointer-events:none;border-radius:30px 30px 0 0;background:radial-gradient(45% 65% at 18% 45%,rgba(var(--accent-color),.42) 0%,rgba(var(--accent-color),.16) 40%,transparent 72%),linear-gradient(120deg,transparent 35%,rgba(var(--accent-color),.2) 50%,transparent 65%);filter:blur(20px);opacity:.65;background-size:100% 100%,220% 220%;background-position:0 0,-40% -30%;mix-blend-mode:screen;animation:checkoutGlowShimmer 8.5s ease-in-out infinite;will-change:background-position,opacity,transform}@keyframes checkoutGlowShimmer{0%{background-position:0 0,-40% -30%;opacity:.55;transform:translateZ(0)}50%{background-position:0 0,110% 90%;opacity:.72;transform:translate3d(6px,-4px,0)}to{background-position:0 0,-40% -30%;opacity:.55;transform:translateZ(0)}}.checkoutSheet>*{position:relative;z-index:1}@keyframes sheetDown{to{transform:translateY(100%)}}.checkoutSheet.closing{pointer-events:none}.sheetHandle{width:45px;height:4px;border-radius:999px;background:#ffffff40;transition:opacity .25s ease,transform .25s ease}.sheetBackButton{background:rgba(var(--accent-color),.7);color:#fff;border-radius:10px;padding:7px 18px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;border:none;font-family:Unbounded-Light;font-size:12px;gap:6px}.sheetBackButton img{width:16px;height:16px}.sheetBackButton:active{transform:scale(.96)}.checkoutSheetDragZone{width:100%;display:flex;justify-content:center;align-items:center;padding:10px 0 20px;cursor:grab;flex-shrink:0;-webkit-user-select:none;user-select:none}.checkoutSheetDragZone:active{cursor:grabbing}.checkoutSectionTitle{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin:16px 0 20px}.checkoutSectionLine{flex:1;height:2px;background:#7b7b7b80;border-radius:999px}.checkoutSectionText{font-family:Unbounded-Light;font-size:14px;line-height:1;color:#ffffff6b;white-space:nowrap}@media (max-width: 360px){.checkoutSectionText{font-size:13px}}.checkoutScrollArea{flex:1;min-height:0;overflow-y:auto}.checkoutSheet{overflow:hidden}.checkoutContent{width:100%;display:flex;justify-content:center;overflow-x:hidden;overflow-y:auto;flex:1}.checkoutCard{width:min(99%,520px);border-radius:24px;border:1px solid rgba(206,206,206,1);background:#0000008c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;display:flex;flex-direction:column;gap:10px}.checkoutCardBody{padding:14px 19px 19px;display:flex;flex-direction:column;gap:14px}.checkoutHero{position:relative;width:99.6%;border-radius:22px;overflow:hidden;border:1px solid rgba(206,206,206,1)}.heroPostAddOverlay{position:absolute;top:0;right:0;bottom:0;left:0;isolation:isolate;z-index:5;display:flex;flex-direction:column;background:transparent;border-radius:22px;overflow:hidden}.heroPostAddOverlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#00000073;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:0;pointer-events:none}.heroPostAddFX{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;background:transparent;z-index:1;pointer-events:none;opacity:.9}.heroPostAddAccent{position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:999px;background:#ffffffd9;box-shadow:0 0 0 1px #ffffff1f;z-index:1;pointer-events:none}.heroPostAddInner{--heroPadX: 16px;height:100%;padding:16px var(--heroPadX) 18px;box-sizing:border-box;display:flex;flex-direction:column;position:relative;z-index:2}.heroPostAddHighlight{position:relative;display:flex;flex-direction:column;gap:4px}.heroPostAddHighlight:before{content:"";position:absolute;left:calc(-1 * var(--heroPadX));top:0;bottom:0;width:4px;border-radius:0 10px 10px 0;background:#cececed9;box-shadow:0 0 0 1px #cecece1f;pointer-events:none}.heroPostAddTop{display:flex;align-items:center;gap:14px;margin-top:4px}.heroPostAddLine{height:2px;flex:1;background:#ffffff40}.heroPostAddTopText{font-family:Unbounded-Medium;font-size:12px;letter-spacing:.08em;color:#ffffffa6;white-space:nowrap}.heroPostAddBody{position:relative;flex:1;display:flex;flex-direction:column;gap:14px;margin-top:18px}.heroPostAddTitle{font-family:Unbounded-Medium;font-size:16px;color:#fff;text-align:start;margin-top:8px;margin-left:5px}.heroPostAddRow{display:flex;align-items:center;gap:13px;margin-left:5px}.heroPostAddBadge{height:34px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;background:#ffffffeb}.heroPostAddValue{font-family:Unbounded-Medium;font-size:16px;color:#1f2a1f}.heroPostAddCoin{width:24px;height:24px;object-fit:contain}.heroPostAddBigText{font-family:Unbounded-Medium;font-size:16px;color:#fff}.heroPostAddClose{height:38px;width:43%;border-radius:14px;border:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:rgba(var(--accent-color),.7);color:#fff;font-family:Unbounded-Light;font-size:16px;margin-top:10px;margin-right:80px;align-self:flex-end}.heroPostAddCloseIcon{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fffffff2;color:#1f2a1f;font-size:18px;line-height:1}.heroPostAddDuck{position:absolute;right:0;bottom:0;height:70%;width:auto;pointer-events:none;z-index:3}.heroPostAddOverlay .heroPostAddDuck[data-side=left],.heroDiscountOverlay .heroDiscountDuck[data-side=left]{transform:scaleX(-1);transform-origin:center}.heroDiscountFX{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;background:transparent;z-index:1;pointer-events:none;opacity:.9}.heroDiscountOverlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;isolation:isolate;display:flex;flex-direction:column;border-radius:22px;overflow:hidden;background:transparent}.heroDiscountOverlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#00000073;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:0;pointer-events:none}.heroDiscountInner{--heroPadX: 16px;height:100%;padding:16px var(--heroPadX) 18px;box-sizing:border-box;display:flex;flex-direction:column;position:relative;z-index:2}.heroDiscountTop{display:flex;align-items:center;gap:14px;margin-top:4px}.heroDiscountLine{height:2px;flex:1;background:#ffffff40}.heroDiscountTopText{font-family:Unbounded-Medium;font-size:12px;letter-spacing:.07em;color:#ffffffa6;text-align:center;line-height:1.15;white-space:normal}.heroDiscountBody{flex:1;display:flex;flex-direction:column;gap:12px;margin-top:12px}.heroDiscountTitle{font-family:Unbounded-Medium;font-size:15px;color:#fff;text-align:left;margin-top:8px;margin-left:5px}.heroDiscountRow{display:flex;align-items:center;gap:12px;margin-left:5px}.heroDiscountSub{font-family:Unbounded-Medium;font-size:15px;color:#fff}.heroDiscountBadge{height:32px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;background:#ffffffeb}.heroDiscountValue{font-family:Unbounded-Medium;font-size:16px;color:#1f2a1f}.heroDiscountCoin{width:23px;height:23px;object-fit:contain}.heroDiscountSale{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:linear-gradient(180deg,#ff4949,#ff2323);color:#fff;font-family:Unbounded-Medium;font-size:10px;transform:rotate(-12deg);margin-left:10px}.overlayHeroDiscountSale{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:linear-gradient(0deg,#ff4949,#ff2323);color:#fff;font-family:Unbounded-Medium;font-size:10px;transform:rotate(-8deg);margin-left:8px}.heroDiscountHighlight{position:relative;display:flex;flex-direction:column;gap:14px;align-items:flex-start;text-align:left}.heroDiscountHighlight:before{content:"";position:absolute;left:calc(-1 * var(--heroPadX));top:0;bottom:0;width:4px;border-radius:0 10px 10px 0;background:#cececed9;box-shadow:0 0 0 1px #cecece1f;pointer-events:none}.heroDiscountClose{height:38px;width:43%;border-radius:14px;border:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:rgba(var(--accent-color),.7);color:#fff;font-family:Unbounded-Light;font-size:16px;align-self:flex-end;margin-right:80px;margin-top:7px}.heroDiscountCloseIcon{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fffffff2;color:#1f2a1f;font-size:18px;line-height:1}.heroDiscountDuck{position:absolute;right:0;bottom:0;height:70%;width:auto;pointer-events:none;z-index:3}.checkoutHeroImg{width:100%;border-radius:22px;display:block}.checkoutMetaRow{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.checkoutName{font-family:Unbounded-Medium;font-size:16px;color:#fff;text-transform:uppercase;text-align:left;line-height:1.1}.checkoutPriceBadge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#fff;box-shadow:0 0 0 1px #ffffff59,0 8px 20px #00000059;flex-shrink:0}.checkoutPriceValue{font-family:Unbounded-Medium;font-size:18px;color:#1f1f1f;line-height:1}.checkoutPriceCoin{width:22px;height:22px;display:block}.checkoutSelect{width:100%;height:40px;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:-4px;padding:0 14px;box-sizing:border-box;background:#00000040;border:1px solid rgba(255,255,255,.55);color:#ffffffeb;font-family:Unbounded-Regular;font-size:14px;cursor:pointer;transform:scale(.97)}.checkoutSelectLeft{display:inline-flex;align-items:center;gap:10px;min-width:0}.checkoutSelectIcon{width:18px;height:18px;display:block;flex-shrink:0}.checkoutSelectText{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkoutSelectCaret{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid rgba(255,255,255,.9);flex-shrink:0}.checkoutSelect:active{transform:scale(.98)}.checkoutActionBtn{width:100%;height:40px;border-radius:14px;border:none;background:#78787859;color:#ffffff47;font-family:Unbounded-Regular;font-size:14px;text-transform:uppercase;cursor:not-allowed}.checkoutActionBtn.active{background:rgba(var(--accent-color),.85);color:#f0f0f0;box-shadow:0 0 0 1px rgba(var(--accent-color),.4),0 8px 20px rgba(var(--accent-color),.35)}@media (max-width: 360px){.checkoutName{font-size:15px}.checkoutPriceValue{font-size:16px}.checkoutActionBtn{font-size:13px}}.flavorDropdown{margin-top:-6px;padding:12px 8px;background:#00000026;border:1px solid rgba(255,255,255,.55);border-radius:16px;display:flex;flex-direction:column;gap:8px;animation:dropdownIn .18s ease-out}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.flavorItem{display:flex;align-items:center;justify-content:space-between;padding:10px 8px;border-radius:16px;text-align:start}.flavorItem.disabled{opacity:.45}.flavorLeft{display:flex;align-items:center;gap:10px}.flavorBar{width:6px;height:18px;border-radius:4px;flex-shrink:0}.checkoutSelectFlavorBar{width:6px;height:18px;border-radius:3px;flex-shrink:0}.flavorLabel{font-family:Unbounded-Regular;font-size:14px}.flavorAction{padding:8px 18px;border-radius:999px;border:none;background:#d9d9d933;color:#fff;font-family:Unbounded-Regular;font-size:11px;cursor:pointer;transition:.25s ease}.pickupAction.selected{background:#52ff4633;color:#f0f0f0}.flavorAction.disabled,.flavorAction:disabled{background:#ffffff1f;color:#ffffff59;cursor:not-allowed}.addedFlavorsList{display:flex;flex-direction:column;gap:12px}.addedFlavorRow{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;height:40px;padding:0 14px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.55);box-shadow:inset 0 1px #ffffff24;box-sizing:border-box}.addedFlavorRow .flavorLeft{display:flex;align-items:center;gap:10px;min-width:0}.addedFlavorRow .flavorLabel{color:#fff;font-family:Unbounded-Regular;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.addedFlavorControls{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.qtyBtn{height:18px;min-width:34px;padding:0 10px;border-radius:999px;border:none;background:rgba(var(--accent-color),.7);color:#fff;font-family:Unbounded-Regular;font-size:16px;line-height:1;cursor:pointer;box-shadow:0 0 0 1px rgba(var(--accent-color),.4),0 8px 20px rgba(var(--accent-color),.35)}.qtyBtn:active{transform:scale(.97)}.qtyValue{min-width:18px;text-align:center;color:#fff;font-family:Unbounded-Regular;font-size:13px}.trashBtn{height:22px;border-radius:12px;border:none;background:none;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0 0 0 5px}.trashBtn img{width:19px;height:19px;object-fit:contain;pointer-events:none}.trashBtn img{opacity:.9}.trashBtn:active img{opacity:1}.trashBtn:active{transform:scale(.97)}.checkoutDeliveryButtons{display:flex;gap:12px;margin:14px 0 18px;justify-content:center}.deliveryButton{width:43%;height:36px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:14px;border:1px solid rgba(255,255,255,.25);background:#ffffff0d;color:#fff;font-family:Unbounded-Regular;font-size:12.5px;transition:all .2s ease}.deliveryButton img{width:auto;height:18px}.deliveryButton.primary{background:rgba(var(--accent-color),.35);border-color:rgba(var(--accent-color),.8)}.deliveryButton:active{transform:scale(.96)}.checkoutSelect.pickup{background:#d9d9d966;border:none;margin-top:8px}.pickupDropdown{margin-top:-8px;border-radius:16px;padding:10px 16px;background:#d9d9d966;display:flex;flex-direction:column;gap:10px}.pickupItem{display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:start;font-family:Unbounded-Light;font-size:12px}.pickupItem.disabled{opacity:.45}.pickupAction{padding:8px;border-radius:16px;background:#00000059;color:#fff;border:none;font-size:10px;font-family:Unbounded-Light}.pickupAction.disabled{background:#00000040;color:#ffffff80}.sideMenuBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1002;opacity:1;transition:opacity .28s ease}.sideMenuBackdrop.closing{opacity:0}.sideMenu{position:fixed;top:0;left:0;width:68%;max-width:420px;height:100dvh;border-radius:0 30px 30px 0;background-color:#000;z-index:5001;overflow:hidden;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.sideMenu:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#553d9e,#b69eff 49%,#6d3dff);opacity:.15;pointer-events:none}.sideMenu{box-shadow:inset -1px 0 #a186ff,12px 0 40px #0009}.sideMenu.open{transform:translate(0)}.sideMenu{will-change:transform}.sideMenu.closing{transform:translate(-100%)}.sideMenuInner{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;padding:20px 14px}.sideMenuScroll{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column}.sideMenuBottom{padding-bottom:20px}.sideMenuCard,.sideHistoryCard,.sideRefferalCard,.sideSupportCard,.sideSavedCard,.balanceCard{flex-shrink:0}.sideMenuProfile{position:relative;width:100%;height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 0;margin-bottom:18px;border-radius:10px;border:none;background:#282339;box-shadow:0 4px 4px #00000040;color:#fff;cursor:pointer}.sideMenuProfile:active{transform:scale(.97)}.sideMenuProfileLeft{display:flex;align-items:center;gap:12px;padding:12px}.sideMenuProfileAccent{position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:22px;background:#a186ff;border-radius:0 10px 10px 0;flex-shrink:0}.sideMenuAvatar{width:48px;height:42px;border-radius:10px;object-fit:cover;flex-shrink:0}.sideMenuName{font-family:Unbounded-Regular;font-size:13px;color:#fff;white-space:nowrap}.sideMenuExitIcon{width:22px;height:22px}.balanceCard{position:relative;width:100%;border-radius:10px;overflow:hidden;background:#282339cc;box-shadow:inset 0 4px 4px #00000040;isolation:isolate}.balanceCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(data:image/webp;base64,UklGRkYPAABXRUJQVlA4WAoAAAAQAAAAOwEAmAAAQUxQSBsAAAABDzD/ERGCTNqmDuZf7f7+YxH9n4Bac/8NM7QAVlA4IAQPAACQYQCdASo8AZkAPmEskkckLyGlJnLaoeAMCWdsjT3LgsjmDJNHg75m0aNnD3YqYcXzjr5sn7t6hv6t/7vsH+iAWsUlThXyU4ytuMV/svFluiLS2vw8yNwC3lGsVi5istppAOvc4AKvhmbNZL/ZRZ1sAb5+QhT/pmCB8rmXsWcWKgA5Ob2eoIUL83s9/XTh+IbPvw7IbCPN+zeQDi+cAHTLPxQCMcT1m0D72/msv+Fw25HpwyhKkM1DwOBQn2LxQ2Yii1LCbf2lNIwjQ3FKzquh1h57Z62sNmt6foxBYAHueZVYlENTIT9vFT5ZjG3cZn7tdL1PWGXK6Dv4+1G7sAflSafhINlwEev4AYt/kou2dyKjuicRG8btcS8fJ/beChyjxY9a3nfs/WlOFTf+3z12ZU/XmqIELiBTnnNEnbrQL5oejdcMSyw9kRhrmUYpo5BpaPantOJqbGRp90rhx94oPGlQk1O+jop8wWgbkCUWykqSOi4FWW9UNCS5E5S81h0cLJPXp+1MpTq2AxngP/ruYa2NLjtxpb6R1Q1BQUOwO8OR7OuA4w9X5lnn2yzi1qW61HF6ZHAZNBSqspjzuhY02zJH/7DOFhZ65VAL8/WoDJrItT/atx+NxDqTIYPcSxqryCtX9IKnZbL7y+3DxzxQi7xu1CKmfCrSlYR8uFcKjv5yR71FcW7cBn0GOWlZbbvueXV6C31ZRB+63z5VpweNULMtgFHeO0ZAk2fP6ME50ZU6YkgaqAsZErBYaxcTkiMQSziDCoEOveHNatLvk2kJnFpSjEBkbs+8aRBdBGqDwD+bE/rGu0kroSIPnDL2wEPZJo0XbEOFaUN5c3LMMpgYSJe+1/oRX5n/sdDkLS9d3ZWhGNussEQeRQzzxy6KT04POh/2HaEMBAOiDG/SeLbql1LI9T0cbrG0B90uav3xvalbtYzuVgvM7mM//gwL11d+MaxZa4yzC0FwFU9zXgnkPoydlcLDEVsFKwIASN44v43yoPT+8Ux+dqJ4gExD+1seSCFz+TzEWK/dpkxrTh+xtkhqQgAA/v0ShDNzDC4K6GUeGrHiRVwnAzKRAzNfH1RclCU4pIr94xpi69Y1WQKWA/i9DLupZmrTGc9k3a5XEfOirV77eGNiyB9eXXkVXSuKfG7DxZY/Tbcq5FqPE+GK/2dlYdHajMl9oVvVMHrAKCv11ikqzHOnVE0p47eYCjGT5XPShWsU0rRPtfJBKPufWegGVwso3Yl1DY4ly3xsWhcVrCsVAlmLK0R9hSti7jizpta/BuszJwqJiYjJskS8e/DLNryTtPZc4nCehtH6LrFdF4ERJnwhyxDL+Hdv6XR0fNnIciFrt8BetOEknNhfShDUBsUKmXWOZj17oAt7lSkHG3nJqfhfUGCZnBmZOU6Sri4RUQFPBM7ZpQTp0GLVCcruNEj8MIYt5AO92vYVFo1u+DEgIh2H1jcSgkQRSntV3LKTY0HMejW9kxduBWAf4CqjYBg8BVn+XibIfvxQjeNmwYkmTQxPmCGO+jFkz1Fh+B/eIxy/63QV10Wc3lBfX6SBWqimZ79Uebcigb4Dyg8UmZJWYsamEf5fTuXsMkAKnMjH+ffN3pRu9ZLDderwKjNdNULH0FacMiLFvRQ4ZMmT3ZCwwUcnpbdUpO+xmxz2QmPbxl6JYR/V1Fs1lv+dTtD/2Si+w3bUvg2eMGdjmq3eb4Foe/QU8ua2S+HD3Brurx9YRl/ufr3fmbnBw6042M+JdBWk3NNTO2qn4G/FgDxr3besLO2TLORfel6cjEIGOyl7LQ0IoFzfeN64ijlhdG9DeqOh7JuJna6UvgPx+bLmn+XMj2HsRmc3F7VIPpYAgdU9gr+KeEf5ThH45fo0LYCC439aKyyWnHXQE+MsuYZtvhLEq12RUWH+3GhWb1WjTmfwLeMNctq3LgOf4Bh2AoDcDPNnXsWQYyWggaLz5osXrDcE4NV4h+Wh4Hr+xOSJAXoHzsz9sZpYqjX8rQt+d95m2lqs29m6lizUmjCqmOPk91Zq1afixnt7VTbg6cujWRrT6uvDnzxCWvCNzHJgMIfNPnq6utQxIKzQ3biB2aThs4u/94JFD4coX1ppZXme4uAu1HT4h/T/2ilcOr+o5SS3jmmpuVupDwapo6p7v2jXWHyxWB5juQhGk3roXO93/LOtjdIy+PE9pgv92BLYeV2emxb/7n3vhR/RHx6Sbb9MauHPkKhIF0NbIKe8In+RWWx/Z4De9g9PnxS/YcP+buPfsLHHCrGDbz+dSi0ax/lBo2ll1wT35l1W/9btuy11dNjbp3HpGb90PV0vY86nm3AyFoB5R4zCUZsN04RNdZu4q3XbVTRkd84MeSNlOonO9vmj4actX9foluHzA7i0cvCU084hB4uSnLHLrV0wMbcdcukyhJoFfGJ1w0NGZyzov0+f//iZyc/xfeZCmeg153jCJ3oHXAjcN7Pm9ex/J9Ch+GjWCdhaxXY4zks6cjIX67huYBcQYkIwN1Jsxdm0h1hOyrU26Ohgn46lhV85FF5N7C1YonubYlzH29kTuzNXQMQw5qeYo+MaOgNk493X2QPY1QqelulOzJ8EAWzDEG+FJ/L6z+v4251UBXsumXsbyuzzWkc8/DTnPxQ9CmKQoTayiqgPdzihaBi/dWWPUeWi58Jh/2MnBN7VKM3lCUMWfqiGkNrjSC1Hb7Ss3F6sIwXac3vCLwYX/8xn/29e/sV+tTJIjkzdjp8lOdUzMQi4/sWYsSSDXn4+Uz60HVnmc3MuP4OCcUbNvFTyfYQHQBv64oJHog+b8cdH+OkahcPSn2fx1SyuGXjiIfrVMBwizxsuFe1NNYADIUQP/KurtB5K3vxO/cKWYfh2/NoM2atm8Iu9n1KXtvr3M5yEzt/R1yLes9wPA/sfrPZxFclGAhBS+QEaU4yjuLIntW8TrWVHUTjWM7oVLZD2N6uiggOpgJxnwaj37WsmUoFAz25YwLV3+aZwLbuI3nYW3Tv2JVniU30ntQvwjSS8TnyAYj1OA+F5Qo3LN9duu2tDoetP8lutQ0InIv/Rqe2+mNcKynH9vt2HvqrGRScrZswUpURUpz0VuCzYT4wC/jq6JMJ81kgPvLsD0JF7HjBv/PeEUc+IrmJZa/gKwwTEom6z8P99UlF4C595nWunmfpcfUuIgAVK+v9Ld9MHHPN+m347UjLlcWpwllpKfX0EP27sYRcVJnZfpbSajkSbX1656pZIa0hxu37SYjTsQSGcJEC+0Dpix2ooqnbvZ7u6nMmyXN0OcidU0J+M63F/jJ0X25EeiDu+B2SKXpdW2kGxRiTDN9pdkicVr/s1VOhSXe3UqJnjrLBa1COhl9U0n8ZrVt6BV43RytBa0MbZZQMsO1yJY1C4zAYy0A7Rpc8DwO/8V9FQ0yPSwLlGJkABXyWhzFYeN5gwcq7YPMztQMXZgcR3TNBL7qhBIC5Sp3tNYe3c36mFInTZ4auzeJElp/qdjfIW6elAe6ABsnc08PCTeh9EI5yDCrcc1UYGpvpbUvnfF6bbONu6pdAQV/3GsoYL+Vr5ipLpo94c6ntNnWos5n+eI3t4Floz/3bQj4jF/1c04QWDWwkFtl59fD782I9UFjS+gF6x5eMN7+EadZd333Mn2lDCgG0Tj0AzUnkHK8WkRH4X4H2lXlk45x1kYVmNsAwth+jYJy4LIBz9FoBJbAuCD717OfcwM3bm//jJXTTAQpWNrS/ksYiQPQwrlT0VOEDD0Rva85gCq8DMT7qieS836g0fCjZ2SSw3hB1Cvx6iAts4H6M9UxHZlV4UEOKIMvJsWFyyOlF4AX8lMY0wK3VSnI6AK5mra+Va9PeK0kPEPlpNFl0hQ40ogtxd5R0DlGNNRI8NFP3TfpAuhMJxfliwYYmN3UsV4hPbv/Vd42l4kuLR+nMNgb2/qQWFW0VpWeXfLuxGPPHqwxYPsjdwDGsfHSWEqJvTARc9NDCR3xEAJh6l82ZQSeTvk6I/ipPqX+MU8vqnhYNNVk6r/i17HTfSkc2r3WxxzyAX/ag6VNGC5UJok8MahULh2+bbbSO11E5imGC+TReBzHHWcZ8SdXa1TEUAIYjl7dM+bH6pqtIXn+ADFI8Qdm9vmheS+UXBo4Uy9iCHay2xCJHuBfBXj11x5wyCW9mRDrMkF6reVLjtpP80SmKgayA5ER0VnlPPtGpB6KUt148kVwxkIq+0uyKXkuDuu9BSCZGwS5Lms+Hl8VaGCcxEc+RsbWBtiHmZQdqs/tI9hhwYqwKWRMbUC12K6UNI2l8RI5mFFRakRoVwkCGY7iDIfayJqjnHdDq54ezpWb60TxlcZDKlaVHKrsTGIlqqBarVS9/XuS5WozGDoWYfD+hrfpoM7TLQzj/88nSQBsNQuamsvAfbfA7NvlUF0LZfEvsuYYTz2s5y+EaNIw1HSv4QeR3cg6/+spllbgKXaWDb7x2yzGTfQgedaB14NgL6mH8BedE2OhKZ0ngo2Mq+++632YMAwMxQOCs5LA5nZs5X23NzgQVmovvk6fUqpg1cCetRbn9myogH/5M4Fv18GPMKdrUQYUNhhQqc9LUgFkXkJD5dZVEAN6vH+JohX+4cBgxuYmfc/kN/fQIAgiDw6GGqPGLzr0pYSM9fui0Mc7esjnMl1iGGLZ0naxec4Fe8zDoJuELuijzUU7y/n+edg3fNRn9naEDRItZLvWiydbqlNy4kd8nf4psZCm3N6aF4mdHw2ENWKWM1912uQCV9Y/4SSCrrz372/PeU4YRRZRj+ojHT5h1EQnkXOvX61YnuS/T95lLhSEaLYLO+NlPZxGnBQjxMyeMmO/kjbuzWry2Wp65P2d1i+6XL/6Qz9bn+67DJyaOgh3UookAmOqWVJ1vBxm+6Z9DpbRqgxoZsW6FxgaICnbDV2WAAITiBSvrWVZPEvfMVtjMbd2TNrtyd61/RNfETiVmHfKcHu+AwzGSR2wwWBWwiV4wJ4SLCAxjSLG2ouS2JkJR1klb8nyI/ENVVuqiupj39toyAoUgtIxDcwjau9lPLokx6KL8Y6k9eErxLtExF0SnZZqoIMkwWIuk5dCcEetEADVlQGf7lsGOo+Ao8HIaL54qIbOyDR6HAAAAA);background-size:cover;background-position:center;opacity:.15;pointer-events:none;z-index:0}.balanceContent{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:16px 38% 16px 16px;box-sizing:border-box}.balanceInfo{display:flex;flex-direction:column;gap:12px}.balanceTitle{font-family:Unbounded-Medium;font-size:14px;color:#fff;align-self:flex-start}.balanceRow{display:flex;align-items:center;gap:10px;padding:0 6px}.balanceAmount{display:flex;align-items:center;gap:6px;font-family:Unbounded-Medium;font-size:12px;color:#fff}.balanceAmount img{width:20px;height:20px}.balanceBadge{padding:4px 12px;border-radius:20px;background:#fff3;color:#fff;font-size:8px;font-family:Unbounded-Light}.balanceAction{margin-top:8px;height:28px;padding:0 18px;border-radius:8px;border:none;background:#8875c9;color:#fff;font-family:Unbounded-Regular;font-size:10px;box-shadow:0 4px 4px #00000040;cursor:pointer}.balanceAction:active{transform:scale(.96)}.balanceDuck{position:absolute;right:0;bottom:0;height:100%;width:auto;pointer-events:none}.sideMenuCard{position:relative;border-radius:14px;padding:16px;margin-top:18px;overflow:hidden;background:#282339cc;box-shadow:inset 0 4px 4px #00000040,0 12px 30px #00000059;isolation:isolate}.sideMenuCard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(-165deg,#282339,#564c7acc 49%,#282339);box-shadow:inset 0 4px 4px #00000040,0 12px 30px #00000059;z-index:0;pointer-events:none}.sideMenuCardContent{position:relative;display:flex;align-items:center;gap:16px;z-index:1}.sideMenuCardDuck{height:100%;width:auto;margin-left:6px;position:absolute;left:0;bottom:0;z-index:1;pointer-events:none}.sideMenuCardInfo{display:flex;flex-direction:column;align-items:flex-end;gap:18px;flex:1}.sideMenuCardTitle{position:relative;font-size:16px;font-family:Unbounded-Medium;color:#fff;margin-right:-3px}.sideMenuCardAccent{position:absolute;right:0;top:25%;transform:translateY(-43%);width:2px;height:23px;border-radius:10px 0 0 10px;background:#a186ff;z-index:1}.sideMenuCardAction{align-self:flex-end;padding:5px 20px;border-radius:8px;background:#8875c9;color:#fff;font-family:Unbounded-Regular;font-size:12px;box-shadow:0 4px 4px #00000040;border:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.sideMenuCardAction:active{transform:scale(.96);opacity:.9}.sideSavedCard{position:relative;border-radius:14px;padding:16px;margin-top:18px;overflow:hidden;background:#282339cc;box-shadow:inset 0 4px 4px #00000040,0 12px 30px #00000059;isolation:isolate}.sideSavedCard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(-165deg,#282339,#564c7acc 49%,#282339);box-shadow:inset 0 4px 4px #00000040,0 12px 30px #00000059;z-index:0;pointer-events:none}.sideSavedCardContent{position:relative;display:flex;align-items:center;gap:16px;z-index:1}.sideSavedCardDuck{height:100%;width:auto;margin-right:6px;position:absolute;right:0;bottom:0;z-index:1;pointer-events:none}.sideSavedCardInfo{display:flex;flex-direction:column;align-items:flex-start;gap:18px;flex:1}.sideSavedCardTitle{position:relative;font-size:16px;font-family:Unbounded-Medium;color:#fff;margin-right:-3px}.sideSavedCardAccent{position:absolute;left:0;top:25%;transform:translateY(-43%);width:2px;height:23px;border-radius:10px 0 0 10px;background:#a186ff;z-index:1}.sideSavedCardAction{align-self:flex-start;padding:5px 20px;border-radius:8px;background:#8875c9;color:#fff;font-family:Unbounded-Regular;font-size:12px;box-shadow:0 4px 4px #00000040;border:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.sideSavedCardAction:active{transform:scale(.96);opacity:.9}.sideHistoryCard{position:relative;border-radius:14px;padding:16px;margin-top:14px;overflow:hidden;background:#282339cc;box-shadow:inset 0 4px 4px #00000040,0 12px 30px #00000059;isolation:isolate}.sideHistoryCard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(166deg,#282339,#564c7acc 49%,#282339);box-shadow:inset 0 4px 4px #00000040,0 12px 30px #00000059;z-index:0;pointer-events:none}.sideHistoryCardContent{position:relative;display:flex;align-items:center;gap:16px;z-index:1}.sideHistoryCardDuck{height:100%;width:auto;position:absolute;left:0;bottom:0;z-index:4;pointer-events:none}.sideHistoryCardInfo{display:flex;flex-direction:column;align-items:flex-end;gap:18px;flex:1}.sideHistoryCardTitle{position:relative;font-size:16px;font-family:Unbounded-Medium;color:#fff;margin-left:-3px}.sideHistoryCardAccent{position:absolute;right:0;top:25%;transform:translateY(-34%);width:2px;height:43px;border-radius:0 10px 10px 0;background:#a186ff;z-index:1}.sideHistoryCardAction{align-self:flex-end;padding:5px 20px;border-radius:8px;background:#8875c9;color:#fff;font-family:Unbounded-Regular;font-size:12px;box-shadow:0 4px 4px #00000040;border:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.sideHistoryCardAction:active{transform:scale(.96);opacity:.9}.sideRefferalCard{position:relative;border-radius:14px;padding:16px;margin-top:14px;overflow:hidden;background:#233925cc;box-shadow:inset 0 4px 4px #00000040,0 12px 30px #00000059;isolation:isolate}.sideRefferalCard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(-165deg,#233925,#4d7a4ecc 49%,#233925);box-shadow:inset 0 4px 4px #00000040,0 12px 30px #00000059;z-index:0;pointer-events:none}.sideRefferalCardContent{position:relative;display:flex;align-items:center;gap:16px;z-index:1}.sideRefferalCardDuck{height:100%;width:auto;position:absolute;right:0;bottom:0;z-index:3;pointer-events:none}.sideRefferalCardInfo{display:flex;flex-direction:column;align-items:flex-end;gap:18px;flex:1}.sideRefferalCardTitle{position:relative;font-size:15px;font-family:Unbounded-Medium;color:#fff;text-align:left;margin-right:-3px}.sideRefferalCardAccent{position:absolute;left:0;top:25%;transform:translateY(-32%);width:2px;height:40px;border-radius:10px 0 0 10px;background:#86ff8c;z-index:1}.sideRefferalCardAction{align-self:flex-start;padding:5px 20px;border-radius:8px;background:#75c985;color:#fff;font-family:Unbounded-Regular;font-size:12px;box-shadow:0 4px 4px #00000040;border:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.sideRefferalCardAction:active{transform:scale(.96);opacity:.9}.sideSupportCard{position:relative;border-radius:14px;padding:16px;margin-bottom:25px;margin-top:14px;overflow:hidden;background:#282339cc;box-shadow:inset 0 4px 4px #00000040,0 12px 30px #00000059;isolation:isolate}.sideSupportCard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(166deg,#282339,#564c7acc 49%,#282339);box-shadow:inset 0 4px 4px #00000040,0 12px 30px #00000059;z-index:0;pointer-events:none}.sideSupportCardContent{position:relative;display:flex;align-items:center;gap:16px;z-index:1}.sideSupportCardDuck{height:97%;width:auto;position:absolute;right:0;bottom:0;z-index:4;pointer-events:none}.sideSupportCardInfo{display:flex;flex-direction:column;align-items:flex-start;gap:20px;flex:1}.sideSupportCardTitle{position:relative;font-size:16px;font-family:Unbounded-Medium;color:#fff;margin-left:-3px}.sideSupportCardAccent{position:absolute;left:0;top:25%;transform:translateY(-43%);width:2px;height:23px;border-radius:0 10px 10px 0;background:#a186ff;z-index:1}.sideSupportCardAction{align-self:flex-start;padding:5px 20px;border-radius:8px;background:#8875c9;color:#fff;font-family:Unbounded-Regular;font-size:12px;box-shadow:0 4px 4px #00000040;border:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.sideSupportCardAction:active{transform:scale(.96);opacity:.9}.footerBar{height:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;background:transparent;z-index:900;box-sizing:border-box;margin-top:auto;margin-bottom:24px;flex-shrink:0}.checkoutFooter{padding:20px 28px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#fff9}.checkoutSheet{display:flex;flex-direction:column;max-height:calc(100dvh - 112px)}.footerLeft{display:flex;align-items:center;gap:6px;font-family:Unbounded-Regular;font-size:10px;color:#818181}.footerLeft img{width:16px;height:16px;opacity:.6}.footerRight{display:flex;align-items:center;gap:6px;font-family:Unbounded-Regular;font-size:10px;color:#818181}.footerRight img{width:16px;height:16px}.footerLeft,.footerRight{transition:opacity .2s ease}.footerLeft:active,.footerRight:active{opacity:.8}.footerContainer{position:fixed;left:0;right:0;bottom:0;z-index:1200;padding:0;display:flex;justify-content:center;overflow:visible}.footerInner{width:100%;max-width:1300px;margin:0 auto;background:#0c0b15;border-radius:15px 15px 0 0;overflow:visible;padding:15px 18px;box-sizing:border-box;display:flex;align-items:center}.footerNav{width:100%;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;justify-items:center}.footerItem{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative}.footerItem img{width:23px;height:23px;object-fit:contain}.footerItem span{font-size:12px;color:#ffffffb3;line-height:1;white-space:nowrap;font-family:Inter_18pt-Regular}.footerItem .footerActiveAnim{display:none}.footerItem.active .footerActiveAnim{display:block;position:absolute;left:50%;transform:translate(-50%);bottom:-22px;width:clamp(90px,14vw,160px);height:clamp(24px,4vw,44px);object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:10}.checkoutSelectLeft{min-width:0}.checkoutSelectText{font-family:Unbounded-Light;font-size:14px;letter-spacing:.2px;color:#ffffffe6;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkoutSubsectionTitle{display:flex;align-items:center;justify-content:center;gap:12px;margin:10px 0 18px}.checkoutSubsectionTitle .checkoutSectionLine{flex:1;height:2px;background:#7b7b7b80}.checkoutSubsectionTitle .checkoutSectionText{font-family:Unbounded-Light;font-size:14px;letter-spacing:.6px;color:#ffffff6b;white-space:nowrap}.deliveryMethodButtons{display:flex;gap:12px;margin:10px 0 16px;justify-content:center}.deliveryMethodBtn{height:40px;width:36%;display:flex;align-items:center;justify-content:flex-start;gap:16px;padding:0 14px 0 0;border-radius:14px;border:1px solid rgba(255,255,255,.28);background:#ffffff0d;color:#fff;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.deliveryMethodBtn:active{transform:translateY(1px)}.deliveryMethodBtn.active{background:rgba(var(--accent-color),.35);border-color:rgba(var(--accent-color),.8)}.deliveryMethodIcon{height:100%;width:auto;object-fit:contain;border-radius:14px}.deliveryMethodText{font-family:Unbounded-Regular;font-size:15px;letter-spacing:.2px}.checkoutSelect.address{width:100%;height:42px;margin-top:6px;margin-bottom:6px;border-radius:16px;display:flex;align-items:center;justify-content:space-between;border:none;background:#d9d9d966;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffeb;padding:0 12px;overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.checkoutSelect.address .checkoutSelectIcon{width:auto;height:18px;opacity:.9}.checkoutSelectEditIcon{width:18px;height:18px;opacity:.9;flex:0 0 auto}.deliveryAddressEditor{width:100%;margin-top:6px;display:flex;gap:10px;align-items:center;font-size:15px;font-family:Unbounded-Light}.deliveryAddressInput{width:100%;height:42px;border-radius:16px;border:1px solid rgba(255,255,255,.22);background:#ffffff1a;color:#ffffffeb;padding:0 14px;font-family:Unbounded-Light;font-size:14px;outline:none}.deliveryAddressInput::placeholder{color:#ffffff8c;font-family:Unbounded-Light;font-size:11px}.deliveryAddressDone{height:42px;padding:0 14px;display:flex;align-items:center;justify-content:center;border-radius:16px;border:1px solid rgba(var(--accent-color),.8);background:rgba(var(--accent-color),.35);color:#fff;font-family:Unbounded-Light;font-size:14px;letter-spacing:.3px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.deliveryAddressDoneIcon{width:18px;height:18px;object-fit:contain;pointer-events:none}.deliveryAddressDone:active{transform:translateY(1px)}.inpostStepsRow{display:flex;align-items:center;gap:10px;margin-top:10px}.inpostStepLeft{display:flex;align-items:center;gap:8px;flex:0 0 auto;font-weight:900;color:#ffffffeb}.inpostFeet{font-size:16px}.inpostStepText{font-size:12px;letter-spacing:1px;opacity:.9}.inpostStepNum{font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#00000047}.inpostStepBtn{flex:1;height:26px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.22);color:#ffffffeb;font-weight:900;font-size:12px;letter-spacing:.2px;white-space:nowrap;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.inpostStepBtn.back{background:#a48521b3}.inpostStepBtn.next{background:#417842b3}.inpostStepBtn:active{transform:translateY(1px)}.inpostStepBtn.disabled,.inpostStepBtn:disabled{opacity:.45}@media (max-width: 420px){.inpostStepsRow{gap:8px}.inpostStepBtn{padding:0 10px;font-size:11px}}@media (prefers-reduced-motion: reduce){.actionButton.pulse{animation:none}}@media (max-width: 375px){.cardTitle2{transform:translate(-50%,-350%)}.newDropBadge{font-size:10px}.catalogButton img{width:18px;height:18px}.catalogButton{font-size:12px}.productTitle{font-size:13px}.productTop{top:12px;left:6px;right:6px;gap:9px}.priceValue{font-size:14px}.priceCoin{width:16px;height:16px}.productActions{left:12px;bottom:16px;gap:14px}.actionBadge.sale{font-size:7px}.actionButton{width:28px;height:28px;border-radius:7px}.actionButton img{width:12px;height:12px}.deliveryButton{width:45%;font-size:13px}.deliveryButton img{height:17px}.sideMenu{width:75%}.heroPostAddBody{gap:12px}.heroPostAddTitle{font-size:14px;margin-top:8px}.heroPostAddRow{gap:10px}.heroPostAddBadge{height:30px;gap:6px}.heroPostAddCoin{width:22px;height:22px}.heroPostAddBigText{font-size:14px}.heroPostAddClose{height:36px;gap:8px;font-size:14px;margin-top:4px;margin-right:72px}.heroPostAddCloseIcon{width:20px;height:20px;font-size:16px}.heroDiscountTop{margin-top:1px}.heroDiscountTopText{font-size:11px}.heroDiscountBody{gap:13px;margin-top:12px}.heroDiscountHighlight{gap:12px}.heroDiscountTitle{font-size:12px;margin-left:3px;margin-top:8px}.overlayHeroDiscountSale{font-size:9px;padding:4px 10px;transform:rotate(-7deg);margin-left:5px}.heroDiscountRow{margin-left:3px;gap:12px}.heroDiscountSub{font-size:12px}.heroDiscountBadge{height:24px;padding:0 10px;gap:4px}.heroDiscountValue{font-size:16px}.heroDiscountCoin{width:17px;height:17px}.heroDiscountClose{height:32px;width:39%;border-radius:12px;gap:7px;font-size:12px;margin-top:6px;margin-right:68px}}@media (max-width: 390px){.sideMenu{width:72%}.heroDiscountTopText{font-size:11px}.heroDiscountBody{gap:12px;margin-top:13px}.heroDiscountHighlight{gap:12px}.heroDiscountTitle{font-size:14px;margin-left:5px;margin-top:6px}.overlayHeroDiscountSale{font-size:9px;padding:4px 9px;transform:rotate(-7deg);margin-left:7px}.heroDiscountRow{margin-left:5px;gap:12px}.heroDiscountSub{font-size:14px}.heroDiscountBadge{height:28px;padding:0 12px;gap:4px}.heroDiscountValue{font-size:16px}.heroDiscountCoin{width:18px;height:18px}.heroDiscountClose{height:34px;width:41%;border-radius:12px;gap:7px;font-size:14px;margin-top:7px;margin-right:75px}.heroPostAddBody{gap:8px;margin-top:13px}}@media (max-width: 320px){.catalogButtons{width:95%}.newDropBadge{font-size:9px}.cardTitle{font-size:12px}.cardTitle2{transform:translate(-50%,-330%);font-size:12px}.catalogButton img{width:18px;height:18px}.catalogButton{font-size:12px}.productTop{top:12px;left:6px;right:6px;gap:6px}.productTitle{font-size:11.5px}.priceValue{font-size:12px}.priceCoin{width:14px;height:14px}.productActions{left:11px;bottom:12px;gap:12px}.actionBadge.sale{font-size:7px}.actionButton{width:24px;height:24px;border-radius:6px}.actionButton img{width:12px;height:12px}.deliveryButton{width:45%;font-size:11px}.deliveryButton img{height:16px}.sideMenu{width:85%}.heroPostAddTop{margin-top:0}.heroPostAddBody{gap:11px}.heroPostAddTitle{font-size:11px;margin-top:3px;margin-left:1px}.heroPostAddRow{margin-left:1px;gap:8px}.heroPostAddBadge{height:22px;gap:4px}.heroPostAddValue{font-size:12px}.heroPostAddCoin{width:16px;height:16px}.heroPostAddBigText{font-size:12px}.heroPostAddClose{height:28px;border-radius:10px;gap:6px;font-size:11px;margin-top:6px;margin-right:63px}.heroPostAddCloseIcon{width:17px;height:17px;font-size:14px}.heroPostAddHighlight{gap:6px}.heroDiscountTop{margin-top:0}.heroDiscountTopText{font-size:9px}.heroDiscountBody{gap:12px;margin-top:12px}.heroDiscountHighlight{gap:9px}.heroDiscountTitle{font-size:11px;margin-left:2px;margin-top:8px}.overlayHeroDiscountSale{font-size:7px;padding:4px 8px;margin-left:6px}.heroDiscountRow{margin-left:2px;gap:10px}.heroDiscountSub{font-size:11px}.heroDiscountBadge{height:22px;padding:0 9px;gap:4px}.heroDiscountValue{font-size:14px}.heroDiscountCoin{width:16px;height:16px}.heroDiscountClose{height:26px;border-radius:9px;gap:6px;font-size:11px;margin-top:3px;margin-right:60px}}@media (max-width: 480px){.footerInner{padding:15px 19px 30px!important}.footerItem img{width:23px;height:23px}.footerItem span{font-size:12px}.footerItem.active .footerActiveAnim{bottom:-11px;height:50px}}@font-face{font-family:Inter_18pt-SemiBold;src:url(/fonts/Inter_18pt-SemiBold.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Unbounded-Light;src:url(/fonts/Unbounded-Light.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Unbounded-Regular;src:url(/fonts/Unbounded-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Unbounded-Medium;src:url(/fonts/Unbounded-Medium.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@keyframes glowShimmer{0%{background-position:0 0,-40% -30%;opacity:.55;transform:translateZ(0)}50%{background-position:0 0,110% 90%;opacity:.72;transform:translate3d(6px,-4px,0)}to{background-position:0 0,-40% -30%;opacity:.55;transform:translateZ(0)}}@keyframes actionButtonPulse{0%{box-shadow:0 0 0 1px #ffffff1a,0 0 12px #ffffff1f;opacity:.9}50%{box-shadow:0 0 0 1px #ffffff38,0 0 22px #ffffff38;opacity:1}to{box-shadow:0 0 0 1px #ffffff1a,0 0 12px #ffffff1f;opacity:.9}}html{overscroll-behavior-y:none}.actionButton.fav.active{background:#ff6e6eb8;box-shadow:inset 0 0 0 1px #bd99ff73,0 0 16px #9765ff38}.actionButton.fav.active img{filter:drop-shadow(0 0 8px rgba(255,110,110,.55))}.heroPostAddPercent{font-family:Unbounded-Medium;font-size:16px;color:#1f2a1f;line-height:1}.flavorOptionDisabled{opacity:.45;cursor:not-allowed;pointer-events:auto}.flavorOptionDisabled .flavorOptionLabel,.flavorOptionDisabled .flavorLabel,.flavorOptionDisabled span{color:#ffffff73!important}.logoWrap{position:relative;display:inline-flex;align-items:flex-end;justify-content:center;flex-shrink:0;cursor:pointer;overflow:visible;padding-right:10px}.headerLogoPing{position:absolute;top:10%;right:6px;width:clamp(24px,4vw,25px);height:clamp(24px,4vw,25px);z-index:4;pointer-events:none;transform:translate(38%,-14%)}.headerLogoPing.cart{background:transparent}.headerLogoPingGlow{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:999px;background:#e800001a;filter:blur(8px);opacity:.95}.headerLogoPingCore{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#e80000;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #ffffff24,0 6px 14px #00000042}.headerLogoPingIcon{width:12px;height:12px;object-fit:contain;filter:brightness(0) invert(1) drop-shadow(0 1px 1px rgba(0,0,0,.18))}.mainActiveOrderSection{width:100%;padding:15px 12px 0;box-sizing:border-box}.mainActiveOrderCard{position:relative;overflow:hidden;border-radius:22px;border:1px solid rgba(206,206,206,1);padding:18px;background:#ffffff0f;isolation:isolate}.mainActiveOrderCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:var(--mainActiveOrderBg);background-size:cover;background-position:center;opacity:.48}.mainActiveOrderCard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:#00000094;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mainActiveOrderCard>*{position:relative;z-index:2}.mainActiveOrderTop,.mainActiveOrderAmountRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.mainActiveOrderTitle{font-family:Unbounded-Bold;font-size:15px;text-align:left}.mainActiveOrderNumber{margin-top:5px;font-family:Unbounded-Light;font-size:11px;text-align:left;opacity:.78}.mainActiveOrderStatus{padding:7px 11px;border-radius:11px;background:#ffffff29;border:1px solid rgba(255,255,255,.18);font-family:Unbounded-Regular;font-size:10px}.mainActiveOrderAmountRow{margin-top:18px;font-family:Unbounded-Regular;font-size:11px}.mainActiveOrderAmountPill{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:#fff;color:#26331d;font-family:Unbounded-Bold;font-size:14px}.mainActiveOrderAmountPill img{width:18px;height:18px;object-fit:contain}.mainActiveOrderActions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.mainActiveOrderActions.single{grid-template-columns:1fr}.mainActiveOrderActions.single .mainActiveOrderBtn{width:100%}.mainActiveOrderBtn,.mainActiveOrderManagerBtn{min-height:40px;border-radius:12px;color:#fff;font-family:Unbounded-Regular;font-size:10px}.mainActiveOrderBtn.primary{border:.8px solid rgba(206,206,206,1);background:#d9d9d966}.mainActiveOrderBtn.checking{background:#94580e4d;border:.8px solid rgba(255,152,25,1);color:#fff3e4}.mainActiveOrderBtn.paid{background:#2862304d;border:.8px solid rgba(0,204,29,1);color:#00cc1d}.mainActiveOrderBtn.cancel{border:.8px solid rgba(255,59,59,1);background:#a6232347;color:#fff}.mainActiveOrderManagerBtn{width:100%;margin-top:10px;border:1px solid rgba(255,255,255,.3);background:#ffffff1f}.mainHeroLoadingSection{width:100%;padding:15px 12px 0;box-sizing:border-box}.mainHeroLoadingCard{position:relative;min-height:176px;overflow:hidden;border-radius:22px;border:1px solid rgba(206,206,206,.42);padding:18px;box-sizing:border-box;background:linear-gradient(135deg,#48367994,#0f0f0fe0);box-shadow:inset 0 1px #ffffff14,0 14px 34px #00000047;isolation:isolate}.mainHeroLoadingCard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.03) 36%,rgba(255,255,255,.18) 50%,rgba(255,255,255,.03) 64%,transparent 80%);transform:translate(-120%);animation:mainHeroSkeletonShimmer 1.45s ease-in-out infinite}.mainHeroLoadingGlow{position:absolute;width:150px;height:150px;right:-32px;bottom:-54px;z-index:0;border-radius:50%;background:#8f69ff47;filter:blur(28px);animation:mainHeroLoadingGlowPulse 1.8s ease-in-out infinite}.mainHeroLoadingTop,.mainHeroLoadingBottom{position:relative;z-index:2;display:flex;justify-content:space-between;gap:14px}.mainHeroLoadingTop{align-items:flex-start}.mainHeroLoadingBottom{align-items:center;margin-top:48px}.mainHeroLoadingTextGroup{display:flex;flex-direction:column;align-items:flex-start;gap:9px;flex:1}.mainHeroLoadingLine,.mainHeroLoadingStatus,.mainHeroLoadingAmount{display:block;background:#ffffff24}.mainHeroLoadingLine.title{width:142px;height:16px;border-radius:7px}.mainHeroLoadingLine.subtitle{width:92px;height:10px;border-radius:5px}.mainHeroLoadingStatus{width:82px;height:29px;border-radius:11px}.mainHeroLoadingLine.amountLabel{width:112px;height:11px;border-radius:5px}.mainHeroLoadingAmount{width:82px;height:34px;border-radius:999px}@keyframes mainHeroSkeletonShimmer{0%{transform:translate(-120%)}60%,to{transform:translate(120%)}}@keyframes mainHeroLoadingGlowPulse{0%,to{opacity:.48;transform:scale(.92)}50%{opacity:.9;transform:scale(1.08)}}@media (prefers-reduced-motion: reduce){.mainHeroLoadingCard:after,.mainHeroLoadingGlow{animation:none}}.mainActiveOrderArrivalCard{position:relative;overflow:hidden;isolation:isolate;width:95%;min-height:76px;margin-top:12px;padding:18px 20px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:14px;align-self:center;border-radius:22px;border:1px solid rgba(206,206,206,1);background:#ffffff0f}.mainActiveOrderArrivalCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:var(--mainActiveOrderBg);background-size:cover;background-position:center;opacity:.5}.mainActiveOrderArrivalCard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:#00000080;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.mainActiveOrderArrivalInfo,.mainActiveOrderArrivalBtn{position:relative;z-index:2}.mainActiveOrderArrivalInfo{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:7px}.mainActiveOrderArrivalOrderNo{font-family:Unbounded-Bold;font-size:13px;color:#fff}.mainActiveOrderArrivalLabel{font-family:Unbounded-Regular;font-size:11px;color:#ffffffb8;text-align:left}.mainActiveOrderArrivalBtn{flex:0 0 auto;min-width:150px;min-height:44px;padding:0 18px;border-radius:16px;border:1px solid rgba(0,255,120,.95);background:#2862306b;color:#00cc1d;font-family:Unbounded-Bold;font-size:12px;text-transform:uppercase}.mainActiveOrderArrivalBtn:active:not(:disabled){transform:scale(.97)}.mainActiveOrderArrivalBtn:disabled{opacity:.68;cursor:default}@media (max-width: 390px){.mainActiveOrderArrivalCard{padding:14px;gap:10px}.mainActiveOrderArrivalBtn{min-width:132px;padding:0 12px;font-size:11px}}.mainActiveOrderArrivalCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:var(--mainActiveOrderBg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.5}
