Rd5CeKrt
“`html
body {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, sans-serif;
background: #f8f9fa;
margin: 0;
padding: 20px;
color: #1a1a2e;
}
.product-card {
max-width: 1000px;
margin: 0 auto;
background: white;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
padding: 30px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
margin-bottom: 30px;
}
.product-gallery {
flex: 1 1 300px;
min-width: 280px;
}
.product-gallery img {
width: 100%;
height: auto;
border-radius: 12px;
border: 1px solid #e9ecef;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.product-info {
flex: 2 1 400px;
}
.product-title {
font-size: 1.8rem;
font-weight: 700;
margin: 0 0 8px 0;
line-height: 1.2;
}
.brand {
color: #6c757d;
font-size: 0.95rem;
margin-bottom: 12px;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #0d6efd;
margin: 16px 0;
}
.availability {
background: #d1e7dd;
color: #0f5132;
padding: 4px 12px;
border-radius: 20px;
font-size: 0.85rem;
display: inline-block;
margin-bottom: 16px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 0.95rem;
}
.specs-table td {
padding: 8px 12px;
border-bottom: 1px solid #e9ecef;
}
.specs-table td:first-child {
font-weight: 600;
color: #495057;
width: 40%;
}
.description {
line-height: 1.7;
margin: 20px 0;
color: #212529;
}
.why-buy {
background: #f1f3f5;
padding: 20px 24px;
border-radius: 12px;
margin: 24px 0;
}
.why-buy h3 {
margin-top: 0;
font-size: 1.2rem;
}
.why-buy ul {
margin: 8px 0 0 0;
padding-left: 20px;
}