aRYodeqW
body {
font-family: ‘Segoe UI’, T Verdana, sans-serif;
line-height: 1.6;
color: #333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.product-container {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 40px;
}
.image-gallery {
flex: 1;
min-width: 300px;
}
.main-image {
width: 100%;
height: 400px;
background-color: #f5f5f5;
border: 1px solid #ddd;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
border-radius: 8px;
}
.thumbnail-container {
display: flex;
gap: 10px;
}
.thumbnail {
width: 80px;
height:;
background-color: #f0f0f0;
border: 2px solid #eee;
border-radius: 4px;
cursor: pointer;
}
.product-info {
flex: 1;
min-width: 300px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
.specs-table th, .specs-table td {
padding: 10px 15px;
border-bottom: 1px solid #eee;
text-align: left;
}
.specs-table th {
background-color: #f9f9f9;
font-weight: 600;
width: 40%;
}
.why-buy {
background-color: #f8fafc;
padding: 20px;
border-radius: 8px;
margin: 30px 0;
}
-buy h3 {
margin-top: 0;
color: #2c5282;
}
.why-buy ul {
padding-left: 20