body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #000000 !important;
  margin: 0;
  padding: 0;
  color: #fff;
}

.container {
  max-width: 480px;
  margin: 32px auto;
  background: #000000 !important;
  border-radius: 22px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.45);
  padding: 28px 12px 24px 12px;
}

.header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}
.header-title .logo-site {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.header-title h1 {
  margin: 0;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 1px;
  color: #fff;
}
header h1 {
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #fff;
}

#filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin-bottom: 28px;
}

.filters-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .filters-row {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .filters-row select {
    width: 50%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  #filters {
    flex-direction: column;
    gap: 0;
  }
}
#filters select {
  background: #111;
  color: #fff;
  border: 1.5px solid #333;
  border-radius: 7px;
  padding: 8px 14px;
  font-size: 1rem;
  outline: none;
  transition: border 0.18s;
  min-width: 110px;
  width: 100%;
  max-width: 180px;
  box-sizing: border-box;
}
#filters select:focus {
  border: 1.5px solid #00bcd4;
}

#vendeur-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vendeur-card {
  transition: filter 0.2s, opacity 0.2s;
}

.vendeur-card-indispo {
  filter: grayscale(1) opacity(0.6);
  pointer-events: none;
  position: relative;
}

.vendeur-indispo-label, .new-label {
  position: absolute;
  right: 8px;
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
}

.vendeur-indispo-label {
  top: 8px;
  background: #f44336;
}

.new-label {
  top: 36px;
  background: #4CAF50;
}

.vendeur-card {
  background: #000000;
  border-radius: 13px;
  border: 1.5px solid #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  padding: 18px 16px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;

  border-left: 4px solid #00bcd4;
  transition: border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.vendeur-card:hover {
  border-color: #1976d2;
  box-shadow: 0 6px 24px rgba(0,188,212,0.13);
}
.vendeur-card .vendeur-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.vendeur-card .vendeur-nom {
  font-size: 1.18rem;
  font-weight: 600;
  color: #fff;
}
.vendeur-card .vendeur-desc {
  color: #b0b0b0;
  font-size: 0.98rem;
  margin-bottom: 2px;
}
.vendeur-card .vendeur-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.vendeur-card .tag {
  background: #222;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.vendeur-card .tag.livraison {
  background: #00bcd4;
}
.vendeur-card .tag.meetup {
  background: #43e97b;
  color: #101014;
}

#boutique-section {
  background: transparent;
  margin-top: 14px;
}

/* Styles pour la rangée supérieure des filtres */
#product-filters {
  margin-bottom: 16px;
}

.filters-top-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

/* Style pour les boutons de filtre */
.show-filters-btn {
  background: #4a76a8;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
}

/* Style pour le bouton de filtre de disponibilité */
.available-filter-btn {
  background: #f0f0f0;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s;
  flex: 1;
}

.available-filter-btn:hover {
  background: #e0e0e0;
}

.available-filter-btn.active {
  background: #4CAF50;
  color: white;
  border-color: #4CAF50;
}

.available-filter-icon {
  opacity: 0;
  transition: opacity 0.2s;
}

.available-filter-btn.active .available-filter-icon {
  opacity: 1;
}
.boutique-header-desc {
  text-align: center;
  margin: 0 auto 18px auto;
  color: #b0b0b0;
  font-size: 1.04em;
  max-width: 70vw;
}

.boutique-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  justify-content: center;
}

.contact-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin: 20px 0 16px 0;
}

#boutique-section .contact-links {
  position: relative;
  left: -100px;

  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  justify-content: center;
}

