bF7iXss9
Here is the complete product description in HTML format with Schema.org markup, as requested.
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f5f7fa;
margin: 0;
padding: 20px;
color: #1e1e2f;
}
.product-card {
max-width: 1100px;
margin: 0 auto;
background: white;
border-radius: 24px;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
padding: 30px 30px 40px;
}
.product-title {
font-size: 2rem;
font-weight: 600;
margin: 0 0 8px;
line-height: 1.2;
color: #0b0b1a;
}
.product-meta {
display: flex;
flex-wrap: wrap;
gap: 16px 30px;
margin: 10px 0 20px;
font-size: 0.95rem;
color: #4a4a5a;
}
.product-meta span {
background: #f0f2f6;
padding: 4px 14px;
border-radius: 30px;
display: inline-block;
}
.price-badge {
background: #d4edda;
color: #0b5e2e;
font-weight: 600;
padding: 4px 16px;
border-radius: 30px;
}
.gallery {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 25px 0 30px;
}
.gallery img {
width: calc(25% – 12px);
min-width: 140px;
aspect-ratio: 1/1;
object-fit: cover;
border-radius: