A0yyjRqo
“`html
body {
font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
background: #f9f7f4;
margin: 0;
padding: 30px 20px;
color: #2c2c2c;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
padding: 35px 30px;
}
.product-title {
font-size: 28px;
font-weight: 400;
letter-spacing: 0.5px;
margin: 0 0 8px 0;
color: #1a1a1a;
}
.brand-sub {
font-size: 16px;
color: #777;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 20px 0 30px;
}
.gallery img {
max-width: 180px;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
border: 1px solid #f0ece8;
}
.gallery img:hover {
transform: scale(1.02);
}
.price-section {
font-size: 30px;
font-weight: 500;
color: #1e1e1e;
margin: 15px 0 20px;
}
.price-section .currency {
font-size: 20px;
vertical-align: super;
}
.desc-short {
font-size: 17px;
line-height: 1.6;
color: #3d3d3d;
background: #faf8f5;
padding: 18px 22px;
border-radius: 14px;
margin: 20px 0 30px;
border-left: 4px solid #c9a87c;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0 30px;
background: #fcfcfc;
border-radius: 14px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 14px 18px;
text-align: left;
border-bottom: 1px solid #eae5df;
}
.specs-table th {
background: #f3efe9;
font-weight: 500;
color: #3a3a3a;
width: 35%;
}
.specs-table td {
background: #fff;
}
.specs-table tr:last-child td, .specs-table tr:last-child th {
border-bottom: