@tailwind base;@tailwind components;@tailwind utilities;*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#fafafa;color:#171717;overflow-y:auto}h1,h2,h3{font-weight:800;letter-spacing:-.02em}button{font-family:Inter,system-ui,sans-serif;font-weight:600}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.container{max-width:100%;padding:0 12px}}@keyframes mobileCartSlideUp{0%{opacity:0;transform:translate(-50%) translateY(24px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes mobileCartPulse{0%{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.03)}to{transform:translate(-50%) scale(1)}}@keyframes toastFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes cartBounce{0%{transform:scale(1)}28%{transform:scale(1.1)}52%{transform:scale(.94)}72%{transform:scale(1.05)}to{transform:scale(1)}}.cart-bounce{animation:cartBounce .46s ease}@keyframes phonePulse{0%{box-shadow:0 0 #4fa3e399}70%{box-shadow:0 0 0 14px #4fa3e300}to{box-shadow:0 0 #4fa3e300}}.mobile-map-btn img{width:26px;height:26px;object-fit:contain}.mobile-map-btn{display:none}.mobile-map-btn img{width:22px;height:22px}@media (max-width: 768px){.mobile-map-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:none;background:#fff;box-shadow:0 4px 12px #00000026;cursor:pointer}.mobile-map-btn img{width:26px;height:26px;transition:transform .2s}.mobile-map-btn:active img{transform:scale(.9)}}.categoryButton{border:none;background:transparent;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:10px;min-width:90px;transition:all .2s ease}.categoryButton:hover{transform:translateY(-3px)}.categoryIconWrapper{width:72px;height:72px;border-radius:999px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.categoryButton:hover .categoryIconWrapper{background:#fff6d6;box-shadow:0 8px 20px #0000001f}.categoryButton.active .categoryIconWrapper{background:#fff3c4}.categoryIcon{width:38px;height:38px;object-fit:contain;transition:transform .2s ease}.categoryButton:hover .categoryIcon{transform:scale(1.08)}.categoryLabel{font-size:14px;font-weight:600;color:#222;white-space:nowrap}@media (max-width:768px){.categoryButton{gap:8px;min-width:72px}.categoryIconWrapper{width:56px;height:56px}.categoryIcon{width:30px;height:30px}.categoryLabel{font-size:12px}}@media (max-width: 768px){.heroGrid{grid-template-columns:1fr!important}.heroTitle{font-size:34px!important}.heroSlide{height:180px!important}.productGrid{grid-template-columns:1fr!important;gap:16px!important}.productImage{height:180px!important}.categoryTabs{overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;scrollbar-width:none}.categoryTabs::-webkit-scrollbar{display:none}.categoryTab{flex:0 0 auto;white-space:nowrap}}
