eYoTx2qW
* {
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
body {
background: #f4f4f4;
margin: 0;
padding: 20px;
color: #333;
}
.ebay-wrapper {
max-width: 1000px;
margin: auto;
background: #ffffff;
border: 1px solid #ddd;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.store-banner {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
padding: 20px 30px;
border-bottom: 1px solid #ddd;
font-size: 14px;
color: #555;
}
.store-banner strong {
color: #222;
}
.product-main {
padding: 30px;
}
.image-gallery {
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-bottom: 30px;
background: #fafafa;
padding: 20px;
border-radius: 8px;
border: 1px solid #eee;
}
.image-gallery img {
max-width: 180px;
height: auto;
border-radius: 6px;
border: 1px solid #ddd;
padding: 5px;
background: #fff;
transition: 0.2s;
}
.image-gallery img:hover {
border-color: #007bff;
box-shadow: 0 2px 8px rgba(0,123,255,0.15);
}
.price-block {
font-size: 28px;
font-weight: bold;
color: #2a2a2a;
margin: 15px 0 20px;
padding: 10px 0;
border-bottom: 1px solid #eee;
}
.price-block .currency {
font-size: 20px;
vertical-align: super;
}
.specs-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background: #f9f9f9;
border-radius: 6px;
overflow: hidden;
}
.specs-table th, .specs-table td {
padding: 12px 18px;
text-align: left;
border-bottom: 1px solid #e0e0e0;
}
.specs-table th {
background: #f1f1f1;
font-weight: 600;
width: 40%;
color: #222;
}
.specs-table tr:last-child td, .specs-table tr:last-child th {
border-bottom: none;
}
.description-box {
background: #fcfcfc;
padding: 20px 25px;
border-left: 4px solid #007bff;
margin: 25px 0;