/* Thème MINIMAL – clair, très clean, style product listing */

.dnet-theme-minimal {
  --dnet-color-primary: #0d9488;
  --dnet-color-primary-soft: rgba(13, 148, 136, 0.08);
  --dnet-color-surface: #f9fafb;
  --dnet-color-border: #e5e7eb;
  --dnet-color-text: #0f172a;
  --dnet-color-text-muted: #6b7280;
  --dnet-radius-md: 10px;
  --dnet-shadow-soft: 0 12px 26px rgba(148, 163, 184, 0.25);
}

/* Sidebar clean */
.dnet-theme-minimal .dnet-sidebar-inner {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.dnet-theme-minimal .dnet-sidebar-link {
  border-radius: 8px;
  font-size: 0.9rem;
}

.dnet-theme-minimal .dnet-sidebar-link i {
  margin-right: 8px;
  color: #0d9488;
}

.dnet-theme-minimal .dnet-sidebar-link:hover {
  background: rgba(13,148,136,0.06);
  color: #0f172a;
}

/* Checkbox pills */
.dnet-theme-minimal .dnet-checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dnet-theme-minimal .dnet-checkbox-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 4px 10px;
  border: 1px solid transparent;
}

.dnet-theme-minimal .dnet-checkbox-pill span {
  font-size: 0.8rem;
}

.dnet-theme-minimal .dnet-checkbox-pill:hover {
  border-color: rgba(13,148,136,0.6);
}

.dnet-theme-minimal .dnet-checkbox-pill input[type="checkbox"]:checked + span {
  font-weight: 600;
  color: #0d9488;
}

/* Boutons */
.dnet-theme-minimal .dnet-btn,
.dnet-theme-minimal .dnet-btn-action,
.dnet-theme-minimal .dnet-btn-tile {
  border-radius: 999px;
  border: none;
  background: #0d9488;
  color: #ecfeff;
  font-size: 0.8rem;
}

.dnet-theme-minimal .dnet-btn:hover,
.dnet-theme-minimal .dnet-btn-action:hover,
.dnet-theme-minimal .dnet-btn-tile:hover {
  background: #0f766e;
}

/* Cartes tuiles */
.dnet-theme-minimal .dnet-tile-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: var(--dnet-shadow-soft);
}