.tg-logo {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  transition: transform 0.15s, box-shadow 0.15s;
  object-fit: contain;
  display: block;
  box-sizing: border-box;
  padding: 4px;
  background: none;
}
.potato-logo, .signal-logo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  transition: transform 0.15s, box-shadow 0.15s;
  object-fit: contain;
  display: block;
  box-sizing: border-box;
  padding: 4px;
  background: #18181a;
  border: 1.5px solid #333;
}
.potato-logo, .signal-logo {
  background: #fff;
  border: 1.5px solid #e0e0e0;
}
.tg-logo-link:hover .tg-logo,
.potato-logo-link:hover .potato-logo,
.signal-logo-link:hover .signal-logo,
.glow-effect {
  animation: glowPulse 1.2s ease-in-out;
  box-shadow: 0 0 0 0 #00e2b6, 0 0 16px 4px #00e2b6, 0 0 32px 12px #00bcd4;
  border-radius: 50%;
}
@keyframes glowPulse {
  0% { box-shadow: 0 0 0 0 #00e2b6, 0 0 16px 4px #00e2b6, 0 0 32px 12px #00bcd4; }
  50% { box-shadow: 0 0 0 6px #00e2b6, 0 0 24px 8px #00e2b6, 0 0 48px 18px #00bcd4; }
  100% { box-shadow: 0 0 0 0 #00e2b6, 0 0 16px 4px #00e2b6, 0 0 32px 12px #00bcd4; }
}


.signal-logo-link, .tg-logo-link, .potato-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.boutique-header h2 {
  margin: 0;
  font-size: 1.3rem;
  color: #fff;
}

.boutique-header .tg-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #229ED9 60%, #1976d2 100%);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-left: auto;
  box-shadow: 0 2px 8px rgba(34,158,217,0.15);
  transition: box-shadow 0.18s, transform 0.18s;
}

.boutique-header .tg-logo-link:hover {
  box-shadow: 0 4px 16px rgba(34,158,217,0.25);
  transform: scale(1.08);
}

.boutique-header .tg-logo {
  width: 28px;
  height: 28px;
  display: block;
}

/* Style pour les labels de statut des produits */
.produit-card {
  position: relative;
}

/* Style des étiquettes de statut */
.produit-card .status-label {
  position: absolute;
  right: 8px;
  color: white;
  padding: 4px 12px !important;
  border-radius: 12px;
  font-size: 11px !important;
  font-weight: 600 !important;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  min-width: auto !important;
  width: auto !important;
  text-align: center;
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.2 !important;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 24px;
}

/* Étiquette Indisponible */
.produit-card .indisponible-label {
  top: 8px;
  right: 8px;
  background: #f44336;
  padding: 4px 10px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Étiquette New */
.produit-card .new-label {
  top: 8px;
  right: 8px;
  background: #af4c4c;
  padding: 4px 10px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Si les deux étiquettes sont présentes */
.produit-card .indisponible-label + .new-label {
  top: 36px;
}

/* Si les deux labels sont présents */
.produit-card .indisponible-label + .new-label {
  top: 42px;
}
.boutique-infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin: 10px 0 16px 0;
  font-size: 1.12em;
  color: #fff;
}
.boutique-info-dept, .boutique-info-livraison, .boutique-info-meetup {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1em;
}
.boutique-desc {
  color: #b0b0b0;
  font-size: 1.01rem;
  margin-bottom: 14px;
}

.galerie-produits {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
  padding: 8px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

@media (min-width: 768px) {
  .galerie-produits {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 10px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
  }
}
.produit-card {
  position: relative;
  background: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: transform 0.2s;
  border: 1px solid #2a2a2a;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}

.produit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  border-color: #00bcd4;
}

.produit-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.produit-card .nom {
  font-weight: 600;
  margin: 8px 6px 2px 6px;
  font-size: 0.85rem;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Conteneur d'image */
.produit-card .img-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111;
}

.produit-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Couvre tout l'espace en conservant le ratio */
  display: block;
}

/* Styles pour les étiquettes de produit */
.produit-card .indisponible-label,
.produit-card .new-label {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
  transform: scale(1.2);
  transform-origin: top right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  text-align: center;
  line-height: 1.2;
}

.produit-card .indisponible-label {
  background-color: #f44336;
  color: white;
  z-index: 2; /* S'assure que l'étiquette Indisponible est au-dessus de New! */
}

.produit-card .new-label {
  background-color: #af4c4c;
  color: white;
}

/* Style pour l'image quand le produit est indisponible */
.produit-card .img-indisponible {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
}

.produit-card .desc {
  color: #888;
  font-size: 0.75rem;
  margin: 0 6px 4px 6px;
  line-height: 1.15;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.3em;
}

.produit-card .tarifs {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  padding: 0 6px 6px 6px;
  margin-top: auto;
}

.tarif-tag {
  background: #2a2a2a;
  color: #ddd;
  padding: 2px 4px;
  border-radius: 2px;
  font-size: 0.7rem;
  white-space: nowrap;
  border: 1px solid #333;
}

.indisponible {
  opacity: 0.6;
  pointer-events: none;
}

.indisponible-label, .new-label {
  position: absolute;
  top: 8px;
  right: 8px;
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Les styles pour .indisponible-label et .new-label sont maintenant dans la section produit-card */

.retour-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: inherit;
  font-size: 2rem;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  box-shadow: none;
  outline: none;
  margin: 0 0 8px 0;
}
@media (max-width: 600px) {
  .retour-btn {
    font-size: 1.7rem;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
}

.retour-btn:hover {
  background: #333;
  color: #fff;
}

.retour-btn:focus {
  color: #fff;
}

/* Style pour les boutons génériques */
button {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 2rem;
  padding: 0 8px;
  cursor: pointer;
  transition: color 0.2s;
  box-shadow: none;
  outline: none;
  margin: 0 0 8px 0;
  display: inline-block;
  vertical-align: middle;
}

.boutique-header {
.boutique-header {
  margin-top: 0 !important;
  margin-bottom: 32px;
  display: block;
  width: 100%;
}
}

.galerie-produits {
  margin-bottom: 32px;
  margin-top: 32px;
}

.filters-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin-bottom: 10px;
}
#filters {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media (max-width: 600px) {
  .filters-row {
    flex-direction: column;
    gap: 8px;
  }
  .filters-row select {
    width: 100%;
    font-size: 1rem;
    max-width: 100%;
  }
}

.filters-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.filters-row select {
  flex: 1 1 0;
  max-width: 220px;
}

.filters-row:last-child {
  justify-content: center;
}

.filters-row:last-child select {
  max-width: 70vw;
}

.boutique-desc {
  text-align: center;
  color: #bfc9d1;
  font-size: 1.04em;
  margin: 2px 0 10px 0;
  max-width: 95vw;
  word-break: break-word;
}

@media (max-width: 600px) {
  .galerie-produits {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  html, body {
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .container {
    max-width: 100vw;
    width: 100vw;
    min-width: 0;
    margin: 0 auto;
    padding: 0 2vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  #filters {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    display: block;
    padding: 0;
  }
  #filters select {
    display: block;
    width: 100%;
    max-width: 100vw;
    min-width: 0;
    font-size: 0.98rem;
    padding: 7px 6px;
    margin: 0 0 8px 0;
    box-sizing: border-box;
    border-radius: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  header, .boutique-header, .contact-links, .vendeur-card, .produit-card, .galerie-produits {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
  }
  .contact-links {
    width: 100%;
    gap: 10vw;
    flex-wrap: wrap;
  }
  .vendeur-card, .produit-card {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .galerie-produits {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    padding: 0;
  }
  .vendeur-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 100%;
    overflow-x: auto;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
  }
  .vendeur-tags .tag {
    font-size: 0.89rem;
    padding: 3px 8px;
    max-width: 96vw;
    white-space: nowrap;
    box-sizing: border-box;
  }
}



.container {
  max-width: 420px;
  margin: 32px auto;
  background: #181a1b;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.45);
  padding: 28px 18px 24px 18px;
}
header h1 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 12px;
  letter-spacing: 1px;
  color: #00bcd4;
}
#main-menu {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 24px;
}
.menu-btn {
  background: linear-gradient(90deg, #00bcd4 0%, #1976d2 100%);
  color: #fff;
  border: none;
  padding: 11px 22px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,188,212,0.10);
  transition: background 0.2s, transform 0.15s;
}
.menu-btn:active, .menu-btn.selected {
  background: linear-gradient(90deg, #1976d2 0%, #00bcd4 100%);
  transform: scale(0.97);
}
section {
  margin-bottom: 18px;
}
#boutique-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.boutique-card {
  background: #23272a;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-left: 4px solid #00bcd4;
  transition: border-color 0.2s;
}
.boutique-card.selected {
  border-color: #1976d2;
}
.boutique-card h3 {
  margin: 0 0 4px 0;
  font-size: 1.15rem;
  color: #00bcd4;
}
.boutique-card p {
  margin: 0;
  color: #b0bec5;
  font-size: 0.98rem;
}
.boutique-card button {
  margin-top: 8px;
  background: #1976d2;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 500;
  transition: background 0.2s;
}
.boutique-card button:hover {
  background: #00bcd4;
}

.boutique-page-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.boutique-page-header h2 {
  margin: 0;
  font-size: 1.3rem;
  color: #00bcd4;
}
.boutique-page-header p {
  margin: 0;
  color: #b0bec5;
  font-size: 0.98rem;
}
.tg-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #229ED9 60%, #1976d2 100%);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-left: auto;
  box-shadow: 0 2px 8px rgba(34,158,217,0.15);
  transition: box-shadow 0.18s, transform 0.18s;
}
.tg-logo-link:hover {
  box-shadow: 0 4px 16px rgba(34,158,217,0.25);
  transform: scale(1.08);
}
.tg-logo {
  width: 28px;
  height: 28px;
  display: block;
}
#products-section {
  margin-top: 10px;
}
.product {
  background: #23272a;
  border-radius: 10px;
  padding: 13px 12px;
  margin-bottom: 14px;
  box-shadow: 0 1px 4px rgba(0,188,212,0.07);
  border-left: 4px solid #1976d2;
  transition: border-color 0.2s;
}
.product h2 {
  margin: 0 0 7px 0;
  font-size: 1.09rem;
  color: #00bcd4;
}
.product p {
  margin: 0;
  color: #b0bec5;
  font-size: 0.97rem;
}
.contact-btn {
  display: inline-block;
  margin-top: 16px;
  background: linear-gradient(90deg, #00bcd4 0%, #1976d2 100%);
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 1.08rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,188,212,0.13);
  transition: background 0.2s;
}
.contact-btn:hover {
  background: linear-gradient(90deg, #1976d2 0%, #00bcd4 100%);
}

/* Filtres de tags produits */
#product-filters {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin: 18px 0 14px 0;
}
.tag-filter-btn {
  padding: 5px 12px;
  border: none;
  border-radius: 14px;
  background: #232526;
  color: #fff;
  font-size: 0.85rem;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 1px 4px 0 rgba(0,188,80,0.07);
  transition: background 0.18s, color 0.18s, border 0.18s;
  margin: 2px 4px 2px 0;
}
.tag-filter-btn:hover, .tag-filter-btn.selected {
  background: #eafbee;
  color: #0a8f3c;
  border: 1.2px solid #0a8f3c;
}

