.search-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--bg-color);z-index:2000;display:flex;justify-content:center;align-items:flex-start;padding-top:40px}.search-popup{width:80%;max-width:1200px}.search-popup input{width:100%;padding:15px;font-size:18px;border:1px solid #ddd;margin-bottom:30px}.search-popup{scrollbar-width:none;-ms-overflow-style:none}.search-popup::-webkit-scrollbar{display:none}.close-btn{position:absolute;top:30px;right:40px;background:none;color:red;border:none;font-size:24px;cursor:pointer}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.product-card{border:1px solid #eee;padding:15px;text-align:center;cursor:pointer;transition:.3s ease}.product-card:hover{box-shadow:0 4px 15px #0000001a}.product-card img{width:100%;height:200px;object-fit:cover}.LightFontBigPop{font-family:Nunito,sans-serif;font-weight:900;font-size:24px;color:var(--text-muted);-webkit-text-stroke:1px var(--text-muted)}.App{display:flex;flex-direction:column;align-items:center;background-color:var(--bg-color);padding:10px 20px 20px}html,body{overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}p{margin:0;padding:0}.app_body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;background-color:var(--bg-color);padding:"5px";width:90vw}#root{width:100%}:root{--bg-color: #ffffff;--bg-card: #1E211E;--brand-green: #FF6A00 ;--accent-copper: #FF6701;--text-light: #000000;--wood-brown: #FF6701;--text-muted: #aaa;--card-shadow: 0 2px 6px rgba(0, 0, 0, .05)}[data-theme=dark]{--text-light: #f1f1f1;--bg-color: #121212;--text-muted: #777;--bg-card: #1E211E;--card-shadow: 0 4px 12px rgba(0, 0, 0, .5)}html,body,#root{margin:0;padding:0}body{display:flex;flex-direction:column;justify-content:flex-start}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media only screen and (max-width:1023px){.App{width:1000px;min-height:2163px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--text-light);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#654321;text-decoration:inherit}a:hover{color:#654321}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--bg-color);cursor:pointer;transition:border-color .25s}button:hover{border-color:#654321}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:var(--text-light);background-color:var(--bg-color)}a:hover{color:#654321}button{background-color:var(--bg-color)}}
