vq9vA9sx
Here is the complete product description in HTML format with Schema.org markup, designed to be natural, readable, and fully structured for SEO and e-commerce use.
“`html
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #f5f7fa;
font-family: system-ui, -apple-system, ‘Segoe UI’, Roboto, ‘Helvetica Neue’, sans-serif;
padding: 2rem 1rem;
display: flex;
justify-content: center;
}
.product-card {
max-width: 1200px;
width: 100%;
background: #ffffff;
border-radius: 28px;
box-shadow: 0 20px 40px rgba(0,0,0,0.04), 0 8px 20px rgba(0,20,30,0.06);
padding: 2rem 2.5rem;
transition: all 0.2s ease;
}
/* schema container */
[itemscope] {
display: contents;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 2.5rem;
}
.gallery-section {
flex: 1 1 380px;
min-width: 280px;
}
.info-section {
flex: 2 1 480px;
}
.gallery-main {
background: #f0f4f8;
border-radius: 24px;
padding: 1.2rem;
margin-bottom: 1rem;
}
.gallery-main img {
width: 100%;
height: auto;
display: block;
border-radius: 16px;
object-fit: cover;
aspect-ratio: 1/1;
background: #e9edf2;
}
.gallery-thumbs {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
border-radius: 16px;
object-fit: cover;
cursor: default;
background: #e9edf2;
border: 2px solid transparent;
transition: border 0.15s;
}
.gallery-thumbs img:hover {
border-color: #2A80A6;
}
.product-title {
font-size: 2rem;
font-weight: 600;
letter-spacing: -0.02em;
line-height: 1.2;
color: #0b1a24;
margin-bottom: 0.5rem;
}
.brand-badge {
display: inline-block;
background: #eef3f9;
padding: 0.2rem 1rem;
border-radius: 40px;
font-size: 0.85rem;
font-weight: 500;
color: #1f4b66;
margin-bottom: 0.75rem;
}
.price-block {
margin: 1.2rem 0 1.8rem 0;
}
.price {
font-size: 2.4rem;
font-weight: 700;
color: #0f2