.scc-rock-detail .scc-rock-video { max-width: 640px; margin-bottom: 1.5em; }
.scc-rock-gallery { margin-bottom: 1.5em; }
.scc-rock-gallery-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.scc-rock-gallery-grid img { border-radius: 6px; height: 160px; width: auto; object-fit: cover; }
.scc-rock-buy ul { list-style: none; padding: 0; }
.scc-rock-buy li { padding: 8px 0; border-bottom: 1px solid #eee; }
.scc-rock-tags { margin-top: 1em; }

.scc-rock-filter { margin-bottom: 1.5em; }
.scc-rock-filter a { display: inline-block; margin-right: 10px; padding: 4px 10px; border-radius: 14px; background: #f1f1f1; text-decoration: none; }
.scc-rock-filter a.active { background: #333; color: #fff; }

.scc-rock-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.scc-rock-card { display: block; text-decoration: none; color: inherit; }
.scc-rock-card img { width: 100%; height: 200px; object-fit: cover; border-radius: 6px; }
.scc-rock-card h4 { margin: 8px 0 0; }
