uTC0aWri
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 30px 20px;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1100px;
width: 100%;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
transition: 0.2s;
}
h1, h2, h3 {
margin-top: 0;
font-weight: 600;
color: #1e1e1e;
}
.product-title {
font-size: 28px;
line-height: 1.2;
margin-bottom: 10px;
border-bottom: 2px solid #eaeef2;
padding-bottom: 15px;
}
.price-block {
font-size: 26px;
font-weight: 700;
color: #b12704;
background: #fff3f0;
display: inline-block;
padding: 8px 20px;
border-radius: 40px;
margin: 10px 0 20px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.gallery img {
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: 0.2s;
border: 1px solid #f0f0f0;
}
.gallery-main {
flex: 2 1 400px;
}
.gallery-thumbs {
flex: 1 1 180px;
display: flex;
flex-direction: column;
gap: 12px;
}
.gallery-thumbs img {
width: 100%;
border-radius: 12px;
cursor: default;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 20px;
background: #fafbfc;
border-radius: 16px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
border-bottom: 1px solid #e9edf0;
vertical-align: top;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table td:first-child {
font-weight: 600;
width: 38%;
color: #2c3e50;
}
.specs-table td:last-child {
color: #1f2a36;
}
.description-box {
background: #f6f9fc;
padding