kKBIbeqt
“`html
body {
font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background: #f9fafb;
margin: 0;
padding: 20px;
color: #1f2937;
}
.product-container {
max-width: 1100px;
margin: 0 auto;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.08);
padding: 30px 35px;
}
.product-grid {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.product-gallery {
flex: 1 1 45%;
min-width: 280px;
}
.product-gallery img {
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
display: block;
}
.gallery-thumbs {
display: flex;
gap: 12px;
margin-top: 15px;
flex-wrap: wrap;
}
.gallery-thumbs img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 10px;
cursor: default;
border: 2px solid #e5e7eb;
transition: 0.2s;
}
.gallery-thumbs img:hover {
border-color: #2563eb;
}
.product-details {
flex: 1 1 50%;
min-width: 280px;
}
.product-title {
font-size: 1.8rem;
font-weight: 700;
margin: 0 0 10px 0;
line-height: 1.3;
color: #111827;
}
.brand-model {
color: #4b5563;
font-size: 0.95rem;
margin-bottom: 12px;
}
.price {
font-size: 2rem;
font-weight: 700;
color: #0f172a;
margin: 15px 0 10px;
}
.price sup {
font-size: 1rem;
top: -0.5em;
}
.availability {
background: #d1fae5;
color: #065f46;
display: inline-block;
padding: 4px 14px;
border-radius: 30px;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 20px;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: #f8fafc;
border-radius: 12px;
overflow: hidden;
}
.specs-table td {
padding: 10px 16px;
border-bottom: 1px solid #e2e8f0;
font-size: