Fvuv4as6
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f9f7f5;
margin: 0;
padding: 2rem 1rem;
color: #1e1e1e;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 40px rgba(0,0,0,0.06);
padding: 2rem 2.5rem;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 2.5rem;
margin-bottom: 2.5rem;
}
.gallery {
flex: 1 1 45%;
min-width: 280px;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 20px;
box-shadow: 0 4px 14px rgba(0,0,0,0.04);
display: block;
margin-bottom: 1rem;
}
.gallery-thumbs {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 14px;
cursor: default;
border: 1px solid #eee;
}
.product-info {
flex: 1 1 45%;
min-width: 280px;
}
.brand-tag {
font-size: 0.8rem;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #7a6f66;
margin-bottom: 0.25rem;
}
h1 {
font-size: 2rem;
font-weight: 500;
margin: 0 0 0.25rem 0;
line-height: 1.2;
}
.price {
font-size: 1.9rem;
font-weight: 600;
color: #2b2b2b;
margin: 0.75rem 0 1rem 0;
}
.price sup {
font-size: 1rem;
font-weight: 400;
color: #5f5f5f;
}
.short-desc {
font-size: 1.1rem;
line-height: 1.5;
color: #3a3a3a;
border-left: 4px solid #d4c9bf;
padding-left: 1rem;
margin: 1.2rem 0;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
font-size: 0.95rem;
}
.specs-table td {
padding: 0.5rem 0.75rem;
border-bottom: 1px solid #ece8e