#show-filters-btn.show-filters-btn, button#show-filters-btn {
  background: #222222 !important;
  color: #fff !important;
  border: 1.2px solid #111 !important;
  border-radius: 18px !important;
  padding: 6px 18px !important;
  font-size: 1em !important;
  margin-right: 6px !important;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.14s;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.08);
  outline: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#show-filters-btn.show-filters-btn:hover, button#show-filters-btn:hover {
  background: #333333 !important;
  color: #fff !important;
  border-color: #222 !important;
}

.round-action-btn {
  width: 31px;
  height: 31px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
  background: #222222 !important;
  color: #fff !important;
  border: 1.2px solid #111 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  margin-left: 6px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border 0.18s, box-shadow 0.14s;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.08);
  outline: none;
}
.round-action-btn:hover {
  background: #333333 !important;
  color: #fff !important;
  border-color: #222 !important;
}
.phone-icon {
  font-size: 1.18em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-dots {
  font-size: 1.05em;
  line-height: 1;
  margin-right: 2px;
  color: #0a8f3c;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#filters-list {
  transition: opacity 0.2s;
  opacity: 1;
}
#filters-list[style*="display: none"] {
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tag {
  display: inline-block;
  background: #232526;
  color: #fff;
  border-radius: 14px;
  padding: 3px 12px;
  font-size: 0.93em;
  margin-right: 2px;
  margin-bottom: 2px;
  opacity: 0.92;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.tag-filter-btn:focus {
  outline: 2px solid #00bcd4;
}

/* --- LIGHTBOX OVERLAY POUR PRODUIT --- */

.produit-card.indisponible {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}
.indisponible-label {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #d32f2f;
  color: #fff;
  padding: 3px 14px;
  border-radius: 8px;
  font-size: 1.01rem;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 2;
  letter-spacing: 1px;
}

.popup-image {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.7);
  display: none; /* Par défaut caché, JS met display:flex */
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.popup-image img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 4px 32px #222;
  background: #fff;
  padding: 8px;
}
.popup-close {
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  top: 32px;
  right: 48px;
  cursor: pointer;
  z-index: 10001;
  font-weight: bold;
  text-shadow: 0 2px 8px #000;
}

