5k3GBYsV
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: ‘Segoe UI Geneva, Verdana, sans-serif; line-height: 1.7; color: #2d2d2d; background: #f9f9f9; }
.container { max-width: 960px; margin: 0 auto; padding: 20px; }
.product-hero { display: flex; gap: 40px; background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); margin-bottom: 30px; flex-wrap: wrap; }
.image-gallery { flex: 1; min-width: 300px; }
.image-gallery .main-image { width: 100%; border-radius: 10px; border: 1px solid #eee; }
.image-gallery .thumbnail-row { display: flex; gap: 10px; margin-top: 12pximage-gallery .thumbnail-row img { width: 70px; height: 70px; object-fit: cover; border-radius: 6px; border: 2px solid #eee; cursor: pointer; transition: border-color 0.2s; }
.image-gallery .thumbnail-row img:hover, .image-gallery .thumbnail-row img.active { border-color: #111; }
.product-info { flex: 1; min-width: 300px; }
.product-info h1 { font-size: 1.6rem; margin-bottom: 8px; color: #111; text-transform: uppercase; letter-spacing: 0.5px; }
.brand-link { font-size: 0.9rem; color: #555; margin-bottom: 15px; display: block; }
.brand-link a { color: #1a73e8; text-decoration: none; }
.price-block { margin:8px 0; }
.price { font-size: 2rem; font-weight: 700; color: #b12704; }
.badge-new { display: inline-block; background: #28a745; color: #fff; font-size: 0.7rem; padding: 3px 10px; border-radius: 20px; margin-left: 10px; vertical-align: middle; text-transform: uppercase; letter-spacing: 0.5px; }
.condition-note { font-size: 0.85rem; color: #666; margin-top: 4px; }
.short-desc {