.app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f5f5f5}.navbar{background:#000;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000}.nav-brand .logo-text{color:red;font-size:2rem;font-weight:700;letter-spacing:2px}.nav-categories{display:flex;gap:2rem}.nav-categories a{color:#fff;text-decoration:none;font-size:.9rem;transition:color .3s}.nav-categories a:hover{color:red}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-right a{color:#fff;text-decoration:none;font-size:.85rem;transition:color .3s}.nav-right a:hover{color:red}.search-bar{display:flex;align-items:center;background:#fff;border-radius:20px;padding:.5rem 1rem}.search-bar input{border:none;outline:none;font-size:.9rem;width:200px}.search-bar span{cursor:pointer}.hero-banner{background:linear-gradient(135deg,red,#c00);padding:4rem 2rem;text-align:center;color:#fff}.banner-content h1{font-size:3rem;margin-bottom:1rem;text-transform:uppercase}.banner-content p{font-size:1.2rem;margin-bottom:2rem}.shop-now-btn{background:#fff;color:red;border:none;padding:1rem 3rem;font-size:1rem;font-weight:700;cursor:pointer;border-radius:5px;transition:transform .3s,box-shadow .3s}.shop-now-btn:hover{transform:scale(1.05);box-shadow:0 5px 20px #0000004d}.features-section{background:#fff;padding:2rem;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;border-bottom:1px solid #e0e0e0}.feature-item{display:flex;align-items:center;gap:.75rem;text-align:left}.feature-icon{font-size:1.5rem}.feature-text h4{font-size:.9rem;color:#333;margin-bottom:.25rem}.feature-text p{font-size:.8rem;color:#666}.products-section{padding:3rem 2rem;background:#f5f5f5}.section-title{text-align:center;font-size:2rem;color:#000;margin-bottom:2rem;text-transform:uppercase}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.product-card{background:#fff;border-radius:8px;overflow:hidden;transition:transform .3s,box-shadow .3s;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.product-image{background:#f0f0f0;height:200px;display:flex;align-items:center;justify-content:center;font-size:4rem}.product-info{padding:1.5rem}.product-name{font-size:1.1rem;color:#000;margin-bottom:.5rem}.product-desc{font-size:.9rem;color:#666;margin-bottom:.75rem}.product-rating{font-size:.9rem;color:#ff9800;margin-bottom:1rem}.product-price{display:flex;align-items:center;gap:.75rem}.current-price{font-size:1.2rem;font-weight:700;color:#000}.original-price{font-size:.9rem;color:#999;text-decoration:line-through}.discount{font-size:.85rem;color:red;font-weight:700}.footer{background:#000;color:#fff;padding:3rem 2rem;text-align:center}.footer-content h3{font-size:2rem;margin-bottom:.5rem;color:red}.footer-content p{color:#999;margin-bottom:1.5rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem}.footer-links a{color:#fff;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-links a:hover{color:red}.copyright{color:#666;font-size:.85rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}#root{min-height:100vh}
