body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #f9f9f9; }
header.full-header { background: #ff5733; padding: 10px 20px; display: flex; align-items: center; justify-content: space-between; width: 100%; box-sizing: border-box; }
.logo-giant { height: 180px; flex-shrink: 0; }
nav ul { list-style: none; display: flex; margin: 0; padding: 0; }
nav ul li { margin: 0 15px; display: flex; align-items: center; }
nav ul li a { color: white; text-decoration: none; font-weight: bold; font-size: 18px; }
.hero { text-align: center; padding: 50px; background: #fff3ef; }
.products { display: flex; gap: 20px; padding: 20px; justify-content: center; flex-wrap: wrap; }
.product { background: white; padding: 20px; border: 1px solid #ddd; border-radius: 8px; text-align: center; flex: 1; min-width: 250px; max-width: 300px; }
.product img { max-width: 100%; border-radius: 5px; }
footer { background: #333; color: white; text-align: center; padding: 10px; margin-top: 20px; }
