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}*{box-sizing:border-box}.loading-spinner{align-items:center;display:flex;height:200px;justify-content:center}.product-card{display:flex;flex-direction:column;height:100%;transition:transform .2s ease-in-out}.product-card:hover{transform:translateY(-4px)}.product-image{height:200px;object-fit:cover}.cart-item{align-items:center;border-bottom:1px solid #eee;display:flex;padding:16px}.cart-item img{height:80px;margin-right:16px;object-fit:cover;width:80px}.search-bar{margin-bottom:24px}.category-chip{margin:4px}.rating-stars{color:#ffc107}.price{color:#1976d2;font-weight:700}.old-price{color:#666;margin-right:8px;text-decoration:line-through}.discount-badge{background:#f44;border-radius:4px;color:#fff;font-size:12px;font-weight:700;padding:2px 8px}.loading-skeleton{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}
/*# sourceMappingURL=main.1fd358ff.css.map*/