@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.custom-scrollbar::-webkit-scrollbar{height:6px;width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0f172a80;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#6366f180;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#6366f1b3}}html{font-size:16px}body{background-color:#020617;margin:0;overflow:hidden;padding:0}#root,body{height:100%;width:100%}.miniapp-container{-webkit-overflow-scrolling:touch;background-color:#020617;min-height:100vh;overflow-y:auto;padding:1rem;transform:translateZ(0);width:100%;will-change:scroll-position}.miniapp-container,.miniapp-container *{box-sizing:border-box}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.miniapp-container .category-card{transition:all .2s ease-in-out}.miniapp-container .category-card:hover{box-shadow:0 8px 25px -8px #0000004d;transform:translateY(-2px)}.miniapp-container .products-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));max-height:calc(100vh - 200px);overflow-y:auto;padding-right:.5rem}.miniapp-container h1{font-size:1.5rem}.miniapp-container .product-card-title{font-size:1rem;line-height:1.2;margin-bottom:.5rem}.miniapp-container .product-card-price{font-size:1.125rem;font-weight:700}.miniapp-container .categories-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;max-height:calc(100vh - 200px);overflow-y:auto;padding-right:.5rem}.miniapp-container .category-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;font-size:1.125rem;font-weight:500;padding:1.25rem;text-align:center}.top-selling-section{margin-top:2rem}.top-selling-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.top-selling-scroll-container{-ms-overflow-style:none;display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scrollbar-width:none}.top-selling-scroll-container::-webkit-scrollbar{display:none}.top-product-card{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 4px rgb(0 0/.05);flex:0 1 9.375rem;overflow:hidden}.top-product-card img{height:6.25rem;object-fit:cover;width:100%}.top-product-card-info{padding:.75rem}
/*# sourceMappingURL=main.c0a70d1a.css.map*/