.Header-module__V-qxTG__navbar{z-index:1200;background:#662f90;align-items:center;gap:3.5rem;height:64px;padding:0 4.5rem;display:flex;position:sticky;top:0}.Header-module__V-qxTG__logo{flex-shrink:0;align-items:center;line-height:0;text-decoration:none;display:flex}.Header-module__V-qxTG__leftNav{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.Header-module__V-qxTG__rightNav{flex-shrink:0;align-items:center;gap:1.25rem;margin-left:auto;display:flex}.Header-module__V-qxTG__navLink{color:#fff;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.Header-module__V-qxTG__navLink:hover{color:#d8b4fe}.Header-module__V-qxTG__navLinkActive{color:#60a5fa!important}.Header-module__V-qxTG__hoverWrapper{align-items:center;height:64px;display:flex;position:relative}.Header-module__V-qxTG__dropdownOuter{z-index:200;min-width:220px;padding-top:4px;position:absolute;top:100%;left:0}.Header-module__V-qxTG__dropdownOuterRight{left:auto;right:0}.Header-module__V-qxTG__dropdown{background:#4a0e78;border-radius:8px;flex-direction:column;gap:.5rem;padding:.5rem;display:flex;overflow:hidden;box-shadow:0 8px 24px #0000004d}.Header-module__V-qxTG__dropdownHeading{color:#e9d5ff;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .5rem 0;font-size:.75rem;font-weight:700}.Header-module__V-qxTG__dropdownBtn{color:#fff;text-align:center;white-space:nowrap;background:#16a34a;border-radius:6px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s;display:block}.Header-module__V-qxTG__dropdownBtn:hover{background:#15803d}.Header-module__V-qxTG__dropdownLoginLink{color:#fff;white-space:nowrap;border-radius:6px;padding:.55rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:block}.Header-module__V-qxTG__dropdownLoginLink:hover{color:#d8b4fe;background:#ffffff1a}.Header-module__V-qxTG__appIcons{align-items:center;gap:.5rem;display:flex}.Header-module__V-qxTG__appIcon{color:#fff;cursor:pointer;opacity:.85;align-items:center;transition:opacity .15s;display:flex}.Header-module__V-qxTG__appIcon:hover{opacity:1}.Header-module__V-qxTG__chevron{transition:transform .2s}.Header-module__V-qxTG__chevronOpen{transform:rotate(180deg)}.Header-module__V-qxTG__mobileRightActions,.Header-module__V-qxTG__mobileProfileWrapper{display:none}.Header-module__V-qxTG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:.25rem;display:none}.Header-module__V-qxTG__hamburger span{background:#fff;border-radius:2px;width:22px;height:2px;display:block}.Header-module__V-qxTG__hamburgerLoggedIn{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;padding:.25rem;display:flex}.Header-module__V-qxTG__hamburgerLoggedIn span{background:#fff;border-radius:2px;width:22px;height:2px;display:block}.Header-module__V-qxTG__mobileBackdrop{z-index:199;background:#0006;animation:.3s forwards Header-module__V-qxTG__backdropFadeIn;position:fixed;inset:0}.Header-module__V-qxTG__mobileBackdropClosing{animation:.3s forwards Header-module__V-qxTG__backdropFadeOut}@keyframes Header-module__V-qxTG__backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes Header-module__V-qxTG__backdropFadeOut{0%{opacity:1}to{opacity:0}}.Header-module__V-qxTG__mobileMenu{-webkit-backdrop-filter:blur(28px)saturate(1.6);z-index:9999;background:#ffffffeb;border-left:1px solid #ffffff80;flex-direction:column;width:min(85vw,360px);height:100dvh;padding:2rem 1.5rem 2.5rem;animation:.32s cubic-bezier(.25,.46,.45,.94) forwards Header-module__V-qxTG__slideInFromRight;display:flex;position:fixed;top:0;right:0;overflow-y:auto}.Header-module__V-qxTG__mobileMenuClosing{animation:.28s cubic-bezier(.55,0,.75,.06) forwards Header-module__V-qxTG__slideOutToRight}@keyframes Header-module__V-qxTG__slideInFromRight{0%{opacity:.6;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes Header-module__V-qxTG__slideOutToRight{0%{opacity:1;transform:translate(0)}to{opacity:.6;transform:translate(100%)}}.Header-module__V-qxTG__mobileClose{color:#4a0e78;cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-bottom:2.5rem;padding:0;line-height:0}.Header-module__V-qxTG__mobileClose svg{width:28px;height:28px}.Header-module__V-qxTG__mobileNavLinks{flex-direction:column;align-items:center;gap:.25rem;margin-bottom:2rem;display:flex}.Header-module__V-qxTG__mobileNavLink{color:#4a0e78;text-align:center;width:100%;padding:.55rem 0;font-size:1.4rem;font-weight:700;text-decoration:none;transition:color .15s}.Header-module__V-qxTG__mobileNavLink:hover{color:#662f90}.Header-module__V-qxTG__mobileNavToggle{color:#4a0e78;cursor:pointer;text-align:center;background:0 0;border:none;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.55rem 0;font-size:1.4rem;font-weight:700;transition:color .15s;display:flex}.Header-module__V-qxTG__mobileNavToggle:hover{color:#662f90}.Header-module__V-qxTG__mobileSubLinks{flex-direction:column;align-items:center;gap:.1rem;margin-bottom:.25rem;display:flex}.Header-module__V-qxTG__mobileSubLink{color:#662f90;text-align:center;padding:.3rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s}.Header-module__V-qxTG__mobileSubLink:hover{color:#4a0e78}.Header-module__V-qxTG__mobileCta{flex-direction:column;align-items:center;gap:1rem;display:flex}.Header-module__V-qxTG__mobileCtaBtn{color:#fff;text-align:center;cursor:pointer;background:#16a34a;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.85rem 1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .15s;display:flex}.Header-module__V-qxTG__mobileCtaBtn:hover{background:#15803d}.Header-module__V-qxTG__mobileLoginRow{color:#444;text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:100%;font-size:.9rem;display:flex}.Header-module__V-qxTG__mobileAccordion{flex-direction:column;align-items:stretch;width:100%;display:flex}.Header-module__V-qxTG__mobileAccordionPanel{background:#662f900f;border-radius:8px;flex-direction:column;gap:.5rem;margin-top:.5rem;padding:.5rem;display:flex}.Header-module__V-qxTG__mobileAccordionBtn{color:#fff;text-align:center;white-space:nowrap;background:#16a34a;border-radius:6px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s;display:block}.Header-module__V-qxTG__mobileAccordionBtn:hover{background:#15803d}.Header-module__V-qxTG__mobileNavToggleLogin{color:#16a34a;cursor:pointer;text-align:center;background:0 0;border:2px solid #16a34a8c;border-radius:50px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s;display:flex}.Header-module__V-qxTG__mobileNavToggleLogin:hover{color:#15803d;border-color:#16a34a}.Header-module__V-qxTG__mobileCtaBtnBusiness{color:#fff;text-align:center;cursor:pointer;background:#662f90;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.85rem 1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .15s;display:flex}.Header-module__V-qxTG__mobileCtaBtnBusiness:hover{background:#4a0e78}.Header-module__V-qxTG__mobileNavToggleLoginBusiness{color:#662f90;cursor:pointer;text-align:center;background:0 0;border:2px solid #662f9080;border-radius:50px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s;display:flex}.Header-module__V-qxTG__mobileNavToggleLoginBusiness:hover{color:#4a0e78;border-color:#662f90}.Header-module__V-qxTG__mobileAppLinks{flex-direction:column;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.Header-module__V-qxTG__mobileAppLink{color:#662f90;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.Header-module__V-qxTG__mobileAppLink:hover{color:#4a0e78}.Header-module__V-qxTG__profileWrapper{align-items:center;display:flex;position:relative}.Header-module__V-qxTG__profileBtn{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.3rem .5rem;transition:background .15s,color .15s;display:flex}.Header-module__V-qxTG__profileBtn:hover{background:#ffffff1f}.Header-module__V-qxTG__profileBtnActive{background:#ffffff2e}.Header-module__V-qxTG__profileName{text-overflow:ellipsis;max-width:140px;font-size:.9rem;font-weight:600;overflow:hidden}.Header-module__V-qxTG__signInText{letter-spacing:.01em;font-size:.9rem;font-weight:600}.Header-module__V-qxTG__businessOwnerLink{color:#fff;white-space:nowrap;border-radius:6px;align-items:center;padding:.3rem .5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.Header-module__V-qxTG__businessOwnerLink:hover{background:#ffffff1f}.Header-module__V-qxTG__businessSignInBtn{color:#fff;white-space:nowrap;border:1.5px solid #fff9;border-radius:9999px;padding:.35rem .9rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s}.Header-module__V-qxTG__businessSignInBtn:hover{background:#ffffff1f;border-color:#fff}.Header-module__V-qxTG__mobileBusinessSignIn{display:none}.Header-module__V-qxTG__profileDropdown{z-index:200;background:#fff;border-radius:2rem;flex-direction:column;gap:0;min-width:200px;padding:0;display:flex;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 40px #0000001f}.Header-module__V-qxTG__profileDropdownLink{color:#fff;white-space:nowrap;border-radius:6px;padding:.55rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:block}.Header-module__V-qxTG__profileDropdownLink:hover{color:#d8b4fe;background:#ffffff1a}.Header-module__V-qxTG__profileDropdownDivider{background:#f0f0f0;height:1px;margin:.25rem 0}.Header-module__V-qxTG__profileMenuItem{color:#333;cursor:pointer;align-items:center;gap:10px;padding:10px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.Header-module__V-qxTG__profileMenuItem:hover{color:#662f90;background:#f7f0ff}.Header-module__V-qxTG__profileMenuItem svg{color:#666;flex-shrink:0}.Header-module__V-qxTG__profileMenuItem:hover svg{color:#662f90}.Header-module__V-qxTG__profileDropdownForgot{color:#c4b5fd;text-align:center;white-space:nowrap;border-radius:6px;padding:.45rem 1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .12s;display:block}.Header-module__V-qxTG__profileDropdownForgot:hover{color:#fff}.Header-module__V-qxTG__profileDropdownCard{align-items:center;gap:.75rem;padding:1rem 1.1rem .85rem;display:flex}.Header-module__V-qxTG__profileDropdownAvatar{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#7c3aed,#4f46e5);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:700;display:flex}.Header-module__V-qxTG__profileDropdownInfo{flex-direction:column;gap:.15rem;min-width:0;display:flex}.Header-module__V-qxTG__profileDropdownName{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.Header-module__V-qxTG__profileDropdownEmail{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.Header-module__V-qxTG__profileDropdownLogout{cursor:pointer;color:#231f20;text-align:left;background:0 0;border:none;border-radius:0 0 2rem 2rem;align-items:center;gap:10px;width:100%;padding:10px 16px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.Header-module__V-qxTG__profileDropdownLogout:hover{background:#fff5f5}.Header-module__V-qxTG__mobileUserCard{background:#662f9014;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;display:flex}.Header-module__V-qxTG__mobileUserAvatar{color:#fff;background:linear-gradient(135deg,#a78bfa,#7c3aed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:700;display:flex}.Header-module__V-qxTG__mobileUserName{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.Header-module__V-qxTG__mobileLogoutBtn{color:#fca5a5;cursor:pointer;background:#dc262626;border:1.5px solid #dc262659;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 1rem;font-size:1rem;font-weight:700;transition:background .15s,color .15s,border-color .15s;display:flex}.Header-module__V-qxTG__mobileLogoutBtn:hover{color:#fff;background:#dc262647;border-color:#dc262699}.Header-module__V-qxTG__mobileForgotPassword{color:#000;text-align:center;padding:.25rem 0;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .15s}.Header-module__V-qxTG__mobileForgotPassword:hover{color:#662f90}@media (max-width:992px){.Header-module__V-qxTG__leftNav,.Header-module__V-qxTG__rightNav{display:none}.Header-module__V-qxTG__mobileRightActions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.Header-module__V-qxTG__mobileProfileWrapper{align-items:center;display:flex}.Header-module__V-qxTG__mobileBusinessSignIn{color:#fff;white-space:nowrap;border:1.5px solid #fff9;border-radius:9999px;padding:.3rem .65rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-block}.Header-module__V-qxTG__mobileBusinessSignIn:hover{background:#ffffff1f;border-color:#fff}.Header-module__V-qxTG__hamburger{display:flex}.Header-module__V-qxTG__navbar{padding:0 1.25rem}.Header-module__V-qxTG__logo img{height:34px!important}}@media (max-width:389px){.Header-module__V-qxTG__navbar{gap:.5rem;height:56px;padding:0 .875rem}.Header-module__V-qxTG__logo img{height:30px!important}.Header-module__V-qxTG__mobileBusinessSignIn{padding:.25rem .5rem;font-size:.7rem}.Header-module__V-qxTG__hamburger span{width:20px}}@media (max-width:359px){.Header-module__V-qxTG__navbar{height:52px;padding:0 .75rem}.Header-module__V-qxTG__logo img{height:28px!important}.Header-module__V-qxTG__mobileBusinessSignIn{padding:.2rem .4rem;font-size:.65rem}.Header-module__V-qxTG__mobileMenu{width:min(92vw,320px);padding:1.5rem 1.25rem 2rem}.Header-module__V-qxTG__mobileNavLink,.Header-module__V-qxTG__mobileNavToggle{font-size:1.2rem}.Header-module__V-qxTG__mobileCtaBtn{padding:.75rem .875rem;font-size:.9rem}}.Header-module__V-qxTG__mobileDrawer{z-index:9999;background:#fff;border-radius:0 16px 16px 0;flex-direction:column;width:min(480px,95vw);animation:.24s cubic-bezier(.25,.46,.45,.94) Header-module__V-qxTG__drawerSlideIn;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:4px 0 24px #00000024}.Header-module__V-qxTG__mobileDrawerClosing{animation:.26s forwards Header-module__V-qxTG__drawerSlideOut}@keyframes Header-module__V-qxTG__drawerSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes Header-module__V-qxTG__drawerSlideOut{0%{transform:translate(0)}to{transform:translate(-100%)}}.Header-module__V-qxTG__mobileDrawerHeader{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex}.Header-module__V-qxTG__mobileDrawerCloseBtn{cursor:pointer;color:#555;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Header-module__V-qxTG__mobileDrawerCloseBtn:hover{background:#ebebeb}.Header-module__V-qxTG__drawerNavGrid{grid-template-columns:repeat(4,1fr);gap:10px;padding:16px 14px 20px;display:grid}.Header-module__V-qxTG__drawerNavItem{color:#222;text-align:center;background:#fff;border:1.5px solid #e8e8e8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px 6px 12px;font-size:11px;font-weight:600;line-height:1.3;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:flex}.Header-module__V-qxTG__drawerNavItem:hover{color:#662f90;background:#f3e9fb;border-color:#662f90}.Header-module__V-qxTG__drawerNavItemActive{color:#662f90;background:#f0e8fb;border-color:#662f90}.Header-module__V-qxTG__drawerNavItemIcon{width:36px;height:36px;color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__V-qxTG__drawerNavItemIcon svg,.Header-module__V-qxTG__drawerNavItemIcon *{width:28px;height:28px;font-size:28px!important}.Header-module__V-qxTG__drawerNavItemLabel{color:inherit;white-space:normal;word-break:break-word;font-size:11px;font-weight:600}@media (max-width:767px){.Header-module__V-qxTG__mobileDrawer{border-radius:0 12px 12px 0;width:min(380px,94vw)}.Header-module__V-qxTG__drawerNavGrid{grid-template-columns:repeat(3,1fr);gap:10px;padding:14px 12px 18px}.Header-module__V-qxTG__drawerNavItem{gap:8px;padding:16px 6px 12px}.Header-module__V-qxTG__drawerNavItemIcon{width:32px;height:32px}.Header-module__V-qxTG__drawerNavItemIcon svg,.Header-module__V-qxTG__drawerNavItemIcon *{width:26px;height:26px;font-size:26px!important}}.Header-module__V-qxTG__drawerAppLinks{border-top:1px solid #f0f0f0;flex-direction:column;gap:8px;padding:12px 14px 20px;display:flex}.Header-module__V-qxTG__drawerAppLink{color:#333;background:#f8f8f8;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.Header-module__V-qxTG__drawerAppLink:hover{color:#662f90;background:#f0e8fb}.Header-module__V-qxTG__modalOverlay{z-index:1300;background:#000000a6;justify-content:center;align-items:center;padding:1rem;animation:.2s forwards Header-module__V-qxTG__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes Header-module__V-qxTG__overlayFadeIn{0%{opacity:0}to{opacity:1}}.Header-module__V-qxTG__modalCard{background:#fff;border-radius:25px;width:450px;max-height:90vh;animation:.3s cubic-bezier(.22,1,.36,1) forwards Header-module__V-qxTG__cardSlideUp;position:relative;overflow:hidden auto;box-shadow:0 20px 60px #00000059}.Header-module__V-qxTG__modalCard .mb-card{max-width:100%}.Header-module__V-qxTG__modalCard .mb-body{gap:.5rem;padding:1rem}.Header-module__V-qxTG__modalCard .mb-promo-header{padding:1rem}@media (max-width:768px){.Header-module__V-qxTG__modalCard .mb-promo-heading{font-size:1rem}}@keyframes Header-module__V-qxTG__cardSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.Header-module__V-qxTG__modalClose{z-index:10;color:#6b7280;cursor:pointer;background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:flex;position:absolute;top:10px;right:10px}.Header-module__V-qxTG__modalClose:hover{color:#111827;background:#00000024}@media (max-width:600px){.Header-module__V-qxTG__modalCard{width:100%}}@media (max-width:480px){.Header-module__V-qxTG__modalOverlay{padding:.5rem}.Header-module__V-qxTG__modalCard{max-height:88vh}.Header-module__V-qxTG__modalCard .mb-promo-header{min-height:unset;padding:.75rem 1rem .875rem}.Header-module__V-qxTG__modalCard .mb-body--signup{padding-top:.75rem}}
.mb-wrapper{background:#fff;justify-content:center;align-items:center;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.mb-card{width:100%;min-width:300px;max-width:440px;box-shadow:none;background:#fff;border-radius:0;position:relative;overflow:hidden}.mb-body{flex-direction:column;gap:.875rem;padding:1.75rem 2rem 1.5rem;display:flex}.mb-links-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding-bottom:.25rem;display:flex}.mb-link-btn{cursor:pointer;color:#374151;white-space:nowrap;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:.855rem;font-weight:600;transition:color .15s;display:inline-flex;background:0 0!important}.mb-link-btn:hover{color:#662f90;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.mb-mode-toggle{background:#f3f4f6;border-radius:.625rem;gap:3px;width:100%;padding:3px;display:flex}.mb-mode-btn{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;height:32px;padding:0 18px;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.mb-mode-btn.active{color:#662f90;background:#fff;box-shadow:0 1px 4px #0000001a}.mb-mode-btn:hover:not(.active){color:#374151;box-shadow:none!important;background:#ffffff8c!important;border:none!important}.mb-divider{align-items:center;gap:10px;display:flex}.mb-divider:before,.mb-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.mb-divider-label{letter-spacing:.07em;text-transform:uppercase;color:#c4c9d4;white-space:nowrap;font-size:.62rem;font-weight:400}.mb-btn-social{cursor:pointer;border:none;border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:10px;height:48px;padding:0 1.1rem;font-family:inherit;font-size:.92rem;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.mb-btn-social:disabled{opacity:.6;cursor:not-allowed}.mb-btn-social--outline{color:#111827;background:#fff;border:1.5px solid #e5e7eb!important}.mb-btn-social--outline:hover:not(:disabled){color:#111827!important;background:#f9fafb!important;border-color:#d1d5db!important}.mb-btn-social--black{color:#fff;background:#000}.mb-btn-social--black:hover:not(:disabled){background:#1c1c1c}.mb-btn-social--full{flex:none;width:100%}.mb-social-row{gap:.75rem;display:flex}.mb-back-btn{cursor:pointer;border:none;align-items:center;gap:4px;margin-bottom:6px;padding:0;font-family:inherit;font-size:.78rem;font-weight:600;transition:color .15s;display:inline-flex;color:#9ca3af!important;background:0 0!important}.mb-step-title{color:#111827;margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.mb-step-sub{color:#000;margin:4px 0 0;font-size:.855rem}.mb-field{flex-direction:column;gap:5px;display:flex}.mb-label{text-transform:uppercase;letter-spacing:.06em;color:#000;font-size:.7rem;font-weight:700}.mb-input{color:#111827;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:.75rem;outline:none;width:100%;height:46px;padding:0 14px;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.mb-input::placeholder{color:#b0b7c3}.mb-input:focus{border-color:#662f90;box-shadow:0 0 0 3px #662f901f}.mb-input--error{border-color:#ef4444!important}.mb-phone-row{align-items:center;gap:8px;display:flex}.mb-phone-prefix{color:#6b7280;white-space:nowrap;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:.75rem;flex-shrink:0;align-items:center;height:46px;padding:0 12px;font-size:.875rem;display:inline-flex}.mb-password-wrap{position:relative}.mb-eye-btn{cursor:pointer;color:#9ca3af;border:none;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;top:50%;right:13px;transform:translateY(-50%);background:0 0!important}.mb-eye-btn:hover{color:#662f90}.mb-error{color:#ef4444;font-size:.73rem;font-weight:500}.mb-hint{color:#000;margin:0;font-size:.77rem}.mb-btn-primary{color:#fff;cursor:pointer;background:#662f90;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .15s,transform .1s,box-shadow .15s;display:flex;box-shadow:0 4px 14px #662f9040}.mb-btn-primary:hover:not(:disabled){background:#55267a;transform:translateY(-1px);box-shadow:0 6px 18px #662f9052}.mb-btn-primary:disabled{opacity:.7;cursor:not-allowed}.mb-text-btn{color:#662f90;cursor:pointer;text-align:center;border:none;padding:0;font-family:inherit;font-size:.84rem;font-weight:600;transition:color .15s;background:0 0!important}.mb-text-btn:hover{color:#55267a;text-decoration:underline}.mb-otp-row{justify-content:center;gap:8px;display:flex}.mb-otp-box{text-align:center;color:#111827;-moz-appearance:textfield;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:.625rem;outline:none;width:46px;height:52px;font-family:inherit;font-size:1.35rem;font-weight:700;transition:border-color .15s,box-shadow .15s}.mb-otp-box:focus{border-color:#662f90;box-shadow:0 0 0 3px #662f901f}.mb-otp-box::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mb-otp-box::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mb-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:17px;height:17px;animation:.7s linear infinite mb-spin;display:inline-block}.mb-spinner--dark{border-color:#374151 #0000001f #0000001f}.mb-spinner--lg{border-width:3px;width:36px;height:36px}@keyframes mb-spin{to{transform:rotate(360deg)}}.mb-overlay{z-index:50;background:#ffffffc7;border-radius:1.5rem;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.mb-toast{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;align-items:flex-start;gap:8px;padding:10px 14px;font-size:.8rem;font-weight:500;line-height:1.45;display:flex}.mb-toast--ok{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0}.mb-toast svg{flex-shrink:0;margin-top:1px}.mb-forgot-link{color:#9ca3af;justify-content:center;width:100%;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.mb-forgot-link:hover{color:#662f90;text-decoration:underline}.mb-congrats{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem;align-items:center;gap:8px;padding:.625rem .875rem;display:flex}.mb-congrats-icon{color:#16a34a;flex-shrink:0;align-items:center;display:flex}.mb-congrats-text{color:#15803d;font-size:.95rem;font-weight:700}.mb-promo-header{background:linear-gradient(140deg,#2d0a52 0%,#55267a 55%,#7c3aad 100%);flex-direction:column;justify-content:center;min-height:168px;padding:1.5rem 2rem 1.75rem;display:flex;position:relative;overflow:hidden}.mb-promo-header:before,.mb-promo-header:after{content:"";background:#ffffff12;border-radius:50%;position:absolute}.mb-promo-header:before{width:200px;height:200px;top:-70px;right:-50px}.mb-promo-header:after{width:130px;height:130px;top:30px;right:70px}.mb-promo-badge{color:#fff;letter-spacing:.1em;text-transform:uppercase;background:#22c55e;border-radius:20px;align-self:flex-start;align-items:center;margin-bottom:.75rem;padding:4px 10px;font-size:.62rem;font-weight:800;display:inline-flex}.mb-promo-heading{color:#fff;margin:0 0 .5rem;font-family:inherit;font-size:1.75rem;font-weight:800;line-height:1.1}.mb-promo-sub{color:#ffffffc7;margin:0;font-size:.82rem;line-height:1.5}@keyframes mb-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.mb-promo-skeleton{flex-direction:column;gap:.6rem;display:flex}.mb-skeleton-badge,.mb-skeleton-heading,.mb-skeleton-sub{background:linear-gradient(90deg,#ffffff1a 25%,#ffffff38 50%,#ffffff1a 75%) 0 0/800px 100%;border-radius:6px;animation:1.4s linear infinite mb-shimmer}.mb-skeleton-badge{border-radius:20px;width:110px;height:22px}.mb-skeleton-heading{width:80%;height:36px;margin:.25rem 0}.mb-skeleton-sub{width:95%;height:14px}.mb-skeleton-sub--short{width:60%}.mb-info-skeleton{flex-direction:column;flex:1;gap:.45rem;display:flex}.mb-skeleton-info-title,.mb-skeleton-info-text{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/800px 100%;border-radius:4px;animation:1.4s linear infinite mb-shimmer}.mb-skeleton-info-title{width:55%;height:13px}.mb-skeleton-info-text{width:100%;height:12px}.mb-skeleton-info-text--short{width:75%}.mb-info-box{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:.75rem;align-items:flex-start;gap:10px;padding:.875rem 1rem;display:flex}.mb-info-box-icon{color:#22c55e;flex-shrink:0;margin-top:1px}.mb-info-box-title{color:#111827;margin-bottom:3px;font-size:.82rem;font-weight:700;text-decoration:underline;display:block}.mb-info-box-text{color:#000;margin:0;font-size:.78rem;line-height:1.45}.mb-sms-consent{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.mb-sms-consent input[type=checkbox]{accent-color:#662f90;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.mb-sms-consent-text{color:#000;font-size:.73rem;line-height:1.45}@media (max-width:480px){.mb-card{border-radius:1.5rem}.mb-body{padding:1.25rem 1.5rem}.mb-body--signup{padding-top:.875rem}.mb-promo-header{min-height:unset;padding:.875rem 1.5rem 1rem}.mb-links-row{gap:.875rem}.mb-link-btn{font-size:.8rem}.mb-otp-box{width:40px;height:46px;font-size:1.2rem}}
.CashBalanceBanner-module__ySvbXq__banner{color:#000;z-index:100;background:#fdb900;width:100%;position:sticky;top:64px}.CashBalanceBanner-module__ySvbXq__bannerCloseBtn{z-index:10;color:#000;cursor:pointer;background:#0000001a;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:background .15s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.CashBalanceBanner-module__ySvbXq__bannerCloseBtn:hover{background:#0003}@media (max-width:768px){.CashBalanceBanner-module__ySvbXq__bannerCloseBtn{width:18px;height:18px;top:6px;right:6px;transform:none}.CashBalanceBanner-module__ySvbXq__bannerCloseBtn svg{width:10px;height:10px}}.CashBalanceBanner-module__ySvbXq__inner{flex-wrap:nowrap;justify-content:center;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:7px 24px;display:flex}.CashBalanceBanner-module__ySvbXq__bannerIcon{color:#000;flex-shrink:0;align-items:center;display:flex}.CashBalanceBanner-module__ySvbXq__badge10{color:#fff;letter-spacing:.02em;white-space:nowrap;background:#24a549;border-radius:8px;flex-shrink:0;padding:6px 14px;font-size:.88rem;font-weight:800;animation:1.2s ease-in-out infinite CashBalanceBanner-module__ySvbXq__badgeBounce}@keyframes CashBalanceBanner-module__ySvbXq__badgeBounce{0%,to{transform:translateY(0)}30%{transform:translateY(-7px)}50%{transform:translateY(-3px)}70%{transform:translateY(-6px)}}.CashBalanceBanner-module__ySvbXq__subRow{align-items:center;gap:8px;display:flex}.CashBalanceBanner-module__ySvbXq__textBlock{flex-direction:column;gap:3px;min-width:0;display:flex}.CashBalanceBanner-module__ySvbXq__bannerLoggedIn .CashBalanceBanner-module__ySvbXq__textBlock{flex:1}.CashBalanceBanner-module__ySvbXq__titleRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.CashBalanceBanner-module__ySvbXq__bannerLoggedIn .CashBalanceBanner-module__ySvbXq__titleRow{justify-content:space-between}.CashBalanceBanner-module__ySvbXq__title{color:#000;font-size:.95rem;font-weight:700;line-height:1.3}.CashBalanceBanner-module__ySvbXq__expiresBadge{color:#000;letter-spacing:.08em;white-space:nowrap;background:0 0;border-radius:4px;flex-shrink:0;padding:2px 7px;font-size:.65rem;font-weight:700}.CashBalanceBanner-module__ySvbXq__sub{color:#000000b3;font-size:.78rem;line-height:1.4}.CashBalanceBanner-module__ySvbXq__timerBlock{flex-direction:column;flex-shrink:0;align-items:center;gap:2px;display:flex}.CashBalanceBanner-module__ySvbXq__timerLabel{color:#ffffff8c;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:.6rem;font-weight:700}.CashBalanceBanner-module__ySvbXq__timerValue{color:#f59e0b;font-variant-numeric:tabular-nums;letter-spacing:.04em;font-size:1.3rem;font-weight:800}.CashBalanceBanner-module__ySvbXq__ctaBtn{color:#fff;letter-spacing:.06em;cursor:pointer;white-space:nowrap;background:#24a549;border:none;border-radius:8px;flex-shrink:0;padding:10px 20px;font-size:.82rem;font-weight:800;transition:background .2s,transform .15s}.CashBalanceBanner-module__ySvbXq__ctaBtn:hover{background:#1b8a3a;transform:translateY(-1px)}.CashBalanceBanner-module__ySvbXq__badge10Mobile,.CashBalanceBanner-module__ySvbXq__expiresBadgeMobile,.CashBalanceBanner-module__ySvbXq__ctaBtnMobile{display:none}.CashBalanceBanner-module__ySvbXq__ctaBtnInline{color:#000;white-space:nowrap;flex-shrink:0;font-size:.78rem;font-weight:700;text-decoration:underline;display:none}.CashBalanceBanner-module__ySvbXq__closeBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;margin-left:4px;padding:4px 6px;font-size:1.4rem;line-height:1;transition:color .15s,background .15s}.CashBalanceBanner-module__ySvbXq__closeBtn:hover{color:#fff;background:#ffffff1a}.CashBalanceBanner-module__ySvbXq__mobileSpacer{display:none}.CashBalanceBanner-module__ySvbXq__modalOverlay{z-index:1300;background:#000000a6;justify-content:center;align-items:center;padding:1rem;animation:.2s forwards CashBalanceBanner-module__ySvbXq__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes CashBalanceBanner-module__ySvbXq__overlayFadeIn{0%{opacity:0}to{opacity:1}}.CashBalanceBanner-module__ySvbXq__modalCard{background:#fff;border-radius:25px;width:450px;max-height:90vh;animation:.3s cubic-bezier(.22,1,.36,1) forwards CashBalanceBanner-module__ySvbXq__cardSlideUp;position:relative;overflow:hidden auto;box-shadow:0 20px 60px #00000059}.CashBalanceBanner-module__ySvbXq__modalCard .mb-card{max-width:100%}.CashBalanceBanner-module__ySvbXq__modalCard .mb-body{gap:.5rem;padding:1rem}.CashBalanceBanner-module__ySvbXq__modalCard .mb-promo-header{padding:1rem}@media (max-width:768px){.CashBalanceBanner-module__ySvbXq__modalCard .mb-promo-heading{font-size:1rem}}@keyframes CashBalanceBanner-module__ySvbXq__cardSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.CashBalanceBanner-module__ySvbXq__modalClose{z-index:10;color:#6b7280;cursor:pointer;background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:flex;position:absolute;top:10px;right:10px}.CashBalanceBanner-module__ySvbXq__modalClose:hover{color:#111827;background:#00000024}@media (max-width:768px){.CashBalanceBanner-module__ySvbXq__bannerLoggedIn .CashBalanceBanner-module__ySvbXq__title{font-size:.78rem}.CashBalanceBanner-module__ySvbXq__bannerLoggedIn .CashBalanceBanner-module__ySvbXq__ctaBtn{display:none}.CashBalanceBanner-module__ySvbXq__bannerLoggedIn .CashBalanceBanner-module__ySvbXq__ctaBtnInline{display:inline}}@media (max-width:575px){.CashBalanceBanner-module__ySvbXq__inner{flex-wrap:nowrap;align-items:center;gap:6px;padding:6px 12px}.CashBalanceBanner-module__ySvbXq__badge10{display:none}.CashBalanceBanner-module__ySvbXq__badge10Mobile{color:#fff;letter-spacing:.02em;white-space:nowrap;cursor:pointer;background:#24a549;border:none;border-radius:8px;flex-shrink:0;padding:5px 10px;font-size:.75rem;font-weight:800;animation:1.2s ease-in-out infinite CashBalanceBanner-module__ySvbXq__badgeBounce;display:inline-flex}.CashBalanceBanner-module__ySvbXq__textBlock{flex:1;min-width:0}.CashBalanceBanner-module__ySvbXq__title{font-size:.72rem}.CashBalanceBanner-module__ySvbXq__expiresBadge{display:none}.CashBalanceBanner-module__ySvbXq__expiresBadgeMobile{color:#000;letter-spacing:.08em;white-space:nowrap;margin-top:1px;font-size:.6rem;font-weight:700;display:inline-block}.CashBalanceBanner-module__ySvbXq__sub{font-size:.62rem;line-height:1.3}.CashBalanceBanner-module__ySvbXq__subRow{gap:4px}.CashBalanceBanner-module__ySvbXq__timerBlock,.CashBalanceBanner-module__ySvbXq__ctaBtn,.CashBalanceBanner-module__ySvbXq__ctaBtnMobile{display:none}}@media (max-width:420px){.CashBalanceBanner-module__ySvbXq__title{font-size:.72rem}.CashBalanceBanner-module__ySvbXq__expiresBadge{padding:2px 5px;font-size:.58rem}.CashBalanceBanner-module__ySvbXq__ctaBtn{padding:8px 10px;font-size:.75rem}}@media (max-width:390px){.CashBalanceBanner-module__ySvbXq__banner{top:56px}}@media (max-width:480px){.CashBalanceBanner-module__ySvbXq__inner{padding:10px 12px 8px}.CashBalanceBanner-module__ySvbXq__badge10{padding:4px 9px;font-size:.88rem}.CashBalanceBanner-module__ySvbXq__title{font-size:.6rem}.CashBalanceBanner-module__ySvbXq__ctaBtn{padding:9px 12px;font-size:.8rem}.CashBalanceBanner-module__ySvbXq__mobileSpacer{height:110px}}
.WpHero-module__mFPkGW__hero{flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:0 0 4rem;display:flex;position:relative}.WpHero-module__mFPkGW__mobileSearch{background:0 0;width:100%;padding:12px 16px;display:none}.WpHero-module__mFPkGW__searchStrip{z-index:30;background:0 0;width:100%;padding:14px 24px;position:relative}.WpHero-module__mFPkGW__searchStripInner{max-width:900px;margin:0 auto}.WpHero-module__mFPkGW__bgSlider{z-index:0;position:absolute;inset:0;overflow:hidden}.WpHero-module__mFPkGW__circle{filter:blur(80px);pointer-events:none;z-index:2;border-radius:50%;position:absolute}.WpHero-module__mFPkGW__c1{opacity:.25;background:#10b981;width:380px;height:380px;top:-110px;left:-80px}.WpHero-module__mFPkGW__c2{opacity:.25;background:#6366f1;width:460px;height:460px;bottom:-160px;right:-60px}.WpHero-module__mFPkGW__c3{opacity:.12;background:#7c3aed;width:260px;height:260px;top:15%;right:18%}.WpHero-module__mFPkGW__inner{z-index:20;flex:1;justify-content:center;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:flex;position:relative}.WpHero-module__mFPkGW__contentPane{text-align:center;background:#ffffff4d;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;width:100%;padding:2rem 2rem 1.75rem;display:flex}.WpHero-module__mFPkGW__heading{color:#000;letter-spacing:-.03em;text-shadow:0 2px 8px #00000059;margin:0;font-size:clamp(1.1rem,2vw,1.6rem);font-weight:800;line-height:1.1}.WpHero-module__mFPkGW__sub{color:#000;text-shadow:0 1px 4px #0000004d;margin:0;font-size:.875rem;font-weight:400;line-height:1.5}.WpHero-module__mFPkGW__searchSection{align-items:center;gap:.625rem;width:100%;display:flex}.WpHero-module__mFPkGW__shopBtn{color:#fff;letter-spacing:.02em;background:#662f90;border-radius:999px;align-items:center;gap:.5rem;margin-top:.25rem;padding:.6rem 1.25rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 4px 14px #662f9059}.WpHero-module__mFPkGW__shopBtn:hover{background:#4e2270;transform:translateY(-2px);box-shadow:0 6px 20px #662f9073}.WpHero-module__mFPkGW__shopBtnIcon{filter:invert();flex-shrink:0}.WpHero-module__mFPkGW__contentGroup{flex-direction:column;gap:.5rem;width:60%;max-width:700px;display:flex}.WpHero-module__mFPkGW__magikBannerBar{color:#fff;cursor:pointer;letter-spacing:.01em;text-align:left;background:#662f90;border:none;border-radius:12px;justify-content:flex-start;align-items:center;gap:10px;width:calc(100% + 75px);padding:11px 20px;font-size:clamp(.8rem,1.5vw,.95rem);font-weight:700;text-decoration:none;transition:background .2s;display:flex;box-shadow:0 4px 16px #662f9040}.WpHero-module__mFPkGW__magikBannerBar:hover{background:#4e2270}.WpHero-module__mFPkGW__magikBannerBarIcon{flex-shrink:0;font-size:1.2rem;line-height:1}.WpHero-module__mFPkGW__magikBannerBarText{line-height:1.3}.WpHero-module__mFPkGW__magikBannerBarStack{text-align:left;flex-direction:column;align-items:flex-start;gap:2px;display:flex}.WpHero-module__mFPkGW__magikBannerBarName{font-size:clamp(.8rem,1.5vw,.95rem);font-weight:700;line-height:1.2}.WpHero-module__mFPkGW__magikBannerBarMsg{opacity:.9;font-size:clamp(.72rem,1.2vw,.82rem);font-weight:400;line-height:1.2}.WpHero-module__mFPkGW__magikBanner{background:0 0;border-bottom:1px solid #ede9f5;flex-direction:column;gap:7px;width:100%;padding:4px 0 10px;display:flex;position:relative;overflow:visible}.WpHero-module__mFPkGW__magikBannerTop{z-index:1;justify-content:center;align-items:center;gap:8px;width:100%;display:flex;position:relative}.WpHero-module__mFPkGW__magikBannerIcon{filter:drop-shadow(0 2px 4px #0000002e);flex-shrink:0;font-size:1.6rem;line-height:1}.WpHero-module__mFPkGW__magikBannerBody{z-index:1;flex-direction:column;gap:5px;display:flex;position:relative}.WpHero-module__mFPkGW__magikBannerHeading{color:#3b1a5e;letter-spacing:-.02em;margin:0;font-size:clamp(.82rem,1.5vw,1rem);font-weight:800;line-height:1.22}.WpHero-module__mFPkGW__magikBannerSub{color:#374151;margin:0;font-size:clamp(.68rem,1.1vw,.78rem);font-weight:400;line-height:1.4}.WpHero-module__mFPkGW__magikBannerNote{color:#6b7280;margin:0;font-size:clamp(.7rem,1.2vw,.8rem);font-style:italic;line-height:1.3}.WpHero-module__mFPkGW__heroOverlay{z-index:10;pointer-events:none;background:#0a05199e;position:absolute;inset:0}.WpHero-module__mFPkGW__innerSplit{align-items:center;justify-content:space-between!important}.WpHero-module__mFPkGW__contentGroupSplit{animation:.45s cubic-bezier(.22,1,.36,1) forwards WpHero-module__mFPkGW__contentGroupEntry}@keyframes WpHero-module__mFPkGW__contentGroupEntry{0%{opacity:.6;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.WpHero-module__mFPkGW__authPanel{z-index:20;background:#fff;border-radius:16px;width:auto;animation:.5s cubic-bezier(.22,1,.36,1) forwards WpHero-module__mFPkGW__authPanelEntry;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000038}@keyframes WpHero-module__mFPkGW__authPanelEntry{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}.WpHero-module__mFPkGW__authPanel .mb-wrapper{background:0 0}@media (min-width:576px){.WpHero-module__mFPkGW__authPanel .mb-card{min-width:450px}}@media (max-width:575px){.WpHero-module__mFPkGW__authPanel .mb-card{width:100%;min-width:0;max-width:100%}.WpHero-module__mFPkGW__authPanel{width:92%;max-width:none}}.WpHero-module__mFPkGW__authPanelClose{z-index:30;color:#6b7280;cursor:pointer;background:#00000012;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex;position:absolute;top:10px;right:10px}.WpHero-module__mFPkGW__authPanelClose:hover{color:#111827;background:#00000021}@media (max-width:768px){.WpHero-module__mFPkGW__hero{display:none}.WpHero-module__mFPkGW__mobileSearch{display:block}.WpHero-module__mFPkGW__contentGroup{width:90%;max-width:none}.WpHero-module__mFPkGW__hero{min-height:340px;padding:0 0 .75rem}.WpHero-module__mFPkGW__searchStrip{padding:10px 14px}.WpHero-module__mFPkGW__inner{justify-content:center;align-items:center;padding:1rem .875rem}.WpHero-module__mFPkGW__innerSplit{gap:1rem;flex-direction:column!important;align-items:center!important}.WpHero-module__mFPkGW__authPanel,.WpHero-module__mFPkGW__contentGroupSplit{width:90%}.WpHero-module__mFPkGW__contentPane{text-align:center;align-items:center;gap:.25rem;width:100%;max-width:none;padding:.6rem .875rem}.WpHero-module__mFPkGW__magikBannerBar{width:100%}.WpHero-module__mFPkGW__heading{font-size:.95rem}.WpHero-module__mFPkGW__sub{font-size:.7rem;line-height:1.4}.WpHero-module__mFPkGW__magikBanner{gap:4px;padding:2px 0 6px}.WpHero-module__mFPkGW__magikBannerTop{gap:5px}.WpHero-module__mFPkGW__magikBannerIcon{font-size:1.1rem}.WpHero-module__mFPkGW__magikBannerHeading{font-size:.78rem}.WpHero-module__mFPkGW__magikBannerSub{font-size:.66rem}.WpHero-module__mFPkGW__magikBannerNote{font-size:.6rem}}@media (min-width:2560px){.WpHero-module__mFPkGW__hero{min-height:600px}}@media (max-width:480px){.WpHero-module__mFPkGW__hero{min-height:300px;padding:0 0 .625rem}.WpHero-module__mFPkGW__searchStrip{padding:8px 12px}.WpHero-module__mFPkGW__inner{padding:.75rem .625rem}.WpHero-module__mFPkGW__contentGroup{width:92%}.WpHero-module__mFPkGW__contentPane{gap:.2rem;width:100%;padding:.5rem .75rem}.WpHero-module__mFPkGW__magikBannerBar{width:100%}.WpHero-module__mFPkGW__heading{font-size:.88rem}.WpHero-module__mFPkGW__sub{font-size:.65rem;line-height:1.38}.WpHero-module__mFPkGW__magikBanner{gap:3px;padding:2px 0 5px}.WpHero-module__mFPkGW__magikBannerIcon{font-size:1rem}.WpHero-module__mFPkGW__magikBannerHeading{font-size:.72rem}.WpHero-module__mFPkGW__magikBannerSub{font-size:.62rem}.WpHero-module__mFPkGW__magikBannerNote{font-size:.57rem}.WpHero-module__mFPkGW__searchSection{flex-direction:column;align-items:stretch}}@media (max-width:389px){.WpHero-module__mFPkGW__hero{min-height:280px;padding:0 0 .5rem}.WpHero-module__mFPkGW__searchStrip{padding:8px 10px}.WpHero-module__mFPkGW__inner{padding:.5rem}.WpHero-module__mFPkGW__contentGroup{width:93%}.WpHero-module__mFPkGW__contentPane{width:100%;padding:.45rem .625rem}.WpHero-module__mFPkGW__magikBannerBar{width:100%}.WpHero-module__mFPkGW__heading{font-size:.82rem}.WpHero-module__mFPkGW__sub{font-size:.62rem}.WpHero-module__mFPkGW__shopBtn{padding:.55rem 1rem;font-size:.82rem}}@media (max-width:359px){.WpHero-module__mFPkGW__hero{min-height:260px;padding:0 0 .5rem}.WpHero-module__mFPkGW__searchStrip{padding:6px 8px}.WpHero-module__mFPkGW__inner{padding:.5rem .375rem}.WpHero-module__mFPkGW__contentPane,.WpHero-module__mFPkGW__magikBannerBar{width:94%}.WpHero-module__mFPkGW__contentPane{border-radius:12px;gap:.15rem;padding:.4rem .5rem}.WpHero-module__mFPkGW__heading{font-size:.78rem}.WpHero-module__mFPkGW__sub{font-size:.6rem;line-height:1.35}.WpHero-module__mFPkGW__magikBanner{gap:2px;padding:1px 0 5px}.WpHero-module__mFPkGW__magikBannerIcon{font-size:.9rem}.WpHero-module__mFPkGW__magikBannerHeading{font-size:.68rem}.WpHero-module__mFPkGW__magikBannerSub,.WpHero-module__mFPkGW__magikBannerNote{font-size:.58rem}.WpHero-module__mFPkGW__shopBtn{padding:.45rem .875rem;font-size:.78rem}}
.StateGrid-module__nyVJ-W__section{width:100%;padding:2rem 1.25rem .75rem}.StateGrid-module__nyVJ-W__inner{max-width:1280px;margin:0 auto}.StateGrid-module__nyVJ-W__heading{font-size:var(--text-section-title,1.6rem);color:#1e293b;letter-spacing:-.02em;margin:0 0 1.25rem;font-weight:800}.StateGrid-module__nyVJ-W__grid{flex-flow:wrap;align-items:flex-start;gap:1.5rem;display:flex}.StateGrid-module__nyVJ-W__card{flex-direction:column;align-items:center;text-decoration:none;transition:transform .15s;display:flex}.StateGrid-module__nyVJ-W__card:hover{transform:translateY(-3px)}.StateGrid-module__nyVJ-W__imageWrap{background-color:var(--bg,#f9fafb);border:2.5px solid color-mix(in srgb, var(--accent,#662f90) 30%, transparent);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:48px;height:48px;transition:box-shadow .15s,background-color .15s;display:flex;box-shadow:0 2px 8px #0000001a}.StateGrid-module__nyVJ-W__card:hover .StateGrid-module__nyVJ-W__imageWrap{background-color:color-mix(in srgb, var(--accent,#662f90) 12%, white);box-shadow:0 6px 18px #00000024}.StateGrid-module__nyVJ-W__image{object-fit:contain;width:24px;height:24px}.StateGrid-module__nyVJ-W__abbr{letter-spacing:.08em;color:var(--accent,#662f90);text-transform:uppercase;text-align:center;font-size:.7rem;font-weight:800;line-height:1}.StateGrid-module__nyVJ-W__label{color:#6b7280;text-align:center;margin-top:4px;font-size:.68rem;font-weight:600;line-height:1.25}.StateGrid-module__nyVJ-W__moreCard:hover .StateGrid-module__nyVJ-W__label{color:#7c3aed}.StateGrid-module__nyVJ-W__lessCard:hover .StateGrid-module__nyVJ-W__label{color:#db2777}.StateGrid-module__nyVJ-W__moreCard,.StateGrid-module__nyVJ-W__lessCard{appearance:none;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}.StateGrid-module__nyVJ-W__moreCard .StateGrid-module__nyVJ-W__imageWrap{color:#9ca3af;background:#f3f4f6}.StateGrid-module__nyVJ-W__moreCard:hover .StateGrid-module__nyVJ-W__imageWrap{color:#7c3aed;background:#e9d5ff}.StateGrid-module__nyVJ-W__lessCard .StateGrid-module__nyVJ-W__imageWrap{color:#9ca3af;background:#f3f4f6}.StateGrid-module__nyVJ-W__lessCard:hover .StateGrid-module__nyVJ-W__imageWrap{color:#db2777;background:#fce7f3}@media (max-width:1023px){.StateGrid-module__nyVJ-W__section{padding:1.75rem var(--section-px,1.25rem) .75rem}}@media (max-width:480px){.StateGrid-module__nyVJ-W__section{padding:1.5rem var(--section-px,1rem) .5rem}.StateGrid-module__nyVJ-W__grid{gap:1rem}.StateGrid-module__nyVJ-W__imageWrap{width:61px;height:61px}.StateGrid-module__nyVJ-W__image{width:30px;height:30px}.StateGrid-module__nyVJ-W__abbr{font-size:.65rem}}@media (max-width:389px){.StateGrid-module__nyVJ-W__section{padding:1.25rem .875rem .4rem}.StateGrid-module__nyVJ-W__grid{gap:.75rem}.StateGrid-module__nyVJ-W__imageWrap{width:54px;height:54px}.StateGrid-module__nyVJ-W__image{width:27px;height:27px}.StateGrid-module__nyVJ-W__abbr,.StateGrid-module__nyVJ-W__label{font-size:.6rem}}@media (max-width:359px){.StateGrid-module__nyVJ-W__section{padding:1rem .75rem .375rem}.StateGrid-module__nyVJ-W__grid{gap:.625rem}.StateGrid-module__nyVJ-W__imageWrap{width:48px;height:48px}.StateGrid-module__nyVJ-W__image{width:24px;height:24px}.StateGrid-module__nyVJ-W__abbr,.StateGrid-module__nyVJ-W__label{font-size:.57rem}}
.FeaturedMerchantsBlogs-module__3tlbHW__section{width:100%;padding:2rem 1.25rem 1rem}.FeaturedMerchantsBlogs-module__3tlbHW__inner{max-width:1280px;margin:0 auto}.FeaturedMerchantsBlogs-module__3tlbHW__heading{color:#1e293b;letter-spacing:-.02em;margin:0 0 1.25rem;font-size:1.6rem;font-weight:800}.FeaturedMerchantsBlogs-module__3tlbHW__grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.25rem;display:grid}.FeaturedMerchantsBlogs-module__3tlbHW__card{color:inherit;background:#fff;border-radius:14px;flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:0 2px 14px #00000017}.FeaturedMerchantsBlogs-module__3tlbHW__card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #00000021}.FeaturedMerchantsBlogs-module__3tlbHW__imageWrap{flex-shrink:0;width:100%;height:258px;overflow:hidden}.FeaturedMerchantsBlogs-module__3tlbHW__image{object-fit:cover;width:100%;height:100%;display:block}.FeaturedMerchantsBlogs-module__3tlbHW__body{flex-direction:column;flex:1;padding:1.25rem 1.25rem 1rem;display:flex}.FeaturedMerchantsBlogs-module__3tlbHW__title{color:#1a202c;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:1.15rem;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.FeaturedMerchantsBlogs-module__3tlbHW__meta{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.5rem;display:flex}.FeaturedMerchantsBlogs-module__3tlbHW__categoryChip{letter-spacing:.04em;text-transform:uppercase;color:#662f90;background:#f5f3ff;border-radius:999px;padding:.18rem .55rem;font-size:.7rem;font-weight:700}.FeaturedMerchantsBlogs-module__3tlbHW__locationChip{color:#6b7280;align-items:center;gap:.25rem;font-size:.72rem;font-weight:600;display:flex}.FeaturedMerchantsBlogs-module__3tlbHW__excerpt{color:#4b5563;-webkit-line-clamp:5;text-overflow:ellipsis;word-break:break-word;overflow-wrap:break-word;text-align:left;direction:ltr;-webkit-box-orient:vertical;height:7.0125rem;margin:0 0 .85rem;font-size:.85rem;line-height:1.65;display:-webkit-box;overflow:hidden}.FeaturedMerchantsBlogs-module__3tlbHW__date{color:#9ca3af;border-top:1px solid #f1f5f9;margin-top:1.25rem;padding-top:.75rem;font-size:.75rem}.FeaturedMerchantsBlogs-module__3tlbHW__shopBtn{color:#fff;letter-spacing:.02em;background:#662f90;border-radius:999px;align-self:flex-start;margin-top:auto;padding:.55rem 1.2rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .18s,transform .15s;display:inline-block}.FeaturedMerchantsBlogs-module__3tlbHW__shopBtn:hover{background:#662f92;transform:translateY(-1px)}@media (max-width:768px){.FeaturedMerchantsBlogs-module__3tlbHW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.FeaturedMerchantsBlogs-module__3tlbHW__section{padding:1.5rem 1rem .75rem}.FeaturedMerchantsBlogs-module__3tlbHW__grid{grid-template-columns:1fr}.FeaturedMerchantsBlogs-module__3tlbHW__imageWrap{height:228px}.FeaturedMerchantsBlogs-module__3tlbHW__title{font-size:1.05rem}}
.DealDetailPage-module__tXJk4W__pageWrapper{min-height:100vh;padding-bottom:80px}.DealDetailPage-module__tXJk4W__mainGrid{flex-direction:column;gap:.75rem;max-width:1280px;margin:0 auto;padding:.75rem;display:flex}.DealDetailPage-module__tXJk4W__heroArea{order:1}.DealDetailPage-module__tXJk4W__infoArea{border-bottom:1px solid #e5e7eb;order:2;padding-bottom:.75rem}.DealDetailPage-module__tXJk4W__pricingArea{order:3}.DealDetailPage-module__tXJk4W__contentArea{flex-direction:column;order:4;gap:.75rem;display:flex}.DealDetailPage-module__tXJk4W__redeemTrustRow{flex-direction:column;gap:.75rem;display:flex}@media (min-width:1024px){.DealDetailPage-module__tXJk4W__redeemTrustRow{flex-direction:row;align-items:flex-start;gap:1rem}.DealDetailPage-module__tXJk4W__redeemTrustRow>*{flex:1;min-width:0}}.DealDetailPage-module__tXJk4W__ownerLocationRow{flex-direction:column;gap:.75rem;display:flex}@media (min-width:1024px){.DealDetailPage-module__tXJk4W__ownerLocationRow{flex-direction:row;align-items:flex-start;gap:1rem}.DealDetailPage-module__tXJk4W__ownerLocationRow>*{flex:1;min-width:0}.DealDetailPage-module__tXJk4W__mainGrid{grid-template-columns:1fr 320px;grid-template-areas:"info pricing""hero pricing""content pricing";align-items:start;gap:1rem 1.25rem;margin-top:.5rem;padding:1rem 1rem 0;display:grid}.DealDetailPage-module__tXJk4W__infoArea{border-bottom:none;order:0;grid-area:info;padding-bottom:0}.DealDetailPage-module__tXJk4W__heroArea{order:0;grid-area:hero}.DealDetailPage-module__tXJk4W__pricingArea{order:0;grid-area:pricing;align-self:start;position:sticky;top:calc(64px + 1rem)}.DealDetailPage-module__tXJk4W__contentArea{flex-direction:column;order:0;grid-area:content;gap:1rem;display:flex}}
.CartSection-module__JT_V3q__cartBtn{cursor:pointer;color:#333;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s;display:flex;position:relative}.CartSection-module__JT_V3q__cartBtn:hover{background:#0000000d}.CartSection-module__JT_V3q__badge{color:#fff;text-align:center;pointer-events:none;box-sizing:border-box;background:#24a549;border-radius:50%;width:15px;height:15px;font-size:9px;font-weight:700;line-height:15px;display:block;position:absolute;top:-5px;right:-5px;box-shadow:0 1px 3px #0003}.CartSection-module__JT_V3q__backdrop{z-index:1100;background:#00000059;animation:.2s CartSection-module__JT_V3q__fadeIn;position:fixed;inset:0}.CartSection-module__JT_V3q__backdropInvisible{z-index:1250;background:0 0;position:fixed;inset:0}@keyframes CartSection-module__JT_V3q__fadeIn{0%{opacity:0}to{opacity:1}}.CartSection-module__JT_V3q__drawer{z-index:1300;background:#fff;flex-direction:column;width:420px;max-width:100vw;height:100dvh;transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #00000024}.CartSection-module__JT_V3q__drawerOpen{transform:translate(0)}.CartSection-module__JT_V3q__drawerHeader{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.CartSection-module__JT_V3q__drawerTitle{color:#111;align-items:center;font-size:16px;display:flex}.CartSection-module__JT_V3q__vendorFrom{color:#555;font-size:15px;font-weight:400}.CartSection-module__JT_V3q__vendorName{color:#111;font-size:15px;font-weight:700}.CartSection-module__JT_V3q__closeBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex}.CartSection-module__JT_V3q__closeBtn:hover{color:#662f90;background:#f3ecf9}.CartSection-module__JT_V3q__drawerBody{flex:1;padding:0 0 24px;overflow-y:auto}.CartSection-module__JT_V3q__limitBanner{color:#92400e;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;align-items:center;gap:.5rem;margin:.75rem 1rem 0;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;display:flex}.CartSection-module__JT_V3q__loadingWrap{flex-direction:column;gap:12px;padding:16px 20px;display:flex}.CartSection-module__JT_V3q__skeletonItem{background:linear-gradient(90deg,#e5e7eb 25%,#f3ecf9 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:8px;height:72px;animation:1.4s ease-in-out infinite CartSection-module__JT_V3q__shimmer}@keyframes CartSection-module__JT_V3q__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.CartSection-module__JT_V3q__emptyWrap{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:64px 20px;display:flex}.CartSection-module__JT_V3q__emptyIcon{color:#7b49a2;background:#f3ecf9;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.CartSection-module__JT_V3q__emptyTitle{color:#111;margin:0;font-size:16px;font-weight:600}.CartSection-module__JT_V3q__emptyText{color:#6b7280;margin:0;font-size:14px}.CartSection-module__JT_V3q__vendorList,.CartSection-module__JT_V3q__vendorSection{flex-direction:column;display:flex}.CartSection-module__JT_V3q__multiVendorLabel{border-top:4px solid #f3ecf9;padding:12px 20px 4px;font-size:14px}.CartSection-module__JT_V3q__dealSection{padding:0 20px}.CartSection-module__JT_V3q__orderId{color:#aab4c0;margin:10px 0 4px;font-size:12px}.CartSection-module__JT_V3q__itemRow{border-bottom:1px solid #f0f0f0;align-items:flex-start;gap:10px;padding:12px 0;display:flex}.CartSection-module__JT_V3q__itemRow:last-of-type{border-bottom:none}.CartSection-module__JT_V3q__itemBogoChild{opacity:.6}.CartSection-module__JT_V3q__itemThumb{background:#f3ecf9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.CartSection-module__JT_V3q__thumbImg{object-fit:cover;border-radius:8px;width:100%;height:100%}.CartSection-module__JT_V3q__imgPlaceholder{color:#c4a8d8;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.CartSection-module__JT_V3q__itemRight{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.CartSection-module__JT_V3q__itemTopRow{justify-content:space-between;align-items:center;gap:6px;display:flex}.CartSection-module__JT_V3q__itemName{color:#111;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:14px;font-weight:600;text-decoration:none;overflow:hidden}a.CartSection-module__JT_V3q__itemName:hover{color:#662f90;text-decoration:underline}.CartSection-module__JT_V3q__itemThumbLink{cursor:pointer;transition:opacity .15s}.CartSection-module__JT_V3q__itemThumbLink:hover{opacity:.85}.CartSection-module__JT_V3q__itemType{color:#9ca3af;font-size:12px}.CartSection-module__JT_V3q__itemBottomRow{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.CartSection-module__JT_V3q__trashBtn{cursor:pointer;color:#aab4c0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:color .15s,background .15s;display:flex}.CartSection-module__JT_V3q__trashBtn:hover:not(:disabled){color:#e53e3e;background:#fff0f0}.CartSection-module__JT_V3q__trashBtn:disabled{opacity:.4;cursor:default}.CartSection-module__JT_V3q__stepper{border:1px solid #d1d5db;border-radius:6px;flex-shrink:0;align-items:center;display:flex;overflow:hidden}.CartSection-module__JT_V3q__stepBtn{color:#662f90;cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;font-weight:600;line-height:1;transition:background .15s;display:flex}.CartSection-module__JT_V3q__stepBtn:hover:not(:disabled){background:#f3ecf9}.CartSection-module__JT_V3q__stepBtn:disabled{color:#d1d5db;cursor:default}.CartSection-module__JT_V3q__stepQty{text-align:center;color:#111;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;min-width:32px;height:28px;font-size:13px;font-weight:700;line-height:28px}.CartSection-module__JT_V3q__itemPrice{color:#111;text-align:right;flex-shrink:0;font-size:14px;font-weight:700}.CartSection-module__JT_V3q__dealTotals{border-top:1px solid #f0f0f0;flex-direction:column;gap:6px;margin-top:4px;padding:10px 20px 4px;display:flex}.CartSection-module__JT_V3q__totalLine{color:#111;justify-content:space-between;font-size:14px;font-weight:600;display:flex}.CartSection-module__JT_V3q__totalLine+.CartSection-module__JT_V3q__totalLine{color:#555;font-size:13px;font-weight:400}.CartSection-module__JT_V3q__discountLine{color:#e53e3e!important;font-size:14px!important;font-weight:600!important}.CartSection-module__JT_V3q__vendorActions{flex-direction:column;gap:10px;padding:16px 20px 20px;display:flex}.CartSection-module__JT_V3q__checkoutBtn{color:#fff;background:#662f90;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:14px 20px;font-size:15px;font-weight:700;text-decoration:none;transition:background .15s;display:flex}.CartSection-module__JT_V3q__checkoutBtn:hover{background:#7b49a2}.CartSection-module__JT_V3q__continueBtn{color:#662f90;text-align:center;background:#f3ecf9;border-radius:8px;width:100%;padding:12px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:block}.CartSection-module__JT_V3q__continueBtn:hover{background:#e8d8f5}@media (max-width:768px){.CartSection-module__JT_V3q__drawer{width:100vw}}
.ReactTypeHeader-module__XnGqDa__headerRoot{z-index:1200;background:#fff;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #00000014}.ReactTypeHeader-module__XnGqDa__headerRow{will-change:transform;contain:layout style;align-items:center;gap:12px;height:120px;padding:0 24px;transition:height .3s;display:flex;position:relative}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed{height:60px}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__headerCenter{flex:1;justify-content:center}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__searchWithGift{justify-content:center;width:auto}.ReactTypeHeader-module__XnGqDa__logoLink{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.ReactTypeHeader-module__XnGqDa__logoImg{width:auto;height:38px}.ReactTypeHeader-module__XnGqDa__homeIconLink{color:#662f90;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;font-size:22px;text-decoration:none;transition:color .15s,background .15s;display:flex}.ReactTypeHeader-module__XnGqDa__homeIconLink:hover{color:#4a1f6e;background:#f5eeff}.ReactTypeHeader-module__XnGqDa__headerTopRow{display:contents}.ReactTypeHeader-module__XnGqDa__headerCenter{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.ReactTypeHeader-module__XnGqDa__collapsedIcons{align-items:center;gap:8px;display:flex}.ReactTypeHeader-module__XnGqDa__collapsedIconBtn{color:#444;cursor:pointer;background:#fff;border:1.5px solid #d8d8d8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:box-shadow .2s,border-color .2s;display:flex;box-shadow:0 2px 8px #00000014}.ReactTypeHeader-module__XnGqDa__collapsedIconBtn:hover{border-color:#aaa;box-shadow:0 4px 14px #00000024}.ReactTypeHeader-module__XnGqDa__rightIcons{flex-shrink:0;align-items:center;gap:8px;display:flex}.ReactTypeHeader-module__XnGqDa__businessOwnerLink{color:#27a549;white-space:nowrap;flex-direction:column;align-items:flex-end;margin-right:4px;font-size:13px;font-weight:700;line-height:1.35;text-decoration:none;display:flex}.ReactTypeHeader-module__XnGqDa__businessOwnerLink span:last-child{color:#27a549;text-decoration:underline}.ReactTypeHeader-module__XnGqDa__mobileBizOwnerBar{display:none}.ReactTypeHeader-module__XnGqDa__mobileBizOwnerLink{color:#27a549;white-space:nowrap;font-size:13px;font-weight:700;text-decoration:none}.ReactTypeHeader-module__XnGqDa__mobileBizOwnerLink strong{color:#27a549;text-decoration:underline}.ReactTypeHeader-module__XnGqDa__merchantSignupBtn{color:#662f90;white-space:nowrap;border:1.5px solid #662f90;border-radius:20px;align-items:center;padding:7px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:flex}.ReactTypeHeader-module__XnGqDa__merchantSignupBtn:hover{color:#fff;background:#662f90}.ReactTypeHeader-module__XnGqDa__signInWrapper{position:relative}.ReactTypeHeader-module__XnGqDa__signInBtn{color:#662f90;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #662f90;border-radius:20px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;transition:background .2s,color .2s;display:flex}.ReactTypeHeader-module__XnGqDa__signInBtn:hover{color:#fff;background:#662f90}.ReactTypeHeader-module__XnGqDa__signInBtn:hover svg{stroke:#fff}.ReactTypeHeader-module__XnGqDa__signInLabel{display:none}@media (min-width:640px){.ReactTypeHeader-module__XnGqDa__signInLabel{display:inline}}.ReactTypeHeader-module__XnGqDa__signInPopover{z-index:200;background:#fff;border:1px solid #f0e8f8;border-radius:12px;width:340px;padding:20px 22px 18px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 8px 32px #00000029}.ReactTypeHeader-module__XnGqDa__popoverHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ReactTypeHeader-module__XnGqDa__popoverTitle{color:#1a1a1a;margin:0;font-size:17px;font-weight:700}.ReactTypeHeader-module__XnGqDa__popoverClose{cursor:pointer;color:#555;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s;display:flex}.ReactTypeHeader-module__XnGqDa__popoverClose:hover{background:#e8e8e8}.ReactTypeHeader-module__XnGqDa__popoverForm{flex-direction:column;gap:12px;display:flex}.ReactTypeHeader-module__XnGqDa__popoverInput{color:#222;box-sizing:border-box;border:1.5px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s}.ReactTypeHeader-module__XnGqDa__popoverInput:focus{border-color:#662f90;box-shadow:0 0 0 3px #662f901a}.ReactTypeHeader-module__XnGqDa__popoverInput::placeholder{color:#6b7280}.ReactTypeHeader-module__XnGqDa__popoverError{color:#e53e3e;background:#fff5f5;border:1px solid #fed7d7;border-radius:6px;margin:0;padding:6px 10px;font-size:13px}.ReactTypeHeader-module__XnGqDa__popoverMeta{justify-content:flex-end;display:flex}.ReactTypeHeader-module__XnGqDa__forgotLink{color:#662f90;font-size:13px;font-weight:500;text-decoration:none}.ReactTypeHeader-module__XnGqDa__forgotLink:hover{text-decoration:underline}.ReactTypeHeader-module__XnGqDa__popoverSignInBtn{color:#fff;cursor:pointer;background:#662f90;border:none;border-radius:8px;width:100%;padding:11px;font-size:14px;font-weight:700;transition:background .2s}.ReactTypeHeader-module__XnGqDa__popoverSignInBtn:hover:not(:disabled){background:#7c3aed}.ReactTypeHeader-module__XnGqDa__popoverSignInBtn:disabled{opacity:.65;cursor:not-allowed}.ReactTypeHeader-module__XnGqDa__popoverOrDivider{color:#6b7280;align-items:center;gap:10px;margin:14px 0;font-size:13px;display:flex}.ReactTypeHeader-module__XnGqDa__popoverOrDivider:before,.ReactTypeHeader-module__XnGqDa__popoverOrDivider:after{content:"";background:#e8e8e8;flex:1;height:1px}.ReactTypeHeader-module__XnGqDa__socialBtn{color:#333;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s;display:flex}.ReactTypeHeader-module__XnGqDa__socialBtn:hover{background:#f7f7f7;border-color:#ccc}.ReactTypeHeader-module__XnGqDa__popoverDivider{background:#efefef;height:1px;margin:14px 0}.ReactTypeHeader-module__XnGqDa__popoverFooter{color:#666;justify-content:center;align-items:center;gap:6px;font-size:13px;display:flex}.ReactTypeHeader-module__XnGqDa__signUpLink{color:#662f90;font-weight:600;text-decoration:none}.ReactTypeHeader-module__XnGqDa__signUpLink:hover{text-decoration:underline}.ReactTypeHeader-module__XnGqDa__profileWrapper{position:relative}.ReactTypeHeader-module__XnGqDa__profileBtn{color:#333;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:border-color .2s,box-shadow .2s;display:flex}.ReactTypeHeader-module__XnGqDa__profileBtn:hover{border-color:#aaa;box-shadow:0 2px 6px #00000014}.ReactTypeHeader-module__XnGqDa__profileBtnActive{border-color:#662f90;box-shadow:0 2px 6px #662f9026}.ReactTypeHeader-module__XnGqDa__profileBtnLoggedIn{color:#fff;background:#662f90;border-color:#662f90}.ReactTypeHeader-module__XnGqDa__profileBtnLoggedIn:hover{background:#662f90;border-color:#662f90}.ReactTypeHeader-module__XnGqDa__profileName{color:#333;white-space:nowrap;font-size:13px;font-weight:600}.ReactTypeHeader-module__XnGqDa__avatar{color:#fff;background:#662f90;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.ReactTypeHeader-module__XnGqDa__profileDropdown{z-index:200;background:#fff;border:1px solid #f0f0f0;border-radius:12px;min-width:240px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 32px #00000024}.ReactTypeHeader-module__XnGqDa__profileCard{align-items:center;gap:12px;padding:14px 16px;display:flex}.ReactTypeHeader-module__XnGqDa__profileCardAvatar{color:#fff;background:#662f90;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:700;display:flex}.ReactTypeHeader-module__XnGqDa__profileCardInfo{flex-direction:column;min-width:0;display:flex}.ReactTypeHeader-module__XnGqDa__profileCardName{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.ReactTypeHeader-module__XnGqDa__profileCardEmail{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.ReactTypeHeader-module__XnGqDa__profileDivider{background:#f0f0f0;height:1px}.ReactTypeHeader-module__XnGqDa__profileMenuItem{color:#333;cursor:pointer;align-items:center;gap:10px;padding:10px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.ReactTypeHeader-module__XnGqDa__profileMenuItem:hover{color:#662f90;background:#f7f0ff}.ReactTypeHeader-module__XnGqDa__profileMenuItem svg{color:#666;flex-shrink:0}.ReactTypeHeader-module__XnGqDa__profileMenuItem:hover svg{color:#662f90}.ReactTypeHeader-module__XnGqDa__profileLogoutBtn{color:#231f20;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 16px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.ReactTypeHeader-module__XnGqDa__profileLogoutBtn:hover{background:#fff5f5}.ReactTypeHeader-module__XnGqDa__profileBusinessLinkWrap{display:none}@media (max-width:767px){.ReactTypeHeader-module__XnGqDa__profileBusinessLinkWrap{display:block}}.ReactTypeHeader-module__XnGqDa__profileBusinessLink{display:none}@media (max-width:767px){.ReactTypeHeader-module__XnGqDa__profileBusinessLink{color:#27a549;text-align:center;justify-content:center;align-items:center;gap:4px;width:100%;padding:11px 16px;font-size:13px;text-decoration:none;transition:background .15s;display:flex}.ReactTypeHeader-module__XnGqDa__profileBusinessLink:hover{background:#f0fff4}.ReactTypeHeader-module__XnGqDa__profileBusinessLink strong{text-decoration:underline}}@keyframes ReactTypeHeader-module__XnGqDa__giftPulse{0%,to{opacity:1}50%{opacity:.55}}.ReactTypeHeader-module__XnGqDa__giftIconWrapper{flex-shrink:0;align-items:center;display:flex;position:relative}.ReactTypeHeader-module__XnGqDa__giftFab{display:none}.ReactTypeHeader-module__XnGqDa__giftIconBtn{z-index:0;color:#662f90;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:10px;transition:box-shadow .2s;animation:2s cubic-bezier(.4,0,.6,1) infinite ReactTypeHeader-module__XnGqDa__giftPulse;display:flex;position:relative;box-shadow:0 2px 18px #0003,0 6px 20px #00000030}.ReactTypeHeader-module__XnGqDa__giftIconBtn:hover{box-shadow:0 4px 24px #662f9073}.ReactTypeHeader-module__XnGqDa__giftIconBtn svg{color:#662f90;width:20px;height:20px}.ReactTypeHeader-module__XnGqDa__giftBadge{pointer-events:none;z-index:1;background:#ff4d4f;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:-2px;right:-2px}.ReactTypeHeader-module__XnGqDa__drawerCatIconImg{object-fit:contain;flex-shrink:0;width:22px;height:22px}.ReactTypeHeader-module__XnGqDa__collapsedMobileTabImg{object-fit:contain;flex-shrink:0;width:16px;height:16px}.ReactTypeHeader-module__XnGqDa__searchWithGift{flex-direction:row;align-items:center;gap:8px;width:100%;max-width:700px;display:flex}.ReactTypeHeader-module__XnGqDa__searchWithGift .ReactTypeHeader-module__XnGqDa__unifiedSearch{width:auto;max-width:unset;flex:1}.ReactTypeHeader-module__XnGqDa__unifiedSearch{flex-direction:column;align-items:center;gap:8px;width:100%;max-width:640px;display:flex}.ReactTypeHeader-module__XnGqDa__categoryTabs{flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;gap:8px;display:flex}.ReactTypeHeader-module__XnGqDa__categoryTab{color:#444;cursor:pointer;white-space:nowrap;background:#f8f8f8;border:1.5px solid #d0d0d0;border-radius:10px;flex-direction:row;align-items:center;gap:6px;padding:7px 16px;font-size:13px;font-weight:500;line-height:1;transition:background .2s,border-color .2s,color .2s;display:flex}.ReactTypeHeader-module__XnGqDa__categoryTab:hover{color:#662f90;background:#f7f0ff;border-color:#662f90}.ReactTypeHeader-module__XnGqDa__categoryTabActive{color:#fff;background:#662f90;border-color:#662f90}.ReactTypeHeader-module__XnGqDa__categoryTabActive:hover{color:#fff;background:#7c3aed;border-color:#7c3aed}.ReactTypeHeader-module__XnGqDa__tabIcon{flex-shrink:0;font-size:15px;line-height:1}.ReactTypeHeader-module__XnGqDa__tabIconImg{object-fit:contain;flex-shrink:0;width:16px;height:16px}.ReactTypeHeader-module__XnGqDa__tabLabel{display:inline}.ReactTypeHeader-module__XnGqDa__searchPill{background:#fff;border:1.5px solid #c8c8c8;border-radius:16px;flex-direction:row;align-items:center;width:100%;min-width:0;height:46px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:visible;box-shadow:0 1px 4px #0000000f}.ReactTypeHeader-module__XnGqDa__searchPill:focus-within{border-color:#662f90;box-shadow:0 0 0 3px #662f901f}.ReactTypeHeader-module__XnGqDa__whereSection,.ReactTypeHeader-module__XnGqDa__whatSection{flex-direction:column;flex:1;justify-content:center;min-width:0;height:100%;padding:0 16px;display:flex;position:relative}.ReactTypeHeader-module__XnGqDa__inputLabel{color:#333;text-transform:uppercase;letter-spacing:.05em;cursor:default;white-space:nowrap;margin-bottom:2px;font-size:13px;font-weight:700;line-height:1}.ReactTypeHeader-module__XnGqDa__inputField{color:#222;background:0 0;border:none;outline:none;width:100%;padding:0;font-size:13px;line-height:1.3}.ReactTypeHeader-module__XnGqDa__inputField::placeholder{color:#b0b0b0}.ReactTypeHeader-module__XnGqDa__inputDivider{background:#d8d8d8;flex-shrink:0;width:1px;height:26px}.ReactTypeHeader-module__XnGqDa__searchSubmitBtn{color:#fff;cursor:pointer;background:#662f90;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-right:4px;transition:background .2s,transform .15s;display:flex}.ReactTypeHeader-module__XnGqDa__searchSubmitBtn:hover{background:#7c3aed;transform:scale(1.05)}.ReactTypeHeader-module__XnGqDa__suggestionsDropdown{z-index:500;background:#fff;border:1px solid #e8e8e8;border-radius:10px;min-width:240px;position:absolute;top:calc(100% + 6px);left:-14px;right:0;overflow:hidden;box-shadow:0 6px 20px #0000001f}.ReactTypeHeader-module__XnGqDa__whereSuggestionsDropdown{left:0;right:0}.ReactTypeHeader-module__XnGqDa__whatSuggestionsDropdown{left:auto;right:0}@media (max-width:767px){.ReactTypeHeader-module__XnGqDa__whereSection,.ReactTypeHeader-module__XnGqDa__whatSection{padding:0 12px}.ReactTypeHeader-module__XnGqDa__inputLabel{letter-spacing:.02em;font-size:10px}.ReactTypeHeader-module__XnGqDa__whereSection,.ReactTypeHeader-module__XnGqDa__whatSection{position:static}.ReactTypeHeader-module__XnGqDa__whereSuggestionsDropdown,.ReactTypeHeader-module__XnGqDa__whatSuggestionsDropdown{min-width:unset;max-width:unset;left:0;right:44px}.ReactTypeHeader-module__XnGqDa__inputField{font-size:1rem}}.ReactTypeHeader-module__XnGqDa__suggestionItem{color:#333;cursor:pointer;align-items:center;gap:10px;padding:10px 14px;font-size:13px;transition:background .15s;display:flex}.ReactTypeHeader-module__XnGqDa__suggestionItem:hover{color:#662f90;background:#f7f0ff}.ReactTypeHeader-module__XnGqDa__suggestionIcon{color:#662f90;flex-shrink:0;align-items:center;display:flex}.ReactTypeHeader-module__XnGqDa__whereInputRow{align-items:center;width:100%;display:flex;position:relative}.ReactTypeHeader-module__XnGqDa__inputClearBtn{color:#555;cursor:pointer;background:#d0d0d0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:background .15s,color .15s;display:flex;position:absolute;right:4px}.ReactTypeHeader-module__XnGqDa__inputClearBtn:hover{color:#222;background:#bbb}.ReactTypeHeader-module__XnGqDa__whereSpinner{pointer-events:none;border:2px solid #662f9033;border-top-color:#662f90;border-radius:50%;flex-shrink:0;width:13px;height:13px;animation:.7s linear infinite ReactTypeHeader-module__XnGqDa__whereSpin;position:absolute;right:4px}@keyframes ReactTypeHeader-module__XnGqDa__whereSpin{to{transform:rotate(360deg)}}.ReactTypeHeader-module__XnGqDa__suggestionItemActive{color:#662f90;background:#f7f0ff}.ReactTypeHeader-module__XnGqDa__currentLocItem{color:#40a9ff;border-bottom:1px solid #f3f4f6}.ReactTypeHeader-module__XnGqDa__currentLocItem:hover,.ReactTypeHeader-module__XnGqDa__currentLocItem.ReactTypeHeader-module__XnGqDa__suggestionItemActive{color:#1d6fa5;background:#eff6ff}.ReactTypeHeader-module__XnGqDa__suggestionStatus{color:#dc2626;background:#fff;padding:8px 14px;font-size:12px}.ReactTypeHeader-module__XnGqDa__createAccountDropdown{z-index:1100;background:#fff;border:1px solid #f0e8f8;border-radius:12px;width:380px;position:absolute;top:calc(100% + 10px);right:0;overflow:visible;box-shadow:0 8px 32px #00000029}.ReactTypeHeader-module__XnGqDa__hamburger{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;flex-shrink:0;justify-content:center;gap:4px;width:36px;height:36px;padding:4px;display:flex}.ReactTypeHeader-module__XnGqDa__hamburger:hover{background:#f5f5f5}.ReactTypeHeader-module__XnGqDa__hamburger span{background:#333;border-radius:2px;height:2px;transition:background .2s;display:block}@media (max-width:767px){.ReactTypeHeader-module__XnGqDa__headerRow{flex-direction:column;align-items:stretch;gap:0;padding:0 12px;position:relative;height:auto!important}.ReactTypeHeader-module__XnGqDa__headerTopRow{flex-direction:row;align-items:center;gap:8px;height:52px;padding-right:56px;display:flex}.ReactTypeHeader-module__XnGqDa__hamburger{flex-shrink:0}.ReactTypeHeader-module__XnGqDa__logoLink{flex:none;justify-content:flex-start}.ReactTypeHeader-module__XnGqDa__rightIcons{align-items:center;gap:6px;height:52px;display:flex;position:absolute;top:0;right:12px}.ReactTypeHeader-module__XnGqDa__headerCenter{justify-content:center;align-items:center;width:100%;padding:6px 0 10px;display:flex}.ReactTypeHeader-module__XnGqDa__categoryTabs{justify-content:center;gap:6px;width:100%;display:flex}.ReactTypeHeader-module__XnGqDa__categoryTab{border-radius:10px;flex:none;justify-content:center;padding:9px 18px;font-size:13px}.ReactTypeHeader-module__XnGqDa__tabIcon{font-size:14px}.ReactTypeHeader-module__XnGqDa__unifiedSearch{gap:6px;width:100%;max-width:100%}.ReactTypeHeader-module__XnGqDa__searchWithGift{flex-wrap:nowrap;justify-content:center;align-items:center;gap:6px;max-width:100%}.ReactTypeHeader-module__XnGqDa__searchWithGift .ReactTypeHeader-module__XnGqDa__unifiedSearch{display:contents}.ReactTypeHeader-module__XnGqDa__giftIconWrapper{flex-shrink:0;align-self:center;margin-bottom:0}.ReactTypeHeader-module__XnGqDa__searchWithGift .ReactTypeHeader-module__XnGqDa__searchPill{flex:1;width:auto;min-width:0}.ReactTypeHeader-module__XnGqDa__giftIconBtn{width:44px;height:44px;padding:10px}.ReactTypeHeader-module__XnGqDa__giftIconBtn svg{width:16px;height:16px}.ReactTypeHeader-module__XnGqDa__searchPill{height:44px}.ReactTypeHeader-module__XnGqDa__whereSection,.ReactTypeHeader-module__XnGqDa__whatSection{padding:0 12px}.ReactTypeHeader-module__XnGqDa__inputField{font-size:14px}.ReactTypeHeader-module__XnGqDa__businessOwnerLink{display:none}.ReactTypeHeader-module__XnGqDa__mobileBizOwnerBar{justify-content:center;align-items:center;width:100%;padding:2px 0 6px;display:flex}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed{flex-direction:row!important;align-items:center!important;height:60px!important;padding:0 56px 0 12px!important}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__mobileBizOwnerBar{display:none}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__headerTopRow{display:contents}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__logoLink{flex:none}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__headerCenter{pointer-events:auto;flex:1;justify-content:center;min-width:0;padding:0;position:static;inset:auto}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__collapsedIcons{display:flex}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__collapsedMobileTabs{display:none}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__rightIcons{height:60px;margin-left:0}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__searchWithGift{flex-wrap:nowrap;align-items:center}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__giftIconWrapper{display:none}.ReactTypeHeader-module__XnGqDa__giftFab{z-index:999;display:flex;position:fixed;bottom:24px;right:16px}body.has-deal-sticky-bar .ReactTypeHeader-module__XnGqDa__giftFab{bottom:88px}}.ReactTypeHeader-module__XnGqDa__headerSpacer{flex-shrink:0;height:120px}@media (max-width:767px){.ReactTypeHeader-module__XnGqDa__headerSpacer{height:160px}}.ReactTypeHeader-module__XnGqDa__collapsedMobileTabs{display:none}.ReactTypeHeader-module__XnGqDa__collapsedMobileTab{color:#444;cursor:pointer;white-space:nowrap;background:#f8f8f8;border:1.5px solid #d0d0d0;border-radius:20px;flex-shrink:0;align-items:center;gap:3px;padding:5px 9px;font-family:inherit;font-size:11px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:flex}.ReactTypeHeader-module__XnGqDa__collapsedMobileTabActive{color:#fff;background:#662f90;border-color:#662f90}.ReactTypeHeader-module__XnGqDa__mobileBackdrop{z-index:1100;animation:.22s ReactTypeHeader-module__XnGqDa__fadeIn;position:fixed;inset:0}.ReactTypeHeader-module__XnGqDa__mobileBackdropClosing{animation:.26s forwards ReactTypeHeader-module__XnGqDa__fadeOut}@keyframes ReactTypeHeader-module__XnGqDa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ReactTypeHeader-module__XnGqDa__fadeOut{0%{opacity:1}to{opacity:0}}.ReactTypeHeader-module__XnGqDa__mobileDrawer{z-index:1200;will-change:transform;background:#fff;border-radius:0 16px 16px 0;flex-direction:column;width:min(480px,95vw);animation:.24s cubic-bezier(.25,.46,.45,.94) ReactTypeHeader-module__XnGqDa__slideIn;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:4px 0 24px #00000024}.ReactTypeHeader-module__XnGqDa__mobileDrawerClosing{will-change:transform;animation:.26s forwards ReactTypeHeader-module__XnGqDa__slideOut}@keyframes ReactTypeHeader-module__XnGqDa__slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes ReactTypeHeader-module__XnGqDa__slideOut{0%{transform:translate(0)}to{transform:translate(-100%)}}.ReactTypeHeader-module__XnGqDa__mobileDrawerHeader{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex}.ReactTypeHeader-module__XnGqDa__mobileCloseBtn{cursor:pointer;color:#555;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ReactTypeHeader-module__XnGqDa__mobileCloseBtn:hover{background:#ebebeb}.ReactTypeHeader-module__XnGqDa__drawerNavGrid{grid-template-columns:repeat(4,1fr);gap:10px;padding:16px 14px 20px;display:grid}.ReactTypeHeader-module__XnGqDa__drawerNavItem{color:#222;text-align:center;background:#fff;border:1.5px solid #e8e8e8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px 6px 12px;font-size:11px;font-weight:600;line-height:1.3;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:flex}.ReactTypeHeader-module__XnGqDa__drawerNavItem:hover{color:#662f90;background:#f3e9fb;border-color:#662f90}.ReactTypeHeader-module__XnGqDa__drawerNavItemActive{color:#662f90;background:#f0e8fb;border-color:#662f90}.ReactTypeHeader-module__XnGqDa__drawerNavItemIcon{width:36px;height:36px;color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ReactTypeHeader-module__XnGqDa__drawerNavItemIcon svg,.ReactTypeHeader-module__XnGqDa__drawerNavItemIcon *{width:28px;height:28px;font-size:28px!important}.ReactTypeHeader-module__XnGqDa__drawerNavItemLabel{color:inherit;white-space:normal;word-break:break-word;font-size:11px;font-weight:600}@media (max-width:767px){.ReactTypeHeader-module__XnGqDa__mobileDrawer{border-radius:0 12px 12px 0;width:min(380px,94vw)}.ReactTypeHeader-module__XnGqDa__drawerNavGrid{grid-template-columns:repeat(3,1fr);gap:10px;padding:14px 12px 18px}.ReactTypeHeader-module__XnGqDa__drawerNavItem{gap:8px;padding:16px 6px 12px}.ReactTypeHeader-module__XnGqDa__drawerNavItemIcon{width:32px;height:32px}.ReactTypeHeader-module__XnGqDa__drawerNavItemIcon svg,.ReactTypeHeader-module__XnGqDa__drawerNavItemIcon *{width:26px;height:26px;font-size:26px!important}}.ReactTypeHeader-module__XnGqDa__drawerAppLinks{border-top:1px solid #f0f0f0;flex-direction:column;gap:8px;padding:12px 14px 20px;display:flex}.ReactTypeHeader-module__XnGqDa__drawerAppLink{color:#333;background:#f8f8f8;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.ReactTypeHeader-module__XnGqDa__drawerAppLink:hover{color:#662f90;background:#f0e8fb}.ReactTypeHeader-module__XnGqDa__drawerCategories{flex-direction:column;gap:8px;padding:16px 20px 8px;display:flex}.ReactTypeHeader-module__XnGqDa__drawerCategoryBtn{color:#662f90;box-sizing:border-box;background:#f7f0ff;border:1.5px solid #e4d0f8;border-radius:10px;align-items:center;gap:10px;width:100%;padding:13px 16px;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.ReactTypeHeader-module__XnGqDa__drawerCategoryBtn:hover{background:#ede0fb;border-color:#c09be8}.ReactTypeHeader-module__XnGqDa__mobileDivider{background:#f0f0f0;height:1px;margin:4px 0}.ReactTypeHeader-module__XnGqDa__mobileCta{box-sizing:border-box;border-top:1px solid #f0f0f0;flex-direction:column;gap:8px;margin-top:auto;padding:16px 20px 24px;display:flex}.ReactTypeHeader-module__XnGqDa__drawerCtaLabel{text-transform:uppercase;letter-spacing:.07em;color:#6b7280;margin:4px 0 2px;font-size:11px;font-weight:700}.ReactTypeHeader-module__XnGqDa__mobileCtaBtn{text-align:center;color:#fff;box-sizing:border-box;background:#662f90;border-radius:8px;width:100%;padding:13px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s;display:block}.ReactTypeHeader-module__XnGqDa__mobileCtaBtn:hover{background:#7c3aed}.ReactTypeHeader-module__XnGqDa__mobileCtaBtnBusiness{text-align:center;color:#fff;box-sizing:border-box;background:#7c3aed;border-radius:8px;width:100%;padding:13px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s;display:block}.ReactTypeHeader-module__XnGqDa__mobileCtaBtnBusiness:hover{background:#6d28d9}.ReactTypeHeader-module__XnGqDa__mobileCtaSecondary{text-align:center;color:#555;box-sizing:border-box;border:1.5px solid #e0e0e0;border-radius:8px;width:100%;padding:13px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s;display:block}.ReactTypeHeader-module__XnGqDa__mobileCtaSecondary:hover{color:#662f90;border-color:#662f90}.ReactTypeHeader-module__XnGqDa__mobileUserCard{align-items:center;gap:12px;padding:4px 0 8px;display:flex}.ReactTypeHeader-module__XnGqDa__mobileUserAvatar{color:#fff;background:#662f90;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:700;display:flex}.ReactTypeHeader-module__XnGqDa__mobileUserInfo{flex-direction:column;min-width:0;display:flex}.ReactTypeHeader-module__XnGqDa__mobileUserName{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.ReactTypeHeader-module__XnGqDa__mobileUserEmail{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.ReactTypeHeader-module__XnGqDa__mobileLogoutBtn{color:#e53e3e;cursor:pointer;background:#fff5f5;border:1.5px solid #fecaca;border-radius:8px;align-items:center;gap:8px;width:100%;padding:12px;font-size:14px;transition:background .15s;display:flex}.ReactTypeHeader-module__XnGqDa__mobileLogoutBtn:hover{background:#fed7d7}.ReactTypeHeader-module__XnGqDa__couponDrawerBackdrop{z-index:1300;background:#00000080;animation:.22s ReactTypeHeader-module__XnGqDa__fadeIn;position:fixed;inset:0}.ReactTypeHeader-module__XnGqDa__couponDrawerBackdropClosing{animation:.26s forwards ReactTypeHeader-module__XnGqDa__fadeOut}.ReactTypeHeader-module__XnGqDa__couponDrawer{z-index:1400;will-change:transform;background:#fff;border-radius:0;flex-direction:column;width:380px;max-width:100vw;height:100vh;animation:.28s cubic-bezier(.25,.46,.45,.94) ReactTypeHeader-module__XnGqDa__couponSlideInRight;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-4px 0 30px #0003}.ReactTypeHeader-module__XnGqDa__couponDrawerClosing{will-change:transform;animation:.28s forwards ReactTypeHeader-module__XnGqDa__couponSlideOutRight}@keyframes ReactTypeHeader-module__XnGqDa__couponSlideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes ReactTypeHeader-module__XnGqDa__couponSlideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@media (max-width:767px){.ReactTypeHeader-module__XnGqDa__couponDrawer{border-radius:20px 20px 0 0;width:100%;height:auto;min-height:50vh;max-height:58vh;animation:.28s cubic-bezier(.25,.46,.45,.94) ReactTypeHeader-module__XnGqDa__slideUpSheet;inset:auto 0 0;box-shadow:0 -4px 24px #0000002e}.ReactTypeHeader-module__XnGqDa__couponDrawerClosing{animation:.28s forwards ReactTypeHeader-module__XnGqDa__slideDownSheet}.ReactTypeHeader-module__XnGqDa__couponDrawerInput{font-size:16px}}@keyframes ReactTypeHeader-module__XnGqDa__slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes ReactTypeHeader-module__XnGqDa__slideDownSheet{0%{transform:translateY(0)}to{transform:translateY(100%)}}.ReactTypeHeader-module__XnGqDa__couponDrawerCloseBtn{cursor:pointer;color:#555;z-index:1;background:#00000014;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:flex;position:absolute;top:12px;right:12px}.ReactTypeHeader-module__XnGqDa__couponDrawerCloseBtn:hover{background:#00000029}.ReactTypeHeader-module__XnGqDa__couponDrawerBody{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px 20px 28px;display:flex}.ReactTypeHeader-module__XnGqDa__couponDrawerLogo{width:auto;height:50px;margin-bottom:14px}.ReactTypeHeader-module__XnGqDa__couponDrawerEntryTitle{color:#111;text-align:center;margin:0 0 8px;font-size:13px;font-weight:600;line-height:1.5}.ReactTypeHeader-module__XnGqDa__couponDrawerEntryText{color:#111;text-align:center;margin:0 0 10px;font-size:13px;font-weight:600;line-height:1.5}.ReactTypeHeader-module__XnGqDa__couponDrawerOfferTitle{color:#662f90;text-align:center;margin:0 0 4px;font-size:16px;font-weight:700}.ReactTypeHeader-module__XnGqDa__couponDrawerOfferSubtitle{color:#662f90;text-align:center;margin:0 0 16px;font-size:14px;font-weight:700}.ReactTypeHeader-module__XnGqDa__couponDrawerInput{color:#222;box-sizing:border-box;border:1.5px solid #e0e0e0;border-radius:8px;outline:none;width:90%;margin-bottom:8px;padding:9px 13px;font-family:inherit;font-size:16px;transition:border-color .2s}.ReactTypeHeader-module__XnGqDa__couponDrawerInput:focus{border-color:#662f90;box-shadow:0 0 0 3px #662f901a}.ReactTypeHeader-module__XnGqDa__couponDrawerInput::placeholder{color:#b0b0b0}.ReactTypeHeader-module__XnGqDa__couponDrawerBtn{color:#fff;cursor:pointer;background:#24a549;border:none;border-radius:8px;width:90%;margin-bottom:10px;padding:10px;font-family:inherit;font-size:13px;font-weight:700;transition:background .2s}.ReactTypeHeader-module__XnGqDa__couponDrawerBtn:hover:not(:disabled){background:#1e8c3d}.ReactTypeHeader-module__XnGqDa__couponDrawerBtn:disabled{opacity:.65;cursor:not-allowed}.ReactTypeHeader-module__XnGqDa__couponDrawerError{color:#e53e3e;text-align:center;width:90%;margin:0 0 6px;font-size:11px}.ReactTypeHeader-module__XnGqDa__couponDrawerDisclaimer{color:#555;text-align:justify;width:90%;margin-top:8px;padding:0 16px;font-size:10px;font-weight:600;line-height:1.5}.ReactTypeHeader-module__XnGqDa__otpContainer{justify-content:center;align-items:center;gap:4px;margin:10px 0;display:flex}.ReactTypeHeader-module__XnGqDa__otpInput{text-align:center;border:1.5px solid #d0d0d0;border-radius:6px;outline:none;width:34px;height:34px;font-family:inherit;font-size:16px;transition:border-color .2s}.ReactTypeHeader-module__XnGqDa__otpInput:focus{border-color:#662f90;box-shadow:0 0 0 2px #662f901f}.ReactTypeHeader-module__XnGqDa__otpSeparator{color:#6b7280;margin:0 2px;font-size:14px}.ReactTypeHeader-module__XnGqDa__couponThankYouTitle{color:#662f90;text-align:center;margin:14px 0 10px;font-size:15px;font-weight:700}.ReactTypeHeader-module__XnGqDa__couponThankYouMsg{color:#444;text-align:center;margin-bottom:14px;padding:0 12px;font-size:13px;line-height:1.5}.ReactTypeHeader-module__XnGqDa__couponCode{background:#f5f5f5;border:2px dashed #ccc;border-radius:8px;align-items:center;width:90%;max-width:280px;margin:8px auto 0;display:flex;overflow:hidden}.ReactTypeHeader-module__XnGqDa__couponCodeMain{background:#f8f8f8;border-right:2px dashed #ccc;flex-direction:column;flex:1;align-items:center;min-width:0;padding:10px 8px;display:flex;position:relative}.ReactTypeHeader-module__XnGqDa__couponCodeLabel{color:#6b7280;text-transform:uppercase;letter-spacing:1px;margin:0 0 4px;font-size:10px;font-weight:500}.ReactTypeHeader-module__XnGqDa__couponCodeDiscount{color:#222;text-align:center;word-break:break-all;margin:0 0 2px;font-size:14px;font-weight:700}.ReactTypeHeader-module__XnGqDa__couponCodeText{color:#333;text-align:center;margin:0;font-size:13px;font-weight:600}.ReactTypeHeader-module__XnGqDa__couponCodeCopyBtn{color:#fff;cursor:pointer;background:#27a549;border:none;border-radius:6px;flex-shrink:0;margin:8px;padding:8px 12px;font-family:inherit;font-size:12px;font-weight:700;transition:background .2s}.ReactTypeHeader-module__XnGqDa__couponCodeCopyBtn:hover{background:#1e8c3d}@media (max-width:389px){.ReactTypeHeader-module__XnGqDa__headerRow{padding:0 .875rem}.ReactTypeHeader-module__XnGqDa__headerTopRow{height:50px;padding-right:52px}.ReactTypeHeader-module__XnGqDa__rightIcons{gap:4px;height:50px;right:.875rem}.ReactTypeHeader-module__XnGqDa__headerCenter{padding:4px 0 8px}.ReactTypeHeader-module__XnGqDa__categoryTabs{gap:5px}.ReactTypeHeader-module__XnGqDa__categoryTab{padding:7px 12px;font-size:12px}.ReactTypeHeader-module__XnGqDa__searchPill{height:42px}.ReactTypeHeader-module__XnGqDa__whereSection,.ReactTypeHeader-module__XnGqDa__whatSection{padding:0 8px}.ReactTypeHeader-module__XnGqDa__inputField{font-size:1rem}.ReactTypeHeader-module__XnGqDa__headerSpacer{height:148px}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed{padding:0 52px 0 .875rem!important}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__rightIcons{height:58px}.ReactTypeHeader-module__XnGqDa__couponDrawer{min-height:52vh;max-height:65vh}.ReactTypeHeader-module__XnGqDa__drawerCategoryBtn{padding:11px 14px;font-size:14px}.ReactTypeHeader-module__XnGqDa__mobileCtaBtn,.ReactTypeHeader-module__XnGqDa__mobileCtaBtnBusiness,.ReactTypeHeader-module__XnGqDa__mobileCtaSecondary{padding:11px 14px;font-size:13px}}@media (max-width:359px){.ReactTypeHeader-module__XnGqDa__headerRow{padding:0 .75rem}.ReactTypeHeader-module__XnGqDa__headerTopRow{height:48px;padding-right:48px}.ReactTypeHeader-module__XnGqDa__rightIcons{height:48px;right:.75rem}.ReactTypeHeader-module__XnGqDa__logoImg{height:30px}.ReactTypeHeader-module__XnGqDa__categoryTabs{gap:4px}.ReactTypeHeader-module__XnGqDa__categoryTab{gap:4px;padding:6px 10px;font-size:11px}.ReactTypeHeader-module__XnGqDa__tabIconImg{width:13px;height:13px}.ReactTypeHeader-module__XnGqDa__searchPill{height:40px}.ReactTypeHeader-module__XnGqDa__whereSection,.ReactTypeHeader-module__XnGqDa__whatSection{padding:0 6px}.ReactTypeHeader-module__XnGqDa__inputLabel{font-size:10px}.ReactTypeHeader-module__XnGqDa__inputField{font-size:1rem}.ReactTypeHeader-module__XnGqDa__headerSpacer{height:140px}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed{padding:0 48px 0 .75rem!important}.ReactTypeHeader-module__XnGqDa__headerRowCollapsed .ReactTypeHeader-module__XnGqDa__rightIcons{height:56px}.ReactTypeHeader-module__XnGqDa__collapsedMobileTab{gap:2px;padding:4px 7px;font-size:10px}.ReactTypeHeader-module__XnGqDa__collapsedMobileTabImg{width:13px;height:13px}.ReactTypeHeader-module__XnGqDa__couponDrawer{min-height:55vh;max-height:72vh}.ReactTypeHeader-module__XnGqDa__couponDrawerBody{padding:16px 14px 20px}.ReactTypeHeader-module__XnGqDa__couponDrawerLogo{height:36px;margin-bottom:10px}.ReactTypeHeader-module__XnGqDa__couponDrawerOfferTitle{font-size:14px}.ReactTypeHeader-module__XnGqDa__couponDrawerOfferSubtitle{font-size:12px}.ReactTypeHeader-module__XnGqDa__couponDrawerInput{font-size:16px}.ReactTypeHeader-module__XnGqDa__otpInput{width:30px;height:30px;font-size:16px}.ReactTypeHeader-module__XnGqDa__mobileDrawer{width:min(340px,92vw)}.ReactTypeHeader-module__XnGqDa__drawerCategoryBtn,.ReactTypeHeader-module__XnGqDa__mobileCtaBtn,.ReactTypeHeader-module__XnGqDa__mobileCtaBtnBusiness,.ReactTypeHeader-module__XnGqDa__mobileCtaSecondary{padding:10px 12px;font-size:13px}}.ReactTypeHeader-module__XnGqDa__mobileTriggerText{pointer-events:none;cursor:default;color:#6b7280;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ReactTypeHeader-module__XnGqDa__mobileSearchOverlay{z-index:9999;flex-direction:column;display:flex;position:fixed;inset:0}.ReactTypeHeader-module__XnGqDa__mobileSearchModal{will-change:transform, opacity;background:#fff;flex-direction:column;width:100%;height:100%;animation:.18s ease-out ReactTypeHeader-module__XnGqDa__mobileSearchFadeIn;display:flex}@keyframes ReactTypeHeader-module__XnGqDa__mobileSearchFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ReactTypeHeader-module__XnGqDa__mobileSearchModalHdr{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px 16px;display:flex}.ReactTypeHeader-module__XnGqDa__mobileSearchModalTitle{color:#111827;letter-spacing:-.01em;font-size:18px;font-weight:700}.ReactTypeHeader-module__XnGqDa__mobileSearchCloseBtn{cursor:pointer;color:#111827;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:20px;display:flex}.ReactTypeHeader-module__XnGqDa__mobileSearchCloseBtn:active{background:#f3f4f6}.ReactTypeHeader-module__XnGqDa__mobileSearchBody{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.ReactTypeHeader-module__XnGqDa__mobileSearchFieldRow{border-bottom:1px solid #e5e7eb;align-items:center;gap:14px;height:64px;padding:0 20px;display:flex}.ReactTypeHeader-module__XnGqDa__mobileSearchFieldIcon{color:#6b7280;flex-shrink:0;align-items:center;width:20px;display:flex}.ReactTypeHeader-module__XnGqDa__mobileSearchFieldInner{flex:1;align-items:center;min-width:0;display:flex}.ReactTypeHeader-module__XnGqDa__mobileSearchFieldInput{color:#111827;background:0 0;border:none;outline:none;width:100%;padding:0;font-family:inherit;font-size:16px}.ReactTypeHeader-module__XnGqDa__mobileSearchFieldInput::placeholder{color:#9ca3af}.ReactTypeHeader-module__XnGqDa__mobileSearchFieldClear{cursor:pointer;color:#9ca3af;background:0 0;border:none;flex-shrink:0;align-items:center;padding:4px;display:flex}.ReactTypeHeader-module__XnGqDa__mobileSearchSuggestions{background:#fff;border-bottom:1px solid #e5e7eb}.ReactTypeHeader-module__XnGqDa__mobileSuggestionItem{cursor:pointer;color:#374151;border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:14px 20px;font-size:15px;display:flex}.ReactTypeHeader-module__XnGqDa__mobileSuggestionItem:last-child{border-bottom:none}.ReactTypeHeader-module__XnGqDa__mobileSuggestionItemActive,.ReactTypeHeader-module__XnGqDa__mobileSuggestionItem:active{background:#f9fafb}.ReactTypeHeader-module__XnGqDa__mobileSuggestionIcon{color:#6b7280;flex-shrink:0;align-items:center;width:20px;display:flex}.ReactTypeHeader-module__XnGqDa__mobileSearchFooter{padding:16px 20px calc(env(safe-area-inset-bottom,0px) + 16px);border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;display:flex}.ReactTypeHeader-module__XnGqDa__mobileSearchClearAllBtn{color:#16a34a;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:8px 0;font-size:15px;font-weight:500;text-decoration:underline}.ReactTypeHeader-module__XnGqDa__mobileSearchClearAllBtn:active{opacity:.7}.ReactTypeHeader-module__XnGqDa__mobileSearchSubmitBtn{color:#fff;cursor:pointer;letter-spacing:.01em;background:#16a34a;border:none;border-radius:8px;flex:1;max-width:140px;height:46px;font-size:16px;font-weight:600}.ReactTypeHeader-module__XnGqDa__mobileSearchSubmitBtn:hover{background:#15803d}.ReactTypeHeader-module__XnGqDa__mobileSearchSubmitBtn:active{background:#166534}.ReactTypeHeader-module__XnGqDa__modalOverlay{z-index:1300;background:#000000a6;justify-content:center;align-items:center;padding:1rem;animation:.2s forwards ReactTypeHeader-module__XnGqDa__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes ReactTypeHeader-module__XnGqDa__overlayFadeIn{0%{opacity:0}to{opacity:1}}.ReactTypeHeader-module__XnGqDa__modalCard{background:#fff;border-radius:25px;width:450px;max-height:90vh;animation:.3s cubic-bezier(.22,1,.36,1) forwards ReactTypeHeader-module__XnGqDa__cardSlideUp;position:relative;overflow:hidden auto;box-shadow:0 20px 60px #00000059}.ReactTypeHeader-module__XnGqDa__modalCard .mb-card{max-width:100%}.ReactTypeHeader-module__XnGqDa__modalCard .mb-body{gap:.5rem;padding:1rem}.ReactTypeHeader-module__XnGqDa__modalCard .mb-promo-header{padding:1rem}@media (max-width:768px){.ReactTypeHeader-module__XnGqDa__modalCard .mb-promo-heading{font-size:1rem}}@keyframes ReactTypeHeader-module__XnGqDa__cardSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.ReactTypeHeader-module__XnGqDa__modalClose{z-index:10;color:#6b7280;cursor:pointer;background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:flex;position:absolute;top:10px;right:10px}.ReactTypeHeader-module__XnGqDa__modalClose:hover{color:#111827;background:#00000024}@media (max-width:600px){.ReactTypeHeader-module__XnGqDa__modalCard{width:100%}}
.SignInPage-module__skgSOG__pageWrapper{background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:2rem 1rem;display:flex}.SignInPage-module__skgSOG__pageHeading{color:#111827;-webkit-font-smoothing:antialiased;text-shadow:1px 1px 1px #00000001;max-width:90vw;margin-top:25px;margin-bottom:2rem;font-size:clamp(1.25rem,3.5vw,2.375rem);line-height:1.3;display:block;text-align:center!important;font-family:Fredoka One,sans-serif!important;font-weight:400!important}.SignInPage-module__skgSOG__pageHeadingAccent{color:#662f90}.SignInPage-module__skgSOG__cardWrapper{justify-content:center;width:100%;max-width:520px;display:flex}.SignInPage-module__skgSOG__cardWrapper .mb-card{border:1px solid #00000014;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000014}
