(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[870],{4806:(e,r,t)=>{Promise.resolve().then(t.bind(t,2273)),Promise.resolve().then(t.bind(t,3288)),Promise.resolve().then(t.bind(t,5158)),Promise.resolve().then(t.bind(t,1828)),Promise.resolve().then(t.bind(t,7119)),Promise.resolve().then(t.bind(t,7649)),Promise.resolve().then(t.bind(t,2613)),Promise.resolve().then(t.bind(t,8715)),Promise.resolve().then(t.bind(t,1861)),Promise.resolve().then(t.bind(t,157)),Promise.resolve().then(t.bind(t,3392)),Promise.resolve().then(t.bind(t,1641)),Promise.resolve().then(t.t.bind(t,7970,23)),Promise.resolve().then(t.t.bind(t,4839,23))},2613:(e,r,t)=>{"use strict";t.d(r,{VideoHero:()=>a});var n=t(5155),s=t(2115),i=t(9602);let a=e=>{let{src:r,className:t}=e,a=(0,s.useRef)(null);return(0,s.useEffect)(()=>{a.current&&(a.current.playbackRate=.8)},[]),(0,n.jsxs)("div",{className:(0,i.cn)("relative w-full aspect-[7/3]","before:absolute before:inset-0 before:bg-gradient-to-b before:from-black/10 before:via-transparent before:to-black/20","after:absolute after:inset-0 after:bg-gradient-to-r after:from-black/10 after:via-transparent after:to-black/10","mb-16",t),children:[(0,n.jsxs)("video",{ref:a,className:"absolute inset-0 w-full h-full object-cover scale-105 transform hover:scale-100 transition-transform duration-[20000ms]",autoPlay:!0,muted:!0,loop:!0,playsInline:!0,poster:"/video-poster.jpg",children:[(0,n.jsx)("source",{src:r,type:"video/mp4"}),"Your browser does not support the video tag."]}),(0,n.jsx)("div",{className:"absolute inset-0 bg-black/20 backdrop-blur-[2px] opacity-0 hover:opacity-100 transition-opacity duration-700"}),(0,n.jsx)("div",{className:"absolute bottom-8 left-8 z-10",children:(0,n.jsxs)("div",{className:"flex items-center space-x-4 text-white/90",children:[(0,n.jsx)("div",{className:"h-2 w-2 bg-white/90 rounded-full animate-pulse"}),(0,n.jsx)("span",{className:"font-light tracking-wider text-sm uppercase",children:"Live"})]})}),(0,n.jsx)("div",{className:"absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 opacity-0 hover:opacity-100 transition-opacity duration-500",children:(0,n.jsx)("button",{className:"group relative w-20 h-20 rounded-full bg-white/10 backdrop-blur-sm hover:bg-white/20 transition-all duration-500",onClick:()=>{var e;return null===(e=a.current)||void 0===e?void 0:e.play()},children:(0,n.jsx)("span",{className:"absolute inset-0 flex items-center justify-center",children:(0,n.jsx)("svg",{className:"w-8 h-8 text-white transform group-hover:scale-110 transition-transform duration-300",fill:"currentColor",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{d:"M8 5v14l11-7z"})})})})})]})}},2273:(e,r,t)=>{"use strict";t.d(r,{Badge:()=>S});var n=t(5155);t(2115);var s=t(9602),i=t(7396),a=t(6261),o=t(1592),l=t(1105),d=t(6056),c=t(1981),u=t(2427),f=t(5920),b=t(4278),h=t(3140),p=t(9701),m=t(5007),x=t(7410),g=t(6122),v=t(5843),w=t(8427),j=t(7224),y=t(196),k=t(2792),N=t(1096),A=t(853),L=t(7780);let C={primary:"bg-blue-500 hover:bg-blue-600",secondary:"bg-gray-500 hover:bg-gray-600",success:"bg-green-500 hover:bg-green-600",warning:"bg-yellow-500 hover:bg-yellow-600",danger:"bg-red-500 hover:bg-red-600"},P={"arrow-down":a.A,magnet:o.A,"app-window-mac":l.A,"grid-2x2":d.A,"cloud-download":c.A,"audio-lines":u.A,"message-square-text":f.A,"package-check":b.A,gamepad:h.A,"database-backup":p.A,apple:m.A,bot:x.A,globe:g.A,smile:v.A,"log-in":w.A,workflow:j.A,"sliders-horizontal":y.A,wrench:k.A,"disc-3":N.A,search:A.A,save:L.A};function S(e){let{text:r,color:t="primary",href:a,icon:o}=e,l=o?P[o]:null,d=(0,n.jsxs)("span",{className:(0,s.cn)("inline-flex items-center gap-2 px-3 py-1 text-xs font-semibold","rounded whitespace-nowrap","text-white shadow-sm transition-all duration-200","hover:-translate-y-0.5 hover:shadow-md",C[t]),children:[l&&(0,n.jsx)(l,{className:"h-3 w-3"}),r]});return a?(0,n.jsx)(i.default,{href:a,target:"_blank",rel:"noopener noreferrer",className:"no-underline hover:underline",children:d}):d}},3288:(e,r,t)=>{"use strict";t.d(r,{Callout:()=>f,Caution:()=>x,Important:()=>p,Notice:()=>h,Tip:()=>b,Warning:()=>m});var n=t(5155);t(2115);var s=t(3950),i=t(3348),a=t(5160),o=t(8617),l=t(1594),d=t(9602);let c={caution:"bg-orange-100 border-orange-400 text-orange-900 dark:bg-orange-900/20 dark:border-orange-500/50 dark:text-orange-200",important:"bg-purple-100 border-purple-400 text-purple-900 dark:bg-purple-900/20 dark:border-purple-500/50 dark:text-purple-200",tip:"bg-green-100 border-green-400 text-green-900 dark:bg-green-900/20 dark:border-green-500/50 dark:text-green-200",notice:"bg-blue-100 border-blue-400 text-blue-900 dark:bg-blue-900/20 dark:border-blue-500/50 dark:text-blue-200",warning:"bg-red-100 border-red-400 text-red-900 dark:bg-red-900/20 dark:border-red-500/50 dark:text-red-200"},u={caution:(0,n.jsx)(s.A,{className:"h-5 w-5"}),important:(0,n.jsx)(i.A,{className:"h-5 w-5"}),tip:(0,n.jsx)(a.A,{className:"h-5 w-5"}),notice:(0,n.jsx)(o.A,{className:"h-5 w-5"}),warning:(0,n.jsx)(l.A,{className:"h-5 w-5"})};function f(e){var r;let t=null!==(r=e.type)&&void 0!==r?r:"notice",s=c[t];return(0,n.jsx)("div",{className:(0,d.cn)(s,"py-1 px-4","rounded-md my-4 text-sm border","bg-opacity-20 dark:bg-opacity-10"),children:(0,n.jsxs)("div",{className:"flex items-center gap-4",children:[" ",(0,n.jsxs)("span",{className:"flex-shrink-0 flex items-center translate-y-[1px]",children:[" ",u[t]]}),(0,n.jsx)("span",{className:"flex-1",children:e.children})]})})}function b(e){return(0,n.jsx)(f,{type:"tip",children:e.children})}function h(e){return(0,n.jsx)(f,{type:"notice",children:e.children})}function p(e){return(0,n.jsx)(f,{type:"important",children:e.children})}function m(e){return(0,n.jsx)(f,{type:"warning",children:e.children})}function x(e){return(0,n.jsx)(f,{type:"caution",children:e.children})}},5158:(e,r,t)=>{"use strict";t.d(r,{CustomBadge:()=>a});var n=t(5155);t(2115);var s=t(9602);let i={primary:"bg-[#3498db] hover:bg-[#2980b9]",secondary:"bg-[#95a5a6] hover:bg-[#7f8c8d]",success:"bg-[#2ecc71] hover:bg-[#27ae60]",warning:"bg-[#f39c12] hover:bg-[#f1c40f]",danger:"bg-[#e74c3c] hover:bg-[#c0392b]"};function a(e){let{text:r,color:t="primary",href:a}=e,o=(0,n.jsx)("span",{className:(0,s.cn)("inline-block px-2.5 py-1","text-xs font-semibold leading-none","text-center text-white whitespace-nowrap align-baseline","rounded","shadow-sm transition-all duration-200","hover:-translate-y-[1px] hover:shadow-md",i[t]),children:r});return a?(0,n.jsx)("a",{href:a,target:"_blank",rel:"noopener noreferrer",className:"no-underline text-inherit hover:underline",children:o}):o}},1828:(e,r,t)=>{"use strict";t.d(r,{Field:()=>d,FieldProperties:()=>c});var n=t(5155),s=t(2115),i=t(8369),a=t(3463),o=t(767),l=t(3473);function d(e){return(0,n.jsxs)("div",{className:"py-5 border-t border-muted",children:[(0,n.jsxs)("h3",{className:"space-x-2 mb-4",children:[(0,n.jsx)("span",{className:"text-lg font-semibold text-foreground",children:e.title}),e.type?(0,n.jsx)("span",{className:"text-sm text-muted-foreground",children:e.type}):null,e.required?(0,n.jsx)("span",{className:"text-sm text-primary",children:"required"}):null]}),(0,n.jsx)("div",{className:"prose prose-sm break-words text-foreground dark:text-foreground [&_a]:text-foreground [&_a:hover]:text-foreground/80 dark:[&_a]:text-foreground dark:hover:[&_a]:text-foreground/80",children:e.children})]})}function c(e){var r,t;let[d,c]=s.useState(e.defaultOpen||!1),u="string"==typeof e.text?{hide:e.text,show:e.text}:e.text,f=null!==(r=null==u?void 0:u.show)&&void 0!==r?r:"Show properties",b=null!==(t=null==u?void 0:u.hide)&&void 0!==t?t:"Hide This";return(0,n.jsx)(i.bL,{open:d,onOpenChange:c,className:"my-4",children:(0,n.jsxs)("div",{className:(0,a.$)("rounded-md",d?"border border-muted bg-card":"inline-block"),children:[(0,n.jsxs)(i.l9,{className:(0,a.$)("flex items-center space-x-2 py-2 px-4 text-sm","cursor-pointer",d?"w-full text-foreground":"border border-muted rounded-md hover:bg-accent hover:text-accent-foreground transition-colors"),children:[d?(0,n.jsx)(o.A,{className:"w-4 h-4 text-muted-foreground"}):(0,n.jsx)(l.A,{className:"w-4 h-4 text-muted-foreground"}),(0,n.jsx)("span",{children:d?b:f})]}),(0,n.jsx)(i.UC,{children:(0,n.jsx)("div",{className:"px-4 py-2 text-foreground",children:e.children})})]})})}},7119:(e,r,t)=>{"use strict";t.d(r,{Frame:()=>i});var n=t(5155);t(2115);var s=t(9602);function i(e){let{children:r,plain:t=!1}=e,i=(0,n.jsx)("div",{className:"relative p-6 min-h-[11rem] flex items-center justify-center",children:(0,n.jsxs)("div",{className:"w-full [&_code]:whitespace-pre-wrap [&_code]:break-words leading-relaxed",children:[" ",r]})});return t?(0,n.jsxs)("div",{className:(0,s.cn)("mb-5 relative border rounded-2xl overflow-hidden","bg-background"),children:[(0,n.jsx)("div",{className:"absolute inset-0 bg-gradient-to-b from-transparent to-background/90"}),i]}):(0,n.jsxs)("div",{className:(0,s.cn)("mb-5 relative border rounded-2xl overflow-hidden","bg-background"),children:[(0,n.jsx)("div",{className:"absolute inset-0",children:(0,n.jsxs)("svg",{width:"100%",height:"100%",className:"text-primary/20",style:{fill:"none",stroke:"currentColor",strokeWidth:"1"},children:[(0,n.jsx)("defs",{children:(0,n.jsx)("pattern",{id:"grid",width:"20",height:"20",patternUnits:"userSpaceOnUse",children:(0,n.jsx)("path",{d:"M 20 0 L 0 0 0 20",vectorEffect:"non-scaling-stroke"})})}),(0,n.jsx)("rect",{width:"100%",height:"100%",fill:"url(#grid)"})]})}),(0,n.jsx)("div",{className:"absolute inset-0 bg-gradient-to-b from-transparent to-background/90"}),i]})}},7649:(e,r,t)=>{"use strict";t.d(r,{PirateLogo:()=>s});var n=t(5155);function s(e){let{className:r=""}=e;return(0,n.jsxs)("svg",{viewBox:"0 0 240 240",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:r,children:[(0,n.jsx)("path",{className:"head",d:"M40 80 L 120 40 L 200 80 L 180 180 L 120 220 L 60 180 L 40 80",stroke:"currentColor",strokeWidth:"12",strokeLinejoin:"round",fill:"none"}),(0,n.jsx)("path",{className:"eye-patch",d:"M80 100 L 160 100 L 140 140 L 100 140 Z",fill:"currentColor"}),(0,n.jsx)("path",{className:"strap",d:"M70 90 L 30 70 M170 90 L 210 70",stroke:"currentColor",strokeWidth:"12",strokeLinecap:"round"}),(0,n.jsx)("circle",{className:"eye",cx:"150",cy:"110",r:"8",fill:"currentColor"}),(0,n.jsx)("path",{className:"mouth",d:"M90 170 L 120 160 L 150 170",stroke:"currentColor",strokeWidth:"8",strokeLinecap:"round",strokeLinejoin:"round"})]})}},8715:(e,r,t)=>{"use strict";t.d(r,{default:()=>a});var n=t(5155),s=t(8803),i=t.n(s);function a(e){let{id:r,caption:t}=e;return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)("div",{className:"jsx-f15b93029cb2ad5c youtube-wrapper",children:[(0,n.jsx)("div",{className:"jsx-f15b93029cb2ad5c video-container",children:(0,n.jsx)("iframe",{src:"https://www.youtube.com/embed/".concat(r),title:"YouTube Video",allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,className:"jsx-f15b93029cb2ad5c"})}),t&&(0,n.jsx)("p",{className:"jsx-f15b93029cb2ad5c caption",children:t})]}),(0,n.jsx)(i(),{id:"f15b93029cb2ad5c",children:'.youtube-wrapper.jsx-f15b93029cb2ad5c{position:relative;z-index:1;-webkit-transition:all.3s ease;-moz-transition:all.3s ease;-o-transition:all.3s ease;transition:all.3s ease;padding-bottom:20px}.youtube-wrapper.jsx-f15b93029cb2ad5c::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);-webkit-transition:all.3s ease;-moz-transition:all.3s ease;-o-transition:all.3s ease;transition:all.3s ease;pointer-events:none;z-index:-1}.youtube-wrapper.jsx-f15b93029cb2ad5c:hover::before{background:rgba(0,0,0,.7)}.video-container.jsx-f15b93029cb2ad5c{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-transition:all.3s ease;-moz-transition:all.3s ease;-o-transition:all.3s ease;transition:all.3s ease}.youtube-wrapper.jsx-f15b93029cb2ad5c:hover .video-container.jsx-f15b93029cb2ad5c{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 10px 20px rgba(0,0,0,.2);-moz-box-shadow:0 10px 20px rgba(0,0,0,.2);box-shadow:0 10px 20px rgba(0,0,0,.2)}.video-container.jsx-f15b93029cb2ad5c iframe.jsx-f15b93029cb2ad5c{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.caption.jsx-f15b93029cb2ad5c{margin-top:10px;font-size:.9em;color:#666;text-align:center}'})]})}t(2115)},1861:(e,r,t)=>{"use strict";t.d(r,{default:()=>l});var n=t(5155),s=t(8867),i=t(3920),a=t(4085),o=t(2115);function l(e){let{content:r}=e,[t,l]=(0,o.useState)(!1);async function d(){await navigator.clipboard.writeText(r),l(!0),setTimeout(()=>{l(!1)},2e3)}return(0,n.jsx)(a.$,{variant:"secondary",className:"border",size:"xs",onClick:d,children:t?(0,n.jsx)(s.A,{className:"w-3 h-3"}):(0,n.jsx)(i.A,{className:"w-3 h-3"})})}},157:(e,r,t)=>{"use strict";t.d(r,{default:()=>o});var n=t(5155),s=t(3463),i=t(7396),a=t(2115);function o(e){let{data:r}=e,[t,o]=(0,a.useState)(null),l=(0,a.useRef)(null);return(0,a.useEffect)(()=>{l.current=new IntersectionObserver(e=>{let r=e.find(e=>e.isIntersecting);r&&o(r.target.id)},{root:null,rootMargin:"-20px 0px 0px 0px",threshold:.1});let e=r.map(e=>document.getElementById(e.href.slice(1)));return e.forEach(e=>{e&&l.current&&l.current.observe(e)}),()=>{l.current&&e.forEach(e=>{e&&l.current.unobserve(e)})}},[r]),(0,n.jsx)("div",{className:"flex flex-col gap-2.5 text-sm dark:text-stone-300/85 text-stone-800 ml-0.5",children:r.map((e,r)=>{let{href:a,level:o,text:l}=e;return(0,n.jsx)(i.default,{href:a,className:(0,s.A)({"pl-0":2==o,"pl-4":3==o,"pl-8 ":4==o,"dark:font-medium font-semibold text-primary":t==a.slice(1)}),children:l},a+l+o+r)})})}},4085:(e,r,t)=>{"use strict";t.d(r,{$:()=>d,r:()=>l});var n=t(5155),s=t(2115),i=t(2317),a=t(652),o=t(9602);let l=(0,a.F)("inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-input bg-background hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-10 px-4 py-2",sm:"h-9 rounded-md px-3",lg:"h-11 rounded-md px-8",icon:"h-9 w-9",xs:"h-7 rounded-md px-2"}},defaultVariants:{variant:"default",size:"default"}}),d=s.forwardRef((e,r)=>{let{className:t,variant:s,size:a,asChild:d=!1,...c}=e,u=d?i.DX:"button";return(0,n.jsx)(u,{className:(0,o.cn)(l({variant:s,size:a,className:t})),ref:r,...c})});d.displayName="Button"},3392:(e,r,t)=>{"use strict";t.d(r,{ScrollArea:()=>o});var n=t(5155),s=t(2115),i=t(2341),a=t(9602);let o=s.forwardRef((e,r)=>{let{className:t,children:s,...o}=e;return(0,n.jsxs)(i.bL,{ref:r,className:(0,a.cn)("relative overflow-hidden",t),...o,children:[(0,n.jsx)(i.LM,{className:"h-full w-full rounded-[inherit]",children:s}),(0,n.jsx)(l,{}),(0,n.jsx)(i.OK,{})]})});o.displayName=i.bL.displayName;let l=s.forwardRef((e,r)=>{let{className:t,orientation:s="vertical",...o}=e;return(0,n.jsx)(i.VM,{ref:r,orientation:s,className:(0,a.cn)("flex touch-none select-none transition-colors","vertical"===s&&"h-full w-2.5 border-l border-l-transparent p-[1px]","horizontal"===s&&"h-2.5 flex-col border-t border-t-transparent p-[1px]",t),...o,children:(0,n.jsx)(i.lr,{className:"relative flex-1 rounded-full bg-border"})})});l.displayName=i.VM.displayName},1641:(e,r,t)=>{"use strict";t.d(r,{Tabs:()=>o,TabsContent:()=>c,TabsList:()=>l,TabsTrigger:()=>d});var n=t(5155),s=t(2115),i=t(8629),a=t(9602);let o=i.bL,l=s.forwardRef((e,r)=>{let{className:t,...s}=e;return(0,n.jsx)(i.B8,{ref:r,className:(0,a.cn)("inline-flex h-10 items-center gap-2 text-muted-foreground font-mono -mb-28 w-full border-b",t),...s})});l.displayName=i.B8.displayName;let d=s.forwardRef((e,r)=>{let{className:t,...s}=e;return(0,n.jsx)(i.l9,{ref:r,className:(0,a.cn)("inline-flex items-center justify-center whitespace-nowrap px-1.5 py-[0.58rem] text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 data-[state=active]:border-primary border-b-2 border-transparent data-[state=active]:text-foreground font-code",t),...s})});d.displayName=i.l9.displayName;let c=s.forwardRef((e,r)=>{let{className:t,...s}=e;return(0,n.jsx)(i.UC,{ref:r,className:(0,a.cn)("ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 ",t),...s})});c.displayName=i.UC.displayName},8484:(e,r,t)=>{"use strict";t.d(r,{b:()=>n});let n=[{title:"Getting Started",href:"/getting-started",noLink:!0,items:[{title:"Browsers and Extensions",href:"/browsers-extensions"},{title:"Useful Tools",href:"/useful-tools"},{title:"Movies, Shows & Sports",href:"/entertainment",noLink:!0,items:[{title:"General Entertainment",href:"/general"},{title:"Asian Entertainment",href:"/asian"},{title:"Foreign Entertainment",href:"/foreign"},{title:"Live Sports",href:"/live-sports"},{title:"Live TV",href:"/live-tv"},{title:"Cartoons",href:"/cartoons"}]},{title:"Piracy Guides",href:"/piracy-guides",noLink:!0,items:[{title:"Clean Reddit Experience",href:"/clean-reddit"},{title:"Fire TV Stick Free Streaming",href:"/firestick"}]},{title:"Non Piracy Stuff",href:"/non-piracy-stuff",noLink:!0,items:[{title:"File Hosting & Storage",href:"/file-hosting-storage"},{title:"Lock & Hide Folders",href:"/lock-hide-folders"},{title:"Proxy 'Any' Website",href:"/proxy-websites"},{title:"Useful Mac Applications",href:"/macos-applications"},{title:"Useful Windows Applications",href:"/windows-applications"}]},{title:"Self Improvement",href:"/self-improvement",noLink:!0,items:[{title:"Fitness",href:"/fitness"},{title:"Meditation",href:"/meditation"},{title:"Addiction",href:"/addiction"}]},{title:"Literature",href:"/literature"},{title:"Weeb Stuff",href:"/weeb-stuff"},{title:"Artificial Intelligence",href:"/ai"},{title:"Music Download and Discovery",href:"/music"},{title:"Windows and MAC Software",href:"/software"},{title:"Activate Windows or Office",href:"/activate-windows"},{title:"Gaming and Emulation",href:"/gaming-emulation"},{title:"Graphics and Design",href:"/graphics-design"},{title:"Education and Learning",href:"/education"},{title:"Mobile Softwares and Games",href:"/mobile"},{title:"Contribute To The Wiki",href:"/contribute"}]}];n.map(e=>(function e(r){var t;let n=[];return r.noLink||n.push({title:r.title,href:r.href}),null===(t=r.items)||void 0===t||t.forEach(t=>{let s={...t,href:"".concat(r.href).concat(t.href)};n.push(...e(s))}),n})(e)).flat()},9602:(e,r,t)=>{"use strict";t.d(r,{cn:()=>a,x6:()=>o});var n=t(3463),s=t(9795),i=t(8484);function a(){for(var e=arguments.length,r=Array(e),t=0;t(function e(r,t,n,s,i){var a;let o=[],l=!1,d="".concat(n).concat(t.href);return!t.noLink&&t.title.toLowerCase().includes(r.toLowerCase())&&(o.push({...t,items:void 0,href:d}),l=!0),(!i||s{let a=e(r,n,d,s+1,i);!a.length||l||t.noLink||(o.push({...t,items:void 0,href:d}),l=!0),o.push(...a)})),o})(e,r,"",1,0==e.length?2:void 0)).flat()}}},e=>{var r=r=>e(e.s=r);e.O(0,[839,715,98,506,441,517,358],()=>r(4806)),_N_E=e.O()}]);
Flash Sale Popup