/* =====================================================================
   akaguriro-store.css — Vitrine vendeur. Réutilise les classes de carte
   akg-mkt-* (module akg_marketplace) pour la grille ; ce fichier ne
   couvre que l'en-tête et les pastilles de filtre, propres à cette page.
   ===================================================================== */

.akg-store {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 16px 60px;
  font-family: 'Poppins', sans-serif;
}

.akg-store-header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #071689 0%, #0b2a9a 100%);
  color: #fff;
  margin-bottom: 20px;
}

.akg-store-logo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  flex: 0 0 auto;
  background: #fff;
}

.akg-store-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .6px;
  opacity: .8;
  margin: 0 0 4px;
}

.akg-store-name {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 8px;
}

.akg-store-desc {
  font-size: 13.5px;
  opacity: .92;
  margin-bottom: 8px;
  max-width: 640px;
}

.akg-store-address {
  font-size: 12.5px;
  opacity: .85;
  margin-bottom: 12px;
}

.akg-store-header .akg-mkt-btn.is-primary {
  background: #FF8400;
  border-color: #FF8400;
  display: inline-block;
}

.akg-store-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.akg-store-pill {
  padding: 8px 16px;
  border-radius: 999px;
  border: 1.5px solid #e7e9f2;
  font-size: 13px;
  font-weight: 700;
  color: #071689;
  text-decoration: none;
  white-space: nowrap;
}

.akg-store-pill.is-active {
  background: #071689;
  border-color: #071689;
  color: #fff;
}

.akg-store-pill:not(.is-active):hover {
  border-color: #071689;
}
