@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--primary:#ff78ce;--primary-dark:#e64db0;--primary-light:#fce4ec;--primary-gradient:linear-gradient(135deg, #ff78ce 0%, #e64db0 100%);--primary-glow:0 4px 20px #ff78ce33;--accent:#ff6f00;--accent-light:#ffe0b2;--accent-gradient:linear-gradient(135deg, #ff6f00 0%, #e65100 100%);--white:#fff;--bg:#f5f5f5;--bg-card:#fff;--bg-elevated:#fff;--border:#e8e8e8;--border-light:#f0f0f0;--text-primary:#212121;--text-secondary:#757575;--text-tertiary:#9e9e9e;--text-inverse:#fff;--success:#4caf50;--warning:#ff9800;--error:#f44336;--info:#2196f3;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 2px 8px #00000014;--shadow-lg:0 4px 16px #0000001f;--shadow-xl:0 8px 32px #00000029;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--radius-full:9999px;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-xs:clamp(10px, 2.8vw, 11px);--font-sm:clamp(12px, 3.2vw, 13px);--font-md:clamp(13px, 3.5vw, 14px);--font-lg:clamp(14px, 3.8vw, 16px);--font-xl:clamp(16px, 4.2vw, 18px);--font-2xl:clamp(19px, 5vw, 22px);--font-3xl:clamp(22px, 6vw, 28px);--font-4xl:clamp(28px, 7.5vw, 36px);--header-height:60px;--bottom-nav-height:56px;--max-width:1200px;--sidebar-width:240px;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}::selection{color:var(--text-primary);background:#ff78ce29}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (pointer:fine){*{scrollbar-width:thin;scrollbar-color:#0000002e transparent}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;width:100%;max-width:100%;font-size:100%;overflow-x:hidden}body{font-family:var(--font-family);background:var(--bg);color:var(--text-primary);-webkit-tap-highlight-color:transparent;width:100%;max-width:100%;min-height:100dvh;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;font-size:inherit;touch-action:manipulation;background:0 0;border:none}input,select,textarea{font-family:inherit;font-size:16px}ul,ol{list-style:none}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-md);margin:0 auto}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.btn{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius-md);font-weight:600;font-size:var(--font-md);white-space:nowrap;cursor:pointer;letter-spacing:.01em;padding:10px 22px;line-height:1.15;transition:transform .18s cubic-bezier(.4,0,.2,1),box-shadow .25s,filter .2s,background .2s,border-color .2s,color .2s;display:inline-flex;position:relative;overflow:hidden}.btn:disabled,.btn[disabled]{opacity:.5;cursor:not-allowed;box-shadow:none;filter:none;transform:none}.btn:disabled:hover,.btn[disabled]:hover{filter:none;box-shadow:none;transform:none}.btn-primary{background:var(--primary-gradient);color:var(--text-inverse);box-shadow:var(--primary-glow);border:none}.btn-primary:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 8px 30px #ff78ce59}.btn-primary:active{box-shadow:var(--primary-glow);transform:translateY(0)}.btn-outline{color:var(--primary);border:1.5px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary-light)}.btn-secondary{background:var(--bg);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border-light)}.btn-sm{font-size:var(--font-sm);border-radius:var(--radius-sm);gap:6px;padding:7px 15px}.btn-lg{font-size:var(--font-lg);border-radius:var(--radius-lg);padding:13px 28px}.btn-full{width:100%}.btn-icon{border-radius:var(--radius-full);width:40px;height:40px;padding:0}.badge{border-radius:var(--radius-full);min-width:18px;height:18px;color:var(--text-inverse);background:var(--primary);justify-content:center;align-items:center;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}.card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-light);transition:all var(--transition-normal);overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.input-group{position:relative}.input{border:1.5px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);background:var(--white);outline:none;padding:11px 14px;font-size:16px;line-height:1.4;transition:border-color .2s,box-shadow .2s}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #ff78ce14}.input:hover:not(:focus){border-color:#ccc}.input::placeholder{color:var(--text-tertiary)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s ease-in-out infinite shimmer}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite spin}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes cartBounce{0%{transform:scale(1)}30%{transform:scale(1.25)}50%{transform:scale(.95)}70%{transform:scale(1.05)}to{transform:scale(1)}}.animate-fadeIn{animation:.4s forwards fadeIn}.animate-fadeInUp{animation:.5s forwards fadeInUp}.animate-slideInRight{animation:.4s forwards slideInRight}.price{color:var(--primary);font-weight:700}.price-original{color:var(--text-tertiary);font-size:var(--font-sm);text-decoration:line-through}.discount-badge{background:var(--primary-light);color:var(--primary-dark);font-size:var(--font-xs);border-radius:var(--radius-sm);padding:2px 6px;font-weight:700}.stars{color:#ffc107;font-size:var(--font-sm);gap:1px;display:inline-flex}.tag{background:var(--bg);border-radius:var(--radius-full);font-size:var(--font-xs);color:var(--text-secondary);align-items:center;padding:4px 10px;font-weight:500;display:inline-flex}.tag-primary{background:var(--primary-light);color:var(--primary-dark)}.divider{background:var(--border-light);height:1px;margin:var(--space-md) 0}@media (max-width:768px){:root{--header-height:50px;--space-md:12px;--space-lg:18px;--space-xl:24px;--space-2xl:36px;--space-3xl:48px}.container{padding:0 var(--space-sm)}.hide-mobile{display:none!important}}@media (max-width:374px){:root{--header-height:48px;--bottom-nav-height:52px;--space-sm:6px;--space-md:10px}}@media (min-width:415px) and (max-width:768px){:root{--header-height:54px}}@media (min-width:769px){.hide-desktop{display:none!important}}.toast{color:#fff;border-radius:var(--radius-lg);font-size:var(--font-sm);z-index:10000;box-shadow:var(--shadow-xl);background:#333;padding:12px 24px;font-weight:500;animation:.3s fadeInUp;position:fixed;bottom:80px;left:50%;transform:translate(-50%)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.page-content{padding-top:var(--header-height);padding-bottom:calc(var(--bottom-nav-height) + var(--space-md));min-height:100vh}@media (min-width:769px){.page-content{padding-bottom:var(--space-xl)}}
.Header-module__lnUIdW__header{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#fffffff7;border-bottom:1px solid #0000000f;transition:all .3s;position:sticky;top:0;left:0;right:0}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled{box-shadow:0 2px 20px #00000014}.Header-module__lnUIdW__header.Header-module__lnUIdW__hideHeader{transform:translateY(-100%)}.Header-module__lnUIdW__headerInner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:60px;margin:0 auto;padding:0 16px;display:flex;position:relative}.Header-module__lnUIdW__headerLeft{flex-shrink:0;align-items:center;gap:22px;display:flex}.Header-module__lnUIdW__logoLink{flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:flex}.Header-module__lnUIdW__logoImg{object-fit:contain;width:30px;height:30px}.Header-module__lnUIdW__logoText{letter-spacing:1.5px;color:#2d2d2d;white-space:nowrap;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:800}.Header-module__lnUIdW__navLinks{align-items:center;gap:2px;display:flex}.Header-module__lnUIdW__navLink{color:#444;white-space:nowrap;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s,background .2s}.Header-module__lnUIdW__navLink:hover{color:var(--primary);background:var(--primary-light)}@media (max-width:1080px){.Header-module__lnUIdW__navLinks{display:none}}.Header-module__lnUIdW__homeLink{color:var(--primary);border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Header-module__lnUIdW__homeLink:hover{background:var(--primary-light)}.Header-module__lnUIdW__homeLink svg{flex-shrink:0}.Header-module__lnUIdW__headerBrand{text-align:center;letter-spacing:2.5px;color:#2d2d2d;white-space:nowrap;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:17px;font-weight:700;text-decoration:none;transition:color .2s;position:absolute;left:50%;transform:translate(-50%)}.Header-module__lnUIdW__headerBrand:hover{color:var(--primary)}.Header-module__lnUIdW__headerSearch{flex:1;max-width:500px;margin:0 20px;position:relative}.Header-module__lnUIdW__searchInputWrapper{width:100%;position:relative}.Header-module__lnUIdW__searchIconLeft{color:#999;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.Header-module__lnUIdW__searchInput{background:#f5f5f5;border:1px solid #ddd;border-radius:20px;outline:none;width:100%;padding:8px 16px 8px 36px;font-size:14px;transition:all .2s}.Header-module__lnUIdW__searchInput:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #ff78ce1a}.Header-module__lnUIdW__searchDropdown{z-index:1001;background:#fff;border-radius:12px;margin-top:8px;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.Header-module__lnUIdW__searchDropdownItem{color:#333;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:12px 16px;text-decoration:none;transition:background .2s;display:flex}.Header-module__lnUIdW__searchDropdownItem:last-child{border-bottom:none}.Header-module__lnUIdW__searchDropdownItem:hover{background:#f9f9f9}.Header-module__lnUIdW__searchDropdownName{white-space:nowrap;text-overflow:ellipsis;padding-right:12px;font-size:13px;font-weight:600;overflow:hidden}.Header-module__lnUIdW__searchDropdownPrice{color:var(--primary);flex-shrink:0;font-size:12px;font-weight:700}.Header-module__lnUIdW__headerRight{flex-shrink:0;align-items:center;gap:4px;display:flex}.Header-module__lnUIdW__iconBtn{width:38px;height:38px;color:var(--text-primary);border-radius:var(--radius-full);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex;position:relative}.Header-module__lnUIdW__iconBtn:hover{background:var(--primary-light);color:var(--primary)}.Header-module__lnUIdW__cartBadge{color:#fff;border-radius:var(--radius-full);background:#ff6f00;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;animation:.4s Header-module__lnUIdW__bounceIn;display:flex;position:absolute;top:-8px;right:-10px}.Header-module__lnUIdW__bottomNav{z-index:1000;-webkit-backdrop-filter:blur(12px);height:var(--bottom-nav-height);padding-bottom:env(safe-area-inset-bottom,0);background:#fffffff2;border-top:1px solid #0000000f;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.Header-module__lnUIdW__bottomNavItem{color:#bbb;flex-direction:column;align-items:center;gap:2px;min-width:56px;padding:6px 0 2px;text-decoration:none;transition:color .2s;display:flex;position:relative}.Header-module__lnUIdW__bottomNavItem.Header-module__lnUIdW__active{color:var(--primary)}.Header-module__lnUIdW__bottomNavItem.Header-module__lnUIdW__active:before{content:"";background:var(--primary);border-radius:0 0 2px 2px;width:20px;height:2.5px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Header-module__lnUIdW__bottomNavIcon{justify-content:center;align-items:center;line-height:1;transition:transform .2s;display:flex;position:relative}.Header-module__lnUIdW__bottomNavIcon svg{transition:all .2s}.Header-module__lnUIdW__bottomNavItem.Header-module__lnUIdW__active .Header-module__lnUIdW__bottomNavIcon{transform:scale(1.05)}.Header-module__lnUIdW__bottomNavItem.Header-module__lnUIdW__active .Header-module__lnUIdW__bottomNavIcon svg{stroke-width:2.2px}.Header-module__lnUIdW__bottomNavBadge{background:var(--primary);color:#fff;border-radius:var(--radius-full);justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-6px;right:-10px}.Header-module__lnUIdW__bottomNavLabel{font-size:10px;font-weight:600}.Header-module__lnUIdW__searchOverlay{z-index:999;background:#fff;padding:12px 16px;animation:.2s Header-module__lnUIdW__fadeInDown;position:fixed;top:56px;left:0;right:0;box-shadow:0 4px 20px #0000001a}@media (max-width:768px){.Header-module__lnUIdW__header{top:0}.Header-module__lnUIdW__headerInner{height:var(--header-height);gap:2px;padding:0 10px}.Header-module__lnUIdW__headerSearch{max-width:none;margin:0 4px}.Header-module__lnUIdW__searchInput{padding:6px 10px 6px 28px;font-size:12px}.Header-module__lnUIdW__searchIconLeft{width:14px;height:14px;left:8px}.Header-module__lnUIdW__homeLink{border-radius:8px;padding:6px}.Header-module__lnUIdW__homeLink svg{width:18px;height:18px}.Header-module__lnUIdW__headerBrand{letter-spacing:clamp(1px,.5vw,2.5px);font-size:clamp(12px,3.8vw,15px)}.Header-module__lnUIdW__iconBtn{width:34px;height:34px}.Header-module__lnUIdW__iconBtn svg{width:18px;height:18px}.Header-module__lnUIdW__bottomNavItem{min-width:48px}.Header-module__lnUIdW__bottomNavIcon svg{width:20px;height:20px}.Header-module__lnUIdW__bottomNavLabel{font-size:clamp(8px,2.5vw,10px)}.Header-module__lnUIdW__searchOverlay{z-index:10000;height:100dvh;padding:16px;top:0;bottom:0}}@media (max-width:374px){.Header-module__lnUIdW__headerInner{padding:0 8px}.Header-module__lnUIdW__homeLink{padding:4px}.Header-module__lnUIdW__homeLink svg{width:16px;height:16px}.Header-module__lnUIdW__iconBtn{width:30px;height:30px}.Header-module__lnUIdW__iconBtn svg{width:16px;height:16px}.Header-module__lnUIdW__bottomNavItem{gap:1px;min-width:42px}.Header-module__lnUIdW__bottomNavIcon svg{width:18px;height:18px}}@media (min-width:769px){.Header-module__lnUIdW__bottomNav{display:none}}.Header-module__lnUIdW__langBtn{color:var(--primary);cursor:pointer;background:0 0;border:1.5px solid #ff78ce4d;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;transition:all .2s;display:flex}.Header-module__lnUIdW__langBtn:hover{background:var(--primary-light);border-color:var(--primary)}.Header-module__lnUIdW__megaMenuWrapper{display:inline-block;position:relative}.Header-module__lnUIdW__megaMenuTrigger{cursor:pointer;color:#333;padding:12px 16px;font-weight:600;text-decoration:none;display:inline-block}.Header-module__lnUIdW__megaMenu{opacity:0;visibility:hidden;z-index:999;background:#fff;border-radius:0 0 16px 16px;width:100vw;max-width:1200px;margin-top:10px;padding:32px;transition:all .3s;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #00000014}.Header-module__lnUIdW__megaMenuWrapper:hover .Header-module__lnUIdW__megaMenu{opacity:1;visibility:visible;margin-top:0}.Header-module__lnUIdW__megaMenuGrid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.Header-module__lnUIdW__megaMenuItem{color:#333;flex-direction:column;align-items:center;text-decoration:none;transition:transform .2s;display:flex}.Header-module__lnUIdW__megaMenuItem:hover{transform:translateY(-5px)}.Header-module__lnUIdW__megaMenuItem img{border-radius:12px;transition:transform .4s}.Header-module__lnUIdW__megaMenuItem:hover img{transform:scale(1.05)}@keyframes Header-module__lnUIdW__headerCartBounce{0%{transform:scale(1)}30%{transform:scale(1.3)}50%{transform:scale(.9)}70%{transform:scale(1.15)}to{transform:scale(1)}}.Header-module__lnUIdW__cartBounce{animation:.6s cubic-bezier(.175,.885,.32,1.275) both Header-module__lnUIdW__headerCartBounce}
.Footer-module__3hUVsW__footer{color:#c8c8d4;background:linear-gradient(#1a1a2e 0%,#16213e 100%);margin-top:20px}.Footer-module__3hUVsW__footerInner{max-width:var(--max-width);margin:0 auto;padding:48px 24px 0}.Footer-module__3hUVsW__footerGrid{border-bottom:1px solid #ffffff14;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.Footer-module__3hUVsW__footerBrand{align-items:center;gap:10px;margin-bottom:16px;display:flex}.Footer-module__3hUVsW__brandIcon{background:linear-gradient(135deg,#ff78ce33,#ff78ce0d);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:32px;display:flex}.Footer-module__3hUVsW__brandName{color:#fff;letter-spacing:.5px;font-size:22px;font-weight:800}.Footer-module__3hUVsW__brandDesc{color:#9a9ab0;margin-bottom:20px;font-size:13px;line-height:1.7}.Footer-module__3hUVsW__socialLinks{gap:10px;display:flex}.Footer-module__3hUVsW__socialLink{background:#ffffff0f;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;text-decoration:none;transition:all .25s;display:flex}.Footer-module__3hUVsW__socialLink:hover{background:#ff78ce33;transform:translateY(-2px)}.Footer-module__3hUVsW__footerTitle{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;padding-bottom:10px;font-size:14px;font-weight:700;position:relative}.Footer-module__3hUVsW__footerTitle:after{content:"";background:var(--primary);border-radius:1px;width:24px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__3hUVsW__footerLinks{flex-direction:column;gap:10px;display:flex}.Footer-module__3hUVsW__footerLinks li a{color:#9a9ab0;align-items:center;gap:4px;font-size:13px;text-decoration:none;transition:all .2s;display:inline-flex}.Footer-module__3hUVsW__footerLinks li a:hover{color:#fff;transform:translate(4px)}.Footer-module__3hUVsW__footerLinks li a:before{content:"›";opacity:0;transition:opacity .2s}.Footer-module__3hUVsW__footerLinks li a:hover:before{opacity:1}.Footer-module__3hUVsW__contactList{flex-direction:column;gap:12px;font-size:13px;display:flex}.Footer-module__3hUVsW__contactList li{color:#9a9ab0;align-items:center;gap:6px;display:flex}.Footer-module__3hUVsW__partners{border-bottom:1px solid #ffffff14;flex-wrap:wrap;gap:40px;padding:24px 0;display:flex}.Footer-module__3hUVsW__partnerGroup{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Footer-module__3hUVsW__partnerLabel{color:#7a7a90;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.Footer-module__3hUVsW__partnerLogos{flex-wrap:wrap;gap:8px;display:flex}.Footer-module__3hUVsW__partnerChip{color:#b0b0c4;background:#ffffff0f;border:1px solid #ffffff0f;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600}.Footer-module__3hUVsW__footerBottom{color:#6a6a80;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:20px 0;font-size:12px;display:flex}.Footer-module__3hUVsW__aiPowered{color:#555570;font-size:11px}@media (max-width:768px){.Footer-module__3hUVsW__footerInner{padding:32px 16px 0}.Footer-module__3hUVsW__footerGrid{grid-template-columns:1fr 1fr;gap:28px;padding-bottom:28px}.Footer-module__3hUVsW__brandName{font-size:18px}.Footer-module__3hUVsW__brandDesc{font-size:12px}.Footer-module__3hUVsW__partners{flex-direction:column;gap:16px;padding:20px 0}.Footer-module__3hUVsW__footerBottom{text-align:center;padding:16px 0 calc(var(--bottom-nav-height) + 16px);flex-direction:column}}@media (max-width:480px){.Footer-module__3hUVsW__footerGrid{grid-template-columns:1fr;gap:24px}}
.Toast-module__dpyMdW__toast{color:#fff;z-index:10000;white-space:nowrap;text-overflow:ellipsis;background:#333;border-radius:12px;max-width:90vw;padding:12px 24px;font-size:13px;font-weight:500;animation:.3s Toast-module__dpyMdW__toastIn;position:fixed;bottom:80px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 32px #0003}@keyframes Toast-module__dpyMdW__toastIn{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (min-width:769px){.Toast-module__dpyMdW__toast{bottom:40px}}
.BackToTop-module__lxbnwW__backToTop{color:#fff;cursor:pointer;z-index:998;background:#ff78cee6;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;transition:all .3s;display:flex;position:fixed;bottom:222px;right:20px;box-shadow:0 4px 16px #ff78ce4d}.BackToTop-module__lxbnwW__backToTop:hover{background:#ff78ce;transform:scale(1.1);box-shadow:0 6px 20px #ff78ce66}.BackToTop-module__lxbnwW__hidden{opacity:0;pointer-events:none;transform:translateY(20px)}.BackToTop-module__lxbnwW__visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.BackToTop-module__lxbnwW__backToTop{width:40px;height:40px;font-size:20px;bottom:192px;right:16px}}
