rulQlTu3
“`html
body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
background: #faf6f2;
margin: 0;
padding: 20px;
color: #2c2c2c;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
h1 {
font-size: 2.2rem;
font-weight: 400;
margin: 0 0 10px 0;
color: #1a1a1a;
letter-spacing: -0.5px;
}
.brand-sub {
font-size: 1rem;
color: #8b7355;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 20px;
}
.price {
font-size: 2rem;
font-weight: 600;
color: #b8860b;
margin: 15px 0 25px 0;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0 30px 0;
}
.gallery img {
width: 100%;
max-width: 180px;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
transition: transform 0.2s ease;
cursor: pointer;
border: 1px solid #f0e8e0;
}
.gallery img:hover {
transform: scale(1.02);
}
.flex-row {
display: flex;
flex-wrap: wrap;
gap: 40px;
margin-top: 20px;
}
.col-left {
flex: 2;
min-width: 280px;
}
.col-right {
flex: 1.5;
min-width: 240px;
background: #fcf9f6;
padding: 20px 25px;
border-radius: 18px;
}
.spec-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
.spec-table td {
padding: 10px 8px;
border-bottom: 1px solid #e8e0d8;
font-size: 0.95rem;
}
.spec-table td:first-child {
font-weight: 600;
color: #5a4a3a;
width: 40%;
}
.desc-text {
font-size: 1.05rem;
line-height: 1.6;
color: #2e2e2e;
margin: 20px 0 25px 0;
}
.why-buy {
list-style