.product-gallery{display:flex;flex-wrap:wrap;gap:0.75rem;margin-bottom:1rem}
.product-gallery img.pg-thumb{width:180px;max-width:100%;height:auto;object-fit:contain;border:1px solid #eee;padding:.5rem;background:#fff;border-radius:.5rem;transition:box-shadow .2s ease}
.product-gallery img.pg-thumb:hover{box-shadow:0 0 0 3px rgba(0,123,255,.25)}
.product-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;margin:1rem 0}
.product-meta div{background:#f8f9fa;padding:.5rem .75rem;border-radius:.375rem;font-size:.9rem}
.spec-list{columns:2;column-gap:2rem;padding-left:1rem}
.spec-list li{break-inside:avoid;margin-bottom:.35rem}
.category-card .placeholder-category{position:relative}
.category-card .category-icon{font-size:2.3rem;color:#0d6efd}
.category-card:hover .category-icon{color:#0a58ca}
.icon-pill{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:#eef4ff;margin:.75rem auto 0;font-size:1.75rem;color:#0d6efd}
