body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);height:95vh;justify-content:center}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.popUPMessage{border-radius:.5rem;font-weight:500;padding:1rem;position:fixed;text-align:center;top:100px;transition:opacity .3s ease-in-out}*{box-sizing:border-box;margin:0}*,body{padding:0}body{background-color:#000;color:#ffffff83;flex-direction:column;font-family:Segoe UI,Arial,sans-serif;min-height:100vh}body,nav{display:flex}nav{align-items:center;background-color:#1a1a1a;border-bottom:1px solid #333;justify-content:space-between;padding:0 30px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.logo img{height:60px}.navPages{align-items:center;display:flex;gap:25px}.navPages a{color:#ccc;font-size:16px;font-weight:600;text-decoration:none;transition:color .3s}.navPages a:hover{color:#fff}.navIcons{align-items:center;display:flex;gap:18px}.navIcons img{filter:brightness(.7);height:20px;transition:filter .3s,transform .3s}.navIcons img:hover{cursor:pointer;filter:brightness(1);transform:scale(1.15)}.menuIcon{align-items:center;cursor:pointer;display:none;justify-content:center;padding:5px;z-index:102}.mobileMenu{align-items:flex-start;background-color:#1a1a1a;border-left:1px solid #333;display:none;flex-direction:column;gap:0;height:100vh;overflow-y:auto;padding:70px 0 30px;position:fixed;right:-260px;top:0;transition:right .3s ease;width:250px;z-index:101}.mobileMenu a{border-bottom:1px solid #2a2a2a;color:#ccc;font-size:16px;font-weight:600;padding:14px 25px;text-decoration:none;transition:background .2s,color .2s;width:100%}.mobileMenu a:hover{background:#2a2a2a;color:#4f46e5}.mobileMenuOpen{display:flex;right:0}.menuOverlay{background:#0009;display:none;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100}.icon-wrapper{align-items:center;display:inline-flex;position:relative}.badge{background:#ec4899;border-radius:50%;font-size:.7rem;line-height:1.3;padding:1px 6px;position:absolute;right:-10px;top:-8px}.badge,.signinBtn{color:#fff;font-weight:700}.signinBtn{background:#4f46e5;border-radius:8px;font-size:16px;padding:8px 20px;text-decoration:none;transition:background .3s}.signinBtn:hover{background:#4338ca}.profile-initial-style{align-items:center;background-color:#4f46e5;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:35px;justify-content:center;width:35px}a{text-decoration:none}.headerContent{align-items:center;display:flex;gap:40px;justify-content:space-between;margin:40px auto;max-width:1200px;padding:20px 0;width:90%}.headerText{display:flex;flex:1 1;flex-direction:column;gap:20px}.headerText h4{color:#aaa;font-size:14px;letter-spacing:2px;text-transform:uppercase}.headerText h1{color:#fff;font-size:2.5rem;line-height:1.2}.headerText p{color:#999;font-size:15px;line-height:1.6;max-width:420px}.headerText button{align-items:center;background-color:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:10px;height:45px;justify-content:center;transition:background .3s,transform .2s;width:160px}.headerText button:hover{background-color:#4338ca;transform:scale(1.05)}.headerText button img{filter:brightness(10);height:18px}.headerImage{display:flex;flex:1 1;justify-content:center}.headerImage img{max-width:500px;width:100%}main{display:flex;flex-direction:column;gap:30px;margin:0 auto 80px;max-width:1200px;width:90%}.categoryH2{color:#fff;font-size:28px;font-weight:800}.category{-webkit-overflow-scrolling:touch;display:flex;gap:15px;overflow-x:auto;padding-bottom:10px;scroll-behavior:smooth;width:100%}.category::-webkit-scrollbar{height:6px}.category::-webkit-scrollbar-thumb{background-color:#555;border-radius:10px}.category::-webkit-scrollbar-thumb:hover{background-color:#888}.category span{align-items:center;background-color:#1a1a1a;border:2px solid #0000;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;min-width:140px;overflow:hidden;transition:border-color .3s,transform .3s}.category span:hover{border-color:#4f46e5;transform:scale(1.03)}.category span img{background-color:#fff;height:140px;object-fit:cover;width:140px}.category h2{color:#ccc;font-size:12px;font-weight:600;padding:8px 5px;text-align:center}.showAll{cursor:pointer}.showAll h1{color:#4f46e5;font-size:18px;transition:color .3s}.showAll h1:hover{color:#6366f1}.products{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);width:100%}.productOverView{align-items:center;background:#1a1a1a;border:1px solid #333;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;padding:15px;transition:transform .3s,border-color .3s}.productOverView:hover{border-color:#4f46e5;transform:translateY(-5px)}.products img{border:none;border-radius:10px;height:180px;margin-bottom:10px;object-fit:cover;width:100%}.product h3{color:#fff;font-size:15px;margin:5px 0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.products p:first-of-type{color:#10b981;font-size:14px;font-weight:700;margin-bottom:3px;text-align:center;width:100%}.products p:nth-of-type(2){color:#888;font-size:12px;text-align:center;width:100%}@media (max-width:900px){nav{padding:0 15px}.navPages{display:none}.menuIcon{display:flex}.menuOverlay{display:block}.headerContent{flex-direction:column-reverse;gap:25px;text-align:center;width:95%}.headerText{align-items:center}.headerText h1{font-size:1.8rem}.headerImage img{max-width:350px}.products{gap:12px;grid-template-columns:repeat(3,1fr)}.products img{height:140px}main{width:95%}}@media (max-width:600px){nav{padding:8px 10px}.logo img{height:40px}.navIcons{gap:10px}.navIcons img{height:16px}.signinBtn{font-size:13px;padding:6px 12px}.headerContent{margin:20px auto;padding:0 10px;width:100%}.headerText h1{font-size:1.4rem}.headerText p{font-size:13px}.headerText button{font-size:13px;height:38px;width:140px}.headerImage img{max-width:250px}.categoryH2{font-size:20px}.category span img{height:100px;width:100px}.category span{min-width:100px}.category h2{font-size:10px;padding:5px}.products{gap:10px;grid-template-columns:repeat(2,1fr)}.productOverView{padding:10px}.products img{height:120px}.product h3,.products p:first-of-type{font-size:12px}.products p:nth-of-type(2){font-size:10px}main{gap:20px;padding:0 10px;width:100%}}@media (max-width:400px){.products{gap:8px;grid-template-columns:repeat(2,1fr)}.products img{height:100px}.product h3{font-size:11px}}
/*# sourceMappingURL=main.112e9b5b.css.map*/