9YJknYtE
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f9fafb;
margin: 0;
padding: 20px;
color: #1f2937;
line-height: 1.6;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.05);
padding: 30px 35px;
}
h1, h2, h3 {
font-weight: 600;
margin-top: 0;
}
h1 {
font-size: 1.9rem;
margin-bottom: 0.25rem;
color: #111827;
}
.brand-sub {
color: #6b7280;
font-size: 1rem;
margin-bottom: 1.5rem;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #0b5e42;
margin: 10px 0 20px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin: 25px 0;
}
.image-gallery img {
max-width: 200px;
height: auto;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
transition: transform 0.2s;
border: 1px solid #e5e7eb;
}
.image-gallery img:hover {
transform: scale(1.02);
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f3f4f6;
border-radius: 12px;
overflow: hidden;
}
.specs-table td, .specs-table th {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #d1d5db;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.specs-table th {
background: #e5e7eb;
font-weight: 600;
width: 35%;
}
.desc-box {
background: #f9fafb;
padding: 20px 25px;
border-radius: 14px;
margin: 25px 0;
border-left: 4px solid #b45309;
}
.why-buy ul {
list-style: none;
padding-left: 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px 25px;
}
.why-buy ul li {
padding: 8px 0 8px 28px;
position: relative;