/* acgshop — minimal, theme-neutral catalog styles. Override in your theme. */
.acgshop-grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
.acgshop-card{border:1px solid #e3e3e3;border-radius:6px;padding:.75rem;display:flex;flex-direction:column;gap:.4rem}
.acgshop-card__link{display:flex;flex-direction:column;gap:.5rem;text-decoration:none;color:inherit}
.acgshop-card__img{width:100%;height:auto;object-fit:contain;aspect-ratio:1/1}
.acgshop-card__name{font-weight:600;line-height:1.25}
.acgshop-card__mfr{font-size:.85em;color:#666}
.acgshop-card__price{font-weight:700}
.acgshop-count{color:#555;margin:.5rem 0}
.acgshop-pager{display:flex;gap:1rem;align-items:center;margin-top:1.25rem}
.acgshop-pager__pos{color:#555}
.acgshop-catnav{list-style:none;margin:0;padding-left:1rem}
.acgshop-categories>.acgshop-catnav{padding-left:0}
.acgshop-pricebreaks{border-collapse:collapse;margin:1rem 0}
.acgshop-pricebreaks th,.acgshop-pricebreaks td{border:1px solid #ddd;padding:.35rem .75rem;text-align:left}
.acgshop-product__sku{color:#666}
.acgshop-product__img{max-width:360px;height:auto}
.acgshop-search{display:flex;gap:.5rem;margin-bottom:1rem}
.acgshop-error{padding:.6rem .8rem;border-radius:5px;background:#fff4f4;border:1px solid #f0c0c0;color:#8a1f1f}
.acgshop-error--admin{background:#fff8e5;border-color:#e6cf8a;color:#6b5300}
.acgshop-empty{color:#666;font-style:italic}
.acgshop-selftest{margin:1rem 0}
.acgshop-selftest__overall{font-size:.7em;padding:.15rem .5rem;border-radius:4px;margin-left:.5rem;vertical-align:middle}
.acgshop-selftest__overall.is-ok{background:#e6f6e6;color:#1d6b1d}
.acgshop-selftest__overall.is-fail{background:#fbe6e6;color:#8a1f1f}
.acgshop-selftest__endpoint{color:#555;font-size:.9em}
.acgshop-selftest__table{border-collapse:collapse;margin:.5rem 0;width:100%;max-width:720px}
.acgshop-selftest__table th,.acgshop-selftest__table td{border:1px solid #ddd;padding:.4rem .7rem;text-align:left}
.acgshop-selftest__table tr.is-ok td{background:#fbfffb}
.acgshop-selftest__table tr.is-fail td{background:#fff6f6}
.acgshop-selftest__note{color:#666;font-style:italic;font-size:.9em}
/* storefront layout */
.acgshop-shop__bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #eee}
.acgshop-crumbs{font-size:.9em;color:#666}
.acgshop-crumbs a{text-decoration:none}
.acgshop-shop__body{display:grid;grid-template-columns:minmax(180px,240px) 1fr;gap:1.5rem;align-items:start}
.acgshop-shop__nav{font-size:.92em}
.acgshop-shop__main{min-width:0}
.acgshop-cathead{margin-bottom:1rem}
.acgshop-cathead__name{margin:0 0 .25rem}
.acgshop-cathead__desc{color:#555;margin-bottom:.5rem}
.acgshop-subcats{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem 1rem;padding:0;margin:.5rem 0}
.acgshop-subcats a{text-decoration:none;padding:.2rem .5rem;background:#f3f3f3;border-radius:4px}
@media(max-width:640px){.acgshop-shop__body{grid-template-columns:1fr}}
