.gmv-gallery{display:grid;gap:12px}
.gmv-main img{width:100%;height:auto;border-radius:6px}
.gmv-thumbs{display:flex;gap:8px;flex-wrap:wrap}
.gmv-thumb{border:1px solid #ddd;border-radius:4px;padding:0;overflow:hidden;background:#fff;cursor:pointer}
.gmv-thumb img{display:block;width:96px;height:72px;object-fit:cover}
.gmv-specs{display:grid;grid-template-columns:1fr;gap:8px;margin:8px 0 16px}
.gmv-spec{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px}
.gmv-spec-label{font-weight:600;color:#374151}
.gmv-spec-value{color:#111827}
@media (min-width: 640px){.gmv-specs{grid-template-columns:1fr 1fr}}

