*{margin:0;padding:0;box-sizing:border-box}body{display:grid;grid-template-rows:auto 1fr auto;min-height:100vh;width:100%;overflow-x:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#f8b500}header h1{font-size:1.5rem;font-weight:700;color:#333}header nav{display:flex;gap:1rem}header nav a{text-decoration:none;color:#333;padding:.5rem;transition:color .2s ease}header nav a:hover{text-decoration:underline;color:#000}footer{display:flex;justify-content:center;align-items:center;padding:1rem 2rem;background-color:#f5f5f5;text-align:center}main{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-content:flex-start;padding:2rem;gap:1.5rem;background-color:#87ceeb}.store-item{width:calc(25% - 2rem);min-width:200px;max-width:280px;background-color:#e8f5e9;border-radius:8px;padding:1rem;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.store-item:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.store-item img{width:100%;height:180px;object-fit:cover;border-radius:4px;background-color:#ddd}.store-item h3{font-size:1.1rem;font-weight:700;margin:.75rem 0 .5rem;color:#333}.store-item p{font-size:.9rem;color:#666;margin-bottom:.75rem;flex-grow:1}.store-item .info{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;margin-top:auto;gap:.5rem}.store-item .rating{color:#f57c00;white-space:nowrap}.store-item .price{font-weight:700;color:#2e7d32;white-space:nowrap}.store-item .stock{color:#666;white-space:nowrap}
