body{
font-family: Arial;
background:#f4f6f9;
margin:0;
}

header{
background:#111;
color:white;
padding:20px;
text-align:center;
font-size:28px;
}

.container{
max-width:1000px;
margin:auto;
padding:20px;
}

.product{
display:flex;
gap:20px;
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
margin-bottom:20px;
}

.product img{
width:180px;
border-radius:10px;
}

.product-info{
flex:1;
}

.rating{
background:#2ecc71;
color:white;
padding:5px 10px;
border-radius:5px;
display:inline-block;
margin-bottom:10px;
}

.btn{
background:#ff6600;
color:white;
padding:10px 18px;
border-radius:6px;
text-decoration:none;
font-weight:bold;
display:inline-block;
}

.btn:hover{
background:#e65c00;
}


table{
border-collapse:collapse;
margin-top:15px;
}

th, td{
padding:10px;
border:1px solid #ddd;
}

th{
background:#f0f0f0;
}


.product{
display:flex;
gap:20px;
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
margin-top:20px;
align-items:center;
}

.product img{
width:160px;
border-radius:8px;
}

.stars{
color:#f5b301;
font-size:18px;
margin:5px 0;
}

.badge{
background:#ffcc00;
color:black;
font-weight:bold;
padding:4px 10px;
border-radius:6px;
display:inline-block;
margin-bottom:8px;
}

.comparison{
width:100%;
border-collapse:collapse;
margin-top:20px;
background:white;
}

.comparison th{
background:#f2f2f2;
padding:12px;
border:1px solid #ddd;
}

.comparison td{
padding:12px;
border:1px solid #ddd;
text-align:center;
}

.comparison img{
width:120px;
border-radius:6px;
margin-bottom:5px;
}

.product{
display:flex;
gap:20px;
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
margin-top:25px;
align-items:center;
}

.product img{
width:200px;
border-radius:8px;
}

.product-info{
flex:1;
}

.top-picks{
display:flex;
gap:20px;
margin-top:20px;
flex-wrap:wrap;
}

.pick{
flex:1;
min-width:250px;
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
text-align:center;
}

.pick img{
width:100%;
border-radius:8px;
margin-bottom:10px;
}

.pick h3{
margin:10px 0 5px;
}

.pick p{
font-size:14px;
}

footer{
background:#111;
color:white;
text-align:center;
padding:20px;
margin-top:40px;
}

footer a{
color:#ff6600;
text-decoration:none;
}

footer a:hover{
text-decoration:underline;
}