.app-container{display:flex;flex-direction:column;align-items:center;padding:50px 20px;font-family:Segoe UI,sans-serif;background:linear-gradient(to right,#f9f9f9,#e0f7fa);min-height:100vh}.app-title{font-size:3rem;color:#00796b;margin-bottom:10px}.app-subtitle{font-size:1.2rem;color:#333}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#00796b;color:#fff}.logo{font-size:1.8rem;font-weight:700}.nav-links{list-style:none;display:flex;gap:20px}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:#ffd600}.product-grid{display:flex;flex-wrap:wrap;gap:20px;padding:20px;justify-content:center}.product-card{background-color:#fff;width:200px;padding:15px;border:1px solid #eee;border-radius:8px;text-align:center;box-shadow:0 2px 5px #0000000d;transition:transform .2s ease-in-out}.product-card:hover{transform:scale(1.03)}.product-card img{width:100%;height:150px;object-fit:cover;border-radius:6px}.product-card h3{margin:10px 0 5px;font-size:18px}.product-card p{font-weight:700;color:#2e7d32}.product-details{display:flex;gap:2rem;padding:2rem;align-items:center}.product-details img{width:250px;border-radius:10px}.product-details h2{margin-bottom:1rem}
