tvvyQUrP
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.gallery {
flex: 1 1 45%;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
display: block;
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 15px;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 12px;
cursor: default;
border: 2px solid #eaeaea;
}
.product-info {
flex: 1 1 50%;
min-width: 280px;
}
h1 {
font-size: 2rem;
font-weight: 600;
margin: 0 0 8px 0;
letter-spacing: -0.3px;
}
.brand {
color: #3a6ea5;
font-weight: 500;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.price {
font-size: 2.2rem;
font-weight: 700;
color: #1f7a3d;
margin: 15px 0 10px;
}
.availability {
background: #e6f3e6;
color: #1f7a3d;
padding: 6px 14px;
border-radius: 40px;
font-size: 0.9rem;
display: inline-block;
font-weight: 500;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 0.95rem;
}
.specs-table td {
padding: 10px 8px;
border-bottom: 1px solid #e9ecef;
}
.specs-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 40%;
}
.description {
line-height: 1.6;
margin: 20px 0 10px;
background: #fafafa;
padding: 18px 20px;